OpenSceneGraph/examples/osgcegui/GNUmakefile

21 lines
393 B
Makefile
Raw Normal View History

2006-08-05 18:16:28 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcegui.cpp\
LIBS += -lCEGUIBase -lCEGUIOpenGLRenderer -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
INC += -I/usr/local/include/CEGUI
EXEC = osgcegui
INC += $(X_INC)
include $(TOPDIR)/Make/makerules