| 1345 |
exit 1 |
exit 1 |
| 1346 |
fi |
fi |
| 1347 |
if test "x$S64" = x ; then |
if test "x$S64" = x ; then |
| 1348 |
S64='$(TOOLSDIR)/set64bitConst.sh' |
echo "3.0 _d 3" | ${TOOLSDIR}/set64bitConst.sh > /dev/null 2>&1 |
| 1349 |
|
RETVAL=$? |
| 1350 |
|
if test "x${RETVAL}" = x0 ; then |
| 1351 |
|
S64='$(TOOLSDIR)/set64bitConst.sh' |
| 1352 |
|
else |
| 1353 |
|
echo "3.0 _d 3" | ${TOOLSDIR}/set64bitConst.csh > /dev/null 2>&1 |
| 1354 |
|
RETVAL=$? |
| 1355 |
|
if test "x${RETVAL}" = x0 ; then |
| 1356 |
|
S64='$(TOOLSDIR)/set64bitConst.csh' |
| 1357 |
|
else |
| 1358 |
|
cat <<EOF |
| 1359 |
|
|
| 1360 |
|
ERROR: neither of the two default scripts: |
| 1361 |
|
|
| 1362 |
|
${TOOLSDIR}/set64bitConst.sh |
| 1363 |
|
${TOOLSDIR}/set64bitConst.csh |
| 1364 |
|
|
| 1365 |
|
are working so please check paths or specify (with \$S64) a |
| 1366 |
|
working version of this script. |
| 1367 |
|
|
| 1368 |
|
EOF |
| 1369 |
|
exit 1 |
| 1370 |
|
fi |
| 1371 |
|
fi |
| 1372 |
fi |
fi |
| 1373 |
THIS_SCRIPT=`echo ${0} | sed 's:'$TOOLSDIR':\$(TOOLSDIR):'` |
THIS_SCRIPT=`echo ${0} | sed 's:'$TOOLSDIR':\$(TOOLSDIR):'` |
| 1374 |
|
|
| 2096 |
ad_tamc: ad_tamc_output.o \$(OBJFILES) |
ad_tamc: ad_tamc_output.o \$(OBJFILES) |
| 2097 |
\$(LINK) -o ${EXE_AD} \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) ad_tamc_output.o \$(LIBS) |
\$(LINK) -o ${EXE_AD} \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) ad_tamc_output.o \$(LIBS) |
| 2098 |
|
|
| 2099 |
|
adonlyfwd: |
| 2100 |
|
patch < \$(TOOLSDIR)/ad_taf_output.f.onlyfwd.diff |
| 2101 |
|
|
| 2102 |
|
adtrick: |
| 2103 |
|
patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff |
| 2104 |
|
|
| 2105 |
# ... FTL ... |
# ... FTL ... |
| 2106 |
ftlall: ftl_taf |
ftlall: ftl_taf |