#
# Filename: Manifest
#
# $Id: Manifest 144307 2008-10-28 21:54:45Z joukovv $
#
# Author: Sergey Satskiy
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

# The APP: statement describes binaries
# The LIB: statement describes libraries
# The DLL: statement describes shared objects
# The ETC: statement describes configuration files
# It is allowed to have more than one of each statements
APP: netscheduled netschedule_admin netschedule_check netschedule_control
APP: test_netschedule_client+ test_netschedule_node+ test_netschedule_stress+ test_netschedule_stress_new+
APP: $srcdir/src/app/netschedule/test/ns.py $srcdir/src/app/netschedule/test/test_netschedule_bsub.py
ETC: src/app/netschedule/netscheduled.ini

# 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 : Bdb4520-Release : GCC.sh 3.4.2 --without-debug --with-mt --with-flat-makefile --with-bdb=$NCBI/BerkeleyDB-4.5.20.dio.SuSE-ONLY
Linux32 : Bdb4520-Debug   : GCC.sh 3.4.2 --with-debug    --with-mt --with-flat-makefile --with-bdb=$NCBI/BerkeleyDB-4.5.20.dio.SuSE-ONLY
Linux64 : Bdb4520-Release : GCC.sh 4.0.1 --without-debug --with-mt --with-flat-makefile --with-bdb=$NCBI/BerkeleyDB-4.5.20.dio.SuSE-ONLY
Linux64 : Bdb4520-Debug   : GCC.sh 4.0.1 --with-debug    --with-mt --with-flat-makefile --with-bdb=$NCBI/BerkeleyDB-4.5.20.dio.SuSE-ONLY

Win32   : Bdb4520-static-DebugDLL   : msvc710_prj  static  32  DebugDLL
Win32   : Bdb4520-static-ReleaseDLL : msvc710_prj  static  32  ReleaseDLL
Win32   : Bdb4520-dll-ReleaseDLL    : msvc710_prj  dll     32  ReleaseDLL
# Win64   : Bdb4520-static-ReleaseDLL : msvc800_prj  static  64  ReleaseDLL
Win64   : Bdb4520-dll-ReleaseDLL    : msvc800_prj  dll     64  ReleaseDLL
