Files
OpenSceneGraph/Make/dependancies
Robert Osfield 72cce1e343 Added new dependancies file which contains a list of libraries that various
OSG modules depend upon, these can be set as installed or not.  The makedirdefs
now uses this to configure which modules to compile.
2004-01-30 21:11:58 +00:00

44 lines
617 B
Plaintext

################################################################
# Dependancy library which have been installed on this system
GDAL_INSTALLED = yes
LIBXML2_INSTALLED = yes
JASPER_INSTALLED = yes
FREETYPE_INSTALLED = yes
ifeq ($(OS),Darwin)
QUICKTIME_INSTALLED = yes
LIBJPEG_INSTALLED = no
LIBUNGIF_INSTALLED = no
LIBTIFF_INSTALLED = no
LIBMPEG3_INSTALLED = no
else
LIBJPEG_INSTALLED = yes
LIBUNGIF_INSTALLED = yes
LIBTIFF_INSTALLED = yes
LIBMPEG3_INSTALLED = no
endif
COIN_INSTALLED = no
INVENTOR_INSTALLED = no
PERFORMER_INSTALLED = no
DEMETER_INSTALLED = no