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

Annotation of /trunk/grep.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (hide annotations)
Fri Nov 15 18:45:49 2013 UTC (10 years, 5 months ago) by guez
File size: 408 byte(s)
Moved everything out of libf.
1 guez 3 gcm_mod.txt: ${sources_gcm}
2     grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
3    
4 guez 68 ce0l_mod.txt: ${sources_ce0l}
5 guez 3 grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@
6    
7 guez 68 grep: ${sources_ce0l}
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 68 rm -f gcm_mod.txt ce0l_mod.txt

  ViewVC Help
Powered by ViewVC 1.1.21