OpenSceneGraph/Make/makedirdefs

115 lines
2.0 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\
osgGLUT\
osgProducer\
osgText\
osgSim\
2002-08-23 01:36:44 +08:00
osgPlugins\
Demos
################################################################
# Directories traversed in the TOPDIR/src/osgPlugins directory
PLUGIN_DIRS = \
osg\
osgParticle\
osgText\
rgb\
ac3d\
lib3ds\
directx\
flt\
geo\
iv\
obj\
lwo\
txp\
dw\
bmp\
pic\
tga\
2002-07-21 00:24:12 +08:00
logos\
osgtgz\
tgz\
zip
# comment in if you have Performer installed.
# PLUGIN_DIRS += pfb
# comment in if you want Open DX support, currently not on by default
# since we havn't yet checked compilation on all platforms yet.
PLUGIN_DIRS += dx
# comment in if you have Quicktime installed, i.e under Mac OS.
# if in this case then its likely you'll want to comment out the below
# png, jpeg, gif and tiff plugins.
# PLUGIN_DIRS += quicktime
# comment in if you have libpng installed.
PLUGIN_DIRS += png
# comment in if you have libjpeg installed.
PLUGIN_DIRS += jpeg
# comment in if you have libungif installed.
PLUGIN_DIRS += gif
# comment in if you have libtiff installed.
PLUGIN_DIRS += tiff
################################################################
# Directories traversed in the TOPDIR/src/Demos directory
DEMOS_DIRS = \
osganimate\
osgbillboard\
osgcallback\
osgclip\
osgcluster\
osgconv\
osgcopy\
osgcube\
osgcubemap\
osggeodemo\
osggeometry\
2002-07-15 18:53:51 +08:00
osghangglide\
osghud\
osgimpostor\
osglight\
osglightpoint\
osglogo\
osgmultitexture\
2002-06-09 03:58:05 +08:00
osgoccluder\
osgparticle\
osgprerender\
osgproducer\
osgshadowtexture\
osgreflect\
osgscribe\
osgsequence\
osgshape\
osgstereoimage\
osgteapot\
osgtext\
osgtexture1D\
osgtexture2D\
osgtexture3D\
osgunittests\
osgversion\
osgvertexprogram\
osgviews\
sgv