===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
muffin-4.6.3/clutter/build/autotools/tap-driver.sh-586-        # Get the bailout message (if any), with leading and trailing
muffin-4.6.3/clutter/build/autotools/tap-driver.sh:587:        # whitespace stripped.  The message remains stored in `$0`.
muffin-4.6.3/clutter/build/autotools/tap-driver.sh-588-        sub("^[ \t]*Bail out![ \t]*", "");
##############################################
muffin-4.6.3/clutter/clutter/Makefile.am-635-	test -z "$(muffinlibdir)" || $(MKDIR_P) "$(DESTDIR)$(muffinlibdir)"
muffin-4.6.3/clutter/clutter/Makefile.am:636:	for lib in `echo $(compat_libs)`; do \
muffin-4.6.3/clutter/clutter/Makefile.am-637-	  (cd $(DESTDIR)$(muffinlibdir) && \
##############################################
muffin-4.6.3/clutter/clutter/clutter-keysyms-update.pl-22-	die "Unable to download keysymdef.h: $!" 
muffin-4.6.3/clutter/clutter/clutter-keysyms-update.pl:23:		unless system("wget -c -O keysymdef.h \"$keysymdef_url\"") == 0;
muffin-4.6.3/clutter/clutter/clutter-keysyms-update.pl-24-	print " done.\n\n";
##############################################
muffin-4.6.3/clutter/clutter/clutter-keysyms-update.pl-37-	die "Unable to download keysymdef.h: $!\n" 
muffin-4.6.3/clutter/clutter/clutter-keysyms-update.pl:38:		unless system("wget -c -O XF86keysym.h \"$XF86keysym_url\"") == 0;
muffin-4.6.3/clutter/clutter/clutter-keysyms-update.pl-39-	print " done.\n\n";
##############################################
muffin-4.6.3/clutter/clutter/deprecated/clutter-shader.c-606-                   CLUTTER_SHADER_ERROR_NO_ASM,
muffin-4.6.3/clutter/clutter/deprecated/clutter-shader.c:607:                   "ASM shaders not supported");
muffin-4.6.3/clutter/clutter/deprecated/clutter-shader.c-608-      priv->compiled = FALSE;
##############################################
muffin-4.6.3/clutter/clutter/deprecated/clutter-shader.h-56- * ClutterShaderError:
muffin-4.6.3/clutter/clutter/deprecated/clutter-shader.h:57: * @CLUTTER_SHADER_ERROR_NO_ASM: No ASM shaders support
muffin-4.6.3/clutter/clutter/deprecated/clutter-shader.h-58- * @CLUTTER_SHADER_ERROR_NO_GLSL: No GLSL shaders support
##############################################
muffin-4.6.3/clutter/configure.ac-317-                # we actually need to ask for CFLAGS and LIBS
muffin-4.6.3/clutter/configure.ac:318:                X11_CFLAGS=`$PKG_CONFIG --cflags $X11_PC_FILES`
muffin-4.6.3/clutter/configure.ac:319:                X11_LIBS=`$PKG_CONFIG --libs $X11_PC_FILES`
muffin-4.6.3/clutter/configure.ac-320-
##############################################
muffin-4.6.3/clutter/configure.ac-330-                        AS_IF([test "x$x_includes" != "xNONE" && test -n "$x_includes"],
muffin-4.6.3/clutter/configure.ac:331:                              [X11_CFLAGS=-I`echo $x_includes | sed -e "s/:/ -I/g"`])
muffin-4.6.3/clutter/configure.ac-332-
muffin-4.6.3/clutter/configure.ac-333-                        AS_IF([test "x$x_libraries" != "xNONE" && test -n "$x_libraries"],
muffin-4.6.3/clutter/configure.ac:334:                              [X11_LIBS=-L`echo $x_libraries | sed -e "s/:/ -L/g"`])
muffin-4.6.3/clutter/configure.ac-335-
##############################################
muffin-4.6.3/clutter/configure.ac-728-        AC_CHECK_PROG(SHTOOL, shtool, shtool)
muffin-4.6.3/clutter/configure.ac:729:        AS_CASE([`$SHTOOL path $CC`],
muffin-4.6.3/clutter/configure.ac-730-                [*ccache*], [gcc_ccache=yes],
##############################################
muffin-4.6.3/clutter/configure.ac-744-                           clutter_cv_ltp_version=invalid
muffin-4.6.3/clutter/configure.ac:745:                           ltp_version=`$LTP -v 2>/dev/null | $SED -e 's/^.* //'`
muffin-4.6.3/clutter/configure.ac-746-                           for ltp_check_version in $ltp_version_list; do
##############################################
muffin-4.6.3/clutter/configure.ac-772-        changequote({,})
muffin-4.6.3/clutter/configure.ac:773:        CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'`
muffin-4.6.3/clutter/configure.ac:774:        CLUTTER_CFLAGS=`echo "$CLUTTER_CFLAGS" | $SED -e 's/-O[0-9]*//g'`
muffin-4.6.3/clutter/configure.ac-775-        changequote([,])
##############################################
muffin-4.6.3/clutter/tests/interactive/wrapper.sh.in-10-echo "$ libtool --mode=execute \\"
muffin-4.6.3/clutter/tests/interactive/wrapper.sh.in:11:echo "          gdb --eval-command=\"b `echo $UNIT_TEST|tr '-' '_'`_main\" \\"
muffin-4.6.3/clutter/tests/interactive/wrapper.sh.in-12-echo "              --args ./test-interactive $UNIT_TEST" 
##############################################
muffin-4.6.3/clutter/tests/performance/Makefile-retrospect-47-	# check out revision
muffin-4.6.3/clutter/tests/performance/Makefile-retrospect:48:	(cd checkout; git checkout `echo $@|sed s:reports/::`)
muffin-4.6.3/clutter/tests/performance/Makefile-retrospect-49-	# write header for report
muffin-4.6.3/clutter/tests/performance/Makefile-retrospect:50:	git log -1 `echo $@|sed s:reports/::` > $@  || true 
muffin-4.6.3/clutter/tests/performance/Makefile-retrospect-51-	# clean previous build
##############################################
muffin-4.6.3/clutter/tests/performance/makejobs.rb-9-  if a =~ /([^ ]*)\.\.([^ ]*) %(.*)/
muffin-4.6.3/clutter/tests/performance/makejobs.rb:10:    res += `git log #{$1}..#{$2} | grep '^commit' | sed 's/commit //' | sed -n '0~#{$3}p'`
muffin-4.6.3/clutter/tests/performance/makejobs.rb-11-  elsif a =~ /([^ ]*)\.\.([^ ]*)/
muffin-4.6.3/clutter/tests/performance/makejobs.rb:12:    res += `git log #{$1}..#{$2} | grep '^commit' | sed 's/commit //'`
muffin-4.6.3/clutter/tests/performance/makejobs.rb-13-  else
##############################################
muffin-4.6.3/cogl/build/autotools/introspection.m4-56-    if test "x$found_introspection" = "xyes"; then
muffin-4.6.3/cogl/build/autotools/introspection.m4:57:       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
muffin-4.6.3/cogl/build/autotools/introspection.m4:58:       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
muffin-4.6.3/cogl/build/autotools/introspection.m4:59:       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
muffin-4.6.3/cogl/build/autotools/introspection.m4:60:       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
muffin-4.6.3/cogl/build/autotools/introspection.m4-61-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
muffin-4.6.3/cogl/build/autotools/introspection.m4:62:       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
muffin-4.6.3/cogl/build/autotools/introspection.m4:63:       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
muffin-4.6.3/cogl/build/autotools/introspection.m4:64:       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
muffin-4.6.3/cogl/build/autotools/introspection.m4-65-    fi
##############################################
muffin-4.6.3/cogl/cogl/cogl-bitmap-conversion.c-157-     better */
muffin-4.6.3/cogl/cogl/cogl-bitmap-conversion.c:158:  asm (/* Load eight_halves into xmm5 for later */
muffin-4.6.3/cogl/cogl/cogl-bitmap-conversion.c-159-       "movdqa (%1), %%xmm5\n"
##############################################
muffin-4.6.3/cogl/configure.ac-684-
muffin-4.6.3/cogl/configure.ac:685:        GBM_VERSION=`$PKG_CONFIG --modversion gbm`
muffin-4.6.3/cogl/configure.ac:686:        GBM_MAJOR=`echo $GBM_VERSION | cut -d'.' -f1`
muffin-4.6.3/cogl/configure.ac:687:        GBM_MINOR=`echo $GBM_VERSION | cut -d'.' -f2`
muffin-4.6.3/cogl/configure.ac:688:        GBM_MICRO=`echo $GBM_VERSION | cut -d'.' -f3 | sed 's/-.*//'`
muffin-4.6.3/cogl/configure.ac-689-
##############################################
muffin-4.6.3/cogl/configure.ac-798-dnl ================================================================
muffin-4.6.3/cogl/configure.ac:799:GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
muffin-4.6.3/cogl/configure.ac:800:GDKPIXBUF_PREFIX="`$PKG_CONFIG --variable=prefix gdk-pixbuf-2.0`"
muffin-4.6.3/cogl/configure.ac-801-AC_SUBST(GLIB_PREFIX)
##############################################
muffin-4.6.3/cogl/configure.ac-994-for driver in $enabled_drivers; do
muffin-4.6.3/cogl/configure.ac:995:        driver=`echo $driver | tr "[gles]" "[GLES]"`
muffin-4.6.3/cogl/configure.ac:996:        libname=`eval echo \\$COGL_${driver}_LIBNAME`
muffin-4.6.3/cogl/configure.ac-997-        echo "        Library name for $driver: $libname"
##############################################
muffin-4.6.3/cogl/tests/conform/Makefile.am-97-	do \
muffin-4.6.3/cogl/tests/conform/Makefile.am:98:		unit=`basename $$i | sed -e s/_/-/g`; \
muffin-4.6.3/cogl/tests/conform/Makefile.am-99-		echo "  GEN    $$unit"; \
##############################################
muffin-4.6.3/cogl/tests/conform/Makefile.am-108-	do \
muffin-4.6.3/cogl/tests/conform/Makefile.am:109:		unit=`basename $$i | sed -e s/_/-/g`; \
muffin-4.6.3/cogl/tests/conform/Makefile.am-110-		echo "  RM     $$unit"; \
##############################################
muffin-4.6.3/cogl/tests/run-tests.sh-142-    printf "$GL_FORMAT" \
muffin-4.6.3/cogl/tests/run-tests.sh:143:      "`get_status $gl_ff_result`" \
muffin-4.6.3/cogl/tests/run-tests.sh:144:      "`get_status $gl_arbfp_result`" \
muffin-4.6.3/cogl/tests/run-tests.sh:145:      "`get_status $gl_glsl_result`" \
muffin-4.6.3/cogl/tests/run-tests.sh:146:      "`get_status $gl_npot_result`" \
muffin-4.6.3/cogl/tests/run-tests.sh:147:      "`get_status $gl3_result`"
muffin-4.6.3/cogl/tests/run-tests.sh-148-  fi
##############################################
muffin-4.6.3/cogl/tests/run-tests.sh-150-    printf "$GLES2_FORMAT" \
muffin-4.6.3/cogl/tests/run-tests.sh:151:      "`get_status $gles2_result`" \
muffin-4.6.3/cogl/tests/run-tests.sh:152:      "`get_status $gles2_npot_result`"
muffin-4.6.3/cogl/tests/run-tests.sh-153-  fi
##############################################
muffin-4.6.3/cogl/tests/test-launcher.sh-16-
muffin-4.6.3/cogl/tests/test-launcher.sh:17:BINARY_NAME=`basename $TEST_BINARY`
muffin-4.6.3/cogl/tests/test-launcher.sh:18:UNIT_TEST=`echo $UNIT_TEST|sed 's/-/_/g'`
muffin-4.6.3/cogl/tests/test-launcher.sh-19-
##############################################
muffin-4.6.3/cogl/tests/unit/Makefile.am-26-	do \
muffin-4.6.3/cogl/tests/unit/Makefile.am:27:		unit=`echo $$i | sed -e s/_/-/g | sed s/unit-test-//`; \
muffin-4.6.3/cogl/tests/unit/Makefile.am-28-		echo "  GEN    $$unit"; \
##############################################
muffin-4.6.3/cogl/tests/unit/Makefile.am-37-	do \
muffin-4.6.3/cogl/tests/unit/Makefile.am:38:		unit=`echo $$i | sed -e s/_/-/g | sed s/unit-test-//`; \
muffin-4.6.3/cogl/tests/unit/Makefile.am-39-		echo "  RM     $$unit"; \
##############################################
muffin-4.6.3/configure.ac-144-# prefixes for fixing gtk-doc references
muffin-4.6.3/configure.ac:145:CAIRO_PREFIX="`$PKG_CONFIG --variable=prefix cairo`"
muffin-4.6.3/configure.ac:146:GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
muffin-4.6.3/configure.ac-147-PANGO_PREFIX="/usr"
muffin-4.6.3/configure.ac:148:ATK_PREFIX="`$PKG_CONFIG --variable=prefix atk`"
muffin-4.6.3/configure.ac:149:GDKPIXBUF_PREFIX="`$PKG_CONFIG --variable=prefix gdk-pixbuf-2.0`"
muffin-4.6.3/configure.ac-150-AC_SUBST(CAIRO_PREFIX)
##############################################
muffin-4.6.3/configure.ac-304-                AC_CHECK_HEADER(X11/extensions/xinerama.h,
muffin-4.6.3/configure.ac:305:                                if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
muffin-4.6.3/configure.ac-306-                                    X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
##############################################
muffin-4.6.3/configure.ac-321-                                 X_EXTRA_LIBS="-lXinerama $X_EXTRA_LIBS"
muffin-4.6.3/configure.ac:322:                                 if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
muffin-4.6.3/configure.ac-323-                                     X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
##############################################
muffin-4.6.3/po/Makefile.in.in-57-
muffin-4.6.3/po/Makefile.in.in:58:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
muffin-4.6.3/po/Makefile.in.in-59-
##############################################
muffin-4.6.3/po/Makefile.in.in-87-.po.gmo:
muffin-4.6.3/po/Makefile.in.in:88:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
muffin-4.6.3/po/Makefile.in.in-89-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
muffin-4.6.3/po/Makefile.in.in-188-	  echo "$$lang:"; \
muffin-4.6.3/po/Makefile.in.in:189:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
muffin-4.6.3/po/Makefile.in.in-190-	  if $$result; then \
##############################################
muffin-4.6.3/src/Makefile.am-376-	test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
muffin-4.6.3/src/Makefile.am:377:	for lib in `echo $(compat_libs)`; do \
muffin-4.6.3/src/Makefile.am-378-	  (cd $(DESTDIR)$(libdir) && \
##############################################
muffin-4.6.3/.pc/fix-warnings-when-compiling.patch/src/Makefile.am-376-	test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
muffin-4.6.3/.pc/fix-warnings-when-compiling.patch/src/Makefile.am:377:	for lib in `echo $(compat_libs)`; do \
muffin-4.6.3/.pc/fix-warnings-when-compiling.patch/src/Makefile.am-378-	  (cd $(DESTDIR)$(libdir) && \