Blame


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