/[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.257 by jmc, Sun Aug 11 05:01:47 2013 UTC revision 1.258 by jmc, Fri Aug 16 16:36:32 2013 UTC
# Line 3134  ad_input_code.$FS: \$(AD_FILES) \$(AD_FL Line 3134  ad_input_code.$FS: \$(AD_FILES) \$(AD_FL
3134          cat \$(FLOWFILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ad_input_code.$FS          cat \$(FLOWFILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ad_input_code.$FS
3135    
3136  ad_taf_output.$FS: ad_input_code.$FS  ad_taf_output.$FS: ad_input_code.$FS
3137            @-rm -f ad_input_code_ad.$FS
3138          \$(TAF) \$(AD_TAF_FLAGS) \$(TAF_EXTRA) ad_input_code.$FS          \$(TAF) \$(AD_TAF_FLAGS) \$(TAF_EXTRA) ad_input_code.$FS
3139          ls -l ad_input_code_ad.$FS          ls -l ad_input_code_ad.$FS
3140          cat ad_input_code_ad.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ad_taf_output.$FS          cat ad_input_code_ad.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ad_taf_output.$FS
# Line 3159  adonlyfwd: Line 3160  adonlyfwd:
3160  adtrick:  adtrick:
3161          patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff          patch < \$(TOOLSDIR)/ad_taf_output.f.adtrick.diff
3162    
3163  adobj: ad_taf_output.o \$(OBJFILES)  adobj: ad_taf_output.o \$(NON_AD_F77_SRC_FILES:.F=.o) \$(F90_SRC_FILES:.F90=.o) \$(C_SRC_FILES:.c=.o)
3164    
3165  # ... FTL ...  # ... FTL ...
3166  ftlall: ftl_exe_target  ftlall: ftl_exe_target
# Line 3182  ftl_input_code.$FS: \$(AD_FILES) Line 3183  ftl_input_code.$FS: \$(AD_FILES)
3183          cat \$(AD_FLOW_FILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ftl_input_code.$FS          cat \$(AD_FLOW_FILES) \$(AD_FILES) | sed -f \$(TOOLSDIR)/remove_comments_sed > ftl_input_code.$FS
3184    
3185  ftl_taf_output.$FS: ftl_input_code.$FS  ftl_taf_output.$FS: ftl_input_code.$FS
3186            @-rm -f ftl_input_code_tl.$FS
3187          \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ftl_input_code.$FS          \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ftl_input_code.$FS
3188          ls -l ftl_input_code_tl.$FS          ls -l ftl_input_code_tl.$FS
3189          cat ftl_input_code_tl.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ftl_taf_output.$FS          cat ftl_input_code_tl.$FS | sed -f \$(TOOLSDIR)/adjoint_sed > ftl_taf_output.$FS

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

  ViewVC Help
Powered by ViewVC 1.1.22