Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/src/Makefile.am @ 69

Last change on this file since 69 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 556 bytes
Line 
1INCLUDES = \
2        $(STLPORT_CFLAGS) \
3        ${OGRE_CFLAGS} \
4        -I$(top_srcdir)/include
5#       -I$(top_srcdir)/ode/include
6
7
8lib_LTLIBRARIES = libOgreOde_Core.la
9
10
11libOgreOde_Core_la_SOURCES = \
12        OgreOdeBody.cpp \
13        OgreOdeCollision.cpp \
14        OgreOdeDebugObject.cpp \
15        OgreOdeDebugContact.cpp \
16        OgreOdeEigenSolver.cpp \
17        OgreOdeEntityInformer.cpp \
18        OgreOdeGeometry.cpp \
19        OgreOdeJoint.cpp \
20        OgreOdeMaintainedList.cpp \
21        OgreOdeMass.cpp \
22        OgreOdeSpace.cpp \
23        OgreOdeStepper.cpp \
24        OgreOdeUtility.cpp \
25        OgreOdeWorld.cpp
26
27libOgreOde_Core_la_LIBADD = \
28        $(OGRE_LIBS) -lode
29
Note: See TracBrowser for help on using the repository browser.