]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/Photos/configure.paths.csh.in
doxy: TPC/stressTest/testSparse converted
[u/mrichter/AliRoot.git] / TEvtGen / Photos / configure.paths.csh.in
CommitLineData
f97ec6ec 1#!/bin/csh
2
3setenv PHOTOSLOCATION "@with_photos@"
4setenv HEPMCLOCATION "@with_hepmc@"
5setenv TAUOLALOCATION "@with_tauola@"
6setenv PYTHIALOCATION "@with_pythia8@"
7setenv MCTESTERLOCATION "@with_mc_tester@"
8setenv PYTHIA8DATA "@pythia8data@"
9
10set ROOTLIB=`root-config --libdir`
11
12# Examples have these paths hardcoded during compilation
13# Nonetheless, this is line might be useful for any other programs
14# that user might want to compile
15if (! $?LD_LIBRARY_PATH) setenv LD_LIBRARY_PATH ""
16
17setenv LD_LIBRARY_PATH "${PHOTOSLOCATION}/lib:${PREFIX}/lib:${HEPMCLOCATION}/lib:${TAUOLALOCATION}/lib:${PYTHIALOCATION}/lib/archive:${MCTESTERLOCATION}/lib:${ROOTLIB}:${LD_LIBRARY_PATH}"
18