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

Annotation of /trunk/nag_rules.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
Original Path: trunk/libf/call_graph.mk
File size: 446 byte(s)
Initial import
1 guez 3 # Needs compiled modules created by NAG.
2    
3     .PHONY: objects
4     objects: ${objects}
5     # (useful for NAG module builder)
6    
7     call_graph_etat0_lim: ${sources_etat0_lim}
8     @nag_fcalls95 -calledby -dusty -locate ${inc_flags} -listing $@ $^
9    
10     call_graph_gcm: $(filter-out netcdf95.f90, ${sources_gcm})
11     @nag_fcalls95 -calledby -dusty -locate -class ${inc_flags} -listing $@ $^
12    
13     .PHONY: clean_call_graph
14     clean_call_graph:
15     rm -f call_graph_etat0_lim call_graph_gcm

  ViewVC Help
Powered by ViewVC 1.1.21