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