--- trunk/libf/nag_rules.mk 2008/08/01 15:24:12 15 +++ trunk/nag_rules.mk 2014/02/05 17:51:07 78 @@ -5,23 +5,23 @@ .PHONY: all_nag objects -all_nag: objects CG_etat0_lim CG_gcm CR_etat0_lim CR_gcm +all_nag: objects CG_ce0l CG_gcm CR_ce0l CR_gcm objects: ${objects} # Call graphs: -CG_etat0_lim: ${sources_etat0_lim} +CG_ce0l: ${common_sources} ${src_no_main_ce0l_only} ce0l.f90 nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ -CG_gcm: ${sources_gcm} +CG_gcm: ${common_sources} ${src_no_main_gcm_only} gcm.f90 nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ # Cross references: -CR_etat0_lim: ${sources_etat0_lim} +CR_ce0l: ${common_sources} ${src_no_main_ce0l_only} ce0l.f90 nag_xref95 ${nag_cross_options} -listing $@ $^ -CR_gcm: ${sources_gcm} +CR_gcm: ${common_sources} ${src_no_main_gcm_only} gcm.f90 nag_xref95 ${nag_cross_options} -listing $@ $^ .PHONY: clean_nag clean_nag: - rm -f CG_etat0_lim CG_gcm CR_etat0_lim CR_gcm + rm -f CG_ce0l CG_gcm CR_ce0l CR_gcm