#
# Filename: Manifest
#
# $Id: Manifest 145821 2008-11-17 19:29:32Z camacho $
#
# Author: Christiam Camacho
#
# Purpose: This file holds all the supported configurations of a package
#          It is used by release configurator.
#

# The APP: statement describes binaries
# The LIB: statement describes libraries
# The DLL: statement describes shared objects
# The ETC: statement describes configuration files
# It is allowed to have more than one of each statements
APP: blastp blastn blastx tblastn tblastx psiblast rpsblast rpstblastn 
APP: makembindex segmasker dustmasker windowmasker
APP: makeblastdb blastdbcmd blastdb_aliastool
APP: $srcdir/src/app/blast/legacy_blast.pl
APP: $srcdir/src/app/blast/update_blastdb.pl

POSTBUILD: $srcdir/scripts/projects/blast/post_build/make_installers.py -v $platform $installdir


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

# ICC gives us about 10% improvement in the core2 microarchitecture, so prefer
# that
Linux32     : plain : ICC.sh            --without-debug --with-mt --with-flat-makefile --without-dll LDFLAGS=-static-libcxa
Linux64     : plain : ICC.sh            --without-debug --with-mt --with-flat-makefile

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

SunOSx86    : plain : WorkShop59.sh 64  --without-debug --with-mt --with-flat-makefile
SunOSSparc  : plain : WorkShop59.sh 64  --without-debug --with-mt --with-flat-makefile

IntelMAC    : universal : GCC.sh        --without-debug --with-mt --with-flat-makefile --with-universal --with-ncbi-public

#USE_COMPONENTS 
# The following lines are generated
NAME:    blast
VERSION: 2.2.19
