1#
2# Filename: Manifest
3#
4# $Id: Manifest 586057 2019-05-08 20:26:25Z fukanchi $
5#
6# Author: Sergey Satskiy
7#
8# Purpose: This file holds all the supported configurations of a package
9#          It is used by release configurator.
10#
11
12APP: test_diag_parser test_hash test_tempstr
13
14# Each line describes a single configuration
15# The format is as follows:
16# <HardwareIdentifier> : <ReleaseSuffix> : <CompilerConfigurationScriptWithKeys>
17# Configuration script is relative to c++/compilers/unix/ .
18# Release configurator assumes that this script will eventually call standard configure script and pass all options
19# to it. So some standard options may be added by release configurator, such as --build-root-sfx, --with-projects,
20# --with-distcc, --with-action etc.
21
22# COPY: $libdir/xncbi.lib  $installdir/lib/
23# COPY: $libdir/libxncbi.a  $installdir/lib/
24POSTBUILD: echo FAKE postbuild COMMAND for $platform
25
26Linux64-Centos  : icc       : ICC.sh       --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
27Linux64-Centos  : icc_mtdll : ICC.sh       --without-debug --with-mt --with-dll --without-runpath --with-flat-makefile
28Linux64-Centos  : gcc       : GCC.sh       --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
29
30FreeBSD64  : plain     : Clang.sh           --without-debug --without-mt --with-static --without-runpath --with-flat-makefile
31
32