]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/bin/compileall.sh
Moving lib*.pkg
[u/mrichter/AliRoot.git] / HLT / bin / compileall.sh
1 #!/bin/bash
2 ###########
3 # $Id$
4
5 for i in ROOT ALIROOT STANDALONE; do
6  export ALIHLT_USEPACKAGE=$i
7  export ALIHLT_LIBDIR=$ALIHLT_TOPDIR/lib_$ALIHLT_USEPACKAGE
8  echo  $ALIHLT_LIBDIR
9  cd $ALIHLT_TOPDIR
10  #make libs
11  cd ..
12 done
13