--- trunk/libf/nag_rules.mk 2008/03/31 12:51:21 8 +++ trunk/nag_rules.mk 2017/04/20 14:44:47 221 @@ -3,21 +3,16 @@ # Compiled modules created by NAG are needed. -.PHONY: objects -objects: ${objects} -# (useful for NAG module builder) +.PHONY: all_nag +all_nag: CG_ce0l CG_gcm -# Call graph: -CG_etat0_lim: ${sources_etat0_lim} - @nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ +# Call graphs: +CG_ce0l: ${src_ce0l} + nagfor =callgraph ${nag_fcalls_options} -o $@ $^ -CG_gcm: ${sources_gcm} - @nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ - -# Cross references: -CR_etat0_lim: ${sources_etat0_lim} - @nag_xref95 ${nag_cross_options} -listing $@ $^ +CG_gcm: ${src_gcm} + nagfor =callgraph ${nag_fcalls_options} -o $@ $^ .PHONY: clean_nag clean_nag: - rm -f CG_etat0_lim CG_gcm CR_etat0_lim + rm -f CG_ce0l CG_gcm