2003-02-25 19:56:18 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgstereoimage.cpp\
|
|
|
|
|
2003-03-28 01:16:53 +08:00
|
|
|
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-02-25 19:56:18 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
2003-03-13 10:53:40 +08:00
|
|
|
GNUmakefile.inst=GNUmakefile
|
2003-02-25 19:56:18 +08:00
|
|
|
|
|
|
|
EXEC = osgstereoimage
|
|
|
|
|
2003-08-18 18:58:30 +08:00
|
|
|
INC += $(X_INC)
|
2003-03-08 05:05:35 +08:00
|
|
|
|
2003-02-25 19:56:18 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|
2003-03-08 05:05:35 +08:00
|
|
|
|