Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/PlugIns/ParticleFX/src/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 1.1 KB
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                        OgreParticleFXPlugin.cpp \
19                        OgrePointEmitter.cpp \
20                        OgreRingEmitter.cpp \
21                                                OgreRotationAffector.cpp \
22                                                OgreScaleAffector.cpp
23
24Plugin_ParticleFX_la_LDFLAGS = -module $(PLUGIN_FLAGS) -L$(top_builddir)/OgreMain/src -Wl,-z,defs
25Plugin_ParticleFX_la_LIBADD = -lOgreMain $(OGRE_THREAD_LIBS)
Note: See TracBrowser for help on using the repository browser.