2002-04-16 23:21:24 +08:00
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Directories traversed from the top level
|
|
|
|
TOP_LEVEL_DIRS = src
|
|
|
|
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Directories traversed in the TOPDIR/src directory
|
|
|
|
SRC_DIRS = \
|
|
|
|
osg\
|
|
|
|
osgUtil\
|
|
|
|
osgDB\
|
2002-05-09 18:31:03 +08:00
|
|
|
osgGA\
|
2002-06-05 20:44:55 +08:00
|
|
|
osgParticle\
|
2002-04-16 23:21:24 +08:00
|
|
|
osgGLUT\
|
|
|
|
osgPlugins\
|
|
|
|
osgText\
|
|
|
|
Demos
|
|
|
|
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Directories traversed in the TOPDIR/src/osgPlugins directory
|
|
|
|
|
|
|
|
PLUGIN_DIRS = \
|
|
|
|
osg\
|
|
|
|
rgb\
|
|
|
|
lib3ds\
|
|
|
|
flt\
|
|
|
|
obj\
|
|
|
|
lwo\
|
|
|
|
txp\
|
|
|
|
dw\
|
|
|
|
bmp\
|
|
|
|
pic\
|
|
|
|
tga\
|
|
|
|
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.
|
2002-07-09 21:17:42 +08:00
|
|
|
PLUGIN_DIRS += png
|
2002-04-16 23:21:24 +08:00
|
|
|
|
|
|
|
# comment in if you have libjpeg installed.
|
|
|
|
PLUGIN_DIRS += jpeg
|
|
|
|
|
|
|
|
# comment in if you have libungif installed.
|
2002-07-09 21:17:42 +08:00
|
|
|
PLUGIN_DIRS += gif
|
2002-04-16 23:21:24 +08:00
|
|
|
|
|
|
|
# comment in if you have libtiff installed.
|
|
|
|
PLUGIN_DIRS += tiff
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Directories traversed in the TOPDIR/src/Demos directory
|
|
|
|
|
|
|
|
DEMOS_DIRS = \
|
|
|
|
osgbillboard\
|
2002-05-29 07:43:22 +08:00
|
|
|
osgcallback\
|
2002-05-02 08:14:40 +08:00
|
|
|
osgclip\
|
2002-04-16 23:21:24 +08:00
|
|
|
osgcluster\
|
|
|
|
osgconv\
|
|
|
|
osgcopy\
|
|
|
|
osgcube\
|
2002-06-22 00:45:45 +08:00
|
|
|
osggeometry\
|
2002-07-15 18:53:51 +08:00
|
|
|
osghangglide\
|
2002-04-16 23:21:24 +08:00
|
|
|
osghud\
|
|
|
|
osgimpostor\
|
2002-07-16 23:13:57 +08:00
|
|
|
osglight\
|
2002-07-12 00:12:24 +08:00
|
|
|
osgmultitexture\
|
2002-06-09 03:58:05 +08:00
|
|
|
osgoccluder\
|
2002-06-05 20:44:55 +08:00
|
|
|
osgparticle\
|
2002-07-09 21:17:42 +08:00
|
|
|
osgprerender\
|
2002-04-16 23:21:24 +08:00
|
|
|
osgreflect\
|
|
|
|
osgscribe\
|
|
|
|
osgstereoimage\
|
|
|
|
osgtext\
|
|
|
|
osgtexture\
|
|
|
|
osgviews\
|
|
|
|
osgversion\
|
|
|
|
sgv
|