===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gpm-1.20.7/Makefile.in-76-do-%: dep
gpm-1.20.7/Makefile.in:77:	@target=`echo $@ | $(SED) -e 's/^do-//'`; \
gpm-1.20.7/Makefile.in-78-	for i in $(SUBDIRS) ; do \
##############################################
gpm-1.20.7/contrib/Makefile.in-14-install: all
gpm-1.20.7/contrib/Makefile.in:15:	if [ -n "$(ELISP)" ]; then for i in `echo $(ELISP)`; do \
gpm-1.20.7/contrib/Makefile.in:16:		$(INSTALL_DATA) $(srcdir)/$$i $(lispdir)/`basename $$i` ;\
gpm-1.20.7/contrib/Makefile.in-17-	done; fi
##############################################
gpm-1.20.7/contrib/Makefile.in-22-uninstall:
gpm-1.20.7/contrib/Makefile.in:23:	if [ -n "$(ELISP)" ]; then for i in `echo $(ELISP)`; do \
gpm-1.20.7/contrib/Makefile.in-24-		rm -f $(lispdir)/$$i ;\
##############################################
gpm-1.20.7/contrib/scripts/create_vcs-18-        chown root.tty /dev/vcs$I
gpm-1.20.7/contrib/scripts/create_vcs:19:        mknod /dev/vcsa$I c 7 `expr $I + 128`
gpm-1.20.7/contrib/scripts/create_vcs-20-        chmod 622 /dev/vcsa$I
gpm-1.20.7/contrib/scripts/create_vcs-21-        chown root.tty /dev/vcsa$I
gpm-1.20.7/contrib/scripts/create_vcs:22:        I=`expr $I + 1`
gpm-1.20.7/contrib/scripts/create_vcs-23-done
##############################################
gpm-1.20.7/contrib/scripts/gpm_release-9-if [ $# -ne 1 ]; then
gpm-1.20.7/contrib/scripts/gpm_release:10:   echo `basename $0`': dir'
gpm-1.20.7/contrib/scripts/gpm_release-11-   echo 'Hey, hey guy, what to release ?'
##############################################
gpm-1.20.7/contrib/scripts/gpm_release-15-if [ ! -d $1 ]; then
gpm-1.20.7/contrib/scripts/gpm_release:16:   echo `basename $0`': dir'
gpm-1.20.7/contrib/scripts/gpm_release-17-   echo 'HEY! DIRECTORY! We need a gpm directory!'
##############################################
gpm-1.20.7/contrib/scripts/gpm_release-20-
gpm-1.20.7/contrib/scripts/gpm_release:21:version=`echo $1 | sed 's/\/$//' | sed 's/gpm-//'`
gpm-1.20.7/contrib/scripts/gpm_release-22-echo -n "Releasing gpm-$version ..."
##############################################
gpm-1.20.7/contrib/scripts/mkinstalldirs-12-do
gpm-1.20.7/contrib/scripts/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
gpm-1.20.7/contrib/scripts/mkinstalldirs-14-   shift
##############################################
gpm-1.20.7/contrib/scripts/test_gpm-13-if [ $# -ne 1 ]; then
gpm-1.20.7/contrib/scripts/test_gpm:14:   echo `basename $0`': dir'
gpm-1.20.7/contrib/scripts/test_gpm-15-   echo 'Hey, hey guy, what to test ?'
##############################################
gpm-1.20.7/contrib/scripts/test_gpm-19-if [ ! -d $1 ]; then
gpm-1.20.7/contrib/scripts/test_gpm:20:   echo `basename $0`': dir'
gpm-1.20.7/contrib/scripts/test_gpm-21-   echo 'HEY! I need a DIRECTORY! Not something else!'
##############################################
gpm-1.20.7/contrib/scripts/test_gpm-24-
gpm-1.20.7/contrib/scripts/test_gpm:25:echo rm -rf $PREFIX`basename $1`$POSTFIX -r
gpm-1.20.7/contrib/scripts/test_gpm:26:rm -rf $PREFIX`basename $1`$POSTFIX -r
gpm-1.20.7/contrib/scripts/test_gpm:27:echo cp $1 $PREFIX`basename $1`$POSTFIX -r
gpm-1.20.7/contrib/scripts/test_gpm:28:cp $1 $PREFIX`basename $1`$POSTFIX -r
gpm-1.20.7/contrib/scripts/test_gpm-29-
##############################################
gpm-1.20.7/contrib/scripts/test_gpm-32-echo configure
gpm-1.20.7/contrib/scripts/test_gpm:33:../$PREFIX`basename $1`$POSTFIX/configure --prefix=/usr/sys
gpm-1.20.7/contrib/scripts/test_gpm-34-echo make
##############################################
gpm-1.20.7/doc/Makefile.in-83-	
gpm-1.20.7/doc/Makefile.in:84:	if [ -n "`ls $*.?? $*.aux 2>/dev/null`" -a "$(TEX)" != "no" -a \
gpm-1.20.7/doc/Makefile.in-85-	"$(TEXINDEX)" != "no" ]; then \
gpm-1.20.7/doc/Makefile.in:86:		for i in `ls $*.?? $*.aux 2>/dev/null`; do cp $$i $$i~; done; \
gpm-1.20.7/doc/Makefile.in-87-		$(TEX) $< \
gpm-1.20.7/doc/Makefile.in:88:		old="`ls $*.??~ $*.aux~ 2>/dev/null | $(SED) 's/~//g'`"; \
gpm-1.20.7/doc/Makefile.in:89:		new="`ls $*.?? $*.aux 2>/dev/null`"; \
gpm-1.20.7/doc/Makefile.in-90-		need="n"; \
##############################################
gpm-1.20.7/doc/Makefile.in-92-		else \
gpm-1.20.7/doc/Makefile.in:93:		  for i in  `ls $*.?? $*.aux 2>/dev/null`; do \
gpm-1.20.7/doc/Makefile.in-94-		    cmp -s $$i $$i~; if test $$? -ne 0; then need="y" break; fi; \
##############################################
gpm-1.20.7/install-sh-73-
gpm-1.20.7/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
gpm-1.20.7/install-sh-75-	    shift
##############################################
gpm-1.20.7/install-sh-77-
gpm-1.20.7/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
gpm-1.20.7/install-sh-79-	    shift
##############################################
gpm-1.20.7/install-sh-138-	then
gpm-1.20.7/install-sh:139:		dst="$dst"/`basename $src`
gpm-1.20.7/install-sh-140-	else
##############################################
gpm-1.20.7/install-sh-145-## this sed command emulates the dirname command
gpm-1.20.7/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
gpm-1.20.7/install-sh-147-
##############################################
gpm-1.20.7/install-sh-159-IFS='%'
gpm-1.20.7/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
gpm-1.20.7/install-sh-161-IFS="${oIFS}"
##############################################
gpm-1.20.7/install-sh-193-	then
gpm-1.20.7/install-sh:194:		dstfile=`basename $dst`
gpm-1.20.7/install-sh-195-	else
##############################################
gpm-1.20.7/install-sh-203-	then
gpm-1.20.7/install-sh:204:		dstfile=`basename $dst`
gpm-1.20.7/install-sh-205-	else
##############################################
gpm-1.20.7/src/Makefile.in-90-	-@for cfiledirs in prog lib; do $(MKDIR) $$cfiledirs; \
gpm-1.20.7/src/Makefile.in:91:	cd $$cfiledirs; for cfiles in `echo $(srcdir)/$$cfiledirs/*.c`; \
gpm-1.20.7/src/Makefile.in-92-	do $(LN_S) $$cfiles 2>/dev/null; done; cd ..; done
##############################################
gpm-1.20.7/src/Makefile.in-94-	# make links in srcdir
gpm-1.20.7/src/Makefile.in:95:	-@for cfiles in `echo $(srcdir)/*.c`; do $(LN_S) $$cfiles 2>/dev/null; done
gpm-1.20.7/src/Makefile.in-96-
##############################################
gpm-1.20.7/src/Makefile.in-126-	for i in $(PROG); do \
gpm-1.20.7/src/Makefile.in:127:		$(INSTALL_PROGRAM) $$i $(bindir)/`echo $$i | sed 's,prog/,,'` ;\
gpm-1.20.7/src/Makefile.in-128-	done
##############################################
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in-83-	
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in:84:	if [ -n "`ls $*.?? $*.aux 2>/dev/null`" -a "$(TEX)" != "no" -a \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in-85-	"$(TEXINDEX)" != "no" ]; then \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in:86:		for i in `ls $*.?? $*.aux 2>/dev/null`; do cp $$i $$i~; done; \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in-87-		$(TEX) $< \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in:88:		old="`ls $*.??~ $*.aux~ 2>/dev/null | $(SED) 's/~//g'`"; \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in:89:		new="`ls $*.?? $*.aux 2>/dev/null`"; \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in-90-		need="n"; \
##############################################
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in-92-		else \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in:93:		  for i in  `ls $*.?? $*.aux 2>/dev/null`; do \
gpm-1.20.7/.pc/007_doc_fix_000/doc/Makefile.in-94-		    cmp -s $$i $$i~; if test $$? -ne 0; then need="y" break; fi; \
##############################################
gpm-1.20.7/.pc/013_xterm_mouse_support_000/configure.ac.footer-17-else
gpm-1.20.7/.pc/013_xterm_mouse_support_000/configure.ac.footer:18:        srcdir=`cd $srcdir && pwd`
gpm-1.20.7/.pc/013_xterm_mouse_support_000/configure.ac.footer-19-fi
##############################################
gpm-1.20.7/.pc/050_dont_link_libcurses/configure.ac.footer-17-else
gpm-1.20.7/.pc/050_dont_link_libcurses/configure.ac.footer:18:        srcdir=`cd $srcdir && pwd`
gpm-1.20.7/.pc/050_dont_link_libcurses/configure.ac.footer-19-fi
##############################################
gpm-1.20.7/.pc/080_cross-compile.patch/configure.ac.footer-17-else
gpm-1.20.7/.pc/080_cross-compile.patch/configure.ac.footer:18:        srcdir=`cd $srcdir && pwd`
gpm-1.20.7/.pc/080_cross-compile.patch/configure.ac.footer-19-fi
##############################################
gpm-1.20.7/configure.ac.footer-17-else
gpm-1.20.7/configure.ac.footer:18:        srcdir=`cd $srcdir && pwd`
gpm-1.20.7/configure.ac.footer-19-fi