e0599f652e
osgProducer to use it when doing cleanup_frame.
64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
################################################################
|
|
# Dependency library which have been installed on this system
|
|
|
|
# should we compile osgIntrospection?
|
|
COMPILE_INTROSPECTION ?= no
|
|
|
|
# should we compile osgProducer and the associated applications?
|
|
PRODUCER_INSTALLED ?= yes
|
|
|
|
# should we compile any of the examples?
|
|
COMPILE_EXAMPLES ?= no
|
|
|
|
# follows are dependenices on the various plugins.
|
|
|
|
COLLADA_INSTALLED ?= no
|
|
COLLADA_DAE_HOME ?= /usr/local
|
|
COLLADA_DEBUG_LIBS ?= yes
|
|
|
|
GDAL_INSTALLED ?= no
|
|
JASPER_INSTALLED ?= no
|
|
|
|
FREETYPE_INSTALLED ?= yes
|
|
|
|
XINE_INSTALLED ?= no
|
|
|
|
QT3_INSTALLED ?= no
|
|
|
|
QT4_INSTALLED ?= no
|
|
QT4_ROOT ?= /usr/local/
|
|
|
|
SDL_INSTALLED ?= no
|
|
|
|
FLTK_INSTALLED ?= no
|
|
|
|
ifeq ($(OS),Darwin)
|
|
DARWIN_QUICKTIME ?= yes
|
|
endif
|
|
|
|
ifeq ($(DARWIN_QUICKTIME),yes)
|
|
|
|
QUICKTIME_INSTALLED ?= yes
|
|
LIBJPEG_INSTALLED ?= no
|
|
LIBUNGIF_INSTALLED ?= no
|
|
LIBTIFF_INSTALLED ?= no
|
|
LIBPNG_INSTALLED ?= no
|
|
|
|
else
|
|
|
|
QUICKTIME_INSTALLED ?= no
|
|
LIBJPEG_INSTALLED ?= yes
|
|
LIBUNGIF_INSTALLED ?= yes
|
|
LIBTIFF_INSTALLED ?= yes
|
|
LIBPNG_INSTALLED ?= yes
|
|
|
|
endif
|
|
|
|
|
|
COIN_INSTALLED ?= no
|
|
INVENTOR_INSTALLED ?= no
|
|
|
|
PERFORMER_INSTALLED ?= no
|
|
|
|
GLUT_INSTALLED ?= no
|