#
# Filename: Manifest
#
# $Id: Manifest 343938 2011-11-10 16:19:43Z satskyse $
#
# Author:  Dmitry Kazimirov
#
# Purpose: This file defines all the supported configurations of the Grid
#          package.  It is used by the prepare_release system.
#

APP: remote_app ns_submit_remote_job ns_remote_job_control
ETC: src/app/grid/remote_app/remote_app.ini

APP: remote_cgi cgi2rcgi
ETC: src/app/grid/remote_app/remote_cgi.ini src/app/grid/cgi2rcgi/cgi2rcgi.ini

APP: cgi_tunnel2grid.cgi$exe
ETC: src/app/grid/cgi_tunnel2grid/sample/sample.ini

APP: test_gridclient_stress
ETC: src/app/grid/test/test_gridclient_stress.ini

APP: grid_cli netschedule_check netschedule_control
APP: netcache_check netcache_control ncfetch.cgi$exe save_to_nc

# Each line describes a single configuration
# The format is as follows:
# <HardwareIdentifier> : <ReleaseSuffix> : <CompilerConfigurationScriptWithKeys>
# Configuration script is relative to c++/compilers/unix/ .
# Release configurator assumes that this script will eventually call standard configure script and pass all options
# to it. So some standard options may be added by release configurator, such as --build-root-sfx, --with-projects,
# --with-distcc, --with-action etc.
Linux32-Centos : Release : GCC.sh --without-debug --with-optimization --with-mt --without-bdb
Linux32-Centos : Debug : GCC.sh --with-debug --with-mt --without-bdb
Linux64-Centos : Release : GCC.sh --without-debug --with-optimization --with-mt --without-bdb
Linux64-Centos : Debug : GCC.sh --with-debug --with-mt --without-bdb
FreeBSD32 : Release : GCC.sh --without-debug --with-optimization --with-mt --without-bdb
FreeBSD32 : Debug : GCC.sh --with-debug --with-mt --without-bdb
IntelMAC : Release : GCC.sh --without-debug --with-optimization --with-mt --without-bdb
IntelMAC : Debug : GCC.sh --with-debug --with-mt --without-bdb
SunOSx86 : Release : GCC.sh --without-debug --with-optimization --with-mt --without-bdb
SunOSx86 : Debug : GCC.sh --with-debug --with-mt --without-bdb
SunOSSparc : Release : GCC.sh --without-debug --with-optimization --with-mt --without-bdb
SunOSSparc : Debug : GCC.sh --with-debug --with-mt --without-bdb
Win32_9 : Release : static 32 ReleaseDLL
Win32_9 : Debug : static 32 DebugDLL
