OpenSceneGraph/examples/osgfxbrowser/GNUmakefile
2003-10-06 10:03:39 +00:00

19 lines
355 B
Makefile

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