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

Diff of /trunk/nag_rules.mk

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

trunk/libf/nag_rules.mk revision 8 by guez, Mon Mar 31 12:51:21 2008 UTC trunk/nag_rules.mk 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: objects  .PHONY: all_nag
7  objects: ${objects}  all_nag: CG_ce0l CG_gcm
 # (useful for NAG module builder)  
8    
9  # Call graph:  # Call graphs:
10  CG_etat0_lim: ${sources_etat0_lim}  CG_ce0l: ${src_ce0l}
11          @nag_fcalls95 ${nag_fcalls_options} -listing $@ $^          nagfor =callgraph ${nag_fcalls_options} -o $@ $^
12    
13  CG_gcm: ${sources_gcm}  CG_gcm: ${src_gcm}
14          @nag_fcalls95 ${nag_fcalls_options} -listing $@ $^          nagfor =callgraph ${nag_fcalls_options} -o $@ $^
   
 # Cross references:  
 CR_etat0_lim: ${sources_etat0_lim}  
         @nag_xref95 ${nag_cross_options} -listing $@ $^  
15    
16  .PHONY: clean_nag  .PHONY: clean_nag
17  clean_nag:  clean_nag:
18          rm -f CG_etat0_lim CG_gcm CR_etat0_lim          rm -f CG_ce0l CG_gcm

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

  ViewVC Help
Powered by ViewVC 1.1.21