OpenSceneGraph/examples/osgfxbrowser/GNUmakefile

19 lines
355 B
Makefile
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgfxbrowser.cpp\
Frame.cpp\
2003-10-06 18:03:39 +08:00
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