===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
camlmix-1.3.1/OCamlMakefile-406-IMPL_CMX     := $(IMPL_CMO:.cmo=.cmx)
camlmix-1.3.1/OCamlMakefile:407:IMPL_ASM     := $(IMPL_CMO:.cmo=.asm)
camlmix-1.3.1/OCamlMakefile-408-IMPL_S       := $(IMPL_CMO:.cmo=.s)
##############################################
camlmix-1.3.1/OCamlMakefile-844-.mli.cmi: $(EXTRADEPS)
camlmix-1.3.1/OCamlMakefile:845:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
camlmix-1.3.1/OCamlMakefile-846-			if [ -z "$$pp" ]; then \
##############################################
camlmix-1.3.1/OCamlMakefile-862-.ml.cmi .ml.$(EXT_OBJ) .ml.cmx .ml.cmo: $(EXTRADEPS)
camlmix-1.3.1/OCamlMakefile:863:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
camlmix-1.3.1/OCamlMakefile-864-			if [ -z "$$pp" ]; then \
##############################################
camlmix-1.3.1/OCamlMakefile-918-			$(QUIET)if [ ! -d $(@D) ]; then mkdir -p $(@D); fi
camlmix-1.3.1/OCamlMakefile:919:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
camlmix-1.3.1/OCamlMakefile-920-			if [ -z "$$pp" ]; then \
##############################################
camlmix-1.3.1/OCamlMakefile-930-			$(QUIET)if [ ! -d $(@D) ]; then mkdir -p $(@D); fi
camlmix-1.3.1/OCamlMakefile:931:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
camlmix-1.3.1/OCamlMakefile-932-			if [ -z "$$pp" ]; then \
##############################################
camlmix-1.3.1/OCamlMakefile-941-	mkdir -p $@
camlmix-1.3.1/OCamlMakefile:942:	$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
camlmix-1.3.1/OCamlMakefile-943-	if [ -z "$$pp" ]; then \
##############################################
camlmix-1.3.1/OCamlMakefile-955-	mkdir -p $@
camlmix-1.3.1/OCamlMakefile:956:	$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
camlmix-1.3.1/OCamlMakefile-957-	if [ -z "$$pp" ]; then \
##############################################
camlmix-1.3.1/OCamlMakefile-980-	  for i in $(SUBPROJS); do \
camlmix-1.3.1/OCamlMakefile:981:	    $(MAKE) -f $(OCAMLMAKEFILE) `sh -c "echo \`echo '$$'PROJ_$$i\`"` $(SUBTARGET); \
camlmix-1.3.1/OCamlMakefile-982-	  done; \