71 |
ROOTSYS=$with_root,) |
ROOTSYS=$with_root,) |
72 |
|
|
73 |
ROOT_LIBRARY="${ROOTSYS}/lib" |
ROOT_LIBRARY="${ROOTSYS}/lib" |
|
|
|
74 |
ROOT_LDFLAGS="${ROOT_LIBRARY}/libHist.so ${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libCore.so ${ROOT_LIBRARY}/libCint.so -ldl" |
ROOT_LDFLAGS="${ROOT_LIBRARY}/libHist.so ${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libCore.so ${ROOT_LIBRARY}/libCint.so -ldl" |
75 |
|
|
76 |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
79 |
ROOTCINT=${ROOTSYS}/bin/rootcint |
ROOTCINT=${ROOTSYS}/bin/rootcint |
80 |
AC_SUBST(ROOTCINT) |
AC_SUBST(ROOTCINT) |
81 |
|
|
82 |
AC_ARG_WITH(log4cppp, |
AC_MSG_CHECKING(for gprof) |
83 |
[--with-log4cpp=path Use the specified directroy for log4cpp], |
AC_ARG_ENABLE(gprof, |
84 |
LOG4CPP=$with_log4cpp,) |
[--enable-gprof enable memory profiling with gprof], |
85 |
|
gprof=$enableval,gprof=no) |
86 |
|
if test "$gprof" != no |
87 |
|
then |
88 |
|
CFLAGS="-pg $CFLAGS" |
89 |
|
AC_MSG_RESULT(enabled) |
90 |
|
else |
91 |
|
AC_MSG_RESULT(no) |
92 |
|
fi |
93 |
|
|
94 |
|
AC_ARG_WITH(log4cxx, |
95 |
|
[--with-log4cxx=path Use the specified directroy for log4cxx], |
96 |
|
LOG4CXX=$with_log4cxx,) |
97 |
|
LOG4CXX_INCLUDES="-I${LOG4CXX}/include" |
98 |
|
|
99 |
dnl Checks for header files. |
dnl Checks for header files. |
100 |
AC_HEADER_STDC |
AC_HEADER_STDC |
116 |
event/physics/tracker/Makefile \ |
event/physics/tracker/Makefile \ |
117 |
event/physics/anticounter/Makefile \ |
event/physics/anticounter/Makefile \ |
118 |
event/physics/calorimeter/Makefile \ |
event/physics/calorimeter/Makefile \ |
119 |
|
event/physics/neutronDetector/Makefile \ |
120 |
dnl ------------------makes for Packets and SubPackets---------------- |
dnl ------------------makes for Packets and SubPackets---------------- |
121 |
|
|
122 |
|
|
123 |
dnl ------------------makes for Techmodel Data---------------- |
dnl ------------------makes for Techmodel Data---------------- |
124 |
techmodel/Makefile \ |
techmodel/Makefile \ |
|
techmodel/forroutines/Makefile \ |
|
125 |
techmodel/forroutines/tracker/Makefile \ |
techmodel/forroutines/tracker/Makefile \ |
126 |
techmodel/forroutines/tracker/readraw/Makefile \ |
techmodel/forroutines/tracker/readraw/Makefile \ |
127 |
techmodel/forroutines/anticounter/Makefile \ |
techmodel/forroutines/anticounter/Makefile \ |
128 |
techmodel/forroutines/calorimeter/Makefile \ |
techmodel/forroutines/calorimeter/Makefile \ |
129 |
|
techmodel/forroutines/Makefile \ |
130 |
techmodel/physics/Makefile \ |
techmodel/physics/Makefile \ |
131 |
dnl ------------------makes for Techmodel Data---------------- |
dnl ------------------makes for Techmodel Data---------------- |
|
|
|
|
|
|
132 |
) |
) |
133 |
|
|
134 |
|
|