Files
OpenSceneGraph/examples/osgparticleeffects/GNUmakefile
Robert Osfield d7e3ed3fb2 Updated wrappers
2006-12-27 23:19:37 +00:00

18 lines
373 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgparticleeffects.cpp\
LIBS += -losgViewer -losgProducer -lProducer -losgParticle -losgSim -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgparticleeffects
INC += $(X_INC)
include $(TOPDIR)/Make/makerules