--- trunk/nag_rules.mk 2016/03/22 16:31:39 188 +++ trunk/nag_rules.mk 2017/04/20 14:44:47 221 @@ -3,10 +3,8 @@ # Compiled modules created by NAG are needed. -.PHONY: all_nag objects - -all_nag: objects CG_ce0l CG_gcm CR_ce0l CR_gcm -objects: ${objects} +.PHONY: all_nag +all_nag: CG_ce0l CG_gcm # Call graphs: CG_ce0l: ${src_ce0l} @@ -15,13 +13,6 @@ CG_gcm: ${src_gcm} nagfor =callgraph ${nag_fcalls_options} -o $@ $^ -# Cross references: -CR_ce0l: ${src_ce0l} - nag_xref95 ${nag_cross_options} -listing $@ $^ - -CR_gcm: ${src_gcm} - nag_xref95 ${nag_cross_options} -listing $@ $^ - .PHONY: clean_nag clean_nag: - rm -f CG_ce0l CG_gcm CR_ce0l CR_gcm + rm -f CG_ce0l CG_gcm