--- trunk/nag_rules.mk 2013/11/15 18:45:49 76 +++ trunk/nag_rules.mk 2015/09/09 10:41:47 168 @@ -9,17 +9,17 @@ objects: ${objects} # Call graphs: -CG_ce0l: ${sources_ce0l} - nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ +CG_ce0l: ${src_ce0l} + nagfor =callgraph ${nag_fcalls_options} -o $@ $^ -CG_gcm: ${sources_gcm} +CG_gcm: ${common_sources} ${src_gcm_only} nag_fcalls95 ${nag_fcalls_options} -listing $@ $^ # Cross references: -CR_ce0l: ${sources_ce0l} +CR_ce0l: ${src_ce0l} nag_xref95 ${nag_cross_options} -listing $@ $^ -CR_gcm: ${sources_gcm} +CR_gcm: ${common_sources} ${src_gcm_only} nag_xref95 ${nag_cross_options} -listing $@ $^ .PHONY: clean_nag