OpenSceneGraph/examples/osgspheresegment/GNUmakefile.inst

14 lines
276 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgspheresegment.cpp\
LIBS += -losgText -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgspheresegment
2003-09-04 16:50:06 +08:00
INC += $(X_INC)
include $(TOPDIR)/Make/makerules