--- trunk/nag_rules.mk 2014/02/05 17:51:07 78 +++ trunk/nag_rules.mk 2014/02/28 17:52:47 79 @@ -9,17 +9,17 @@ objects: ${objects} # Call graphs: -CG_ce0l: ${common_sources} ${src_no_main_ce0l_only} ce0l.f90 +CG_ce0l: ${common_sources} ${src_ce0l_only} nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ -CG_gcm: ${common_sources} ${src_no_main_gcm_only} gcm.f90 +CG_gcm: ${common_sources} ${src_gcm_only} nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ # Cross references: -CR_ce0l: ${common_sources} ${src_no_main_ce0l_only} ce0l.f90 +CR_ce0l: ${common_sources} ${src_ce0l_only} nag_xref95 ${nag_cross_options} -listing $@ $^ -CR_gcm: ${common_sources} ${src_no_main_gcm_only} gcm.f90 +CR_gcm: ${common_sources} ${src_gcm_only} nag_xref95 ${nag_cross_options} -listing $@ $^ .PHONY: clean_nag