| 8985 |
|
|
| 8986 |
|
|
| 8987 |
|
|
| 8988 |
|
|
| 8989 |
# Check whether --with-root or --without-root was given. |
# Check whether --with-root or --without-root was given. |
| 8990 |
if test "${with_root+set}" = set; then |
if test "${with_root+set}" = set; then |
| 8991 |
withval="$with_root" |
withval="$with_root" |
| 8993 |
fi; |
fi; |
| 8994 |
|
|
| 8995 |
ROOT_LIBRARY="${ROOTSYS}/lib" |
ROOT_LIBRARY="${ROOTSYS}/lib" |
| 8996 |
ROOT_LDFLAGS="${ROOT_LIBRARY}/libHist.so ${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libCore.so ${ROOT_LIBRARY}/libCint.so -ldl" |
|
| 8997 |
|
ROOT_LDFLAGS="${ROOT_LIBRARY}/libXrdRootd.so ${ROOT_LIBRARY}/libXrdSec.so \ |
| 8998 |
|
${ROOT_LIBRARY}/libCint.so ${ROOT_LIBRARY}/libCore.so \ |
| 8999 |
|
${ROOT_LIBRARY}/libMatrix.so ${ROOT_LIBRARY}/libHist.so \ |
| 9000 |
|
${ROOT_LIBRARY}/libTree.so ${ROOT_LIBRARY}/libGraf.so \ |
| 9001 |
|
${ROOT_LIBRARY}/libGraf3d.so ${ROOT_LIBRARY}/libGpad.so \ |
| 9002 |
|
${ROOT_LIBRARY}/libGui.so ${ROOT_LIBRARY}/libMinuit.so \ |
| 9003 |
|
${ROOT_LIBRARY}/libHistPainter.so ${ROOT_LIBRARY}/libTreePlayer.so \ |
| 9004 |
|
${ROOT_LIBRARY}/libTreeViewer.so ${ROOT_LIBRARY}/libProof.so \ |
| 9005 |
|
${ROOT_LIBRARY}/libProofGui.so ${ROOT_LIBRARY}/libPhysics.so \ |
| 9006 |
|
${ROOT_LIBRARY}/libRint.so ${ROOT_LIBRARY}/libHtml.so \ |
| 9007 |
|
${ROOT_LIBRARY}/libEG.so ${ROOT_LIBRARY}/libGeom.so \ |
| 9008 |
|
${ROOT_LIBRARY}/libGeomPainter.so ${ROOT_LIBRARY}/libVMC.so \ |
| 9009 |
|
${ROOT_LIBRARY}/libFumili.so ${ROOT_LIBRARY}/libMLP.so \ |
| 9010 |
|
${ROOT_LIBRARY}/libGedOld.so ${ROOT_LIBRARY}/libGed.so \ |
| 9011 |
|
${ROOT_LIBRARY}/libQuadp.so ${ROOT_LIBRARY}/libGuiBld.so \ |
| 9012 |
|
${ROOT_LIBRARY}/libGX11.so ${ROOT_LIBRARY}/libGX11TTF.so \ |
| 9013 |
|
${ROOT_LIBRARY}/libX3d.so ${ROOT_LIBRARY}/libSrvAuth.so \ |
| 9014 |
|
${ROOT_LIBRARY}/libRGL.so ${ROOT_LIBRARY}/libASImage.so \ |
| 9015 |
|
${ROOT_LIBRARY}/libThread.so ${ROOT_LIBRARY}/libRXML.so \ |
| 9016 |
|
${ROOT_LIBRARY}/libNetx.so -ldl" |
| 9017 |
|
|
| 9018 |
|
|
| 9019 |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
ROOT_INCLUDES="-I${ROOTSYS}/include" |
| 9020 |
|
|