--- MITgcm/tools/genmake2 2003/10/21 22:12:37 1.19 +++ MITgcm/tools/genmake2 2003/10/22 15:27:07 1.20 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.19 2003/10/21 22:12:37 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.20 2003/10/22 15:27:07 heimbach Exp $ # # Makefile generator for MITgcm UV codes # created by cnh 03/98 @@ -1376,14 +1376,14 @@ # ... FTL ... ftl_taf_output.f: ad_input_code.f \$(TAF) \$(FTL_TAF_FLAGS) \$(TAF_EXTRA) ad_input_code.f - cat ad_input_code_ad.f | sed -f adjoint_sed > ftl_taf_output.f + cat ad_input_code_ftl.f | sed -f adjoint_sed > ftl_taf_output.f ftl_taf: ftl_taf_output.o \$(OBJFILES) \$(LINK) -o ${EXECUTABLE} \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) ftl_taf_output.o \$(LIBS) ftl_tamc_output.f: ad_input_code.f \$(TAMC) \$(FTL_TAMC_FLAGS) \$(TAMC_EXTRA) ad_input_code.f - cat ad_input_code_ad.f | sed -f adjoint_sed > ftl_tamc_output.f + cat ad_input_code_ftl.f | sed -f adjoint_sed > ftl_tamc_output.f ftl_tamc: ftl_tamc_output.o \$(OBJFILES) \$(LINK) -o ${EXECUTABLE} \$(FFLAGS) \$(FOPTIM) \$(OBJFILES) ftl_tamc_output.o \$(LIBS)