/[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 134 by guez, Wed Apr 29 15:47:56 2015 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: ${common_sources} ${src_ce0l_only}  CG_ce0l: ${src_ce0l}
11          nag_fcalls95 ${nag_fcalls_options} -listing $@ $^          nagfor =callgraph ${nag_fcalls_options} -o $@ $^
   
 CG_gcm: ${common_sources} ${src_gcm_only}  
         nag_fcalls95 ${nag_fcalls_options} -listing $@ $^  
   
 # Cross references:  
 CR_ce0l: ${common_sources} ${src_ce0l_only}  
         nag_xref95 ${nag_cross_options} -listing $@ $^  
12    
13  CR_gcm: ${common_sources} ${src_gcm_only}  CG_gcm: ${src_gcm}
14          nag_xref95 ${nag_cross_options} -listing $@ $^          nagfor =callgraph ${nag_fcalls_options} -o $@ $^
15    
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.134  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC 1.1.21