--- trunk/libf/grep.mk 2010/03/25 14:29:07 27 +++ trunk/grep.mk 2013/11/15 18:45:49 76 @@ -1,14 +1,14 @@ gcm_mod.txt: ${sources_gcm} grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@ -etat0_lim_mod.txt: ${sources_etat0_lim} +ce0l_mod.txt: ${sources_ce0l} grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@ -grep: ${sources_etat0_lim} +grep: ${sources_ce0l} @echo grep - @grep --ignore-case --files-with-matches itau_dyn $^ + @grep --ignore-case --files-with-matches --word-regexp dt $^ ## --extended-regexp --ignore-case .PHONY: clean_grep grep clean_grep: clean - rm -f gcm_mod.txt etat0_lim_mod.txt + rm -f gcm_mod.txt ce0l_mod.txt