# called from .bashrc

# for fed9u@cmstkint06.cern.ch

# fedDebug jac 01.03.2005
export FEDSRC=$HOME/JohnC/fedDebug/

export CERNBASE=/exports/xdaq/pro/TrackerOnline/

export DAQBASE=${CERNBASE}/2005

export XDAQ_ROOT=${DAQBASE}/TriDAS

# to make fedDebug make portable between machines
#export SBS_ROOT=/usr/local/SBS/1003/v2p3p0/
#export SBS_ROOT=/usr/exports/xdaq/hardware/SBS/1003/v2p3p0
export SBS_ROOT=${DAQBASE}/hardware/SBS/1003/v2p3p0

#export XERCESROOT=/home/fed/TriDAS/daq/extern/xerces/linuxx86
export XERCESCROOT=${XDAQ_ROOT}/daq/extern/xerces/linuxx86/
export XERCESROOT=$XERCESCROOT

# new for CAEN 19.06.2005
#export CAEN_ROOT=/usr/local/CAEN/CAEN-VME/Linux
export CAEN_ROOT=${DAQBASE}/hardware/CAEN/CAEN-VME/Linux

# new HAL
#export HAL_ROOT=/usr/exports/xdaq/Release32/DAQKIT//hal/
export HAL_ROOT=${DAQBASE}/hardware/hal


export LD_LIBRARY_PATH=${SBS_ROOT}:${CAEN_ROOT}:${HAL_ROOT}/lib/linux/x86:${LD_LIBRARY_PATH}
