OpenSceneGraph/examples/osgarchive/GNUmakefile
2004-10-26 18:36:47 +00:00

19 lines
284 B
Makefile

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