Files
cve-check-tool/common.mk
T
Ikey Doherty 3fb5850a80 Use absolute paths everywhere
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
2015-04-10 17:26:50 +01:00

15 lines
553 B
Makefile

AM_CFLAGS = -fstack-protector -Wall -pedantic \
-Wstrict-prototypes -Wundef -fno-common \
-Werror-implicit-function-declaration \
-Wformat -Wformat-security -Werror=format-security \
-Wno-conversion -Wunused-variable -Wunreachable-code \
-std=c99 -Werror
AM_CPPFLAGS = \
-I $(top_srcdir)/src \
-DDATA_DIRECTORY=\"$(datadir)/cve-check-tool\" \
-DSITE_PATH=\"$(sysconfdir)\" -DDEFAULT_PATH=\"$(datadir)/defaults/cve-check-tool\" \
-DTOP_DIR=\"$(abs_top_srcdir)\"
AUTOMAKE_OPTIONS = color-tests parallel-tests