]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/bin/compileall.sh
Ring 4 added
[u/mrichter/AliRoot.git] / HLT / bin / compileall.sh
CommitLineData
3e87ef69 1#!/bin/bash
2###########
3# $Id$
4
5for 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 ..
12done
13