#
# Filename: Manifest
#
# $Id: Manifest 381496 2012-11-23 21:08:11Z satskyse $
#
# Author: Sergey Satskiy
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#


APP: event_parsing test_attributes test_document test_event test_namespace test_node test_tree
APP: test_xslt tree_parsing xml_generation xslt_transformation

LIB: libxmlwrapp.a

DEFAULT_CONFIGURATIONS: SunOSx86:plain-WS32 SunOSSparc:plain-WS64 Linux32-Centos:plain-GCC Linux64-Centos:plain-GCC

# 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.

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

SunOSx86          : plain-GCC      : GCC.sh 4.2.3     --without-debug --with-mt    --without-runpath --with-flat-makefile
SunOSx86          : plain-WS32     : WorkShop59.sh 32 --without-debug --with-mt    --without-runpath --with-flat-makefile

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

Linux64-Centos    : plain-GCC      : GCC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile
Linux64-Centos    : GCC-nomt       : GCC.sh           --without-debug --without-mt --without-runpath --with-flat-makefile
Linux64-Centos    : plain-ICC      : ICC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile
Linux32-Centos    : plain-GCC      : GCC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile
Linux32-Centos    : plain-ICC      : ICC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile

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

Cygwin32          : GCC            : GCC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile

IntelMAC          : GCC-universal  : GCC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile --with-universal=i386,x86_64 --with-3psw=system:netopt --without-ncbi-public
IntelMAC          : GCC            : GCC.sh           --without-debug --with-mt    --without-runpath --with-flat-makefile


Win32_10          : 1000-static-32 : static 32 ReleaseDLL
Win64_10          : 1000-static-64 : static 64 ReleaseDLL

XCode             : plain          : Xcode.sh 30

