Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / lib / 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, 2013 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
33 VPATH = @srcdir@
34 am__is_gnu_make = { \
35   if test -z '$(MAKELEVEL)'; then \
36     false; \
37   elif test -n '$(MAKE_HOST)'; then \
38     true; \
39   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40     true; \
41   else \
42     false; \
43   fi; \
44 }
45 am__make_running_with_option = \
46   case $${target_option-} in \
47       ?) ;; \
48       *) echo "am__make_running_with_option: internal error: invalid" \
49               "target option '$${target_option-}' specified" >&2; \
50          exit 1;; \
51   esac; \
52   has_opt=no; \
53   sane_makeflags=$$MAKEFLAGS; \
54   if $(am__is_gnu_make); then \
55     sane_makeflags=$$MFLAGS; \
56   else \
57     case $$MAKEFLAGS in \
58       *\\[\ \   ]*) \
59         bs=\\; \
60         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
62     esac; \
63   fi; \
64   skip_next=no; \
65   strip_trailopt () \
66   { \
67     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68   }; \
69   for flg in $$sane_makeflags; do \
70     test $$skip_next = yes && { skip_next=no; continue; }; \
71     case $$flg in \
72       *=*|--*) continue;; \
73         -*I) strip_trailopt 'I'; skip_next=yes;; \
74       -*I?*) strip_trailopt 'I';; \
75         -*O) strip_trailopt 'O'; skip_next=yes;; \
76       -*O?*) strip_trailopt 'O';; \
77         -*l) strip_trailopt 'l'; skip_next=yes;; \
78       -*l?*) strip_trailopt 'l';; \
79       -[dEDm]) skip_next=yes;; \
80       -[JT]) skip_next=yes;; \
81     esac; \
82     case $$flg in \
83       *$$target_option*) has_opt=yes; break;; \
84     esac; \
85   done; \
86   test $$has_opt = yes
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 build_triplet = @build@
106 host_triplet = @host@
107 target_triplet = @target@
108 subdir = lib
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
111         $(top_srcdir)/m4/ax_boost_base.m4 \
112         $(top_srcdir)/m4/ax_boost_system.m4 \
113         $(top_srcdir)/m4/ax_boost_thread.m4 \
114         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
115         $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
116         $(top_srcdir)/m4/ax_python_devel.m4 \
117         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
118         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
119         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121         $(ACLOCAL_M4)
122 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
123 mkinstalldirs = $(install_sh) -d
124 CONFIG_HEADER = $(top_builddir)/config.h
125 CONFIG_CLEAN_FILES = libnghttp2.pc
126 CONFIG_CLEAN_VPATH_FILES =
127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 am__vpath_adj = case $$p in \
129     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130     *) f=$$p;; \
131   esac;
132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133 am__install_max = 40
134 am__nobase_strip_setup = \
135   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136 am__nobase_strip = \
137   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138 am__nobase_list = $(am__nobase_strip_setup); \
139   for p in $$list; do echo "$$p $$p"; done | \
140   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142     if (++n[$$2] == $(am__install_max)) \
143       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144     END { for (dir in files) print dir, files[dir] }'
145 am__base_list = \
146   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148 am__uninstall_files_from_dir = { \
149   test -z "$$files" \
150     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152          $(am__cd) "$$dir" && rm -f $$files; }; \
153   }
154 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
155 LTLIBRARIES = $(lib_LTLIBRARIES)
156 libnghttp2_la_LIBADD =
157 am__objects_1 =
158 am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
159         nghttp2_frame.lo nghttp2_buf.lo nghttp2_stream.lo \
160         nghttp2_outbound_item.lo nghttp2_session.lo nghttp2_submit.lo \
161         nghttp2_helper.lo nghttp2_npn.lo nghttp2_hd.lo \
162         nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
163         nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
164         nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \
165         nghttp2_rcbuf.lo nghttp2_debug.lo
166 am_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
167 libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS)
168 AM_V_lt = $(am__v_lt_@AM_V@)
169 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
170 am__v_lt_0 = --silent
171 am__v_lt_1 = 
172 libnghttp2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
174         $(libnghttp2_la_LDFLAGS) $(LDFLAGS) -o $@
175 AM_V_P = $(am__v_P_@AM_V@)
176 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
177 am__v_P_0 = false
178 am__v_P_1 = :
179 AM_V_GEN = $(am__v_GEN_@AM_V@)
180 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
181 am__v_GEN_0 = @echo "  GEN     " $@;
182 am__v_GEN_1 = 
183 AM_V_at = $(am__v_at_@AM_V@)
184 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
185 am__v_at_0 = @
186 am__v_at_1 = 
187 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
188 depcomp = $(SHELL) $(top_srcdir)/depcomp
189 am__maybe_remake_depfiles = depfiles
190 am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \
191         ./$(DEPDIR)/nghttp2_callbacks.Plo \
192         ./$(DEPDIR)/nghttp2_debug.Plo ./$(DEPDIR)/nghttp2_frame.Plo \
193         ./$(DEPDIR)/nghttp2_hd.Plo ./$(DEPDIR)/nghttp2_hd_huffman.Plo \
194         ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo \
195         ./$(DEPDIR)/nghttp2_helper.Plo ./$(DEPDIR)/nghttp2_http.Plo \
196         ./$(DEPDIR)/nghttp2_map.Plo ./$(DEPDIR)/nghttp2_mem.Plo \
197         ./$(DEPDIR)/nghttp2_npn.Plo ./$(DEPDIR)/nghttp2_option.Plo \
198         ./$(DEPDIR)/nghttp2_outbound_item.Plo \
199         ./$(DEPDIR)/nghttp2_pq.Plo \
200         ./$(DEPDIR)/nghttp2_priority_spec.Plo \
201         ./$(DEPDIR)/nghttp2_queue.Plo ./$(DEPDIR)/nghttp2_rcbuf.Plo \
202         ./$(DEPDIR)/nghttp2_session.Plo ./$(DEPDIR)/nghttp2_stream.Plo \
203         ./$(DEPDIR)/nghttp2_submit.Plo ./$(DEPDIR)/nghttp2_version.Plo
204 am__mv = mv -f
205 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
206         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
207 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
209         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
210         $(AM_CFLAGS) $(CFLAGS)
211 AM_V_CC = $(am__v_CC_@AM_V@)
212 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
213 am__v_CC_0 = @echo "  CC      " $@;
214 am__v_CC_1 = 
215 CCLD = $(CC)
216 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218         $(AM_LDFLAGS) $(LDFLAGS) -o $@
219 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221 am__v_CCLD_0 = @echo "  CCLD    " $@;
222 am__v_CCLD_1 = 
223 SOURCES = $(libnghttp2_la_SOURCES)
224 DIST_SOURCES = $(libnghttp2_la_SOURCES)
225 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
226         ctags-recursive dvi-recursive html-recursive info-recursive \
227         install-data-recursive install-dvi-recursive \
228         install-exec-recursive install-html-recursive \
229         install-info-recursive install-pdf-recursive \
230         install-ps-recursive install-recursive installcheck-recursive \
231         installdirs-recursive pdf-recursive ps-recursive \
232         tags-recursive uninstall-recursive
233 am__can_run_installinfo = \
234   case $$AM_UPDATE_INFO_DIR in \
235     n|no|NO) false;; \
236     *) (install-info --version) >/dev/null 2>&1;; \
237   esac
238 DATA = $(pkgconfig_DATA)
239 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
240   distclean-recursive maintainer-clean-recursive
241 am__recursive_targets = \
242   $(RECURSIVE_TARGETS) \
243   $(RECURSIVE_CLEAN_TARGETS) \
244   $(am__extra_recursive_targets)
245 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
246         distdir distdir-am
247 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248 # Read a list of newline-separated strings from the standard input,
249 # and print each of them once, without duplicates.  Input order is
250 # *not* preserved.
251 am__uniquify_input = $(AWK) '\
252   BEGIN { nonempty = 0; } \
253   { items[$$0] = 1; nonempty = 1; } \
254   END { if (nonempty) { for (i in items) print i; }; } \
255 '
256 # Make sure the list of sources is unique.  This is necessary because,
257 # e.g., the same source file might be shared among _SOURCES variables
258 # for different programs/libraries.
259 am__define_uniq_tagged_files = \
260   list='$(am__tagged_files)'; \
261   unique=`for i in $$list; do \
262     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263   done | $(am__uniquify_input)`
264 DIST_SUBDIRS = $(SUBDIRS)
265 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libnghttp2.pc.in \
266         $(top_srcdir)/depcomp
267 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268 am__relativize = \
269   dir0=`pwd`; \
270   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
271   sed_rest='s,^[^/]*/*,,'; \
272   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
273   sed_butlast='s,/*[^/]*$$,,'; \
274   while test -n "$$dir1"; do \
275     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
276     if test "$$first" != "."; then \
277       if test "$$first" = ".."; then \
278         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
279         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
280       else \
281         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
282         if test "$$first2" = "$$first"; then \
283           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
284         else \
285           dir2="../$$dir2"; \
286         fi; \
287         dir0="$$dir0"/"$$first"; \
288       fi; \
289     fi; \
290     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
291   done; \
292   reldir="$$dir2"
293 ACLOCAL = @ACLOCAL@
294 AMTAR = @AMTAR@
295 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
296 APPLDFLAGS = @APPLDFLAGS@
297 AR = @AR@
298 AUTOCONF = @AUTOCONF@
299 AUTOHEADER = @AUTOHEADER@
300 AUTOMAKE = @AUTOMAKE@
301 AWK = @AWK@
302 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
303 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
304 BOOST_LDFLAGS = @BOOST_LDFLAGS@
305 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
306 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
307 BPFCFLAGS = @BPFCFLAGS@
308 CC = @CC@
309 CCDEPMODE = @CCDEPMODE@
310 CFLAGS = @CFLAGS@
311 CPP = @CPP@
312 CPPFLAGS = @CPPFLAGS@
313 CSCOPE = @CSCOPE@
314 CTAGS = @CTAGS@
315 CUNIT_CFLAGS = @CUNIT_CFLAGS@
316 CUNIT_LIBS = @CUNIT_LIBS@
317 CXX = @CXX@
318 CXX1XCXXFLAGS = @CXX1XCXXFLAGS@
319 CXXCPP = @CXXCPP@
320 CXXDEPMODE = @CXXDEPMODE@
321 CXXFLAGS = @CXXFLAGS@
322 CYGPATH_W = @CYGPATH_W@
323 CYTHON = @CYTHON@
324 DEFS = @DEFS@
325 DEPDIR = @DEPDIR@
326 DLLTOOL = @DLLTOOL@
327 DSYMUTIL = @DSYMUTIL@
328 DUMPBIN = @DUMPBIN@
329 ECHO_C = @ECHO_C@
330 ECHO_N = @ECHO_N@
331 ECHO_T = @ECHO_T@
332 EGREP = @EGREP@
333 ETAGS = @ETAGS@
334 EXEEXT = @EXEEXT@
335 EXTRABPFCFLAGS = @EXTRABPFCFLAGS@
336 EXTRACFLAG = @EXTRACFLAG@
337 EXTRA_DEFS = @EXTRA_DEFS@
338 FGREP = @FGREP@
339 GREP = @GREP@
340 HAVE_CXX14 = @HAVE_CXX14@
341 INSTALL = @INSTALL@
342 INSTALL_DATA = @INSTALL_DATA@
343 INSTALL_PROGRAM = @INSTALL_PROGRAM@
344 INSTALL_SCRIPT = @INSTALL_SCRIPT@
345 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
346 JANSSON_CFLAGS = @JANSSON_CFLAGS@
347 JANSSON_LIBS = @JANSSON_LIBS@
348 JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
349 JEMALLOC_LIBS = @JEMALLOC_LIBS@
350 LD = @LD@
351 LDFLAGS = @LDFLAGS@
352 LIBBPF_CFLAGS = @LIBBPF_CFLAGS@
353 LIBBPF_LIBS = @LIBBPF_LIBS@
354 LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
355 LIBCARES_LIBS = @LIBCARES_LIBS@
356 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
357 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
358 LIBEV_CFLAGS = @LIBEV_CFLAGS@
359 LIBEV_LIBS = @LIBEV_LIBS@
360 LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
361 LIBMRUBY_LIBS = @LIBMRUBY_LIBS@
362 LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
363 LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
364 LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
365 LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
366 LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
367 LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS@
368 LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS@
369 LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
370 LIBOBJS = @LIBOBJS@
371 LIBS = @LIBS@
372 LIBTOOL = @LIBTOOL@
373 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
374 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
375 LIBXML2_LIBS = @LIBXML2_LIBS@
376 LIPO = @LIPO@
377 LN_S = @LN_S@
378 LTLIBOBJS = @LTLIBOBJS@
379 LT_AGE = @LT_AGE@
380 LT_CURRENT = @LT_CURRENT@
381 LT_REVISION = @LT_REVISION@
382 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
383 MAKEINFO = @MAKEINFO@
384 MANIFEST_TOOL = @MANIFEST_TOOL@
385 MKDIR_P = @MKDIR_P@
386 NM = @NM@
387 NMEDIT = @NMEDIT@
388 OBJDUMP = @OBJDUMP@
389 OBJEXT = @OBJEXT@
390 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
391 OPENSSL_LIBS = @OPENSSL_LIBS@
392 OTOOL = @OTOOL@
393 OTOOL64 = @OTOOL64@
394 PACKAGE = @PACKAGE@
395 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
396 PACKAGE_NAME = @PACKAGE_NAME@
397 PACKAGE_STRING = @PACKAGE_STRING@
398 PACKAGE_TARNAME = @PACKAGE_TARNAME@
399 PACKAGE_URL = @PACKAGE_URL@
400 PACKAGE_VERSION = @PACKAGE_VERSION@
401 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
402 PATH_SEPARATOR = @PATH_SEPARATOR@
403 PKG_CONFIG = @PKG_CONFIG@
404 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
405 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
406 PYTHON = @PYTHON@
407 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
408 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
409 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
410 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
411 PYTHON_LIBS = @PYTHON_LIBS@
412 PYTHON_PLATFORM = @PYTHON_PLATFORM@
413 PYTHON_PLATFORM_SITE_PKG = @PYTHON_PLATFORM_SITE_PKG@
414 PYTHON_PREFIX = @PYTHON_PREFIX@
415 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
416 PYTHON_VERSION = @PYTHON_VERSION@
417 RANLIB = @RANLIB@
418 SED = @SED@
419 SET_MAKE = @SET_MAKE@
420 SHELL = @SHELL@
421 STRIP = @STRIP@
422 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
423 SYSTEMD_LIBS = @SYSTEMD_LIBS@
424 TESTLDADD = @TESTLDADD@
425 VERSION = @VERSION@
426 WARNCFLAGS = @WARNCFLAGS@
427 WARNCXXFLAGS = @WARNCXXFLAGS@
428 ZLIB_CFLAGS = @ZLIB_CFLAGS@
429 ZLIB_LIBS = @ZLIB_LIBS@
430 abs_builddir = @abs_builddir@
431 abs_srcdir = @abs_srcdir@
432 abs_top_builddir = @abs_top_builddir@
433 abs_top_srcdir = @abs_top_srcdir@
434 ac_ct_AR = @ac_ct_AR@
435 ac_ct_CC = @ac_ct_CC@
436 ac_ct_CXX = @ac_ct_CXX@
437 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
438 am__include = @am__include@
439 am__leading_dot = @am__leading_dot@
440 am__quote = @am__quote@
441 am__tar = @am__tar@
442 am__untar = @am__untar@
443 bindir = @bindir@
444 build = @build@
445 build_alias = @build_alias@
446 build_cpu = @build_cpu@
447 build_os = @build_os@
448 build_vendor = @build_vendor@
449 builddir = @builddir@
450 datadir = @datadir@
451 datarootdir = @datarootdir@
452 docdir = @docdir@
453 dvidir = @dvidir@
454 exec_prefix = @exec_prefix@
455 host = @host@
456 host_alias = @host_alias@
457 host_cpu = @host_cpu@
458 host_os = @host_os@
459 host_vendor = @host_vendor@
460 htmldir = @htmldir@
461 includedir = @includedir@
462 infodir = @infodir@
463 install_sh = @install_sh@
464 libdir = @libdir@
465 libexecdir = @libexecdir@
466 localedir = @localedir@
467 localstatedir = @localstatedir@
468 mandir = @mandir@
469 mkdir_p = @mkdir_p@
470 oldincludedir = @oldincludedir@
471 pdfdir = @pdfdir@
472 pkgpyexecdir = @pkgpyexecdir@
473 pkgpythondir = @pkgpythondir@
474 prefix = @prefix@
475 program_transform_name = @program_transform_name@
476 psdir = @psdir@
477 pyexecdir = @pyexecdir@
478 pythondir = @pythondir@
479 runstatedir = @runstatedir@
480 sbindir = @sbindir@
481 sharedstatedir = @sharedstatedir@
482 srcdir = @srcdir@
483 sysconfdir = @sysconfdir@
484 target = @target@
485 target_alias = @target_alias@
486 target_cpu = @target_cpu@
487 target_os = @target_os@
488 target_vendor = @target_vendor@
489 top_build_prefix = @top_build_prefix@
490 top_builddir = @top_builddir@
491 top_srcdir = @top_srcdir@
492
493 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
494 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
495 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
496 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
497 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
498 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
499 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
500 SUBDIRS = includes
501 EXTRA_DIST = Makefile.msvc CMakeLists.txt version.rc.in
502 AM_CFLAGS = $(WARNCFLAGS) $(EXTRACFLAG)
503 AM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes -DBUILDING_NGHTTP2 \
504         @DEFS@
505
506 AM_LDFLAGS = @LIBTOOL_LDFLAGS@
507 pkgconfigdir = $(libdir)/pkgconfig
508 pkgconfig_DATA = libnghttp2.pc
509 DISTCLEANFILES = $(pkgconfig_DATA)
510 lib_LTLIBRARIES = libnghttp2.la
511 OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
512         nghttp2_frame.c \
513         nghttp2_buf.c \
514         nghttp2_stream.c nghttp2_outbound_item.c \
515         nghttp2_session.c nghttp2_submit.c \
516         nghttp2_helper.c \
517         nghttp2_npn.c \
518         nghttp2_hd.c nghttp2_hd_huffman.c nghttp2_hd_huffman_data.c \
519         nghttp2_version.c \
520         nghttp2_priority_spec.c \
521         nghttp2_option.c \
522         nghttp2_callbacks.c \
523         nghttp2_mem.c \
524         nghttp2_http.c \
525         nghttp2_rcbuf.c \
526         nghttp2_debug.c
527
528 HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
529         nghttp2_frame.h \
530         nghttp2_buf.h \
531         nghttp2_session.h nghttp2_helper.h nghttp2_stream.h nghttp2_int.h \
532         nghttp2_npn.h \
533         nghttp2_submit.h nghttp2_outbound_item.h \
534         nghttp2_net.h \
535         nghttp2_hd.h nghttp2_hd_huffman.h \
536         nghttp2_priority_spec.h \
537         nghttp2_option.h \
538         nghttp2_callbacks.h \
539         nghttp2_mem.h \
540         nghttp2_http.h \
541         nghttp2_rcbuf.h \
542         nghttp2_debug.h
543
544 libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
545 libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \
546         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
547
548 all: all-recursive
549
550 .SUFFIXES:
551 .SUFFIXES: .c .lo .o .obj
552 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
553         @for dep in $?; do \
554           case '$(am__configure_deps)' in \
555             *$$dep*) \
556               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
557                 && { if test -f $@; then exit 0; else break; fi; }; \
558               exit 1;; \
559           esac; \
560         done; \
561         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
562         $(am__cd) $(top_srcdir) && \
563           $(AUTOMAKE) --gnu lib/Makefile
564 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
565         @case '$?' in \
566           *config.status*) \
567             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
568           *) \
569             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
570             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
571         esac;
572
573 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
574         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
575
576 $(top_srcdir)/configure:  $(am__configure_deps)
577         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
578 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
579         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
580 $(am__aclocal_m4_deps):
581 libnghttp2.pc: $(top_builddir)/config.status $(srcdir)/libnghttp2.pc.in
582         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
583
584 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
585         @$(NORMAL_INSTALL)
586         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
587         list2=; for p in $$list; do \
588           if test -f $$p; then \
589             list2="$$list2 $$p"; \
590           else :; fi; \
591         done; \
592         test -z "$$list2" || { \
593           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
594           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
595           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
596           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
597         }
598
599 uninstall-libLTLIBRARIES:
600         @$(NORMAL_UNINSTALL)
601         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
602         for p in $$list; do \
603           $(am__strip_dir) \
604           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
605           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
606         done
607
608 clean-libLTLIBRARIES:
609         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
610         @list='$(lib_LTLIBRARIES)'; \
611         locs=`for p in $$list; do echo $$p; done | \
612               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
613               sort -u`; \
614         test -z "$$locs" || { \
615           echo rm -f $${locs}; \
616           rm -f $${locs}; \
617         }
618
619 libnghttp2.la: $(libnghttp2_la_OBJECTS) $(libnghttp2_la_DEPENDENCIES) $(EXTRA_libnghttp2_la_DEPENDENCIES) 
620         $(AM_V_CCLD)$(libnghttp2_la_LINK) -rpath $(libdir) $(libnghttp2_la_OBJECTS) $(libnghttp2_la_LIBADD) $(LIBS)
621
622 mostlyclean-compile:
623         -rm -f *.$(OBJEXT)
624
625 distclean-compile:
626         -rm -f *.tab.c
627
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@ # am--include-marker
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@ # am--include-marker
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_debug.Plo@am__quote@ # am--include-marker
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@ # am--include-marker
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@ # am--include-marker
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@ # am--include-marker
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman_data.Plo@am__quote@ # am--include-marker
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_helper.Plo@am__quote@ # am--include-marker
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_http.Plo@am__quote@ # am--include-marker
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_map.Plo@am__quote@ # am--include-marker
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_mem.Plo@am__quote@ # am--include-marker
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_npn.Plo@am__quote@ # am--include-marker
640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_option.Plo@am__quote@ # am--include-marker
641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_outbound_item.Plo@am__quote@ # am--include-marker
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_pq.Plo@am__quote@ # am--include-marker
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_priority_spec.Plo@am__quote@ # am--include-marker
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_queue.Plo@am__quote@ # am--include-marker
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_rcbuf.Plo@am__quote@ # am--include-marker
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_session.Plo@am__quote@ # am--include-marker
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@ # am--include-marker
650
651 $(am__depfiles_remade):
652         @$(MKDIR_P) $(@D)
653         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
654
655 am--depfiles: $(am__depfiles_remade)
656
657 .c.o:
658 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
659 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
660 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
661 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
663 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
664
665 .c.obj:
666 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
667 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
668 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
672
673 .c.lo:
674 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
675 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
676 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
680
681 mostlyclean-libtool:
682         -rm -f *.lo
683
684 clean-libtool:
685         -rm -rf .libs _libs
686 install-pkgconfigDATA: $(pkgconfig_DATA)
687         @$(NORMAL_INSTALL)
688         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
689         if test -n "$$list"; then \
690           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
691           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
692         fi; \
693         for p in $$list; do \
694           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
695           echo "$$d$$p"; \
696         done | $(am__base_list) | \
697         while read files; do \
698           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
699           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
700         done
701
702 uninstall-pkgconfigDATA:
703         @$(NORMAL_UNINSTALL)
704         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
705         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
706         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
707
708 # This directory's subdirectories are mostly independent; you can cd
709 # into them and run 'make' without going through this Makefile.
710 # To change the values of 'make' variables: instead of editing Makefiles,
711 # (1) if the variable is set in 'config.status', edit 'config.status'
712 #     (which will cause the Makefiles to be regenerated when you run 'make');
713 # (2) otherwise, pass the desired values on the 'make' command line.
714 $(am__recursive_targets):
715         @fail=; \
716         if $(am__make_keepgoing); then \
717           failcom='fail=yes'; \
718         else \
719           failcom='exit 1'; \
720         fi; \
721         dot_seen=no; \
722         target=`echo $@ | sed s/-recursive//`; \
723         case "$@" in \
724           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
725           *) list='$(SUBDIRS)' ;; \
726         esac; \
727         for subdir in $$list; do \
728           echo "Making $$target in $$subdir"; \
729           if test "$$subdir" = "."; then \
730             dot_seen=yes; \
731             local_target="$$target-am"; \
732           else \
733             local_target="$$target"; \
734           fi; \
735           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
736           || eval $$failcom; \
737         done; \
738         if test "$$dot_seen" = "no"; then \
739           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
740         fi; test -z "$$fail"
741
742 ID: $(am__tagged_files)
743         $(am__define_uniq_tagged_files); mkid -fID $$unique
744 tags: tags-recursive
745 TAGS: tags
746
747 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
748         set x; \
749         here=`pwd`; \
750         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
751           include_option=--etags-include; \
752           empty_fix=.; \
753         else \
754           include_option=--include; \
755           empty_fix=; \
756         fi; \
757         list='$(SUBDIRS)'; for subdir in $$list; do \
758           if test "$$subdir" = .; then :; else \
759             test ! -f $$subdir/TAGS || \
760               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
761           fi; \
762         done; \
763         $(am__define_uniq_tagged_files); \
764         shift; \
765         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
766           test -n "$$unique" || unique=$$empty_fix; \
767           if test $$# -gt 0; then \
768             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
769               "$$@" $$unique; \
770           else \
771             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
772               $$unique; \
773           fi; \
774         fi
775 ctags: ctags-recursive
776
777 CTAGS: ctags
778 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
779         $(am__define_uniq_tagged_files); \
780         test -z "$(CTAGS_ARGS)$$unique" \
781           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
782              $$unique
783
784 GTAGS:
785         here=`$(am__cd) $(top_builddir) && pwd` \
786           && $(am__cd) $(top_srcdir) \
787           && gtags -i $(GTAGS_ARGS) "$$here"
788 cscopelist: cscopelist-recursive
789
790 cscopelist-am: $(am__tagged_files)
791         list='$(am__tagged_files)'; \
792         case "$(srcdir)" in \
793           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
794           *) sdir=$(subdir)/$(srcdir) ;; \
795         esac; \
796         for i in $$list; do \
797           if test -f "$$i"; then \
798             echo "$(subdir)/$$i"; \
799           else \
800             echo "$$sdir/$$i"; \
801           fi; \
802         done >> $(top_builddir)/cscope.files
803
804 distclean-tags:
805         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
806 distdir: $(BUILT_SOURCES)
807         $(MAKE) $(AM_MAKEFLAGS) distdir-am
808
809 distdir-am: $(DISTFILES)
810         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
811         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
812         list='$(DISTFILES)'; \
813           dist_files=`for file in $$list; do echo $$file; done | \
814           sed -e "s|^$$srcdirstrip/||;t" \
815               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
816         case $$dist_files in \
817           */*) $(MKDIR_P) `echo "$$dist_files" | \
818                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
819                            sort -u` ;; \
820         esac; \
821         for file in $$dist_files; do \
822           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
823           if test -d $$d/$$file; then \
824             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
825             if test -d "$(distdir)/$$file"; then \
826               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
827             fi; \
828             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
829               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
830               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
831             fi; \
832             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
833           else \
834             test -f "$(distdir)/$$file" \
835             || cp -p $$d/$$file "$(distdir)/$$file" \
836             || exit 1; \
837           fi; \
838         done
839         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
840           if test "$$subdir" = .; then :; else \
841             $(am__make_dryrun) \
842               || test -d "$(distdir)/$$subdir" \
843               || $(MKDIR_P) "$(distdir)/$$subdir" \
844               || exit 1; \
845             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
846             $(am__relativize); \
847             new_distdir=$$reldir; \
848             dir1=$$subdir; dir2="$(top_distdir)"; \
849             $(am__relativize); \
850             new_top_distdir=$$reldir; \
851             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
852             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
853             ($(am__cd) $$subdir && \
854               $(MAKE) $(AM_MAKEFLAGS) \
855                 top_distdir="$$new_top_distdir" \
856                 distdir="$$new_distdir" \
857                 am__remove_distdir=: \
858                 am__skip_length_check=: \
859                 am__skip_mode_fix=: \
860                 distdir) \
861               || exit 1; \
862           fi; \
863         done
864 check-am: all-am
865 check: check-recursive
866 all-am: Makefile $(LTLIBRARIES) $(DATA)
867 installdirs: installdirs-recursive
868 installdirs-am:
869         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
870           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
871         done
872 install: install-recursive
873 install-exec: install-exec-recursive
874 install-data: install-data-recursive
875 uninstall: uninstall-recursive
876
877 install-am: all-am
878         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
879
880 installcheck: installcheck-recursive
881 install-strip:
882         if test -z '$(STRIP)'; then \
883           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
884             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
885               install; \
886         else \
887           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
888             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
889             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
890         fi
891 mostlyclean-generic:
892
893 clean-generic:
894
895 distclean-generic:
896         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
897         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
898         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
899
900 maintainer-clean-generic:
901         @echo "This command is intended for maintainers to use"
902         @echo "it deletes files that may require special tools to rebuild."
903 clean: clean-recursive
904
905 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
906         mostlyclean-am
907
908 distclean: distclean-recursive
909                 -rm -f ./$(DEPDIR)/nghttp2_buf.Plo
910         -rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo
911         -rm -f ./$(DEPDIR)/nghttp2_debug.Plo
912         -rm -f ./$(DEPDIR)/nghttp2_frame.Plo
913         -rm -f ./$(DEPDIR)/nghttp2_hd.Plo
914         -rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo
915         -rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo
916         -rm -f ./$(DEPDIR)/nghttp2_helper.Plo
917         -rm -f ./$(DEPDIR)/nghttp2_http.Plo
918         -rm -f ./$(DEPDIR)/nghttp2_map.Plo
919         -rm -f ./$(DEPDIR)/nghttp2_mem.Plo
920         -rm -f ./$(DEPDIR)/nghttp2_npn.Plo
921         -rm -f ./$(DEPDIR)/nghttp2_option.Plo
922         -rm -f ./$(DEPDIR)/nghttp2_outbound_item.Plo
923         -rm -f ./$(DEPDIR)/nghttp2_pq.Plo
924         -rm -f ./$(DEPDIR)/nghttp2_priority_spec.Plo
925         -rm -f ./$(DEPDIR)/nghttp2_queue.Plo
926         -rm -f ./$(DEPDIR)/nghttp2_rcbuf.Plo
927         -rm -f ./$(DEPDIR)/nghttp2_session.Plo
928         -rm -f ./$(DEPDIR)/nghttp2_stream.Plo
929         -rm -f ./$(DEPDIR)/nghttp2_submit.Plo
930         -rm -f ./$(DEPDIR)/nghttp2_version.Plo
931         -rm -f Makefile
932 distclean-am: clean-am distclean-compile distclean-generic \
933         distclean-tags
934
935 dvi: dvi-recursive
936
937 dvi-am:
938
939 html: html-recursive
940
941 html-am:
942
943 info: info-recursive
944
945 info-am:
946
947 install-data-am: install-pkgconfigDATA
948
949 install-dvi: install-dvi-recursive
950
951 install-dvi-am:
952
953 install-exec-am: install-libLTLIBRARIES
954
955 install-html: install-html-recursive
956
957 install-html-am:
958
959 install-info: install-info-recursive
960
961 install-info-am:
962
963 install-man:
964
965 install-pdf: install-pdf-recursive
966
967 install-pdf-am:
968
969 install-ps: install-ps-recursive
970
971 install-ps-am:
972
973 installcheck-am:
974
975 maintainer-clean: maintainer-clean-recursive
976                 -rm -f ./$(DEPDIR)/nghttp2_buf.Plo
977         -rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo
978         -rm -f ./$(DEPDIR)/nghttp2_debug.Plo
979         -rm -f ./$(DEPDIR)/nghttp2_frame.Plo
980         -rm -f ./$(DEPDIR)/nghttp2_hd.Plo
981         -rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo
982         -rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo
983         -rm -f ./$(DEPDIR)/nghttp2_helper.Plo
984         -rm -f ./$(DEPDIR)/nghttp2_http.Plo
985         -rm -f ./$(DEPDIR)/nghttp2_map.Plo
986         -rm -f ./$(DEPDIR)/nghttp2_mem.Plo
987         -rm -f ./$(DEPDIR)/nghttp2_npn.Plo
988         -rm -f ./$(DEPDIR)/nghttp2_option.Plo
989         -rm -f ./$(DEPDIR)/nghttp2_outbound_item.Plo
990         -rm -f ./$(DEPDIR)/nghttp2_pq.Plo
991         -rm -f ./$(DEPDIR)/nghttp2_priority_spec.Plo
992         -rm -f ./$(DEPDIR)/nghttp2_queue.Plo
993         -rm -f ./$(DEPDIR)/nghttp2_rcbuf.Plo
994         -rm -f ./$(DEPDIR)/nghttp2_session.Plo
995         -rm -f ./$(DEPDIR)/nghttp2_stream.Plo
996         -rm -f ./$(DEPDIR)/nghttp2_submit.Plo
997         -rm -f ./$(DEPDIR)/nghttp2_version.Plo
998         -rm -f Makefile
999 maintainer-clean-am: distclean-am maintainer-clean-generic
1000
1001 mostlyclean: mostlyclean-recursive
1002
1003 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1004         mostlyclean-libtool
1005
1006 pdf: pdf-recursive
1007
1008 pdf-am:
1009
1010 ps: ps-recursive
1011
1012 ps-am:
1013
1014 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
1015
1016 .MAKE: $(am__recursive_targets) install-am install-strip
1017
1018 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1019         am--depfiles check check-am clean clean-generic \
1020         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1021         ctags-am distclean distclean-compile distclean-generic \
1022         distclean-libtool distclean-tags distdir dvi dvi-am html \
1023         html-am info info-am install install-am install-data \
1024         install-data-am install-dvi install-dvi-am install-exec \
1025         install-exec-am install-html install-html-am install-info \
1026         install-info-am install-libLTLIBRARIES install-man install-pdf \
1027         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1028         install-strip installcheck installcheck-am installdirs \
1029         installdirs-am maintainer-clean maintainer-clean-generic \
1030         mostlyclean mostlyclean-compile mostlyclean-generic \
1031         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1032         uninstall-am uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
1033
1034 .PRECIOUS: Makefile
1035
1036
1037 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1038 # Otherwise a system limit (for SysV at least) may be exceeded.
1039 .NOEXPORT: