OpenSceneGraph/examples/osgsimpleviewerFLTK/GNUmakefile

17 lines
308 B
Makefile
Raw Normal View History

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