OpenSceneGraph/applications/osgviewer/GNUmakefile
2007-01-12 10:26:49 +00:00

19 lines
337 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgviewer.cpp\
LIBS += -losgViewer -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgviewer
INC += $(X_INC)
include $(TOPDIR)/Make/makerules