1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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
17 # nghttp2 - HTTP/2 C Library
19 # Copyright (c) 2012 Tatsuhiro Tsujikawa
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:
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
34 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
40 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42 case $${target_option-} in \
44 *) echo "am__make_running_with_option: internal error: invalid" \
45 "target option '$${target_option-}' specified" >&2; \
49 sane_makeflags=$$MAKEFLAGS; \
50 if $(am__is_gnu_make); then \
51 sane_makeflags=$$MFLAGS; \
56 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65 for flg in $$sane_makeflags; do \
66 test $$skip_next = yes && { skip_next=no; continue; }; \
69 -*I) strip_trailopt 'I'; skip_next=yes;; \
70 -*I?*) strip_trailopt 'I';; \
71 -*O) strip_trailopt 'O'; skip_next=yes;; \
72 -*O?*) strip_trailopt 'O';; \
73 -*l) strip_trailopt 'l'; skip_next=yes;; \
74 -*l?*) strip_trailopt 'l';; \
75 -[dEDm]) skip_next=yes;; \
76 -[JT]) skip_next=yes;; \
79 *$$target_option*) has_opt=yes; break;; \
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
101 build_triplet = @build@
102 host_triplet = @host@
103 target_triplet = @target@
105 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106 $(srcdir)/conf.py.in $(srcdir)/index.rst.in \
107 $(srcdir)/package_README.rst.in \
108 $(srcdir)/tutorial-client.rst.in \
109 $(srcdir)/tutorial-server.rst.in \
110 $(srcdir)/tutorial-hpack.rst.in $(srcdir)/nghttpx-howto.rst.in \
111 $(srcdir)/h2load-howto.rst.in $(srcdir)/libnghttp2_asio.rst.in \
112 $(srcdir)/python-apiref.rst.in \
113 $(srcdir)/building-android-binary.rst.in \
114 $(srcdir)/nghttp2.h.rst.in $(srcdir)/nghttp2ver.h.rst.in \
115 $(srcdir)/asio_http2.h.rst.in \
116 $(srcdir)/asio_http2_server.h.rst.in \
117 $(srcdir)/asio_http2_client.h.rst.in \
118 $(srcdir)/contribute.rst.in
119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
121 $(top_srcdir)/m4/ax_boost_base.m4 \
122 $(top_srcdir)/m4/ax_boost_system.m4 \
123 $(top_srcdir)/m4/ax_boost_thread.m4 \
124 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
125 $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
126 $(top_srcdir)/m4/ax_have_epoll.m4 \
127 $(top_srcdir)/m4/ax_python_devel.m4 \
128 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
129 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
130 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
131 $(top_srcdir)/configure.ac
132 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134 mkinstalldirs = $(install_sh) -d
135 CONFIG_HEADER = $(top_builddir)/config.h
136 CONFIG_CLEAN_FILES = conf.py index.rst package_README.rst \
137 tutorial-client.rst tutorial-server.rst tutorial-hpack.rst \
138 nghttpx-howto.rst h2load-howto.rst libnghttp2_asio.rst \
139 python-apiref.rst building-android-binary.rst nghttp2.h.rst \
140 nghttp2ver.h.rst asio_http2.h.rst asio_http2_server.h.rst \
141 asio_http2_client.h.rst contribute.rst
142 CONFIG_CLEAN_VPATH_FILES =
143 AM_V_P = $(am__v_P_@AM_V@)
144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149 am__v_GEN_0 = @echo " GEN " $@;
151 AM_V_at = $(am__v_at_@AM_V@)
152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
157 am__can_run_installinfo = \
158 case $$AM_UPDATE_INFO_DIR in \
160 *) (install-info --version) >/dev/null 2>&1;; \
162 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
163 am__vpath_adj = case $$p in \
164 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
167 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
169 am__nobase_strip_setup = \
170 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
172 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
173 am__nobase_list = $(am__nobase_strip_setup); \
174 for p in $$list; do echo "$$p $$p"; done | \
175 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
176 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
177 if (++n[$$2] == $(am__install_max)) \
178 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
179 END { for (dir in files) print dir, files[dir] }'
181 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
182 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
183 am__uninstall_files_from_dir = { \
185 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
186 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
187 $(am__cd) "$$dir" && rm -f $$files; }; \
189 man1dir = $(mandir)/man1
190 am__installdirs = "$(DESTDIR)$(man1dir)"
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
198 APPLDFLAGS = @APPLDFLAGS@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
204 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
205 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
206 BOOST_LDFLAGS = @BOOST_LDFLAGS@
207 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
208 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
210 CCDEPMODE = @CCDEPMODE@
213 CPPFLAGS = @CPPFLAGS@
214 CUNIT_CFLAGS = @CUNIT_CFLAGS@
215 CUNIT_LIBS = @CUNIT_LIBS@
218 CXXDEPMODE = @CXXDEPMODE@
219 CXXFLAGS = @CXXFLAGS@
220 CYGPATH_W = @CYGPATH_W@
225 DSYMUTIL = @DSYMUTIL@
234 HAVE_CXX11 = @HAVE_CXX11@
236 INSTALL_DATA = @INSTALL_DATA@
237 INSTALL_PROGRAM = @INSTALL_PROGRAM@
238 INSTALL_SCRIPT = @INSTALL_SCRIPT@
239 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240 JANSSON_CFLAGS = @JANSSON_CFLAGS@
241 JANSSON_LIBS = @JANSSON_LIBS@
242 JEMALLOC_LIBS = @JEMALLOC_LIBS@
245 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
246 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
247 LIBEV_CFLAGS = @LIBEV_CFLAGS@
248 LIBEV_LIBS = @LIBEV_LIBS@
251 LIBSPDYLAY_CFLAGS = @LIBSPDYLAY_CFLAGS@
252 LIBSPDYLAY_LIBS = @LIBSPDYLAY_LIBS@
256 LTLIBOBJS = @LTLIBOBJS@
258 LT_CURRENT = @LT_CURRENT@
259 LT_REVISION = @LT_REVISION@
260 MAKEINFO = @MAKEINFO@
261 MANIFEST_TOOL = @MANIFEST_TOOL@
267 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
268 OPENSSL_LIBS = @OPENSSL_LIBS@
272 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
273 PACKAGE_NAME = @PACKAGE_NAME@
274 PACKAGE_STRING = @PACKAGE_STRING@
275 PACKAGE_TARNAME = @PACKAGE_TARNAME@
276 PACKAGE_URL = @PACKAGE_URL@
277 PACKAGE_VERSION = @PACKAGE_VERSION@
278 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
279 PATH_SEPARATOR = @PATH_SEPARATOR@
280 PKG_CONFIG = @PKG_CONFIG@
281 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
282 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
285 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
286 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
287 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
288 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
289 PYTHON_PLATFORM = @PYTHON_PLATFORM@
290 PYTHON_PREFIX = @PYTHON_PREFIX@
291 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
292 PYTHON_VERSION = @PYTHON_VERSION@
295 SET_MAKE = @SET_MAKE@
298 TESTLDADD = @TESTLDADD@
300 WARNCFLAGS = @WARNCFLAGS@
301 XML2_CONFIG = @XML2_CONFIG@
302 XML_CPPFLAGS = @XML_CPPFLAGS@
303 XML_LIBS = @XML_LIBS@
304 ZLIB_CFLAGS = @ZLIB_CFLAGS@
305 ZLIB_LIBS = @ZLIB_LIBS@
306 abs_builddir = @abs_builddir@
307 abs_srcdir = @abs_srcdir@
308 abs_top_builddir = @abs_top_builddir@
309 abs_top_srcdir = @abs_top_srcdir@
310 ac_ct_AR = @ac_ct_AR@
311 ac_ct_CC = @ac_ct_CC@
312 ac_ct_CXX = @ac_ct_CXX@
313 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
314 am__include = @am__include@
315 am__leading_dot = @am__leading_dot@
316 am__quote = @am__quote@
318 am__untar = @am__untar@
321 build_alias = @build_alias@
322 build_cpu = @build_cpu@
323 build_os = @build_os@
324 build_vendor = @build_vendor@
325 builddir = @builddir@
327 datarootdir = @datarootdir@
330 exec_prefix = @exec_prefix@
332 host_alias = @host_alias@
333 host_cpu = @host_cpu@
335 host_vendor = @host_vendor@
337 includedir = @includedir@
339 install_sh = @install_sh@
341 libexecdir = @libexecdir@
342 localedir = @localedir@
343 localstatedir = @localstatedir@
346 oldincludedir = @oldincludedir@
348 pkgpyexecdir = @pkgpyexecdir@
349 pkgpythondir = @pkgpythondir@
351 program_transform_name = @program_transform_name@
353 pyexecdir = @pyexecdir@
354 pythondir = @pythondir@
356 sharedstatedir = @sharedstatedir@
358 sysconfdir = @sysconfdir@
360 target_alias = @target_alias@
361 target_cpu = @target_cpu@
362 target_os = @target_os@
363 target_vendor = @target_vendor@
364 top_build_prefix = @top_build_prefix@
365 top_builddir = @top_builddir@
366 top_srcdir = @top_srcdir@
367 man_MANS = nghttp.1 nghttpd.1 nghttpx.1 h2load.1
373 nghttp2_check_header_name.rst \
374 nghttp2_check_header_value.rst \
375 nghttp2_hd_deflate_bound.rst \
376 nghttp2_hd_deflate_change_table_size.rst \
377 nghttp2_hd_deflate_del.rst \
378 nghttp2_hd_deflate_hd.rst \
379 nghttp2_hd_deflate_new.rst \
380 nghttp2_hd_deflate_new2.rst \
381 nghttp2_hd_inflate_change_table_size.rst \
382 nghttp2_hd_inflate_del.rst \
383 nghttp2_hd_inflate_end_headers.rst \
384 nghttp2_hd_inflate_hd.rst \
385 nghttp2_hd_inflate_new.rst \
386 nghttp2_hd_inflate_new2.rst \
387 nghttp2_is_fatal.rst \
388 nghttp2_nv_compare_name.rst \
389 nghttp2_option_del.rst \
390 nghttp2_option_new.rst \
391 nghttp2_option_set_no_auto_window_update.rst \
392 nghttp2_option_set_no_http_messaging.rst \
393 nghttp2_option_set_peer_max_concurrent_streams.rst \
394 nghttp2_option_set_no_recv_client_magic.rst \
395 nghttp2_pack_settings_payload.rst \
396 nghttp2_priority_spec_check_default.rst \
397 nghttp2_priority_spec_default_init.rst \
398 nghttp2_priority_spec_init.rst \
399 nghttp2_select_next_protocol.rst \
400 nghttp2_session_callbacks_del.rst \
401 nghttp2_session_callbacks_new.rst \
402 nghttp2_session_callbacks_set_before_frame_send_callback.rst \
403 nghttp2_session_callbacks_set_data_source_read_length_callback.rst \
404 nghttp2_session_callbacks_set_on_begin_frame_callback.rst \
405 nghttp2_session_callbacks_set_on_begin_headers_callback.rst \
406 nghttp2_session_callbacks_set_on_data_chunk_recv_callback.rst \
407 nghttp2_session_callbacks_set_on_frame_not_send_callback.rst \
408 nghttp2_session_callbacks_set_on_frame_recv_callback.rst \
409 nghttp2_session_callbacks_set_on_frame_send_callback.rst \
410 nghttp2_session_callbacks_set_on_header_callback.rst \
411 nghttp2_session_callbacks_set_on_invalid_frame_recv_callback.rst \
412 nghttp2_session_callbacks_set_on_stream_close_callback.rst \
413 nghttp2_session_callbacks_set_recv_callback.rst \
414 nghttp2_session_callbacks_set_select_padding_callback.rst \
415 nghttp2_session_callbacks_set_send_callback.rst \
416 nghttp2_session_callbacks_set_send_data_callback.rst \
417 nghttp2_session_client_new.rst \
418 nghttp2_session_client_new2.rst \
419 nghttp2_session_client_new3.rst \
420 nghttp2_session_consume.rst \
421 nghttp2_session_consume_connection.rst \
422 nghttp2_session_consume_stream.rst \
423 nghttp2_session_del.rst \
424 nghttp2_session_get_effective_local_window_size.rst \
425 nghttp2_session_get_effective_recv_data_length.rst \
426 nghttp2_session_get_last_proc_stream_id.rst \
427 nghttp2_session_get_next_stream_id.rst \
428 nghttp2_session_get_outbound_queue_size.rst \
429 nghttp2_session_get_remote_settings.rst \
430 nghttp2_session_get_remote_window_size.rst \
431 nghttp2_session_get_stream_effective_local_window_size.rst \
432 nghttp2_session_get_stream_effective_recv_data_length.rst \
433 nghttp2_session_get_stream_local_close.rst \
434 nghttp2_session_get_stream_remote_close.rst \
435 nghttp2_session_get_stream_remote_window_size.rst \
436 nghttp2_session_get_stream_user_data.rst \
437 nghttp2_session_mem_recv.rst \
438 nghttp2_session_mem_send.rst \
439 nghttp2_session_recv.rst \
440 nghttp2_session_resume_data.rst \
441 nghttp2_session_send.rst \
442 nghttp2_session_server_new.rst \
443 nghttp2_session_server_new2.rst \
444 nghttp2_session_server_new3.rst \
445 nghttp2_session_set_next_stream_id.rst \
446 nghttp2_session_set_stream_user_data.rst \
447 nghttp2_session_terminate_session.rst \
448 nghttp2_session_terminate_session2.rst \
449 nghttp2_session_upgrade.rst \
450 nghttp2_session_want_read.rst \
451 nghttp2_session_want_write.rst \
452 nghttp2_strerror.rst \
453 nghttp2_submit_data.rst \
454 nghttp2_submit_goaway.rst \
455 nghttp2_submit_headers.rst \
456 nghttp2_submit_ping.rst \
457 nghttp2_submit_priority.rst \
458 nghttp2_submit_push_promise.rst \
459 nghttp2_submit_request.rst \
460 nghttp2_submit_response.rst \
461 nghttp2_submit_rst_stream.rst \
462 nghttp2_submit_settings.rst \
463 nghttp2_submit_shutdown_notice.rst \
464 nghttp2_submit_trailer.rst \
465 nghttp2_submit_window_update.rst \
471 programmers-guide.rst \
478 sources/tutorial-client.rst \
479 sources/tutorial-server.rst \
480 sources/tutorial-hpack.rst \
481 sources/nghttpx-howto.rst \
482 sources/h2load-howto.rst \
483 sources/libnghttp2_asio.rst \
484 sources/python-apiref.rst \
485 sources/building-android-binary.rst \
486 sources/contribute.rst \
487 _themes/sphinx_rtd_theme/__init__.py \
488 _themes/sphinx_rtd_theme/breadcrumbs.html \
489 _themes/sphinx_rtd_theme/footer.html \
490 _themes/sphinx_rtd_theme/layout.html \
491 _themes/sphinx_rtd_theme/layout_old.html \
492 _themes/sphinx_rtd_theme/search.html \
493 _themes/sphinx_rtd_theme/searchbox.html \
494 _themes/sphinx_rtd_theme/static/css/badge_only.css \
495 _themes/sphinx_rtd_theme/static/css/theme.css \
496 _themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf \
497 _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot \
498 _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg \
499 _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf \
500 _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff \
501 _themes/sphinx_rtd_theme/static/js/theme.js \
502 _themes/sphinx_rtd_theme/theme.conf \
503 _themes/sphinx_rtd_theme/versions.html \
505 bash_completion/nghttp \
506 bash_completion/nghttpd \
507 bash_completion/nghttpx \
508 bash_completion/h2load
511 # Makefile for Sphinx documentation
514 # You can set these variables from the command line.
516 SPHINXBUILD = sphinx-build
520 # Internal variables.
521 PAPEROPT_a4 = -D latex_paper_size=a4
522 PAPEROPT_letter = -D latex_paper_size=letter
523 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
527 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
529 case '$(am__configure_deps)' in \
531 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
532 && { if test -f $@; then exit 0; else break; fi; }; \
536 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
537 $(am__cd) $(top_srcdir) && \
538 $(AUTOMAKE) --gnu doc/Makefile
540 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
543 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
545 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
546 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
549 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
550 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
552 $(top_srcdir)/configure: $(am__configure_deps)
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
554 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
555 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556 $(am__aclocal_m4_deps):
557 conf.py: $(top_builddir)/config.status $(srcdir)/conf.py.in
558 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
559 index.rst: $(top_builddir)/config.status $(srcdir)/index.rst.in
560 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
561 package_README.rst: $(top_builddir)/config.status $(srcdir)/package_README.rst.in
562 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
563 tutorial-client.rst: $(top_builddir)/config.status $(srcdir)/tutorial-client.rst.in
564 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
565 tutorial-server.rst: $(top_builddir)/config.status $(srcdir)/tutorial-server.rst.in
566 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
567 tutorial-hpack.rst: $(top_builddir)/config.status $(srcdir)/tutorial-hpack.rst.in
568 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
569 nghttpx-howto.rst: $(top_builddir)/config.status $(srcdir)/nghttpx-howto.rst.in
570 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
571 h2load-howto.rst: $(top_builddir)/config.status $(srcdir)/h2load-howto.rst.in
572 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
573 libnghttp2_asio.rst: $(top_builddir)/config.status $(srcdir)/libnghttp2_asio.rst.in
574 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
575 python-apiref.rst: $(top_builddir)/config.status $(srcdir)/python-apiref.rst.in
576 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
577 building-android-binary.rst: $(top_builddir)/config.status $(srcdir)/building-android-binary.rst.in
578 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
579 nghttp2.h.rst: $(top_builddir)/config.status $(srcdir)/nghttp2.h.rst.in
580 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
581 nghttp2ver.h.rst: $(top_builddir)/config.status $(srcdir)/nghttp2ver.h.rst.in
582 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
583 asio_http2.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2.h.rst.in
584 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
585 asio_http2_server.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2_server.h.rst.in
586 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
587 asio_http2_client.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2_client.h.rst.in
588 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
589 contribute.rst: $(top_builddir)/config.status $(srcdir)/contribute.rst.in
590 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
597 install-man1: $(man_MANS)
600 list2='$(man_MANS)'; \
601 test -n "$(man1dir)" \
602 && test -n "`echo $$list1$$list2`" \
604 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
605 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
606 { for i in $$list1; do echo "$$i"; done; \
607 if test -n "$$list2"; then \
608 for i in $$list2; do echo "$$i"; done \
609 | sed -n '/\.1[a-z]*$$/p'; \
611 } | while read p; do \
612 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
613 echo "$$d$$p"; echo "$$p"; \
615 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
616 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
617 sed 'N;N;s,\n, ,g' | { \
618 list=; while read file base inst; do \
619 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
620 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
621 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
624 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
625 while read files; do \
626 test -z "$$files" || { \
627 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
628 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
633 @list=''; test -n "$(man1dir)" || exit 0; \
634 files=`{ for i in $$list; do echo "$$i"; done; \
635 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
636 sed -n '/\.1[a-z]*$$/p'; \
637 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
638 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
639 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
647 distdir: $(DISTFILES)
648 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
649 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
650 list='$(DISTFILES)'; \
651 dist_files=`for file in $$list; do echo $$file; done | \
652 sed -e "s|^$$srcdirstrip/||;t" \
653 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
654 case $$dist_files in \
655 */*) $(MKDIR_P) `echo "$$dist_files" | \
656 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
659 for file in $$dist_files; do \
660 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
661 if test -d $$d/$$file; then \
662 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
663 if test -d "$(distdir)/$$file"; then \
664 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
667 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
668 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
670 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
672 test -f "$(distdir)/$$file" \
673 || cp -p $$d/$$file "$(distdir)/$$file" \
679 all-am: Makefile $(MANS)
681 for dir in "$(DESTDIR)$(man1dir)"; do \
682 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
685 install-exec: install-exec-am
686 install-data: install-data-am
687 uninstall: uninstall-am
690 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
692 installcheck: installcheck-am
694 if test -z '$(STRIP)'; then \
695 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
708 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
709 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
711 maintainer-clean-generic:
712 @echo "This command is intended for maintainers to use"
713 @echo "it deletes files that may require special tools to rebuild."
716 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
718 distclean: distclean-am
720 distclean-am: clean-am distclean-generic
734 install-data-am: install-man
736 install-dvi: install-dvi-am
742 install-html: install-html-am
746 install-info: install-info-am
750 install-man: install-man1
752 install-pdf: install-pdf-am
756 install-ps: install-ps-am
762 maintainer-clean: maintainer-clean-am
764 maintainer-clean-am: distclean-am maintainer-clean-generic
766 mostlyclean: mostlyclean-am
768 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
778 uninstall-am: uninstall-man
780 uninstall-man: uninstall-man1
782 .MAKE: install-am install-strip
784 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
785 clean-local cscopelist-am ctags-am distclean distclean-generic \
786 distclean-libtool distdir dvi dvi-am html html-am html-local \
787 info info-am install install-am install-data install-data-am \
788 install-dvi install-dvi-am install-exec install-exec-am \
789 install-html install-html-am install-info install-info-am \
790 install-man install-man1 install-pdf install-pdf-am install-ps \
791 install-ps-am install-strip installcheck installcheck-am \
792 installdirs maintainer-clean maintainer-clean-generic \
793 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
794 ps ps-am tags-am uninstall uninstall-am uninstall-man \
798 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
801 @echo "Please use \`make <target>' where <target> is one of"
802 @echo " html to make standalone HTML files"
803 @echo " dirhtml to make HTML files named index.html in directories"
804 @echo " singlehtml to make a single large HTML file"
805 @echo " pickle to make pickle files"
806 @echo " json to make JSON files"
807 @echo " htmlhelp to make HTML files and a HTML help project"
808 @echo " qthelp to make HTML files and a qthelp project"
809 @echo " devhelp to make HTML files and a Devhelp project"
810 @echo " epub to make an epub"
811 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
812 @echo " latexpdf to make LaTeX files and run them through pdflatex"
813 @echo " text to make text files"
814 @echo " man to make manual pages"
815 @echo " changes to make an overview of all changed/added/deprecated items"
816 @echo " linkcheck to check all external links for integrity"
817 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
819 apiref.rst macros.rst enums.rst types.rst: \
820 $(top_builddir)/lib/includes/nghttp2/nghttp2ver.h \
821 $(top_builddir)/lib/includes/nghttp2/nghttp2.h
822 $(PYTHON) $(top_srcdir)/doc/mkapiref.py \
823 $@ macros.rst enums.rst types.rst . $^
826 # http://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/Multiple-Outputs.html
827 apidoc.stamp: $(top_builddir)/lib/includes/nghttp2/nghttp2ver.h \
828 $(top_builddir)/lib/includes/nghttp2/nghttp2.h
831 $(PYTHON) $(top_srcdir)/doc/mkapiref.py \
832 $@ macros.rst enums.rst types.rst . $^
834 $(APIDOC): apidoc.stamp
835 @if test -f $@; then :; else \
836 rm -f apidoc.stamp; \
837 $(MAKE) $(AM_MAKEFLAGS) apidoc.stamp; \
842 -rm -rf $(BUILDDIR)/*
844 html-local: apiref.rst
845 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
847 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
850 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
852 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
855 $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
857 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
860 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
862 @echo "Build finished; now you can process the pickle files."
865 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
867 @echo "Build finished; now you can process the JSON files."
870 $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
872 @echo "Build finished; now you can run HTML Help Workshop with the" \
873 ".hhp project file in $(BUILDDIR)/htmlhelp."
876 $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
878 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
879 ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
880 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/nghttp2.qhcp"
881 @echo "To view the help file:"
882 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/nghttp2.qhc"
885 $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
887 @echo "Build finished."
888 @echo "To view the help file:"
889 @echo "# mkdir -p $$HOME/.local/share/devhelp/nghttp2"
890 @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/nghttp2"
894 $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
896 @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
899 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
901 @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
902 @echo "Run \`make' in that directory to run these through (pdf)latex" \
903 "(use \`make latexpdf' here to do that automatically)."
906 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
907 @echo "Running LaTeX files through pdflatex..."
908 $(MAKE) -C $(BUILDDIR)/latex all-pdf
909 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
912 $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
914 @echo "Build finished. The text files are in $(BUILDDIR)/text."
917 $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
919 @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
922 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
924 @echo "The overview file is in $(BUILDDIR)/changes."
927 $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
929 @echo "Link check complete; look for any errors in the above output " \
930 "or in $(BUILDDIR)/linkcheck/output.txt."
933 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
934 @echo "Testing of doctests in the sources finished, look at the " \
935 "results in $(BUILDDIR)/doctest/output.txt."
937 # Tell versions [3.59,3.63) of GNU make to not export all variables.
938 # Otherwise a system limit (for SysV at least) may be exceeded.