2005-10-10 18:10:44 +08:00
|
|
|
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)
|
|
|
|
|
2005-10-27 21:53:55 +08:00
|
|
|
EXEC = osgdepthpartition
|
2005-10-10 18:10:44 +08:00
|
|
|
|
|
|
|
INC += $(X_INC)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|