2 # this is a helper, to build sal with the right compiler parameters
3 # IMPORTANT, this works only within Linux
5 if ( `uname` == "Linux" ) then
6 echo "running on Linux Intel, ok."
10 # setenv OLDCFLAGS $ENVCFLAGS
12 setenv ENVCFLAGS "-fprofile-arcs -ftest-coverage"
16 # setenv ENVCFLAGS $OLDCFLAGS
20 echo "Sorry, gcov works only within Linux environment."