Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 AC_INIT(jetbackground,[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 dnl leaving this here in case we want to play with different compiler 
0010 dnl specific flags
0011 
0012 CXXFLAGS="$CXXFLAGS -Wall -Wshadow -Wextra -Werror"
0013 
0014 CINTDEFS=" -noIncludePaths  -inlineInputHeader "
0015 AC_SUBST(CINTDEFS)
0016 
0017 AC_CONFIG_FILES([Makefile])
0018 AC_OUTPUT
0019