Files
OpenSceneGraph/src/osgParticle/GNUmakefile
Robert Osfield 1e508d432b Added SmokeTrailEffect which renders created particles as single quad or line
strip, in the case of the quad strip the strip is aligned to the be orthogonal with
the eye point.
2005-10-12 18:42:36 +00:00

33 lines
687 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
Emitter.cpp\
ExplosionEffect.cpp\
ExplosionDebrisEffect.cpp\
SmokeEffect.cpp\
SmokeTrailEffect.cpp\
FireEffect.cpp\
FluidFrictionOperator.cpp\
FluidProgram.cpp\
ModularEmitter.cpp\
ModularProgram.cpp\
MultiSegmentPlacer.cpp\
Particle.cpp\
ParticleEffect.cpp\
ParticleProcessor.cpp\
ParticleSystem.cpp\
ConnectedParticleSystem.cpp\
ParticleSystemUpdater.cpp\
Program.cpp\
Version.cpp\
LIBS += -losg -losgDB -losgUtil $(GL_LIBS) $(OTHER_LIBS) $(DYNAMICLIBRARYLIB)
DEF += -DOSGPARTICLE_LIBRARY
TARGET_BASENAME = osgParticle
LIB = $(LIB_PREFIX)$(TARGET_BASENAME).$(LIB_EXT)
include $(TOPDIR)/Make/makerules