OpenSceneGraph/examples/osgprecipitation/GNUmakefile
2006-04-22 15:08:07 +00:00

19 lines
353 B
Makefile

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