OpenSceneGraph/examples/osgmovie/GNUmakefile
2004-01-30 14:06:29 +00:00

20 lines
375 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgmovie.cpp MpegImageStream.cpp\
OTHER_LIBS += -lmpeg3 -lpthread
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgmovie
INC += $(X_INC)
include $(TOPDIR)/Make/makerules