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

Annotation of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (hide annotations)
Fri Mar 26 18:33:04 2010 UTC (14 years, 1 month ago) by guez
Original Path: trunk/libf/grep.mk
File size: 428 byte(s)
Removed unused "diagedyn.f" and "undefSTD.f".

In "etat0", the variable "dt" of module "temps" was defined from
"landicered.nc", which was meaningless and useless. Replaced "dt" by a
local trash variable.

Removed variable "dt" from module "temps" and created instead a local
variable of "leapfrog" and an argument of "integrd".

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 guez 13 grep: ${sources_etat0_lim}
8 guez 5 @echo grep
9 guez 28 @grep --ignore-case --files-with-matches --word-regexp dt $^
10 guez 5 ## --extended-regexp --ignore-case
11 guez 3
12 guez 13 .PHONY: clean_grep grep
13 guez 3 clean_grep: clean
14 guez 13 rm -f gcm_mod.txt etat0_lim_mod.txt

  ViewVC Help
Powered by ViewVC 1.1.21