=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== wmcliphist-2.1/debian/patches/configurable-pkg-config.patch-16--INCLUDES = `pkg-config --cflags gtk+-3.0 x11` wmcliphist-2.1/debian/patches/configurable-pkg-config.patch:17:+INCLUDES = `$(PKG_CONFIG) --cflags gtk+-3.0 x11` wmcliphist-2.1/debian/patches/configurable-pkg-config.patch-18- ############################################## wmcliphist-2.1/debian/patches/configurable-pkg-config.patch-25--LIBS = `pkg-config --libs gtk+-3.0 x11` wmcliphist-2.1/debian/patches/configurable-pkg-config.patch:26:+LIBS = `$(PKG_CONFIG) --libs gtk+-3.0 x11` wmcliphist-2.1/debian/patches/configurable-pkg-config.patch-27- ############################################## wmcliphist-2.1/Makefile-7-MAN1DIR = $(PREFIX)/share/man/man1 wmcliphist-2.1/Makefile:8:INCLUDES = `$(PKG_CONFIG) --cflags gtk+-3.0 x11` wmcliphist-2.1/Makefile-9- ############################################## wmcliphist-2.1/Makefile-19- wmcliphist-2.1/Makefile:20:LIBS = `$(PKG_CONFIG) --libs gtk+-3.0 x11` wmcliphist-2.1/Makefile-21-