Files
OpenSceneGraph/examples/osgintrospection/GNUmakefile
2004-12-09 05:28:20 +00:00

17 lines
286 B
Makefile

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