43 |
echo " In this case only standalone program will work and it will" |
echo " In this case only standalone program will work and it will" |
44 |
echo " not possible to use the ROOT macros (they will NOT be " |
echo " not possible to use the ROOT macros (they will NOT be " |
45 |
echo " installed). Notice that the executables will statically " |
echo " installed). Notice that the executables will statically " |
46 |
|
echo " search for the calibration files in the given path." |
47 |
echo " If this option is set it is mandatory to give also" |
echo " If this option is set it is mandatory to give also" |
48 |
echo " the --install-dir and --with-yoda options." |
echo " the --install-dir and --with-yoda options." |
49 |
echo "" |
echo "" |
87 |
rm -rf ${THISDIR}/target |
rm -rf ${THISDIR}/target |
88 |
mkdir ${THISDIR}/target |
mkdir ${THISDIR}/target |
89 |
mkdir ${THISDIR}/target/macros |
mkdir ${THISDIR}/target/macros |
90 |
|
mkdir ${THISDIR}/target/calib |
91 |
unset PAM_CCO |
unset PAM_CCO |
92 |
export PAM_CCO=1 |
export PAM_CCO=1 |
93 |
unset PAM_MACROS |
unset PAM_MACROS |
94 |
export PAM_MACROS=${THISDIR}/target/macros |
export PAM_MACROS=${THISDIR}/target/macros |
95 |
|
unset PAM_CALIB |
96 |
|
export PAM_CALIB=${THISDIR}/target/calib |
97 |
unset PAM_YODA |
unset PAM_YODA |
98 |
export PAM_YODA=$INDIR |
export PAM_YODA=$INDIR |
99 |
if [ $YODA ]; then |
if [ $YODA ]; then |
146 |
export LD_LIBRARY_PATH==$LD_LIBRARY_PATH:$PAM_LIB:$PAM_YODA/lib:$ROOTSYS/lib |
export LD_LIBRARY_PATH==$LD_LIBRARY_PATH:$PAM_LIB:$PAM_YODA/lib:$ROOTSYS/lib |
147 |
echo "" |
echo "" |
148 |
echo "" |
echo "" |
149 |
echo "============= COMPILING AND INSTALLING THE TRKQLOOK PACKAGE =================" |
echo "============= COMPILING AND INSTALLING THE FLIGHT TRACKER QUICK LOOK PACKAGE =================" |
150 |
echo "" |
echo "" |
151 |
make distclean all upgrade |
make distclean all upgrade |
152 |
cd $THISDIR &>/dev/null |
cd $THISDIR &>/dev/null |