#
# Filename: Manifest
#
# $Id: Manifest 145364 2008-11-10 23:05:13Z satskyse $
#
# Author: Sergey Satskiy
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#


USE_DEFAULT_COMPONENTS

APP: datatool
# APP: test_ncbi_disp -- not now

# The -t key prevents inclusion of the tree builder into the release
# SVN_TAG_RELEASE_ADD_FLAGS: -t

# 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    : plain-ICC  : ICC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
Linux32    : plain-GCC  : GCC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
Linux32    : debug-GCC  : GCC.sh           --with-debug    --without-mt --with-static --without-runpath --with-flat-makefile

Linux64    : plain-ICC  : ICC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
Linux64    : plain-GCC  : GCC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile

FreeBSD32  : plain      : GCC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile

SunOSx86   : plain-GCC  : GCC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
SunOSx86   : plain-WS32 : WorkShop55.sh 32 --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
SunOSx86   : plain-WS64 : WorkShop59.sh 64 --without-debug --without-mt --with-static --without-runpath --with-flat-makefile

SunOSSparc : plain-WS64 : WorkShop55.sh 64 --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
SunOSSparc : plain-WS32 : WorkShop55.sh 32 --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
SunOSSparc : plain-GCC  : GCC.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile

PowerMAC   : plain      : GCC.sh           --with-universal --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
# --with-flat-makefile is ommited for IntelMAC with the test purposes. Should
# work similar to the configurations where it is mentioned explicitly
IntelMAC   :            : GCC.sh           --with-universal --without-debug --without-mt --with-static --without-runpath

Win32      : plain : msvc710_prj  static  32  ReleaseDLL
Win64      : plain : msvc800_prj  static  64  ReleaseDLL
