Page MenuHomeHEPForge

configure.ac
No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None

configure.ac

dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([Herwig++],[SVN],[http://hepforge.cedar.ac.uk/herwig/bugtrack/],[Herwig++])
AC_CONFIG_AUX_DIR([Config])
AC_CONFIG_SRCDIR([UnderlyingEvent/UA5.h])
AC_CONFIG_HEADERS([Config/config.h])
AC_CANONICAL_HOST
case "${host}" in
*-darwin[[0156]].*)
AC_MSG_ERROR([Herwig++ requires OS X 10.3 or later])
;;
*-darwin7.*)
MACOSX_DEPLOYMENT_TARGET=10.3
AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
;;
*-darwin8.*)
MACOSX_DEPLOYMENT_TARGET=10.4
AC_SUBST(MACOSX_DEPLOYMENT_TARGET)
;;
esac
AC_LANG(C++)
AM_INIT_AUTOMAKE([1.9])
dnl Checks for programs.
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LN_S
## needed for looptools
AC_PROG_F77
AC_F77_LIBRARY_LDFLAGS
AC_PROG_CC
##
## can be removed eventually
AC_DISABLE_STATIC
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
dnl ####################################
dnl ####################################
AC_PATH_PROG(PERL, perl)
AC_PDF_PATH
AC_CHECK_CLHEP
AC_CHECK_THEPEG
AC_CHECK_KTJET
AC_CHECK_AMEGIC
## AC_CHECK_EVTGEN
AC_CHECK_NEWDECAYERS
AC_LOOPTOOLS
AM_CONDITIONAL(NEED_APPLE_FIXES,
[test "xx${host/darwin/foundit}xx" != "xx${host}xx"])
dnl ###########################
dnl ###########################
AM_CPPFLAGS="-I\$(top_builddir)/include $THEPEGINCLUDE $CLHEPINCLUDE"
AM_CXXFLAGS="-ansi -pedantic -Wall"
# version info should really be specified one-by-one for each lib!
AM_LDFLAGS="-version-info 1:0:0"
# don't know how else to do this. see bug #14
if test -n "$GCC"; then
case "${host}" in
*-linux*) AM_LDFLAGS="$AM_LDFLAGS -Wl,--disable-new-dtags" ;;
*) ;;
esac
fi
AC_SUBST(AM_CPPFLAGS)
AC_SUBST(AM_CXXFLAGS)
AC_SUBST(AM_LDFLAGS)
AC_CONFIG_FILES([UnderlyingEvent/Makefile
Models/Makefile
Models/StandardModel/Makefile
Models/RSModel/Makefile
Interfaces/Makefile
Decay/Makefile
Decay/FormFactors/Makefile
Decay/Tau/Makefile
Decay/Baryon/Makefile
Decay/VectorMeson/Makefile
Decay/Perturbative/Makefile
Decay/ScalarMeson/Makefile
Decay/TensorMeson/Makefile
Decay/WeakCurrents/Makefile
Decay/Partonic/Makefile
Decay/Radiation/Makefile
PDT/Makefile
PDF/Makefile
MatrixElement/Makefile
Shower/SplittingFunctions/Makefile
Shower/Kinematics/Makefile
Shower/Couplings/Makefile
Shower/MECorrections/Makefile
Shower/Makefile
Utilities/Makefile
Hadronization/Makefile
Helicity/Makefile
Helicity/Correlations/Makefile
Helicity/Vertex/Makefile
Helicity/Vertex/RSModel/Makefile
Helicity/Vertex/Scalar/Makefile
Helicity/Vertex/StandardModel/Makefile
Helicity/Vertex/Tensor/Makefile
Helicity/Vertex/Vector/Makefile
Helicity/WaveFunction/Makefile
lib/Makefile
include/Makefile
src/Makefile
src/PDF.in
Doc/Makefile
Looptools/Makefile
Analysis/Makefile
Analysis/Makefile-shared
Makefile])
AC_CONFIG_FILES([Doc/fixinterfaces.pl],[chmod +x Doc/fixinterfaces.pl])
AC_OUTPUT

File Metadata

Mime Type
text/x-m4
Expires
Tue, Sep 30, 5:44 AM (5 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6320289
Default Alt Text
configure.ac (3 KB)

Event Timeline