===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mk-configure-0.33.0/builtins/prog_mkdep-32-for i in bmkdep nbmkdep mkdep; do
mk-configure-0.33.0/builtins/prog_mkdep:33:    if test -z "`check_mkdep $i 2>&1 > /dev/null`"; then
mk-configure-0.33.0/builtins/prog_mkdep-34-	mkc_which $i
##############################################
mk-configure-0.33.0/examples/hello_customtests/test.mk-36-	   MAKEOBJDIR=${.CURDIR}/testdir > /dev/null; \
mk-configure-0.33.0/examples/hello_customtests/test.mk:37:	printf 'true_is_available=%s\n' `cat ${.CURDIR}/testdir/_mkc_custom_true_is_available.res`; \
mk-configure-0.33.0/examples/hello_customtests/test.mk-38-	\
##############################################
mk-configure-0.33.0/examples/hello_customtests2/test.mk-36-	   MAKEOBJDIR=${.CURDIR}/testdir > /dev/null; \
mk-configure-0.33.0/examples/hello_customtests2/test.mk:37:	printf 'true_is_available=%s\n' `cat ${.CURDIR}/testdir/_mkc_custom_true_is_available.res`; \
mk-configure-0.33.0/examples/hello_customtests2/test.mk-38-	\
##############################################
mk-configure-0.33.0/examples/hello_dictd/test.mk-39-	  ${MAKE} ${MAKEFLAGS} uninstall DESTDIR=${.OBJDIR}; } 2>&1 | awk '/^(un)?install/'; \
mk-configure-0.33.0/examples/hello_dictd/test.mk:40:	rm -rf ${.OBJDIR}/`echo ${PREFIX} | cut -d/ -f2`; \
mk-configure-0.33.0/examples/hello_dictd/test.mk-41-	echo ========= installdirs ==========; \
##############################################
mk-configure-0.33.0/examples/hello_dictd/test.mk-69-	mkc_test_helper "${PREFIX}" "${.OBJDIR}"; \
mk-configure-0.33.0/examples/hello_dictd/test.mk:70:	rm -rf ${.OBJDIR}/`echo ${PREFIX} | cut -d/ -f2`; \
mk-configure-0.33.0/examples/hello_dictd/test.mk-71-	echo =========== MKOBJDIRS=auto ============; \
##############################################
mk-configure-0.33.0/examples/hello_libdeps/test.mk-17-	${MAKE} ${MAKEFLAGS} -j4 depend > /dev/null; \
mk-configure-0.33.0/examples/hello_libdeps/test.mk:18:	mkc_long_lines `find ${.CURDIR} -type f -name .depend` | \
mk-configure-0.33.0/examples/hello_libdeps/test.mk-19-	awk '!/^#/ {for (i=1; i <= NF; ++i) if ($$i ~ /^\// && $$i !~ /mk-configure/) $$i = ""; print $$0; }' | \
##############################################
mk-configure-0.33.0/examples/hello_libdeps/test.mk-47-	mkc_test_helper "${PREFIX}" "${.OBJDIR}"; \
mk-configure-0.33.0/examples/hello_libdeps/test.mk:48:	rm -rf ${.OBJDIR}/`echo ${PREFIX} | cut -d/ -f2`; \
mk-configure-0.33.0/examples/hello_libdeps/test.mk-49-	\
##############################################
mk-configure-0.33.0/examples/hello_libdeps/test.mk-65-	esac; \
mk-configure-0.33.0/examples/hello_libdeps/test.mk:66:	rm -rf ${.OBJDIR}/`echo ${PREFIX} | cut -d/ -f2`; \
mk-configure-0.33.0/examples/hello_libdeps/test.mk-67-	\
##############################################
mk-configure-0.33.0/examples/tools2/tests/prog1/Makefile-1-check:
mk-configure-0.33.0/examples/tools2/tests/prog1/Makefile:2:	@if test "`${OBJDIR_tools_prog1}/prog1`" = 'This is a message #1'; then \
mk-configure-0.33.0/examples/tools2/tests/prog1/Makefile-3-	   echo ok; \
##############################################
mk-configure-0.33.0/examples/tools2/tests/prog2/Makefile-1-check:
mk-configure-0.33.0/examples/tools2/tests/prog2/Makefile:2:	@if test "`${OBJDIR_tools_prog2}/prog2`" = 'Message #2'; then \
mk-configure-0.33.0/examples/tools2/tests/prog2/Makefile-3-	   echo ok; \
##############################################
mk-configure-0.33.0/examples/tools2/tests/prog3/Makefile-1-check:
mk-configure-0.33.0/examples/tools2/tests/prog3/Makefile:2:	@if test "`${OBJDIR_tools_prog3}/prog3 | tr '\012' ' '`"  = \
mk-configure-0.33.0/examples/tools2/tests/prog3/Makefile-3-	        'This is a message #3 Message #3 '; \
##############################################
mk-configure-0.33.0/examples/tools2/tests/prog4/Makefile-1-check:
mk-configure-0.33.0/examples/tools2/tests/prog4/Makefile:2:	@if test "`${OBJDIR_tools_prog4}/prog4 | tr '248' 'nnn'`" = 'int_size=n'; then \
mk-configure-0.33.0/examples/tools2/tests/prog4/Makefile-3-	   echo ok; \
##############################################
mk-configure-0.33.0/mk/mkc_imp.mk-93-	    for msg in '' ${MKC_ERR_MSG}; do \
mk-configure-0.33.0/mk/mkc_imp.mk:94:		fn=`printf '%s\n' "$$msg" | sed -n 's/^%%%: //p'`; \
mk-configure-0.33.0/mk/mkc_imp.mk-95-		if test -n "$$fn"; then \
##############################################
mk-configure-0.33.0/mk/mkc_imp.platform.sys.mk-296-
mk-configure-0.33.0/mk/mkc_imp.platform.sys.mk:297:LDFLAGS.shared.interixld =	-shared --image-base,`expr $${RANDOM-$$$$} % 4096 / 2 \* 262144 + 1342177280`
mk-configure-0.33.0/mk/mkc_imp.platform.sys.mk-298-LDFLAGS.soname.interixld =	-h lib${LIB}${SHLIB_EXT}.${SHLIB_MAJOR}
mk-configure-0.33.0/mk/mkc_imp.platform.sys.mk-299-
mk-configure-0.33.0/mk/mkc_imp.platform.sys.mk:300:LDFLAGS.shared.gcc.Interix =	-shared --image-base,`expr $${RANDOM-$$$$} % 4096 / 2 \* 262144 + 1342177280`
mk-configure-0.33.0/mk/mkc_imp.platform.sys.mk-301-LDFLAGS.shared.gcc   =		-shared
##############################################
mk-configure-0.33.0/scripts/mkc_check_common.sh-68-	printme '%s' "$_msg... (cached) " 1>&2
mk-configure-0.33.0/scripts/mkc_check_common.sh:69:	ret=`cat "$cache"`
mk-configure-0.33.0/scripts/mkc_check_common.sh-70-    else
##############################################
mk-configure-0.33.0/scripts/mkc_check_common.sh-73-	# test itself
mk-configure-0.33.0/scripts/mkc_check_common.sh:74:	ret=`check_itself "$@" 2>"$tmperr"`
mk-configure-0.33.0/scripts/mkc_check_common.sh-75-	if test "$MKC_NOCACHE" = 1; then
##############################################
mk-configure-0.33.0/scripts/mkc_check_common.sh-86-    # $3 - regexp for matching
mk-configure-0.33.0/scripts/mkc_check_common.sh:87:    __prog=`mkc_which $1 2>/dev/null`
mk-configure-0.33.0/scripts/mkc_check_common.sh-88-
##############################################
mk-configure-0.33.0/scripts/mkc_check_common.sh-99-get_includes (){
mk-configure-0.33.0/scripts/mkc_check_common.sh:100:    for i in $MKC_COMMON_HEADERS `echo "$@" | tr , ' '`; do
mk-configure-0.33.0/scripts/mkc_check_common.sh-101-	echo "#include <$i>"
##############################################
mk-configure-0.33.0/scripts/mkc_check_custom.in-92-if test -z "$basefn"; then
mk-configure-0.33.0/scripts/mkc_check_custom.in:93:    basefn=`basename $1 | sed 's|[.][^.]*$||'`
mk-configure-0.33.0/scripts/mkc_check_custom.in-94-fi
##############################################
mk-configure-0.33.0/scripts/mkc_check_custom.in-101-shquote (){
mk-configure-0.33.0/scripts/mkc_check_custom.in:102:    __cmd=`printf '%s\n' "$1" | sed "s|'|'\\\\\''|g"`
mk-configure-0.33.0/scripts/mkc_check_custom.in-103-    printf "%s\n" "'$__cmd'"
##############################################
mk-configure-0.33.0/scripts/mkc_check_custom.in-106-for i in "$@"; do
mk-configure-0.33.0/scripts/mkc_check_custom.in:107:    cmd="$cmd "`shquote "$1"`
mk-configure-0.33.0/scripts/mkc_check_custom.in-108-    shift
##############################################
mk-configure-0.33.0/scripts/mkc_check_decl.in-70-
mk-configure-0.33.0/scripts/mkc_check_decl.in:71:decltype=`echo "$1" | sed -e 's/[0-9]//g'`
mk-configure-0.33.0/scripts/mkc_check_decl.in:72:argscnt=`echo "$1" | sed 's/[^0-9]//g'`
mk-configure-0.33.0/scripts/mkc_check_decl.in-73-shift
mk-configure-0.33.0/scripts/mkc_check_decl.in-74-
mk-configure-0.33.0/scripts/mkc_check_decl.in:75:declwhat=`echo "$1" | awk '{gsub(/-/, " "); gsub(/ +[(]/, "("); $1=$1; print}'`
mk-configure-0.33.0/scripts/mkc_check_decl.in-76-shift
##############################################
mk-configure-0.33.0/scripts/mkc_check_decl.in-80-    type)
mk-configure-0.33.0/scripts/mkc_check_decl.in:81:	pathpart=`echo "${decltype}_${declwhat}_$*" | tr '/. ' '__~'`
mk-configure-0.33.0/scripts/mkc_check_decl.in-82-	;;
mk-configure-0.33.0/scripts/mkc_check_decl.in-83-    prototype)
mk-configure-0.33.0/scripts/mkc_check_decl.in:84:	pathpart=`echo "${decltype}_${declwhat}_$*" | tr '/(). *' '____~8'`
mk-configure-0.33.0/scripts/mkc_check_decl.in:85:	funcname=`echo "$declwhat" | sed 's,^.*[ *&]\([a-zA-Z0-9_]*\) *[(].*$,\1,'`
mk-configure-0.33.0/scripts/mkc_check_decl.in-86-	;;
mk-configure-0.33.0/scripts/mkc_check_decl.in-87-    *)
mk-configure-0.33.0/scripts/mkc_check_decl.in:88:	pathpart=`echo "$decltype$argscnt $declwhat" $* | tr '/. ' '___'`
mk-configure-0.33.0/scripts/mkc_check_decl.in-89-	;;
##############################################
mk-configure-0.33.0/scripts/mkc_check_decl.in-227-
mk-configure-0.33.0/scripts/mkc_check_decl.in:228:    type_t=`echo $declwhat | sed 's/[.].*$//'`
mk-configure-0.33.0/scripts/mkc_check_decl.in:229:    member=`echo $declwhat | sed 's/^[^.]*[.]//'`
mk-configure-0.33.0/scripts/mkc_check_decl.in-230-
##############################################
mk-configure-0.33.0/scripts/mkc_check_funclib.in-52-
mk-configure-0.33.0/scripts/mkc_check_funclib.in:53:pathpart=funclib_`echo $* | tr '/. ' ___`
mk-configure-0.33.0/scripts/mkc_check_funclib.in-54-
##############################################
mk-configure-0.33.0/scripts/mkc_check_funclib.in-99-	# expansions because of crappy Solaris' /bin/sh.
mk-configure-0.33.0/scripts/mkc_check_funclib.in:100:	tmpbase=`basename "$tmpc" | sed 's/[.][^.]*$//'`
mk-configure-0.33.0/scripts/mkc_check_funclib.in-101-	rm -f ${tmpbase}.o
##############################################
mk-configure-0.33.0/scripts/mkc_check_header.in-56-
mk-configure-0.33.0/scripts/mkc_check_header.in:57:pathpart="$partpath"_`echo "$1" | sed 's/^.*,//' | tr /. __`
mk-configure-0.33.0/scripts/mkc_check_header.in-58-
##############################################
mk-configure-0.33.0/scripts/mkc_check_prog.in-65-
mk-configure-0.33.0/scripts/mkc_check_prog.in:66:pathpart=${pathpart-prog_`echo $1 | tr /. __`}
mk-configure-0.33.0/scripts/mkc_check_prog.in-67-
##############################################
mk-configure-0.33.0/scripts/mkc_check_sizeof.in-45-
mk-configure-0.33.0/scripts/mkc_check_sizeof.in:46:type=`echo $1 | tr ' -' '  '`
mk-configure-0.33.0/scripts/mkc_check_sizeof.in:47:pathpart=sizeof_`echo $type | tr '* ' 'P~'`
mk-configure-0.33.0/scripts/mkc_check_sizeof.in-48-shift
##############################################
mk-configure-0.33.0/scripts/mkc_install.in-149-    if [ -d "$dst" ]; then
mk-configure-0.33.0/scripts/mkc_install.in:150:	dst="$dst"/`basename "$src"`
mk-configure-0.33.0/scripts/mkc_install.in-151-    fi
##############################################
mk-configure-0.33.0/scripts/mkc_install.in-154-##
mk-configure-0.33.0/scripts/mkc_install.in:155:dstdir=`dirname "$dst"`
mk-configure-0.33.0/scripts/mkc_install.in-156-
##############################################
mk-configure-0.33.0/scripts/mkc_install.in-170-# No renaming of the final executable
mk-configure-0.33.0/scripts/mkc_install.in:171:    dstfile=`basename "$dst"`
mk-configure-0.33.0/scripts/mkc_install.in-172-
##############################################
mk-configure-0.33.0/scripts/mkc_which.in-31-else
mk-configure-0.33.0/scripts/mkc_which.in:32:    for i in `echo $PATH|tr : ' '`; do
mk-configure-0.33.0/scripts/mkc_which.in-33-	if test -x "$i/$1" -a -f "$i/$1"; then