Blame


1 d328e5f0 2021-10-08 thomas AM_CFLAGS += \
2 d328e5f0 2021-10-08 thomas @AM_CFLAGS@ \
3 d328e5f0 2021-10-08 thomas -g -Wall -Wno-long-long -W -Wformat=2 -Wmissing-prototypes \
4 d328e5f0 2021-10-08 thomas -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings \
5 372960fe 2021-10-08 thomas -Wshadow -Wpointer-arith -Wno-sign-compare -Wundef \
6 d328e5f0 2021-10-08 thomas -Wbad-function-cast -Winline -Wcast-align \
7 d328e5f0 2021-10-08 thomas -Wdeclaration-after-statement -Wno-pointer-sign \
8 f5d23041 2021-10-08 thomas -Wno-attributes -Wno-unused-result
9 d328e5f0 2021-10-08 thomas
10 d328e5f0 2021-10-08 thomas AM_CPPFLAGS += \
11 d328e5f0 2021-10-08 thomas @AM_CPPFLAGS@ \
12 d328e5f0 2021-10-08 thomas -DGOT_VERSION=@VERSION@ \
13 d328e5f0 2021-10-08 thomas -DGOT_VERSION_NUMBER=@VERSION@ \
14 d328e5f0 2021-10-08 thomas -DGOT_LIBEXECDIR="$(libexecdir)" \
15 d328e5f0 2021-10-08 thomas -I$(top_srcdir) \
16 d328e5f0 2021-10-08 thomas -I$(top_srcdir)/compat \
17 d328e5f0 2021-10-08 thomas -I$(top_srcdir)/lib \
18 d328e5f0 2021-10-08 thomas -I$(top_srcdir)/include \
19 d328e5f0 2021-10-08 thomas -I.