OpenSceneGraph/examples/osgtesselate/GNUmakefile
2005-11-16 20:27:28 +00:00

19 lines
334 B
Makefile

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