2004-01-30 22:06:29 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
2004-03-13 04:23:55 +08:00
|
|
|
osgmovie.cpp\
|
2004-01-30 22:06:29 +08:00
|
|
|
|
|
|
|
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
|
|
|
|
EXEC = osgmovie
|
|
|
|
|
|
|
|
INC += $(X_INC)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|