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

Contents of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.21