Files
cve-check-tool/common.mk
T
2015-04-10 11:25:06 +01:00

15 lines
549 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=\"$(top_srcdir)\"
AUTOMAKE_OPTIONS = color-tests parallel-tests