Files
cve-check-tool/common.mk
T
2015-05-07 19:53:42 +01:00

18 lines
596 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 \
-I $(top_srcdir)/src/packaging \
-I $(top_srcdir)/src/library \
-I $(top_srcdir)/src/output \
-DDATA_DIRECTORY=\"$(datadir)/cve-check-tool\" \
-DSITE_PATH=\"$(sysconfdir)\" \
-DTOP_DIR=\"$(abs_top_srcdir)\"
AUTOMAKE_OPTIONS = color-tests parallel-tests