===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ocamlmakefile-6.39.2/OCamlMakefile-499-IMPL_CMX     := $(IMPL_CMO:.cmo=.cmx)
ocamlmakefile-6.39.2/OCamlMakefile:500:IMPL_ASM     := $(IMPL_CMO:.cmo=.asm)
ocamlmakefile-6.39.2/OCamlMakefile-501-IMPL_S       := $(IMPL_CMO:.cmo=.s)
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1055-%.cmi:	%.mli $(EXTRADEPS)
ocamlmakefile-6.39.2/OCamlMakefile:1056:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
ocamlmakefile-6.39.2/OCamlMakefile-1057-			if [ -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1075-%$(IMPL_SUF) %.$(EXT_OBJ):	%.ml $(EXTRADEPS)
ocamlmakefile-6.39.2/OCamlMakefile:1076:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
ocamlmakefile-6.39.2/OCamlMakefile-1077-			if [ -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1095-			$(OCAMLYACC) $(YFLAGS) $<
ocamlmakefile-6.39.2/OCamlMakefile:1096:			$(QUIET)pp=`sed -n -e 's/.*(\*pp \([^*]*\) \*).*/\1/p;q' $<`; \
ocamlmakefile-6.39.2/OCamlMakefile-1097-			if [ ! -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1148-			$(QUIET)if [ ! -d $(@D) ]; then mkdir -p $(@D); fi
ocamlmakefile-6.39.2/OCamlMakefile:1149:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
ocamlmakefile-6.39.2/OCamlMakefile-1150-			if [ -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1163-			$(QUIET)if [ ! -d $(@D) ]; then mkdir -p $(@D); fi
ocamlmakefile-6.39.2/OCamlMakefile:1164:			$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $<`; \
ocamlmakefile-6.39.2/OCamlMakefile-1165-			if [ -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1179-	rm -rf $</*
ocamlmakefile-6.39.2/OCamlMakefile:1180:	$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $(FIRST_DOC_FILE)`; \
ocamlmakefile-6.39.2/OCamlMakefile-1181-	if [ -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/OCamlMakefile-1195-	rm -rf $</*
ocamlmakefile-6.39.2/OCamlMakefile:1196:	$(QUIET)pp=`sed -n -e '/^#/d' -e 's/(\*pp \([^*]*\) \*)/\1/p;q' $(FIRST_DOC_FILE)`; \
ocamlmakefile-6.39.2/OCamlMakefile-1197-	if [ -z "$$pp" ]; then \
##############################################
ocamlmakefile-6.39.2/README.md-303-All of them generate a sub-directory `doc`.  More precisely, for HTML it
ocamlmakefile-6.39.2/README.md:304:is `doc/$(RESULT)/html` and for Latex, PostScript and PDF the directory
ocamlmakefile-6.39.2/README.md:305:`doc/$(RESULT)/latex`.  See the OCamldoc-manual for details and the optional
ocamlmakefile-6.39.2/README.md-306-variables below for settings you can control.