#
# Filename: Manifest
#
# $Id: Manifest 520936 2016-12-02 23:17:48Z zakharov $
#
# Author: Mikhail Zakharov (template by Sergey Satskiy)
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#
USE_COMPONENTS

# Scheduler itself + 5 CGIs
APP: testres_scheduler testres.cgi display_run.cgi display_result.cgi unitlist.cgi

#Scripts
COPY: $srcdir/src/internal/cppcore/testres/tool/scripts/ $installdir

#Presenters
COPY: $srcdir/src/internal/cppcore/testres/web/presenters/ $installdir

#ini file
COPY: $srcdir/src/internal/cppcore/testres/scheduler/testres_scheduler.ini $installdir/bin

Linux64-Centos : O2g : GCC.sh 4.9.3 --without-debug --with-symbols --with-mt --with-static --without-runpath --with-flat-makefile --without-ncbi-c

Linux64-Centos : dbg  : GCC.sh 4.9.3 --with-debug --with-symbols --with-mt --with-static --without-runpath --with-flat-makefile --without-ncbi-c
Linux64-Centos : O2   : GCC.sh 4.9.3 --without-debug --with-mt --with-static --without-runpath --with-flat-makefile --without-ncbi-c

