mirror of
https://github.com/clearlinux/cve-check-tool.git
synced 2026-08-19 11:56:29 +00:00
307f4e2673
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
15 lines
549 B
Makefile
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
|