OpenSceneGraph/examples/osgdepthpartition/GNUmakefile
2005-10-10 10:10:44 +00:00

21 lines
390 B
Makefile

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