blob: 5b8f743ac26fa0204a01f8b1cb4baa957bd4dce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
AM_CPPFLAGS = -I$(srcdir)/../UnitTest++/src \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
-I$(top_srcdir)/ode/src
check_LTLIBRARIES = libjoints.la
libjoints_la_LDFLAGS = -static
libjoints_la_SOURCES = \
amotor.cpp \
ball.cpp \
dball.cpp \
fixed.cpp \
hinge.cpp \
hinge2.cpp \
piston.cpp \
pr.cpp \
pu.cpp \
slider.cpp \
universal.cpp
|