OpenSceneGraph/examples/osgstereoimage/GNUmakefile

19 lines
346 B
Makefile
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgstereoimage.cpp\
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgstereoimage
INC += -I/usr/X11R6/include
2003-03-08 05:05:35 +08:00
include $(TOPDIR)/Make/makerules
2003-03-08 05:05:35 +08:00