3ae5b72030
size of the scene, a default home position, handling of <ratio> field in the slideshow xml file, and support for stereo image pairs.
23 lines
480 B
Makefile
23 lines
480 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
SlideShowConstructor.cpp\
|
|
SlideEventHandler.cpp\
|
|
PointsEventHandler.cpp\
|
|
ReaderWriterXML.cpp\
|
|
slideshow3D.cpp\
|
|
|
|
LIBS += -lxml2 -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
INSTFILES = \
|
|
$(CXXFILES)\
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
EXEC = slideshow3D
|
|
|
|
INC += $(X_INC) $(LIBXML2_INCLUDE)
|
|
|
|
include $(TOPDIR)/Make/makerules
|
|
|