OpenSceneGraph/examples/osgkeyboard/GNUmakefile

19 lines
328 B
Makefile
Raw Normal View History

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