OpenSceneGraph/examples/osgspheresegment/GNUmakefile.inst
2003-09-04 08:50:06 +00:00

14 lines
276 B
Plaintext

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