OpenSceneGraph/Make/makedirdefs

232 lines
3.3 KiB
Plaintext
Raw Normal View History

################################################################
# Directories traversed from the top level
TOP_LEVEL_DIRS = src
################################################################
# Directories traversed in the TOPDIR/src directory
SRC_DIRS = \
osg\
osgUtil\
osgDB\
osgGA\
osgParticle\
osgText\
osgSim\
osgGL2\
osgFX\
osgProducer\
osgIntrospection\
ifeq ($(GDAL_INSTALLED),yes)
SRC_DIRS += osgTerrain
endif
SRC_DIRS += \
2002-08-23 01:36:44 +08:00
osgPlugins\
osgWrappers\
../examples
WRAPPER_DIRS = \
osg\
################################################################
# Directories traversed in the TOPDIR/src/osgPlugins directory
PLUGIN_DIRS = \
2005-02-11 04:38:50 +08:00
3dc\
ac3d\
bmp\
dds\
2005-02-11 04:38:50 +08:00
directx\
dw\
flt\
2005-02-11 04:38:50 +08:00
hdr\
ive\
lib3ds\
logo\
lwo\
lws\
md2\
net\
obj\
osg\
osga\
2005-02-11 04:38:50 +08:00
osgFX\
osgParticle\
osgSim\
osgText\
osgtgz\
pic\
pnm\
rgb\
rot\
scale\
stl\
2005-02-11 04:38:50 +08:00
tga\
tgz\
trans\
2005-02-11 04:38:50 +08:00
txp\
zip\
ifeq ($(GDAL_INSTALLED),yes)
PLUGIN_DIRS += gdal
endif
2005-02-05 03:34:46 +08:00
ifeq ($(XINE_INSTALLED),yes)
PLUGIN_DIRS += xine
endif
ifeq ($(JASPER_INSTALLED),yes)
PLUGIN_DIRS += jp2
endif
ifeq ($(FREETYPE_INSTALLED),yes)
PLUGIN_DIRS += freetype
endif
ifeq ($(QUICKTIME_INSTALLED),yes)
PLUGIN_DIRS += quicktime
endif
ifeq ($(LIBJPEG_INSTALLED),yes)
PLUGIN_DIRS += jpeg
endif
ifeq ($(LIBUNGIF_INSTALLED),yes)
PLUGIN_DIRS += gif
endif
ifeq ($(LIBTIFF_INSTALLED),yes)
PLUGIN_DIRS += tiff
endif
ifeq ($(LIBPNG_INSTALLED),yes)
PLUGIN_DIRS += png
endif
2004-03-09 23:00:52 +08:00
ifeq ($(LIBMPEG3_INSTALLED),yes)
2004-03-09 23:39:10 +08:00
PLUGIN_DIRS += mpeg
2004-03-09 23:00:52 +08:00
endif
ifeq ($(COIN_INSTALLED),yes)
PLUGIN_DIRS += Inventor
else
ifeq ($(INVENTOR_INSTALLED),yes)
PLUGIN_DIRS += Inventor
endif
endif
ifeq ($(PERFORMER_INSTALLED),yes)
PLUGIN_DIRS += pfb
endif
# Geo plugin breaks Darwin build and doens't handle BigEndian issue.
ifneq ($(OS),Darwin)
ifneq ($(OS),SunOS)
ifneq ($(OS),IRIX)
PLUGIN_DIRS += geo
endif
endif
endif
# commented out while the DX plugin is converted across to use Geometry rather than GeoSet.
# PLUGIN_DIRS += dx
################################################################
# Directories traversed in the TOPDIR/examples directory
EXAMPLE_DIRS = \
osganimate\
osgarchive\
osgautotransform\
osgbillboard\
osgblendequation\
osgcallback\
osgcameragroup\
osgclip\
osgcluster\
osgconv\
osgcopy\
osgcubemap\
osgdepthshadow\
osgdistortion\
osgforest\
osgfxbrowser\
osggeodemo\
osggeometry\
osghangglide\
osghud\
osgimpostor\
osgintrospection\
2003-03-25 05:17:51 +08:00
osgkeyboard\
osgkeyboardmouse\
osglauncher\
osglight\
osglightpoint\
osglogo\
osglogicop\
osgmovie\
osgmotionblur\
osgmultitexture\
osgoccluder\
2003-09-10 20:38:28 +08:00
osgpagedlod\
osgparticle\
osgpick\
osgplanets\
2003-06-24 23:40:09 +08:00
osgpoints\
osgpointsprite\
osgprerender\
osgprerendercubemap\
osgreflect\
osgscalarbar\
osgscribe\
osgsequence\
osgshaders\
osgshadowtexture\
osgshape\
osgsimple\
osgsimplepager\
2004-04-19 00:15:49 +08:00
osgsimplifier\
osgslice\
osgspacewarp\
osgspheresegment\
osgspotlight\
osgstereoimage\
osgteapot\
2004-08-02 15:23:26 +08:00
osgtesselate\
osgtext\
osgtexture1D\
osgtexture2D\
osgtexture3D\
osgtexturerectangle\
osgunittests\
osgversion\
osgvertexprogram\
osgviewer\
2004-07-01 22:29:29 +08:00
osgvolume\
osgwindows\
ifeq ($(GDAL_INSTALLED),yes)
EXAMPLE_DIRS += osgphotoalbum
EXAMPLE_DIRS += osgdem
EXAMPLE_DIRS += osgbluemarble
EXAMPLE_DIRS += osgsimulation
endif
ifeq ($(DEMETER_INSTALLED),yes)
EXAMPLE_DIRS += osgdemeter
endif