Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2012 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31
32 # 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42   case $${target_option-} in \
43       ?) ;; \
44       *) echo "am__make_running_with_option: internal error: invalid" \
45               "target option '$${target_option-}' specified" >&2; \
46          exit 1;; \
47   esac; \
48   has_opt=no; \
49   sane_makeflags=$$MAKEFLAGS; \
50   if $(am__is_gnu_make); then \
51     sane_makeflags=$$MFLAGS; \
52   else \
53     case $$MAKEFLAGS in \
54       *\\[\ \   ]*) \
55         bs=\\; \
56         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
58     esac; \
59   fi; \
60   skip_next=no; \
61   strip_trailopt () \
62   { \
63     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64   }; \
65   for flg in $$sane_makeflags; do \
66     test $$skip_next = yes && { skip_next=no; continue; }; \
67     case $$flg in \
68       *=*|--*) 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;; \
77     esac; \
78     case $$flg in \
79       *$$target_option*) has_opt=yes; break;; \
80     esac; \
81   done; \
82   test $$has_opt = yes
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)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 target_triplet = @target@
104 subdir = doc
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) \
133         $(ACLOCAL_M4)
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@)
145 am__v_P_0 = false
146 am__v_P_1 = :
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     " $@;
150 am__v_GEN_1 = 
151 AM_V_at = $(am__v_at_@AM_V@)
152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153 am__v_at_0 = @
154 am__v_at_1 = 
155 SOURCES =
156 DIST_SOURCES =
157 am__can_run_installinfo = \
158   case $$AM_UPDATE_INFO_DIR in \
159     n|no|NO) false;; \
160     *) (install-info --version) >/dev/null 2>&1;; \
161   esac
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/||"`;; \
165     *) f=$$p;; \
166   esac;
167 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
168 am__install_max = 40
169 am__nobase_strip_setup = \
170   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
171 am__nobase_strip = \
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] }'
180 am__base_list = \
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 = { \
184   test -z "$$files" \
185     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
186     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
187          $(am__cd) "$$dir" && rm -f $$files; }; \
188   }
189 man1dir = $(mandir)/man1
190 am__installdirs = "$(DESTDIR)$(man1dir)"
191 NROFF = nroff
192 MANS = $(man_MANS)
193 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195 ACLOCAL = @ACLOCAL@
196 AMTAR = @AMTAR@
197 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
198 APPLDFLAGS = @APPLDFLAGS@
199 AR = @AR@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
203 AWK = @AWK@
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@
209 CC = @CC@
210 CCDEPMODE = @CCDEPMODE@
211 CFLAGS = @CFLAGS@
212 CPP = @CPP@
213 CPPFLAGS = @CPPFLAGS@
214 CUNIT_CFLAGS = @CUNIT_CFLAGS@
215 CUNIT_LIBS = @CUNIT_LIBS@
216 CXX = @CXX@
217 CXXCPP = @CXXCPP@
218 CXXDEPMODE = @CXXDEPMODE@
219 CXXFLAGS = @CXXFLAGS@
220 CYGPATH_W = @CYGPATH_W@
221 CYTHON = @CYTHON@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 FGREP = @FGREP@
233 GREP = @GREP@
234 HAVE_CXX11 = @HAVE_CXX11@
235 INSTALL = @INSTALL@
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@
243 LD = @LD@
244 LDFLAGS = @LDFLAGS@
245 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
246 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
247 LIBEV_CFLAGS = @LIBEV_CFLAGS@
248 LIBEV_LIBS = @LIBEV_LIBS@
249 LIBOBJS = @LIBOBJS@
250 LIBS = @LIBS@
251 LIBSPDYLAY_CFLAGS = @LIBSPDYLAY_CFLAGS@
252 LIBSPDYLAY_LIBS = @LIBSPDYLAY_LIBS@
253 LIBTOOL = @LIBTOOL@
254 LIPO = @LIPO@
255 LN_S = @LN_S@
256 LTLIBOBJS = @LTLIBOBJS@
257 LT_AGE = @LT_AGE@
258 LT_CURRENT = @LT_CURRENT@
259 LT_REVISION = @LT_REVISION@
260 MAKEINFO = @MAKEINFO@
261 MANIFEST_TOOL = @MANIFEST_TOOL@
262 MKDIR_P = @MKDIR_P@
263 NM = @NM@
264 NMEDIT = @NMEDIT@
265 OBJDUMP = @OBJDUMP@
266 OBJEXT = @OBJEXT@
267 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
268 OPENSSL_LIBS = @OPENSSL_LIBS@
269 OTOOL = @OTOOL@
270 OTOOL64 = @OTOOL64@
271 PACKAGE = @PACKAGE@
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@
283 PYTHON = @PYTHON@
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@
293 RANLIB = @RANLIB@
294 SED = @SED@
295 SET_MAKE = @SET_MAKE@
296 SHELL = @SHELL@
297 STRIP = @STRIP@
298 TESTLDADD = @TESTLDADD@
299 VERSION = @VERSION@
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@
317 am__tar = @am__tar@
318 am__untar = @am__untar@
319 bindir = @bindir@
320 build = @build@
321 build_alias = @build_alias@
322 build_cpu = @build_cpu@
323 build_os = @build_os@
324 build_vendor = @build_vendor@
325 builddir = @builddir@
326 datadir = @datadir@
327 datarootdir = @datarootdir@
328 docdir = @docdir@
329 dvidir = @dvidir@
330 exec_prefix = @exec_prefix@
331 host = @host@
332 host_alias = @host_alias@
333 host_cpu = @host_cpu@
334 host_os = @host_os@
335 host_vendor = @host_vendor@
336 htmldir = @htmldir@
337 includedir = @includedir@
338 infodir = @infodir@
339 install_sh = @install_sh@
340 libdir = @libdir@
341 libexecdir = @libexecdir@
342 localedir = @localedir@
343 localstatedir = @localstatedir@
344 mandir = @mandir@
345 mkdir_p = @mkdir_p@
346 oldincludedir = @oldincludedir@
347 pdfdir = @pdfdir@
348 pkgpyexecdir = @pkgpyexecdir@
349 pkgpythondir = @pkgpythondir@
350 prefix = @prefix@
351 program_transform_name = @program_transform_name@
352 psdir = @psdir@
353 pyexecdir = @pyexecdir@
354 pythondir = @pythondir@
355 sbindir = @sbindir@
356 sharedstatedir = @sharedstatedir@
357 srcdir = @srcdir@
358 sysconfdir = @sysconfdir@
359 target = @target@
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
368 APIDOCS = \
369         apiref.rst \
370         macros.rst \
371         enums.rst \
372         types.rst \
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 \
466         nghttp2_version.rst
467
468 EXTRA_DIST = \
469         mkapiref.py \
470         README.rst \
471         programmers-guide.rst \
472         $(APIDOCS) \
473         nghttp.1.rst \
474         nghttpd.1.rst \
475         nghttpx.1.rst \
476         h2load.1.rst \
477         sources/index.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 \
504         $(man_MANS) \
505         bash_completion/nghttp \
506         bash_completion/nghttpd \
507         bash_completion/nghttpx \
508         bash_completion/h2load
509
510
511 # Makefile for Sphinx documentation
512 #
513
514 # You can set these variables from the command line.
515 SPHINXOPTS = 
516 SPHINXBUILD = sphinx-build
517 PAPER = 
518 BUILDDIR = manual
519
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) .
524 all: all-am
525
526 .SUFFIXES:
527 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
528         @for dep in $?; do \
529           case '$(am__configure_deps)' in \
530             *$$dep*) \
531               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
532                 && { if test -f $@; then exit 0; else break; fi; }; \
533               exit 1;; \
534           esac; \
535         done; \
536         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
537         $(am__cd) $(top_srcdir) && \
538           $(AUTOMAKE) --gnu doc/Makefile
539 .PRECIOUS: Makefile
540 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
541         @case '$?' in \
542           *config.status*) \
543             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
544           *) \
545             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
546             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
547         esac;
548
549 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
550         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551
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)/$@
591
592 mostlyclean-libtool:
593         -rm -f *.lo
594
595 clean-libtool:
596         -rm -rf .libs _libs
597 install-man1: $(man_MANS)
598         @$(NORMAL_INSTALL)
599         @list1=''; \
600         list2='$(man_MANS)'; \
601         test -n "$(man1dir)" \
602           && test -n "`echo $$list1$$list2`" \
603           || exit 0; \
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'; \
610         fi; \
611         } | while read p; do \
612           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
613           echo "$$d$$p"; echo "$$p"; \
614         done | \
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 $$?; \
622           fi; \
623         done; \
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 $$?; }; \
629         done; }
630
631 uninstall-man1:
632         @$(NORMAL_UNINSTALL)
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)
640 tags TAGS:
641
642 ctags CTAGS:
643
644 cscope cscopelist:
645
646
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,/[^/]*$$,,' | \
657                            sort -u` ;; \
658         esac; \
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 {} \;; \
665             fi; \
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 {} \;; \
669             fi; \
670             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
671           else \
672             test -f "$(distdir)/$$file" \
673             || cp -p $$d/$$file "$(distdir)/$$file" \
674             || exit 1; \
675           fi; \
676         done
677 check-am: all-am
678 check: check-am
679 all-am: Makefile $(MANS)
680 installdirs:
681         for dir in "$(DESTDIR)$(man1dir)"; do \
682           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
683         done
684 install: install-am
685 install-exec: install-exec-am
686 install-data: install-data-am
687 uninstall: uninstall-am
688
689 install-am: all-am
690         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
691
692 installcheck: installcheck-am
693 install-strip:
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 \
697               install; \
698         else \
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; \
702         fi
703 mostlyclean-generic:
704
705 clean-generic:
706
707 distclean-generic:
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)
710
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."
714 clean: clean-am
715
716 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
717
718 distclean: distclean-am
719         -rm -f Makefile
720 distclean-am: clean-am distclean-generic
721
722 dvi: dvi-am
723
724 dvi-am:
725
726 html: html-am
727
728 html-am: html-local
729
730 info: info-am
731
732 info-am:
733
734 install-data-am: install-man
735
736 install-dvi: install-dvi-am
737
738 install-dvi-am:
739
740 install-exec-am:
741
742 install-html: install-html-am
743
744 install-html-am:
745
746 install-info: install-info-am
747
748 install-info-am:
749
750 install-man: install-man1
751
752 install-pdf: install-pdf-am
753
754 install-pdf-am:
755
756 install-ps: install-ps-am
757
758 install-ps-am:
759
760 installcheck-am:
761
762 maintainer-clean: maintainer-clean-am
763         -rm -f Makefile
764 maintainer-clean-am: distclean-am maintainer-clean-generic
765
766 mostlyclean: mostlyclean-am
767
768 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
769
770 pdf: pdf-am
771
772 pdf-am:
773
774 ps: ps-am
775
776 ps-am:
777
778 uninstall-am: uninstall-man
779
780 uninstall-man: uninstall-man1
781
782 .MAKE: install-am install-strip
783
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 \
795         uninstall-man1
796
797
798 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
799
800 help:
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)"
818
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 . $^
824
825 # Inspired by
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
829         @rm -f apidoc.tmp
830         @touch apidoc.tmp
831         $(PYTHON) $(top_srcdir)/doc/mkapiref.py \
832         $@ macros.rst enums.rst types.rst . $^
833         @mv -f apidoc.tmp $@
834 $(APIDOC): apidoc.stamp
835         @if test -f $@; then :; else \
836           rm -f apidoc.stamp; \
837           $(MAKE) $(AM_MAKEFLAGS) apidoc.stamp; \
838         fi
839
840 clean-local:
841         -rm $(APIDOCS)
842         -rm -rf $(BUILDDIR)/*
843
844 html-local: apiref.rst
845         $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
846         @echo
847         @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
848
849 dirhtml:
850         $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
851         @echo
852         @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
853
854 singlehtml:
855         $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
856         @echo
857         @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
858
859 pickle:
860         $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
861         @echo
862         @echo "Build finished; now you can process the pickle files."
863
864 json:
865         $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
866         @echo
867         @echo "Build finished; now you can process the JSON files."
868
869 htmlhelp:
870         $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
871         @echo
872         @echo "Build finished; now you can run HTML Help Workshop with the" \
873               ".hhp project file in $(BUILDDIR)/htmlhelp."
874
875 qthelp:
876         $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
877         @echo
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"
883
884 devhelp:
885         $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
886         @echo
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"
891         @echo "# devhelp"
892
893 epub:
894         $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
895         @echo
896         @echo "Build finished. The epub file is in $(BUILDDIR)/epub."
897
898 latex:
899         $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
900         @echo
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)."
904
905 latexpdf:
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."
910
911 text:
912         $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
913         @echo
914         @echo "Build finished. The text files are in $(BUILDDIR)/text."
915
916 man: apiref.rst
917         $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
918         @echo
919         @echo "Build finished. The manual pages are in $(BUILDDIR)/man."
920
921 changes:
922         $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
923         @echo
924         @echo "The overview file is in $(BUILDDIR)/changes."
925
926 linkcheck:
927         $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
928         @echo
929         @echo "Link check complete; look for any errors in the above output " \
930               "or in $(BUILDDIR)/linkcheck/output.txt."
931
932 doctest:
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."
936
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.
939 .NOEXPORT: