Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2012 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31
32 # 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 CC = @CC@
217 CCDEPMODE = @CCDEPMODE@
218 CFLAGS = @CFLAGS@
219 CPP = @CPP@
220 CPPFLAGS = @CPPFLAGS@
221 CUNIT_CFLAGS = @CUNIT_CFLAGS@
222 CUNIT_LIBS = @CUNIT_LIBS@
223 CXX = @CXX@
224 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
225 CXXCPP = @CXXCPP@
226 CXXDEPMODE = @CXXDEPMODE@
227 CXXFLAGS = @CXXFLAGS@
228 CYGPATH_W = @CYGPATH_W@
229 CYTHON = @CYTHON@
230 DEFS = @DEFS@
231 DEPDIR = @DEPDIR@
232 DLLTOOL = @DLLTOOL@
233 DSYMUTIL = @DSYMUTIL@
234 DUMPBIN = @DUMPBIN@
235 ECHO_C = @ECHO_C@
236 ECHO_N = @ECHO_N@
237 ECHO_T = @ECHO_T@
238 EGREP = @EGREP@
239 EXEEXT = @EXEEXT@
240 EXTRACFLAG = @EXTRACFLAG@
241 FGREP = @FGREP@
242 GREP = @GREP@
243 HAVE_CXX14 = @HAVE_CXX14@
244 INSTALL = @INSTALL@
245 INSTALL_DATA = @INSTALL_DATA@
246 INSTALL_PROGRAM = @INSTALL_PROGRAM@
247 INSTALL_SCRIPT = @INSTALL_SCRIPT@
248 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
249 JANSSON_CFLAGS = @JANSSON_CFLAGS@
250 JANSSON_LIBS = @JANSSON_LIBS@
251 JEMALLOC_LIBS = @JEMALLOC_LIBS@
252 LD = @LD@
253 LDFLAGS = @LDFLAGS@
254 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
255 LIBCARES_LIBS = @LIBCARES_LIBS@
256 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
257 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
258 LIBEV_CFLAGS = @LIBEV_CFLAGS@
259 LIBEV_LIBS = @LIBEV_LIBS@
260 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
261 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
262 LIBOBJS = @LIBOBJS@
263 LIBS = @LIBS@
264 LIBTOOL = @LIBTOOL@
265 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
266 LIBXML2_LIBS = @LIBXML2_LIBS@
267 LIPO = @LIPO@
268 LN_S = @LN_S@
269 LTLIBOBJS = @LTLIBOBJS@
270 LT_AGE = @LT_AGE@
271 LT_CURRENT = @LT_CURRENT@
272 LT_REVISION = @LT_REVISION@
273 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
274 MAKEINFO = @MAKEINFO@
275 MANIFEST_TOOL = @MANIFEST_TOOL@
276 MKDIR_P = @MKDIR_P@
277 NM = @NM@
278 NMEDIT = @NMEDIT@
279 OBJDUMP = @OBJDUMP@
280 OBJEXT = @OBJEXT@
281 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
282 OPENSSL_LIBS = @OPENSSL_LIBS@
283 OTOOL = @OTOOL@
284 OTOOL64 = @OTOOL64@
285 PACKAGE = @PACKAGE@
286 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
287 PACKAGE_NAME = @PACKAGE_NAME@
288 PACKAGE_STRING = @PACKAGE_STRING@
289 PACKAGE_TARNAME = @PACKAGE_TARNAME@
290 PACKAGE_URL = @PACKAGE_URL@
291 PACKAGE_VERSION = @PACKAGE_VERSION@
292 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
293 PATH_SEPARATOR = @PATH_SEPARATOR@
294 PKG_CONFIG = @PKG_CONFIG@
295 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
296 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
297 PYTHON = @PYTHON@
298 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
299 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
300 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
301 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
302 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
303 PYTHON_PLATFORM = @PYTHON_PLATFORM@
304 PYTHON_PREFIX = @PYTHON_PREFIX@
305 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
306 PYTHON_VERSION = @PYTHON_VERSION@
307 RANLIB = @RANLIB@
308 SED = @SED@
309 SET_MAKE = @SET_MAKE@
310 SHELL = @SHELL@
311 STRIP = @STRIP@
312 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
313 SYSTEMD_LIBS = @SYSTEMD_LIBS@
314 TESTLDADD = @TESTLDADD@
315 VERSION = @VERSION@
316 WARNCFLAGS = @WARNCFLAGS@
317 WARNCXXFLAGS = @WARNCXXFLAGS@
318 ZLIB_CFLAGS = @ZLIB_CFLAGS@
319 ZLIB_LIBS = @ZLIB_LIBS@
320 abs_builddir = @abs_builddir@
321 abs_srcdir = @abs_srcdir@
322 abs_top_builddir = @abs_top_builddir@
323 abs_top_srcdir = @abs_top_srcdir@
324 ac_ct_AR = @ac_ct_AR@
325 ac_ct_CC = @ac_ct_CC@
326 ac_ct_CXX = @ac_ct_CXX@
327 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328 am__include = @am__include@
329 am__leading_dot = @am__leading_dot@
330 am__quote = @am__quote@
331 am__tar = @am__tar@
332 am__untar = @am__untar@
333 bindir = @bindir@
334 build = @build@
335 build_alias = @build_alias@
336 build_cpu = @build_cpu@
337 build_os = @build_os@
338 build_vendor = @build_vendor@
339 builddir = @builddir@
340 datadir = @datadir@
341 datarootdir = @datarootdir@
342 docdir = @docdir@
343 dvidir = @dvidir@
344 exec_prefix = @exec_prefix@
345 host = @host@
346 host_alias = @host_alias@
347 host_cpu = @host_cpu@
348 host_os = @host_os@
349 host_vendor = @host_vendor@
350 htmldir = @htmldir@
351 includedir = @includedir@
352 infodir = @infodir@
353 install_sh = @install_sh@
354 libdir = @libdir@
355 libexecdir = @libexecdir@
356 localedir = @localedir@
357 localstatedir = @localstatedir@
358 mandir = @mandir@
359 mkdir_p = @mkdir_p@
360 oldincludedir = @oldincludedir@
361 pdfdir = @pdfdir@
362 pkgpyexecdir = @pkgpyexecdir@
363 pkgpythondir = @pkgpythondir@
364 prefix = @prefix@
365 program_transform_name = @program_transform_name@
366 psdir = @psdir@
367 pyexecdir = @pyexecdir@
368 pythondir = @pythondir@
369 runstatedir = @runstatedir@
370 sbindir = @sbindir@
371 sharedstatedir = @sharedstatedir@
372 srcdir = @srcdir@
373 sysconfdir = @sysconfdir@
374 target = @target@
375 target_alias = @target_alias@
376 target_cpu = @target_cpu@
377 target_os = @target_os@
378 target_vendor = @target_vendor@
379 top_build_prefix = @top_build_prefix@
380 top_builddir = @top_builddir@
381 top_srcdir = @top_srcdir@
382 man_MANS = nghttp.1 nghttpd.1 nghttpx.1 h2load.1
383 APIDOCS = \
384         macros.rst \
385         enums.rst \
386         types.rst \
387         nghttp2_check_authority.rst \
388         nghttp2_check_header_name.rst \
389         nghttp2_check_header_value.rst \
390         nghttp2_hd_deflate_bound.rst \
391         nghttp2_hd_deflate_change_table_size.rst \
392         nghttp2_hd_deflate_del.rst \
393         nghttp2_hd_deflate_get_dynamic_table_size.rst \
394         nghttp2_hd_deflate_get_max_dynamic_table_size.rst \
395         nghttp2_hd_deflate_get_num_table_entries.rst \
396         nghttp2_hd_deflate_get_table_entry.rst \
397         nghttp2_hd_deflate_hd.rst \
398         nghttp2_hd_deflate_hd_vec.rst \
399         nghttp2_hd_deflate_new.rst \
400         nghttp2_hd_deflate_new2.rst \
401         nghttp2_hd_inflate_change_table_size.rst \
402         nghttp2_hd_inflate_del.rst \
403         nghttp2_hd_inflate_end_headers.rst \
404         nghttp2_hd_inflate_get_dynamic_table_size.rst \
405         nghttp2_hd_inflate_get_max_dynamic_table_size.rst \
406         nghttp2_hd_inflate_get_num_table_entries.rst \
407         nghttp2_hd_inflate_get_table_entry.rst \
408         nghttp2_hd_inflate_hd.rst \
409         nghttp2_hd_inflate_hd2.rst \
410         nghttp2_hd_inflate_new.rst \
411         nghttp2_hd_inflate_new2.rst \
412         nghttp2_http2_strerror.rst \
413         nghttp2_is_fatal.rst \
414         nghttp2_nv_compare_name.rst \
415         nghttp2_option_del.rst \
416         nghttp2_option_new.rst \
417         nghttp2_option_set_builtin_recv_extension_type.rst \
418         nghttp2_option_set_max_deflate_dynamic_table_size.rst \
419         nghttp2_option_set_max_reserved_remote_streams.rst \
420         nghttp2_option_set_max_send_header_block_length.rst \
421         nghttp2_option_set_no_auto_ping_ack.rst \
422         nghttp2_option_set_no_auto_window_update.rst \
423         nghttp2_option_set_no_closed_streams.rst \
424         nghttp2_option_set_no_http_messaging.rst \
425         nghttp2_option_set_no_recv_client_magic.rst \
426         nghttp2_option_set_peer_max_concurrent_streams.rst \
427         nghttp2_option_set_user_recv_extension_type.rst \
428         nghttp2_option_set_max_outbound_ack.rst \
429         nghttp2_option_set_max_settings.rst \
430         nghttp2_pack_settings_payload.rst \
431         nghttp2_priority_spec_check_default.rst \
432         nghttp2_priority_spec_default_init.rst \
433         nghttp2_priority_spec_init.rst \
434         nghttp2_rcbuf_decref.rst \
435         nghttp2_rcbuf_get_buf.rst \
436         nghttp2_rcbuf_incref.rst \
437         nghttp2_rcbuf_is_static.rst \
438         nghttp2_select_next_protocol.rst \
439         nghttp2_session_callbacks_del.rst \
440         nghttp2_session_callbacks_new.rst \
441         nghttp2_session_callbacks_set_before_frame_send_callback.rst \
442         nghttp2_session_callbacks_set_data_source_read_length_callback.rst \
443         nghttp2_session_callbacks_set_error_callback.rst \
444         nghttp2_session_callbacks_set_error_callback2.rst \
445         nghttp2_session_callbacks_set_on_begin_frame_callback.rst \
446         nghttp2_session_callbacks_set_on_begin_headers_callback.rst \
447         nghttp2_session_callbacks_set_on_data_chunk_recv_callback.rst \
448         nghttp2_session_callbacks_set_on_extension_chunk_recv_callback.rst \
449         nghttp2_session_callbacks_set_on_frame_not_send_callback.rst \
450         nghttp2_session_callbacks_set_on_frame_recv_callback.rst \
451         nghttp2_session_callbacks_set_on_frame_send_callback.rst \
452         nghttp2_session_callbacks_set_on_header_callback.rst \
453         nghttp2_session_callbacks_set_on_header_callback2.rst \
454         nghttp2_session_callbacks_set_on_invalid_frame_recv_callback.rst \
455         nghttp2_session_callbacks_set_on_invalid_header_callback.rst \
456         nghttp2_session_callbacks_set_on_invalid_header_callback2.rst \
457         nghttp2_session_callbacks_set_on_stream_close_callback.rst \
458         nghttp2_session_callbacks_set_pack_extension_callback.rst \
459         nghttp2_session_callbacks_set_recv_callback.rst \
460         nghttp2_session_callbacks_set_select_padding_callback.rst \
461         nghttp2_session_callbacks_set_send_callback.rst \
462         nghttp2_session_callbacks_set_send_data_callback.rst \
463         nghttp2_session_callbacks_set_unpack_extension_callback.rst \
464         nghttp2_session_change_stream_priority.rst \
465         nghttp2_session_check_request_allowed.rst \
466         nghttp2_session_check_server_session.rst \
467         nghttp2_session_client_new.rst \
468         nghttp2_session_client_new2.rst \
469         nghttp2_session_client_new3.rst \
470         nghttp2_session_consume.rst \
471         nghttp2_session_consume_connection.rst \
472         nghttp2_session_consume_stream.rst \
473         nghttp2_session_create_idle_stream.rst \
474         nghttp2_session_del.rst \
475         nghttp2_session_find_stream.rst \
476         nghttp2_session_get_effective_local_window_size.rst \
477         nghttp2_session_get_effective_recv_data_length.rst \
478         nghttp2_session_get_hd_deflate_dynamic_table_size.rst \
479         nghttp2_session_get_hd_inflate_dynamic_table_size.rst \
480         nghttp2_session_get_last_proc_stream_id.rst \
481         nghttp2_session_get_local_settings.rst \
482         nghttp2_session_get_local_window_size.rst \
483         nghttp2_session_get_next_stream_id.rst \
484         nghttp2_session_get_outbound_queue_size.rst \
485         nghttp2_session_get_remote_settings.rst \
486         nghttp2_session_get_remote_window_size.rst \
487         nghttp2_session_get_root_stream.rst \
488         nghttp2_session_get_stream_effective_local_window_size.rst \
489         nghttp2_session_get_stream_effective_recv_data_length.rst \
490         nghttp2_session_get_stream_local_close.rst \
491         nghttp2_session_get_stream_local_window_size.rst \
492         nghttp2_session_get_stream_remote_close.rst \
493         nghttp2_session_get_stream_remote_window_size.rst \
494         nghttp2_session_get_stream_user_data.rst \
495         nghttp2_session_mem_recv.rst \
496         nghttp2_session_mem_send.rst \
497         nghttp2_session_recv.rst \
498         nghttp2_session_resume_data.rst \
499         nghttp2_session_send.rst \
500         nghttp2_session_server_new.rst \
501         nghttp2_session_server_new2.rst \
502         nghttp2_session_server_new3.rst \
503         nghttp2_session_set_local_window_size.rst \
504         nghttp2_session_set_next_stream_id.rst \
505         nghttp2_session_set_stream_user_data.rst \
506         nghttp2_session_set_user_data.rst \
507         nghttp2_session_terminate_session.rst \
508         nghttp2_session_terminate_session2.rst \
509         nghttp2_session_upgrade.rst \
510         nghttp2_session_upgrade2.rst \
511         nghttp2_session_want_read.rst \
512         nghttp2_session_want_write.rst \
513         nghttp2_set_debug_vprintf_callback.rst \
514         nghttp2_stream_get_first_child.rst \
515         nghttp2_stream_get_next_sibling.rst \
516         nghttp2_stream_get_parent.rst \
517         nghttp2_stream_get_previous_sibling.rst \
518         nghttp2_stream_get_state.rst \
519         nghttp2_stream_get_sum_dependency_weight.rst \
520         nghttp2_stream_get_weight.rst \
521         nghttp2_strerror.rst \
522         nghttp2_submit_altsvc.rst \
523         nghttp2_submit_data.rst \
524         nghttp2_submit_extension.rst \
525         nghttp2_submit_goaway.rst \
526         nghttp2_submit_headers.rst \
527         nghttp2_submit_origin.rst \
528         nghttp2_submit_ping.rst \
529         nghttp2_submit_priority.rst \
530         nghttp2_submit_push_promise.rst \
531         nghttp2_submit_request.rst \
532         nghttp2_submit_response.rst \
533         nghttp2_submit_rst_stream.rst \
534         nghttp2_submit_settings.rst \
535         nghttp2_submit_shutdown_notice.rst \
536         nghttp2_submit_trailer.rst \
537         nghttp2_submit_window_update.rst \
538         nghttp2_version.rst
539
540 RST_FILES = \
541         README.rst \
542         programmers-guide.rst \
543         nghttp.1.rst \
544         nghttpd.1.rst \
545         nghttpx.1.rst \
546         h2load.1.rst
547
548 EXTRA_DIST = \
549         CMakeLists.txt \
550         mkapiref.py \
551         $(RST_FILES) \
552         $(APIDOCS) \
553         sources/index.rst \
554         sources/tutorial-client.rst \
555         sources/tutorial-server.rst \
556         sources/tutorial-hpack.rst \
557         sources/nghttpx-howto.rst \
558         sources/h2load-howto.rst \
559         sources/libnghttp2_asio.rst \
560         sources/python-apiref.rst \
561         sources/building-android-binary.rst \
562         sources/contribute.rst \
563         _exts/sphinxcontrib/LICENSE.rubydomain \
564         _exts/sphinxcontrib/__init__.py \
565         _exts/sphinxcontrib/rubydomain.py \
566         _themes/sphinx_rtd_theme/__init__.py \
567         _themes/sphinx_rtd_theme/breadcrumbs.html \
568         _themes/sphinx_rtd_theme/footer.html \
569         _themes/sphinx_rtd_theme/layout.html \
570         _themes/sphinx_rtd_theme/layout_old.html \
571         _themes/sphinx_rtd_theme/search.html \
572         _themes/sphinx_rtd_theme/searchbox.html \
573         _themes/sphinx_rtd_theme/static/css/badge_only.css \
574         _themes/sphinx_rtd_theme/static/css/theme.css \
575         _themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf \
576         _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot \
577         _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg \
578         _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf \
579         _themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff \
580         _themes/sphinx_rtd_theme/static/js/theme.js \
581         _themes/sphinx_rtd_theme/theme.conf \
582         _themes/sphinx_rtd_theme/versions.html \
583         $(man_MANS) \
584         bash_completion/nghttp \
585         bash_completion/nghttpd \
586         bash_completion/nghttpx \
587         bash_completion/h2load
588
589
590 # Makefile for Sphinx documentation
591 #
592
593 # You can set these variables from the command line.
594 SPHINXOPTS = 
595 SPHINXBUILD = sphinx-build
596 PAPER = 
597 BUILDDIR = manual
598
599 # Internal variables.
600 PAPEROPT_a4 = -D latex_paper_size=a4
601 PAPEROPT_letter = -D latex_paper_size=letter
602 ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
603 all: all-am
604
605 .SUFFIXES:
606 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
607         @for dep in $?; do \
608           case '$(am__configure_deps)' in \
609             *$$dep*) \
610               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
611                 && { if test -f $@; then exit 0; else break; fi; }; \
612               exit 1;; \
613           esac; \
614         done; \
615         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
616         $(am__cd) $(top_srcdir) && \
617           $(AUTOMAKE) --gnu doc/Makefile
618 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
619         @case '$?' in \
620           *config.status*) \
621             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
622           *) \
623             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
624             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
625         esac;
626
627 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
628         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
629
630 $(top_srcdir)/configure:  $(am__configure_deps)
631         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
632 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
633         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
634 $(am__aclocal_m4_deps):
635 conf.py: $(top_builddir)/config.status $(srcdir)/conf.py.in
636         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
637 index.rst: $(top_builddir)/config.status $(srcdir)/index.rst.in
638         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
639 package_README.rst: $(top_builddir)/config.status $(srcdir)/package_README.rst.in
640         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
641 tutorial-client.rst: $(top_builddir)/config.status $(srcdir)/tutorial-client.rst.in
642         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
643 tutorial-server.rst: $(top_builddir)/config.status $(srcdir)/tutorial-server.rst.in
644         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
645 tutorial-hpack.rst: $(top_builddir)/config.status $(srcdir)/tutorial-hpack.rst.in
646         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
647 nghttpx-howto.rst: $(top_builddir)/config.status $(srcdir)/nghttpx-howto.rst.in
648         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
649 h2load-howto.rst: $(top_builddir)/config.status $(srcdir)/h2load-howto.rst.in
650         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
651 libnghttp2_asio.rst: $(top_builddir)/config.status $(srcdir)/libnghttp2_asio.rst.in
652         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
653 python-apiref.rst: $(top_builddir)/config.status $(srcdir)/python-apiref.rst.in
654         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
655 building-android-binary.rst: $(top_builddir)/config.status $(srcdir)/building-android-binary.rst.in
656         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
657 nghttp2.h.rst: $(top_builddir)/config.status $(srcdir)/nghttp2.h.rst.in
658         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
659 nghttp2ver.h.rst: $(top_builddir)/config.status $(srcdir)/nghttp2ver.h.rst.in
660         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
661 asio_http2.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2.h.rst.in
662         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
663 asio_http2_server.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2_server.h.rst.in
664         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
665 asio_http2_client.h.rst: $(top_builddir)/config.status $(srcdir)/asio_http2_client.h.rst.in
666         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
667 contribute.rst: $(top_builddir)/config.status $(srcdir)/contribute.rst.in
668         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
669
670 mostlyclean-libtool:
671         -rm -f *.lo
672
673 clean-libtool:
674         -rm -rf .libs _libs
675 install-man1: $(man_MANS)
676         @$(NORMAL_INSTALL)
677         @list1=''; \
678         list2='$(man_MANS)'; \
679         test -n "$(man1dir)" \
680           && test -n "`echo $$list1$$list2`" \
681           || exit 0; \
682         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
683         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
684         { for i in $$list1; do echo "$$i"; done;  \
685         if test -n "$$list2"; then \
686           for i in $$list2; do echo "$$i"; done \
687             | sed -n '/\.1[a-z]*$$/p'; \
688         fi; \
689         } | while read p; do \
690           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
691           echo "$$d$$p"; echo "$$p"; \
692         done | \
693         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
694               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
695         sed 'N;N;s,\n, ,g' | { \
696         list=; while read file base inst; do \
697           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
698             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
699             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
700           fi; \
701         done; \
702         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
703         while read files; do \
704           test -z "$$files" || { \
705             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
706             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
707         done; }
708
709 uninstall-man1:
710         @$(NORMAL_UNINSTALL)
711         @list=''; test -n "$(man1dir)" || exit 0; \
712         files=`{ for i in $$list; do echo "$$i"; done; \
713         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
714           sed -n '/\.1[a-z]*$$/p'; \
715         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
716               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
717         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
718 tags TAGS:
719
720 ctags CTAGS:
721
722 cscope cscopelist:
723
724
725 distdir: $(BUILT_SOURCES)
726         $(MAKE) $(AM_MAKEFLAGS) distdir-am
727
728 distdir-am: $(DISTFILES)
729         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
730         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
731         list='$(DISTFILES)'; \
732           dist_files=`for file in $$list; do echo $$file; done | \
733           sed -e "s|^$$srcdirstrip/||;t" \
734               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
735         case $$dist_files in \
736           */*) $(MKDIR_P) `echo "$$dist_files" | \
737                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
738                            sort -u` ;; \
739         esac; \
740         for file in $$dist_files; do \
741           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
742           if test -d $$d/$$file; then \
743             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
744             if test -d "$(distdir)/$$file"; then \
745               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
746             fi; \
747             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
748               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
749               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
750             fi; \
751             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
752           else \
753             test -f "$(distdir)/$$file" \
754             || cp -p $$d/$$file "$(distdir)/$$file" \
755             || exit 1; \
756           fi; \
757         done
758 check-am: all-am
759 check: check-am
760 all-am: Makefile $(MANS)
761 installdirs:
762         for dir in "$(DESTDIR)$(man1dir)"; do \
763           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
764         done
765 install: install-am
766 install-exec: install-exec-am
767 install-data: install-data-am
768 uninstall: uninstall-am
769
770 install-am: all-am
771         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
772
773 installcheck: installcheck-am
774 install-strip:
775         if test -z '$(STRIP)'; then \
776           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
777             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
778               install; \
779         else \
780           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
781             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
783         fi
784 mostlyclean-generic:
785
786 clean-generic:
787
788 distclean-generic:
789         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
790         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
791
792 maintainer-clean-generic:
793         @echo "This command is intended for maintainers to use"
794         @echo "it deletes files that may require special tools to rebuild."
795 clean: clean-am
796
797 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
798
799 distclean: distclean-am
800         -rm -f Makefile
801 distclean-am: clean-am distclean-generic
802
803 dvi: dvi-am
804
805 dvi-am:
806
807 html: html-am
808
809 html-am: html-local
810
811 info: info-am
812
813 info-am:
814
815 install-data-am: install-man
816
817 install-dvi: install-dvi-am
818
819 install-dvi-am:
820
821 install-exec-am:
822
823 install-html: install-html-am
824
825 install-html-am:
826
827 install-info: install-info-am
828
829 install-info-am:
830
831 install-man: install-man1
832
833 install-pdf: install-pdf-am
834
835 install-pdf-am:
836
837 install-ps: install-ps-am
838
839 install-ps-am:
840
841 installcheck-am:
842
843 maintainer-clean: maintainer-clean-am
844         -rm -f Makefile
845 maintainer-clean-am: distclean-am maintainer-clean-generic
846
847 mostlyclean: mostlyclean-am
848
849 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
850
851 pdf: pdf-am
852
853 pdf-am:
854
855 ps: ps-am
856
857 ps-am:
858
859 uninstall-am: uninstall-man
860
861 uninstall-man: uninstall-man1
862
863 .MAKE: install-am install-strip
864
865 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
866         clean-local cscopelist-am ctags-am distclean distclean-generic \
867         distclean-libtool distdir dvi dvi-am html html-am html-local \
868         info info-am install install-am install-data install-data-am \
869         install-dvi install-dvi-am install-exec install-exec-am \
870         install-html install-html-am install-info install-info-am \
871         install-man install-man1 install-pdf install-pdf-am install-ps \
872         install-ps-am install-strip installcheck installcheck-am \
873         installdirs maintainer-clean maintainer-clean-generic \
874         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
875         ps ps-am tags-am uninstall uninstall-am uninstall-man \
876         uninstall-man1
877
878 .PRECIOUS: Makefile
879
880
881 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
882
883 help:
884         @echo "Please use \`make <target>' where <target> is one of"
885         @echo "  html       to make standalone HTML files"
886         @echo "  dirhtml    to make HTML files named index.html in directories"
887         @echo "  singlehtml to make a single large HTML file"
888         @echo "  pickle     to make pickle files"
889         @echo "  json       to make JSON files"
890         @echo "  htmlhelp   to make HTML files and a HTML help project"
891         @echo "  qthelp     to make HTML files and a qthelp project"
892         @echo "  devhelp    to make HTML files and a Devhelp project"
893         @echo "  epub       to make an epub"
894         @echo "  latex      to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
895         @echo "  latexpdf   to make LaTeX files and run them through pdflatex"
896         @echo "  text       to make text files"
897         @echo "  man        to make manual pages"
898         @echo "  changes    to make an overview of all changed/added/deprecated items"
899         @echo "  linkcheck  to check all external links for integrity"
900         @echo "  doctest    to run all doctests embedded in the documentation (if enabled)"
901
902 apiref.rst: \
903         $(top_builddir)/lib/includes/nghttp2/nghttp2ver.h \
904         $(top_srcdir)/lib/includes/nghttp2/nghttp2.h
905         for i in $(RST_FILES); do [ -e $(builddir)/$$i ] || cp $(srcdir)/$$i $(builddir); done
906         $(PYTHON) $(top_srcdir)/doc/mkapiref.py \
907         apiref.rst macros.rst enums.rst types.rst . $^
908
909 $(APIDOCS): apiref.rst
910
911 clean-local:
912         if [ $(srcdir) != $(builddir) ]; then for i in $(RST_FILES); do rm -f $(builddir)/$$i; done fi
913         -rm -f apiref.rst
914         -rm -f $(APIDOCS)
915         -rm -rf $(BUILDDIR)/*
916
917 html-local: apiref.rst
918         $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
919         @echo
920         @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
921
922 dirhtml:
923         $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
924         @echo
925         @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
926
927 singlehtml:
928         $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
929         @echo
930         @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
931
932 pickle:
933         $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
934         @echo
935         @echo "Build finished; now you can process the pickle files."
936
937 json:
938         $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
939         @echo
940         @echo "Build finished; now you can process the JSON files."
941
942 htmlhelp:
943         $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
944         @echo
945         @echo "Build finished; now you can run HTML Help Workshop with the" \
946               ".hhp project file in $(BUILDDIR)/htmlhelp."
947
948 qthelp:
949         $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
950         @echo
951         @echo "Build finished; now you can run "qcollectiongenerator" with the" \
952               ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
953         @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/nghttp2.qhcp"
954         @echo "To view the help file:"
955         @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/nghttp2.qhc"
956
957 devhelp:
958         $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
959         @echo
960         @echo "Build finished."
961         @echo "To view the help file:"
962         @echo "# mkdir -p $$HOME/.local/share/devhelp/nghttp2"
963         @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/nghttp2"
964         @echo "# devhelp"
965
966 epub:
967         $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
968         @echo
969         @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
970
971 latex:
972         $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
973         @echo
974         @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
975         @echo "Run \`make' in that directory to run these through (pdf)latex" \
976               "(use \`make latexpdf' here to do that automatically)."
977
978 latexpdf:
979         $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
980         @echo "Running LaTeX files through pdflatex..."
981         $(MAKE) -C $(BUILDDIR)/latex all-pdf
982         @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
983
984 text:
985         $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
986         @echo
987         @echo "Build finished. The text files are in $(BUILDDIR)/text."
988
989 man: apiref.rst
990         $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
991         @echo
992         @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
993
994 changes:
995         $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
996         @echo
997         @echo "The overview file is in $(BUILDDIR)/changes."
998
999 linkcheck:
1000         $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
1001         @echo
1002         @echo "Link check complete; look for any errors in the above output " \
1003               "or in $(BUILDDIR)/linkcheck/output.txt."
1004
1005 doctest:
1006         $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
1007         @echo "Testing of doctests in the sources finished, look at the " \
1008               "results in $(BUILDDIR)/doctest/output.txt."
1009
1010 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1011 # Otherwise a system limit (for SysV at least) may be exceeded.
1012 .NOEXPORT: