Files
OpenSceneGraph/src/Demos/osgimpostor/Makefile
2002-11-07 14:13:51 +00:00

17 lines
285 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
TestManipulator.cpp\
osgimpostor.cpp\
LIBS += $(OSG_LIBS) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
Makefile.inst=Makefile
EXEC = osgimpostor
include $(TOPDIR)/Make/makerules