=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fonts-smc-meera-7.0.3/Makefile-13-ttf: fonts-smc-meera-7.0.3/Makefile:14: @for font in `echo ${fonts}`;do \ fonts-smc-meera-7.0.3/Makefile-15- $(PY) $(buildscript) -t ttf -i $$font.sfd -f $(feature) -v $(version) -o $(outdir);\ ############################################## fonts-smc-meera-7.0.3/Makefile-20- @rm -rf *.woff fonts-smc-meera-7.0.3/Makefile:21: @for font in `echo ${fonts}`;do \ fonts-smc-meera-7.0.3/Makefile-22- $(PY) $(buildscript) -t woff -i $(outdir)/$$font.ttf;\ ############################################## fonts-smc-meera-7.0.3/Makefile-25- @rm -rf *.woff2 fonts-smc-meera-7.0.3/Makefile:26: @for font in `echo ${fonts}`;do \ fonts-smc-meera-7.0.3/Makefile-27- $(PY) $(buildscript) -t woff2 -i $(outdir)/$$font.ttf;\ ############################################## fonts-smc-meera-7.0.3/Makefile-30-install: ttf fonts-smc-meera-7.0.3/Makefile:31: @for font in `echo ${fonts}`;do \ fonts-smc-meera-7.0.3/Makefile-32- install -D -m 0644 $(outdir)/$${font}.ttf ${DESTDIR}/${fontpath}/$${font}.ttf;\ ############################################## fonts-smc-meera-7.0.3/Makefile-41-run-test: fonts-smc-meera-7.0.3/Makefile:42: @for font in `echo ${fonts}`; do \ fonts-smc-meera-7.0.3/Makefile-43- echo "Testing font $${font}";\