===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile-52-CONFIG=install.cfg
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile:53:YORICK=`test -f $(CONFIG) && sed <$(CONFIG) '/^ *YORICK *=/!d;s/^[^=]*= *//;s/ *$$//'`
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile:54:BINDIR=`test -f $(CONFIG) && sed <$(CONFIG) '/^ *BINDIR *=/!d;s/^[^=]*= *//;s/ *$$//'`
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile:55:INCDIR=`test -f $(CONFIG) && sed <$(CONFIG) '/^ *INCDIR *=/!d;s/^[^=]*= *//;s/ *$$//'`
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile:56:MANDIR=`test -f $(CONFIG) && sed <$(CONFIG) '/^ *MANDIR *=/!d;s/^[^=]*= *//;s/ *$$//'`
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile-57-
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile-177-	@if test "x$(VERSION)" = "x"; then \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile:178:	  version=`grep '^MIRA_VERSION *= *"' "$(MIRA_SRC)/mira.i" | sed 's/^.*= *"\([^"]*\).*/\1/'`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/Makefile-179-	  if test "x$$version" = "x"; then \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ipy/Makefile-99-	for x in $^; do \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ipy/Makefile:100:	  y=`basename "$$x"`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ipy/Makefile-101-	  sed -E "/^ *(func|extern) +[A-Za-z][_0-9A-Za-z]*/!d;s/^ *(func|extern) +([A-Za-z][_0-9A-Za-z]*).*/autoload, \"$$y\", \2;/" < "$$x"; \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ipy/Makefile-109-	else \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ipy/Makefile:110:          dir=`basename "$(RELEASE_NAME)" .tar.bz2`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ipy/Makefile-111-	  if test "x$$dir" = "x" -o "x$$dir" = "x."; then \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-48-Y_LIBEXE=$(Y_EXE_HOME)/lib
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile:49:Y_GROUP=`cat $(Y_LIBEXE)/install.grp`
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-50-YNSTALL=$(Y_LIBEXE)/install.sh $(Y_GROUP)
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-73-	  for file in $(PKG_I) $(PKG_I_EXTRA); do \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile:74:	    base=`basename "$$file"`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-75-	    full="$(DEST_Y_HOME)/i/$$base"; \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-83-	  for file in $(PKG_I_START); do \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile:84:	    base=`basename "$$file"`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-85-	    full="$(DEST_Y_HOME)/i-start/$$base"; \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-110-	else \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile:111:          dir=`basename "$(RELEASE_NAME)" .tar.bz2`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-112-	  if test "x$$dir" = "x" -o "x$$dir" = "x."; then \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-118-	    for file in $(RELEASE_FILES); do \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile:119:	      file=`basename "$$file"`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/Makefile-120-	      src="$(srcdir)/$$file"; \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/rgb.i-91-  if (open(longname, "r" , 1)) remove, longname;
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/rgb.i:92:  output = popen("sort -u -b -k 4 > ${HOME}/yorick/rgb.txt", 1);
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/ylib/rgb.i-93-  r = g = b = 0;
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-36-Y_LIBEXE=$(Y_EXE_HOME)/lib
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile:37:Y_GROUP=`cat $(Y_LIBEXE)/install.grp`
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-38-YNSTALL=$(Y_LIBEXE)/install.sh $(Y_GROUP)
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-62-	  for file in $(PKG_I) $(PKG_I_EXTRA); do \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile:63:	    base=`basename "$$file"`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-64-	    full="$(DEST_Y_HOME)/i/$$base"; \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-72-	  for file in $(PKG_I_START); do \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile:73:	    base=`basename "$$file"`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-74-	    full="$(DEST_Y_HOME)/i-start/$$base"; \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-99-	else \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile:100:	  dir=`basename "$(RELEASE_NAME)" .tar.bz2`; \
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/Makefile-101-	  if test "x$$dir" = "x" -o "x$$dir" = "x."; then \
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-16-````
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md:17:where `$BUILD_DIR` is the build directory (at your convenience) and
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md:18:`$SRC_DIR` is the source directory of the plug-in code.  The build and
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-19-source directories can be the same in which case, call `./configure` to
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-236-
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md:237:   For an **in-place build**, go to the source directory, say `$SRC_DIR`, of
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-238-   the plug-in code and run the configuration script:
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-247-
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md:248:   To compile in a **different build directory**, say `$BUILD_DIR`, create the
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-249-   build directory, go to the build directory and run the configuration
##############################################
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-255-   ````
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md:256:   where `$SRC_DIR` is the path to the source directory of the plug-in code.
yorick-mira-1.1.0+git20170124.3bd1c3~dfsg1/lib/yoifits/README.md-257-   To see the configuration options, type: