OpenSceneGraph/Make/dependencies
Robert Osfield 5765b4bf85 Added PRODUCER_INSTALLED=yes make options to the unix build system, not defining
PRODUCER_INSTALLED=yes or setting it to another value than yes (i.e no) will result
in the osgProducer library, OSG applications and demos not being built.

PRODUCER_INSTALLED=yes is the default.
2005-10-13 08:05:46 +00:00

53 lines
1010 B
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.
GDAL_INSTALLED ?= no
JASPER_INSTALLED ?= no
FREETYPE_INSTALLED ?= yes
XINE_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
DEMETER_INSTALLED ?= no
GLUT_INSTALLED ?= no