=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-121- @mkdir -p $(c_src_dir) liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:122: @l=`echo "$<" | sed 's!\(.*\)/stem_Unicode.sbl$$!\1!;s!^.*/!!'`; \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-123- o="$(c_src_dir)/stem_UTF_8_$${l}"; \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-128- @mkdir -p $(c_src_dir) liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:129: @l=`echo "$<" | sed 's!\(.*\)/stem_KOI8_R.sbl$$!\1!;s!^.*/!!'`; \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-130- o="$(c_src_dir)/stem_KOI8_R_$${l}"; \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-135- @mkdir -p $(c_src_dir) liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:136: @l=`echo "$<" | sed 's!\(.*\)/stem_ISO_8859_1.sbl$$!\1!;s!^.*/!!'`; \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-137- o="$(c_src_dir)/stem_ISO_8859_1_$${l}"; \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-142- @mkdir -p $(c_src_dir) liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:143: @l=`echo "$<" | sed 's!\(.*\)/stem_ISO_8859_2.sbl$$!\1!;s!^.*/!!'`; \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-144- o="$(c_src_dir)/stem_ISO_8859_2_$${l}"; \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-152- @mkdir -p $(java_src_dir) liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:153: @l=`echo "$<" | sed 's!\(.*\)/stem_Unicode.sbl$$!\1!;s!^.*/!!'`; \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-154- o="$(java_src_dir)/$${l}Stemmer"; \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-178- for file in $^; do \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:179: dir=`dirname $$file` && \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-180- mkdir -p $${dest}/$${dir} && \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-264-check_utf8_%: ../data/% stemwords liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:265: @echo "Checking output of `echo $<|sed 's!.*/!!'` stemmer with UTF-8" liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:266: @./stemwords -c UTF_8 -l `echo $<|sed 's!.*/!!'` -i $</voc.txt -o tmp.txt liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-267- @diff -u $</output.txt tmp.txt ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-269- then \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:270: ./stemwords -c UTF_8 -l `echo $<|sed 's!.*/!!'` -i $</voc.txt -o tmp.txt -p2 && \ liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-271- diff -u $</diffs.txt tmp.txt; \ ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-275-check_iso_8859_1_%: ../data/% stemwords liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:276: @echo "Checking output of `echo $<|sed 's!.*/!!'` stemmer with ISO_8859_1" liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:277: @iconv -fUTF8 -tISO8859-1 $</voc.txt|./stemwords -c ISO_8859_1 -l `echo $<|sed 's!.*/!!'` -o tmp.txt liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-278- @iconv -fUTF8 -tISO8859-1 $</output.txt|diff -u - tmp.txt ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-281-check_iso_8859_2_%: ../data/% stemwords liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:282: @echo "Checking output of `echo $<|sed 's!.*/!!'` stemmer with ISO_8859_2" liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:283: @iconv -fUTF8 -tISO8859-2 $</voc.txt|./stemwords -c ISO_8859_2 -l `echo $<|sed 's!.*/!!'` -o tmp.txt liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-284- @iconv -fUTF8 -tISO8859-2 $</output.txt|diff -u - tmp.txt ############################################## liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-287-check_koi8r_%: ../data/% stemwords liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:288: @echo "Checking output of `echo $<|sed 's!.*/!!'` stemmer with KOI8R" liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile:289: @iconv -fUTF8 -tKOI8R $</voc.txt|./stemwords -c KOI8_R -l `echo $<|sed 's!.*/!!'` -o tmp.txt liblingua-stem-snowball-perl-0.952/snowball-code/GNUmakefile-290- @iconv -fUTF8 -tKOI8R $</output.txt|diff -u - tmp.txt