OpenSceneGraph/examples/osgmanipulator/GNUmakefile.inst
Robert Osfield 7f8f4e331a Completed changes to osgManipulator to make it more flexible w.r.t viewer usage, and
ported osgmanipulator example across of osgViewer
2007-02-26 13:01:17 +00:00

14 lines
267 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgmanipulator.cpp\
LIBS += -losgViewer -losgManipulator -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgmanipulator
INC += $(X_INC)
include $(TOPDIR)/Make/makerules