Blob


1 AM_CFLAGS += \
2 @AM_CFLAGS@ \
3 -Wunused-variable \
4 -Wwrite-strings \
5 -Wno-pointer-sign
6 # Ideally, we should be enabling further flags, but this requires upstream
7 # changes. Leaving these here for now.
8 #
9 # -g -Wall -Wno-long-long -W -Wformat=2 -Wmissing-prototypes \
10 # -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings \
11 # -Wshadow -Wpointer-arith -Wno-sign-compare -Wundef \
12 # -Wbad-function-cast -Winline -Wcast-align \
13 # -Wdeclaration-after-statement -Wno-pointer-sign \
14 # -Wno-attributes -Wno-unused-result
16 AM_CPPFLAGS += \
17 @AM_CPPFLAGS@ \
18 -DGOT_LIBEXECDIR="$(libexecdir)" \
19 -I$(top_srcdir) \
20 -I$(top_srcdir)/compat \
21 -I$(top_srcdir)/lib \
22 -I$(top_srcdir)/include \
23 -I$(top_srcdir)/template \