summaryrefslogtreecommitdiff
path: root/libs/ode-0.16.1/libccd/src/testsuites/Makefile.am
blob: 733fed384d06a666ced312537773c637271e4bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SUBDIRS = cu

AM_CPPFLAGS = -I $(srcdir)/.. -I $(builddir)/.. -I $(srcdir)/cu

LDADD = $(builddir)/cu/libcu.la $(builddir)/../libccd.la


check_PROGRAMS = test bench bench2

test_SOURCES = main.c \
		common.c common.h \
        support.c support.h \
		vec3.c vec3.h \
		polytope.c polytope.h \
		boxbox.c boxbox.h \
		spheresphere.c spheresphere.h \
		cylcyl.c cylcyl.h \
		boxcyl.c boxcyl.h \
		mpr_boxbox.c mpr_boxbox.h \
		mpr_cylcyl.c mpr_cylcyl.h \
		mpr_boxcyl.c mpr_boxcyl.h

bench_SOURCES = bench.c \
        support.c support.h

bench2_SOURCES = bench2.c \
        support.c support.h