OpenSceneGraph/examples/osgspheresegment/GNUmakefile

18 lines
357 B
Makefile
Raw Normal View History

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