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