/[PAMELA software]/quicklook/tracker/flight/install.sh
ViewVC logotype

Diff of /quicklook/tracker/flight/install.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Wed Mar 22 15:55:14 2006 UTC revision 1.2 by pam-fi, Wed May 10 10:09:00 2006 UTC
# Line 43  if [ $# -gt 0 ]; then Line 43  if [ $# -gt 0 ]; then
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 ""
# Line 86  if [ $# -gt 0 ]; then Line 87  if [ $# -gt 0 ]; then
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
# Line 142  export THISDIR=`pwd` Line 146  export THISDIR=`pwd`
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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23