Files
OpenSceneGraph/examples/osgmovie/GNUmakefile.inst
Robert Osfield 9772b21e35 Added osgmovie example, derived from Ulrich Hertlien's original videotex
example, and brought up to date.
2004-01-30 14:06:29 +00:00

15 lines
303 B
Plaintext

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