OpenSceneGraph/examples/osgcegui/GNUmakefile

21 lines
380 B
Makefile
Raw Normal View History

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