===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
entangle-3.0/README.rst-49-* `XDG_DATA_DIRS` variable to point to the data directory,
entangle-3.0/README.rst:50:   which is usually `$prefix/share` where `$prefix` is the
entangle-3.0/README.rst-51-   arg given to meson. eg
##############################################
entangle-3.0/README.rst-58-* `GI_TYPELIB_PATH` variable to point to the gobject introspection
entangle-3.0/README.rst:59:   typelib repository which is usually `$prefix/lib/girepository-1.0`
entangle-3.0/README.rst-60-   Some distros will need `lib64` instead of `lib`.
##############################################
entangle-3.0/build-aux/extra-dist-7-
entangle-3.0/build-aux/extra-dist:8:VERSION=`grep 'version:' $SOURCE_ROOT/meson.build  | head -1 | awk '{print $2}' | sed -e "s/'//g" -e "s/,//"`
entangle-3.0/build-aux/extra-dist-9-
##############################################
entangle-3.0/build-aux/vc-list-files-47-  --version)
entangle-3.0/build-aux/vc-list-files:48:    year=`echo "$scriptversion" | sed 's/[^0-9].*//'`
entangle-3.0/build-aux/vc-list-files-49-    cat <<EOF
##############################################
entangle-3.0/build-aux/vc-list-files-70-      && dir= sed_esc= \
entangle-3.0/build-aux/vc-list-files:71:      || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; }
entangle-3.0/build-aux/vc-list-files-72-    # Ignore git symlinks - either they point into the tree, in which case
##############################################
entangle-3.0/build-aux/vc-list-files-96-          }}'\''				\
entangle-3.0/build-aux/vc-list-files:97:        `find "$dir" -name Entries -print` /dev/null' $postprocess
entangle-3.0/build-aux/vc-list-files-98-    fi
##############################################
entangle-3.0/cfg.mk-137-bracket-spacing:
entangle-3.0/cfg.mk:138:	$(AM_V_GEN)files=`$(VC_LIST) | grep '\.c$$'`; \
entangle-3.0/cfg.mk-139-	$(PERL) $(top_srcdir)/build-aux/bracket-spacing.pl $$files || \
##############################################
entangle-3.0/maint.mk-415-  dummy=; : so we do not need a semicolon before each use;		\
entangle-3.0/maint.mk:416:  h_esc=`echo '[<"]'"$$h"'[">]'|sed 's/\./\\\\./g'`;			\
entangle-3.0/maint.mk-417-  if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then		\
##############################################
entangle-3.0/maint.mk-1078-	    *.[ch])							\
entangle-3.0/maint.mk:1079:	      base=`expr " $$file" : ' \(.*\)\..'`;			\
entangle-3.0/maint.mk-1080-	      { test -f $$base.l || test -f $$base.y; } && continue;;	\
##############################################
entangle-3.0/maint.mk-1490-	for sig in 1 2 3 13 15; do					\
entangle-3.0/maint.mk:1491:	  eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \
entangle-3.0/maint.mk-1492-	done;								\