OpenSceneGraph/Make/dependencies

52 lines
942 B
Plaintext
Raw Normal View History

################################################################
2004-01-31 05:17:50 +08:00
# Dependency library which have been installed on this system
# should we compile osgIntrospection?
COMPILE_INTROSPECTION = no
# 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
2005-02-05 03:34:46 +08:00
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
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