OpenSceneGraph/examples/osgcegui/GNUmakefile
2007-01-05 16:24:05 +00:00

21 lines
380 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgcegui.cpp\
LIBS += -lCEGUIBase -lCEGUIOpenGLRenderer -losgViewer -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