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