OpenSceneGraph/Make/dependencies
Robert Osfield 41bd934fac Moved COMPILE_EXAMPLES ?= no to top of Make/dependencies to make it more clear,
and removed the application programs fully from the examples list
2005-03-18 10:46:15 +00:00

51 lines
914 B
Plaintext

################################################################
# Dependency library which have been installed on this system
# 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
AVIFILE_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
LIBMPEG3_INSTALLED ?= no
else
QUICKTIME_INSTALLED ?= no
LIBJPEG_INSTALLED ?= yes
LIBUNGIF_INSTALLED ?= yes
LIBTIFF_INSTALLED ?= yes
LIBPNG_INSTALLED ?= yes
LIBMPEG3_INSTALLED ?= no
endif
COIN_INSTALLED ?= no
INVENTOR_INSTALLED ?= no
PERFORMER_INSTALLED ?= no
DEMETER_INSTALLED ?= no