Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11221684
herwig-config.in
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
herwig-config.in
View Options
#! /usr/bin/env bash
# @configure_input@
prefix=@prefix@
exec_prefix=@exec_prefix@
datarootdir=@datarootdir@
tmp=$(echo $* | egrep -- '--\<help\>|-\<h\>')
if test $# -eq 0 || test -n "$tmp"; then
echo "herwig-config: configuration tool for the Herwig event generator"
echo " http://projects.hepforge.org/herwig/"
echo
echo "Usage: `basename $0` [Option]"
echo "Options:"
echo " --help | -h : show this help message"
echo " --prefix : show the installation prefix (cf. autoconf)"
echo " --datadir : show the path to the directory containing shared data"
echo " --libdir : show the path to the directory containing the libraries"
echo " --includedir : show the path to the directory containing the headers"
echo " --cppflags : show the required CPPFLAGS for building against Herwig"
echo " --ldflags : show the required LDFLAGS for linking against Herwig"
echo " --ldlibs : show the required libraries for linking against Herwig"
echo
fi
tmp=$(echo "$*" | egrep -- '--\<prefix\>')
test -n "$tmp" && echo $prefix
tmp=$(echo "$*" | egrep -- '--\<datadir\>')
test -n "$tmp" && echo @datadir@/@PACKAGE_TARNAME@
tmp=$(echo "$*" | egrep -- '--\<libdir\>')
test -n "$tmp" && echo @libdir@/@PACKAGE_TARNAME@
tmp=$(echo "$*" | egrep -- '--\<includedir\>')
test -n "$tmp" && echo @includedir@
tmp=$(echo "$*" | egrep -- '--\<cppflags\>')
test -n "$tmp" && echo -I@includedir@ @THEPEGINCLUDE@ @BOOST_CPPFLAGS@ @GSLINCLUDE@
tmp=$(echo "$*" | egrep -- '--\<ldflags\>')
test -n "$tmp" && echo @THEPEGLDFLAGS@
tmp=$(echo "$*" | egrep -- '--\<ldlibs\>')
test -n "$tmp" && echo @THEPEGLIB@
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 14, 10:46 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4853717
Default Alt Text
herwig-config.in (1 KB)
Attached To
R563 testingHerwigHG
Event Timeline
Log In to Comment