65 |
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) |
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) |
66 |
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) |
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) |
67 |
|
|
68 |
|
|
69 |
dnl Process the different options |
dnl Process the different options |
70 |
AC_ARG_WITH(root, |
AC_ARG_WITH(root, |
71 |
[--with-root=path Use the specified ROOT directory], |
[--with-root=path Use the specified ROOT directory], |
72 |
ROOTSYS=$with_root,) |
ROOTSYS=$with_root,) |
73 |
|
|
74 |
ROOT_LIBRARY="${ROOTSYS}/lib" |
ROOT_LIBRARY="${ROOTSYS}/lib" |
75 |
ROOT_LDFLAGS="${ROOT_LIBRARY}/libHist.so ${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libCore.so ${ROOT_LIBRARY}/libCint.so -ldl" |
|
76 |
|
ROOT_LDFLAGS=" \ |
77 |
|
${ROOT_LIBRARY}/libCint.so ${ROOT_LIBRARY}/libCore.so \ |
78 |
|
${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libHist.so \ |
79 |
|
${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libGraf.so \ |
80 |
|
${ROOT_LIBRARY}/libGraf3d.so ${ROOT_LIBRARY}/libGpad.so \ |
81 |
|
${ROOT_LIBRARY}/libGui.so ${ROOT_LIBRARY}/libMinuit.so \ |
82 |
|
${ROOT_LIBRARY}/libHistPainter.so ${ROOT_LIBRARY}/libTreePlayer.so \ |
83 |
|
${ROOT_LIBRARY}/libTreeViewer.so ${ROOT_LIBRARY}/libProof.so \ |
84 |
|
${ROOT_LIBRARY}/libProofGui.so ${ROOT_LIBRARY}/libPhysics.so \ |
85 |
|
${ROOT_LIBRARY}/libRint.so ${ROOT_LIBRARY}/libHtml.so \ |
86 |
|
${ROOT_LIBRARY}/libEG.so ${ROOT_LIBRARY}/libGeom.so \ |
87 |
|
${ROOT_LIBRARY}/libGeomPainter.so ${ROOT_LIBRARY}/libVMC.so \ |
88 |
|
${ROOT_LIBRARY}/libFumili.so ${ROOT_LIBRARY}/libMLP.so \ |
89 |
|
${ROOT_LIBRARY}/libGedOld.so ${ROOT_LIBRARY}/libGed.so \ |
90 |
|
${ROOT_LIBRARY}/libQuadp.so \ |
91 |
|
${ROOT_LIBRARY}/libGX11.so ${ROOT_LIBRARY}/libGX11TTF.so \ |
92 |
|
${ROOT_LIBRARY}/libX3d.so \ |
93 |
|
${ROOT_LIBRARY}/libRGL.so ${ROOT_LIBRARY}/libASImage.so \ |
94 |
|
${ROOT_LIBRARY}/libThread.so ${ROOT_LIBRARY}/libRXML.so \ |
95 |
|
-ldl" |
96 |
|
|
97 |
|
|
98 |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
99 |
AC_SUBST(ROOT_INCLUDES) |
AC_SUBST(ROOT_INCLUDES) |
107 |
gprof=$enableval,gprof=no) |
gprof=$enableval,gprof=no) |
108 |
if test "$gprof" != no |
if test "$gprof" != no |
109 |
then |
then |
110 |
CFLAGS="-pg $CFLAGS" |
CXXFLAGS="-pg $CXXFLAGS" |
111 |
AC_MSG_RESULT(enabled) |
AC_MSG_RESULT(enabled) |
112 |
else |
else |
113 |
AC_MSG_RESULT(no) |
AC_MSG_RESULT(no) |
139 |
event/physics/anticounter/Makefile \ |
event/physics/anticounter/Makefile \ |
140 |
event/physics/calorimeter/Makefile \ |
event/physics/calorimeter/Makefile \ |
141 |
event/physics/neutronDetector/Makefile \ |
event/physics/neutronDetector/Makefile \ |
142 |
|
event/physics/S4/Makefile \ |
143 |
dnl ------------------makes for Packets and SubPackets---------------- |
dnl ------------------makes for Packets and SubPackets---------------- |
144 |
|
|
145 |
|
|