Lines Matching +full:- +full:nostdinc
8 # Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
22 AUTOMAKE_OPTIONS = foreign nostdinc
32 # $(top_builddir)/ares is for in-tree c-ares's generated ares_build.h file
33 # $(top_srcdir)/ares is for in-tree c-ares's external include files
36 AM_CPPFLAGS = -I$(top_srcdir)/include \
37 -I$(top_builddir)/lib \
38 -I$(top_srcdir)/lib \
39 -I$(top_srcdir)/src \
40 -I$(top_srcdir)/tests/libtest \
41 -I$(top_builddir)/ares \
42 -I$(top_srcdir)/ares
44 AM_CPPFLAGS = -I$(top_srcdir)/include \
45 -I$(top_builddir)/lib \
46 -I$(top_srcdir)/lib \
47 -I$(top_srcdir)/src \
48 -I$(top_srcdir)/tests/libtest
62 AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS