/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.223 by jmc, Wed Aug 10 19:39:35 2011 UTC revision 1.227 by utke, Thu Nov 3 22:46:47 2011 UTC
# Line 1522  EOF Line 1522  EOF
1522  fi  fi
1523  if test "x$GET_FC_VERSION" != x ; then  if test "x$GET_FC_VERSION" != x ; then
1524    echo "Get compiler version using: $FC $GET_FC_VERSION" >> $LOGFILE    echo "Get compiler version using: $FC $GET_FC_VERSION" >> $LOGFILE
1525    $FC $GET_FC_VERSION >> $LOGFILE 2> /dev/null    ff=`echo $FC | sed 's/ .*//'` ; xx=`echo $ff | sed 's/^./& /' | sed 's/ .*//'`
1526      if test $xx != '/' ; then which $ff >> $LOGFILE ; fi
1527      $FC $GET_FC_VERSION > genmake_fc_vers1 2> genmake_fc_vers2
1528      if test -s genmake_fc_vers1 ; then
1529        cat genmake_fc_vers1 >> $LOGFILE
1530      else
1531        cat genmake_fc_vers2 >> $LOGFILE
1532      fi
1533    echo "<-- compiler version ----" >> $LOGFILE    echo "<-- compiler version ----" >> $LOGFILE
1534      rm -f genmake_fc_vers1 genmake_fc_vers2
1535  fi  fi
1536    
1537  if test "x$CC" = x ; then  if test "x$CC" = x ; then
# Line 2896  adonlyfwd: Line 2904  adonlyfwd:
2904  adtrick:  adtrick:
2905          patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff          patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff
2906    
2907    adobj: ad_taf_output.o \$(OBJFILES)
2908    
2909  # ... FTL ...  # ... FTL ...
2910  ftlall: ftl_taf  ftlall: ftl_taf
2911  ftltaf: ftl_taf_output.$FS  ftltaf: ftl_taf_output.$FS
# Line 3165  postProcess.tag: ad_input_code_sf.w2f.pr Line 3175  postProcess.tag: ad_input_code_sf.w2f.pr
3175          # this step also creates the file postProcess.make but we cannot          # this step also creates the file postProcess.make but we cannot
3176          # name it as the target or else make will try to remake it for          # name it as the target or else make will try to remake it for
3177          # the include directive above for any rule, e.g. make clean          # the include directive above for any rule, e.g. make clean
3178          ./postProcess.py --progress --timing --outputFormat=fixed -m r -i ../OAD_support/ad_inline.f --width 4 \$<          ./postProcess.py --progress --timing --infoUnitFile w2f__types.f90 --outputFormat=fixed -m r -i ../OAD_support/ad_inline.f --width 4 \$<
3179    
3180  # setup some links  # setup some links
3181  %.xsd:  %.xsd:

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.227

  ViewVC Help
Powered by ViewVC 1.1.22