OpenSceneGraph/examples/osgGLUTkeyboardmouse/GNUmakefile
Robert Osfield a1f20f1a00 From Eric Wing, change osgGA::SimpleViewer to osgViewer::Viewer.
From Robert Osfield, added -losgViewer & -losgGA to makefiles.
2006-11-08 09:50:27 +00:00

19 lines
367 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgGLUTkeyboardmouse.cpp\
LIBS += -losgViewer -losgGA -losgDB -losgUtil -losg $(GLUT_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgGLUTkeyboardmouse
INC += $(X_INC)
LDFLAGS += -L/usr/X11R6/lib
include $(TOPDIR)/Make/makerules