1# Makefile.in generated by automake 1.16.5 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 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_check_compile_flag.m4 \ 111 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 112 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 113 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 114 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116 $(ACLOCAL_M4) 117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 118mkinstalldirs = $(install_sh) -d 119CONFIG_HEADER = $(top_builddir)/config.h 120CONFIG_CLEAN_FILES = libnghttp2.pc 121CONFIG_CLEAN_VPATH_FILES = 122am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 123am__vpath_adj = case $$p in \ 124 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 125 *) f=$$p;; \ 126 esac; 127am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 128am__install_max = 40 129am__nobase_strip_setup = \ 130 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 131am__nobase_strip = \ 132 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 133am__nobase_list = $(am__nobase_strip_setup); \ 134 for p in $$list; do echo "$$p $$p"; done | \ 135 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 136 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 137 if (++n[$$2] == $(am__install_max)) \ 138 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 139 END { for (dir in files) print dir, files[dir] }' 140am__base_list = \ 141 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 142 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 143am__uninstall_files_from_dir = { \ 144 test -z "$$files" \ 145 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 146 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 147 $(am__cd) "$$dir" && rm -f $$files; }; \ 148 } 149am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" 150LTLIBRARIES = $(lib_LTLIBRARIES) 151libnghttp2_la_LIBADD = 152am__objects_1 = 153am__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \ 154 nghttp2_frame.lo nghttp2_buf.lo nghttp2_stream.lo \ 155 nghttp2_outbound_item.lo nghttp2_session.lo nghttp2_submit.lo \ 156 nghttp2_helper.lo nghttp2_npn.lo nghttp2_hd.lo \ 157 nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \ 158 nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \ 159 nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \ 160 nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_ratelim.lo \ 161 nghttp2_time.lo nghttp2_debug.lo sfparse.lo 162am_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2) 163libnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS) 164AM_V_lt = $(am__v_lt_@AM_V@) 165am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 166am__v_lt_0 = --silent 167am__v_lt_1 = 168libnghttp2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 169 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 170 $(libnghttp2_la_LDFLAGS) $(LDFLAGS) -o $@ 171AM_V_P = $(am__v_P_@AM_V@) 172am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 173am__v_P_0 = false 174am__v_P_1 = : 175AM_V_GEN = $(am__v_GEN_@AM_V@) 176am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 177am__v_GEN_0 = @echo " GEN " $@; 178am__v_GEN_1 = 179AM_V_at = $(am__v_at_@AM_V@) 180am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 181am__v_at_0 = @ 182am__v_at_1 = 183DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 184depcomp = $(SHELL) $(top_srcdir)/depcomp 185am__maybe_remake_depfiles = depfiles 186am__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \ 187 ./$(DEPDIR)/nghttp2_callbacks.Plo \ 188 ./$(DEPDIR)/nghttp2_debug.Plo ./$(DEPDIR)/nghttp2_extpri.Plo \ 189 ./$(DEPDIR)/nghttp2_frame.Plo ./$(DEPDIR)/nghttp2_hd.Plo \ 190 ./$(DEPDIR)/nghttp2_hd_huffman.Plo \ 191 ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo \ 192 ./$(DEPDIR)/nghttp2_helper.Plo ./$(DEPDIR)/nghttp2_http.Plo \ 193 ./$(DEPDIR)/nghttp2_map.Plo ./$(DEPDIR)/nghttp2_mem.Plo \ 194 ./$(DEPDIR)/nghttp2_npn.Plo ./$(DEPDIR)/nghttp2_option.Plo \ 195 ./$(DEPDIR)/nghttp2_outbound_item.Plo \ 196 ./$(DEPDIR)/nghttp2_pq.Plo \ 197 ./$(DEPDIR)/nghttp2_priority_spec.Plo \ 198 ./$(DEPDIR)/nghttp2_queue.Plo ./$(DEPDIR)/nghttp2_ratelim.Plo \ 199 ./$(DEPDIR)/nghttp2_rcbuf.Plo ./$(DEPDIR)/nghttp2_session.Plo \ 200 ./$(DEPDIR)/nghttp2_stream.Plo ./$(DEPDIR)/nghttp2_submit.Plo \ 201 ./$(DEPDIR)/nghttp2_time.Plo ./$(DEPDIR)/nghttp2_version.Plo \ 202 ./$(DEPDIR)/sfparse.Plo 203am__mv = mv -f 204COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 205 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 206LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 207 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 208 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 209 $(AM_CFLAGS) $(CFLAGS) 210AM_V_CC = $(am__v_CC_@AM_V@) 211am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 212am__v_CC_0 = @echo " CC " $@; 213am__v_CC_1 = 214CCLD = $(CC) 215LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 216 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 217 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 218AM_V_CCLD = $(am__v_CCLD_@AM_V@) 219am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 220am__v_CCLD_0 = @echo " CCLD " $@; 221am__v_CCLD_1 = 222SOURCES = $(libnghttp2_la_SOURCES) 223DIST_SOURCES = $(libnghttp2_la_SOURCES) 224RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 225 ctags-recursive dvi-recursive html-recursive info-recursive \ 226 install-data-recursive install-dvi-recursive \ 227 install-exec-recursive install-html-recursive \ 228 install-info-recursive install-pdf-recursive \ 229 install-ps-recursive install-recursive installcheck-recursive \ 230 installdirs-recursive pdf-recursive ps-recursive \ 231 tags-recursive uninstall-recursive 232am__can_run_installinfo = \ 233 case $$AM_UPDATE_INFO_DIR in \ 234 n|no|NO) false;; \ 235 *) (install-info --version) >/dev/null 2>&1;; \ 236 esac 237DATA = $(pkgconfig_DATA) 238RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 239 distclean-recursive maintainer-clean-recursive 240am__recursive_targets = \ 241 $(RECURSIVE_TARGETS) \ 242 $(RECURSIVE_CLEAN_TARGETS) \ 243 $(am__extra_recursive_targets) 244AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 245 distdir distdir-am 246am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 247# Read a list of newline-separated strings from the standard input, 248# and print each of them once, without duplicates. Input order is 249# *not* preserved. 250am__uniquify_input = $(AWK) '\ 251 BEGIN { nonempty = 0; } \ 252 { items[$$0] = 1; nonempty = 1; } \ 253 END { if (nonempty) { for (i in items) print i; }; } \ 254' 255# Make sure the list of sources is unique. This is necessary because, 256# e.g., the same source file might be shared among _SOURCES variables 257# for different programs/libraries. 258am__define_uniq_tagged_files = \ 259 list='$(am__tagged_files)'; \ 260 unique=`for i in $$list; do \ 261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 262 done | $(am__uniquify_input)` 263DIST_SUBDIRS = $(SUBDIRS) 264am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libnghttp2.pc.in \ 265 $(top_srcdir)/depcomp 266DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 267am__relativize = \ 268 dir0=`pwd`; \ 269 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 270 sed_rest='s,^[^/]*/*,,'; \ 271 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 272 sed_butlast='s,/*[^/]*$$,,'; \ 273 while test -n "$$dir1"; do \ 274 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 275 if test "$$first" != "."; then \ 276 if test "$$first" = ".."; then \ 277 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 278 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 279 else \ 280 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 281 if test "$$first2" = "$$first"; then \ 282 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 283 else \ 284 dir2="../$$dir2"; \ 285 fi; \ 286 dir0="$$dir0"/"$$first"; \ 287 fi; \ 288 fi; \ 289 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 290 done; \ 291 reldir="$$dir2" 292ACLOCAL = @ACLOCAL@ 293AMTAR = @AMTAR@ 294AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 295APPLDFLAGS = @APPLDFLAGS@ 296AR = @AR@ 297AUTOCONF = @AUTOCONF@ 298AUTOHEADER = @AUTOHEADER@ 299AUTOMAKE = @AUTOMAKE@ 300AWK = @AWK@ 301BPFCFLAGS = @BPFCFLAGS@ 302CC = @CC@ 303CCDEPMODE = @CCDEPMODE@ 304CFLAGS = @CFLAGS@ 305CPP = @CPP@ 306CPPFLAGS = @CPPFLAGS@ 307CSCOPE = @CSCOPE@ 308CTAGS = @CTAGS@ 309CUNIT_CFLAGS = @CUNIT_CFLAGS@ 310CUNIT_LIBS = @CUNIT_LIBS@ 311CXX = @CXX@ 312CXX1XCXXFLAGS = @CXX1XCXXFLAGS@ 313CXXCPP = @CXXCPP@ 314CXXDEPMODE = @CXXDEPMODE@ 315CXXFLAGS = @CXXFLAGS@ 316CYGPATH_W = @CYGPATH_W@ 317DEFS = @DEFS@ 318DEPDIR = @DEPDIR@ 319DLLTOOL = @DLLTOOL@ 320DSYMUTIL = @DSYMUTIL@ 321DUMPBIN = @DUMPBIN@ 322ECHO_C = @ECHO_C@ 323ECHO_N = @ECHO_N@ 324ECHO_T = @ECHO_T@ 325EGREP = @EGREP@ 326ETAGS = @ETAGS@ 327EXEEXT = @EXEEXT@ 328EXTRABPFCFLAGS = @EXTRABPFCFLAGS@ 329EXTRACFLAG = @EXTRACFLAG@ 330EXTRA_DEFS = @EXTRA_DEFS@ 331FGREP = @FGREP@ 332FILECMD = @FILECMD@ 333GREP = @GREP@ 334HAVE_CXX14 = @HAVE_CXX14@ 335INSTALL = @INSTALL@ 336INSTALL_DATA = @INSTALL_DATA@ 337INSTALL_PROGRAM = @INSTALL_PROGRAM@ 338INSTALL_SCRIPT = @INSTALL_SCRIPT@ 339INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 340JANSSON_CFLAGS = @JANSSON_CFLAGS@ 341JANSSON_LIBS = @JANSSON_LIBS@ 342JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@ 343JEMALLOC_LIBS = @JEMALLOC_LIBS@ 344LD = @LD@ 345LDFLAGS = @LDFLAGS@ 346LIBBPF_CFLAGS = @LIBBPF_CFLAGS@ 347LIBBPF_LIBS = @LIBBPF_LIBS@ 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@ 356LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@ 357LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@ 358LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@ 359LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@ 360LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@ 361LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@ 362LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@ 363LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@ 364LIBOBJS = @LIBOBJS@ 365LIBS = @LIBS@ 366LIBTOOL = @LIBTOOL@ 367LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@ 368LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 369LIBXML2_LIBS = @LIBXML2_LIBS@ 370LIPO = @LIPO@ 371LN_S = @LN_S@ 372LTLIBOBJS = @LTLIBOBJS@ 373LT_AGE = @LT_AGE@ 374LT_CURRENT = @LT_CURRENT@ 375LT_REVISION = @LT_REVISION@ 376LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 377MAKEINFO = @MAKEINFO@ 378MANIFEST_TOOL = @MANIFEST_TOOL@ 379MKDIR_P = @MKDIR_P@ 380NM = @NM@ 381NMEDIT = @NMEDIT@ 382OBJDUMP = @OBJDUMP@ 383OBJEXT = @OBJEXT@ 384OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 385OPENSSL_LIBS = @OPENSSL_LIBS@ 386OTOOL = @OTOOL@ 387OTOOL64 = @OTOOL64@ 388PACKAGE = @PACKAGE@ 389PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 390PACKAGE_NAME = @PACKAGE_NAME@ 391PACKAGE_STRING = @PACKAGE_STRING@ 392PACKAGE_TARNAME = @PACKAGE_TARNAME@ 393PACKAGE_URL = @PACKAGE_URL@ 394PACKAGE_VERSION = @PACKAGE_VERSION@ 395PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@ 396PATH_SEPARATOR = @PATH_SEPARATOR@ 397PKG_CONFIG = @PKG_CONFIG@ 398PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 399PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 400PYTHON = @PYTHON@ 401PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 402PYTHON_PLATFORM = @PYTHON_PLATFORM@ 403PYTHON_PREFIX = @PYTHON_PREFIX@ 404PYTHON_VERSION = @PYTHON_VERSION@ 405RANLIB = @RANLIB@ 406SED = @SED@ 407SET_MAKE = @SET_MAKE@ 408SHELL = @SHELL@ 409STRIP = @STRIP@ 410SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@ 411SYSTEMD_LIBS = @SYSTEMD_LIBS@ 412TESTLDADD = @TESTLDADD@ 413VERSION = @VERSION@ 414WARNCFLAGS = @WARNCFLAGS@ 415WARNCXXFLAGS = @WARNCXXFLAGS@ 416ZLIB_CFLAGS = @ZLIB_CFLAGS@ 417ZLIB_LIBS = @ZLIB_LIBS@ 418abs_builddir = @abs_builddir@ 419abs_srcdir = @abs_srcdir@ 420abs_top_builddir = @abs_top_builddir@ 421abs_top_srcdir = @abs_top_srcdir@ 422ac_ct_AR = @ac_ct_AR@ 423ac_ct_CC = @ac_ct_CC@ 424ac_ct_CXX = @ac_ct_CXX@ 425ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 426am__include = @am__include@ 427am__leading_dot = @am__leading_dot@ 428am__quote = @am__quote@ 429am__tar = @am__tar@ 430am__untar = @am__untar@ 431bindir = @bindir@ 432build = @build@ 433build_alias = @build_alias@ 434build_cpu = @build_cpu@ 435build_os = @build_os@ 436build_vendor = @build_vendor@ 437builddir = @builddir@ 438datadir = @datadir@ 439datarootdir = @datarootdir@ 440docdir = @docdir@ 441dvidir = @dvidir@ 442exec_prefix = @exec_prefix@ 443host = @host@ 444host_alias = @host_alias@ 445host_cpu = @host_cpu@ 446host_os = @host_os@ 447host_vendor = @host_vendor@ 448htmldir = @htmldir@ 449includedir = @includedir@ 450infodir = @infodir@ 451install_sh = @install_sh@ 452libdir = @libdir@ 453libexecdir = @libexecdir@ 454localedir = @localedir@ 455localstatedir = @localstatedir@ 456mandir = @mandir@ 457mkdir_p = @mkdir_p@ 458oldincludedir = @oldincludedir@ 459pdfdir = @pdfdir@ 460pkgpyexecdir = @pkgpyexecdir@ 461pkgpythondir = @pkgpythondir@ 462prefix = @prefix@ 463program_transform_name = @program_transform_name@ 464psdir = @psdir@ 465pyexecdir = @pyexecdir@ 466pythondir = @pythondir@ 467runstatedir = @runstatedir@ 468sbindir = @sbindir@ 469sharedstatedir = @sharedstatedir@ 470srcdir = @srcdir@ 471sysconfdir = @sysconfdir@ 472target = @target@ 473target_alias = @target_alias@ 474target_cpu = @target_cpu@ 475target_os = @target_os@ 476target_vendor = @target_vendor@ 477top_build_prefix = @top_build_prefix@ 478top_builddir = @top_builddir@ 479top_srcdir = @top_srcdir@ 480 481# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 482# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 483# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 484# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 485# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 486# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 487# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 488SUBDIRS = includes 489EXTRA_DIST = Makefile.msvc CMakeLists.txt version.rc.in 490AM_CFLAGS = $(WARNCFLAGS) $(EXTRACFLAG) 491AM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes -DBUILDING_NGHTTP2 \ 492 @DEFS@ 493 494AM_LDFLAGS = @LIBTOOL_LDFLAGS@ 495pkgconfigdir = $(libdir)/pkgconfig 496pkgconfig_DATA = libnghttp2.pc 497DISTCLEANFILES = $(pkgconfig_DATA) 498lib_LTLIBRARIES = libnghttp2.la 499OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \ 500 nghttp2_frame.c \ 501 nghttp2_buf.c \ 502 nghttp2_stream.c nghttp2_outbound_item.c \ 503 nghttp2_session.c nghttp2_submit.c \ 504 nghttp2_helper.c \ 505 nghttp2_npn.c \ 506 nghttp2_hd.c nghttp2_hd_huffman.c nghttp2_hd_huffman_data.c \ 507 nghttp2_version.c \ 508 nghttp2_priority_spec.c \ 509 nghttp2_option.c \ 510 nghttp2_callbacks.c \ 511 nghttp2_mem.c \ 512 nghttp2_http.c \ 513 nghttp2_rcbuf.c \ 514 nghttp2_extpri.c \ 515 nghttp2_ratelim.c \ 516 nghttp2_time.c \ 517 nghttp2_debug.c \ 518 sfparse.c 519 520HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \ 521 nghttp2_frame.h \ 522 nghttp2_buf.h \ 523 nghttp2_session.h nghttp2_helper.h nghttp2_stream.h nghttp2_int.h \ 524 nghttp2_npn.h \ 525 nghttp2_submit.h nghttp2_outbound_item.h \ 526 nghttp2_net.h \ 527 nghttp2_hd.h nghttp2_hd_huffman.h \ 528 nghttp2_priority_spec.h \ 529 nghttp2_option.h \ 530 nghttp2_callbacks.h \ 531 nghttp2_mem.h \ 532 nghttp2_http.h \ 533 nghttp2_rcbuf.h \ 534 nghttp2_extpri.h \ 535 nghttp2_ratelim.h \ 536 nghttp2_time.h \ 537 nghttp2_debug.h \ 538 sfparse.h 539 540libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS) 541libnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \ 542 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 543 544all: all-recursive 545 546.SUFFIXES: 547.SUFFIXES: .c .lo .o .obj 548$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 549 @for dep in $?; do \ 550 case '$(am__configure_deps)' in \ 551 *$$dep*) \ 552 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 553 && { if test -f $@; then exit 0; else break; fi; }; \ 554 exit 1;; \ 555 esac; \ 556 done; \ 557 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ 558 $(am__cd) $(top_srcdir) && \ 559 $(AUTOMAKE) --gnu lib/Makefile 560Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 561 @case '$?' in \ 562 *config.status*) \ 563 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 564 *) \ 565 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 566 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 567 esac; 568 569$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 570 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 571 572$(top_srcdir)/configure: $(am__configure_deps) 573 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 574$(ACLOCAL_M4): $(am__aclocal_m4_deps) 575 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 576$(am__aclocal_m4_deps): 577libnghttp2.pc: $(top_builddir)/config.status $(srcdir)/libnghttp2.pc.in 578 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 579 580install-libLTLIBRARIES: $(lib_LTLIBRARIES) 581 @$(NORMAL_INSTALL) 582 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 583 list2=; for p in $$list; do \ 584 if test -f $$p; then \ 585 list2="$$list2 $$p"; \ 586 else :; fi; \ 587 done; \ 588 test -z "$$list2" || { \ 589 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 590 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 591 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 592 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 593 } 594 595uninstall-libLTLIBRARIES: 596 @$(NORMAL_UNINSTALL) 597 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 598 for p in $$list; do \ 599 $(am__strip_dir) \ 600 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 601 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 602 done 603 604clean-libLTLIBRARIES: 605 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 606 @list='$(lib_LTLIBRARIES)'; \ 607 locs=`for p in $$list; do echo $$p; done | \ 608 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 609 sort -u`; \ 610 test -z "$$locs" || { \ 611 echo rm -f $${locs}; \ 612 rm -f $${locs}; \ 613 } 614 615libnghttp2.la: $(libnghttp2_la_OBJECTS) $(libnghttp2_la_DEPENDENCIES) $(EXTRA_libnghttp2_la_DEPENDENCIES) 616 $(AM_V_CCLD)$(libnghttp2_la_LINK) -rpath $(libdir) $(libnghttp2_la_OBJECTS) $(libnghttp2_la_LIBADD) $(LIBS) 617 618mostlyclean-compile: 619 -rm -f *.$(OBJEXT) 620 621distclean-compile: 622 -rm -f *.tab.c 623 624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@ # am--include-marker 625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@ # am--include-marker 626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_debug.Plo@am__quote@ # am--include-marker 627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_extpri.Plo@am__quote@ # am--include-marker 628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@ # am--include-marker 629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@ # am--include-marker 630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@ # am--include-marker 631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman_data.Plo@am__quote@ # am--include-marker 632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_helper.Plo@am__quote@ # am--include-marker 633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_http.Plo@am__quote@ # am--include-marker 634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_map.Plo@am__quote@ # am--include-marker 635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_mem.Plo@am__quote@ # am--include-marker 636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_npn.Plo@am__quote@ # am--include-marker 637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_option.Plo@am__quote@ # am--include-marker 638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_outbound_item.Plo@am__quote@ # am--include-marker 639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_pq.Plo@am__quote@ # am--include-marker 640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_priority_spec.Plo@am__quote@ # am--include-marker 641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_queue.Plo@am__quote@ # am--include-marker 642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_ratelim.Plo@am__quote@ # am--include-marker 643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_rcbuf.Plo@am__quote@ # am--include-marker 644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_session.Plo@am__quote@ # am--include-marker 645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker 646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker 647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_time.Plo@am__quote@ # am--include-marker 648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@ # am--include-marker 649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfparse.Plo@am__quote@ # am--include-marker 650 651$(am__depfiles_remade): 652 @$(MKDIR_P) $(@D) 653 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 654 655am--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 681mostlyclean-libtool: 682 -rm -f *.lo 683 684clean-libtool: 685 -rm -rf .libs _libs 686install-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 702uninstall-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 742ID: $(am__tagged_files) 743 $(am__define_uniq_tagged_files); mkid -fID $$unique 744tags: tags-recursive 745TAGS: tags 746 747tags-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 775ctags: ctags-recursive 776 777CTAGS: ctags 778ctags-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 784GTAGS: 785 here=`$(am__cd) $(top_builddir) && pwd` \ 786 && $(am__cd) $(top_srcdir) \ 787 && gtags -i $(GTAGS_ARGS) "$$here" 788cscopelist: cscopelist-recursive 789 790cscopelist-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 804distclean-tags: 805 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 806distdir: $(BUILT_SOURCES) 807 $(MAKE) $(AM_MAKEFLAGS) distdir-am 808 809distdir-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 864check-am: all-am 865check: check-recursive 866all-am: Makefile $(LTLIBRARIES) $(DATA) 867installdirs: installdirs-recursive 868installdirs-am: 869 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 870 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 871 done 872install: install-recursive 873install-exec: install-exec-recursive 874install-data: install-data-recursive 875uninstall: uninstall-recursive 876 877install-am: all-am 878 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 879 880installcheck: installcheck-recursive 881install-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 891mostlyclean-generic: 892 893clean-generic: 894 895distclean-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 900maintainer-clean-generic: 901 @echo "This command is intended for maintainers to use" 902 @echo "it deletes files that may require special tools to rebuild." 903clean: clean-recursive 904 905clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 906 mostlyclean-am 907 908distclean: 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_extpri.Plo 913 -rm -f ./$(DEPDIR)/nghttp2_frame.Plo 914 -rm -f ./$(DEPDIR)/nghttp2_hd.Plo 915 -rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo 916 -rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo 917 -rm -f ./$(DEPDIR)/nghttp2_helper.Plo 918 -rm -f ./$(DEPDIR)/nghttp2_http.Plo 919 -rm -f ./$(DEPDIR)/nghttp2_map.Plo 920 -rm -f ./$(DEPDIR)/nghttp2_mem.Plo 921 -rm -f ./$(DEPDIR)/nghttp2_npn.Plo 922 -rm -f ./$(DEPDIR)/nghttp2_option.Plo 923 -rm -f ./$(DEPDIR)/nghttp2_outbound_item.Plo 924 -rm -f ./$(DEPDIR)/nghttp2_pq.Plo 925 -rm -f ./$(DEPDIR)/nghttp2_priority_spec.Plo 926 -rm -f ./$(DEPDIR)/nghttp2_queue.Plo 927 -rm -f ./$(DEPDIR)/nghttp2_ratelim.Plo 928 -rm -f ./$(DEPDIR)/nghttp2_rcbuf.Plo 929 -rm -f ./$(DEPDIR)/nghttp2_session.Plo 930 -rm -f ./$(DEPDIR)/nghttp2_stream.Plo 931 -rm -f ./$(DEPDIR)/nghttp2_submit.Plo 932 -rm -f ./$(DEPDIR)/nghttp2_time.Plo 933 -rm -f ./$(DEPDIR)/nghttp2_version.Plo 934 -rm -f ./$(DEPDIR)/sfparse.Plo 935 -rm -f Makefile 936distclean-am: clean-am distclean-compile distclean-generic \ 937 distclean-tags 938 939dvi: dvi-recursive 940 941dvi-am: 942 943html: html-recursive 944 945html-am: 946 947info: info-recursive 948 949info-am: 950 951install-data-am: install-pkgconfigDATA 952 953install-dvi: install-dvi-recursive 954 955install-dvi-am: 956 957install-exec-am: install-libLTLIBRARIES 958 959install-html: install-html-recursive 960 961install-html-am: 962 963install-info: install-info-recursive 964 965install-info-am: 966 967install-man: 968 969install-pdf: install-pdf-recursive 970 971install-pdf-am: 972 973install-ps: install-ps-recursive 974 975install-ps-am: 976 977installcheck-am: 978 979maintainer-clean: maintainer-clean-recursive 980 -rm -f ./$(DEPDIR)/nghttp2_buf.Plo 981 -rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo 982 -rm -f ./$(DEPDIR)/nghttp2_debug.Plo 983 -rm -f ./$(DEPDIR)/nghttp2_extpri.Plo 984 -rm -f ./$(DEPDIR)/nghttp2_frame.Plo 985 -rm -f ./$(DEPDIR)/nghttp2_hd.Plo 986 -rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo 987 -rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo 988 -rm -f ./$(DEPDIR)/nghttp2_helper.Plo 989 -rm -f ./$(DEPDIR)/nghttp2_http.Plo 990 -rm -f ./$(DEPDIR)/nghttp2_map.Plo 991 -rm -f ./$(DEPDIR)/nghttp2_mem.Plo 992 -rm -f ./$(DEPDIR)/nghttp2_npn.Plo 993 -rm -f ./$(DEPDIR)/nghttp2_option.Plo 994 -rm -f ./$(DEPDIR)/nghttp2_outbound_item.Plo 995 -rm -f ./$(DEPDIR)/nghttp2_pq.Plo 996 -rm -f ./$(DEPDIR)/nghttp2_priority_spec.Plo 997 -rm -f ./$(DEPDIR)/nghttp2_queue.Plo 998 -rm -f ./$(DEPDIR)/nghttp2_ratelim.Plo 999 -rm -f ./$(DEPDIR)/nghttp2_rcbuf.Plo 1000 -rm -f ./$(DEPDIR)/nghttp2_session.Plo 1001 -rm -f ./$(DEPDIR)/nghttp2_stream.Plo 1002 -rm -f ./$(DEPDIR)/nghttp2_submit.Plo 1003 -rm -f ./$(DEPDIR)/nghttp2_time.Plo 1004 -rm -f ./$(DEPDIR)/nghttp2_version.Plo 1005 -rm -f ./$(DEPDIR)/sfparse.Plo 1006 -rm -f Makefile 1007maintainer-clean-am: distclean-am maintainer-clean-generic 1008 1009mostlyclean: mostlyclean-recursive 1010 1011mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1012 mostlyclean-libtool 1013 1014pdf: pdf-recursive 1015 1016pdf-am: 1017 1018ps: ps-recursive 1019 1020ps-am: 1021 1022uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA 1023 1024.MAKE: $(am__recursive_targets) install-am install-strip 1025 1026.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1027 am--depfiles check check-am clean clean-generic \ 1028 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ 1029 ctags-am distclean distclean-compile distclean-generic \ 1030 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1031 html-am info info-am install install-am install-data \ 1032 install-data-am install-dvi install-dvi-am install-exec \ 1033 install-exec-am install-html install-html-am install-info \ 1034 install-info-am install-libLTLIBRARIES install-man install-pdf \ 1035 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 1036 install-strip installcheck installcheck-am installdirs \ 1037 installdirs-am maintainer-clean maintainer-clean-generic \ 1038 mostlyclean mostlyclean-compile mostlyclean-generic \ 1039 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 1040 uninstall-am uninstall-libLTLIBRARIES uninstall-pkgconfigDATA 1041 1042.PRECIOUS: Makefile 1043 1044 1045# Tell versions [3.59,3.63) of GNU make to not export all variables. 1046# Otherwise a system limit (for SysV at least) may be exceeded. 1047.NOEXPORT: 1048