Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /prototype/simulation/g4simulation/g4caloprototype/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(g4caloprototype, [1.00])
0002 AC_CONFIG_SRCDIR([configure.ac])
0003 
0004 AM_INIT_AUTOMAKE
0005 AC_PROG_CXX(CC g++)
0006 LT_INIT([disable-static])
0007 
0008 case $CXX in
0009  clang++)
0010   CXXFLAGS="$CXXFLAGS -Wall -Werror -Wno-undefined-var-template -Wno-unused-private-field -Wno-c11-extensions"
0011  ;;
0012  *g++)
0013   CXXFLAGS="$CXXFLAGS -Wall -Werror"
0014  ;;
0015 esac
0016 
0017 AC_CONFIG_FILES([Makefile])
0018 AC_OUTPUT