OpenSceneGraph/examples/osgmotionblur/GNUmakefile.inst
2004-09-01 09:54:36 +00:00

14 lines
261 B
Plaintext

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