#!/bin/tcsh setenv CVSROOT /afs/rhic/star/packages/repository setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:StRoot/StEEmcUtil/EEevent:StRoot/StEEmcUtil/EEfeeRaw:StRoot/StDbLib # get the sources if ( ! -d code ) then cvs co offline/EEpromis/eeDisp mv offline/EEpromis/eeDisp/* . ln -s ../.i386_linux24 code endif if ( ! -d dbase ) then cvs co offline/EEpromis/dbase mv offline/EEpromis/dbase . endif if ( ! -d StRoot/StDbLib ) then cvs co StRoot/StDbLib endif if ( ! -d StRoot/EEfeeRaw ) then cvs co StRoot/StEEmcUtil/EEfeeRaw endif if ( ! -d StRoot/EEevent ) then cvs co StRoot/StEEmcUtil/EEevent endif rm -rf offline