OpenSceneGraph/examples/osgtext/GNUmakefile

19 lines
345 B
Makefile
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgtext.cpp\
LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgtext
INC += $(X_INC)
2003-03-08 05:05:35 +08:00
include $(TOPDIR)/Make/makerules
2003-03-08 05:05:35 +08:00