diff options
author | dan miller | 2007-10-21 08:36:32 +0000 |
---|---|---|
committer | dan miller | 2007-10-21 08:36:32 +0000 |
commit | 2f8d7092bc2c9609fa98d6888106b96f38b22828 (patch) | |
tree | da6c37579258cc965b52a75aee6135fe44237698 /libraries/ode-0.9/tests/Makefile.am | |
parent | * Committing new PolicyManager based on an ACL system. (diff) | |
download | opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.zip opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.gz opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.bz2 opensim-SC-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.xz |
libraries moved to opensim-libs, a new repository
Diffstat (limited to 'libraries/ode-0.9/tests/Makefile.am')
-rw-r--r-- | libraries/ode-0.9/tests/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libraries/ode-0.9/tests/Makefile.am b/libraries/ode-0.9/tests/Makefile.am deleted file mode 100644 index 078f934..0000000 --- a/libraries/ode-0.9/tests/Makefile.am +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SUBDIRS = CppTestHarness | ||
2 | |||
3 | AM_CXXFLAGS = @ARCHFLAGS@ @CXXFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/tests/CppTestHarness -I$(top_builddir)/include | ||
4 | AM_CFLAGS = @ARCHFLAGS@ @CXXFLAGS@ -I$(top_srcdir)/include -I$(top_srcdir)/tests/CppTestHarness -I$(top_builddir)/include | ||
5 | |||
6 | |||
7 | noinst_PROGRAMS=ode_unit_test | ||
8 | |||
9 | ode_unit_test_SOURCES = \ | ||
10 | main.cpp \ | ||
11 | colliders/box_sphere.cpp | ||
12 | |||
13 | ode_unit_test_DEPENDENCIES = \ | ||
14 | $(top_builddir)/ode/src/libode.a \ | ||
15 | $(top_builddir)/tests/CppTestHarness/libodetest.a | ||
16 | |||
17 | ode_unit_test_LDFLAGS = \ | ||
18 | -L$(top_builddir)/ode/src \ | ||
19 | -L$(top_builddir)/tests/CppTestHarness \ | ||
20 | @LDFLAGS@ | ||
21 | |||
22 | ode_unit_test_LDADD = \ | ||
23 | $(top_builddir)/ode/src/libode.a \ | ||
24 | $(top_builddir)/tests/CppTestHarness/libodetest.a \ | ||
25 | @GL_LIBS@ @LIBS@ | ||
26 | |||