/[lmdze]/trunk/nag_rules.mk
ViewVC logotype

Diff of /trunk/nag_rules.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 220 by guez, Tue Mar 22 16:31:39 2016 UTC revision 221 by guez, Thu Apr 20 14:44:47 2017 UTC
# Line 3  Line 3 
3    
4  # Compiled modules created by NAG are needed.  # Compiled modules created by NAG are needed.
5    
6  .PHONY: all_nag objects  .PHONY: all_nag
7    all_nag: CG_ce0l CG_gcm
 all_nag: objects CG_ce0l CG_gcm CR_ce0l CR_gcm  
 objects: ${objects}  
8    
9  # Call graphs:  # Call graphs:
10  CG_ce0l: ${src_ce0l}  CG_ce0l: ${src_ce0l}
# Line 15  CG_ce0l: ${src_ce0l} Line 13  CG_ce0l: ${src_ce0l}
13  CG_gcm: ${src_gcm}  CG_gcm: ${src_gcm}
14          nagfor =callgraph ${nag_fcalls_options} -o $@ $^          nagfor =callgraph ${nag_fcalls_options} -o $@ $^
15    
 # Cross references:  
 CR_ce0l: ${src_ce0l}  
         nag_xref95 ${nag_cross_options} -listing $@ $^  
   
 CR_gcm: ${src_gcm}  
         nag_xref95 ${nag_cross_options} -listing $@ $^  
   
16  .PHONY: clean_nag  .PHONY: clean_nag
17  clean_nag:  clean_nag:
18          rm -f CG_ce0l CG_gcm CR_ce0l CR_gcm          rm -f CG_ce0l CG_gcm

Legend:
Removed from v.220  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC 1.1.21