xref: /third_party/node/deps/nghttp2/lib/Makefile.in (revision 1cb0ef41)
11cb0ef41Sopenharmony_ci# Makefile.in generated by automake 1.16.5 from Makefile.am.
21cb0ef41Sopenharmony_ci# @configure_input@
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci# Copyright (C) 1994-2021 Free Software Foundation, Inc.
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation
71cb0ef41Sopenharmony_ci# gives unlimited permission to copy and/or distribute it,
81cb0ef41Sopenharmony_ci# with or without modifications, as long as this notice is preserved.
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ci# This program is distributed in the hope that it will be useful,
111cb0ef41Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
121cb0ef41Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
131cb0ef41Sopenharmony_ci# PARTICULAR PURPOSE.
141cb0ef41Sopenharmony_ci
151cb0ef41Sopenharmony_ci@SET_MAKE@
161cb0ef41Sopenharmony_ci
171cb0ef41Sopenharmony_ci# nghttp2 - HTTP/2 C Library
181cb0ef41Sopenharmony_ci
191cb0ef41Sopenharmony_ci# Copyright (c) 2012, 2013 Tatsuhiro Tsujikawa
201cb0ef41Sopenharmony_ci
211cb0ef41Sopenharmony_ci# Permission is hereby granted, free of charge, to any person obtaining
221cb0ef41Sopenharmony_ci# a copy of this software and associated documentation files (the
231cb0ef41Sopenharmony_ci# "Software"), to deal in the Software without restriction, including
241cb0ef41Sopenharmony_ci# without limitation the rights to use, copy, modify, merge, publish,
251cb0ef41Sopenharmony_ci# distribute, sublicense, and/or sell copies of the Software, and to
261cb0ef41Sopenharmony_ci# permit persons to whom the Software is furnished to do so, subject to
271cb0ef41Sopenharmony_ci# the following conditions:
281cb0ef41Sopenharmony_ci
291cb0ef41Sopenharmony_ci# The above copyright notice and this permission notice shall be
301cb0ef41Sopenharmony_ci# included in all copies or substantial portions of the Software.
311cb0ef41Sopenharmony_ci
321cb0ef41Sopenharmony_ci
331cb0ef41Sopenharmony_ciVPATH = @srcdir@
341cb0ef41Sopenharmony_ciam__is_gnu_make = { \
351cb0ef41Sopenharmony_ci  if test -z '$(MAKELEVEL)'; then \
361cb0ef41Sopenharmony_ci    false; \
371cb0ef41Sopenharmony_ci  elif test -n '$(MAKE_HOST)'; then \
381cb0ef41Sopenharmony_ci    true; \
391cb0ef41Sopenharmony_ci  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
401cb0ef41Sopenharmony_ci    true; \
411cb0ef41Sopenharmony_ci  else \
421cb0ef41Sopenharmony_ci    false; \
431cb0ef41Sopenharmony_ci  fi; \
441cb0ef41Sopenharmony_ci}
451cb0ef41Sopenharmony_ciam__make_running_with_option = \
461cb0ef41Sopenharmony_ci  case $${target_option-} in \
471cb0ef41Sopenharmony_ci      ?) ;; \
481cb0ef41Sopenharmony_ci      *) echo "am__make_running_with_option: internal error: invalid" \
491cb0ef41Sopenharmony_ci              "target option '$${target_option-}' specified" >&2; \
501cb0ef41Sopenharmony_ci         exit 1;; \
511cb0ef41Sopenharmony_ci  esac; \
521cb0ef41Sopenharmony_ci  has_opt=no; \
531cb0ef41Sopenharmony_ci  sane_makeflags=$$MAKEFLAGS; \
541cb0ef41Sopenharmony_ci  if $(am__is_gnu_make); then \
551cb0ef41Sopenharmony_ci    sane_makeflags=$$MFLAGS; \
561cb0ef41Sopenharmony_ci  else \
571cb0ef41Sopenharmony_ci    case $$MAKEFLAGS in \
581cb0ef41Sopenharmony_ci      *\\[\ \	]*) \
591cb0ef41Sopenharmony_ci        bs=\\; \
601cb0ef41Sopenharmony_ci        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
611cb0ef41Sopenharmony_ci          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
621cb0ef41Sopenharmony_ci    esac; \
631cb0ef41Sopenharmony_ci  fi; \
641cb0ef41Sopenharmony_ci  skip_next=no; \
651cb0ef41Sopenharmony_ci  strip_trailopt () \
661cb0ef41Sopenharmony_ci  { \
671cb0ef41Sopenharmony_ci    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
681cb0ef41Sopenharmony_ci  }; \
691cb0ef41Sopenharmony_ci  for flg in $$sane_makeflags; do \
701cb0ef41Sopenharmony_ci    test $$skip_next = yes && { skip_next=no; continue; }; \
711cb0ef41Sopenharmony_ci    case $$flg in \
721cb0ef41Sopenharmony_ci      *=*|--*) continue;; \
731cb0ef41Sopenharmony_ci        -*I) strip_trailopt 'I'; skip_next=yes;; \
741cb0ef41Sopenharmony_ci      -*I?*) strip_trailopt 'I';; \
751cb0ef41Sopenharmony_ci        -*O) strip_trailopt 'O'; skip_next=yes;; \
761cb0ef41Sopenharmony_ci      -*O?*) strip_trailopt 'O';; \
771cb0ef41Sopenharmony_ci        -*l) strip_trailopt 'l'; skip_next=yes;; \
781cb0ef41Sopenharmony_ci      -*l?*) strip_trailopt 'l';; \
791cb0ef41Sopenharmony_ci      -[dEDm]) skip_next=yes;; \
801cb0ef41Sopenharmony_ci      -[JT]) skip_next=yes;; \
811cb0ef41Sopenharmony_ci    esac; \
821cb0ef41Sopenharmony_ci    case $$flg in \
831cb0ef41Sopenharmony_ci      *$$target_option*) has_opt=yes; break;; \
841cb0ef41Sopenharmony_ci    esac; \
851cb0ef41Sopenharmony_ci  done; \
861cb0ef41Sopenharmony_ci  test $$has_opt = yes
871cb0ef41Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option))
881cb0ef41Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
891cb0ef41Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@
901cb0ef41Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@
911cb0ef41Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@
921cb0ef41Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@
931cb0ef41Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
941cb0ef41Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644
951cb0ef41Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c
961cb0ef41Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c
971cb0ef41Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA)
981cb0ef41Sopenharmony_citransform = $(program_transform_name)
991cb0ef41Sopenharmony_ciNORMAL_INSTALL = :
1001cb0ef41Sopenharmony_ciPRE_INSTALL = :
1011cb0ef41Sopenharmony_ciPOST_INSTALL = :
1021cb0ef41Sopenharmony_ciNORMAL_UNINSTALL = :
1031cb0ef41Sopenharmony_ciPRE_UNINSTALL = :
1041cb0ef41Sopenharmony_ciPOST_UNINSTALL = :
1051cb0ef41Sopenharmony_cibuild_triplet = @build@
1061cb0ef41Sopenharmony_cihost_triplet = @host@
1071cb0ef41Sopenharmony_citarget_triplet = @target@
1081cb0ef41Sopenharmony_cisubdir = lib
1091cb0ef41Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1101cb0ef41Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
1111cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
1121cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
1131cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
1141cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
1151cb0ef41Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1161cb0ef41Sopenharmony_ci	$(ACLOCAL_M4)
1171cb0ef41Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1181cb0ef41Sopenharmony_cimkinstalldirs = $(install_sh) -d
1191cb0ef41Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/config.h
1201cb0ef41Sopenharmony_ciCONFIG_CLEAN_FILES = libnghttp2.pc
1211cb0ef41Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
1221cb0ef41Sopenharmony_ciam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1231cb0ef41Sopenharmony_ciam__vpath_adj = case $$p in \
1241cb0ef41Sopenharmony_ci    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1251cb0ef41Sopenharmony_ci    *) f=$$p;; \
1261cb0ef41Sopenharmony_ci  esac;
1271cb0ef41Sopenharmony_ciam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1281cb0ef41Sopenharmony_ciam__install_max = 40
1291cb0ef41Sopenharmony_ciam__nobase_strip_setup = \
1301cb0ef41Sopenharmony_ci  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1311cb0ef41Sopenharmony_ciam__nobase_strip = \
1321cb0ef41Sopenharmony_ci  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1331cb0ef41Sopenharmony_ciam__nobase_list = $(am__nobase_strip_setup); \
1341cb0ef41Sopenharmony_ci  for p in $$list; do echo "$$p $$p"; done | \
1351cb0ef41Sopenharmony_ci  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1361cb0ef41Sopenharmony_ci  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1371cb0ef41Sopenharmony_ci    if (++n[$$2] == $(am__install_max)) \
1381cb0ef41Sopenharmony_ci      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1391cb0ef41Sopenharmony_ci    END { for (dir in files) print dir, files[dir] }'
1401cb0ef41Sopenharmony_ciam__base_list = \
1411cb0ef41Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1421cb0ef41Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1431cb0ef41Sopenharmony_ciam__uninstall_files_from_dir = { \
1441cb0ef41Sopenharmony_ci  test -z "$$files" \
1451cb0ef41Sopenharmony_ci    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
1461cb0ef41Sopenharmony_ci    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
1471cb0ef41Sopenharmony_ci         $(am__cd) "$$dir" && rm -f $$files; }; \
1481cb0ef41Sopenharmony_ci  }
1491cb0ef41Sopenharmony_ciam__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
1501cb0ef41Sopenharmony_ciLTLIBRARIES = $(lib_LTLIBRARIES)
1511cb0ef41Sopenharmony_cilibnghttp2_la_LIBADD =
1521cb0ef41Sopenharmony_ciam__objects_1 =
1531cb0ef41Sopenharmony_ciam__objects_2 = nghttp2_pq.lo nghttp2_map.lo nghttp2_queue.lo \
1541cb0ef41Sopenharmony_ci	nghttp2_frame.lo nghttp2_buf.lo nghttp2_stream.lo \
1551cb0ef41Sopenharmony_ci	nghttp2_outbound_item.lo nghttp2_session.lo nghttp2_submit.lo \
1561cb0ef41Sopenharmony_ci	nghttp2_helper.lo nghttp2_npn.lo nghttp2_hd.lo \
1571cb0ef41Sopenharmony_ci	nghttp2_hd_huffman.lo nghttp2_hd_huffman_data.lo \
1581cb0ef41Sopenharmony_ci	nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \
1591cb0ef41Sopenharmony_ci	nghttp2_callbacks.lo nghttp2_mem.lo nghttp2_http.lo \
1601cb0ef41Sopenharmony_ci	nghttp2_rcbuf.lo nghttp2_extpri.lo nghttp2_ratelim.lo \
1611cb0ef41Sopenharmony_ci	nghttp2_time.lo nghttp2_debug.lo sfparse.lo
1621cb0ef41Sopenharmony_ciam_libnghttp2_la_OBJECTS = $(am__objects_1) $(am__objects_2)
1631cb0ef41Sopenharmony_cilibnghttp2_la_OBJECTS = $(am_libnghttp2_la_OBJECTS)
1641cb0ef41Sopenharmony_ciAM_V_lt = $(am__v_lt_@AM_V@)
1651cb0ef41Sopenharmony_ciam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
1661cb0ef41Sopenharmony_ciam__v_lt_0 = --silent
1671cb0ef41Sopenharmony_ciam__v_lt_1 = 
1681cb0ef41Sopenharmony_cilibnghttp2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1691cb0ef41Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1701cb0ef41Sopenharmony_ci	$(libnghttp2_la_LDFLAGS) $(LDFLAGS) -o $@
1711cb0ef41Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
1721cb0ef41Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1731cb0ef41Sopenharmony_ciam__v_P_0 = false
1741cb0ef41Sopenharmony_ciam__v_P_1 = :
1751cb0ef41Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
1761cb0ef41Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1771cb0ef41Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
1781cb0ef41Sopenharmony_ciam__v_GEN_1 = 
1791cb0ef41Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
1801cb0ef41Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1811cb0ef41Sopenharmony_ciam__v_at_0 = @
1821cb0ef41Sopenharmony_ciam__v_at_1 = 
1831cb0ef41Sopenharmony_ciDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1841cb0ef41Sopenharmony_cidepcomp = $(SHELL) $(top_srcdir)/depcomp
1851cb0ef41Sopenharmony_ciam__maybe_remake_depfiles = depfiles
1861cb0ef41Sopenharmony_ciam__depfiles_remade = ./$(DEPDIR)/nghttp2_buf.Plo \
1871cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_callbacks.Plo \
1881cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_debug.Plo ./$(DEPDIR)/nghttp2_extpri.Plo \
1891cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_frame.Plo ./$(DEPDIR)/nghttp2_hd.Plo \
1901cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_hd_huffman.Plo \
1911cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_hd_huffman_data.Plo \
1921cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_helper.Plo ./$(DEPDIR)/nghttp2_http.Plo \
1931cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_map.Plo ./$(DEPDIR)/nghttp2_mem.Plo \
1941cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_npn.Plo ./$(DEPDIR)/nghttp2_option.Plo \
1951cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_outbound_item.Plo \
1961cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_pq.Plo \
1971cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_priority_spec.Plo \
1981cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_queue.Plo ./$(DEPDIR)/nghttp2_ratelim.Plo \
1991cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_rcbuf.Plo ./$(DEPDIR)/nghttp2_session.Plo \
2001cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_stream.Plo ./$(DEPDIR)/nghttp2_submit.Plo \
2011cb0ef41Sopenharmony_ci	./$(DEPDIR)/nghttp2_time.Plo ./$(DEPDIR)/nghttp2_version.Plo \
2021cb0ef41Sopenharmony_ci	./$(DEPDIR)/sfparse.Plo
2031cb0ef41Sopenharmony_ciam__mv = mv -f
2041cb0ef41Sopenharmony_ciCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
2051cb0ef41Sopenharmony_ci	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2061cb0ef41Sopenharmony_ciLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
2071cb0ef41Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
2081cb0ef41Sopenharmony_ci	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
2091cb0ef41Sopenharmony_ci	$(AM_CFLAGS) $(CFLAGS)
2101cb0ef41Sopenharmony_ciAM_V_CC = $(am__v_CC_@AM_V@)
2111cb0ef41Sopenharmony_ciam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
2121cb0ef41Sopenharmony_ciam__v_CC_0 = @echo "  CC      " $@;
2131cb0ef41Sopenharmony_ciam__v_CC_1 = 
2141cb0ef41Sopenharmony_ciCCLD = $(CC)
2151cb0ef41Sopenharmony_ciLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
2161cb0ef41Sopenharmony_ci	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
2171cb0ef41Sopenharmony_ci	$(AM_LDFLAGS) $(LDFLAGS) -o $@
2181cb0ef41Sopenharmony_ciAM_V_CCLD = $(am__v_CCLD_@AM_V@)
2191cb0ef41Sopenharmony_ciam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
2201cb0ef41Sopenharmony_ciam__v_CCLD_0 = @echo "  CCLD    " $@;
2211cb0ef41Sopenharmony_ciam__v_CCLD_1 = 
2221cb0ef41Sopenharmony_ciSOURCES = $(libnghttp2_la_SOURCES)
2231cb0ef41Sopenharmony_ciDIST_SOURCES = $(libnghttp2_la_SOURCES)
2241cb0ef41Sopenharmony_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
2251cb0ef41Sopenharmony_ci	ctags-recursive dvi-recursive html-recursive info-recursive \
2261cb0ef41Sopenharmony_ci	install-data-recursive install-dvi-recursive \
2271cb0ef41Sopenharmony_ci	install-exec-recursive install-html-recursive \
2281cb0ef41Sopenharmony_ci	install-info-recursive install-pdf-recursive \
2291cb0ef41Sopenharmony_ci	install-ps-recursive install-recursive installcheck-recursive \
2301cb0ef41Sopenharmony_ci	installdirs-recursive pdf-recursive ps-recursive \
2311cb0ef41Sopenharmony_ci	tags-recursive uninstall-recursive
2321cb0ef41Sopenharmony_ciam__can_run_installinfo = \
2331cb0ef41Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
2341cb0ef41Sopenharmony_ci    n|no|NO) false;; \
2351cb0ef41Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
2361cb0ef41Sopenharmony_ci  esac
2371cb0ef41Sopenharmony_ciDATA = $(pkgconfig_DATA)
2381cb0ef41Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
2391cb0ef41Sopenharmony_ci  distclean-recursive maintainer-clean-recursive
2401cb0ef41Sopenharmony_ciam__recursive_targets = \
2411cb0ef41Sopenharmony_ci  $(RECURSIVE_TARGETS) \
2421cb0ef41Sopenharmony_ci  $(RECURSIVE_CLEAN_TARGETS) \
2431cb0ef41Sopenharmony_ci  $(am__extra_recursive_targets)
2441cb0ef41Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
2451cb0ef41Sopenharmony_ci	distdir distdir-am
2461cb0ef41Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
2471cb0ef41Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
2481cb0ef41Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
2491cb0ef41Sopenharmony_ci# *not* preserved.
2501cb0ef41Sopenharmony_ciam__uniquify_input = $(AWK) '\
2511cb0ef41Sopenharmony_ci  BEGIN { nonempty = 0; } \
2521cb0ef41Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
2531cb0ef41Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
2541cb0ef41Sopenharmony_ci'
2551cb0ef41Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
2561cb0ef41Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
2571cb0ef41Sopenharmony_ci# for different programs/libraries.
2581cb0ef41Sopenharmony_ciam__define_uniq_tagged_files = \
2591cb0ef41Sopenharmony_ci  list='$(am__tagged_files)'; \
2601cb0ef41Sopenharmony_ci  unique=`for i in $$list; do \
2611cb0ef41Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2621cb0ef41Sopenharmony_ci  done | $(am__uniquify_input)`
2631cb0ef41Sopenharmony_ciDIST_SUBDIRS = $(SUBDIRS)
2641cb0ef41Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libnghttp2.pc.in \
2651cb0ef41Sopenharmony_ci	$(top_srcdir)/depcomp
2661cb0ef41Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2671cb0ef41Sopenharmony_ciam__relativize = \
2681cb0ef41Sopenharmony_ci  dir0=`pwd`; \
2691cb0ef41Sopenharmony_ci  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
2701cb0ef41Sopenharmony_ci  sed_rest='s,^[^/]*/*,,'; \
2711cb0ef41Sopenharmony_ci  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
2721cb0ef41Sopenharmony_ci  sed_butlast='s,/*[^/]*$$,,'; \
2731cb0ef41Sopenharmony_ci  while test -n "$$dir1"; do \
2741cb0ef41Sopenharmony_ci    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
2751cb0ef41Sopenharmony_ci    if test "$$first" != "."; then \
2761cb0ef41Sopenharmony_ci      if test "$$first" = ".."; then \
2771cb0ef41Sopenharmony_ci        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
2781cb0ef41Sopenharmony_ci        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
2791cb0ef41Sopenharmony_ci      else \
2801cb0ef41Sopenharmony_ci        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
2811cb0ef41Sopenharmony_ci        if test "$$first2" = "$$first"; then \
2821cb0ef41Sopenharmony_ci          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
2831cb0ef41Sopenharmony_ci        else \
2841cb0ef41Sopenharmony_ci          dir2="../$$dir2"; \
2851cb0ef41Sopenharmony_ci        fi; \
2861cb0ef41Sopenharmony_ci        dir0="$$dir0"/"$$first"; \
2871cb0ef41Sopenharmony_ci      fi; \
2881cb0ef41Sopenharmony_ci    fi; \
2891cb0ef41Sopenharmony_ci    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2901cb0ef41Sopenharmony_ci  done; \
2911cb0ef41Sopenharmony_ci  reldir="$$dir2"
2921cb0ef41Sopenharmony_ciACLOCAL = @ACLOCAL@
2931cb0ef41Sopenharmony_ciAMTAR = @AMTAR@
2941cb0ef41Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2951cb0ef41Sopenharmony_ciAPPLDFLAGS = @APPLDFLAGS@
2961cb0ef41Sopenharmony_ciAR = @AR@
2971cb0ef41Sopenharmony_ciAUTOCONF = @AUTOCONF@
2981cb0ef41Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
2991cb0ef41Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
3001cb0ef41Sopenharmony_ciAWK = @AWK@
3011cb0ef41Sopenharmony_ciBPFCFLAGS = @BPFCFLAGS@
3021cb0ef41Sopenharmony_ciCC = @CC@
3031cb0ef41Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
3041cb0ef41Sopenharmony_ciCFLAGS = @CFLAGS@
3051cb0ef41Sopenharmony_ciCPP = @CPP@
3061cb0ef41Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
3071cb0ef41Sopenharmony_ciCSCOPE = @CSCOPE@
3081cb0ef41Sopenharmony_ciCTAGS = @CTAGS@
3091cb0ef41Sopenharmony_ciCUNIT_CFLAGS = @CUNIT_CFLAGS@
3101cb0ef41Sopenharmony_ciCUNIT_LIBS = @CUNIT_LIBS@
3111cb0ef41Sopenharmony_ciCXX = @CXX@
3121cb0ef41Sopenharmony_ciCXX1XCXXFLAGS = @CXX1XCXXFLAGS@
3131cb0ef41Sopenharmony_ciCXXCPP = @CXXCPP@
3141cb0ef41Sopenharmony_ciCXXDEPMODE = @CXXDEPMODE@
3151cb0ef41Sopenharmony_ciCXXFLAGS = @CXXFLAGS@
3161cb0ef41Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
3171cb0ef41Sopenharmony_ciDEFS = @DEFS@
3181cb0ef41Sopenharmony_ciDEPDIR = @DEPDIR@
3191cb0ef41Sopenharmony_ciDLLTOOL = @DLLTOOL@
3201cb0ef41Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
3211cb0ef41Sopenharmony_ciDUMPBIN = @DUMPBIN@
3221cb0ef41Sopenharmony_ciECHO_C = @ECHO_C@
3231cb0ef41Sopenharmony_ciECHO_N = @ECHO_N@
3241cb0ef41Sopenharmony_ciECHO_T = @ECHO_T@
3251cb0ef41Sopenharmony_ciEGREP = @EGREP@
3261cb0ef41Sopenharmony_ciETAGS = @ETAGS@
3271cb0ef41Sopenharmony_ciEXEEXT = @EXEEXT@
3281cb0ef41Sopenharmony_ciEXTRABPFCFLAGS = @EXTRABPFCFLAGS@
3291cb0ef41Sopenharmony_ciEXTRACFLAG = @EXTRACFLAG@
3301cb0ef41Sopenharmony_ciEXTRA_DEFS = @EXTRA_DEFS@
3311cb0ef41Sopenharmony_ciFGREP = @FGREP@
3321cb0ef41Sopenharmony_ciFILECMD = @FILECMD@
3331cb0ef41Sopenharmony_ciGREP = @GREP@
3341cb0ef41Sopenharmony_ciHAVE_CXX14 = @HAVE_CXX14@
3351cb0ef41Sopenharmony_ciINSTALL = @INSTALL@
3361cb0ef41Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
3371cb0ef41Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
3381cb0ef41Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
3391cb0ef41Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3401cb0ef41Sopenharmony_ciJANSSON_CFLAGS = @JANSSON_CFLAGS@
3411cb0ef41Sopenharmony_ciJANSSON_LIBS = @JANSSON_LIBS@
3421cb0ef41Sopenharmony_ciJEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
3431cb0ef41Sopenharmony_ciJEMALLOC_LIBS = @JEMALLOC_LIBS@
3441cb0ef41Sopenharmony_ciLD = @LD@
3451cb0ef41Sopenharmony_ciLDFLAGS = @LDFLAGS@
3461cb0ef41Sopenharmony_ciLIBBPF_CFLAGS = @LIBBPF_CFLAGS@
3471cb0ef41Sopenharmony_ciLIBBPF_LIBS = @LIBBPF_LIBS@
3481cb0ef41Sopenharmony_ciLIBCARES_CFLAGS = @LIBCARES_CFLAGS@
3491cb0ef41Sopenharmony_ciLIBCARES_LIBS = @LIBCARES_LIBS@
3501cb0ef41Sopenharmony_ciLIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
3511cb0ef41Sopenharmony_ciLIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
3521cb0ef41Sopenharmony_ciLIBEV_CFLAGS = @LIBEV_CFLAGS@
3531cb0ef41Sopenharmony_ciLIBEV_LIBS = @LIBEV_LIBS@
3541cb0ef41Sopenharmony_ciLIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@
3551cb0ef41Sopenharmony_ciLIBMRUBY_LIBS = @LIBMRUBY_LIBS@
3561cb0ef41Sopenharmony_ciLIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@
3571cb0ef41Sopenharmony_ciLIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
3581cb0ef41Sopenharmony_ciLIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
3591cb0ef41Sopenharmony_ciLIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
3601cb0ef41Sopenharmony_ciLIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
3611cb0ef41Sopenharmony_ciLIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@
3621cb0ef41Sopenharmony_ciLIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@
3631cb0ef41Sopenharmony_ciLIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
3641cb0ef41Sopenharmony_ciLIBOBJS = @LIBOBJS@
3651cb0ef41Sopenharmony_ciLIBS = @LIBS@
3661cb0ef41Sopenharmony_ciLIBTOOL = @LIBTOOL@
3671cb0ef41Sopenharmony_ciLIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
3681cb0ef41Sopenharmony_ciLIBXML2_CFLAGS = @LIBXML2_CFLAGS@
3691cb0ef41Sopenharmony_ciLIBXML2_LIBS = @LIBXML2_LIBS@
3701cb0ef41Sopenharmony_ciLIPO = @LIPO@
3711cb0ef41Sopenharmony_ciLN_S = @LN_S@
3721cb0ef41Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
3731cb0ef41Sopenharmony_ciLT_AGE = @LT_AGE@
3741cb0ef41Sopenharmony_ciLT_CURRENT = @LT_CURRENT@
3751cb0ef41Sopenharmony_ciLT_REVISION = @LT_REVISION@
3761cb0ef41Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
3771cb0ef41Sopenharmony_ciMAKEINFO = @MAKEINFO@
3781cb0ef41Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
3791cb0ef41Sopenharmony_ciMKDIR_P = @MKDIR_P@
3801cb0ef41Sopenharmony_ciNM = @NM@
3811cb0ef41Sopenharmony_ciNMEDIT = @NMEDIT@
3821cb0ef41Sopenharmony_ciOBJDUMP = @OBJDUMP@
3831cb0ef41Sopenharmony_ciOBJEXT = @OBJEXT@
3841cb0ef41Sopenharmony_ciOPENSSL_CFLAGS = @OPENSSL_CFLAGS@
3851cb0ef41Sopenharmony_ciOPENSSL_LIBS = @OPENSSL_LIBS@
3861cb0ef41Sopenharmony_ciOTOOL = @OTOOL@
3871cb0ef41Sopenharmony_ciOTOOL64 = @OTOOL64@
3881cb0ef41Sopenharmony_ciPACKAGE = @PACKAGE@
3891cb0ef41Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3901cb0ef41Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
3911cb0ef41Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
3921cb0ef41Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
3931cb0ef41Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
3941cb0ef41Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
3951cb0ef41Sopenharmony_ciPACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
3961cb0ef41Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
3971cb0ef41Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@
3981cb0ef41Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3991cb0ef41Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
4001cb0ef41Sopenharmony_ciPYTHON = @PYTHON@
4011cb0ef41Sopenharmony_ciPYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
4021cb0ef41Sopenharmony_ciPYTHON_PLATFORM = @PYTHON_PLATFORM@
4031cb0ef41Sopenharmony_ciPYTHON_PREFIX = @PYTHON_PREFIX@
4041cb0ef41Sopenharmony_ciPYTHON_VERSION = @PYTHON_VERSION@
4051cb0ef41Sopenharmony_ciRANLIB = @RANLIB@
4061cb0ef41Sopenharmony_ciSED = @SED@
4071cb0ef41Sopenharmony_ciSET_MAKE = @SET_MAKE@
4081cb0ef41Sopenharmony_ciSHELL = @SHELL@
4091cb0ef41Sopenharmony_ciSTRIP = @STRIP@
4101cb0ef41Sopenharmony_ciSYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
4111cb0ef41Sopenharmony_ciSYSTEMD_LIBS = @SYSTEMD_LIBS@
4121cb0ef41Sopenharmony_ciTESTLDADD = @TESTLDADD@
4131cb0ef41Sopenharmony_ciVERSION = @VERSION@
4141cb0ef41Sopenharmony_ciWARNCFLAGS = @WARNCFLAGS@
4151cb0ef41Sopenharmony_ciWARNCXXFLAGS = @WARNCXXFLAGS@
4161cb0ef41Sopenharmony_ciZLIB_CFLAGS = @ZLIB_CFLAGS@
4171cb0ef41Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@
4181cb0ef41Sopenharmony_ciabs_builddir = @abs_builddir@
4191cb0ef41Sopenharmony_ciabs_srcdir = @abs_srcdir@
4201cb0ef41Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
4211cb0ef41Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
4221cb0ef41Sopenharmony_ciac_ct_AR = @ac_ct_AR@
4231cb0ef41Sopenharmony_ciac_ct_CC = @ac_ct_CC@
4241cb0ef41Sopenharmony_ciac_ct_CXX = @ac_ct_CXX@
4251cb0ef41Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
4261cb0ef41Sopenharmony_ciam__include = @am__include@
4271cb0ef41Sopenharmony_ciam__leading_dot = @am__leading_dot@
4281cb0ef41Sopenharmony_ciam__quote = @am__quote@
4291cb0ef41Sopenharmony_ciam__tar = @am__tar@
4301cb0ef41Sopenharmony_ciam__untar = @am__untar@
4311cb0ef41Sopenharmony_cibindir = @bindir@
4321cb0ef41Sopenharmony_cibuild = @build@
4331cb0ef41Sopenharmony_cibuild_alias = @build_alias@
4341cb0ef41Sopenharmony_cibuild_cpu = @build_cpu@
4351cb0ef41Sopenharmony_cibuild_os = @build_os@
4361cb0ef41Sopenharmony_cibuild_vendor = @build_vendor@
4371cb0ef41Sopenharmony_cibuilddir = @builddir@
4381cb0ef41Sopenharmony_cidatadir = @datadir@
4391cb0ef41Sopenharmony_cidatarootdir = @datarootdir@
4401cb0ef41Sopenharmony_cidocdir = @docdir@
4411cb0ef41Sopenharmony_cidvidir = @dvidir@
4421cb0ef41Sopenharmony_ciexec_prefix = @exec_prefix@
4431cb0ef41Sopenharmony_cihost = @host@
4441cb0ef41Sopenharmony_cihost_alias = @host_alias@
4451cb0ef41Sopenharmony_cihost_cpu = @host_cpu@
4461cb0ef41Sopenharmony_cihost_os = @host_os@
4471cb0ef41Sopenharmony_cihost_vendor = @host_vendor@
4481cb0ef41Sopenharmony_cihtmldir = @htmldir@
4491cb0ef41Sopenharmony_ciincludedir = @includedir@
4501cb0ef41Sopenharmony_ciinfodir = @infodir@
4511cb0ef41Sopenharmony_ciinstall_sh = @install_sh@
4521cb0ef41Sopenharmony_cilibdir = @libdir@
4531cb0ef41Sopenharmony_cilibexecdir = @libexecdir@
4541cb0ef41Sopenharmony_cilocaledir = @localedir@
4551cb0ef41Sopenharmony_cilocalstatedir = @localstatedir@
4561cb0ef41Sopenharmony_cimandir = @mandir@
4571cb0ef41Sopenharmony_cimkdir_p = @mkdir_p@
4581cb0ef41Sopenharmony_cioldincludedir = @oldincludedir@
4591cb0ef41Sopenharmony_cipdfdir = @pdfdir@
4601cb0ef41Sopenharmony_cipkgpyexecdir = @pkgpyexecdir@
4611cb0ef41Sopenharmony_cipkgpythondir = @pkgpythondir@
4621cb0ef41Sopenharmony_ciprefix = @prefix@
4631cb0ef41Sopenharmony_ciprogram_transform_name = @program_transform_name@
4641cb0ef41Sopenharmony_cipsdir = @psdir@
4651cb0ef41Sopenharmony_cipyexecdir = @pyexecdir@
4661cb0ef41Sopenharmony_cipythondir = @pythondir@
4671cb0ef41Sopenharmony_cirunstatedir = @runstatedir@
4681cb0ef41Sopenharmony_cisbindir = @sbindir@
4691cb0ef41Sopenharmony_cisharedstatedir = @sharedstatedir@
4701cb0ef41Sopenharmony_cisrcdir = @srcdir@
4711cb0ef41Sopenharmony_cisysconfdir = @sysconfdir@
4721cb0ef41Sopenharmony_citarget = @target@
4731cb0ef41Sopenharmony_citarget_alias = @target_alias@
4741cb0ef41Sopenharmony_citarget_cpu = @target_cpu@
4751cb0ef41Sopenharmony_citarget_os = @target_os@
4761cb0ef41Sopenharmony_citarget_vendor = @target_vendor@
4771cb0ef41Sopenharmony_citop_build_prefix = @top_build_prefix@
4781cb0ef41Sopenharmony_citop_builddir = @top_builddir@
4791cb0ef41Sopenharmony_citop_srcdir = @top_srcdir@
4801cb0ef41Sopenharmony_ci
4811cb0ef41Sopenharmony_ci# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4821cb0ef41Sopenharmony_ci# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4831cb0ef41Sopenharmony_ci# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4841cb0ef41Sopenharmony_ci# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4851cb0ef41Sopenharmony_ci# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4861cb0ef41Sopenharmony_ci# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4871cb0ef41Sopenharmony_ci# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4881cb0ef41Sopenharmony_ciSUBDIRS = includes
4891cb0ef41Sopenharmony_ciEXTRA_DIST = Makefile.msvc CMakeLists.txt version.rc.in
4901cb0ef41Sopenharmony_ciAM_CFLAGS = $(WARNCFLAGS) $(EXTRACFLAG)
4911cb0ef41Sopenharmony_ciAM_CPPFLAGS = -I$(srcdir)/includes -I$(builddir)/includes -DBUILDING_NGHTTP2 \
4921cb0ef41Sopenharmony_ci	@DEFS@
4931cb0ef41Sopenharmony_ci
4941cb0ef41Sopenharmony_ciAM_LDFLAGS = @LIBTOOL_LDFLAGS@
4951cb0ef41Sopenharmony_cipkgconfigdir = $(libdir)/pkgconfig
4961cb0ef41Sopenharmony_cipkgconfig_DATA = libnghttp2.pc
4971cb0ef41Sopenharmony_ciDISTCLEANFILES = $(pkgconfig_DATA)
4981cb0ef41Sopenharmony_cilib_LTLIBRARIES = libnghttp2.la
4991cb0ef41Sopenharmony_ciOBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
5001cb0ef41Sopenharmony_ci	nghttp2_frame.c \
5011cb0ef41Sopenharmony_ci	nghttp2_buf.c \
5021cb0ef41Sopenharmony_ci	nghttp2_stream.c nghttp2_outbound_item.c \
5031cb0ef41Sopenharmony_ci	nghttp2_session.c nghttp2_submit.c \
5041cb0ef41Sopenharmony_ci	nghttp2_helper.c \
5051cb0ef41Sopenharmony_ci	nghttp2_npn.c \
5061cb0ef41Sopenharmony_ci	nghttp2_hd.c nghttp2_hd_huffman.c nghttp2_hd_huffman_data.c \
5071cb0ef41Sopenharmony_ci	nghttp2_version.c \
5081cb0ef41Sopenharmony_ci	nghttp2_priority_spec.c \
5091cb0ef41Sopenharmony_ci	nghttp2_option.c \
5101cb0ef41Sopenharmony_ci	nghttp2_callbacks.c \
5111cb0ef41Sopenharmony_ci	nghttp2_mem.c \
5121cb0ef41Sopenharmony_ci	nghttp2_http.c \
5131cb0ef41Sopenharmony_ci	nghttp2_rcbuf.c \
5141cb0ef41Sopenharmony_ci	nghttp2_extpri.c \
5151cb0ef41Sopenharmony_ci	nghttp2_ratelim.c \
5161cb0ef41Sopenharmony_ci	nghttp2_time.c \
5171cb0ef41Sopenharmony_ci	nghttp2_debug.c \
5181cb0ef41Sopenharmony_ci	sfparse.c
5191cb0ef41Sopenharmony_ci
5201cb0ef41Sopenharmony_ciHFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
5211cb0ef41Sopenharmony_ci	nghttp2_frame.h \
5221cb0ef41Sopenharmony_ci	nghttp2_buf.h \
5231cb0ef41Sopenharmony_ci	nghttp2_session.h nghttp2_helper.h nghttp2_stream.h nghttp2_int.h \
5241cb0ef41Sopenharmony_ci	nghttp2_npn.h \
5251cb0ef41Sopenharmony_ci	nghttp2_submit.h nghttp2_outbound_item.h \
5261cb0ef41Sopenharmony_ci	nghttp2_net.h \
5271cb0ef41Sopenharmony_ci	nghttp2_hd.h nghttp2_hd_huffman.h \
5281cb0ef41Sopenharmony_ci	nghttp2_priority_spec.h \
5291cb0ef41Sopenharmony_ci	nghttp2_option.h \
5301cb0ef41Sopenharmony_ci	nghttp2_callbacks.h \
5311cb0ef41Sopenharmony_ci	nghttp2_mem.h \
5321cb0ef41Sopenharmony_ci	nghttp2_http.h \
5331cb0ef41Sopenharmony_ci	nghttp2_rcbuf.h \
5341cb0ef41Sopenharmony_ci	nghttp2_extpri.h \
5351cb0ef41Sopenharmony_ci	nghttp2_ratelim.h \
5361cb0ef41Sopenharmony_ci	nghttp2_time.h \
5371cb0ef41Sopenharmony_ci	nghttp2_debug.h \
5381cb0ef41Sopenharmony_ci	sfparse.h
5391cb0ef41Sopenharmony_ci
5401cb0ef41Sopenharmony_cilibnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
5411cb0ef41Sopenharmony_cilibnghttp2_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined \
5421cb0ef41Sopenharmony_ci	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
5431cb0ef41Sopenharmony_ci
5441cb0ef41Sopenharmony_ciall: all-recursive
5451cb0ef41Sopenharmony_ci
5461cb0ef41Sopenharmony_ci.SUFFIXES:
5471cb0ef41Sopenharmony_ci.SUFFIXES: .c .lo .o .obj
5481cb0ef41Sopenharmony_ci$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
5491cb0ef41Sopenharmony_ci	@for dep in $?; do \
5501cb0ef41Sopenharmony_ci	  case '$(am__configure_deps)' in \
5511cb0ef41Sopenharmony_ci	    *$$dep*) \
5521cb0ef41Sopenharmony_ci	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
5531cb0ef41Sopenharmony_ci	        && { if test -f $@; then exit 0; else break; fi; }; \
5541cb0ef41Sopenharmony_ci	      exit 1;; \
5551cb0ef41Sopenharmony_ci	  esac; \
5561cb0ef41Sopenharmony_ci	done; \
5571cb0ef41Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
5581cb0ef41Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
5591cb0ef41Sopenharmony_ci	  $(AUTOMAKE) --gnu lib/Makefile
5601cb0ef41Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
5611cb0ef41Sopenharmony_ci	@case '$?' in \
5621cb0ef41Sopenharmony_ci	  *config.status*) \
5631cb0ef41Sopenharmony_ci	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
5641cb0ef41Sopenharmony_ci	  *) \
5651cb0ef41Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
5661cb0ef41Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
5671cb0ef41Sopenharmony_ci	esac;
5681cb0ef41Sopenharmony_ci
5691cb0ef41Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
5701cb0ef41Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5711cb0ef41Sopenharmony_ci
5721cb0ef41Sopenharmony_ci$(top_srcdir)/configure:  $(am__configure_deps)
5731cb0ef41Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5741cb0ef41Sopenharmony_ci$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
5751cb0ef41Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5761cb0ef41Sopenharmony_ci$(am__aclocal_m4_deps):
5771cb0ef41Sopenharmony_cilibnghttp2.pc: $(top_builddir)/config.status $(srcdir)/libnghttp2.pc.in
5781cb0ef41Sopenharmony_ci	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
5791cb0ef41Sopenharmony_ci
5801cb0ef41Sopenharmony_ciinstall-libLTLIBRARIES: $(lib_LTLIBRARIES)
5811cb0ef41Sopenharmony_ci	@$(NORMAL_INSTALL)
5821cb0ef41Sopenharmony_ci	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
5831cb0ef41Sopenharmony_ci	list2=; for p in $$list; do \
5841cb0ef41Sopenharmony_ci	  if test -f $$p; then \
5851cb0ef41Sopenharmony_ci	    list2="$$list2 $$p"; \
5861cb0ef41Sopenharmony_ci	  else :; fi; \
5871cb0ef41Sopenharmony_ci	done; \
5881cb0ef41Sopenharmony_ci	test -z "$$list2" || { \
5891cb0ef41Sopenharmony_ci	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
5901cb0ef41Sopenharmony_ci	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
5911cb0ef41Sopenharmony_ci	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
5921cb0ef41Sopenharmony_ci	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
5931cb0ef41Sopenharmony_ci	}
5941cb0ef41Sopenharmony_ci
5951cb0ef41Sopenharmony_ciuninstall-libLTLIBRARIES:
5961cb0ef41Sopenharmony_ci	@$(NORMAL_UNINSTALL)
5971cb0ef41Sopenharmony_ci	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
5981cb0ef41Sopenharmony_ci	for p in $$list; do \
5991cb0ef41Sopenharmony_ci	  $(am__strip_dir) \
6001cb0ef41Sopenharmony_ci	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
6011cb0ef41Sopenharmony_ci	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
6021cb0ef41Sopenharmony_ci	done
6031cb0ef41Sopenharmony_ci
6041cb0ef41Sopenharmony_ciclean-libLTLIBRARIES:
6051cb0ef41Sopenharmony_ci	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
6061cb0ef41Sopenharmony_ci	@list='$(lib_LTLIBRARIES)'; \
6071cb0ef41Sopenharmony_ci	locs=`for p in $$list; do echo $$p; done | \
6081cb0ef41Sopenharmony_ci	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
6091cb0ef41Sopenharmony_ci	      sort -u`; \
6101cb0ef41Sopenharmony_ci	test -z "$$locs" || { \
6111cb0ef41Sopenharmony_ci	  echo rm -f $${locs}; \
6121cb0ef41Sopenharmony_ci	  rm -f $${locs}; \
6131cb0ef41Sopenharmony_ci	}
6141cb0ef41Sopenharmony_ci
6151cb0ef41Sopenharmony_cilibnghttp2.la: $(libnghttp2_la_OBJECTS) $(libnghttp2_la_DEPENDENCIES) $(EXTRA_libnghttp2_la_DEPENDENCIES) 
6161cb0ef41Sopenharmony_ci	$(AM_V_CCLD)$(libnghttp2_la_LINK) -rpath $(libdir) $(libnghttp2_la_OBJECTS) $(libnghttp2_la_LIBADD) $(LIBS)
6171cb0ef41Sopenharmony_ci
6181cb0ef41Sopenharmony_cimostlyclean-compile:
6191cb0ef41Sopenharmony_ci	-rm -f *.$(OBJEXT)
6201cb0ef41Sopenharmony_ci
6211cb0ef41Sopenharmony_cidistclean-compile:
6221cb0ef41Sopenharmony_ci	-rm -f *.tab.c
6231cb0ef41Sopenharmony_ci
6241cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf.Plo@am__quote@ # am--include-marker
6251cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_callbacks.Plo@am__quote@ # am--include-marker
6261cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_debug.Plo@am__quote@ # am--include-marker
6271cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_extpri.Plo@am__quote@ # am--include-marker
6281cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame.Plo@am__quote@ # am--include-marker
6291cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd.Plo@am__quote@ # am--include-marker
6301cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman.Plo@am__quote@ # am--include-marker
6311cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_huffman_data.Plo@am__quote@ # am--include-marker
6321cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_helper.Plo@am__quote@ # am--include-marker
6331cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_http.Plo@am__quote@ # am--include-marker
6341cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_map.Plo@am__quote@ # am--include-marker
6351cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_mem.Plo@am__quote@ # am--include-marker
6361cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_npn.Plo@am__quote@ # am--include-marker
6371cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_option.Plo@am__quote@ # am--include-marker
6381cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_outbound_item.Plo@am__quote@ # am--include-marker
6391cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_pq.Plo@am__quote@ # am--include-marker
6401cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_priority_spec.Plo@am__quote@ # am--include-marker
6411cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_queue.Plo@am__quote@ # am--include-marker
6421cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_ratelim.Plo@am__quote@ # am--include-marker
6431cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_rcbuf.Plo@am__quote@ # am--include-marker
6441cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_session.Plo@am__quote@ # am--include-marker
6451cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream.Plo@am__quote@ # am--include-marker
6461cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_submit.Plo@am__quote@ # am--include-marker
6471cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_time.Plo@am__quote@ # am--include-marker
6481cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_version.Plo@am__quote@ # am--include-marker
6491cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sfparse.Plo@am__quote@ # am--include-marker
6501cb0ef41Sopenharmony_ci
6511cb0ef41Sopenharmony_ci$(am__depfiles_remade):
6521cb0ef41Sopenharmony_ci	@$(MKDIR_P) $(@D)
6531cb0ef41Sopenharmony_ci	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
6541cb0ef41Sopenharmony_ci
6551cb0ef41Sopenharmony_ciam--depfiles: $(am__depfiles_remade)
6561cb0ef41Sopenharmony_ci
6571cb0ef41Sopenharmony_ci.c.o:
6581cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
6591cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
6601cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
6611cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
6621cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6631cb0ef41Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
6641cb0ef41Sopenharmony_ci
6651cb0ef41Sopenharmony_ci.c.obj:
6661cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
6671cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
6681cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
6691cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
6701cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6711cb0ef41Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
6721cb0ef41Sopenharmony_ci
6731cb0ef41Sopenharmony_ci.c.lo:
6741cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
6751cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
6761cb0ef41Sopenharmony_ci@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
6771cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
6781cb0ef41Sopenharmony_ci@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
6791cb0ef41Sopenharmony_ci@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
6801cb0ef41Sopenharmony_ci
6811cb0ef41Sopenharmony_cimostlyclean-libtool:
6821cb0ef41Sopenharmony_ci	-rm -f *.lo
6831cb0ef41Sopenharmony_ci
6841cb0ef41Sopenharmony_ciclean-libtool:
6851cb0ef41Sopenharmony_ci	-rm -rf .libs _libs
6861cb0ef41Sopenharmony_ciinstall-pkgconfigDATA: $(pkgconfig_DATA)
6871cb0ef41Sopenharmony_ci	@$(NORMAL_INSTALL)
6881cb0ef41Sopenharmony_ci	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
6891cb0ef41Sopenharmony_ci	if test -n "$$list"; then \
6901cb0ef41Sopenharmony_ci	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
6911cb0ef41Sopenharmony_ci	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
6921cb0ef41Sopenharmony_ci	fi; \
6931cb0ef41Sopenharmony_ci	for p in $$list; do \
6941cb0ef41Sopenharmony_ci	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
6951cb0ef41Sopenharmony_ci	  echo "$$d$$p"; \
6961cb0ef41Sopenharmony_ci	done | $(am__base_list) | \
6971cb0ef41Sopenharmony_ci	while read files; do \
6981cb0ef41Sopenharmony_ci	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
6991cb0ef41Sopenharmony_ci	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
7001cb0ef41Sopenharmony_ci	done
7011cb0ef41Sopenharmony_ci
7021cb0ef41Sopenharmony_ciuninstall-pkgconfigDATA:
7031cb0ef41Sopenharmony_ci	@$(NORMAL_UNINSTALL)
7041cb0ef41Sopenharmony_ci	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
7051cb0ef41Sopenharmony_ci	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
7061cb0ef41Sopenharmony_ci	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
7071cb0ef41Sopenharmony_ci
7081cb0ef41Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd
7091cb0ef41Sopenharmony_ci# into them and run 'make' without going through this Makefile.
7101cb0ef41Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles,
7111cb0ef41Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status'
7121cb0ef41Sopenharmony_ci#     (which will cause the Makefiles to be regenerated when you run 'make');
7131cb0ef41Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line.
7141cb0ef41Sopenharmony_ci$(am__recursive_targets):
7151cb0ef41Sopenharmony_ci	@fail=; \
7161cb0ef41Sopenharmony_ci	if $(am__make_keepgoing); then \
7171cb0ef41Sopenharmony_ci	  failcom='fail=yes'; \
7181cb0ef41Sopenharmony_ci	else \
7191cb0ef41Sopenharmony_ci	  failcom='exit 1'; \
7201cb0ef41Sopenharmony_ci	fi; \
7211cb0ef41Sopenharmony_ci	dot_seen=no; \
7221cb0ef41Sopenharmony_ci	target=`echo $@ | sed s/-recursive//`; \
7231cb0ef41Sopenharmony_ci	case "$@" in \
7241cb0ef41Sopenharmony_ci	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
7251cb0ef41Sopenharmony_ci	  *) list='$(SUBDIRS)' ;; \
7261cb0ef41Sopenharmony_ci	esac; \
7271cb0ef41Sopenharmony_ci	for subdir in $$list; do \
7281cb0ef41Sopenharmony_ci	  echo "Making $$target in $$subdir"; \
7291cb0ef41Sopenharmony_ci	  if test "$$subdir" = "."; then \
7301cb0ef41Sopenharmony_ci	    dot_seen=yes; \
7311cb0ef41Sopenharmony_ci	    local_target="$$target-am"; \
7321cb0ef41Sopenharmony_ci	  else \
7331cb0ef41Sopenharmony_ci	    local_target="$$target"; \
7341cb0ef41Sopenharmony_ci	  fi; \
7351cb0ef41Sopenharmony_ci	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
7361cb0ef41Sopenharmony_ci	  || eval $$failcom; \
7371cb0ef41Sopenharmony_ci	done; \
7381cb0ef41Sopenharmony_ci	if test "$$dot_seen" = "no"; then \
7391cb0ef41Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
7401cb0ef41Sopenharmony_ci	fi; test -z "$$fail"
7411cb0ef41Sopenharmony_ci
7421cb0ef41Sopenharmony_ciID: $(am__tagged_files)
7431cb0ef41Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
7441cb0ef41Sopenharmony_citags: tags-recursive
7451cb0ef41Sopenharmony_ciTAGS: tags
7461cb0ef41Sopenharmony_ci
7471cb0ef41Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
7481cb0ef41Sopenharmony_ci	set x; \
7491cb0ef41Sopenharmony_ci	here=`pwd`; \
7501cb0ef41Sopenharmony_ci	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
7511cb0ef41Sopenharmony_ci	  include_option=--etags-include; \
7521cb0ef41Sopenharmony_ci	  empty_fix=.; \
7531cb0ef41Sopenharmony_ci	else \
7541cb0ef41Sopenharmony_ci	  include_option=--include; \
7551cb0ef41Sopenharmony_ci	  empty_fix=; \
7561cb0ef41Sopenharmony_ci	fi; \
7571cb0ef41Sopenharmony_ci	list='$(SUBDIRS)'; for subdir in $$list; do \
7581cb0ef41Sopenharmony_ci	  if test "$$subdir" = .; then :; else \
7591cb0ef41Sopenharmony_ci	    test ! -f $$subdir/TAGS || \
7601cb0ef41Sopenharmony_ci	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
7611cb0ef41Sopenharmony_ci	  fi; \
7621cb0ef41Sopenharmony_ci	done; \
7631cb0ef41Sopenharmony_ci	$(am__define_uniq_tagged_files); \
7641cb0ef41Sopenharmony_ci	shift; \
7651cb0ef41Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
7661cb0ef41Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
7671cb0ef41Sopenharmony_ci	  if test $$# -gt 0; then \
7681cb0ef41Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
7691cb0ef41Sopenharmony_ci	      "$$@" $$unique; \
7701cb0ef41Sopenharmony_ci	  else \
7711cb0ef41Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
7721cb0ef41Sopenharmony_ci	      $$unique; \
7731cb0ef41Sopenharmony_ci	  fi; \
7741cb0ef41Sopenharmony_ci	fi
7751cb0ef41Sopenharmony_cictags: ctags-recursive
7761cb0ef41Sopenharmony_ci
7771cb0ef41Sopenharmony_ciCTAGS: ctags
7781cb0ef41Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
7791cb0ef41Sopenharmony_ci	$(am__define_uniq_tagged_files); \
7801cb0ef41Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
7811cb0ef41Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
7821cb0ef41Sopenharmony_ci	     $$unique
7831cb0ef41Sopenharmony_ci
7841cb0ef41Sopenharmony_ciGTAGS:
7851cb0ef41Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
7861cb0ef41Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
7871cb0ef41Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
7881cb0ef41Sopenharmony_cicscopelist: cscopelist-recursive
7891cb0ef41Sopenharmony_ci
7901cb0ef41Sopenharmony_cicscopelist-am: $(am__tagged_files)
7911cb0ef41Sopenharmony_ci	list='$(am__tagged_files)'; \
7921cb0ef41Sopenharmony_ci	case "$(srcdir)" in \
7931cb0ef41Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
7941cb0ef41Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
7951cb0ef41Sopenharmony_ci	esac; \
7961cb0ef41Sopenharmony_ci	for i in $$list; do \
7971cb0ef41Sopenharmony_ci	  if test -f "$$i"; then \
7981cb0ef41Sopenharmony_ci	    echo "$(subdir)/$$i"; \
7991cb0ef41Sopenharmony_ci	  else \
8001cb0ef41Sopenharmony_ci	    echo "$$sdir/$$i"; \
8011cb0ef41Sopenharmony_ci	  fi; \
8021cb0ef41Sopenharmony_ci	done >> $(top_builddir)/cscope.files
8031cb0ef41Sopenharmony_ci
8041cb0ef41Sopenharmony_cidistclean-tags:
8051cb0ef41Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
8061cb0ef41Sopenharmony_cidistdir: $(BUILT_SOURCES)
8071cb0ef41Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
8081cb0ef41Sopenharmony_ci
8091cb0ef41Sopenharmony_cidistdir-am: $(DISTFILES)
8101cb0ef41Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
8111cb0ef41Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
8121cb0ef41Sopenharmony_ci	list='$(DISTFILES)'; \
8131cb0ef41Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
8141cb0ef41Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
8151cb0ef41Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
8161cb0ef41Sopenharmony_ci	case $$dist_files in \
8171cb0ef41Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
8181cb0ef41Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
8191cb0ef41Sopenharmony_ci			   sort -u` ;; \
8201cb0ef41Sopenharmony_ci	esac; \
8211cb0ef41Sopenharmony_ci	for file in $$dist_files; do \
8221cb0ef41Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
8231cb0ef41Sopenharmony_ci	  if test -d $$d/$$file; then \
8241cb0ef41Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
8251cb0ef41Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
8261cb0ef41Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
8271cb0ef41Sopenharmony_ci	    fi; \
8281cb0ef41Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8291cb0ef41Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
8301cb0ef41Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
8311cb0ef41Sopenharmony_ci	    fi; \
8321cb0ef41Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
8331cb0ef41Sopenharmony_ci	  else \
8341cb0ef41Sopenharmony_ci	    test -f "$(distdir)/$$file" \
8351cb0ef41Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
8361cb0ef41Sopenharmony_ci	    || exit 1; \
8371cb0ef41Sopenharmony_ci	  fi; \
8381cb0ef41Sopenharmony_ci	done
8391cb0ef41Sopenharmony_ci	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
8401cb0ef41Sopenharmony_ci	  if test "$$subdir" = .; then :; else \
8411cb0ef41Sopenharmony_ci	    $(am__make_dryrun) \
8421cb0ef41Sopenharmony_ci	      || test -d "$(distdir)/$$subdir" \
8431cb0ef41Sopenharmony_ci	      || $(MKDIR_P) "$(distdir)/$$subdir" \
8441cb0ef41Sopenharmony_ci	      || exit 1; \
8451cb0ef41Sopenharmony_ci	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
8461cb0ef41Sopenharmony_ci	    $(am__relativize); \
8471cb0ef41Sopenharmony_ci	    new_distdir=$$reldir; \
8481cb0ef41Sopenharmony_ci	    dir1=$$subdir; dir2="$(top_distdir)"; \
8491cb0ef41Sopenharmony_ci	    $(am__relativize); \
8501cb0ef41Sopenharmony_ci	    new_top_distdir=$$reldir; \
8511cb0ef41Sopenharmony_ci	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
8521cb0ef41Sopenharmony_ci	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
8531cb0ef41Sopenharmony_ci	    ($(am__cd) $$subdir && \
8541cb0ef41Sopenharmony_ci	      $(MAKE) $(AM_MAKEFLAGS) \
8551cb0ef41Sopenharmony_ci	        top_distdir="$$new_top_distdir" \
8561cb0ef41Sopenharmony_ci	        distdir="$$new_distdir" \
8571cb0ef41Sopenharmony_ci		am__remove_distdir=: \
8581cb0ef41Sopenharmony_ci		am__skip_length_check=: \
8591cb0ef41Sopenharmony_ci		am__skip_mode_fix=: \
8601cb0ef41Sopenharmony_ci	        distdir) \
8611cb0ef41Sopenharmony_ci	      || exit 1; \
8621cb0ef41Sopenharmony_ci	  fi; \
8631cb0ef41Sopenharmony_ci	done
8641cb0ef41Sopenharmony_cicheck-am: all-am
8651cb0ef41Sopenharmony_cicheck: check-recursive
8661cb0ef41Sopenharmony_ciall-am: Makefile $(LTLIBRARIES) $(DATA)
8671cb0ef41Sopenharmony_ciinstalldirs: installdirs-recursive
8681cb0ef41Sopenharmony_ciinstalldirs-am:
8691cb0ef41Sopenharmony_ci	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
8701cb0ef41Sopenharmony_ci	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8711cb0ef41Sopenharmony_ci	done
8721cb0ef41Sopenharmony_ciinstall: install-recursive
8731cb0ef41Sopenharmony_ciinstall-exec: install-exec-recursive
8741cb0ef41Sopenharmony_ciinstall-data: install-data-recursive
8751cb0ef41Sopenharmony_ciuninstall: uninstall-recursive
8761cb0ef41Sopenharmony_ci
8771cb0ef41Sopenharmony_ciinstall-am: all-am
8781cb0ef41Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
8791cb0ef41Sopenharmony_ci
8801cb0ef41Sopenharmony_ciinstallcheck: installcheck-recursive
8811cb0ef41Sopenharmony_ciinstall-strip:
8821cb0ef41Sopenharmony_ci	if test -z '$(STRIP)'; then \
8831cb0ef41Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8841cb0ef41Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
8851cb0ef41Sopenharmony_ci	      install; \
8861cb0ef41Sopenharmony_ci	else \
8871cb0ef41Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8881cb0ef41Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
8891cb0ef41Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
8901cb0ef41Sopenharmony_ci	fi
8911cb0ef41Sopenharmony_cimostlyclean-generic:
8921cb0ef41Sopenharmony_ci
8931cb0ef41Sopenharmony_ciclean-generic:
8941cb0ef41Sopenharmony_ci
8951cb0ef41Sopenharmony_cidistclean-generic:
8961cb0ef41Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8971cb0ef41Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
8981cb0ef41Sopenharmony_ci	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
8991cb0ef41Sopenharmony_ci
9001cb0ef41Sopenharmony_cimaintainer-clean-generic:
9011cb0ef41Sopenharmony_ci	@echo "This command is intended for maintainers to use"
9021cb0ef41Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
9031cb0ef41Sopenharmony_ciclean: clean-recursive
9041cb0ef41Sopenharmony_ci
9051cb0ef41Sopenharmony_ciclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
9061cb0ef41Sopenharmony_ci	mostlyclean-am
9071cb0ef41Sopenharmony_ci
9081cb0ef41Sopenharmony_cidistclean: distclean-recursive
9091cb0ef41Sopenharmony_ci		-rm -f ./$(DEPDIR)/nghttp2_buf.Plo
9101cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo
9111cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_debug.Plo
9121cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_extpri.Plo
9131cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_frame.Plo
9141cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_hd.Plo
9151cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo
9161cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo
9171cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_helper.Plo
9181cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_http.Plo
9191cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_map.Plo
9201cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_mem.Plo
9211cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_npn.Plo
9221cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_option.Plo
9231cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_outbound_item.Plo
9241cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_pq.Plo
9251cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_priority_spec.Plo
9261cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_queue.Plo
9271cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_ratelim.Plo
9281cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_rcbuf.Plo
9291cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_session.Plo
9301cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_stream.Plo
9311cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_submit.Plo
9321cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_time.Plo
9331cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_version.Plo
9341cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/sfparse.Plo
9351cb0ef41Sopenharmony_ci	-rm -f Makefile
9361cb0ef41Sopenharmony_cidistclean-am: clean-am distclean-compile distclean-generic \
9371cb0ef41Sopenharmony_ci	distclean-tags
9381cb0ef41Sopenharmony_ci
9391cb0ef41Sopenharmony_cidvi: dvi-recursive
9401cb0ef41Sopenharmony_ci
9411cb0ef41Sopenharmony_cidvi-am:
9421cb0ef41Sopenharmony_ci
9431cb0ef41Sopenharmony_cihtml: html-recursive
9441cb0ef41Sopenharmony_ci
9451cb0ef41Sopenharmony_cihtml-am:
9461cb0ef41Sopenharmony_ci
9471cb0ef41Sopenharmony_ciinfo: info-recursive
9481cb0ef41Sopenharmony_ci
9491cb0ef41Sopenharmony_ciinfo-am:
9501cb0ef41Sopenharmony_ci
9511cb0ef41Sopenharmony_ciinstall-data-am: install-pkgconfigDATA
9521cb0ef41Sopenharmony_ci
9531cb0ef41Sopenharmony_ciinstall-dvi: install-dvi-recursive
9541cb0ef41Sopenharmony_ci
9551cb0ef41Sopenharmony_ciinstall-dvi-am:
9561cb0ef41Sopenharmony_ci
9571cb0ef41Sopenharmony_ciinstall-exec-am: install-libLTLIBRARIES
9581cb0ef41Sopenharmony_ci
9591cb0ef41Sopenharmony_ciinstall-html: install-html-recursive
9601cb0ef41Sopenharmony_ci
9611cb0ef41Sopenharmony_ciinstall-html-am:
9621cb0ef41Sopenharmony_ci
9631cb0ef41Sopenharmony_ciinstall-info: install-info-recursive
9641cb0ef41Sopenharmony_ci
9651cb0ef41Sopenharmony_ciinstall-info-am:
9661cb0ef41Sopenharmony_ci
9671cb0ef41Sopenharmony_ciinstall-man:
9681cb0ef41Sopenharmony_ci
9691cb0ef41Sopenharmony_ciinstall-pdf: install-pdf-recursive
9701cb0ef41Sopenharmony_ci
9711cb0ef41Sopenharmony_ciinstall-pdf-am:
9721cb0ef41Sopenharmony_ci
9731cb0ef41Sopenharmony_ciinstall-ps: install-ps-recursive
9741cb0ef41Sopenharmony_ci
9751cb0ef41Sopenharmony_ciinstall-ps-am:
9761cb0ef41Sopenharmony_ci
9771cb0ef41Sopenharmony_ciinstallcheck-am:
9781cb0ef41Sopenharmony_ci
9791cb0ef41Sopenharmony_cimaintainer-clean: maintainer-clean-recursive
9801cb0ef41Sopenharmony_ci		-rm -f ./$(DEPDIR)/nghttp2_buf.Plo
9811cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_callbacks.Plo
9821cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_debug.Plo
9831cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_extpri.Plo
9841cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_frame.Plo
9851cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_hd.Plo
9861cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_hd_huffman.Plo
9871cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_hd_huffman_data.Plo
9881cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_helper.Plo
9891cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_http.Plo
9901cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_map.Plo
9911cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_mem.Plo
9921cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_npn.Plo
9931cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_option.Plo
9941cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_outbound_item.Plo
9951cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_pq.Plo
9961cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_priority_spec.Plo
9971cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_queue.Plo
9981cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_ratelim.Plo
9991cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_rcbuf.Plo
10001cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_session.Plo
10011cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_stream.Plo
10021cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_submit.Plo
10031cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_time.Plo
10041cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/nghttp2_version.Plo
10051cb0ef41Sopenharmony_ci	-rm -f ./$(DEPDIR)/sfparse.Plo
10061cb0ef41Sopenharmony_ci	-rm -f Makefile
10071cb0ef41Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
10081cb0ef41Sopenharmony_ci
10091cb0ef41Sopenharmony_cimostlyclean: mostlyclean-recursive
10101cb0ef41Sopenharmony_ci
10111cb0ef41Sopenharmony_cimostlyclean-am: mostlyclean-compile mostlyclean-generic \
10121cb0ef41Sopenharmony_ci	mostlyclean-libtool
10131cb0ef41Sopenharmony_ci
10141cb0ef41Sopenharmony_cipdf: pdf-recursive
10151cb0ef41Sopenharmony_ci
10161cb0ef41Sopenharmony_cipdf-am:
10171cb0ef41Sopenharmony_ci
10181cb0ef41Sopenharmony_cips: ps-recursive
10191cb0ef41Sopenharmony_ci
10201cb0ef41Sopenharmony_cips-am:
10211cb0ef41Sopenharmony_ci
10221cb0ef41Sopenharmony_ciuninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
10231cb0ef41Sopenharmony_ci
10241cb0ef41Sopenharmony_ci.MAKE: $(am__recursive_targets) install-am install-strip
10251cb0ef41Sopenharmony_ci
10261cb0ef41Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
10271cb0ef41Sopenharmony_ci	am--depfiles check check-am clean clean-generic \
10281cb0ef41Sopenharmony_ci	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
10291cb0ef41Sopenharmony_ci	ctags-am distclean distclean-compile distclean-generic \
10301cb0ef41Sopenharmony_ci	distclean-libtool distclean-tags distdir dvi dvi-am html \
10311cb0ef41Sopenharmony_ci	html-am info info-am install install-am install-data \
10321cb0ef41Sopenharmony_ci	install-data-am install-dvi install-dvi-am install-exec \
10331cb0ef41Sopenharmony_ci	install-exec-am install-html install-html-am install-info \
10341cb0ef41Sopenharmony_ci	install-info-am install-libLTLIBRARIES install-man install-pdf \
10351cb0ef41Sopenharmony_ci	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
10361cb0ef41Sopenharmony_ci	install-strip installcheck installcheck-am installdirs \
10371cb0ef41Sopenharmony_ci	installdirs-am maintainer-clean maintainer-clean-generic \
10381cb0ef41Sopenharmony_ci	mostlyclean mostlyclean-compile mostlyclean-generic \
10391cb0ef41Sopenharmony_ci	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
10401cb0ef41Sopenharmony_ci	uninstall-am uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
10411cb0ef41Sopenharmony_ci
10421cb0ef41Sopenharmony_ci.PRECIOUS: Makefile
10431cb0ef41Sopenharmony_ci
10441cb0ef41Sopenharmony_ci
10451cb0ef41Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
10461cb0ef41Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
10471cb0ef41Sopenharmony_ci.NOEXPORT:
1048