===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
edgar-1.23/builddist.sh-87-
edgar-1.23/builddist.sh:88:for f in `ls $APPDIR/locale/*.po`; do \
edgar-1.23/builddist.sh:89:	FILE=`echo $f | cut -d'/' -f4 | cut -d'.' -f1`
edgar-1.23/builddist.sh-90-	LINE="/usr/share/locale/$FILE/LC_MESSAGES/edgar.mo"
##############################################
edgar-1.23/buildwindows.sh-72-for f in `ls locale/*.po`; do \
edgar-1.23/buildwindows.sh:73:	FILE=`echo $f | cut -d'/' -f2 | cut -d'.' -f1`
edgar-1.23/buildwindows.sh-74-	echo "Moving $FILE.mo to locale/$FILE/LC_MESSAGES/edgar.mo"
##############################################
edgar-1.23/export_map.sh-12-	do
edgar-1.23/export_map.sh:13:		yy=`printf "%03d" $y`
edgar-1.23/export_map.sh-14-		if [ ! -e "$yy"_"$map"_000.bmp ];
##############################################
edgar-1.23/export_map.sh-17-		fi
edgar-1.23/export_map.sh:18:		for i in `ls "$yy"_"$map"_*.bmp`
edgar-1.23/export_map.sh-19-		do
##############################################
edgar-1.23/export_map.sh-21-		done
edgar-1.23/export_map.sh:22:		tiles=`ls temp_"$yy"_"$map"_*.bmp | wc -l`
edgar-1.23/export_map.sh-23-		echo Combining $tiles columns
##############################################
edgar-1.23/export_map.sh-26-	
edgar-1.23/export_map.sh:27:	tiles=`ls *_"$map".png | wc -l`
edgar-1.23/export_map.sh-28-	echo Combining $tiles rows
##############################################
edgar-1.23/makefile.amiga-129-	@for f in $(LOCALE_MO); do \
edgar-1.23/makefile.amiga:130:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/makefile.amiga-131-		mkdir -p $(LOCALE_DIR)$$lang/LC_MESSAGES; \
##############################################
edgar-1.23/makefile.amiga-148-	@for f in $(LOCALE_MO); do \
edgar-1.23/makefile.amiga:149:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/makefile.amiga-150-		echo "$(RM) $(LOCALE_DIR)$$lang/LC_MESSAGES/$(PROG).mo"; \
##############################################
edgar-1.23/makefile.macos-49-
edgar-1.23/makefile.macos:50:LFLAGS = `sdl-config --static-libs` -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lz -lm -m64 -isysroot ${SDK} -Wl,-syslibroot,${SDK} -mmacosx-version-min=10.10 `libpng16-config --ldflags` -lpng16
edgar-1.23/makefile.macos-51-
##############################################
edgar-1.23/makefile.macos-170-	@for f in $(LOCALE_MO); do \
edgar-1.23/makefile.macos:171:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/makefile.macos-172-		mkdir -p $(LOCALE_DIR)$$lang/LC_MESSAGES; \
##############################################
edgar-1.23/makefile.macos-191-	@for f in $(LOCALE_MO); do \
edgar-1.23/makefile.macos:192:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/makefile.macos-193-		echo "$(RM) $(LOCALE_DIR)$$lang/LC_MESSAGES/$(PROG).mo"; \
##############################################
edgar-1.23/makefile.windows-19-
edgar-1.23/makefile.windows:20:CFLAGS = `$(SDLC) --cflags` -Wall -pedantic -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DDEV=$(DEV) -DINSTALL_PATH=\"$(DATA_DIR)\" -DLOCALE_DIR=\"$(LOCALE_DIR)\" -DPAK_FILE=\"$(PAK_FILE)\" -DUNIX=$(UNIX)
edgar-1.23/makefile.windows-21-
edgar-1.23/makefile.windows:22:LFLAGS = `$(SDLC) --libs` -lz -lSDL_mixer -lSDL_image -lSDL_ttf -lSDLmain
edgar-1.23/makefile.windows-23-
##############################################
edgar-1.23/normalize.sh-9-	else
edgar-1.23/normalize.sh:10:		wavAge=`stat -c %Y $i`
edgar-1.23/normalize.sh:11:		oggAge=`stat -c %Y $none`
edgar-1.23/normalize.sh-12-		
##############################################
edgar-1.23/pngs.sh-2-for i in `ls gfx/*/*.png`; do
edgar-1.23/pngs.sh:3:	count=`find data | xargs grep $i | wc -l`
edgar-1.23/pngs.sh:4:	count2=`find src | xargs grep $i | wc -l`
edgar-1.23/pngs.sh-5-	count=$(($count + $count2))
##############################################
edgar-1.23/.pc/fix-makefile.diff/makefile-172-	@for f in $(LOCALE_MO); do \
edgar-1.23/.pc/fix-makefile.diff/makefile:173:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/.pc/fix-makefile.diff/makefile-174-		mkdir -p $(LOCALE_DIR)$$lang/LC_MESSAGES; \
##############################################
edgar-1.23/.pc/fix-makefile.diff/makefile-194-	@for f in $(LOCALE_MO); do \
edgar-1.23/.pc/fix-makefile.diff/makefile:195:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/.pc/fix-makefile.diff/makefile-196-		echo "$(RM) $(LOCALE_DIR)$$lang/LC_MESSAGES/$(PROG).mo"; \
##############################################
edgar-1.23/makefile-167-	@for f in $(LOCALE_MO); do \
edgar-1.23/makefile:168:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/makefile-169-		mkdir -p $(LOCALE_DIR)$$lang/LC_MESSAGES; \
##############################################
edgar-1.23/makefile-189-	@for f in $(LOCALE_MO); do \
edgar-1.23/makefile:190:		lang=`echo $$f | sed -e 's/^locale\///;s/\.mo$$//'`; \
edgar-1.23/makefile-191-		echo "$(RM) $(LOCALE_DIR)$$lang/LC_MESSAGES/$(PROG).mo"; \