2004-01-31 05:11:58 +08:00
|
|
|
################################################################
|
2004-01-31 05:17:50 +08:00
|
|
|
# Dependency library which have been installed on this system
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2005-04-04 21:49:20 +08:00
|
|
|
# should we compile osgIntrospection?
|
|
|
|
COMPILE_INTROSPECTION = no
|
|
|
|
|
2005-03-18 18:46:15 +08:00
|
|
|
# should we compile any of the examples?
|
|
|
|
COMPILE_EXAMPLES ?= no
|
|
|
|
|
|
|
|
# follows are dependenices on the various plugins.
|
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
GDAL_INSTALLED ?= no
|
|
|
|
JASPER_INSTALLED ?= no
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
FREETYPE_INSTALLED ?= yes
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2005-02-05 03:34:46 +08:00
|
|
|
XINE_INSTALLED ?= no
|
|
|
|
|
2005-02-25 19:26:28 +08:00
|
|
|
AVIFILE_INSTALLED ?= no
|
|
|
|
|
2004-01-31 05:11:58 +08:00
|
|
|
ifeq ($(OS),Darwin)
|
2004-11-18 03:31:02 +08:00
|
|
|
DARWIN_QUICKTIME ?= yes
|
2004-02-04 06:46:10 +08:00
|
|
|
endif
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2004-02-04 06:46:10 +08:00
|
|
|
ifeq ($(DARWIN_QUICKTIME),yes)
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
QUICKTIME_INSTALLED ?= yes
|
|
|
|
LIBJPEG_INSTALLED ?= no
|
|
|
|
LIBUNGIF_INSTALLED ?= no
|
|
|
|
LIBTIFF_INSTALLED ?= no
|
|
|
|
LIBPNG_INSTALLED ?= no
|
2004-01-31 05:11:58 +08:00
|
|
|
|
|
|
|
else
|
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
QUICKTIME_INSTALLED ?= no
|
|
|
|
LIBJPEG_INSTALLED ?= yes
|
|
|
|
LIBUNGIF_INSTALLED ?= yes
|
|
|
|
LIBTIFF_INSTALLED ?= yes
|
|
|
|
LIBPNG_INSTALLED ?= yes
|
2004-01-31 05:11:58 +08:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
COIN_INSTALLED ?= no
|
|
|
|
INVENTOR_INSTALLED ?= no
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
PERFORMER_INSTALLED ?= no
|
2004-01-31 05:11:58 +08:00
|
|
|
|
2004-11-18 03:31:02 +08:00
|
|
|
DEMETER_INSTALLED ?= no
|
2005-03-13 09:47:46 +08:00
|
|
|
|
2005-04-09 03:40:16 +08:00
|
|
|
GLUT_INSTALLED ?= no
|