Makefile.am 496 B

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