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