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