1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# include Makefile.am
18#
19#  Licensed to the Apache Software Foundation (ASF) under one
20#  or more contributor license agreements.  See the NOTICE file
21#  distributed with this work for additional information
22#  regarding copyright ownership.  The ASF licenses this file
23#  to you under the Apache License, Version 2.0 (the
24#  "License"); you may not use this file except in compliance
25#  with the License.  You may obtain a copy of the License at
26#
27#      http://www.apache.org/licenses/LICENSE-2.0
28#
29#  Unless required by applicable law or agreed to in writing, software
30#  distributed under the License is distributed on an "AS IS" BASIS,
31#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32#  See the License for the specific language governing permissions and
33#  limitations under the License.
34VPATH = @srcdir@
35am__is_gnu_make = { \
36  if test -z '$(MAKELEVEL)'; then \
37    false; \
38  elif test -n '$(MAKE_HOST)'; then \
39    true; \
40  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41    true; \
42  else \
43    false; \
44  fi; \
45}
46am__make_running_with_option = \
47  case $${target_option-} in \
48      ?) ;; \
49      *) echo "am__make_running_with_option: internal error: invalid" \
50              "target option '$${target_option-}' specified" >&2; \
51         exit 1;; \
52  esac; \
53  has_opt=no; \
54  sane_makeflags=$$MAKEFLAGS; \
55  if $(am__is_gnu_make); then \
56    sane_makeflags=$$MFLAGS; \
57  else \
58    case $$MAKEFLAGS in \
59      *\\[\ \	]*) \
60        bs=\\; \
61        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
63    esac; \
64  fi; \
65  skip_next=no; \
66  strip_trailopt () \
67  { \
68    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69  }; \
70  for flg in $$sane_makeflags; do \
71    test $$skip_next = yes && { skip_next=no; continue; }; \
72    case $$flg in \
73      *=*|--*) continue;; \
74        -*I) strip_trailopt 'I'; skip_next=yes;; \
75      -*I?*) strip_trailopt 'I';; \
76        -*O) strip_trailopt 'O'; skip_next=yes;; \
77      -*O?*) strip_trailopt 'O';; \
78        -*l) strip_trailopt 'l'; skip_next=yes;; \
79      -*l?*) strip_trailopt 'l';; \
80      -[dEDm]) skip_next=yes;; \
81      -[JT]) skip_next=yes;; \
82    esac; \
83    case $$flg in \
84      *$$target_option*) has_opt=yes; break;; \
85    esac; \
86  done; \
87  test $$has_opt = yes
88am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90pkgincludedir = $(includedir)/@PACKAGE@
91am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92install_sh_DATA = $(install_sh) -c -m 644
93install_sh_PROGRAM = $(install_sh) -c
94install_sh_SCRIPT = $(install_sh) -c
95INSTALL_HEADER = $(INSTALL_DATA)
96transform = $(program_transform_name)
97NORMAL_INSTALL = :
98PRE_INSTALL = :
99POST_INSTALL = :
100NORMAL_UNINSTALL = :
101PRE_UNINSTALL = :
102POST_UNINSTALL = :
103build_triplet = @build@
104host_triplet = @host@
105subdir = include
106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107am__aclocal_m4_deps = $(top_srcdir)/build/atomic.m4 \
108	$(top_srcdir)/build/ax_check_openssl.m4 \
109	$(top_srcdir)/build/ax_compare_version.m4 \
110	$(top_srcdir)/build/ax_compiler_vendor.m4 \
111	$(top_srcdir)/build/ax_lib_curl.m4 \
112	$(top_srcdir)/build/ax_lib_readline.m4 \
113	$(top_srcdir)/build/ax_path_generic.m4 \
114	$(top_srcdir)/build/ax_perl_modules.m4 \
115	$(top_srcdir)/build/ax_require_defined.m4 \
116	$(top_srcdir)/build/ax_with_curses.m4 \
117	$(top_srcdir)/build/boringocsp.m4 \
118	$(top_srcdir)/build/brotli.m4 $(top_srcdir)/build/cjose.m4 \
119	$(top_srcdir)/build/common.m4 $(top_srcdir)/build/crypto.m4 \
120	$(top_srcdir)/build/hiredis.m4 $(top_srcdir)/build/jansson.m4 \
121	$(top_srcdir)/build/jemalloc.m4 $(top_srcdir)/build/libtool.m4 \
122	$(top_srcdir)/build/ltoptions.m4 \
123	$(top_srcdir)/build/ltsugar.m4 \
124	$(top_srcdir)/build/ltversion.m4 \
125	$(top_srcdir)/build/lt~obsolete.m4 \
126	$(top_srcdir)/build/luajit.m4 $(top_srcdir)/build/lzma.m4 \
127	$(top_srcdir)/build/network.m4 $(top_srcdir)/build/pcre.m4 \
128	$(top_srcdir)/build/pkg.m4 $(top_srcdir)/build/tcmalloc.m4 \
129	$(top_srcdir)/build/yaml-cpp.m4 $(top_srcdir)/build/zlib.m4 \
130	$(top_srcdir)/configure.ac
131am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132	$(ACLOCAL_M4)
133DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
134mkinstalldirs = $(install_sh) -d
135CONFIG_HEADER = ink_autoconf.h
136CONFIG_CLEAN_FILES =
137CONFIG_CLEAN_VPATH_FILES =
138AM_V_P = $(am__v_P_@AM_V@)
139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
140am__v_P_0 = false
141am__v_P_1 = :
142AM_V_GEN = $(am__v_GEN_@AM_V@)
143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
144am__v_GEN_0 = @echo "  GEN     " $@;
145am__v_GEN_1 =
146AM_V_at = $(am__v_at_@AM_V@)
147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
148am__v_at_0 = @
149am__v_at_1 =
150SOURCES =
151DIST_SOURCES =
152RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
153	ctags-recursive dvi-recursive html-recursive info-recursive \
154	install-data-recursive install-dvi-recursive \
155	install-exec-recursive install-html-recursive \
156	install-info-recursive install-pdf-recursive \
157	install-ps-recursive install-recursive installcheck-recursive \
158	installdirs-recursive pdf-recursive ps-recursive \
159	tags-recursive uninstall-recursive
160am__can_run_installinfo = \
161  case $$AM_UPDATE_INFO_DIR in \
162    n|no|NO) false;; \
163    *) (install-info --version) >/dev/null 2>&1;; \
164  esac
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
166  distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168  $(RECURSIVE_TARGETS) \
169  $(RECURSIVE_CLEAN_TARGETS) \
170  $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172	distdir distdir-am
173am__extra_recursive_targets = clang-tidy-recursive
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
175	ink_autoconf.h.in
176# Read a list of newline-separated strings from the standard input,
177# and print each of them once, without duplicates.  Input order is
178# *not* preserved.
179am__uniquify_input = $(AWK) '\
180  BEGIN { nonempty = 0; } \
181  { items[$$0] = 1; nonempty = 1; } \
182  END { if (nonempty) { for (i in items) print i; }; } \
183'
184# Make sure the list of sources is unique.  This is necessary because,
185# e.g., the same source file might be shared among _SOURCES variables
186# for different programs/libraries.
187am__define_uniq_tagged_files = \
188  list='$(am__tagged_files)'; \
189  unique=`for i in $$list; do \
190    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191  done | $(am__uniquify_input)`
192ETAGS = etags
193CTAGS = ctags
194DIST_SUBDIRS = $(SUBDIRS)
195am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ink_autoconf.h.in
196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197am__relativize = \
198  dir0=`pwd`; \
199  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200  sed_rest='s,^[^/]*/*,,'; \
201  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202  sed_butlast='s,/*[^/]*$$,,'; \
203  while test -n "$$dir1"; do \
204    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205    if test "$$first" != "."; then \
206      if test "$$first" = ".."; then \
207        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209      else \
210        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211        if test "$$first2" = "$$first"; then \
212          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213        else \
214          dir2="../$$dir2"; \
215        fi; \
216        dir0="$$dir0"/"$$first"; \
217      fi; \
218    fi; \
219    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220  done; \
221  reldir="$$dir2"
222pkgdatadir = @pkgdatadir@
223pkglibdir = @pkglibdir@
224pkglibexecdir = @pkglibexecdir@
225ACLOCAL = @ACLOCAL@
226AMTAR = @AMTAR@
227AM_CFLAGS = @AM_CFLAGS@
228AM_CPPFLAGS = @AM_CPPFLAGS@
229AM_CXXFLAGS = @AM_CXXFLAGS@
230AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231AM_LDFLAGS = @AM_LDFLAGS@
232AR = @AR@
233ASCPP = @ASCPP@
234ATOMIC_LIBS = @ATOMIC_LIBS@
235AUTOCONF = @AUTOCONF@
236AUTOHEADER = @AUTOHEADER@
237AUTOMAKE = @AUTOMAKE@
238AWK = @AWK@
239BORINGOCSP_INCLUDES = @BORINGOCSP_INCLUDES@
240BORINGOCSP_LDFLAGS = @BORINGOCSP_LDFLAGS@
241BORINGOCSP_LIBS = @BORINGOCSP_LIBS@
242BROTLIENC_CFLAGS = @BROTLIENC_CFLAGS@
243BROTLIENC_LIB = @BROTLIENC_LIB@
244CC = @CC@
245CCACHE = @CCACHE@
246CCAS = @CCAS@
247CCASDEPMODE = @CCASDEPMODE@
248CCASFLAGS = @CCASFLAGS@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
251CFLAGS_HIREDIS = @CFLAGS_HIREDIS@
252CLANG_TIDY = @CLANG_TIDY@
253CPP = @CPP@
254CPPFLAGS = @CPPFLAGS@
255CURL_CFLAGS = @CURL_CFLAGS@
256CURL_CONFIG = @CURL_CONFIG@
257CURL_LIBS = @CURL_LIBS@
258CURSES_CFLAGS = @CURSES_CFLAGS@
259CURSES_LDFLAGS = @CURSES_LDFLAGS@
260CURSES_LIBS = @CURSES_LIBS@
261CXX = @CXX@
262CXXCPP = @CXXCPP@
263CXXDEPMODE = @CXXDEPMODE@
264CXXFLAGS = @CXXFLAGS@
265CYGPATH_W = @CYGPATH_W@
266DEFS = @DEFS@
267DEPDIR = @DEPDIR@
268DLLTOOL = @DLLTOOL@
269DOXYGEN = @DOXYGEN@
270DSYMUTIL = @DSYMUTIL@
271DTRACE = @DTRACE@
272DUMPBIN = @DUMPBIN@
273ECHO_C = @ECHO_C@
274ECHO_N = @ECHO_N@
275ECHO_T = @ECHO_T@
276EGREP = @EGREP@
277EXEEXT = @EXEEXT@
278FGREP = @FGREP@
279FLEX_CFLAGS = @FLEX_CFLAGS@
280GEOIP_LIBS = @GEOIP_LIBS@
281GREP = @GREP@
282HOST_GUESS = @HOST_GUESS@
283HWLOC_CFLAGS = @HWLOC_CFLAGS@
284HWLOC_LIBS = @HWLOC_LIBS@
285INSTALL = @INSTALL@
286INSTALL_DATA = @INSTALL_DATA@
287INSTALL_PROGRAM = @INSTALL_PROGRAM@
288INSTALL_SCRIPT = @INSTALL_SCRIPT@
289INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
290JAVA = @JAVA@
291LD = @LD@
292LDFLAGS = @LDFLAGS@
293LEX = @LEX@
294LEXLIB = @LEXLIB@
295LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
296LIBBROTLIENC_CFLAGS = @LIBBROTLIENC_CFLAGS@
297LIBBROTLIENC_LIBS = @LIBBROTLIENC_LIBS@
298LIBCAP = @LIBCAP@
299LIBCJOSE = @LIBCJOSE@
300LIBCRYPT = @LIBCRYPT@
301LIBJANSSON = @LIBJANSSON@
302LIBLZMA = @LIBLZMA@
303LIBMAGICKCPP_CFLAGS = @LIBMAGICKCPP_CFLAGS@
304LIBMAGICKCPP_LIBS = @LIBMAGICKCPP_LIBS@
305LIBOBJS = @LIBOBJS@
306LIBPCRE = @LIBPCRE@
307LIBPROFILER = @LIBPROFILER@
308LIBREADLINE = @LIBREADLINE@
309LIBRESOLV = @LIBRESOLV@
310LIBS = @LIBS@
311LIBTOOL = @LIBTOOL@
312LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
313LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
314LIBZ = @LIBZ@
315LIB_HIREDIS = @LIB_HIREDIS@
316LIB_KYOTOCABINET = @LIB_KYOTOCABINET@
317LIB_MYSQLCLIENT = @LIB_MYSQLCLIENT@
318LIPO = @LIPO@
319LN_S = @LN_S@
320LTLIBOBJS = @LTLIBOBJS@
321LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
322LUAJIT_CFLAGS = @LUAJIT_CFLAGS@
323LUAJIT_CPPFLAGS = @LUAJIT_CPPFLAGS@
324LUAJIT_DARWIN_LDFLAGS = @LUAJIT_DARWIN_LDFLAGS@
325LUAJIT_LDFLAGS = @LUAJIT_LDFLAGS@
326LUAJIT_LIBS = @LUAJIT_LIBS@
327MAINT = @MAINT@
328MAKEINFO = @MAKEINFO@
329MANIFEST_TOOL = @MANIFEST_TOOL@
330MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
331MKDIR_P = @MKDIR_P@
332NM = @NM@
333NMEDIT = @NMEDIT@
334OBJDUMP = @OBJDUMP@
335OBJEXT = @OBJEXT@
336OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
337OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
338OPENSSL_LIBS = @OPENSSL_LIBS@
339OTOOL = @OTOOL@
340OTOOL64 = @OTOOL64@
341PACKAGE = @PACKAGE@
342PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
343PACKAGE_NAME = @PACKAGE_NAME@
344PACKAGE_STRING = @PACKAGE_STRING@
345PACKAGE_TARNAME = @PACKAGE_TARNAME@
346PACKAGE_URL = @PACKAGE_URL@
347PACKAGE_VERSION = @PACKAGE_VERSION@
348PATH_SEPARATOR = @PATH_SEPARATOR@
349PCRE_CONFIG = @PCRE_CONFIG@
350PERL = @PERL@
351PKG_CONFIG = @PKG_CONFIG@
352PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
353PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
354PYTHON = @PYTHON@
355PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
356PYTHON_PLATFORM = @PYTHON_PLATFORM@
357PYTHON_PREFIX = @PYTHON_PREFIX@
358PYTHON_VERSION = @PYTHON_VERSION@
359RANLIB = @RANLIB@
360RM = @RM@
361RPATH = @RPATH@
362SED = @SED@
363SET_MAKE = @SET_MAKE@
364SHELL = @SHELL@
365SPHINXBUILD = @SPHINXBUILD@
366SPHINXOPTS = @SPHINXOPTS@
367STRIP = @STRIP@
368TS_INCLUDES = @TS_INCLUDES@
369TS_LIBTOOL_VERSION = @TS_LIBTOOL_VERSION@
370TS_MAN1_MANPAGES = @TS_MAN1_MANPAGES@
371TS_MAN3_MANPAGES = @TS_MAN3_MANPAGES@
372TS_MAN5_MANPAGES = @TS_MAN5_MANPAGES@
373TS_MAN8_MANPAGES = @TS_MAN8_MANPAGES@
374TS_VERSION_MAJOR = @TS_VERSION_MAJOR@
375TS_VERSION_MICRO = @TS_VERSION_MICRO@
376TS_VERSION_MINOR = @TS_VERSION_MINOR@
377TS_VERSION_NUMBER = @TS_VERSION_NUMBER@
378TS_VERSION_STRING = @TS_VERSION_STRING@
379VERSION = @VERSION@
380YACC = @YACC@
381YAMLCPP_INCLUDES = @YAMLCPP_INCLUDES@
382YAMLCPP_LDFLAGS = @YAMLCPP_LDFLAGS@
383YAMLCPP_LIBS = @YAMLCPP_LIBS@
384abs_builddir = @abs_builddir@
385abs_srcdir = @abs_srcdir@
386abs_top_builddir = @abs_top_builddir@
387abs_top_srcdir = @abs_top_srcdir@
388ac_ct_AR = @ac_ct_AR@
389ac_ct_CC = @ac_ct_CC@
390ac_ct_CXX = @ac_ct_CXX@
391ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
392am__include = @am__include@
393am__leading_dot = @am__leading_dot@
394am__quote = @am__quote@
395am__tar = @am__tar@
396am__untar = @am__untar@
397bindir = @bindir@
398build = @build@
399build_alias = @build_alias@
400build_cpu = @build_cpu@
401build_group = @build_group@
402build_machine = @build_machine@
403build_number = @build_number@
404build_os = @build_os@
405build_person = @build_person@
406build_vendor = @build_vendor@
407builddir = @builddir@
408cachedir = @cachedir@
409datadir = @datadir@
410datarootdir = @datarootdir@
411default_loopback_iface = @default_loopback_iface@
412default_stack_size = @default_stack_size@
413docdir = @docdir@
414dvidir = @dvidir@
415enable_fips = @enable_fips@
416enable_remote_cov_commit = @enable_remote_cov_commit@
417exec_prefix = @exec_prefix@
418exp_bindir = @exp_bindir@
419exp_cachedir = @exp_cachedir@
420exp_datadir = @exp_datadir@
421exp_docdir = @exp_docdir@
422exp_exec_prefix = @exp_exec_prefix@
423exp_includedir = @exp_includedir@
424exp_infodir = @exp_infodir@
425exp_installbuilddir = @exp_installbuilddir@
426exp_libdir = @exp_libdir@
427exp_libexecdir = @exp_libexecdir@
428exp_localstatedir = @exp_localstatedir@
429exp_logdir = @exp_logdir@
430exp_mandir = @exp_mandir@
431exp_prefix = @exp_prefix@
432exp_runtimedir = @exp_runtimedir@
433exp_sbindir = @exp_sbindir@
434exp_sysconfdir = @exp_sysconfdir@
435has_128bit_cas = @has_128bit_cas@
436has_backtrace = @has_backtrace@
437has_boringocsp = @has_boringocsp@
438has_expensive_tests = @has_expensive_tests@
439has_geoip = @has_geoip@
440has_in6_is_addr_unspecified = @has_in6_is_addr_unspecified@
441has_ip_tos = @has_ip_tos@
442has_kyotocabinet = @has_kyotocabinet@
443has_luajit = @has_luajit@
444has_maxminddb = @has_maxminddb@
445has_mysql = @has_mysql@
446has_profiler = @has_profiler@
447has_so_mark = @has_so_mark@
448has_so_peercred = @has_so_peercred@
449has_tcmalloc = @has_tcmalloc@
450has_tests = @has_tests@
451has_tls_early_data = @has_tls_early_data@
452has_tls_session_ticket = @has_tls_session_ticket@
453has_wccp = @has_wccp@
454host = @host@
455host_alias = @host_alias@
456host_cpu = @host_cpu@
457host_os = @host_os@
458host_vendor = @host_vendor@
459htmldir = @htmldir@
460includedir = @includedir@
461infodir = @infodir@
462install_sh = @install_sh@
463installbuilddir = @installbuilddir@
464iocore_include_dirs = @iocore_include_dirs@
465ip_transparent = @ip_transparent@
466jemalloch = @jemalloch@
467libdir = @libdir@
468libexecdir = @libexecdir@
469localedir = @localedir@
470localstatedir = @localstatedir@
471logdir = @logdir@
472mandir = @mandir@
473max_event_threads = @max_event_threads@
474max_host_name_len = @max_host_name_len@
475max_threads_per_type = @max_threads_per_type@
476mkdir_p = @mkdir_p@
477oldincludedir = @oldincludedir@
478pdfdir = @pdfdir@
479pkgbindir = @pkgbindir@
480pkgcachedir = @pkgcachedir@
481pkgdocdir = @pkgdocdir@
482pkglocalstatedir = @pkglocalstatedir@
483pkglogdir = @pkglogdir@
484pkgpyexecdir = @pkgpyexecdir@
485pkgpythondir = @pkgpythondir@
486pkgruntimedir = @pkgruntimedir@
487pkgsbindir = @pkgsbindir@
488pkgsysconfdir = @pkgsysconfdir@
489pkgsysgroup = @pkgsysgroup@
490pkgsysuser = @pkgsysuser@
491prefix = @prefix@
492program_transform_name = @program_transform_name@
493psdir = @psdir@
494pyexecdir = @pyexecdir@
495pythondir = @pythondir@
496rel_bindir = @rel_bindir@
497rel_cachedir = @rel_cachedir@
498rel_datadir = @rel_datadir@
499rel_docdir = @rel_docdir@
500rel_exec_prefix = @rel_exec_prefix@
501rel_includedir = @rel_includedir@
502rel_infodir = @rel_infodir@
503rel_installbuilddir = @rel_installbuilddir@
504rel_libdir = @rel_libdir@
505rel_libexecdir = @rel_libexecdir@
506rel_localstatedir = @rel_localstatedir@
507rel_logdir = @rel_logdir@
508rel_mandir = @rel_mandir@
509rel_prefix = @rel_prefix@
510rel_runtimedir = @rel_runtimedir@
511rel_sbindir = @rel_sbindir@
512rel_sysconfdir = @rel_sysconfdir@
513runstatedir = @runstatedir@
514runtimedir = @runtimedir@
515sbindir = @sbindir@
516sharedstatedir = @sharedstatedir@
517srcdir = @srcdir@
518sysconfdir = @sysconfdir@
519target_alias = @target_alias@
520top_build_prefix = @top_build_prefix@
521top_builddir = @top_builddir@
522top_srcdir = @top_srcdir@
523use_boringocsp = @use_boringocsp@
524use_dh_get_2048_256 = @use_dh_get_2048_256@
525use_diags = @use_diags@
526use_epoll = @use_epoll@
527use_fast_sdk = @use_fast_sdk@
528use_hello_cb = @use_hello_cb@
529use_hkdf = @use_hkdf@
530use_hrw_geoip = @use_hrw_geoip@
531use_hrw_maxminddb = @use_hrw_maxminddb@
532use_hwloc = @use_hwloc@
533use_kqueue = @use_kqueue@
534use_linux_native_aio = @use_linux_native_aio@
535use_port = @use_port@
536use_posix_cap = @use_posix_cap@
537use_quic = @use_quic@
538use_remote_unwinding = @use_remote_unwinding@
539use_set_rbio = @use_set_rbio@
540use_tls13 = @use_tls13@
541use_tls_async = @use_tls_async@
542use_tls_ocsp = @use_tls_ocsp@
543use_tls_set_ciphersuites = @use_tls_set_ciphersuites@
544use_tproxy = @use_tproxy@
545SUBDIRS = ts tscpp/api tscpp/util
546all: ink_autoconf.h
547	$(MAKE) $(AM_MAKEFLAGS) all-recursive
548
549.SUFFIXES:
550$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
551	@for dep in $?; do \
552	  case '$(am__configure_deps)' in \
553	    *$$dep*) \
554	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
555	        && { if test -f $@; then exit 0; else break; fi; }; \
556	      exit 1;; \
557	  esac; \
558	done; \
559	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
560	$(am__cd) $(top_srcdir) && \
561	  $(AUTOMAKE) --foreign include/Makefile
562Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
563	@case '$?' in \
564	  *config.status*) \
565	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
566	  *) \
567	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
568	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
569	esac;
570
571$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
572	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
573
574$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
575	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
576$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
577	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
578$(am__aclocal_m4_deps):
579
580ink_autoconf.h: stamp-h1
581	@test -f $@ || rm -f stamp-h1
582	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
583
584stamp-h1: $(srcdir)/ink_autoconf.h.in $(top_builddir)/config.status
585	@rm -f stamp-h1
586	cd $(top_builddir) && $(SHELL) ./config.status include/ink_autoconf.h
587$(srcdir)/ink_autoconf.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
588	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
589	rm -f stamp-h1
590	touch $@
591
592distclean-hdr:
593	-rm -f ink_autoconf.h stamp-h1
594
595mostlyclean-libtool:
596	-rm -f *.lo
597
598clean-libtool:
599	-rm -rf .libs _libs
600
601# This directory's subdirectories are mostly independent; you can cd
602# into them and run 'make' without going through this Makefile.
603# To change the values of 'make' variables: instead of editing Makefiles,
604# (1) if the variable is set in 'config.status', edit 'config.status'
605#     (which will cause the Makefiles to be regenerated when you run 'make');
606# (2) otherwise, pass the desired values on the 'make' command line.
607$(am__recursive_targets):
608	@fail=; \
609	if $(am__make_keepgoing); then \
610	  failcom='fail=yes'; \
611	else \
612	  failcom='exit 1'; \
613	fi; \
614	dot_seen=no; \
615	target=`echo $@ | sed s/-recursive//`; \
616	case "$@" in \
617	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
618	  *) list='$(SUBDIRS)' ;; \
619	esac; \
620	for subdir in $$list; do \
621	  echo "Making $$target in $$subdir"; \
622	  if test "$$subdir" = "."; then \
623	    dot_seen=yes; \
624	    local_target="$$target-am"; \
625	  else \
626	    local_target="$$target"; \
627	  fi; \
628	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
629	  || eval $$failcom; \
630	done; \
631	if test "$$dot_seen" = "no"; then \
632	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
633	fi; test -z "$$fail"
634clang-tidy-local:
635
636ID: $(am__tagged_files)
637	$(am__define_uniq_tagged_files); mkid -fID $$unique
638tags: tags-recursive
639TAGS: tags
640
641tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
642	set x; \
643	here=`pwd`; \
644	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
645	  include_option=--etags-include; \
646	  empty_fix=.; \
647	else \
648	  include_option=--include; \
649	  empty_fix=; \
650	fi; \
651	list='$(SUBDIRS)'; for subdir in $$list; do \
652	  if test "$$subdir" = .; then :; else \
653	    test ! -f $$subdir/TAGS || \
654	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
655	  fi; \
656	done; \
657	$(am__define_uniq_tagged_files); \
658	shift; \
659	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
660	  test -n "$$unique" || unique=$$empty_fix; \
661	  if test $$# -gt 0; then \
662	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
663	      "$$@" $$unique; \
664	  else \
665	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
666	      $$unique; \
667	  fi; \
668	fi
669ctags: ctags-recursive
670
671CTAGS: ctags
672ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
673	$(am__define_uniq_tagged_files); \
674	test -z "$(CTAGS_ARGS)$$unique" \
675	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
676	     $$unique
677
678GTAGS:
679	here=`$(am__cd) $(top_builddir) && pwd` \
680	  && $(am__cd) $(top_srcdir) \
681	  && gtags -i $(GTAGS_ARGS) "$$here"
682cscopelist: cscopelist-recursive
683
684cscopelist-am: $(am__tagged_files)
685	list='$(am__tagged_files)'; \
686	case "$(srcdir)" in \
687	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
688	  *) sdir=$(subdir)/$(srcdir) ;; \
689	esac; \
690	for i in $$list; do \
691	  if test -f "$$i"; then \
692	    echo "$(subdir)/$$i"; \
693	  else \
694	    echo "$$sdir/$$i"; \
695	  fi; \
696	done >> $(top_builddir)/cscope.files
697
698distclean-tags:
699	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
700
701distdir: $(BUILT_SOURCES)
702	$(MAKE) $(AM_MAKEFLAGS) distdir-am
703
704distdir-am: $(DISTFILES)
705	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
706	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
707	list='$(DISTFILES)'; \
708	  dist_files=`for file in $$list; do echo $$file; done | \
709	  sed -e "s|^$$srcdirstrip/||;t" \
710	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
711	case $$dist_files in \
712	  */*) $(MKDIR_P) `echo "$$dist_files" | \
713			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
714			   sort -u` ;; \
715	esac; \
716	for file in $$dist_files; do \
717	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
718	  if test -d $$d/$$file; then \
719	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
720	    if test -d "$(distdir)/$$file"; then \
721	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
722	    fi; \
723	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
724	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
725	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
726	    fi; \
727	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
728	  else \
729	    test -f "$(distdir)/$$file" \
730	    || cp -p $$d/$$file "$(distdir)/$$file" \
731	    || exit 1; \
732	  fi; \
733	done
734	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
735	  if test "$$subdir" = .; then :; else \
736	    $(am__make_dryrun) \
737	      || test -d "$(distdir)/$$subdir" \
738	      || $(MKDIR_P) "$(distdir)/$$subdir" \
739	      || exit 1; \
740	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
741	    $(am__relativize); \
742	    new_distdir=$$reldir; \
743	    dir1=$$subdir; dir2="$(top_distdir)"; \
744	    $(am__relativize); \
745	    new_top_distdir=$$reldir; \
746	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
747	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
748	    ($(am__cd) $$subdir && \
749	      $(MAKE) $(AM_MAKEFLAGS) \
750	        top_distdir="$$new_top_distdir" \
751	        distdir="$$new_distdir" \
752		am__remove_distdir=: \
753		am__skip_length_check=: \
754		am__skip_mode_fix=: \
755	        distdir) \
756	      || exit 1; \
757	  fi; \
758	done
759check-am: all-am
760check: check-recursive
761all-am: Makefile ink_autoconf.h
762installdirs: installdirs-recursive
763installdirs-am:
764install: install-recursive
765install-exec: install-exec-recursive
766install-data: install-data-recursive
767uninstall: uninstall-recursive
768
769install-am: all-am
770	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
771
772installcheck: installcheck-recursive
773install-strip:
774	if test -z '$(STRIP)'; then \
775	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
776	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
777	      install; \
778	else \
779	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
780	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
781	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
782	fi
783mostlyclean-generic:
784
785clean-generic:
786
787distclean-generic:
788	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
789	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
790
791maintainer-clean-generic:
792	@echo "This command is intended for maintainers to use"
793	@echo "it deletes files that may require special tools to rebuild."
794clang-tidy: clang-tidy-recursive
795
796clang-tidy-am: clang-tidy-local
797
798clean: clean-recursive
799
800clean-am: clean-generic clean-libtool mostlyclean-am
801
802distclean: distclean-recursive
803	-rm -f Makefile
804distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
805
806dvi: dvi-recursive
807
808dvi-am:
809
810html: html-recursive
811
812html-am:
813
814info: info-recursive
815
816info-am:
817
818install-data-am:
819
820install-dvi: install-dvi-recursive
821
822install-dvi-am:
823
824install-exec-am:
825
826install-html: install-html-recursive
827
828install-html-am:
829
830install-info: install-info-recursive
831
832install-info-am:
833
834install-man:
835
836install-pdf: install-pdf-recursive
837
838install-pdf-am:
839
840install-ps: install-ps-recursive
841
842install-ps-am:
843
844installcheck-am:
845
846maintainer-clean: maintainer-clean-recursive
847	-rm -f Makefile
848maintainer-clean-am: distclean-am maintainer-clean-generic
849
850mostlyclean: mostlyclean-recursive
851
852mostlyclean-am: mostlyclean-generic mostlyclean-libtool
853
854pdf: pdf-recursive
855
856pdf-am:
857
858ps: ps-recursive
859
860ps-am:
861
862uninstall-am:
863
864.MAKE: $(am__recursive_targets) all install-am install-strip
865
866.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
867	check-am clang-tidy-am clang-tidy-local clean clean-generic \
868	clean-libtool cscopelist-am ctags ctags-am distclean \
869	distclean-generic distclean-hdr distclean-libtool \
870	distclean-tags distdir dvi dvi-am html html-am info info-am \
871	install install-am install-data install-data-am install-dvi \
872	install-dvi-am install-exec install-exec-am install-html \
873	install-html-am install-info install-info-am install-man \
874	install-pdf install-pdf-am install-ps install-ps-am \
875	install-strip installcheck installcheck-am installdirs \
876	installdirs-am maintainer-clean maintainer-clean-generic \
877	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
878	ps ps-am tags tags-am uninstall uninstall-am
879
880.PRECIOUS: Makefile
881
882
883# Tell versions [3.59,3.63) of GNU make to not export all variables.
884# Otherwise a system limit (for SysV at least) may be exceeded.
885.NOEXPORT:
886