2004-09-01 17:54:36 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgmotionblur.cpp\
|
|
|
|
|
2007-01-12 01:15:04 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2004-09-01 17:54:36 +08:00
|
|
|
|
|
|
|
EXEC = osgmotionblur
|
|
|
|
|
|
|
|
INC += $(X_INC)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|