===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cmark-0.29.0/Makefile-171-bench: $(BENCHFILE)
cmark-0.29.0/Makefile:172:	{ for x in `seq 1 $(NUMRUNS)` ; do \
cmark-0.29.0/Makefile-173-		/usr/bin/env time -p $(PROG) </dev/null >/dev/null ; \
##############################################
cmark-0.29.0/Makefile-179-	for f in $(BENCHSAMPLES) ; do \
cmark-0.29.0/Makefile:180:	  printf "%26s  " `basename $$f` ; \
cmark-0.29.0/Makefile:181:	  { for x in `seq 1 $(NUMRUNS)` ; do \
cmark-0.29.0/Makefile-182-		/usr/bin/env time -p $(PROG) </dev/null >/dev/null ; \
##############################################
cmark-0.29.0/README.md-126-under active development, may not work with your system-installed version of
cmark-0.29.0/README.md:127:clang. Assuming LLVM has been built in `$HOME/src/llvm/build` the fuzzer can be
cmark-0.29.0/README.md-128-run with:
##############################################
cmark-0.29.0/changelog.txt-142-    The new approach sets an internal `libdir` variable to
cmark-0.29.0/changelog.txt:143:    `lib${LIB_SUFFIX}`.  This variable is used both to set the
cmark-0.29.0/changelog.txt-144-    install destination and in the libcmark.pc.in template.
##############################################
cmark-0.29.0/changelog.txt-257-    `-DCMARK_STATIC=ON/OFF`.
cmark-0.29.0/changelog.txt:258:  * Added support for built-in `${LIB_SUFFIX}` feature (Azamat H.
cmark-0.29.0/changelog.txt:259:    Hackimov).  Replaced `${LIB_INSTALL_DIR}` option with built-in
cmark-0.29.0/changelog.txt:260:    `${LIB_SUFFIX}` for installing for 32/64-bit systems. Normally,
cmark-0.29.0/changelog.txt:261:    CMake will set `${LIB_SUFFIX}` automatically for required enviroment.
cmark-0.29.0/changelog.txt-262-    If you have any issues with it, you can override this option with
##############################################
cmark-0.29.0/changelog.txt-314-    some platforms.
cmark-0.29.0/changelog.txt:315:  * Use `$(MAKE)` in Makefile instead of hardcoded `make` (#146,
cmark-0.29.0/changelog.txt-316-    Tobias Kortkamp).
##############################################
cmark-0.29.0/changelog.txt-973-  * Add Makefile target to fuzz with AFL (Nick Wellnhofer)
cmark-0.29.0/changelog.txt:974:    The variable `$AFL_PATH` must point to the directory containing the AFL
cmark-0.29.0/changelog.txt-975-    binaries. It can be set as an environment variable or passed to make on