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

16 lines
318 B
Plaintext

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