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

18 lines
353 B
Makefile

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