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

Annotation of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Mon Mar 3 16:32:04 2008 UTC (16 years, 2 months ago) by guez
Original Path: trunk/libf/grep.mk
File size: 436 byte(s)
Created module from included file parafilt.
Converted caldyn0 to free format.
Added a rule to create cross-references with NAG.
Added optional attribute in iniadvtrac.
Suppressed argument nq in dynredem0 and dynredem1, using nqmx instead.
Replaced some NetCDF calls by netcdf95 calls in dynredem0.
Added intent attribute in dynredem0 and dynredem1.
Annotated use statements with only clause, in dynredem1.
Suppressed variable nq and argument of iniadvtrac in etat0.
Added test on nqmx in etat0.
1 guez 3 gcm_mod.txt: ${sources_gcm}
2     grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
3    
4     etat0_lim_mod.txt: ${sources_etat0_lim}
5     grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
6    
7     grep_out.txt: ${sources_etat0_lim}
8 guez 5 @echo grep
9     @grep --ignore-case --files-with-matches nqmx $^ >$@
10     ## --extended-regexp --ignore-case
11 guez 3
12     .PHONY: clean_grep
13     clean_grep: clean
14     rm -f gcm_mod.txt etat0_lim_mod.txt grep_out.txt

  ViewVC Help
Powered by ViewVC 1.1.21