113498266Sopenharmony_ci# Makefile.in generated by automake 1.16.5 from Makefile.am.
213498266Sopenharmony_ci# @configure_input@
313498266Sopenharmony_ci
413498266Sopenharmony_ci# Copyright (C) 1994-2021 Free Software Foundation, Inc.
513498266Sopenharmony_ci
613498266Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation
713498266Sopenharmony_ci# gives unlimited permission to copy and/or distribute it,
813498266Sopenharmony_ci# with or without modifications, as long as this notice is preserved.
913498266Sopenharmony_ci
1013498266Sopenharmony_ci# This program is distributed in the hope that it will be useful,
1113498266Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1213498266Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1313498266Sopenharmony_ci# PARTICULAR PURPOSE.
1413498266Sopenharmony_ci
1513498266Sopenharmony_ci@SET_MAKE@
1613498266Sopenharmony_ci
1713498266Sopenharmony_ci#***************************************************************************
1813498266Sopenharmony_ci#                                  _   _ ____  _
1913498266Sopenharmony_ci#  Project                     ___| | | |  _ \| |
2013498266Sopenharmony_ci#                             / __| | | | |_) | |
2113498266Sopenharmony_ci#                            | (__| |_| |  _ <| |___
2213498266Sopenharmony_ci#                             \___|\___/|_| \_\_____|
2313498266Sopenharmony_ci#
2413498266Sopenharmony_ci# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
2513498266Sopenharmony_ci#
2613498266Sopenharmony_ci# This software is licensed as described in the file COPYING, which
2713498266Sopenharmony_ci# you should have received as part of this distribution. The terms
2813498266Sopenharmony_ci# are also available at https://curl.se/docs/copyright.html.
2913498266Sopenharmony_ci#
3013498266Sopenharmony_ci# You may opt to use, copy, modify, merge, publish, distribute and/or sell
3113498266Sopenharmony_ci# copies of the Software, and permit persons to whom the Software is
3213498266Sopenharmony_ci# furnished to do so, under the terms of the COPYING file.
3313498266Sopenharmony_ci#
3413498266Sopenharmony_ci# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
3513498266Sopenharmony_ci# KIND, either express or implied.
3613498266Sopenharmony_ci#
3713498266Sopenharmony_ci# SPDX-License-Identifier: curl
3813498266Sopenharmony_ci#
3913498266Sopenharmony_ci###########################################################################
4013498266Sopenharmony_ciVPATH = @srcdir@
4113498266Sopenharmony_ciam__is_gnu_make = { \
4213498266Sopenharmony_ci  if test -z '$(MAKELEVEL)'; then \
4313498266Sopenharmony_ci    false; \
4413498266Sopenharmony_ci  elif test -n '$(MAKE_HOST)'; then \
4513498266Sopenharmony_ci    true; \
4613498266Sopenharmony_ci  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
4713498266Sopenharmony_ci    true; \
4813498266Sopenharmony_ci  else \
4913498266Sopenharmony_ci    false; \
5013498266Sopenharmony_ci  fi; \
5113498266Sopenharmony_ci}
5213498266Sopenharmony_ciam__make_running_with_option = \
5313498266Sopenharmony_ci  case $${target_option-} in \
5413498266Sopenharmony_ci      ?) ;; \
5513498266Sopenharmony_ci      *) echo "am__make_running_with_option: internal error: invalid" \
5613498266Sopenharmony_ci              "target option '$${target_option-}' specified" >&2; \
5713498266Sopenharmony_ci         exit 1;; \
5813498266Sopenharmony_ci  esac; \
5913498266Sopenharmony_ci  has_opt=no; \
6013498266Sopenharmony_ci  sane_makeflags=$$MAKEFLAGS; \
6113498266Sopenharmony_ci  if $(am__is_gnu_make); then \
6213498266Sopenharmony_ci    sane_makeflags=$$MFLAGS; \
6313498266Sopenharmony_ci  else \
6413498266Sopenharmony_ci    case $$MAKEFLAGS in \
6513498266Sopenharmony_ci      *\\[\ \	]*) \
6613498266Sopenharmony_ci        bs=\\; \
6713498266Sopenharmony_ci        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
6813498266Sopenharmony_ci          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
6913498266Sopenharmony_ci    esac; \
7013498266Sopenharmony_ci  fi; \
7113498266Sopenharmony_ci  skip_next=no; \
7213498266Sopenharmony_ci  strip_trailopt () \
7313498266Sopenharmony_ci  { \
7413498266Sopenharmony_ci    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
7513498266Sopenharmony_ci  }; \
7613498266Sopenharmony_ci  for flg in $$sane_makeflags; do \
7713498266Sopenharmony_ci    test $$skip_next = yes && { skip_next=no; continue; }; \
7813498266Sopenharmony_ci    case $$flg in \
7913498266Sopenharmony_ci      *=*|--*) continue;; \
8013498266Sopenharmony_ci        -*I) strip_trailopt 'I'; skip_next=yes;; \
8113498266Sopenharmony_ci      -*I?*) strip_trailopt 'I';; \
8213498266Sopenharmony_ci        -*O) strip_trailopt 'O'; skip_next=yes;; \
8313498266Sopenharmony_ci      -*O?*) strip_trailopt 'O';; \
8413498266Sopenharmony_ci        -*l) strip_trailopt 'l'; skip_next=yes;; \
8513498266Sopenharmony_ci      -*l?*) strip_trailopt 'l';; \
8613498266Sopenharmony_ci      -[dEDm]) skip_next=yes;; \
8713498266Sopenharmony_ci      -[JT]) skip_next=yes;; \
8813498266Sopenharmony_ci    esac; \
8913498266Sopenharmony_ci    case $$flg in \
9013498266Sopenharmony_ci      *$$target_option*) has_opt=yes; break;; \
9113498266Sopenharmony_ci    esac; \
9213498266Sopenharmony_ci  done; \
9313498266Sopenharmony_ci  test $$has_opt = yes
9413498266Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option))
9513498266Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
9613498266Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@
9713498266Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@
9813498266Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@
9913498266Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@
10013498266Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
10113498266Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644
10213498266Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c
10313498266Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c
10413498266Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA)
10513498266Sopenharmony_citransform = $(program_transform_name)
10613498266Sopenharmony_ciNORMAL_INSTALL = :
10713498266Sopenharmony_ciPRE_INSTALL = :
10813498266Sopenharmony_ciPOST_INSTALL = :
10913498266Sopenharmony_ciNORMAL_UNINSTALL = :
11013498266Sopenharmony_ciPRE_UNINSTALL = :
11113498266Sopenharmony_ciPOST_UNINSTALL = :
11213498266Sopenharmony_cibuild_triplet = @build@
11313498266Sopenharmony_cihost_triplet = @host@
11413498266Sopenharmony_cisubdir = docs
11513498266Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4
11613498266Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
11713498266Sopenharmony_ci	$(top_srcdir)/m4/curl-bearssl.m4 \
11813498266Sopenharmony_ci	$(top_srcdir)/m4/curl-compilers.m4 \
11913498266Sopenharmony_ci	$(top_srcdir)/m4/curl-confopts.m4 \
12013498266Sopenharmony_ci	$(top_srcdir)/m4/curl-functions.m4 \
12113498266Sopenharmony_ci	$(top_srcdir)/m4/curl-gnutls.m4 \
12213498266Sopenharmony_ci	$(top_srcdir)/m4/curl-mbedtls.m4 \
12313498266Sopenharmony_ci	$(top_srcdir)/m4/curl-openssl.m4 \
12413498266Sopenharmony_ci	$(top_srcdir)/m4/curl-override.m4 \
12513498266Sopenharmony_ci	$(top_srcdir)/m4/curl-reentrant.m4 \
12613498266Sopenharmony_ci	$(top_srcdir)/m4/curl-rustls.m4 \
12713498266Sopenharmony_ci	$(top_srcdir)/m4/curl-schannel.m4 \
12813498266Sopenharmony_ci	$(top_srcdir)/m4/curl-sectransp.m4 \
12913498266Sopenharmony_ci	$(top_srcdir)/m4/curl-sysconfig.m4 \
13013498266Sopenharmony_ci	$(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
13113498266Sopenharmony_ci	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
13213498266Sopenharmony_ci	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
13313498266Sopenharmony_ci	$(top_srcdir)/m4/xc-am-iface.m4 \
13413498266Sopenharmony_ci	$(top_srcdir)/m4/xc-cc-check.m4 \
13513498266Sopenharmony_ci	$(top_srcdir)/m4/xc-lt-iface.m4 \
13613498266Sopenharmony_ci	$(top_srcdir)/m4/xc-translit.m4 \
13713498266Sopenharmony_ci	$(top_srcdir)/m4/xc-val-flgs.m4 \
13813498266Sopenharmony_ci	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
13913498266Sopenharmony_ci	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
14013498266Sopenharmony_ci	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
14113498266Sopenharmony_ci	$(top_srcdir)/configure.ac
14213498266Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
14313498266Sopenharmony_ci	$(ACLOCAL_M4)
14413498266Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
14513498266Sopenharmony_cimkinstalldirs = $(install_sh) -d
14613498266Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/lib/curl_config.h
14713498266Sopenharmony_ciCONFIG_CLEAN_FILES =
14813498266Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
14913498266Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
15013498266Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
15113498266Sopenharmony_ciam__v_P_0 = false
15213498266Sopenharmony_ciam__v_P_1 = :
15313498266Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
15413498266Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
15513498266Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
15613498266Sopenharmony_ciam__v_GEN_1 = 
15713498266Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
15813498266Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
15913498266Sopenharmony_ciam__v_at_0 = @
16013498266Sopenharmony_ciam__v_at_1 = 
16113498266Sopenharmony_cidepcomp =
16213498266Sopenharmony_ciam__maybe_remake_depfiles =
16313498266Sopenharmony_ciSOURCES =
16413498266Sopenharmony_ciDIST_SOURCES =
16513498266Sopenharmony_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
16613498266Sopenharmony_ci	ctags-recursive dvi-recursive html-recursive info-recursive \
16713498266Sopenharmony_ci	install-data-recursive install-dvi-recursive \
16813498266Sopenharmony_ci	install-exec-recursive install-html-recursive \
16913498266Sopenharmony_ci	install-info-recursive install-pdf-recursive \
17013498266Sopenharmony_ci	install-ps-recursive install-recursive installcheck-recursive \
17113498266Sopenharmony_ci	installdirs-recursive pdf-recursive ps-recursive \
17213498266Sopenharmony_ci	tags-recursive uninstall-recursive
17313498266Sopenharmony_ciam__can_run_installinfo = \
17413498266Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
17513498266Sopenharmony_ci    n|no|NO) false;; \
17613498266Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
17713498266Sopenharmony_ci  esac
17813498266Sopenharmony_ciam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
17913498266Sopenharmony_ciam__vpath_adj = case $$p in \
18013498266Sopenharmony_ci    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
18113498266Sopenharmony_ci    *) f=$$p;; \
18213498266Sopenharmony_ci  esac;
18313498266Sopenharmony_ciam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
18413498266Sopenharmony_ciam__install_max = 40
18513498266Sopenharmony_ciam__nobase_strip_setup = \
18613498266Sopenharmony_ci  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
18713498266Sopenharmony_ciam__nobase_strip = \
18813498266Sopenharmony_ci  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
18913498266Sopenharmony_ciam__nobase_list = $(am__nobase_strip_setup); \
19013498266Sopenharmony_ci  for p in $$list; do echo "$$p $$p"; done | \
19113498266Sopenharmony_ci  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
19213498266Sopenharmony_ci  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
19313498266Sopenharmony_ci    if (++n[$$2] == $(am__install_max)) \
19413498266Sopenharmony_ci      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
19513498266Sopenharmony_ci    END { for (dir in files) print dir, files[dir] }'
19613498266Sopenharmony_ciam__base_list = \
19713498266Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
19813498266Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
19913498266Sopenharmony_ciam__uninstall_files_from_dir = { \
20013498266Sopenharmony_ci  test -z "$$files" \
20113498266Sopenharmony_ci    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
20213498266Sopenharmony_ci    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
20313498266Sopenharmony_ci         $(am__cd) "$$dir" && rm -f $$files; }; \
20413498266Sopenharmony_ci  }
20513498266Sopenharmony_ciman1dir = $(mandir)/man1
20613498266Sopenharmony_ciam__installdirs = "$(DESTDIR)$(man1dir)"
20713498266Sopenharmony_ciMANS = $(dist_man_MANS) $(man_MANS)
20813498266Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
20913498266Sopenharmony_ci  distclean-recursive maintainer-clean-recursive
21013498266Sopenharmony_ciam__recursive_targets = \
21113498266Sopenharmony_ci  $(RECURSIVE_TARGETS) \
21213498266Sopenharmony_ci  $(RECURSIVE_CLEAN_TARGETS) \
21313498266Sopenharmony_ci  $(am__extra_recursive_targets)
21413498266Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
21513498266Sopenharmony_ci	distdir distdir-am
21613498266Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
21713498266Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
21813498266Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
21913498266Sopenharmony_ci# *not* preserved.
22013498266Sopenharmony_ciam__uniquify_input = $(AWK) '\
22113498266Sopenharmony_ci  BEGIN { nonempty = 0; } \
22213498266Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
22313498266Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
22413498266Sopenharmony_ci'
22513498266Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
22613498266Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
22713498266Sopenharmony_ci# for different programs/libraries.
22813498266Sopenharmony_ciam__define_uniq_tagged_files = \
22913498266Sopenharmony_ci  list='$(am__tagged_files)'; \
23013498266Sopenharmony_ci  unique=`for i in $$list; do \
23113498266Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
23213498266Sopenharmony_ci  done | $(am__uniquify_input)`
23313498266Sopenharmony_ciam__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in INSTALL \
23413498266Sopenharmony_ci	README.md THANKS TODO
23513498266Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
23613498266Sopenharmony_ciam__relativize = \
23713498266Sopenharmony_ci  dir0=`pwd`; \
23813498266Sopenharmony_ci  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
23913498266Sopenharmony_ci  sed_rest='s,^[^/]*/*,,'; \
24013498266Sopenharmony_ci  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
24113498266Sopenharmony_ci  sed_butlast='s,/*[^/]*$$,,'; \
24213498266Sopenharmony_ci  while test -n "$$dir1"; do \
24313498266Sopenharmony_ci    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
24413498266Sopenharmony_ci    if test "$$first" != "."; then \
24513498266Sopenharmony_ci      if test "$$first" = ".."; then \
24613498266Sopenharmony_ci        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
24713498266Sopenharmony_ci        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
24813498266Sopenharmony_ci      else \
24913498266Sopenharmony_ci        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
25013498266Sopenharmony_ci        if test "$$first2" = "$$first"; then \
25113498266Sopenharmony_ci          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
25213498266Sopenharmony_ci        else \
25313498266Sopenharmony_ci          dir2="../$$dir2"; \
25413498266Sopenharmony_ci        fi; \
25513498266Sopenharmony_ci        dir0="$$dir0"/"$$first"; \
25613498266Sopenharmony_ci      fi; \
25713498266Sopenharmony_ci    fi; \
25813498266Sopenharmony_ci    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
25913498266Sopenharmony_ci  done; \
26013498266Sopenharmony_ci  reldir="$$dir2"
26113498266Sopenharmony_ciACLOCAL = @ACLOCAL@
26213498266Sopenharmony_ciAMTAR = @AMTAR@
26313498266Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
26413498266Sopenharmony_ciAPACHECTL = @APACHECTL@
26513498266Sopenharmony_ciAPXS = @APXS@
26613498266Sopenharmony_ciAR = @AR@
26713498266Sopenharmony_ciAR_FLAGS = @AR_FLAGS@
26813498266Sopenharmony_ciAS = @AS@
26913498266Sopenharmony_ciAUTOCONF = @AUTOCONF@
27013498266Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
27113498266Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
27213498266Sopenharmony_ciAWK = @AWK@
27313498266Sopenharmony_ciBLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
27413498266Sopenharmony_ciCADDY = @CADDY@
27513498266Sopenharmony_ciCC = @CC@
27613498266Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
27713498266Sopenharmony_ciCFLAGS = @CFLAGS@
27813498266Sopenharmony_ciCFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
27913498266Sopenharmony_ciCONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
28013498266Sopenharmony_ciCPP = @CPP@
28113498266Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
28213498266Sopenharmony_ciCPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
28313498266Sopenharmony_ciCSCOPE = @CSCOPE@
28413498266Sopenharmony_ciCTAGS = @CTAGS@
28513498266Sopenharmony_ciCURLVERSION = @CURLVERSION@
28613498266Sopenharmony_ciCURL_CA_BUNDLE = @CURL_CA_BUNDLE@
28713498266Sopenharmony_ciCURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
28813498266Sopenharmony_ciCURL_DISABLE_DICT = @CURL_DISABLE_DICT@
28913498266Sopenharmony_ciCURL_DISABLE_FILE = @CURL_DISABLE_FILE@
29013498266Sopenharmony_ciCURL_DISABLE_FTP = @CURL_DISABLE_FTP@
29113498266Sopenharmony_ciCURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
29213498266Sopenharmony_ciCURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
29313498266Sopenharmony_ciCURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
29413498266Sopenharmony_ciCURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
29513498266Sopenharmony_ciCURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
29613498266Sopenharmony_ciCURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
29713498266Sopenharmony_ciCURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
29813498266Sopenharmony_ciCURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
29913498266Sopenharmony_ciCURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
30013498266Sopenharmony_ciCURL_DISABLE_SMB = @CURL_DISABLE_SMB@
30113498266Sopenharmony_ciCURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
30213498266Sopenharmony_ciCURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
30313498266Sopenharmony_ciCURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
30413498266Sopenharmony_ciCURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
30513498266Sopenharmony_ciCURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
30613498266Sopenharmony_ciCURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
30713498266Sopenharmony_ciCURL_PLIST_VERSION = @CURL_PLIST_VERSION@
30813498266Sopenharmony_ciCURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
30913498266Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
31013498266Sopenharmony_ciDEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
31113498266Sopenharmony_ciDEFS = @DEFS@
31213498266Sopenharmony_ciDEPDIR = @DEPDIR@
31313498266Sopenharmony_ciDLLTOOL = @DLLTOOL@
31413498266Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
31513498266Sopenharmony_ciDUMPBIN = @DUMPBIN@
31613498266Sopenharmony_ciECHO_C = @ECHO_C@
31713498266Sopenharmony_ciECHO_N = @ECHO_N@
31813498266Sopenharmony_ciECHO_T = @ECHO_T@
31913498266Sopenharmony_ciEGREP = @EGREP@
32013498266Sopenharmony_ciENABLE_SHARED = @ENABLE_SHARED@
32113498266Sopenharmony_ciENABLE_STATIC = @ENABLE_STATIC@
32213498266Sopenharmony_ciETAGS = @ETAGS@
32313498266Sopenharmony_ciEXEEXT = @EXEEXT@
32413498266Sopenharmony_ciFGREP = @FGREP@
32513498266Sopenharmony_ciFILECMD = @FILECMD@
32613498266Sopenharmony_ciFISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
32713498266Sopenharmony_ciGCOV = @GCOV@
32813498266Sopenharmony_ciGREP = @GREP@
32913498266Sopenharmony_ciHAVE_BROTLI = @HAVE_BROTLI@
33013498266Sopenharmony_ciHAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
33113498266Sopenharmony_ciHAVE_LDAP_SSL = @HAVE_LDAP_SSL@
33213498266Sopenharmony_ciHAVE_LIBZ = @HAVE_LIBZ@
33313498266Sopenharmony_ciHAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@
33413498266Sopenharmony_ciHAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
33513498266Sopenharmony_ciHAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
33613498266Sopenharmony_ciHAVE_ZSTD = @HAVE_ZSTD@
33713498266Sopenharmony_ciHTTPD = @HTTPD@
33813498266Sopenharmony_ciHTTPD_NGHTTPX = @HTTPD_NGHTTPX@
33913498266Sopenharmony_ciIDN_ENABLED = @IDN_ENABLED@
34013498266Sopenharmony_ciINSTALL = @INSTALL@
34113498266Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
34213498266Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
34313498266Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
34413498266Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
34513498266Sopenharmony_ciIPV6_ENABLED = @IPV6_ENABLED@
34613498266Sopenharmony_ciLCOV = @LCOV@
34713498266Sopenharmony_ciLD = @LD@
34813498266Sopenharmony_ciLDFLAGS = @LDFLAGS@
34913498266Sopenharmony_ciLIBCURL_LIBS = @LIBCURL_LIBS@
35013498266Sopenharmony_ciLIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
35113498266Sopenharmony_ciLIBOBJS = @LIBOBJS@
35213498266Sopenharmony_ciLIBS = @LIBS@
35313498266Sopenharmony_ciLIBTOOL = @LIBTOOL@
35413498266Sopenharmony_ciLIPO = @LIPO@
35513498266Sopenharmony_ciLN_S = @LN_S@
35613498266Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
35713498266Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
35813498266Sopenharmony_ciMAINT = @MAINT@
35913498266Sopenharmony_ciMAKEINFO = @MAKEINFO@
36013498266Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
36113498266Sopenharmony_ciMANOPT = @MANOPT@
36213498266Sopenharmony_ciMKDIR_P = @MKDIR_P@
36313498266Sopenharmony_ciNM = @NM@
36413498266Sopenharmony_ciNMEDIT = @NMEDIT@
36513498266Sopenharmony_ciNROFF = @NROFF@
36613498266Sopenharmony_ciOBJDUMP = @OBJDUMP@
36713498266Sopenharmony_ciOBJEXT = @OBJEXT@
36813498266Sopenharmony_ciOTOOL = @OTOOL@
36913498266Sopenharmony_ciOTOOL64 = @OTOOL64@
37013498266Sopenharmony_ciPACKAGE = @PACKAGE@
37113498266Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
37213498266Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
37313498266Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
37413498266Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
37513498266Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
37613498266Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
37713498266Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
37813498266Sopenharmony_ciPERL = @PERL@
37913498266Sopenharmony_ciPKGADD_NAME = @PKGADD_NAME@
38013498266Sopenharmony_ciPKGADD_PKG = @PKGADD_PKG@
38113498266Sopenharmony_ciPKGADD_VENDOR = @PKGADD_VENDOR@
38213498266Sopenharmony_ciPKGCONFIG = @PKGCONFIG@
38313498266Sopenharmony_ciRANDOM_FILE = @RANDOM_FILE@
38413498266Sopenharmony_ciRANLIB = @RANLIB@
38513498266Sopenharmony_ciRC = @RC@
38613498266Sopenharmony_ciREQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
38713498266Sopenharmony_ciSED = @SED@
38813498266Sopenharmony_ciSET_MAKE = @SET_MAKE@
38913498266Sopenharmony_ciSHELL = @SHELL@
39013498266Sopenharmony_ciSSL_BACKENDS = @SSL_BACKENDS@
39113498266Sopenharmony_ciSSL_ENABLED = @SSL_ENABLED@
39213498266Sopenharmony_ciSSL_LIBS = @SSL_LIBS@
39313498266Sopenharmony_ciSTRIP = @STRIP@
39413498266Sopenharmony_ciSUPPORT_FEATURES = @SUPPORT_FEATURES@
39513498266Sopenharmony_ciSUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
39613498266Sopenharmony_ciTEST_NGHTTPX = @TEST_NGHTTPX@
39713498266Sopenharmony_ciUSE_ARES = @USE_ARES@
39813498266Sopenharmony_ciUSE_BEARSSL = @USE_BEARSSL@
39913498266Sopenharmony_ciUSE_GNUTLS = @USE_GNUTLS@
40013498266Sopenharmony_ciUSE_HYPER = @USE_HYPER@
40113498266Sopenharmony_ciUSE_LIBRTMP = @USE_LIBRTMP@
40213498266Sopenharmony_ciUSE_LIBSSH = @USE_LIBSSH@
40313498266Sopenharmony_ciUSE_LIBSSH2 = @USE_LIBSSH2@
40413498266Sopenharmony_ciUSE_MBEDTLS = @USE_MBEDTLS@
40513498266Sopenharmony_ciUSE_MSH3 = @USE_MSH3@
40613498266Sopenharmony_ciUSE_NGHTTP2 = @USE_NGHTTP2@
40713498266Sopenharmony_ciUSE_NGHTTP3 = @USE_NGHTTP3@
40813498266Sopenharmony_ciUSE_NGTCP2 = @USE_NGTCP2@
40913498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@
41013498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
41113498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@
41213498266Sopenharmony_ciUSE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
41313498266Sopenharmony_ciUSE_NGTCP2_H3 = @USE_NGTCP2_H3@
41413498266Sopenharmony_ciUSE_OPENLDAP = @USE_OPENLDAP@
41513498266Sopenharmony_ciUSE_OPENSSL_H3 = @USE_OPENSSL_H3@
41613498266Sopenharmony_ciUSE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@
41713498266Sopenharmony_ciUSE_QUICHE = @USE_QUICHE@
41813498266Sopenharmony_ciUSE_RUSTLS = @USE_RUSTLS@
41913498266Sopenharmony_ciUSE_SCHANNEL = @USE_SCHANNEL@
42013498266Sopenharmony_ciUSE_SECTRANSP = @USE_SECTRANSP@
42113498266Sopenharmony_ciUSE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
42213498266Sopenharmony_ciUSE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
42313498266Sopenharmony_ciUSE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
42413498266Sopenharmony_ciUSE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
42513498266Sopenharmony_ciUSE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
42613498266Sopenharmony_ciUSE_WOLFSSH = @USE_WOLFSSH@
42713498266Sopenharmony_ciUSE_WOLFSSL = @USE_WOLFSSL@
42813498266Sopenharmony_ciVERSION = @VERSION@
42913498266Sopenharmony_ciVERSIONNUM = @VERSIONNUM@
43013498266Sopenharmony_ciZLIB_LIBS = @ZLIB_LIBS@
43113498266Sopenharmony_ciZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
43213498266Sopenharmony_ciabs_builddir = @abs_builddir@
43313498266Sopenharmony_ciabs_srcdir = @abs_srcdir@
43413498266Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
43513498266Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
43613498266Sopenharmony_ciac_ct_AR = @ac_ct_AR@
43713498266Sopenharmony_ciac_ct_CC = @ac_ct_CC@
43813498266Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
43913498266Sopenharmony_ciam__include = @am__include@
44013498266Sopenharmony_ciam__leading_dot = @am__leading_dot@
44113498266Sopenharmony_ciam__quote = @am__quote@
44213498266Sopenharmony_ciam__tar = @am__tar@
44313498266Sopenharmony_ciam__untar = @am__untar@
44413498266Sopenharmony_cibindir = @bindir@
44513498266Sopenharmony_cibuild = @build@
44613498266Sopenharmony_cibuild_alias = @build_alias@
44713498266Sopenharmony_cibuild_cpu = @build_cpu@
44813498266Sopenharmony_cibuild_os = @build_os@
44913498266Sopenharmony_cibuild_vendor = @build_vendor@
45013498266Sopenharmony_cibuilddir = @builddir@
45113498266Sopenharmony_cidatadir = @datadir@
45213498266Sopenharmony_cidatarootdir = @datarootdir@
45313498266Sopenharmony_cidocdir = @docdir@
45413498266Sopenharmony_cidvidir = @dvidir@
45513498266Sopenharmony_ciexec_prefix = @exec_prefix@
45613498266Sopenharmony_cihost = @host@
45713498266Sopenharmony_cihost_alias = @host_alias@
45813498266Sopenharmony_cihost_cpu = @host_cpu@
45913498266Sopenharmony_cihost_os = @host_os@
46013498266Sopenharmony_cihost_vendor = @host_vendor@
46113498266Sopenharmony_cihtmldir = @htmldir@
46213498266Sopenharmony_ciincludedir = @includedir@
46313498266Sopenharmony_ciinfodir = @infodir@
46413498266Sopenharmony_ciinstall_sh = @install_sh@
46513498266Sopenharmony_cilibdir = @libdir@
46613498266Sopenharmony_cilibexecdir = @libexecdir@
46713498266Sopenharmony_cilibext = @libext@
46813498266Sopenharmony_cilocaledir = @localedir@
46913498266Sopenharmony_cilocalstatedir = @localstatedir@
47013498266Sopenharmony_cimandir = @mandir@
47113498266Sopenharmony_cimkdir_p = @mkdir_p@
47213498266Sopenharmony_cioldincludedir = @oldincludedir@
47313498266Sopenharmony_cipdfdir = @pdfdir@
47413498266Sopenharmony_ciprefix = @prefix@
47513498266Sopenharmony_ciprogram_transform_name = @program_transform_name@
47613498266Sopenharmony_cipsdir = @psdir@
47713498266Sopenharmony_cirunstatedir = @runstatedir@
47813498266Sopenharmony_cisbindir = @sbindir@
47913498266Sopenharmony_cisharedstatedir = @sharedstatedir@
48013498266Sopenharmony_cisrcdir = @srcdir@
48113498266Sopenharmony_cisysconfdir = @sysconfdir@
48213498266Sopenharmony_citarget_alias = @target_alias@
48313498266Sopenharmony_citop_build_prefix = @top_build_prefix@
48413498266Sopenharmony_citop_builddir = @top_builddir@
48513498266Sopenharmony_citop_srcdir = @top_srcdir@
48613498266Sopenharmony_ciAUTOMAKE_OPTIONS = foreign no-dependencies
48713498266Sopenharmony_ci
48813498266Sopenharmony_ci# EXTRA_DIST breaks with $(abs_builddir) so build it using this variable
48913498266Sopenharmony_ci# but distribute it (using the relative file name) in the next variable
49013498266Sopenharmony_ciman_MANS = $(abs_builddir)/curl.1 mk-ca-bundle.1
49113498266Sopenharmony_cinoinst_man_MANS = curl.1 mk-ca-bundle.1
49213498266Sopenharmony_cidist_man_MANS = curl-config.1
49313498266Sopenharmony_ciCURLPAGES = curl-config.md mk-ca-bundle.md
49413498266Sopenharmony_ci
49513498266Sopenharmony_ci# Build targets in this file (.) before cmdline-opts to ensure that
49613498266Sopenharmony_ci# the curl.1 rule below runs first
49713498266Sopenharmony_ciSUBDIRS = . cmdline-opts libcurl
49813498266Sopenharmony_ciDIST_SUBDIRS = $(SUBDIRS) examples
49913498266Sopenharmony_ciCLEANFILES = $(man_MANS) curl.1 curl-config.1 mk-ca-bundle.1
50013498266Sopenharmony_cinodist_MANS = $(CLEANFILES)
50113498266Sopenharmony_ciEXTRA_DIST = \
50213498266Sopenharmony_ci $(CURLPAGES)                                   \
50313498266Sopenharmony_ci ALTSVC.md                                      \
50413498266Sopenharmony_ci BINDINGS.md                                    \
50513498266Sopenharmony_ci BUFREF.md                                      \
50613498266Sopenharmony_ci BUG-BOUNTY.md                                  \
50713498266Sopenharmony_ci BUGS.md                                        \
50813498266Sopenharmony_ci CHECKSRC.md                                    \
50913498266Sopenharmony_ci CIPHERS.md                                     \
51013498266Sopenharmony_ci CMakeLists.txt                                 \
51113498266Sopenharmony_ci CODE_OF_CONDUCT.md                             \
51213498266Sopenharmony_ci CODE_REVIEW.md                                 \
51313498266Sopenharmony_ci CODE_STYLE.md                                  \
51413498266Sopenharmony_ci CLIENT-WRITERS.md                              \
51513498266Sopenharmony_ci CONNECTION-FILTERS.md                          \
51613498266Sopenharmony_ci CONTRIBUTE.md                                  \
51713498266Sopenharmony_ci CURL-DISABLE.md                                \
51813498266Sopenharmony_ci CURLDOWN.md                                    \
51913498266Sopenharmony_ci DEPRECATE.md                                   \
52013498266Sopenharmony_ci DYNBUF.md                                      \
52113498266Sopenharmony_ci EARLY-RELEASE.md                               \
52213498266Sopenharmony_ci EXPERIMENTAL.md                                \
52313498266Sopenharmony_ci FAQ                                            \
52413498266Sopenharmony_ci FEATURES.md                                    \
52513498266Sopenharmony_ci GOVERNANCE.md                                  \
52613498266Sopenharmony_ci HELP-US.md                                     \
52713498266Sopenharmony_ci HISTORY.md                                     \
52813498266Sopenharmony_ci HSTS.md                                        \
52913498266Sopenharmony_ci HTTP-COOKIES.md                                \
53013498266Sopenharmony_ci HTTP2.md                                       \
53113498266Sopenharmony_ci HTTP3.md                                       \
53213498266Sopenharmony_ci HYPER.md                                       \
53313498266Sopenharmony_ci INSTALL                                        \
53413498266Sopenharmony_ci INSTALL-CMAKE.md                               \
53513498266Sopenharmony_ci INSTALL.md                                     \
53613498266Sopenharmony_ci INTERNALS.md                                   \
53713498266Sopenharmony_ci KNOWN_BUGS                                     \
53813498266Sopenharmony_ci MAIL-ETIQUETTE                                 \
53913498266Sopenharmony_ci MQTT.md                                        \
54013498266Sopenharmony_ci NEW-PROTOCOL.md                                \
54113498266Sopenharmony_ci options-in-versions                            \
54213498266Sopenharmony_ci PARALLEL-TRANSFERS.md                          \
54313498266Sopenharmony_ci README.md                                      \
54413498266Sopenharmony_ci RELEASE-PROCEDURE.md                           \
54513498266Sopenharmony_ci RUSTLS.md                                      \
54613498266Sopenharmony_ci ROADMAP.md                                     \
54713498266Sopenharmony_ci SECURITY-ADVISORY.md                           \
54813498266Sopenharmony_ci SSL-PROBLEMS.md                                \
54913498266Sopenharmony_ci SSLCERTS.md                                    \
55013498266Sopenharmony_ci THANKS                                         \
55113498266Sopenharmony_ci TODO                                           \
55213498266Sopenharmony_ci TheArtOfHttpScripting.md                       \
55313498266Sopenharmony_ci URL-SYNTAX.md                                  \
55413498266Sopenharmony_ci VERSIONS.md                                    \
55513498266Sopenharmony_ci VULN-DISCLOSURE-POLICY.md                      \
55613498266Sopenharmony_ci WEBSOCKET.md
55713498266Sopenharmony_ci
55813498266Sopenharmony_ciCD2NROFF = $(top_srcdir)/scripts/cd2nroff $< >$@
55913498266Sopenharmony_ciCD2 = $(CD2_$(V))
56013498266Sopenharmony_ciCD2_0 = @echo "  RENDER " $@;
56113498266Sopenharmony_ciCD2_1 = 
56213498266Sopenharmony_ciCD2_ = $(CD2_0)
56313498266Sopenharmony_ciSUFFIXES = .1 .md
56413498266Sopenharmony_ciall: all-recursive
56513498266Sopenharmony_ci
56613498266Sopenharmony_ci.SUFFIXES:
56713498266Sopenharmony_ci.SUFFIXES: .1 .md
56813498266Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
56913498266Sopenharmony_ci	@for dep in $?; do \
57013498266Sopenharmony_ci	  case '$(am__configure_deps)' in \
57113498266Sopenharmony_ci	    *$$dep*) \
57213498266Sopenharmony_ci	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
57313498266Sopenharmony_ci	        && { if test -f $@; then exit 0; else break; fi; }; \
57413498266Sopenharmony_ci	      exit 1;; \
57513498266Sopenharmony_ci	  esac; \
57613498266Sopenharmony_ci	done; \
57713498266Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
57813498266Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
57913498266Sopenharmony_ci	  $(AUTOMAKE) --foreign docs/Makefile
58013498266Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
58113498266Sopenharmony_ci	@case '$?' in \
58213498266Sopenharmony_ci	  *config.status*) \
58313498266Sopenharmony_ci	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
58413498266Sopenharmony_ci	  *) \
58513498266Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
58613498266Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
58713498266Sopenharmony_ci	esac;
58813498266Sopenharmony_ci
58913498266Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
59013498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
59113498266Sopenharmony_ci
59213498266Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
59313498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
59413498266Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
59513498266Sopenharmony_ci	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
59613498266Sopenharmony_ci$(am__aclocal_m4_deps):
59713498266Sopenharmony_ci
59813498266Sopenharmony_cimostlyclean-libtool:
59913498266Sopenharmony_ci	-rm -f *.lo
60013498266Sopenharmony_ci
60113498266Sopenharmony_ciclean-libtool:
60213498266Sopenharmony_ci	-rm -rf .libs _libs
60313498266Sopenharmony_ciinstall-man1: $(dist_man_MANS) $(man_MANS)
60413498266Sopenharmony_ci	@$(NORMAL_INSTALL)
60513498266Sopenharmony_ci	@list1=''; \
60613498266Sopenharmony_ci	list2='$(dist_man_MANS) $(man_MANS)'; \
60713498266Sopenharmony_ci	test -n "$(man1dir)" \
60813498266Sopenharmony_ci	  && test -n "`echo $$list1$$list2`" \
60913498266Sopenharmony_ci	  || exit 0; \
61013498266Sopenharmony_ci	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
61113498266Sopenharmony_ci	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
61213498266Sopenharmony_ci	{ for i in $$list1; do echo "$$i"; done;  \
61313498266Sopenharmony_ci	if test -n "$$list2"; then \
61413498266Sopenharmony_ci	  for i in $$list2; do echo "$$i"; done \
61513498266Sopenharmony_ci	    | sed -n '/\.1[a-z]*$$/p'; \
61613498266Sopenharmony_ci	fi; \
61713498266Sopenharmony_ci	} | while read p; do \
61813498266Sopenharmony_ci	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
61913498266Sopenharmony_ci	  echo "$$d$$p"; echo "$$p"; \
62013498266Sopenharmony_ci	done | \
62113498266Sopenharmony_ci	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
62213498266Sopenharmony_ci	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
62313498266Sopenharmony_ci	sed 'N;N;s,\n, ,g' | { \
62413498266Sopenharmony_ci	list=; while read file base inst; do \
62513498266Sopenharmony_ci	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
62613498266Sopenharmony_ci	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
62713498266Sopenharmony_ci	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
62813498266Sopenharmony_ci	  fi; \
62913498266Sopenharmony_ci	done; \
63013498266Sopenharmony_ci	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
63113498266Sopenharmony_ci	while read files; do \
63213498266Sopenharmony_ci	  test -z "$$files" || { \
63313498266Sopenharmony_ci	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
63413498266Sopenharmony_ci	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
63513498266Sopenharmony_ci	done; }
63613498266Sopenharmony_ci
63713498266Sopenharmony_ciuninstall-man1:
63813498266Sopenharmony_ci	@$(NORMAL_UNINSTALL)
63913498266Sopenharmony_ci	@list=''; test -n "$(man1dir)" || exit 0; \
64013498266Sopenharmony_ci	files=`{ for i in $$list; do echo "$$i"; done; \
64113498266Sopenharmony_ci	l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
64213498266Sopenharmony_ci	  sed -n '/\.1[a-z]*$$/p'; \
64313498266Sopenharmony_ci	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
64413498266Sopenharmony_ci	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
64513498266Sopenharmony_ci	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
64613498266Sopenharmony_ci
64713498266Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd
64813498266Sopenharmony_ci# into them and run 'make' without going through this Makefile.
64913498266Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles,
65013498266Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status'
65113498266Sopenharmony_ci#     (which will cause the Makefiles to be regenerated when you run 'make');
65213498266Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line.
65313498266Sopenharmony_ci$(am__recursive_targets):
65413498266Sopenharmony_ci	@fail=; \
65513498266Sopenharmony_ci	if $(am__make_keepgoing); then \
65613498266Sopenharmony_ci	  failcom='fail=yes'; \
65713498266Sopenharmony_ci	else \
65813498266Sopenharmony_ci	  failcom='exit 1'; \
65913498266Sopenharmony_ci	fi; \
66013498266Sopenharmony_ci	dot_seen=no; \
66113498266Sopenharmony_ci	target=`echo $@ | sed s/-recursive//`; \
66213498266Sopenharmony_ci	case "$@" in \
66313498266Sopenharmony_ci	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
66413498266Sopenharmony_ci	  *) list='$(SUBDIRS)' ;; \
66513498266Sopenharmony_ci	esac; \
66613498266Sopenharmony_ci	for subdir in $$list; do \
66713498266Sopenharmony_ci	  echo "Making $$target in $$subdir"; \
66813498266Sopenharmony_ci	  if test "$$subdir" = "."; then \
66913498266Sopenharmony_ci	    dot_seen=yes; \
67013498266Sopenharmony_ci	    local_target="$$target-am"; \
67113498266Sopenharmony_ci	  else \
67213498266Sopenharmony_ci	    local_target="$$target"; \
67313498266Sopenharmony_ci	  fi; \
67413498266Sopenharmony_ci	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
67513498266Sopenharmony_ci	  || eval $$failcom; \
67613498266Sopenharmony_ci	done; \
67713498266Sopenharmony_ci	if test "$$dot_seen" = "no"; then \
67813498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
67913498266Sopenharmony_ci	fi; test -z "$$fail"
68013498266Sopenharmony_ci
68113498266Sopenharmony_ciID: $(am__tagged_files)
68213498266Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
68313498266Sopenharmony_citags: tags-recursive
68413498266Sopenharmony_ciTAGS: tags
68513498266Sopenharmony_ci
68613498266Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
68713498266Sopenharmony_ci	set x; \
68813498266Sopenharmony_ci	here=`pwd`; \
68913498266Sopenharmony_ci	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
69013498266Sopenharmony_ci	  include_option=--etags-include; \
69113498266Sopenharmony_ci	  empty_fix=.; \
69213498266Sopenharmony_ci	else \
69313498266Sopenharmony_ci	  include_option=--include; \
69413498266Sopenharmony_ci	  empty_fix=; \
69513498266Sopenharmony_ci	fi; \
69613498266Sopenharmony_ci	list='$(SUBDIRS)'; for subdir in $$list; do \
69713498266Sopenharmony_ci	  if test "$$subdir" = .; then :; else \
69813498266Sopenharmony_ci	    test ! -f $$subdir/TAGS || \
69913498266Sopenharmony_ci	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
70013498266Sopenharmony_ci	  fi; \
70113498266Sopenharmony_ci	done; \
70213498266Sopenharmony_ci	$(am__define_uniq_tagged_files); \
70313498266Sopenharmony_ci	shift; \
70413498266Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
70513498266Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
70613498266Sopenharmony_ci	  if test $$# -gt 0; then \
70713498266Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
70813498266Sopenharmony_ci	      "$$@" $$unique; \
70913498266Sopenharmony_ci	  else \
71013498266Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
71113498266Sopenharmony_ci	      $$unique; \
71213498266Sopenharmony_ci	  fi; \
71313498266Sopenharmony_ci	fi
71413498266Sopenharmony_cictags: ctags-recursive
71513498266Sopenharmony_ci
71613498266Sopenharmony_ciCTAGS: ctags
71713498266Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
71813498266Sopenharmony_ci	$(am__define_uniq_tagged_files); \
71913498266Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
72013498266Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
72113498266Sopenharmony_ci	     $$unique
72213498266Sopenharmony_ci
72313498266Sopenharmony_ciGTAGS:
72413498266Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
72513498266Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
72613498266Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
72713498266Sopenharmony_cicscopelist: cscopelist-recursive
72813498266Sopenharmony_ci
72913498266Sopenharmony_cicscopelist-am: $(am__tagged_files)
73013498266Sopenharmony_ci	list='$(am__tagged_files)'; \
73113498266Sopenharmony_ci	case "$(srcdir)" in \
73213498266Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
73313498266Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
73413498266Sopenharmony_ci	esac; \
73513498266Sopenharmony_ci	for i in $$list; do \
73613498266Sopenharmony_ci	  if test -f "$$i"; then \
73713498266Sopenharmony_ci	    echo "$(subdir)/$$i"; \
73813498266Sopenharmony_ci	  else \
73913498266Sopenharmony_ci	    echo "$$sdir/$$i"; \
74013498266Sopenharmony_ci	  fi; \
74113498266Sopenharmony_ci	done >> $(top_builddir)/cscope.files
74213498266Sopenharmony_ci
74313498266Sopenharmony_cidistclean-tags:
74413498266Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
74513498266Sopenharmony_cidistdir: $(BUILT_SOURCES)
74613498266Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
74713498266Sopenharmony_ci
74813498266Sopenharmony_cidistdir-am: $(DISTFILES)
74913498266Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
75013498266Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
75113498266Sopenharmony_ci	list='$(DISTFILES)'; \
75213498266Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
75313498266Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
75413498266Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
75513498266Sopenharmony_ci	case $$dist_files in \
75613498266Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
75713498266Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
75813498266Sopenharmony_ci			   sort -u` ;; \
75913498266Sopenharmony_ci	esac; \
76013498266Sopenharmony_ci	for file in $$dist_files; do \
76113498266Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
76213498266Sopenharmony_ci	  if test -d $$d/$$file; then \
76313498266Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
76413498266Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
76513498266Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
76613498266Sopenharmony_ci	    fi; \
76713498266Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
76813498266Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
76913498266Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
77013498266Sopenharmony_ci	    fi; \
77113498266Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
77213498266Sopenharmony_ci	  else \
77313498266Sopenharmony_ci	    test -f "$(distdir)/$$file" \
77413498266Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
77513498266Sopenharmony_ci	    || exit 1; \
77613498266Sopenharmony_ci	  fi; \
77713498266Sopenharmony_ci	done
77813498266Sopenharmony_ci	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
77913498266Sopenharmony_ci	  if test "$$subdir" = .; then :; else \
78013498266Sopenharmony_ci	    $(am__make_dryrun) \
78113498266Sopenharmony_ci	      || test -d "$(distdir)/$$subdir" \
78213498266Sopenharmony_ci	      || $(MKDIR_P) "$(distdir)/$$subdir" \
78313498266Sopenharmony_ci	      || exit 1; \
78413498266Sopenharmony_ci	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
78513498266Sopenharmony_ci	    $(am__relativize); \
78613498266Sopenharmony_ci	    new_distdir=$$reldir; \
78713498266Sopenharmony_ci	    dir1=$$subdir; dir2="$(top_distdir)"; \
78813498266Sopenharmony_ci	    $(am__relativize); \
78913498266Sopenharmony_ci	    new_top_distdir=$$reldir; \
79013498266Sopenharmony_ci	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
79113498266Sopenharmony_ci	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
79213498266Sopenharmony_ci	    ($(am__cd) $$subdir && \
79313498266Sopenharmony_ci	      $(MAKE) $(AM_MAKEFLAGS) \
79413498266Sopenharmony_ci	        top_distdir="$$new_top_distdir" \
79513498266Sopenharmony_ci	        distdir="$$new_distdir" \
79613498266Sopenharmony_ci		am__remove_distdir=: \
79713498266Sopenharmony_ci		am__skip_length_check=: \
79813498266Sopenharmony_ci		am__skip_mode_fix=: \
79913498266Sopenharmony_ci	        distdir) \
80013498266Sopenharmony_ci	      || exit 1; \
80113498266Sopenharmony_ci	  fi; \
80213498266Sopenharmony_ci	done
80313498266Sopenharmony_cicheck-am: all-am
80413498266Sopenharmony_cicheck: check-recursive
80513498266Sopenharmony_ciall-am: Makefile $(MANS)
80613498266Sopenharmony_ciinstalldirs: installdirs-recursive
80713498266Sopenharmony_ciinstalldirs-am:
80813498266Sopenharmony_ci	for dir in "$(DESTDIR)$(man1dir)"; do \
80913498266Sopenharmony_ci	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
81013498266Sopenharmony_ci	done
81113498266Sopenharmony_ciinstall: install-recursive
81213498266Sopenharmony_ciinstall-exec: install-exec-recursive
81313498266Sopenharmony_ciinstall-data: install-data-recursive
81413498266Sopenharmony_ciuninstall: uninstall-recursive
81513498266Sopenharmony_ci
81613498266Sopenharmony_ciinstall-am: all-am
81713498266Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
81813498266Sopenharmony_ci
81913498266Sopenharmony_ciinstallcheck: installcheck-recursive
82013498266Sopenharmony_ciinstall-strip:
82113498266Sopenharmony_ci	if test -z '$(STRIP)'; then \
82213498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
82313498266Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
82413498266Sopenharmony_ci	      install; \
82513498266Sopenharmony_ci	else \
82613498266Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
82713498266Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
82813498266Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
82913498266Sopenharmony_ci	fi
83013498266Sopenharmony_cimostlyclean-generic:
83113498266Sopenharmony_ci
83213498266Sopenharmony_ciclean-generic:
83313498266Sopenharmony_ci	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
83413498266Sopenharmony_ci
83513498266Sopenharmony_cidistclean-generic:
83613498266Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
83713498266Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
83813498266Sopenharmony_ci
83913498266Sopenharmony_cimaintainer-clean-generic:
84013498266Sopenharmony_ci	@echo "This command is intended for maintainers to use"
84113498266Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
84213498266Sopenharmony_ciclean: clean-recursive
84313498266Sopenharmony_ci
84413498266Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am
84513498266Sopenharmony_ci
84613498266Sopenharmony_cidistclean-am: clean-am distclean-generic distclean-tags
84713498266Sopenharmony_ci
84813498266Sopenharmony_cidvi: dvi-recursive
84913498266Sopenharmony_ci
85013498266Sopenharmony_cidvi-am:
85113498266Sopenharmony_ci
85213498266Sopenharmony_cihtml: html-recursive
85313498266Sopenharmony_ci
85413498266Sopenharmony_cihtml-am:
85513498266Sopenharmony_ci
85613498266Sopenharmony_ciinfo: info-recursive
85713498266Sopenharmony_ci
85813498266Sopenharmony_ciinfo-am:
85913498266Sopenharmony_ci
86013498266Sopenharmony_ciinstall-data-am: install-man
86113498266Sopenharmony_ci
86213498266Sopenharmony_ciinstall-dvi: install-dvi-recursive
86313498266Sopenharmony_ci
86413498266Sopenharmony_ciinstall-dvi-am:
86513498266Sopenharmony_ci
86613498266Sopenharmony_ciinstall-exec-am:
86713498266Sopenharmony_ci
86813498266Sopenharmony_ciinstall-html: install-html-recursive
86913498266Sopenharmony_ci
87013498266Sopenharmony_ciinstall-html-am:
87113498266Sopenharmony_ci
87213498266Sopenharmony_ciinstall-info: install-info-recursive
87313498266Sopenharmony_ci
87413498266Sopenharmony_ciinstall-info-am:
87513498266Sopenharmony_ci
87613498266Sopenharmony_ciinstall-man: install-man1
87713498266Sopenharmony_ci
87813498266Sopenharmony_ciinstall-pdf: install-pdf-recursive
87913498266Sopenharmony_ci
88013498266Sopenharmony_ciinstall-pdf-am:
88113498266Sopenharmony_ci
88213498266Sopenharmony_ciinstall-ps: install-ps-recursive
88313498266Sopenharmony_ci
88413498266Sopenharmony_ciinstall-ps-am:
88513498266Sopenharmony_ci
88613498266Sopenharmony_ciinstallcheck-am:
88713498266Sopenharmony_ci
88813498266Sopenharmony_cimaintainer-clean: maintainer-clean-recursive
88913498266Sopenharmony_ci	-rm -f Makefile
89013498266Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
89113498266Sopenharmony_ci
89213498266Sopenharmony_cimostlyclean: mostlyclean-recursive
89313498266Sopenharmony_ci
89413498266Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool
89513498266Sopenharmony_ci
89613498266Sopenharmony_cipdf: pdf-recursive
89713498266Sopenharmony_ci
89813498266Sopenharmony_cipdf-am:
89913498266Sopenharmony_ci
90013498266Sopenharmony_cips: ps-recursive
90113498266Sopenharmony_ci
90213498266Sopenharmony_cips-am:
90313498266Sopenharmony_ci
90413498266Sopenharmony_ciuninstall-am: uninstall-man
90513498266Sopenharmony_ci
90613498266Sopenharmony_ciuninstall-man: uninstall-man1
90713498266Sopenharmony_ci
90813498266Sopenharmony_ci.MAKE: $(am__recursive_targets) install-am install-strip
90913498266Sopenharmony_ci
91013498266Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
91113498266Sopenharmony_ci	check-am clean clean-generic clean-libtool cscopelist-am ctags \
91213498266Sopenharmony_ci	ctags-am distclean distclean-generic distclean-libtool \
91313498266Sopenharmony_ci	distclean-tags distdir dvi dvi-am html html-am info info-am \
91413498266Sopenharmony_ci	install install-am install-data install-data-am install-dvi \
91513498266Sopenharmony_ci	install-dvi-am install-exec install-exec-am install-html \
91613498266Sopenharmony_ci	install-html-am install-info install-info-am install-man \
91713498266Sopenharmony_ci	install-man1 install-pdf install-pdf-am install-ps \
91813498266Sopenharmony_ci	install-ps-am install-strip installcheck installcheck-am \
91913498266Sopenharmony_ci	installdirs installdirs-am maintainer-clean \
92013498266Sopenharmony_ci	maintainer-clean-generic mostlyclean mostlyclean-generic \
92113498266Sopenharmony_ci	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
92213498266Sopenharmony_ci	uninstall-am uninstall-man uninstall-man1
92313498266Sopenharmony_ci
92413498266Sopenharmony_ci.PRECIOUS: Makefile
92513498266Sopenharmony_ci
92613498266Sopenharmony_ci
92713498266Sopenharmony_ci# $(abs_builddir) is to disable VPATH when searching for this file, which
92813498266Sopenharmony_ci# would otherwise find the copy in $(srcdir) which breaks the $(HUGE)
92913498266Sopenharmony_ci# rule in src/Makefile.am in out-of-tree builds that references the file in the
93013498266Sopenharmony_ci# build directory.
93113498266Sopenharmony_ci#
93213498266Sopenharmony_ci# First, seed the used copy of curl.1 with the prebuilt copy (in an out-of-tree
93313498266Sopenharmony_ci# build), then run make recursively to rebuild it only if its dependencies
93413498266Sopenharmony_ci# have changed.
93513498266Sopenharmony_ci$(abs_builddir)/curl.1:
93613498266Sopenharmony_ci	if test "$(top_builddir)x" != "$(top_srcdir)x" -a -e "$(srcdir)/curl.1"; then \
93713498266Sopenharmony_ci		$(INSTALL_DATA) "$(srcdir)/curl.1" $@ \
93813498266Sopenharmony_ci		&& touch -r "$(srcdir)/curl.1" $@; fi
93913498266Sopenharmony_ci	cd cmdline-opts && $(MAKE)
94013498266Sopenharmony_ci
94113498266Sopenharmony_ci.md.1:
94213498266Sopenharmony_ci	$(CD2)$(CD2NROFF)
94313498266Sopenharmony_ci
94413498266Sopenharmony_cicurl-config.1: curl-config.md
94513498266Sopenharmony_ci
94613498266Sopenharmony_cidistclean:
94713498266Sopenharmony_ci	rm -f $(CLEANFILES)
94813498266Sopenharmony_ci
94913498266Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
95013498266Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
95113498266Sopenharmony_ci.NOEXPORT:
952