OpenSceneGraph/examples/osgmotionblur/GNUmakefile.inst
2007-01-11 17:15:04 +00:00

14 lines
248 B
Plaintext

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