/[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 3 by guez, Wed Feb 27 13:16:39 2008 UTC revision 5 by guez, Mon Mar 3 16:32:04 2008 UTC
# Line 4  Line 4 
4  objects: ${objects}  objects: ${objects}
5  # (useful for NAG module builder)  # (useful for NAG module builder)
6    
7    nag_fcalls_options = -calledby -locate -class
8    nag_cross_options = -key
9    
10    # NAG general options:
11    nag_options = -dusty ${inc_flags}
12    
13  call_graph_etat0_lim: ${sources_etat0_lim}  call_graph_etat0_lim: ${sources_etat0_lim}
14          @nag_fcalls95 -calledby -dusty -locate ${inc_flags} -listing $@ $^          @nag_fcalls95 ${nag_options} ${nag_fcalls_options} -listing $@ $^
15    
16  call_graph_gcm: $(filter-out netcdf95.f90, ${sources_gcm})  call_graph_gcm: $(filter-out netcdf95.f90, ${sources_gcm})
17          @nag_fcalls95 -calledby -dusty -locate -class ${inc_flags} -listing $@ $^          @nag_fcalls95 ${nag_options} ${nag_fcalls_options} -listing $@ $^
18    
19    cross_ref_etat0_lim: ${sources_etat0_lim}
20            @nag_xref95 ${nag_options} ${nag_cross_options} -listing $@ $^
21    
22  .PHONY: clean_call_graph  .PHONY: clean_call_graph
23  clean_call_graph:  clean_call_graph:

Legend:
Removed from v.3  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.21