Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /coresoftware/offline/packages/globalvertex/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(globalvertex, [1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 
0006 AC_PROG_CXX(CC g++)
0007 LT_INIT([disable-static])
0008 
0009 CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wshadow -Werror"
0010 dnl leaving this here in case we want to play with different compiler 
0011 dnl specific flags
0012 dnl case $CXX in
0013 dnl  clang++)
0014 dnl   CXXFLAGS="$CXXFLAGS -Wall -Werror -Wextra"
0015 dnl  ;;
0016 dnl  *g++)
0017 dnl   CXXFLAGS="$CXXFLAGS -Wall -Werror -Wextra"
0018 dnl  ;;
0019 dnl esac
0020 
0021 
0022 CINTDEFS=" -noIncludePaths  -inlineInputHeader "
0023 AC_SUBST(CINTDEFS)
0024 
0025 AC_CONFIG_FILES([Makefile])
0026 AC_OUTPUT