===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bluemindo-1.0~rc1/Makefile-28-		install -d $(DATADIR)/bluemindo/src/$$sourcedir; \
bluemindo-1.0~rc1/Makefile:29:		for sourcefile in `find src/$$sourcedir -maxdepth 1 -type f | grep -v '.svn' | grep -v '.pyc'` ; do \
bluemindo-1.0~rc1/Makefile-30-			install -m644 $$sourcefile $(DATADIR)/bluemindo/src/$$sourcedir; \
##############################################
bluemindo-1.0~rc1/Makefile-54-
bluemindo-1.0~rc1/Makefile:55:	for gettextfile in `find $(LOCALEDIR) -name 'bluemindo.mo'` ; do \
bluemindo-1.0~rc1/Makefile-56-		rm -f $$gettextfile; \
##############################################
bluemindo-1.0~rc1/launch.sh-2-
bluemindo-1.0~rc1/launch.sh:3:cd `dirname $0`/src
bluemindo-1.0~rc1/launch.sh-4-./bluemindo.py "$@"