Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.16.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 # 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.
39 VPATH = @srcdir@
40 am__is_gnu_make = { \
41   if test -z '$(MAKELEVEL)'; then \
42     false; \
43   elif test -n '$(MAKE_HOST)'; then \
44     true; \
45   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46     true; \
47   else \
48     false; \
49   fi; \
50 }
51 am__make_running_with_option = \
52   case $${target_option-} in \
53       ?) ;; \
54       *) echo "am__make_running_with_option: internal error: invalid" \
55               "target option '$${target_option-}' specified" >&2; \
56          exit 1;; \
57   esac; \
58   has_opt=no; \
59   sane_makeflags=$$MAKEFLAGS; \
60   if $(am__is_gnu_make); then \
61     sane_makeflags=$$MFLAGS; \
62   else \
63     case $$MAKEFLAGS in \
64       *\\[\ \   ]*) \
65         bs=\\; \
66         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
68     esac; \
69   fi; \
70   skip_next=no; \
71   strip_trailopt () \
72   { \
73     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74   }; \
75   for flg in $$sane_makeflags; do \
76     test $$skip_next = yes && { skip_next=no; continue; }; \
77     case $$flg in \
78       *=*|--*) continue;; \
79         -*I) strip_trailopt 'I'; skip_next=yes;; \
80       -*I?*) strip_trailopt 'I';; \
81         -*O) strip_trailopt 'O'; skip_next=yes;; \
82       -*O?*) strip_trailopt 'O';; \
83         -*l) strip_trailopt 'l'; skip_next=yes;; \
84       -*l?*) strip_trailopt 'l';; \
85       -[dEDm]) skip_next=yes;; \
86       -[JT]) skip_next=yes;; \
87     esac; \
88     case $$flg in \
89       *$$target_option*) has_opt=yes; break;; \
90     esac; \
91   done; \
92   test $$has_opt = yes
93 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
94 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95 pkgdatadir = $(datadir)/@PACKAGE@
96 pkgincludedir = $(includedir)/@PACKAGE@
97 pkglibdir = $(libdir)/@PACKAGE@
98 pkglibexecdir = $(libexecdir)/@PACKAGE@
99 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100 install_sh_DATA = $(install_sh) -c -m 644
101 install_sh_PROGRAM = $(install_sh) -c
102 install_sh_SCRIPT = $(install_sh) -c
103 INSTALL_HEADER = $(INSTALL_DATA)
104 transform = $(program_transform_name)
105 NORMAL_INSTALL = :
106 PRE_INSTALL = :
107 POST_INSTALL = :
108 NORMAL_UNINSTALL = :
109 PRE_UNINSTALL = :
110 POST_UNINSTALL = :
111 build_triplet = @build@
112 host_triplet = @host@
113 target_triplet = @target@
114 subdir = doc
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
117         $(top_srcdir)/m4/ax_boost_base.m4 \
118         $(top_srcdir)/m4/ax_boost_system.m4 \
119         $(top_srcdir)/m4/ax_boost_thread.m4 \
120         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
121         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
122         $(top_srcdir)/m4/ax_python_devel.m4 \
123         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
124         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
125         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127         $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
129 mkinstalldirs = $(install_sh) -d
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES = conf.py index.rst package_README.rst \
132         tutorial-client.rst tutorial-server.rst tutorial-hpack.rst \
133         nghttpx-howto.rst h2load-howto.rst libnghttp2_asio.rst \
134         python-apiref.rst building-android-binary.rst nghttp2.h.rst \
135         nghttp2ver.h.rst asio_http2.h.rst asio_http2_server.h.rst \
136         asio_http2_client.h.rst contribute.rst
137 CONFIG_CLEAN_VPATH_FILES =
138 AM_V_P = $(am__v_P_@AM_V@)
139 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140 am__v_P_0 = false
141 am__v_P_1 = :
142 AM_V_GEN = $(am__v_GEN_@AM_V@)
143 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144 am__v_GEN_0 = @echo "  GEN     " $@;
145 am__v_GEN_1 = 
146 AM_V_at = $(am__v_at_@AM_V@)
147 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148 am__v_at_0 = @
149 am__v_at_1 = 
150 SOURCES =
151 DIST_SOURCES =
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
157 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
158 am__vpath_adj = case $$p in \
159     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
160     *) f=$$p;; \
161   esac;
162 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
163 am__install_max = 40
164 am__nobase_strip_setup = \
165   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
166 am__nobase_strip = \
167   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
168 am__nobase_list = $(am__nobase_strip_setup); \
169   for p in $$list; do echo "$$p $$p"; done | \
170   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
171   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
172     if (++n[$$2] == $(am__install_max)) \
173       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
174     END { for (dir in files) print dir, files[dir] }'
175 am__base_list = \
176   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
177   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
178 am__uninstall_files_from_dir = { \
179   test -z "$$files" \
180     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
181     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
182          $(am__cd) "$$dir" && rm -f $$files; }; \
183   }
184 man1dir = $(mandir)/man1
185 am__installdirs = "$(DESTDIR)$(man1dir)"
186 NROFF = nroff
187 MANS = $(man_MANS)
188 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/asio_http2.h.rst.in \
190         $(srcdir)/asio_http2_client.h.rst.in \
191         $(srcdir)/asio_http2_server.h.rst.in \
192         $(srcdir)/building-android-binary.rst.in $(srcdir)/conf.py.in \
193         $(srcdir)/contribute.rst.in $(srcdir)/h2load-howto.rst.in \
194         $(srcdir)/index.rst.in $(srcdir)/libnghttp2_asio.rst.in \
195         $(srcdir)/nghttp2.h.rst.in $(srcdir)/nghttp2ver.h.rst.in \
196         $(srcdir)/nghttpx-howto.rst.in $(srcdir)/package_README.rst.in \
197         $(srcdir)/python-apiref.rst.in \
198         $(srcdir)/tutorial-client.rst.in \
199         $(srcdir)/tutorial-hpack.rst.in \
200         $(srcdir)/tutorial-server.rst.in
201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202 ACLOCAL = @ACLOCAL@
203 AMTAR = @AMTAR@
204 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205 APPLDFLAGS = @APPLDFLAGS@
206 AR = @AR@
207 AUTOCONF = @AUTOCONF@
208 AUTOHEADER = @AUTOHEADER@
209 AUTOMAKE = @AUTOMAKE@
210 AWK = @AWK@
211 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
212 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
213 BOOST_LDFLAGS = @BOOST_LDFLAGS@
214 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
215 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
216 BPFCFLAGS = @BPFCFLAGS@
217 CC = @CC@
218 CCDEPMODE = @CCDEPMODE@
219 CFLAGS = @CFLAGS@
220 CPP = @CPP@
221 CPPFLAGS = @CPPFLAGS@
222 CSCOPE = @CSCOPE@
223 CTAGS = @CTAGS@
224 CUNIT_CFLAGS = @CUNIT_CFLAGS@
225 CUNIT_LIBS = @CUNIT_LIBS@
226 CXX = @CXX@
227 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
228 CXXCPP = @CXXCPP@
229 CXXDEPMODE = @CXXDEPMODE@
230 CXXFLAGS = @CXXFLAGS@
231 CYGPATH_W = @CYGPATH_W@
232 CYTHON = @CYTHON@
233 DEFS = @DEFS@
234 DEPDIR = @DEPDIR@
235 DLLTOOL = @DLLTOOL@
236 DSYMUTIL = @DSYMUTIL@
237 DUMPBIN = @DUMPBIN@
238 ECHO_C = @ECHO_C@
239 ECHO_N = @ECHO_N@
240 ECHO_T = @ECHO_T@
241 EGREP = @EGREP@
242 ETAGS = @ETAGS@
243 EXEEXT = @EXEEXT@
244 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
245 EXTRACFLAG = @EXTRACFLAG@
246 EXTRA_DEFS = @EXTRA_DEFS@
247 FGREP = @FGREP@
248 GREP = @GREP@
249 HAVE_CXX14 = @HAVE_CXX14@
250 INSTALL = @INSTALL@
251 INSTALL_DATA = @INSTALL_DATA@
252 INSTALL_PROGRAM = @INSTALL_PROGRAM@
253 INSTALL_SCRIPT = @INSTALL_SCRIPT@
254 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255 JANSSON_CFLAGS = @JANSSON_CFLAGS@
256 JANSSON_LIBS = @JANSSON_LIBS@
257 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
258 JEMALLOC_LIBS = @JEMALLOC_LIBS@
259 LD = @LD@
260 LDFLAGS = @LDFLAGS@
261 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
262 LIBBPF_LIBS = @LIBBPF_LIBS@
263 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
264 LIBCARES_LIBS = @LIBCARES_LIBS@
265 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
266 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
267 LIBEV_CFLAGS = @LIBEV_CFLAGS@
268 LIBEV_LIBS = @LIBEV_LIBS@
269 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
270 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
271 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
272 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
273 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
274 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
275 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
276 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
277 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
278 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
279 LIBOBJS = @LIBOBJS@
280 LIBS = @LIBS@
281 LIBTOOL = @LIBTOOL@
282 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
283 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
284 LIBXML2_LIBS = @LIBXML2_LIBS@
285 LIPO = @LIPO@
286 LN_S = @LN_S@
287 LTLIBOBJS = @LTLIBOBJS@
288 LT_AGE = @LT_AGE@
289 LT_CURRENT = @LT_CURRENT@
290 LT_REVISION = @LT_REVISION@
291 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
292 MAKEINFO = @MAKEINFO@
293 MANIFEST_TOOL = @MANIFEST_TOOL@
294 MKDIR_P = @MKDIR_P@
295 NM = @NM@
296 NMEDIT = @NMEDIT@
297 OBJDUMP = @OBJDUMP@
298 OBJEXT = @OBJEXT@
299 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
300 OPENSSL_LIBS = @OPENSSL_LIBS@
301 OTOOL = @OTOOL@
302 OTOOL64 = @OTOOL64@
303 PACKAGE = @PACKAGE@
304 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305 PACKAGE_NAME = @PACKAGE_NAME@
306 PACKAGE_STRING = @PACKAGE_STRING@
307 PACKAGE_TARNAME = @PACKAGE_TARNAME@
308 PACKAGE_URL = @PACKAGE_URL@
309 PACKAGE_VERSION = @PACKAGE_VERSION@
310 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
311 PATH_SEPARATOR = @PATH_SEPARATOR@
312 PKG_CONFIG = @PKG_CONFIG@
313 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
314 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
315 PYTHON = @PYTHON@
316 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
317 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
318 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
319 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
320 PYTHON_LIBS = @PYTHON_LIBS@
321 PYTHON_PLATFORM = @PYTHON_PLATFORM@
322 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
323 PYTHON_PREFIX = @PYTHON_PREFIX@
324 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
325 PYTHON_VERSION = @PYTHON_VERSION@
326 RANLIB = @RANLIB@
327 SED = @SED@
328 SET_MAKE = @SET_MAKE@
329 SHELL = @SHELL@
330 STRIP = @STRIP@
331 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
332 SYSTEMD_LIBS = @SYSTEMD_LIBS@
333 TESTLDADD = @TESTLDADD@
334 VERSION = @VERSION@
335 WARNCFLAGS = @WARNCFLAGS@
336 WARNCXXFLAGS = @WARNCXXFLAGS@
337 ZLIB_CFLAGS = @ZLIB_CFLAGS@
338 ZLIB_LIBS = @ZLIB_LIBS@
339 abs_builddir = @abs_builddir@
340 abs_srcdir = @abs_srcdir@
341 abs_top_builddir = @abs_top_builddir@
342 abs_top_srcdir = @abs_top_srcdir@
343 ac_ct_AR = @ac_ct_AR@
344 ac_ct_CC = @ac_ct_CC@
345 ac_ct_CXX = @ac_ct_CXX@
346 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
347 am__include = @am__include@
348 am__leading_dot = @am__leading_dot@
349 am__quote = @am__quote@
350 am__tar = @am__tar@
351 am__untar = @am__untar@
352 bindir = @bindir@
353 build = @build@
354 build_alias = @build_alias@
355 build_cpu = @build_cpu@
356 build_os = @build_os@
357 build_vendor = @build_vendor@
358 builddir = @builddir@
359 datadir = @datadir@
360 datarootdir = @datarootdir@
361 docdir = @docdir@
362 dvidir = @dvidir@
363 exec_prefix = @exec_prefix@
364 host = @host@
365 host_alias = @host_alias@
366 host_cpu = @host_cpu@
367 host_os = @host_os@
368 host_vendor = @host_vendor@
369 htmldir = @htmldir@
370 includedir = @includedir@
371 infodir = @infodir@
372 install_sh = @install_sh@
373 libdir = @libdir@
374 libexecdir = @libexecdir@
375 localedir = @localedir@
376 localstatedir = @localstatedir@
377 mandir = @mandir@
378 mkdir_p = @mkdir_p@
379 oldincludedir = @oldincludedir@
380 pdfdir = @pdfdir@
381 pkgpyexecdir = @pkgpyexecdir@
382 pkgpythondir = @pkgpythondir@
383 prefix = @prefix@
384 program_transform_name = @program_transform_name@
385 psdir = @psdir@
386 pyexecdir = @pyexecdir@
387 pythondir = @pythondir@
388 runstatedir = @runstatedir@
389 sbindir = @sbindir@
390 sharedstatedir = @sharedstatedir@
391 srcdir = @srcdir@
392 sysconfdir = @sysconfdir@
393 target = @target@
394 target_alias = @target_alias@
395 target_cpu = @target_cpu@
396 target_os = @target_os@
397 target_vendor = @target_vendor@
398 top_build_prefix = @top_build_prefix@
399 top_builddir = @top_builddir@
400 top_srcdir = @top_srcdir@
401 man_MANS = nghttp.1 nghttpd.1 nghttpx.1 h2load.1
402 APIDOCS = \
403         macros.rst \
404         enums.rst \
405         types.rst \
406         nghttp2_check_authority.rst \
407         nghttp2_check_header_name.rst \
408         nghttp2_check_header_value.rst \
409         nghttp2_check_method.rst \
410         nghttp2_check_path.rst \
411         nghttp2_hd_deflate_bound.rst \
412         nghttp2_hd_deflate_change_table_size.rst \
413         nghttp2_hd_deflate_del.rst \
414         nghttp2_hd_deflate_get_dynamic_table_size.rst \
415         nghttp2_hd_deflate_get_max_dynamic_table_size.rst \
416         nghttp2_hd_deflate_get_num_table_entries.rst \
417         nghttp2_hd_deflate_get_table_entry.rst \
418         nghttp2_hd_deflate_hd.rst \
419         nghttp2_hd_deflate_hd_vec.rst \
420         nghttp2_hd_deflate_new.rst \
421         nghttp2_hd_deflate_new2.rst \
422         nghttp2_hd_inflate_change_table_size.rst \
423         nghttp2_hd_inflate_del.rst \
424         nghttp2_hd_inflate_end_headers.rst \
425         nghttp2_hd_inflate_get_dynamic_table_size.rst \
426         nghttp2_hd_inflate_get_max_dynamic_table_size.rst \
427         nghttp2_hd_inflate_get_num_table_entries.rst \
428         nghttp2_hd_inflate_get_table_entry.rst \
429         nghttp2_hd_inflate_hd.rst \
430         nghttp2_hd_inflate_hd2.rst \
431         nghttp2_hd_inflate_new.rst \
432         nghttp2_hd_inflate_new2.rst \
433         nghttp2_http2_strerror.rst \
434         nghttp2_is_fatal.rst \
435         nghttp2_nv_compare_name.rst \
436         nghttp2_option_del.rst \
437         nghttp2_option_new.rst \
438         nghttp2_option_set_builtin_recv_extension_type.rst \
439         nghttp2_option_set_max_deflate_dynamic_table_size.rst \
440         nghttp2_option_set_max_reserved_remote_streams.rst \
441         nghttp2_option_set_max_send_header_block_length.rst \
442         nghttp2_option_set_no_auto_ping_ack.rst \
443         nghttp2_option_set_no_auto_window_update.rst \
444         nghttp2_option_set_no_closed_streams.rst \
445         nghttp2_option_set_no_http_messaging.rst \
446         nghttp2_option_set_no_recv_client_magic.rst \
447         nghttp2_option_set_peer_max_concurrent_streams.rst \
448         nghttp2_option_set_user_recv_extension_type.rst \
449         nghttp2_option_set_max_outbound_ack.rst \
450         nghttp2_option_set_max_settings.rst \
451         nghttp2_pack_settings_payload.rst \
452         nghttp2_priority_spec_check_default.rst \
453         nghttp2_priority_spec_default_init.rst \
454         nghttp2_priority_spec_init.rst \
455         nghttp2_rcbuf_decref.rst \
456         nghttp2_rcbuf_get_buf.rst \
457         nghttp2_rcbuf_incref.rst \
458         nghttp2_rcbuf_is_static.rst \
459         nghttp2_select_next_protocol.rst \
460         nghttp2_session_callbacks_del.rst \
461         nghttp2_session_callbacks_new.rst \
462         nghttp2_session_callbacks_set_before_frame_send_callback.rst \
463         nghttp2_session_callbacks_set_data_source_read_length_callback.rst \
464         nghttp2_session_callbacks_set_error_callback.rst \
465         nghttp2_session_callbacks_set_error_callback2.rst \
466         nghttp2_session_callbacks_set_on_begin_frame_callback.rst \
467         nghttp2_session_callbacks_set_on_begin_headers_callback.rst \
468         nghttp2_session_callbacks_set_on_data_chunk_recv_callback.rst \
469         nghttp2_session_callbacks_set_on_extension_chunk_recv_callback.rst \
470         nghttp2_session_callbacks_set_on_frame_not_send_callback.rst \
471         nghttp2_session_callbacks_set_on_frame_recv_callback.rst \
472         nghttp2_session_callbacks_set_on_frame_send_callback.rst \
473         nghttp2_session_callbacks_set_on_header_callback.rst \
474         nghttp2_session_callbacks_set_on_header_callback2.rst \
475         nghttp2_session_callbacks_set_on_invalid_frame_recv_callback.rst \
476         nghttp2_session_callbacks_set_on_invalid_header_callback.rst \
477         nghttp2_session_callbacks_set_on_invalid_header_callback2.rst \
478         nghttp2_session_callbacks_set_on_stream_close_callback.rst \
479         nghttp2_session_callbacks_set_pack_extension_callback.rst \
480         nghttp2_session_callbacks_set_recv_callback.rst \
481         nghttp2_session_callbacks_set_select_padding_callback.rst \
482         nghttp2_session_callbacks_set_send_callback.rst \
483         nghttp2_session_callbacks_set_send_data_callback.rst \
484         nghttp2_session_callbacks_set_unpack_extension_callback.rst \
485         nghttp2_session_change_stream_priority.rst \
486         nghttp2_session_check_request_allowed.rst \
487         nghttp2_session_check_server_session.rst \
488         nghttp2_session_client_new.rst \
489         nghttp2_session_client_new2.rst \
490         nghttp2_session_client_new3.rst \
491         nghttp2_session_consume.rst \
492         nghttp2_session_consume_connection.rst \
493         nghttp2_session_consume_stream.rst \
494         nghttp2_session_create_idle_stream.rst \
495         nghttp2_session_del.rst \
496         nghttp2_session_find_stream.rst \
497         nghttp2_session_get_effective_local_window_size.rst \
498         nghttp2_session_get_effective_recv_data_length.rst \
499         nghttp2_session_get_hd_deflate_dynamic_table_size.rst \
500         nghttp2_session_get_hd_inflate_dynamic_table_size.rst \
501         nghttp2_session_get_last_proc_stream_id.rst \
502         nghttp2_session_get_local_settings.rst \
503         nghttp2_session_get_local_window_size.rst \
504         nghttp2_session_get_next_stream_id.rst \
505         nghttp2_session_get_outbound_queue_size.rst \
506         nghttp2_session_get_remote_settings.rst \
507         nghttp2_session_get_remote_window_size.rst \
508         nghttp2_session_get_root_stream.rst \
509         nghttp2_session_get_stream_effective_local_window_size.rst \
510         nghttp2_session_get_stream_effective_recv_data_length.rst \
511         nghttp2_session_get_stream_local_close.rst \
512         nghttp2_session_get_stream_local_window_size.rst \
513         nghttp2_session_get_stream_remote_close.rst \
514         nghttp2_session_get_stream_remote_window_size.rst \
515         nghttp2_session_get_stream_user_data.rst \
516         nghttp2_session_mem_recv.rst \
517         nghttp2_session_mem_send.rst \
518         nghttp2_session_recv.rst \
519         nghttp2_session_resume_data.rst \
520         nghttp2_session_send.rst \
521         nghttp2_session_server_new.rst \
522         nghttp2_session_server_new2.rst \
523         nghttp2_session_server_new3.rst \
524         nghttp2_session_set_local_window_size.rst \
525         nghttp2_session_set_next_stream_id.rst \
526         nghttp2_session_set_stream_user_data.rst \
527         nghttp2_session_set_user_data.rst \
528         nghttp2_session_terminate_session.rst \
529         nghttp2_session_terminate_session2.rst \
530         nghttp2_session_upgrade.rst \
531         nghttp2_session_upgrade2.rst \
532         nghttp2_session_want_read.rst \
533         nghttp2_session_want_write.rst \
534         nghttp2_set_debug_vprintf_callback.rst \
535         nghttp2_stream_get_first_child.rst \
536         nghttp2_stream_get_next_sibling.rst \
537         nghttp2_stream_get_parent.rst \
538         nghttp2_stream_get_previous_sibling.rst \
539         nghttp2_stream_get_state.rst \
540         nghttp2_stream_get_sum_dependency_weight.rst \
541         nghttp2_stream_get_weight.rst \
542         nghttp2_strerror.rst \
543         nghttp2_submit_altsvc.rst \
544         nghttp2_submit_data.rst \
545         nghttp2_submit_extension.rst \
546         nghttp2_submit_goaway.rst \
547         nghttp2_submit_headers.rst \
548         nghttp2_submit_origin.rst \
549         nghttp2_submit_ping.rst \
550         nghttp2_submit_priority.rst \
551         nghttp2_submit_push_promise.rst \
552         nghttp2_submit_request.rst \
553         nghttp2_submit_response.rst \
554         nghttp2_submit_rst_stream.rst \
555         nghttp2_submit_settings.rst \
556         nghttp2_submit_shutdown_notice.rst \
557         nghttp2_submit_trailer.rst \
558         nghttp2_submit_window_update.rst \
559         nghttp2_version.rst
560
561 RST_FILES = \
562         README.rst \
563         programmers-guide.rst \
564         nghttp.1.rst \
565         nghttpd.1.rst \
566         nghttpx.1.rst \
567         h2load.1.rst
568
569 EXTRA_DIST = \
570         CMakeLists.txt \
571         mkapiref.py \
572         $(RST_FILES) \
573         $(APIDOCS) \
574         sources/index.rst \
575         sources/tutorial-client.rst \
576         sources/tutorial-server.rst \
577         sources/tutorial-hpack.rst \
578         sources/nghttpx-howto.rst \
579         sources/h2load-howto.rst \
580         sources/libnghttp2_asio.rst \
581         sources/python-apiref.rst \
582         sources/building-android-binary.rst \
583         sources/contribute.rst \
584         sources/security.rst \
585         _exts/rubydomain/LICENSE.rubydomain \
586         _exts/rubydomain/__init__.py \
587         _exts/rubydomain/rubydomain.py \
588         _themes/sphinx_rtd_theme/__init__.py \
589         _themes/sphinx_rtd_theme/breadcrumbs.html \
590         _themes/sphinx_rtd_theme/footer.html \
591         _themes/sphinx_rtd_theme/layout.html \
592         _themes/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo \
593         _themes/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po \
594         _themes/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo \
595         _themes/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po \
596         _themes/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo \
597         _themes/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po \
598         _themes/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo \
599         _themes/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po \
600         _themes/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo \
601         _themes/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po \
602         _themes/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo \
603         _themes/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po \
604         _themes/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo \
605         _themes/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po \
606         _themes/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo \
607         _themes/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po \
608         _themes/sphinx_rtd_theme/locale/sphinx.pot \
609         _themes/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo \
610         _themes/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po \
611         _themes/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo \
612         _themes/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po \
613         _themes/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo \
614         _themes/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po \
615         _themes/sphinx_rtd_theme/search.html \
616         _themes/sphinx_rtd_theme/searchbox.html \
617         _themes/sphinx_rtd_theme/static/css/badge_only.css \
618         _themes/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff \
619         _themes/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2 \
620         _themes/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff \
621         _themes/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2 \
622         _themes/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot \
623         _themes/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.svg \
624         _themes/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf \
625         _themes/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff \
626         _themes/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2 \
627         _themes/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff \
628         _themes/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2 \
629         _themes/sphinx_rtd_theme/static/css/fonts/lato-bold.woff \
630         _themes/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2 \
631         _themes/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff \
632         _themes/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2 \
633         _themes/sphinx_rtd_theme/static/css/fonts/lato-normal.woff \
634         _themes/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2 \
635         _themes/sphinx_rtd_theme/static/css/theme.css \
636         _themes/sphinx_rtd_theme/static/js/badge_only.js \
637         _themes/sphinx_rtd_theme/static/js/theme.js \
638         _themes/sphinx_rtd_theme/theme.conf \
639         _themes/sphinx_rtd_theme/versions.html \
640         $(man_MANS) \
641         bash_completion/nghttp \
642         bash_completion/nghttpd \
643         bash_completion/nghttpx \
644         bash_completion/h2load
645
646
647 # Makefile for Sphinx documentation
648 #
649
650 # You can set these variables from the command line.
651 SPHINXOPTS = 
652 PAPER = 
653 BUILDDIR = manual
654
655 # Internal variables.
656 PAPEROPT_a4 = -D latex_paper_size=a4
657 PAPEROPT_letter = -D latex_paper_size=letter
658 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
659 all: all-am
660
661 .SUFFIXES:
662 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
663         @for dep in $?; do \
664           case '$(am__configure_deps)' in \
665             *$$dep*) \
666               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
667                 && { if test -f $@; then exit 0; else break; fi; }; \
668               exit 1;; \
669           esac; \
670         done; \
671         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
672         $(am__cd) $(top_srcdir) && \
673           $(AUTOMAKE) --gnu doc/Makefile
674 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
675         @case '$?' in \
676           *config.status*) \
677             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
678           *) \
679             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
680             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
681         esac;
682
683 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
684         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
685
686 $(top_srcdir)/configure:  $(am__configure_deps)
687         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
688 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
689         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
690 $(am__aclocal_m4_deps):
691 conf.py: $(top_builddir)/config.status $(srcdir)/conf.py.in
692         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
693 index.rst: $(top_builddir)/config.status $(srcdir)/index.rst.in
694         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
695 package_README.rst: $(top_builddir)/config.status $(srcdir)/package_README.rst.in
696         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
697 tutorial-client.rst: $(top_builddir)/config.status $(srcdir)/tutorial-client.rst.in
698         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
699 tutorial-server.rst: $(top_builddir)/config.status $(srcdir)/tutorial-server.rst.in
700         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
701 tutorial-hpack.rst: $(top_builddir)/config.status $(srcdir)/tutorial-hpack.rst.in
702         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
703 nghttpx-howto.rst: $(top_builddir)/config.status $(srcdir)/nghttpx-howto.rst.in
704         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
705 h2load-howto.rst: $(top_builddir)/config.status $(srcdir)/h2load-howto.rst.in
706         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
707 libnghttp2_asio.rst: $(top_builddir)/config.status $(srcdir)/libnghttp2_asio.rst.in
708         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
709 python-apiref.rst: $(top_builddir)/config.status $(srcdir)/python-apiref.rst.in
710         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
711 building-android-binary.rst: $(top_builddir)/config.status $(srcdir)/building-android-binary.rst.in
712         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
713 nghttp2.h.rst: $(top_builddir)/config.status $(srcdir)/nghttp2.h.rst.in
714         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
715 nghttp2ver.h.rst: $(top_builddir)/config.status $(srcdir)/nghttp2ver.h.rst.in
716         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
717 asio_http2.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2.h.rst.in
718         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
719 asio_http2_server.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2_server.h.rst.in
720         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
721 asio_http2_client.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2_client.h.rst.in
722         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
723 contribute.rst: $(top_builddir)/config.status $(srcdir)/contribute.rst.in
724         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
725
726 mostlyclean-libtool:
727         -rm -f *.lo
728
729 clean-libtool:
730         -rm -rf .libs _libs
731 install-man1: $(man_MANS)
732         @$(NORMAL_INSTALL)
733         @list1=''; \
734         list2='$(man_MANS)'; \
735         test -n "$(man1dir)" \
736           && test -n "`echo $$list1$$list2`" \
737           || exit 0; \
738         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
739         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
740         { for i in $$list1; do echo "$$i"; done;  \
741         if test -n "$$list2"; then \
742           for i in $$list2; do echo "$$i"; done \
743             | sed -n '/\.1[a-z]*$$/p'; \
744         fi; \
745         } | while read p; do \
746           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
747           echo "$$d$$p"; echo "$$p"; \
748         done | \
749         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
750               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
751         sed 'N;N;s,\n, ,g' | { \
752         list=; while read file base inst; do \
753           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
754             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
755             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
756           fi; \
757         done; \
758         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
759         while read files; do \
760           test -z "$$files" || { \
761             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
762             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
763         done; }
764
765 uninstall-man1:
766         @$(NORMAL_UNINSTALL)
767         @list=''; test -n "$(man1dir)" || exit 0; \
768         files=`{ for i in $$list; do echo "$$i"; done; \
769         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
770           sed -n '/\.1[a-z]*$$/p'; \
771         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
772               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
773         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
774 tags TAGS:
775
776 ctags CTAGS:
777
778 cscope cscopelist:
779
780 distdir: $(BUILT_SOURCES)
781         $(MAKE) $(AM_MAKEFLAGS) distdir-am
782
783 distdir-am: $(DISTFILES)
784         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
785         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786         list='$(DISTFILES)'; \
787           dist_files=`for file in $$list; do echo $$file; done | \
788           sed -e "s|^$$srcdirstrip/||;t" \
789               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
790         case $$dist_files in \
791           */*) $(MKDIR_P) `echo "$$dist_files" | \
792                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
793                            sort -u` ;; \
794         esac; \
795         for file in $$dist_files; do \
796           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
797           if test -d $$d/$$file; then \
798             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
799             if test -d "$(distdir)/$$file"; then \
800               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
801             fi; \
802             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
803               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
804               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
805             fi; \
806             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
807           else \
808             test -f "$(distdir)/$$file" \
809             || cp -p $$d/$$file "$(distdir)/$$file" \
810             || exit 1; \
811           fi; \
812         done
813 check-am: all-am
814 check: check-am
815 all-am: Makefile $(MANS)
816 installdirs:
817         for dir in "$(DESTDIR)$(man1dir)"; do \
818           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
819         done
820 install: install-am
821 install-exec: install-exec-am
822 install-data: install-data-am
823 uninstall: uninstall-am
824
825 install-am: all-am
826         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
827
828 installcheck: installcheck-am
829 install-strip:
830         if test -z '$(STRIP)'; then \
831           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
832             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
833               install; \
834         else \
835           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
836             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
837             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
838         fi
839 mostlyclean-generic:
840
841 clean-generic:
842
843 distclean-generic:
844         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
845         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
846
847 maintainer-clean-generic:
848         @echo "This command is intended for maintainers to use"
849         @echo "it deletes files that may require special tools to rebuild."
850 clean: clean-am
851
852 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
853
854 distclean: distclean-am
855         -rm -f Makefile
856 distclean-am: clean-am distclean-generic
857
858 dvi: dvi-am
859
860 dvi-am:
861
862 html: html-am
863
864 html-am: html-local
865
866 info: info-am
867
868 info-am:
869
870 install-data-am: install-man
871
872 install-dvi: install-dvi-am
873
874 install-dvi-am:
875
876 install-exec-am:
877
878 install-html: install-html-am
879
880 install-html-am:
881
882 install-info: install-info-am
883
884 install-info-am:
885
886 install-man: install-man1
887
888 install-pdf: install-pdf-am
889
890 install-pdf-am:
891
892 install-ps: install-ps-am
893
894 install-ps-am:
895
896 installcheck-am:
897
898 maintainer-clean: maintainer-clean-am
899         -rm -f Makefile
900 maintainer-clean-am: distclean-am maintainer-clean-generic
901
902 mostlyclean: mostlyclean-am
903
904 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
905
906 pdf: pdf-am
907
908 pdf-am:
909
910 ps: ps-am
911
912 ps-am:
913
914 uninstall-am: uninstall-man
915
916 uninstall-man: uninstall-man1
917
918 .MAKE: install-am install-strip
919
920 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
921         clean-local cscopelist-am ctags-am distclean distclean-generic \
922         distclean-libtool distdir dvi dvi-am html html-am html-local \
923         info info-am install install-am install-data install-data-am \
924         install-dvi install-dvi-am install-exec install-exec-am \
925         install-html install-html-am install-info install-info-am \
926         install-man install-man1 install-pdf install-pdf-am install-ps \
927         install-ps-am install-strip installcheck installcheck-am \
928         installdirs maintainer-clean maintainer-clean-generic \
929         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
930         ps ps-am tags-am uninstall uninstall-am uninstall-man \
931         uninstall-man1
932
933 .PRECIOUS: Makefile
934
935 SPHINXBUILD   ?= sphinx-build
936
937 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
938
939 help:
940         @echo "Please use \`make <target>' where <target> is one of"
941         @echo "  html       to make standalone HTML files"
942         @echo "  dirhtml    to make HTML files named index.html in directories"
943         @echo "  singlehtml to make a single large HTML file"
944         @echo "  pickle     to make pickle files"
945         @echo "  json       to make JSON files"
946         @echo "  htmlhelp   to make HTML files and a HTML help project"
947         @echo "  qthelp     to make HTML files and a qthelp project"
948         @echo "  devhelp    to make HTML files and a Devhelp project"
949         @echo "  epub       to make an epub"
950         @echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
951         @echo "  latexpdf   to make LaTeX files and run them through pdflatex"
952         @echo "  text       to make text files"
953         @echo "  man        to make manual pages"
954         @echo "  changes    to make an overview of all changed/added/deprecated items"
955         @echo "  linkcheck  to check all external links for integrity"
956         @echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
957
958 apiref.rst: \
959         $(top_builddir)/lib/includes/nghttp2/nghttp2ver.h \
960         $(top_srcdir)/lib/includes/nghttp2/nghttp2.h
961         for i in $(RST_FILES); do [ -e $(builddir)/$$i ] || cp $(srcdir)/$$i $(builddir); done
962         $(PYTHON) $(top_srcdir)/doc/mkapiref.py \
963         apiref.rst macros.rst enums.rst types.rst . $^
964
965 $(APIDOCS): apiref.rst
966
967 clean-local:
968         if [ $(srcdir) != $(builddir) ]; then for i in $(RST_FILES); do rm -f $(builddir)/$$i; done fi
969         -rm -f apiref.rst
970         -rm -f $(APIDOCS)
971         -rm -rf $(BUILDDIR)/*
972
973 html-local: apiref.rst
974         $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
975         @echo
976         @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
977
978 dirhtml:
979         $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
980         @echo
981         @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
982
983 singlehtml:
984         $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
985         @echo
986         @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
987
988 pickle:
989         $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
990         @echo
991         @echo "Build finished; now you can process the pickle files."
992
993 json:
994         $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
995         @echo
996         @echo "Build finished; now you can process the JSON files."
997
998 htmlhelp:
999         $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
1000         @echo
1001         @echo "Build finished; now you can run HTML Help Workshop with the" \
1002               ".hhp project file in $(BUILDDIR)/htmlhelp."
1003
1004 qthelp:
1005         $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
1006         @echo
1007         @echo "Build finished; now you can run "qcollectiongenerator" with the" \
1008               ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
1009         @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/nghttp2.qhcp"
1010         @echo "To view the help file:"
1011         @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/nghttp2.qhc"
1012
1013 devhelp:
1014         $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
1015         @echo
1016         @echo "Build finished."
1017         @echo "To view the help file:"
1018         @echo "# mkdir -p $$HOME/.local/share/devhelp/nghttp2"
1019         @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/nghttp2"
1020         @echo "# devhelp"
1021
1022 epub:
1023         $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
1024         @echo
1025         @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
1026
1027 latex:
1028         $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
1029         @echo
1030         @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
1031         @echo "Run \`make' in that directory to run these through (pdf)latex" \
1032               "(use \`make latexpdf' here to do that automatically)."
1033
1034 latexpdf:
1035         $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
1036         @echo "Running LaTeX files through pdflatex..."
1037         $(MAKE) -C $(BUILDDIR)/latex all-pdf
1038         @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
1039
1040 text:
1041         $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
1042         @echo
1043         @echo "Build finished. The text files are in $(BUILDDIR)/text."
1044
1045 man: apiref.rst
1046         $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
1047         @echo
1048         @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
1049
1050 changes:
1051         $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
1052         @echo
1053         @echo "The overview file is in $(BUILDDIR)/changes."
1054
1055 linkcheck:
1056         $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
1057         @echo
1058         @echo "Link check complete; look for any errors in the above output " \
1059               "or in $(BUILDDIR)/linkcheck/output.txt."
1060
1061 doctest:
1062         $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
1063         @echo "Testing of doctests in the sources finished, look at the " \
1064               "results in $(BUILDDIR)/doctest/output.txt."
1065
1066 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1067 # Otherwise a system limit (for SysV at least) may be exceeded.
1068 .NOEXPORT: