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

Annotation of /trunk/grep.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/grep.mk
File size: 408 byte(s)
Initial import
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     @grep --extended-regexp --files-with-matches \# $^ >$@
9     ## --ignore-case
10    
11     .PHONY: clean_grep
12     clean_grep: clean
13     rm -f gcm_mod.txt etat0_lim_mod.txt grep_out.txt

  ViewVC Help
Powered by ViewVC 1.1.21