Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2012 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31
32 VPATH = @srcdir@
33 am__is_gnu_make = { \
34   if test -z '$(MAKELEVEL)'; then \
35     false; \
36   elif test -n '$(MAKE_HOST)'; then \
37     true; \
38   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
39     true; \
40   else \
41     false; \
42   fi; \
43 }
44 am__make_running_with_option = \
45   case $${target_option-} in \
46       ?) ;; \
47       *) echo "am__make_running_with_option: internal error: invalid" \
48               "target option '$${target_option-}' specified" >&2; \
49          exit 1;; \
50   esac; \
51   has_opt=no; \
52   sane_makeflags=$$MAKEFLAGS; \
53   if $(am__is_gnu_make); then \
54     sane_makeflags=$$MFLAGS; \
55   else \
56     case $$MAKEFLAGS in \
57       *\\[\ \   ]*) \
58         bs=\\; \
59         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
60           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
61     esac; \
62   fi; \
63   skip_next=no; \
64   strip_trailopt () \
65   { \
66     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67   }; \
68   for flg in $$sane_makeflags; do \
69     test $$skip_next = yes && { skip_next=no; continue; }; \
70     case $$flg in \
71       *=*|--*) continue;; \
72         -*I) strip_trailopt 'I'; skip_next=yes;; \
73       -*I?*) strip_trailopt 'I';; \
74         -*O) strip_trailopt 'O'; skip_next=yes;; \
75       -*O?*) strip_trailopt 'O';; \
76         -*l) strip_trailopt 'l'; skip_next=yes;; \
77       -*l?*) strip_trailopt 'l';; \
78       -[dEDm]) skip_next=yes;; \
79       -[JT]) skip_next=yes;; \
80     esac; \
81     case $$flg in \
82       *$$target_option*) has_opt=yes; break;; \
83     esac; \
84   done; \
85   test $$has_opt = yes
86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88 pkgdatadir = $(datadir)/@PACKAGE@
89 pkgincludedir = $(includedir)/@PACKAGE@
90 pkglibdir = $(libdir)/@PACKAGE@
91 pkglibexecdir = $(libexecdir)/@PACKAGE@
92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
93 install_sh_DATA = $(install_sh) -c -m 644
94 install_sh_PROGRAM = $(install_sh) -c
95 install_sh_SCRIPT = $(install_sh) -c
96 INSTALL_HEADER = $(INSTALL_DATA)
97 transform = $(program_transform_name)
98 NORMAL_INSTALL = :
99 PRE_INSTALL = :
100 POST_INSTALL = :
101 NORMAL_UNINSTALL = :
102 PRE_UNINSTALL = :
103 POST_UNINSTALL = :
104 build_triplet = @build@
105 host_triplet = @host@
106 target_triplet = @target@
107 subdir = .
108 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
110         $(top_srcdir)/m4/ax_boost_base.m4 \
111         $(top_srcdir)/m4/ax_boost_system.m4 \
112         $(top_srcdir)/m4/ax_boost_thread.m4 \
113         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
114         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
115         $(top_srcdir)/m4/ax_python_devel.m4 \
116         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
117         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
118         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120         $(ACLOCAL_M4)
121 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
122         $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
123 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
124  configure.lineno config.status.lineno
125 mkinstalldirs = $(install_sh) -d
126 CONFIG_HEADER = config.h
127 CONFIG_CLEAN_FILES = lib/includes/nghttp2/nghttp2ver.h
128 CONFIG_CLEAN_VPATH_FILES =
129 AM_V_P = $(am__v_P_@AM_V@)
130 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131 am__v_P_0 = false
132 am__v_P_1 = :
133 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135 am__v_GEN_0 = @echo "  GEN     " $@;
136 am__v_GEN_1 = 
137 AM_V_at = $(am__v_at_@AM_V@)
138 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 am__v_at_0 = @
140 am__v_at_1 = 
141 SOURCES =
142 DIST_SOURCES =
143 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
144         ctags-recursive dvi-recursive html-recursive info-recursive \
145         install-data-recursive install-dvi-recursive \
146         install-exec-recursive install-html-recursive \
147         install-info-recursive install-pdf-recursive \
148         install-ps-recursive install-recursive installcheck-recursive \
149         installdirs-recursive pdf-recursive ps-recursive \
150         tags-recursive uninstall-recursive
151 am__can_run_installinfo = \
152   case $$AM_UPDATE_INFO_DIR in \
153     n|no|NO) false;; \
154     *) (install-info --version) >/dev/null 2>&1;; \
155   esac
156 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
157 am__vpath_adj = case $$p in \
158     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
159     *) f=$$p;; \
160   esac;
161 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
162 am__install_max = 40
163 am__nobase_strip_setup = \
164   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
165 am__nobase_strip = \
166   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
167 am__nobase_list = $(am__nobase_strip_setup); \
168   for p in $$list; do echo "$$p $$p"; done | \
169   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
170   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
171     if (++n[$$2] == $(am__install_max)) \
172       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
173     END { for (dir in files) print dir, files[dir] }'
174 am__base_list = \
175   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
176   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
177 am__uninstall_files_from_dir = { \
178   test -z "$$files" \
179     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
180     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
181          $(am__cd) "$$dir" && rm -f $$files; }; \
182   }
183 am__installdirs = "$(DESTDIR)$(docdir)"
184 DATA = $(dist_doc_DATA)
185 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
186   distclean-recursive maintainer-clean-recursive
187 am__recursive_targets = \
188   $(RECURSIVE_TARGETS) \
189   $(RECURSIVE_CLEAN_TARGETS) \
190   $(am__extra_recursive_targets)
191 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192         cscope distdir distdir-am dist dist-all distcheck
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
194         $(LISP)config.h.in
195 # Read a list of newline-separated strings from the standard input,
196 # and print each of them once, without duplicates.  Input order is
197 # *not* preserved.
198 am__uniquify_input = $(AWK) '\
199   BEGIN { nonempty = 0; } \
200   { items[$$0] = 1; nonempty = 1; } \
201   END { if (nonempty) { for (i in items) print i; }; } \
202 '
203 # Make sure the list of sources is unique.  This is necessary because,
204 # e.g., the same source file might be shared among _SOURCES variables
205 # for different programs/libraries.
206 am__define_uniq_tagged_files = \
207   list='$(am__tagged_files)'; \
208   unique=`for i in $$list; do \
209     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210   done | $(am__uniquify_input)`
211 ETAGS = etags
212 CTAGS = ctags
213 CSCOPE = cscope
214 DIST_SUBDIRS = $(SUBDIRS)
215 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
216         $(top_srcdir)/lib/includes/nghttp2/nghttp2ver.h.in AUTHORS \
217         COPYING ChangeLog INSTALL NEWS README compile config.guess \
218         config.sub install-sh ltmain.sh missing
219 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220 distdir = $(PACKAGE)-$(VERSION)
221 top_distdir = $(distdir)
222 am__remove_distdir = \
223   if test -d "$(distdir)"; then \
224     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
225       && rm -rf "$(distdir)" \
226       || { sleep 5 && rm -rf "$(distdir)"; }; \
227   else :; fi
228 am__post_remove_distdir = $(am__remove_distdir)
229 am__relativize = \
230   dir0=`pwd`; \
231   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
232   sed_rest='s,^[^/]*/*,,'; \
233   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
234   sed_butlast='s,/*[^/]*$$,,'; \
235   while test -n "$$dir1"; do \
236     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
237     if test "$$first" != "."; then \
238       if test "$$first" = ".."; then \
239         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
240         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
241       else \
242         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
243         if test "$$first2" = "$$first"; then \
244           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
245         else \
246           dir2="../$$dir2"; \
247         fi; \
248         dir0="$$dir0"/"$$first"; \
249       fi; \
250     fi; \
251     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
252   done; \
253   reldir="$$dir2"
254 DIST_ARCHIVES = $(distdir).tar.gz
255 GZIP_ENV = --best
256 DIST_TARGETS = dist-gzip
257 distuninstallcheck_listfiles = find . -type f -print
258 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
259   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
260 distcleancheck_listfiles = find . -type f -print
261 ACLOCAL = @ACLOCAL@
262 AMTAR = @AMTAR@
263 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
264 APPLDFLAGS = @APPLDFLAGS@
265 AR = @AR@
266 AUTOCONF = @AUTOCONF@
267 AUTOHEADER = @AUTOHEADER@
268 AUTOMAKE = @AUTOMAKE@
269 AWK = @AWK@
270 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
271 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
272 BOOST_LDFLAGS = @BOOST_LDFLAGS@
273 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
274 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
275 CC = @CC@
276 CCDEPMODE = @CCDEPMODE@
277 CFLAGS = @CFLAGS@
278 CPP = @CPP@
279 CPPFLAGS = @CPPFLAGS@
280 CUNIT_CFLAGS = @CUNIT_CFLAGS@
281 CUNIT_LIBS = @CUNIT_LIBS@
282 CXX = @CXX@
283 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
284 CXXCPP = @CXXCPP@
285 CXXDEPMODE = @CXXDEPMODE@
286 CXXFLAGS = @CXXFLAGS@
287 CYGPATH_W = @CYGPATH_W@
288 CYTHON = @CYTHON@
289 DEFS = @DEFS@
290 DEPDIR = @DEPDIR@
291 DLLTOOL = @DLLTOOL@
292 DSYMUTIL = @DSYMUTIL@
293 DUMPBIN = @DUMPBIN@
294 ECHO_C = @ECHO_C@
295 ECHO_N = @ECHO_N@
296 ECHO_T = @ECHO_T@
297 EGREP = @EGREP@
298 EXEEXT = @EXEEXT@
299 EXTRACFLAG = @EXTRACFLAG@
300 FGREP = @FGREP@
301 GREP = @GREP@
302 HAVE_CXX14 = @HAVE_CXX14@
303 INSTALL = @INSTALL@
304 INSTALL_DATA = @INSTALL_DATA@
305 INSTALL_PROGRAM = @INSTALL_PROGRAM@
306 INSTALL_SCRIPT = @INSTALL_SCRIPT@
307 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
308 JANSSON_CFLAGS = @JANSSON_CFLAGS@
309 JANSSON_LIBS = @JANSSON_LIBS@
310 JEMALLOC_LIBS = @JEMALLOC_LIBS@
311 LD = @LD@
312 LDFLAGS = @LDFLAGS@
313 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
314 LIBCARES_LIBS = @LIBCARES_LIBS@
315 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
316 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
317 LIBEV_CFLAGS = @LIBEV_CFLAGS@
318 LIBEV_LIBS = @LIBEV_LIBS@
319 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
320 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
321 LIBOBJS = @LIBOBJS@
322 LIBS = @LIBS@
323 LIBTOOL = @LIBTOOL@
324 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
325 LIBXML2_LIBS = @LIBXML2_LIBS@
326 LIPO = @LIPO@
327 LN_S = @LN_S@
328 LTLIBOBJS = @LTLIBOBJS@
329 LT_AGE = @LT_AGE@
330 LT_CURRENT = @LT_CURRENT@
331 LT_REVISION = @LT_REVISION@
332 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
333 MAKEINFO = @MAKEINFO@
334 MANIFEST_TOOL = @MANIFEST_TOOL@
335 MKDIR_P = @MKDIR_P@
336 NM = @NM@
337 NMEDIT = @NMEDIT@
338 OBJDUMP = @OBJDUMP@
339 OBJEXT = @OBJEXT@
340 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
341 OPENSSL_LIBS = @OPENSSL_LIBS@
342 OTOOL = @OTOOL@
343 OTOOL64 = @OTOOL64@
344 PACKAGE = @PACKAGE@
345 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
346 PACKAGE_NAME = @PACKAGE_NAME@
347 PACKAGE_STRING = @PACKAGE_STRING@
348 PACKAGE_TARNAME = @PACKAGE_TARNAME@
349 PACKAGE_URL = @PACKAGE_URL@
350 PACKAGE_VERSION = @PACKAGE_VERSION@
351 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
352 PATH_SEPARATOR = @PATH_SEPARATOR@
353 PKG_CONFIG = @PKG_CONFIG@
354 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
355 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
356 PYTHON = @PYTHON@
357 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
358 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
359 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
360 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
361 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
362 PYTHON_PLATFORM = @PYTHON_PLATFORM@
363 PYTHON_PREFIX = @PYTHON_PREFIX@
364 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
365 PYTHON_VERSION = @PYTHON_VERSION@
366 RANLIB = @RANLIB@
367 SED = @SED@
368 SET_MAKE = @SET_MAKE@
369 SHELL = @SHELL@
370 STRIP = @STRIP@
371 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
372 SYSTEMD_LIBS = @SYSTEMD_LIBS@
373 TESTLDADD = @TESTLDADD@
374 VERSION = @VERSION@
375 WARNCFLAGS = @WARNCFLAGS@
376 WARNCXXFLAGS = @WARNCXXFLAGS@
377 ZLIB_CFLAGS = @ZLIB_CFLAGS@
378 ZLIB_LIBS = @ZLIB_LIBS@
379 abs_builddir = @abs_builddir@
380 abs_srcdir = @abs_srcdir@
381 abs_top_builddir = @abs_top_builddir@
382 abs_top_srcdir = @abs_top_srcdir@
383 ac_ct_AR = @ac_ct_AR@
384 ac_ct_CC = @ac_ct_CC@
385 ac_ct_CXX = @ac_ct_CXX@
386 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
387 am__include = @am__include@
388 am__leading_dot = @am__leading_dot@
389 am__quote = @am__quote@
390 am__tar = @am__tar@
391 am__untar = @am__untar@
392 bindir = @bindir@
393 build = @build@
394 build_alias = @build_alias@
395 build_cpu = @build_cpu@
396 build_os = @build_os@
397 build_vendor = @build_vendor@
398 builddir = @builddir@
399 datadir = @datadir@
400 datarootdir = @datarootdir@
401 docdir = @docdir@
402 dvidir = @dvidir@
403 exec_prefix = @exec_prefix@
404 host = @host@
405 host_alias = @host_alias@
406 host_cpu = @host_cpu@
407 host_os = @host_os@
408 host_vendor = @host_vendor@
409 htmldir = @htmldir@
410 includedir = @includedir@
411 infodir = @infodir@
412 install_sh = @install_sh@
413 libdir = @libdir@
414 libexecdir = @libexecdir@
415 localedir = @localedir@
416 localstatedir = @localstatedir@
417 mandir = @mandir@
418 mkdir_p = @mkdir_p@
419 oldincludedir = @oldincludedir@
420 pdfdir = @pdfdir@
421 pkgpyexecdir = @pkgpyexecdir@
422 pkgpythondir = @pkgpythondir@
423 prefix = @prefix@
424 program_transform_name = @program_transform_name@
425 psdir = @psdir@
426 pyexecdir = @pyexecdir@
427 pythondir = @pythondir@
428 runstatedir = @runstatedir@
429 sbindir = @sbindir@
430 sharedstatedir = @sharedstatedir@
431 srcdir = @srcdir@
432 sysconfdir = @sysconfdir@
433 target = @target@
434 target_alias = @target_alias@
435 target_cpu = @target_cpu@
436 target_os = @target_os@
437 target_vendor = @target_vendor@
438 top_build_prefix = @top_build_prefix@
439 top_builddir = @top_builddir@
440 top_srcdir = @top_srcdir@
441
442 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
443 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
444 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
445 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
446 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
447 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
448 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
449 SUBDIRS = lib third-party src examples python tests integration-tests \
450         doc contrib script
451
452
453 # Now with python setuptools, make uninstall will leave many files we
454 # cannot easily remove (e.g., easy-install.pth).  Disable it for
455 # distcheck rule.
456 AM_DISTCHECK_CONFIGURE_FLAGS = --disable-python-bindings
457 ACLOCAL_AMFLAGS = -I m4
458 dist_doc_DATA = README.rst
459 EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
460         Dockerfile.android \
461         cmakeconfig.h.in \
462         CMakeLists.txt \
463         CMakeOptions.txt \
464         cmake/FindSpdylay.cmake \
465         cmake/ExtractValidFlags.cmake \
466         cmake/FindJemalloc.cmake \
467         cmake/FindLibev.cmake \
468         cmake/FindCUnit.cmake \
469         cmake/Version.cmake \
470         cmake/FindCython.cmake \
471         cmake/FindLibevent.cmake \
472         cmake/FindJansson.cmake \
473         cmake/FindLibcares.cmake
474
475 all: config.h
476         $(MAKE) $(AM_MAKEFLAGS) all-recursive
477
478 .SUFFIXES:
479 am--refresh: Makefile
480         @:
481 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
482         @for dep in $?; do \
483           case '$(am__configure_deps)' in \
484             *$$dep*) \
485               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
486               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
487                 && exit 0; \
488               exit 1;; \
489           esac; \
490         done; \
491         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
492         $(am__cd) $(top_srcdir) && \
493           $(AUTOMAKE) --gnu Makefile
494 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
495         @case '$?' in \
496           *config.status*) \
497             echo ' $(SHELL) ./config.status'; \
498             $(SHELL) ./config.status;; \
499           *) \
500             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
501             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
502         esac;
503
504 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
505         $(SHELL) ./config.status --recheck
506
507 $(top_srcdir)/configure:  $(am__configure_deps)
508         $(am__cd) $(srcdir) && $(AUTOCONF)
509 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
510         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
511 $(am__aclocal_m4_deps):
512
513 config.h: stamp-h1
514         @test -f $@ || rm -f stamp-h1
515         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
516
517 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
518         @rm -f stamp-h1
519         cd $(top_builddir) && $(SHELL) ./config.status config.h
520 $(srcdir)/config.h.in:  $(am__configure_deps) 
521         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
522         rm -f stamp-h1
523         touch $@
524
525 distclean-hdr:
526         -rm -f config.h stamp-h1
527 lib/includes/nghttp2/nghttp2ver.h: $(top_builddir)/config.status $(top_srcdir)/lib/includes/nghttp2/nghttp2ver.h.in
528         cd $(top_builddir) && $(SHELL) ./config.status $@
529
530 mostlyclean-libtool:
531         -rm -f *.lo
532
533 clean-libtool:
534         -rm -rf .libs _libs
535
536 distclean-libtool:
537         -rm -f libtool config.lt
538 install-dist_docDATA: $(dist_doc_DATA)
539         @$(NORMAL_INSTALL)
540         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
541         if test -n "$$list"; then \
542           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
543           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
544         fi; \
545         for p in $$list; do \
546           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
547           echo "$$d$$p"; \
548         done | $(am__base_list) | \
549         while read files; do \
550           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
551           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
552         done
553
554 uninstall-dist_docDATA:
555         @$(NORMAL_UNINSTALL)
556         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
557         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
558         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
559
560 # This directory's subdirectories are mostly independent; you can cd
561 # into them and run 'make' without going through this Makefile.
562 # To change the values of 'make' variables: instead of editing Makefiles,
563 # (1) if the variable is set in 'config.status', edit 'config.status'
564 #     (which will cause the Makefiles to be regenerated when you run 'make');
565 # (2) otherwise, pass the desired values on the 'make' command line.
566 $(am__recursive_targets):
567         @fail=; \
568         if $(am__make_keepgoing); then \
569           failcom='fail=yes'; \
570         else \
571           failcom='exit 1'; \
572         fi; \
573         dot_seen=no; \
574         target=`echo $@ | sed s/-recursive//`; \
575         case "$@" in \
576           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
577           *) list='$(SUBDIRS)' ;; \
578         esac; \
579         for subdir in $$list; do \
580           echo "Making $$target in $$subdir"; \
581           if test "$$subdir" = "."; then \
582             dot_seen=yes; \
583             local_target="$$target-am"; \
584           else \
585             local_target="$$target"; \
586           fi; \
587           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
588           || eval $$failcom; \
589         done; \
590         if test "$$dot_seen" = "no"; then \
591           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
592         fi; test -z "$$fail"
593
594 ID: $(am__tagged_files)
595         $(am__define_uniq_tagged_files); mkid -fID $$unique
596 tags: tags-recursive
597 TAGS: tags
598
599 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
600         set x; \
601         here=`pwd`; \
602         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
603           include_option=--etags-include; \
604           empty_fix=.; \
605         else \
606           include_option=--include; \
607           empty_fix=; \
608         fi; \
609         list='$(SUBDIRS)'; for subdir in $$list; do \
610           if test "$$subdir" = .; then :; else \
611             test ! -f $$subdir/TAGS || \
612               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
613           fi; \
614         done; \
615         $(am__define_uniq_tagged_files); \
616         shift; \
617         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
618           test -n "$$unique" || unique=$$empty_fix; \
619           if test $$# -gt 0; then \
620             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
621               "$$@" $$unique; \
622           else \
623             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624               $$unique; \
625           fi; \
626         fi
627 ctags: ctags-recursive
628
629 CTAGS: ctags
630 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631         $(am__define_uniq_tagged_files); \
632         test -z "$(CTAGS_ARGS)$$unique" \
633           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
634              $$unique
635
636 GTAGS:
637         here=`$(am__cd) $(top_builddir) && pwd` \
638           && $(am__cd) $(top_srcdir) \
639           && gtags -i $(GTAGS_ARGS) "$$here"
640 cscope: cscope.files
641         test ! -s cscope.files \
642           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
643 clean-cscope:
644         -rm -f cscope.files
645 cscope.files: clean-cscope cscopelist
646 cscopelist: cscopelist-recursive
647
648 cscopelist-am: $(am__tagged_files)
649         list='$(am__tagged_files)'; \
650         case "$(srcdir)" in \
651           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
652           *) sdir=$(subdir)/$(srcdir) ;; \
653         esac; \
654         for i in $$list; do \
655           if test -f "$$i"; then \
656             echo "$(subdir)/$$i"; \
657           else \
658             echo "$$sdir/$$i"; \
659           fi; \
660         done >> $(top_builddir)/cscope.files
661
662 distclean-tags:
663         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
664         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
665
666 distdir: $(BUILT_SOURCES)
667         $(MAKE) $(AM_MAKEFLAGS) distdir-am
668
669 distdir-am: $(DISTFILES)
670         $(am__remove_distdir)
671         test -d "$(distdir)" || mkdir "$(distdir)"
672         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
673         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
674         list='$(DISTFILES)'; \
675           dist_files=`for file in $$list; do echo $$file; done | \
676           sed -e "s|^$$srcdirstrip/||;t" \
677               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
678         case $$dist_files in \
679           */*) $(MKDIR_P) `echo "$$dist_files" | \
680                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
681                            sort -u` ;; \
682         esac; \
683         for file in $$dist_files; do \
684           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
685           if test -d $$d/$$file; then \
686             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
687             if test -d "$(distdir)/$$file"; then \
688               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
689             fi; \
690             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
691               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
692               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
693             fi; \
694             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
695           else \
696             test -f "$(distdir)/$$file" \
697             || cp -p $$d/$$file "$(distdir)/$$file" \
698             || exit 1; \
699           fi; \
700         done
701         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
702           if test "$$subdir" = .; then :; else \
703             $(am__make_dryrun) \
704               || test -d "$(distdir)/$$subdir" \
705               || $(MKDIR_P) "$(distdir)/$$subdir" \
706               || exit 1; \
707             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
708             $(am__relativize); \
709             new_distdir=$$reldir; \
710             dir1=$$subdir; dir2="$(top_distdir)"; \
711             $(am__relativize); \
712             new_top_distdir=$$reldir; \
713             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
714             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
715             ($(am__cd) $$subdir && \
716               $(MAKE) $(AM_MAKEFLAGS) \
717                 top_distdir="$$new_top_distdir" \
718                 distdir="$$new_distdir" \
719                 am__remove_distdir=: \
720                 am__skip_length_check=: \
721                 am__skip_mode_fix=: \
722                 distdir) \
723               || exit 1; \
724           fi; \
725         done
726         -test -n "$(am__skip_mode_fix)" \
727         || find "$(distdir)" -type d ! -perm -755 \
728                 -exec chmod u+rwx,go+rx {} \; -o \
729           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
730           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
731           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
732         || chmod -R a+r "$(distdir)"
733 dist-gzip: distdir
734         tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
735         $(am__post_remove_distdir)
736
737 dist-bzip2: distdir
738         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
739         $(am__post_remove_distdir)
740
741 dist-lzip: distdir
742         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
743         $(am__post_remove_distdir)
744
745 dist-xz: distdir
746         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
747         $(am__post_remove_distdir)
748
749 dist-tarZ: distdir
750         @echo WARNING: "Support for distribution archives compressed with" \
751                        "legacy program 'compress' is deprecated." >&2
752         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
753         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
754         $(am__post_remove_distdir)
755
756 dist-shar: distdir
757         @echo WARNING: "Support for shar distribution archives is" \
758                        "deprecated." >&2
759         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
760         shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
761         $(am__post_remove_distdir)
762
763 dist-zip: distdir
764         -rm -f $(distdir).zip
765         zip -rq $(distdir).zip $(distdir)
766         $(am__post_remove_distdir)
767
768 dist dist-all:
769         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
770         $(am__post_remove_distdir)
771
772 # This target untars the dist file and tries a VPATH configuration.  Then
773 # it guarantees that the distribution is self-contained by making another
774 # tarfile.
775 distcheck: dist
776         case '$(DIST_ARCHIVES)' in \
777         *.tar.gz*) \
778           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
779         *.tar.bz2*) \
780           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
781         *.tar.lz*) \
782           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
783         *.tar.xz*) \
784           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
785         *.tar.Z*) \
786           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
787         *.shar.gz*) \
788           eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
789         *.zip*) \
790           unzip $(distdir).zip ;;\
791         esac
792         chmod -R a-w $(distdir)
793         chmod u+w $(distdir)
794         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
795         chmod a-w $(distdir)
796         test -d $(distdir)/_build || exit 0; \
797         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
798           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
799           && am__cwd=`pwd` \
800           && $(am__cd) $(distdir)/_build/sub \
801           && ../../configure \
802             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
803             $(DISTCHECK_CONFIGURE_FLAGS) \
804             --srcdir=../.. --prefix="$$dc_install_base" \
805           && $(MAKE) $(AM_MAKEFLAGS) \
806           && $(MAKE) $(AM_MAKEFLAGS) dvi \
807           && $(MAKE) $(AM_MAKEFLAGS) check \
808           && $(MAKE) $(AM_MAKEFLAGS) install \
809           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
810           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
811           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
812                 distuninstallcheck \
813           && chmod -R a-w "$$dc_install_base" \
814           && ({ \
815                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
816                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
817                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
818                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
819                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
820               } || { rm -rf "$$dc_destdir"; exit 1; }) \
821           && rm -rf "$$dc_destdir" \
822           && $(MAKE) $(AM_MAKEFLAGS) dist \
823           && rm -rf $(DIST_ARCHIVES) \
824           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
825           && cd "$$am__cwd" \
826           || exit 1
827         $(am__post_remove_distdir)
828         @(echo "$(distdir) archives ready for distribution: "; \
829           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
830           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
831 distuninstallcheck:
832         @test -n '$(distuninstallcheck_dir)' || { \
833           echo 'ERROR: trying to run $@ with an empty' \
834                '$$(distuninstallcheck_dir)' >&2; \
835           exit 1; \
836         }; \
837         $(am__cd) '$(distuninstallcheck_dir)' || { \
838           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
839           exit 1; \
840         }; \
841         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
842            || { echo "ERROR: files left after uninstall:" ; \
843                 if test -n "$(DESTDIR)"; then \
844                   echo "  (check DESTDIR support)"; \
845                 fi ; \
846                 $(distuninstallcheck_listfiles) ; \
847                 exit 1; } >&2
848 distcleancheck: distclean
849         @if test '$(srcdir)' = . ; then \
850           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
851           exit 1 ; \
852         fi
853         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
854           || { echo "ERROR: files left in build directory after distclean:" ; \
855                $(distcleancheck_listfiles) ; \
856                exit 1; } >&2
857 check-am: all-am
858 check: check-recursive
859 all-am: Makefile $(DATA) config.h
860 installdirs: installdirs-recursive
861 installdirs-am:
862         for dir in "$(DESTDIR)$(docdir)"; do \
863           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
864         done
865 install: install-recursive
866 install-exec: install-exec-recursive
867 install-data: install-data-recursive
868 uninstall: uninstall-recursive
869
870 install-am: all-am
871         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
872
873 installcheck: installcheck-recursive
874 install-strip:
875         if test -z '$(STRIP)'; then \
876           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
877             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
878               install; \
879         else \
880           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
881             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
882             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
883         fi
884 mostlyclean-generic:
885
886 clean-generic:
887
888 distclean-generic:
889         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
890         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
891
892 maintainer-clean-generic:
893         @echo "This command is intended for maintainers to use"
894         @echo "it deletes files that may require special tools to rebuild."
895 clean: clean-recursive
896
897 clean-am: clean-generic clean-libtool mostlyclean-am
898
899 distclean: distclean-recursive
900         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
901         -rm -f Makefile
902 distclean-am: clean-am distclean-generic distclean-hdr \
903         distclean-libtool distclean-tags
904
905 dvi: dvi-recursive
906
907 dvi-am:
908
909 html: html-recursive
910
911 html-am:
912
913 info: info-recursive
914
915 info-am:
916
917 install-data-am: install-dist_docDATA
918
919 install-dvi: install-dvi-recursive
920
921 install-dvi-am:
922
923 install-exec-am:
924
925 install-html: install-html-recursive
926
927 install-html-am:
928
929 install-info: install-info-recursive
930
931 install-info-am:
932
933 install-man:
934
935 install-pdf: install-pdf-recursive
936
937 install-pdf-am:
938
939 install-ps: install-ps-recursive
940
941 install-ps-am:
942
943 installcheck-am:
944
945 maintainer-clean: maintainer-clean-recursive
946         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
947         -rm -rf $(top_srcdir)/autom4te.cache
948         -rm -f Makefile
949 maintainer-clean-am: distclean-am maintainer-clean-generic
950
951 mostlyclean: mostlyclean-recursive
952
953 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
954
955 pdf: pdf-recursive
956
957 pdf-am:
958
959 ps: ps-recursive
960
961 ps-am:
962
963 uninstall-am: uninstall-dist_docDATA
964
965 .MAKE: $(am__recursive_targets) all install-am install-strip
966
967 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
968         am--refresh check check-am clean clean-cscope clean-generic \
969         clean-libtool cscope cscopelist-am ctags ctags-am dist \
970         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
971         dist-xz dist-zip distcheck distclean distclean-generic \
972         distclean-hdr distclean-libtool distclean-tags distcleancheck \
973         distdir distuninstallcheck dvi dvi-am html html-am info \
974         info-am install install-am install-data install-data-am \
975         install-dist_docDATA install-dvi install-dvi-am install-exec \
976         install-exec-am install-html install-html-am install-info \
977         install-info-am install-man install-pdf install-pdf-am \
978         install-ps install-ps-am install-strip installcheck \
979         installcheck-am installdirs installdirs-am maintainer-clean \
980         maintainer-clean-generic mostlyclean mostlyclean-generic \
981         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
982         uninstall-am uninstall-dist_docDATA
983
984 .PRECIOUS: Makefile
985
986
987 .PHONY: clang-format
988
989 # Format source files using clang-format.  Don't format source files
990 # under third-party directory since we are not responsible for thier
991 # coding style.
992 clang-format:
993         CLANGFORMAT=`git config --get clangformat.binary`; \
994         test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \
995         $${CLANGFORMAT} -i lib/*.{c,h} lib/includes/nghttp2/*.h \
996         src/*.{c,cc,h} src/includes/nghttp2/*.h examples/*.{c,cc} \
997         tests/*.{c,h}
998
999 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1000 # Otherwise a system limit (for SysV at least) may be exceeded.
1001 .NOEXPORT: