# # Filename: Manifest # # $Id$ # # Author: Rafael Sadyrov # # Purpose: This file defines all the supported configurations of the psg_client package. # It is used by the prepare_release system. # APP: psg_client ETC: src/app/pubseq_gateway/client/psg_client.ini APP: $srcdir/src/app/pubseq_gateway/client/psg_client.py ETC: src/app/pubseq_gateway/client/testcases.json APP: pubseq_gateway.cgi$exe ETC: src/app/pubseq_gateway/client/pubseq_gateway.json ETC: src/app/pubseq_gateway/client/pubseq_gateway.ini # Each line describes a single configuration # The format is as follows: # : : # 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. # --without-runpath here is because of SYS-244522 # --without-bdb - ? # --with-mt - ? # --with-symbols - otherwise stripped? Linux64-Centos : Release : GCC.sh --without-debug --with-optimization --with-symbols --with-mt --without-bdb --without-runpath --without-dll --with-bin-release --with-local-lbsm --with-connext Linux64-Centos : Debug : GCC.sh --with-debug --with-mt --without-bdb --without-runpath Linux64-Alma : Release : GCC.sh --without-debug --with-optimization --with-symbols --with-mt --without-bdb --without-runpath --without-dll --with-bin-release --with-local-lbsm --with-connext Linux64-Alma : Debug : GCC.sh --with-debug --with-mt --without-bdb --without-runpath Linux64-Ubuntu : Release : GCC.sh --without-debug --with-optimization --with-symbols --with-mt --without-bdb --without-runpath Linux64-Ubuntu : Debug : GCC.sh --with-debug --with-mt --without-bdb --without-runpath FreeBSD64 : Release : Clang.sh --without-debug --with-optimization --with-symbols --with-mt --without-bdb --without-runpath FreeBSD64 : Debug : Clang.sh --with-debug --with-mt --without-bdb --without-runpath USE_COMPONENTS