Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/prefab/src/Makefile.am @ 30

Last change on this file since 30 was 21, checked in by nicolasc, 17 years ago

added ogreode and Colladaplugin

File size: 577 bytes
Line 
1INCLUDES = \
2   $(STLPORT_CFLAGS) \
3   ${OGRE_CFLAGS} \
4   -I$(top_srcdir)/include \
5   -I../include \
6   -I$(top_srcdir)/tinyxml
7
8
9lib_LTLIBRARIES = libOgreOde_Prefab.la
10
11libOgreOde_Prefab_la_SOURCES = \
12   OgreOdeVehicle.cpp \
13   OgreOdeRagdoll.cpp \
14   OgreOdePrefabObject.cpp \
15   OgreOdeObject.cpp \
16   $(top_srcdir)/tinyxml/tinystr.cpp \
17   $(top_srcdir)/tinyxml/tinyxml.cpp \
18   $(top_srcdir)/tinyxml/tinyxmlerror.cpp \
19   $(top_srcdir)/tinyxml/tinyxmlparser.cpp
20
21
22libOgreOde_Prefab_la_LIBADD = \
23   $(OGRE_LIBS) \
24   -L$(top_srcdir)/src \
25   -lOgreOde_Core \
26   -lode
Note: See TracBrowser for help on using the repository browser.