source: OGRE/trunk/ogrenew/PlugIns/ParticleFX/src/Makefile.am @ 692

Revision 692, 1.1 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1INCLUDES = $(STLPORT_CFLAGS) -I$(top_srcdir)/PlugIns/ParticleFX/include -I$(top_srcdir)/OgreMain/include -DPLUGIN_ParticleFX_EXPORTS
2
3pkglib_LTLIBRARIES = Plugin_ParticleFX.la
4
5Plugin_ParticleFX_la_SOURCES = OgreAreaEmitter.cpp \
6                        OgreBoxEmitter.cpp \
7                        OgreColourFaderAffector.cpp \
8                        OgreColourFaderAffector2.cpp \
9                                                OgreColourImageAffector.cpp \
10                                                OgreColourInterpolatorAffector.cpp \
11                        OgreCylinderEmitter.cpp \
12                                                OgreDeflectorPlaneAffector.cpp \
13                                                OgreDirectionRandomiserAffector.cpp \
14                        OgreEllipsoidEmitter.cpp \
15                        OgreHollowEllipsoidEmitter.cpp \
16                        OgreLinearForceAffector.cpp \
17                        OgreParticleFX.cpp \
18                        OgrePointEmitter.cpp \
19                        OgreRingEmitter.cpp \
20                                                OgreRotationAffector.cpp \
21                                                OgreScaleAffector.cpp
22
23Plugin_ParticleFX_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
24Plugin_ParticleFX_la_LIBADD = -lOgreMain
Note: See TracBrowser for help on using the repository browser.