--- trunk/libf/nag_rules.mk 2008/07/28 14:48:09 14 +++ trunk/nag_rules.mk 2016/03/22 16:31:39 188 @@ -5,25 +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} - nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ +CG_ce0l: ${src_ce0l} + nagfor =callgraph ${nag_fcalls_options} -o $@ $^ -CG_gcm: ${sources_gcm} - nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ +CG_gcm: ${src_gcm} + nagfor =callgraph ${nag_fcalls_options} -o $@ $^ # Cross references: -CR_etat0_lim: ${sources_etat0_lim} +CR_ce0l: ${src_ce0l} nag_xref95 ${nag_cross_options} -listing $@ $^ -CR_gcm: ${sources_gcm} +CR_gcm: ${src_gcm} nag_xref95 ${nag_cross_options} -listing $@ $^ -CG_etat0_lim CG_gcm CR_etat0_lim CR_gcm: objects - .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