Files
OpenSceneGraph/examples/osgparticleeffects/GNUmakefile
Robert Osfield 96b2b93edc Build fixes
2007-01-08 22:54:02 +00:00

18 lines
361 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgparticleeffects.cpp\
LIBS += -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