Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /OnlMon/configure.ac is written in an unsupported language. File is not indexed.

0001 AC_INIT(onlmon,[2.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 INSTALL="/usr/bin/install -D -p"
0010 
0011 dnl   no point in suppressing warnings people should 
0012 dnl   at least see them, so here we go for g++: -Wall
0013 if test $ac_cv_cxx_compiler_gnu = yes; then
0014 dnl  CXXFLAGS="$CXXFLAGS -Wall"
0015   CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wshadow -Werror"
0016 fi
0017 
0018 ROOTLIBS="`$ROOTSYS/bin/root-config --glibs`"
0019 AC_SUBST(ROOTLIBS)
0020 
0021 dnl PLEASE USE ALPHABETICAL ORDER FOR THE MAKEFILE LIST
0022 dnl otherwise noone will be able to find your system
0023 AC_CONFIG_FILES([
0024 Makefile 
0025 onlmonclient/Makefile 
0026 onlmondatabase/Makefile 
0027 poms/Makefile 
0028 onlmonserver/Makefile 
0029 onlmonutils/Makefile 
0030 scripts/Makefile
0031 macros/Makefile
0032 subsystems/Makefile
0033 subsystems/bbc/Makefile
0034 subsystems/bbc/calib/Makefile
0035 subsystems/ll1/Makefile
0036 subsystems/ll1/calib/Makefile
0037 subsystems/cemc/Makefile
0038 subsystems/cemc/calib/Makefile
0039 subsystems/daq/Makefile
0040 subsystems/daq/calib/Makefile
0041 subsystems/sepd/Makefile
0042 subsystems/sepd/calib/Makefile
0043 subsystems/example/Makefile
0044 subsystems/example/calib/Makefile
0045 subsystems/hcal/Makefile
0046 subsystems/hcal/calib/Makefile
0047 subsystems/intt/Makefile
0048 subsystems/localpol/Makefile
0049 subsystems/localpol/calib/Makefile
0050 subsystems/mvtx/Makefile
0051 subsystems/mvtx/calib/Makefile
0052 subsystems/pktsize/Makefile
0053 subsystems/spin/Makefile
0054 subsystems/spin/calib/Makefile
0055 subsystems/tpc/Makefile
0056 subsystems/tpc/calib/Makefile
0057 subsystems/tpot/Makefile
0058 subsystems/tpot/calib/Makefile
0059 subsystems/zdc/Makefile
0060 subsystems/zdc/calib/Makefile
0061 ])
0062 AC_OUTPUT