OpenSceneGraph/examples/osgparticleeffects/GNUmakefile

18 lines
361 B
Makefile
Raw Normal View History

2005-04-04 19:42:43 +08:00
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