| 104 |
CPP="cpp -traditional -P" |
CPP="cpp -traditional -P" |
| 105 |
fi |
fi |
| 106 |
|
|
| 107 |
|
# makedepend is not always available |
| 108 |
|
if test "x${MAKEDEPEND}" = x ; then |
| 109 |
|
which makedepend >& /dev/null |
| 110 |
|
RETVAL=$? |
| 111 |
|
if test "x${RETVAL}" = x1 ; then |
| 112 |
|
echo " makedepend was not found. Using xmakedpend instead." |
| 113 |
|
MAKEDEPEND='$(TOOLSDIR)/xmakedepend' |
| 114 |
|
fi |
| 115 |
|
fi |
| 116 |
|
|
| 117 |
# look for possible fortran compilers |
# look for possible fortran compilers |
| 118 |
tmp="$MITGCM_FC $FC efc g77 f77 pgf77 pgf95 ifc f90 f95 mpif77 mpf77 mpxlf95" |
tmp="$MITGCM_FC $FC efc g77 f77 pgf77 pgf95 ifc f90 f95 mpif77 mpf77 mpxlf95" |
| 119 |
p_FC= |
p_FC= |