Files
OpenSceneGraph/examples/osgsimpleviewerFLTK/GNUmakefile
2006-10-01 16:10:33 +00:00

17 lines
296 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgsimpleviewerFLTK.cpp\
LIBS += -losgGA -losgDB -losgUtil -losg -lfltk -lfltk_gl $(GL_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgsimpleviewerFLTK
include $(TOPDIR)/Make/makerules