OpenSceneGraph/examples/osglauncher/GNUmakefile
2004-10-01 15:49:57 +00:00

19 lines
329 B
Makefile

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