===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lintex-1.14/debian/patches/03_crossbuild.patch-19-+PKG_CONFIG ?= pkg-config
lintex-1.14/debian/patches/03_crossbuild.patch:20:+CFLAGS += -ansi -pedantic -Wall `$(PKG_CONFIG) --cflags libconfig`
lintex-1.14/debian/patches/03_crossbuild.patch:21:+#CFLAGS = -ansi -Wall -g `$(PKG_CONFIG) --cflags libconfig`
lintex-1.14/debian/patches/03_crossbuild.patch:22:+LIBS += `$(PKG_CONFIG) --libs libconfig`
lintex-1.14/debian/patches/03_crossbuild.patch-23- 
##############################################
lintex-1.14/Makefile-3-PKG_CONFIG ?= pkg-config
lintex-1.14/Makefile:4:CFLAGS += -ansi -pedantic -Wall `$(PKG_CONFIG) --cflags libconfig`
lintex-1.14/Makefile:5:#CFLAGS = -ansi -Wall -g `$(PKG_CONFIG) --cflags libconfig`
lintex-1.14/Makefile:6:LIBS += `$(PKG_CONFIG) --libs libconfig`
lintex-1.14/Makefile-7-