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#############################################################
181cb0ef41Sopenharmony_ci#
191cb0ef41Sopenharmony_ci# Copyright (C) the Massachusetts Institute of Technology.
201cb0ef41Sopenharmony_ci# Copyright (C) Daniel Stenberg
211cb0ef41Sopenharmony_ci#
221cb0ef41Sopenharmony_ci# Permission to use, copy, modify, and distribute this
231cb0ef41Sopenharmony_ci# software and its documentation for any purpose and without
241cb0ef41Sopenharmony_ci# fee is hereby granted, provided that the above copyright
251cb0ef41Sopenharmony_ci# notice appear in all copies and that both that copyright
261cb0ef41Sopenharmony_ci# notice and this permission notice appear in supporting
271cb0ef41Sopenharmony_ci# documentation, and that the name of M.I.T. not be used in
281cb0ef41Sopenharmony_ci# advertising or publicity pertaining to distribution of the
291cb0ef41Sopenharmony_ci# software without specific, written prior permission.
301cb0ef41Sopenharmony_ci# M.I.T. makes no representations about the suitability of
311cb0ef41Sopenharmony_ci# this software for any purpose.  It is provided "as is"
321cb0ef41Sopenharmony_ci# without express or implied warranty.
331cb0ef41Sopenharmony_ci#
341cb0ef41Sopenharmony_ci# SPDX-License-Identifier: MIT
351cb0ef41Sopenharmony_ci#
361cb0ef41Sopenharmony_ci#############################################################
371cb0ef41Sopenharmony_ci
381cb0ef41Sopenharmony_ciVPATH = @srcdir@
391cb0ef41Sopenharmony_ciam__is_gnu_make = { \
401cb0ef41Sopenharmony_ci  if test -z '$(MAKELEVEL)'; then \
411cb0ef41Sopenharmony_ci    false; \
421cb0ef41Sopenharmony_ci  elif test -n '$(MAKE_HOST)'; then \
431cb0ef41Sopenharmony_ci    true; \
441cb0ef41Sopenharmony_ci  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
451cb0ef41Sopenharmony_ci    true; \
461cb0ef41Sopenharmony_ci  else \
471cb0ef41Sopenharmony_ci    false; \
481cb0ef41Sopenharmony_ci  fi; \
491cb0ef41Sopenharmony_ci}
501cb0ef41Sopenharmony_ciam__make_running_with_option = \
511cb0ef41Sopenharmony_ci  case $${target_option-} in \
521cb0ef41Sopenharmony_ci      ?) ;; \
531cb0ef41Sopenharmony_ci      *) echo "am__make_running_with_option: internal error: invalid" \
541cb0ef41Sopenharmony_ci              "target option '$${target_option-}' specified" >&2; \
551cb0ef41Sopenharmony_ci         exit 1;; \
561cb0ef41Sopenharmony_ci  esac; \
571cb0ef41Sopenharmony_ci  has_opt=no; \
581cb0ef41Sopenharmony_ci  sane_makeflags=$$MAKEFLAGS; \
591cb0ef41Sopenharmony_ci  if $(am__is_gnu_make); then \
601cb0ef41Sopenharmony_ci    sane_makeflags=$$MFLAGS; \
611cb0ef41Sopenharmony_ci  else \
621cb0ef41Sopenharmony_ci    case $$MAKEFLAGS in \
631cb0ef41Sopenharmony_ci      *\\[\ \	]*) \
641cb0ef41Sopenharmony_ci        bs=\\; \
651cb0ef41Sopenharmony_ci        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
661cb0ef41Sopenharmony_ci          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
671cb0ef41Sopenharmony_ci    esac; \
681cb0ef41Sopenharmony_ci  fi; \
691cb0ef41Sopenharmony_ci  skip_next=no; \
701cb0ef41Sopenharmony_ci  strip_trailopt () \
711cb0ef41Sopenharmony_ci  { \
721cb0ef41Sopenharmony_ci    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
731cb0ef41Sopenharmony_ci  }; \
741cb0ef41Sopenharmony_ci  for flg in $$sane_makeflags; do \
751cb0ef41Sopenharmony_ci    test $$skip_next = yes && { skip_next=no; continue; }; \
761cb0ef41Sopenharmony_ci    case $$flg in \
771cb0ef41Sopenharmony_ci      *=*|--*) continue;; \
781cb0ef41Sopenharmony_ci        -*I) strip_trailopt 'I'; skip_next=yes;; \
791cb0ef41Sopenharmony_ci      -*I?*) strip_trailopt 'I';; \
801cb0ef41Sopenharmony_ci        -*O) strip_trailopt 'O'; skip_next=yes;; \
811cb0ef41Sopenharmony_ci      -*O?*) strip_trailopt 'O';; \
821cb0ef41Sopenharmony_ci        -*l) strip_trailopt 'l'; skip_next=yes;; \
831cb0ef41Sopenharmony_ci      -*l?*) strip_trailopt 'l';; \
841cb0ef41Sopenharmony_ci      -[dEDm]) skip_next=yes;; \
851cb0ef41Sopenharmony_ci      -[JT]) skip_next=yes;; \
861cb0ef41Sopenharmony_ci    esac; \
871cb0ef41Sopenharmony_ci    case $$flg in \
881cb0ef41Sopenharmony_ci      *$$target_option*) has_opt=yes; break;; \
891cb0ef41Sopenharmony_ci    esac; \
901cb0ef41Sopenharmony_ci  done; \
911cb0ef41Sopenharmony_ci  test $$has_opt = yes
921cb0ef41Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option))
931cb0ef41Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
941cb0ef41Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@
951cb0ef41Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@
961cb0ef41Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@
971cb0ef41Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@
981cb0ef41Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
991cb0ef41Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644
1001cb0ef41Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c
1011cb0ef41Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c
1021cb0ef41Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA)
1031cb0ef41Sopenharmony_citransform = $(program_transform_name)
1041cb0ef41Sopenharmony_ciNORMAL_INSTALL = :
1051cb0ef41Sopenharmony_ciPRE_INSTALL = :
1061cb0ef41Sopenharmony_ciPOST_INSTALL = :
1071cb0ef41Sopenharmony_ciNORMAL_UNINSTALL = :
1081cb0ef41Sopenharmony_ciPRE_UNINSTALL = :
1091cb0ef41Sopenharmony_ciPOST_UNINSTALL = :
1101cb0ef41Sopenharmony_cibuild_triplet = @build@
1111cb0ef41Sopenharmony_cihost_triplet = @host@
1121cb0ef41Sopenharmony_cisubdir = .
1131cb0ef41Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1141cb0ef41Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
1151cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_ac_print_to_file.m4 \
1161cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_add_am_macro_static.m4 \
1171cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_am_macros_static.m4 \
1181cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_append_compile_flags.m4 \
1191cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_append_flag.m4 \
1201cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_append_link_flags.m4 \
1211cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
1221cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_check_gnu_make.m4 \
1231cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_check_link_flag.m4 \
1241cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_check_user_namespace.m4 \
1251cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_check_uts_namespace.m4 \
1261cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_code_coverage.m4 \
1271cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_compiler_vendor.m4 \
1281cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
1291cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_14.m4 \
1301cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_file_escapes.m4 \
1311cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_pthread.m4 \
1321cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ax_require_defined.m4 \
1331cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
1341cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
1351cb0ef41Sopenharmony_ci	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
1361cb0ef41Sopenharmony_ci	$(top_srcdir)/configure.ac
1371cb0ef41Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1381cb0ef41Sopenharmony_ci	$(ACLOCAL_M4)
1391cb0ef41Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
1401cb0ef41Sopenharmony_ci	$(am__configure_deps) $(am__DIST_COMMON)
1411cb0ef41Sopenharmony_ciam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1421cb0ef41Sopenharmony_ci configure.lineno config.status.lineno
1431cb0ef41Sopenharmony_cimkinstalldirs = $(install_sh) -d
1441cb0ef41Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
1451cb0ef41Sopenharmony_ci	$(top_builddir)/include/ares_build.h
1461cb0ef41Sopenharmony_ciCONFIG_CLEAN_FILES = libcares.pc
1471cb0ef41Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES =
1481cb0ef41Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@)
1491cb0ef41Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1501cb0ef41Sopenharmony_ciam__v_P_0 = false
1511cb0ef41Sopenharmony_ciam__v_P_1 = :
1521cb0ef41Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@)
1531cb0ef41Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1541cb0ef41Sopenharmony_ciam__v_GEN_0 = @echo "  GEN     " $@;
1551cb0ef41Sopenharmony_ciam__v_GEN_1 = 
1561cb0ef41Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@)
1571cb0ef41Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1581cb0ef41Sopenharmony_ciam__v_at_0 = @
1591cb0ef41Sopenharmony_ciam__v_at_1 = 
1601cb0ef41Sopenharmony_ciSOURCES =
1611cb0ef41Sopenharmony_ciDIST_SOURCES =
1621cb0ef41Sopenharmony_ciRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1631cb0ef41Sopenharmony_ci	ctags-recursive dvi-recursive html-recursive info-recursive \
1641cb0ef41Sopenharmony_ci	install-data-recursive install-dvi-recursive \
1651cb0ef41Sopenharmony_ci	install-exec-recursive install-html-recursive \
1661cb0ef41Sopenharmony_ci	install-info-recursive install-pdf-recursive \
1671cb0ef41Sopenharmony_ci	install-ps-recursive install-recursive installcheck-recursive \
1681cb0ef41Sopenharmony_ci	installdirs-recursive pdf-recursive ps-recursive \
1691cb0ef41Sopenharmony_ci	tags-recursive uninstall-recursive
1701cb0ef41Sopenharmony_ciam__can_run_installinfo = \
1711cb0ef41Sopenharmony_ci  case $$AM_UPDATE_INFO_DIR in \
1721cb0ef41Sopenharmony_ci    n|no|NO) false;; \
1731cb0ef41Sopenharmony_ci    *) (install-info --version) >/dev/null 2>&1;; \
1741cb0ef41Sopenharmony_ci  esac
1751cb0ef41Sopenharmony_ciam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1761cb0ef41Sopenharmony_ciam__vpath_adj = case $$p in \
1771cb0ef41Sopenharmony_ci    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1781cb0ef41Sopenharmony_ci    *) f=$$p;; \
1791cb0ef41Sopenharmony_ci  esac;
1801cb0ef41Sopenharmony_ciam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1811cb0ef41Sopenharmony_ciam__install_max = 40
1821cb0ef41Sopenharmony_ciam__nobase_strip_setup = \
1831cb0ef41Sopenharmony_ci  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1841cb0ef41Sopenharmony_ciam__nobase_strip = \
1851cb0ef41Sopenharmony_ci  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1861cb0ef41Sopenharmony_ciam__nobase_list = $(am__nobase_strip_setup); \
1871cb0ef41Sopenharmony_ci  for p in $$list; do echo "$$p $$p"; done | \
1881cb0ef41Sopenharmony_ci  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1891cb0ef41Sopenharmony_ci  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1901cb0ef41Sopenharmony_ci    if (++n[$$2] == $(am__install_max)) \
1911cb0ef41Sopenharmony_ci      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1921cb0ef41Sopenharmony_ci    END { for (dir in files) print dir, files[dir] }'
1931cb0ef41Sopenharmony_ciam__base_list = \
1941cb0ef41Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1951cb0ef41Sopenharmony_ci  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1961cb0ef41Sopenharmony_ciam__uninstall_files_from_dir = { \
1971cb0ef41Sopenharmony_ci  test -z "$$files" \
1981cb0ef41Sopenharmony_ci    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
1991cb0ef41Sopenharmony_ci    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
2001cb0ef41Sopenharmony_ci         $(am__cd) "$$dir" && rm -f $$files; }; \
2011cb0ef41Sopenharmony_ci  }
2021cb0ef41Sopenharmony_ciam__installdirs = "$(DESTDIR)$(pkgconfigdir)"
2031cb0ef41Sopenharmony_ciDATA = $(pkgconfig_DATA)
2041cb0ef41Sopenharmony_ciRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
2051cb0ef41Sopenharmony_ci  distclean-recursive maintainer-clean-recursive
2061cb0ef41Sopenharmony_ciam__recursive_targets = \
2071cb0ef41Sopenharmony_ci  $(RECURSIVE_TARGETS) \
2081cb0ef41Sopenharmony_ci  $(RECURSIVE_CLEAN_TARGETS) \
2091cb0ef41Sopenharmony_ci  $(am__extra_recursive_targets)
2101cb0ef41Sopenharmony_ciAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
2111cb0ef41Sopenharmony_ci	cscope distdir distdir-am dist dist-all distcheck
2121cb0ef41Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
2131cb0ef41Sopenharmony_ci# Read a list of newline-separated strings from the standard input,
2141cb0ef41Sopenharmony_ci# and print each of them once, without duplicates.  Input order is
2151cb0ef41Sopenharmony_ci# *not* preserved.
2161cb0ef41Sopenharmony_ciam__uniquify_input = $(AWK) '\
2171cb0ef41Sopenharmony_ci  BEGIN { nonempty = 0; } \
2181cb0ef41Sopenharmony_ci  { items[$$0] = 1; nonempty = 1; } \
2191cb0ef41Sopenharmony_ci  END { if (nonempty) { for (i in items) print i; }; } \
2201cb0ef41Sopenharmony_ci'
2211cb0ef41Sopenharmony_ci# Make sure the list of sources is unique.  This is necessary because,
2221cb0ef41Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables
2231cb0ef41Sopenharmony_ci# for different programs/libraries.
2241cb0ef41Sopenharmony_ciam__define_uniq_tagged_files = \
2251cb0ef41Sopenharmony_ci  list='$(am__tagged_files)'; \
2261cb0ef41Sopenharmony_ci  unique=`for i in $$list; do \
2271cb0ef41Sopenharmony_ci    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2281cb0ef41Sopenharmony_ci  done | $(am__uniquify_input)`
2291cb0ef41Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libcares.pc.in \
2301cb0ef41Sopenharmony_ci	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
2311cb0ef41Sopenharmony_ci	$(top_srcdir)/config/config.sub \
2321cb0ef41Sopenharmony_ci	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
2331cb0ef41Sopenharmony_ci	$(top_srcdir)/config/missing AUTHORS INSTALL.md NEWS README.md \
2341cb0ef41Sopenharmony_ci	TODO compile config.guess config.sub config/compile \
2351cb0ef41Sopenharmony_ci	config/config.guess config/config.sub config/install-sh \
2361cb0ef41Sopenharmony_ci	config/ltmain.sh config/missing depcomp install-sh ltmain.sh \
2371cb0ef41Sopenharmony_ci	missing
2381cb0ef41Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2391cb0ef41Sopenharmony_cidistdir = $(PACKAGE)-$(VERSION)
2401cb0ef41Sopenharmony_citop_distdir = $(distdir)
2411cb0ef41Sopenharmony_ciam__remove_distdir = \
2421cb0ef41Sopenharmony_ci  if test -d "$(distdir)"; then \
2431cb0ef41Sopenharmony_ci    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
2441cb0ef41Sopenharmony_ci      && rm -rf "$(distdir)" \
2451cb0ef41Sopenharmony_ci      || { sleep 5 && rm -rf "$(distdir)"; }; \
2461cb0ef41Sopenharmony_ci  else :; fi
2471cb0ef41Sopenharmony_ciam__post_remove_distdir = $(am__remove_distdir)
2481cb0ef41Sopenharmony_ciam__relativize = \
2491cb0ef41Sopenharmony_ci  dir0=`pwd`; \
2501cb0ef41Sopenharmony_ci  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
2511cb0ef41Sopenharmony_ci  sed_rest='s,^[^/]*/*,,'; \
2521cb0ef41Sopenharmony_ci  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
2531cb0ef41Sopenharmony_ci  sed_butlast='s,/*[^/]*$$,,'; \
2541cb0ef41Sopenharmony_ci  while test -n "$$dir1"; do \
2551cb0ef41Sopenharmony_ci    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
2561cb0ef41Sopenharmony_ci    if test "$$first" != "."; then \
2571cb0ef41Sopenharmony_ci      if test "$$first" = ".."; then \
2581cb0ef41Sopenharmony_ci        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
2591cb0ef41Sopenharmony_ci        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
2601cb0ef41Sopenharmony_ci      else \
2611cb0ef41Sopenharmony_ci        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
2621cb0ef41Sopenharmony_ci        if test "$$first2" = "$$first"; then \
2631cb0ef41Sopenharmony_ci          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
2641cb0ef41Sopenharmony_ci        else \
2651cb0ef41Sopenharmony_ci          dir2="../$$dir2"; \
2661cb0ef41Sopenharmony_ci        fi; \
2671cb0ef41Sopenharmony_ci        dir0="$$dir0"/"$$first"; \
2681cb0ef41Sopenharmony_ci      fi; \
2691cb0ef41Sopenharmony_ci    fi; \
2701cb0ef41Sopenharmony_ci    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
2711cb0ef41Sopenharmony_ci  done; \
2721cb0ef41Sopenharmony_ci  reldir="$$dir2"
2731cb0ef41Sopenharmony_ciDIST_ARCHIVES = $(distdir).tar.gz
2741cb0ef41Sopenharmony_ciGZIP_ENV = --best
2751cb0ef41Sopenharmony_ciDIST_TARGETS = dist-gzip
2761cb0ef41Sopenharmony_ci# Exists only to be overridden by the user if desired.
2771cb0ef41Sopenharmony_ciAM_DISTCHECK_DVI_TARGET = dvi
2781cb0ef41Sopenharmony_cidistuninstallcheck_listfiles = find . -type f -print
2791cb0ef41Sopenharmony_ciam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
2801cb0ef41Sopenharmony_ci  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
2811cb0ef41Sopenharmony_cidistcleancheck_listfiles = find . -type f -print
2821cb0ef41Sopenharmony_ciACLOCAL = @ACLOCAL@
2831cb0ef41Sopenharmony_ciAMTAR = @AMTAR@
2841cb0ef41Sopenharmony_ciAM_CFLAGS = @AM_CFLAGS@
2851cb0ef41Sopenharmony_ciAM_CPPFLAGS = @AM_CPPFLAGS@
2861cb0ef41Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2871cb0ef41Sopenharmony_ciAR = @AR@
2881cb0ef41Sopenharmony_ciAS = @AS@
2891cb0ef41Sopenharmony_ciAUTOCONF = @AUTOCONF@
2901cb0ef41Sopenharmony_ciAUTOHEADER = @AUTOHEADER@
2911cb0ef41Sopenharmony_ciAUTOMAKE = @AUTOMAKE@
2921cb0ef41Sopenharmony_ciAWK = @AWK@
2931cb0ef41Sopenharmony_ciBUILD_SUBDIRS = @BUILD_SUBDIRS@
2941cb0ef41Sopenharmony_ciCARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
2951cb0ef41Sopenharmony_ciCARES_RANDOM_FILE = @CARES_RANDOM_FILE@
2961cb0ef41Sopenharmony_ciCARES_SYMBOL_HIDING_CFLAG = @CARES_SYMBOL_HIDING_CFLAG@
2971cb0ef41Sopenharmony_ciCARES_VERSION_INFO = @CARES_VERSION_INFO@
2981cb0ef41Sopenharmony_ciCC = @CC@
2991cb0ef41Sopenharmony_ciCCDEPMODE = @CCDEPMODE@
3001cb0ef41Sopenharmony_ciCFLAGS = @CFLAGS@
3011cb0ef41Sopenharmony_ciCODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
3021cb0ef41Sopenharmony_ciCODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
3031cb0ef41Sopenharmony_ciCODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
3041cb0ef41Sopenharmony_ciCODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
3051cb0ef41Sopenharmony_ciCODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
3061cb0ef41Sopenharmony_ciCPP = @CPP@
3071cb0ef41Sopenharmony_ciCPPFLAGS = @CPPFLAGS@
3081cb0ef41Sopenharmony_ciCSCOPE = @CSCOPE@
3091cb0ef41Sopenharmony_ciCTAGS = @CTAGS@
3101cb0ef41Sopenharmony_ciCXX = @CXX@
3111cb0ef41Sopenharmony_ciCXXCPP = @CXXCPP@
3121cb0ef41Sopenharmony_ciCXXDEPMODE = @CXXDEPMODE@
3131cb0ef41Sopenharmony_ciCXXFLAGS = @CXXFLAGS@
3141cb0ef41Sopenharmony_ciCYGPATH_W = @CYGPATH_W@
3151cb0ef41Sopenharmony_ciDEFS = @DEFS@
3161cb0ef41Sopenharmony_ciDEPDIR = @DEPDIR@
3171cb0ef41Sopenharmony_ciDLLTOOL = @DLLTOOL@
3181cb0ef41Sopenharmony_ciDSYMUTIL = @DSYMUTIL@
3191cb0ef41Sopenharmony_ciDUMPBIN = @DUMPBIN@
3201cb0ef41Sopenharmony_ciECHO_C = @ECHO_C@
3211cb0ef41Sopenharmony_ciECHO_N = @ECHO_N@
3221cb0ef41Sopenharmony_ciECHO_T = @ECHO_T@
3231cb0ef41Sopenharmony_ciEGREP = @EGREP@
3241cb0ef41Sopenharmony_ciETAGS = @ETAGS@
3251cb0ef41Sopenharmony_ciEXEEXT = @EXEEXT@
3261cb0ef41Sopenharmony_ciFGREP = @FGREP@
3271cb0ef41Sopenharmony_ciFILECMD = @FILECMD@
3281cb0ef41Sopenharmony_ciGCOV = @GCOV@
3291cb0ef41Sopenharmony_ciGENHTML = @GENHTML@
3301cb0ef41Sopenharmony_ciGMOCK_CFLAGS = @GMOCK_CFLAGS@
3311cb0ef41Sopenharmony_ciGMOCK_LIBS = @GMOCK_LIBS@
3321cb0ef41Sopenharmony_ciGREP = @GREP@
3331cb0ef41Sopenharmony_ciHAVE_CXX14 = @HAVE_CXX14@
3341cb0ef41Sopenharmony_ciINSTALL = @INSTALL@
3351cb0ef41Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@
3361cb0ef41Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@
3371cb0ef41Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@
3381cb0ef41Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3391cb0ef41Sopenharmony_ciLCOV = @LCOV@
3401cb0ef41Sopenharmony_ciLD = @LD@
3411cb0ef41Sopenharmony_ciLDFLAGS = @LDFLAGS@
3421cb0ef41Sopenharmony_ciLIBOBJS = @LIBOBJS@
3431cb0ef41Sopenharmony_ciLIBS = @LIBS@
3441cb0ef41Sopenharmony_ciLIBTOOL = @LIBTOOL@
3451cb0ef41Sopenharmony_ciLIPO = @LIPO@
3461cb0ef41Sopenharmony_ciLN_S = @LN_S@
3471cb0ef41Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@
3481cb0ef41Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
3491cb0ef41Sopenharmony_ciMAINT = @MAINT@
3501cb0ef41Sopenharmony_ciMAKEINFO = @MAKEINFO@
3511cb0ef41Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@
3521cb0ef41Sopenharmony_ciMKDIR_P = @MKDIR_P@
3531cb0ef41Sopenharmony_ciNM = @NM@
3541cb0ef41Sopenharmony_ciNMEDIT = @NMEDIT@
3551cb0ef41Sopenharmony_ciOBJDUMP = @OBJDUMP@
3561cb0ef41Sopenharmony_ciOBJEXT = @OBJEXT@
3571cb0ef41Sopenharmony_ciOTOOL = @OTOOL@
3581cb0ef41Sopenharmony_ciOTOOL64 = @OTOOL64@
3591cb0ef41Sopenharmony_ciPACKAGE = @PACKAGE@
3601cb0ef41Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3611cb0ef41Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@
3621cb0ef41Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@
3631cb0ef41Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@
3641cb0ef41Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@
3651cb0ef41Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@
3661cb0ef41Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@
3671cb0ef41Sopenharmony_ciPKG_CONFIG = @PKG_CONFIG@
3681cb0ef41Sopenharmony_ciPKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3691cb0ef41Sopenharmony_ciPKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3701cb0ef41Sopenharmony_ciPTHREAD_CC = @PTHREAD_CC@
3711cb0ef41Sopenharmony_ciPTHREAD_CFLAGS = @PTHREAD_CFLAGS@
3721cb0ef41Sopenharmony_ciPTHREAD_CXX = @PTHREAD_CXX@
3731cb0ef41Sopenharmony_ciPTHREAD_LIBS = @PTHREAD_LIBS@
3741cb0ef41Sopenharmony_ciRANLIB = @RANLIB@
3751cb0ef41Sopenharmony_ciSED = @SED@
3761cb0ef41Sopenharmony_ciSET_MAKE = @SET_MAKE@
3771cb0ef41Sopenharmony_ciSHELL = @SHELL@
3781cb0ef41Sopenharmony_ciSTRIP = @STRIP@
3791cb0ef41Sopenharmony_ciVERSION = @VERSION@
3801cb0ef41Sopenharmony_ciabs_builddir = @abs_builddir@
3811cb0ef41Sopenharmony_ciabs_srcdir = @abs_srcdir@
3821cb0ef41Sopenharmony_ciabs_top_builddir = @abs_top_builddir@
3831cb0ef41Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@
3841cb0ef41Sopenharmony_ciac_ct_AR = @ac_ct_AR@
3851cb0ef41Sopenharmony_ciac_ct_CC = @ac_ct_CC@
3861cb0ef41Sopenharmony_ciac_ct_CXX = @ac_ct_CXX@
3871cb0ef41Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@
3881cb0ef41Sopenharmony_ciam__include = @am__include@
3891cb0ef41Sopenharmony_ciam__leading_dot = @am__leading_dot@
3901cb0ef41Sopenharmony_ciam__quote = @am__quote@
3911cb0ef41Sopenharmony_ciam__tar = @am__tar@
3921cb0ef41Sopenharmony_ciam__untar = @am__untar@
3931cb0ef41Sopenharmony_ciax_pthread_config = @ax_pthread_config@
3941cb0ef41Sopenharmony_cibindir = @bindir@
3951cb0ef41Sopenharmony_cibuild = @build@
3961cb0ef41Sopenharmony_cibuild_alias = @build_alias@
3971cb0ef41Sopenharmony_cibuild_cpu = @build_cpu@
3981cb0ef41Sopenharmony_cibuild_os = @build_os@
3991cb0ef41Sopenharmony_cibuild_vendor = @build_vendor@
4001cb0ef41Sopenharmony_cibuilddir = @builddir@
4011cb0ef41Sopenharmony_cidatadir = @datadir@
4021cb0ef41Sopenharmony_cidatarootdir = @datarootdir@
4031cb0ef41Sopenharmony_cidocdir = @docdir@
4041cb0ef41Sopenharmony_cidvidir = @dvidir@
4051cb0ef41Sopenharmony_ciexec_prefix = @exec_prefix@
4061cb0ef41Sopenharmony_cihost = @host@
4071cb0ef41Sopenharmony_cihost_alias = @host_alias@
4081cb0ef41Sopenharmony_cihost_cpu = @host_cpu@
4091cb0ef41Sopenharmony_cihost_os = @host_os@
4101cb0ef41Sopenharmony_cihost_vendor = @host_vendor@
4111cb0ef41Sopenharmony_cihtmldir = @htmldir@
4121cb0ef41Sopenharmony_ciifGNUmake = @ifGNUmake@
4131cb0ef41Sopenharmony_ciifnGNUmake = @ifnGNUmake@
4141cb0ef41Sopenharmony_ciincludedir = @includedir@
4151cb0ef41Sopenharmony_ciinfodir = @infodir@
4161cb0ef41Sopenharmony_ciinstall_sh = @install_sh@
4171cb0ef41Sopenharmony_cilibdir = @libdir@
4181cb0ef41Sopenharmony_cilibexecdir = @libexecdir@
4191cb0ef41Sopenharmony_cilocaledir = @localedir@
4201cb0ef41Sopenharmony_cilocalstatedir = @localstatedir@
4211cb0ef41Sopenharmony_cimandir = @mandir@
4221cb0ef41Sopenharmony_cimkdir_p = @mkdir_p@
4231cb0ef41Sopenharmony_cioldincludedir = @oldincludedir@
4241cb0ef41Sopenharmony_cipdfdir = @pdfdir@
4251cb0ef41Sopenharmony_ciprefix = @prefix@
4261cb0ef41Sopenharmony_ciprogram_transform_name = @program_transform_name@
4271cb0ef41Sopenharmony_cipsdir = @psdir@
4281cb0ef41Sopenharmony_cirunstatedir = @runstatedir@
4291cb0ef41Sopenharmony_cisbindir = @sbindir@
4301cb0ef41Sopenharmony_cisharedstatedir = @sharedstatedir@
4311cb0ef41Sopenharmony_cisrcdir = @srcdir@
4321cb0ef41Sopenharmony_cisysconfdir = @sysconfdir@
4331cb0ef41Sopenharmony_citarget_alias = @target_alias@
4341cb0ef41Sopenharmony_citop_build_prefix = @top_build_prefix@
4351cb0ef41Sopenharmony_citop_builddir = @top_builddir@
4361cb0ef41Sopenharmony_citop_srcdir = @top_srcdir@
4371cb0ef41Sopenharmony_ciAUTOMAKE_OPTIONS = foreign nostdinc 1.9.6
4381cb0ef41Sopenharmony_ciACLOCAL_AMFLAGS = -I m4 --install
4391cb0ef41Sopenharmony_ciMSVCFILES = msvc_ver.inc buildconf.bat
4401cb0ef41Sopenharmony_ci
4411cb0ef41Sopenharmony_ci# adig and ahost are just sample programs and thus not mentioned with the
4421cb0ef41Sopenharmony_ci# regular sources and headers
4431cb0ef41Sopenharmony_ciEXTRA_DIST = AUTHORS CHANGES README.cares $(man_MANS) RELEASE-NOTES.md	\
4441cb0ef41Sopenharmony_ci c-ares-config.cmake.in libcares.pc.cmake libcares.pc.in buildconf get_ver.awk \
4451cb0ef41Sopenharmony_ci maketgz TODO README.msvc $(MSVCFILES) INSTALL.md README.md LICENSE.md \
4461cb0ef41Sopenharmony_ci CMakeLists.txt Makefile.dj Makefile.m32 Makefile.netware Makefile.msvc \
4471cb0ef41Sopenharmony_ci Makefile.Watcom AUTHORS CONTRIBUTING.md SECURITY.md TODO \
4481cb0ef41Sopenharmony_ci cmake/EnableWarnings.cmake
4491cb0ef41Sopenharmony_ci
4501cb0ef41Sopenharmony_ciCLEANFILES = $(PDFPAGES) $(HTMLPAGES)
4511cb0ef41Sopenharmony_ciDISTCLEANFILES = include/ares_build.h
4521cb0ef41Sopenharmony_ciDIST_SUBDIRS = include src test docs
4531cb0ef41Sopenharmony_ciSUBDIRS = @BUILD_SUBDIRS@
4541cb0ef41Sopenharmony_cipkgconfigdir = $(libdir)/pkgconfig
4551cb0ef41Sopenharmony_cipkgconfig_DATA = libcares.pc
4561cb0ef41Sopenharmony_ci
4571cb0ef41Sopenharmony_ci# where to install the c-ares headers
4581cb0ef41Sopenharmony_cilibcares_ladir = $(includedir)
4591cb0ef41Sopenharmony_ciall: all-recursive
4601cb0ef41Sopenharmony_ci
4611cb0ef41Sopenharmony_ci.SUFFIXES:
4621cb0ef41Sopenharmony_ciam--refresh: Makefile
4631cb0ef41Sopenharmony_ci	@:
4641cb0ef41Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
4651cb0ef41Sopenharmony_ci	@for dep in $?; do \
4661cb0ef41Sopenharmony_ci	  case '$(am__configure_deps)' in \
4671cb0ef41Sopenharmony_ci	    *$$dep*) \
4681cb0ef41Sopenharmony_ci	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
4691cb0ef41Sopenharmony_ci	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
4701cb0ef41Sopenharmony_ci		&& exit 0; \
4711cb0ef41Sopenharmony_ci	      exit 1;; \
4721cb0ef41Sopenharmony_ci	  esac; \
4731cb0ef41Sopenharmony_ci	done; \
4741cb0ef41Sopenharmony_ci	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
4751cb0ef41Sopenharmony_ci	$(am__cd) $(top_srcdir) && \
4761cb0ef41Sopenharmony_ci	  $(AUTOMAKE) --foreign Makefile
4771cb0ef41Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
4781cb0ef41Sopenharmony_ci	@case '$?' in \
4791cb0ef41Sopenharmony_ci	  *config.status*) \
4801cb0ef41Sopenharmony_ci	    echo ' $(SHELL) ./config.status'; \
4811cb0ef41Sopenharmony_ci	    $(SHELL) ./config.status;; \
4821cb0ef41Sopenharmony_ci	  *) \
4831cb0ef41Sopenharmony_ci	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
4841cb0ef41Sopenharmony_ci	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
4851cb0ef41Sopenharmony_ci	esac;
4861cb0ef41Sopenharmony_ci
4871cb0ef41Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
4881cb0ef41Sopenharmony_ci	$(SHELL) ./config.status --recheck
4891cb0ef41Sopenharmony_ci
4901cb0ef41Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
4911cb0ef41Sopenharmony_ci	$(am__cd) $(srcdir) && $(AUTOCONF)
4921cb0ef41Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
4931cb0ef41Sopenharmony_ci	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
4941cb0ef41Sopenharmony_ci$(am__aclocal_m4_deps):
4951cb0ef41Sopenharmony_cilibcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in
4961cb0ef41Sopenharmony_ci	cd $(top_builddir) && $(SHELL) ./config.status $@
4971cb0ef41Sopenharmony_ci
4981cb0ef41Sopenharmony_cimostlyclean-libtool:
4991cb0ef41Sopenharmony_ci	-rm -f *.lo
5001cb0ef41Sopenharmony_ci
5011cb0ef41Sopenharmony_ciclean-libtool:
5021cb0ef41Sopenharmony_ci	-rm -rf .libs _libs
5031cb0ef41Sopenharmony_ci
5041cb0ef41Sopenharmony_cidistclean-libtool:
5051cb0ef41Sopenharmony_ci	-rm -f libtool config.lt
5061cb0ef41Sopenharmony_ciinstall-pkgconfigDATA: $(pkgconfig_DATA)
5071cb0ef41Sopenharmony_ci	@$(NORMAL_INSTALL)
5081cb0ef41Sopenharmony_ci	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
5091cb0ef41Sopenharmony_ci	if test -n "$$list"; then \
5101cb0ef41Sopenharmony_ci	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
5111cb0ef41Sopenharmony_ci	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
5121cb0ef41Sopenharmony_ci	fi; \
5131cb0ef41Sopenharmony_ci	for p in $$list; do \
5141cb0ef41Sopenharmony_ci	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
5151cb0ef41Sopenharmony_ci	  echo "$$d$$p"; \
5161cb0ef41Sopenharmony_ci	done | $(am__base_list) | \
5171cb0ef41Sopenharmony_ci	while read files; do \
5181cb0ef41Sopenharmony_ci	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
5191cb0ef41Sopenharmony_ci	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
5201cb0ef41Sopenharmony_ci	done
5211cb0ef41Sopenharmony_ci
5221cb0ef41Sopenharmony_ciuninstall-pkgconfigDATA:
5231cb0ef41Sopenharmony_ci	@$(NORMAL_UNINSTALL)
5241cb0ef41Sopenharmony_ci	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
5251cb0ef41Sopenharmony_ci	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
5261cb0ef41Sopenharmony_ci	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
5271cb0ef41Sopenharmony_ci
5281cb0ef41Sopenharmony_ci# This directory's subdirectories are mostly independent; you can cd
5291cb0ef41Sopenharmony_ci# into them and run 'make' without going through this Makefile.
5301cb0ef41Sopenharmony_ci# To change the values of 'make' variables: instead of editing Makefiles,
5311cb0ef41Sopenharmony_ci# (1) if the variable is set in 'config.status', edit 'config.status'
5321cb0ef41Sopenharmony_ci#     (which will cause the Makefiles to be regenerated when you run 'make');
5331cb0ef41Sopenharmony_ci# (2) otherwise, pass the desired values on the 'make' command line.
5341cb0ef41Sopenharmony_ci$(am__recursive_targets):
5351cb0ef41Sopenharmony_ci	@fail=; \
5361cb0ef41Sopenharmony_ci	if $(am__make_keepgoing); then \
5371cb0ef41Sopenharmony_ci	  failcom='fail=yes'; \
5381cb0ef41Sopenharmony_ci	else \
5391cb0ef41Sopenharmony_ci	  failcom='exit 1'; \
5401cb0ef41Sopenharmony_ci	fi; \
5411cb0ef41Sopenharmony_ci	dot_seen=no; \
5421cb0ef41Sopenharmony_ci	target=`echo $@ | sed s/-recursive//`; \
5431cb0ef41Sopenharmony_ci	case "$@" in \
5441cb0ef41Sopenharmony_ci	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
5451cb0ef41Sopenharmony_ci	  *) list='$(SUBDIRS)' ;; \
5461cb0ef41Sopenharmony_ci	esac; \
5471cb0ef41Sopenharmony_ci	for subdir in $$list; do \
5481cb0ef41Sopenharmony_ci	  echo "Making $$target in $$subdir"; \
5491cb0ef41Sopenharmony_ci	  if test "$$subdir" = "."; then \
5501cb0ef41Sopenharmony_ci	    dot_seen=yes; \
5511cb0ef41Sopenharmony_ci	    local_target="$$target-am"; \
5521cb0ef41Sopenharmony_ci	  else \
5531cb0ef41Sopenharmony_ci	    local_target="$$target"; \
5541cb0ef41Sopenharmony_ci	  fi; \
5551cb0ef41Sopenharmony_ci	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5561cb0ef41Sopenharmony_ci	  || eval $$failcom; \
5571cb0ef41Sopenharmony_ci	done; \
5581cb0ef41Sopenharmony_ci	if test "$$dot_seen" = "no"; then \
5591cb0ef41Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
5601cb0ef41Sopenharmony_ci	fi; test -z "$$fail"
5611cb0ef41Sopenharmony_ci
5621cb0ef41Sopenharmony_ciID: $(am__tagged_files)
5631cb0ef41Sopenharmony_ci	$(am__define_uniq_tagged_files); mkid -fID $$unique
5641cb0ef41Sopenharmony_citags: tags-recursive
5651cb0ef41Sopenharmony_ciTAGS: tags
5661cb0ef41Sopenharmony_ci
5671cb0ef41Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5681cb0ef41Sopenharmony_ci	set x; \
5691cb0ef41Sopenharmony_ci	here=`pwd`; \
5701cb0ef41Sopenharmony_ci	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
5711cb0ef41Sopenharmony_ci	  include_option=--etags-include; \
5721cb0ef41Sopenharmony_ci	  empty_fix=.; \
5731cb0ef41Sopenharmony_ci	else \
5741cb0ef41Sopenharmony_ci	  include_option=--include; \
5751cb0ef41Sopenharmony_ci	  empty_fix=; \
5761cb0ef41Sopenharmony_ci	fi; \
5771cb0ef41Sopenharmony_ci	list='$(SUBDIRS)'; for subdir in $$list; do \
5781cb0ef41Sopenharmony_ci	  if test "$$subdir" = .; then :; else \
5791cb0ef41Sopenharmony_ci	    test ! -f $$subdir/TAGS || \
5801cb0ef41Sopenharmony_ci	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
5811cb0ef41Sopenharmony_ci	  fi; \
5821cb0ef41Sopenharmony_ci	done; \
5831cb0ef41Sopenharmony_ci	$(am__define_uniq_tagged_files); \
5841cb0ef41Sopenharmony_ci	shift; \
5851cb0ef41Sopenharmony_ci	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5861cb0ef41Sopenharmony_ci	  test -n "$$unique" || unique=$$empty_fix; \
5871cb0ef41Sopenharmony_ci	  if test $$# -gt 0; then \
5881cb0ef41Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5891cb0ef41Sopenharmony_ci	      "$$@" $$unique; \
5901cb0ef41Sopenharmony_ci	  else \
5911cb0ef41Sopenharmony_ci	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5921cb0ef41Sopenharmony_ci	      $$unique; \
5931cb0ef41Sopenharmony_ci	  fi; \
5941cb0ef41Sopenharmony_ci	fi
5951cb0ef41Sopenharmony_cictags: ctags-recursive
5961cb0ef41Sopenharmony_ci
5971cb0ef41Sopenharmony_ciCTAGS: ctags
5981cb0ef41Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5991cb0ef41Sopenharmony_ci	$(am__define_uniq_tagged_files); \
6001cb0ef41Sopenharmony_ci	test -z "$(CTAGS_ARGS)$$unique" \
6011cb0ef41Sopenharmony_ci	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
6021cb0ef41Sopenharmony_ci	     $$unique
6031cb0ef41Sopenharmony_ci
6041cb0ef41Sopenharmony_ciGTAGS:
6051cb0ef41Sopenharmony_ci	here=`$(am__cd) $(top_builddir) && pwd` \
6061cb0ef41Sopenharmony_ci	  && $(am__cd) $(top_srcdir) \
6071cb0ef41Sopenharmony_ci	  && gtags -i $(GTAGS_ARGS) "$$here"
6081cb0ef41Sopenharmony_cicscope: cscope.files
6091cb0ef41Sopenharmony_ci	test ! -s cscope.files \
6101cb0ef41Sopenharmony_ci	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
6111cb0ef41Sopenharmony_ciclean-cscope:
6121cb0ef41Sopenharmony_ci	-rm -f cscope.files
6131cb0ef41Sopenharmony_cicscope.files: clean-cscope cscopelist
6141cb0ef41Sopenharmony_cicscopelist: cscopelist-recursive
6151cb0ef41Sopenharmony_ci
6161cb0ef41Sopenharmony_cicscopelist-am: $(am__tagged_files)
6171cb0ef41Sopenharmony_ci	list='$(am__tagged_files)'; \
6181cb0ef41Sopenharmony_ci	case "$(srcdir)" in \
6191cb0ef41Sopenharmony_ci	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
6201cb0ef41Sopenharmony_ci	  *) sdir=$(subdir)/$(srcdir) ;; \
6211cb0ef41Sopenharmony_ci	esac; \
6221cb0ef41Sopenharmony_ci	for i in $$list; do \
6231cb0ef41Sopenharmony_ci	  if test -f "$$i"; then \
6241cb0ef41Sopenharmony_ci	    echo "$(subdir)/$$i"; \
6251cb0ef41Sopenharmony_ci	  else \
6261cb0ef41Sopenharmony_ci	    echo "$$sdir/$$i"; \
6271cb0ef41Sopenharmony_ci	  fi; \
6281cb0ef41Sopenharmony_ci	done >> $(top_builddir)/cscope.files
6291cb0ef41Sopenharmony_ci
6301cb0ef41Sopenharmony_cidistclean-tags:
6311cb0ef41Sopenharmony_ci	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
6321cb0ef41Sopenharmony_ci	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
6331cb0ef41Sopenharmony_cidistdir: $(BUILT_SOURCES)
6341cb0ef41Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) distdir-am
6351cb0ef41Sopenharmony_ci
6361cb0ef41Sopenharmony_cidistdir-am: $(DISTFILES)
6371cb0ef41Sopenharmony_ci	$(am__remove_distdir)
6381cb0ef41Sopenharmony_ci	test -d "$(distdir)" || mkdir "$(distdir)"
6391cb0ef41Sopenharmony_ci	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
6401cb0ef41Sopenharmony_ci	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
6411cb0ef41Sopenharmony_ci	list='$(DISTFILES)'; \
6421cb0ef41Sopenharmony_ci	  dist_files=`for file in $$list; do echo $$file; done | \
6431cb0ef41Sopenharmony_ci	  sed -e "s|^$$srcdirstrip/||;t" \
6441cb0ef41Sopenharmony_ci	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
6451cb0ef41Sopenharmony_ci	case $$dist_files in \
6461cb0ef41Sopenharmony_ci	  */*) $(MKDIR_P) `echo "$$dist_files" | \
6471cb0ef41Sopenharmony_ci			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
6481cb0ef41Sopenharmony_ci			   sort -u` ;; \
6491cb0ef41Sopenharmony_ci	esac; \
6501cb0ef41Sopenharmony_ci	for file in $$dist_files; do \
6511cb0ef41Sopenharmony_ci	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
6521cb0ef41Sopenharmony_ci	  if test -d $$d/$$file; then \
6531cb0ef41Sopenharmony_ci	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
6541cb0ef41Sopenharmony_ci	    if test -d "$(distdir)/$$file"; then \
6551cb0ef41Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
6561cb0ef41Sopenharmony_ci	    fi; \
6571cb0ef41Sopenharmony_ci	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
6581cb0ef41Sopenharmony_ci	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
6591cb0ef41Sopenharmony_ci	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
6601cb0ef41Sopenharmony_ci	    fi; \
6611cb0ef41Sopenharmony_ci	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
6621cb0ef41Sopenharmony_ci	  else \
6631cb0ef41Sopenharmony_ci	    test -f "$(distdir)/$$file" \
6641cb0ef41Sopenharmony_ci	    || cp -p $$d/$$file "$(distdir)/$$file" \
6651cb0ef41Sopenharmony_ci	    || exit 1; \
6661cb0ef41Sopenharmony_ci	  fi; \
6671cb0ef41Sopenharmony_ci	done
6681cb0ef41Sopenharmony_ci	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
6691cb0ef41Sopenharmony_ci	  if test "$$subdir" = .; then :; else \
6701cb0ef41Sopenharmony_ci	    $(am__make_dryrun) \
6711cb0ef41Sopenharmony_ci	      || test -d "$(distdir)/$$subdir" \
6721cb0ef41Sopenharmony_ci	      || $(MKDIR_P) "$(distdir)/$$subdir" \
6731cb0ef41Sopenharmony_ci	      || exit 1; \
6741cb0ef41Sopenharmony_ci	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
6751cb0ef41Sopenharmony_ci	    $(am__relativize); \
6761cb0ef41Sopenharmony_ci	    new_distdir=$$reldir; \
6771cb0ef41Sopenharmony_ci	    dir1=$$subdir; dir2="$(top_distdir)"; \
6781cb0ef41Sopenharmony_ci	    $(am__relativize); \
6791cb0ef41Sopenharmony_ci	    new_top_distdir=$$reldir; \
6801cb0ef41Sopenharmony_ci	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
6811cb0ef41Sopenharmony_ci	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
6821cb0ef41Sopenharmony_ci	    ($(am__cd) $$subdir && \
6831cb0ef41Sopenharmony_ci	      $(MAKE) $(AM_MAKEFLAGS) \
6841cb0ef41Sopenharmony_ci	        top_distdir="$$new_top_distdir" \
6851cb0ef41Sopenharmony_ci	        distdir="$$new_distdir" \
6861cb0ef41Sopenharmony_ci		am__remove_distdir=: \
6871cb0ef41Sopenharmony_ci		am__skip_length_check=: \
6881cb0ef41Sopenharmony_ci		am__skip_mode_fix=: \
6891cb0ef41Sopenharmony_ci	        distdir) \
6901cb0ef41Sopenharmony_ci	      || exit 1; \
6911cb0ef41Sopenharmony_ci	  fi; \
6921cb0ef41Sopenharmony_ci	done
6931cb0ef41Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) \
6941cb0ef41Sopenharmony_ci	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
6951cb0ef41Sopenharmony_ci	  dist-hook
6961cb0ef41Sopenharmony_ci	-test -n "$(am__skip_mode_fix)" \
6971cb0ef41Sopenharmony_ci	|| find "$(distdir)" -type d ! -perm -755 \
6981cb0ef41Sopenharmony_ci		-exec chmod u+rwx,go+rx {} \; -o \
6991cb0ef41Sopenharmony_ci	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
7001cb0ef41Sopenharmony_ci	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
7011cb0ef41Sopenharmony_ci	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
7021cb0ef41Sopenharmony_ci	|| chmod -R a+r "$(distdir)"
7031cb0ef41Sopenharmony_cidist-gzip: distdir
7041cb0ef41Sopenharmony_ci	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
7051cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7061cb0ef41Sopenharmony_ci
7071cb0ef41Sopenharmony_cidist-bzip2: distdir
7081cb0ef41Sopenharmony_ci	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
7091cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7101cb0ef41Sopenharmony_ci
7111cb0ef41Sopenharmony_cidist-lzip: distdir
7121cb0ef41Sopenharmony_ci	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
7131cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7141cb0ef41Sopenharmony_ci
7151cb0ef41Sopenharmony_cidist-xz: distdir
7161cb0ef41Sopenharmony_ci	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
7171cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7181cb0ef41Sopenharmony_ci
7191cb0ef41Sopenharmony_cidist-zstd: distdir
7201cb0ef41Sopenharmony_ci	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
7211cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7221cb0ef41Sopenharmony_ci
7231cb0ef41Sopenharmony_cidist-tarZ: distdir
7241cb0ef41Sopenharmony_ci	@echo WARNING: "Support for distribution archives compressed with" \
7251cb0ef41Sopenharmony_ci		       "legacy program 'compress' is deprecated." >&2
7261cb0ef41Sopenharmony_ci	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
7271cb0ef41Sopenharmony_ci	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
7281cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7291cb0ef41Sopenharmony_ci
7301cb0ef41Sopenharmony_cidist-shar: distdir
7311cb0ef41Sopenharmony_ci	@echo WARNING: "Support for shar distribution archives is" \
7321cb0ef41Sopenharmony_ci	               "deprecated." >&2
7331cb0ef41Sopenharmony_ci	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
7341cb0ef41Sopenharmony_ci	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
7351cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7361cb0ef41Sopenharmony_ci
7371cb0ef41Sopenharmony_cidist-zip: distdir
7381cb0ef41Sopenharmony_ci	-rm -f $(distdir).zip
7391cb0ef41Sopenharmony_ci	zip -rq $(distdir).zip $(distdir)
7401cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7411cb0ef41Sopenharmony_ci
7421cb0ef41Sopenharmony_cidist dist-all:
7431cb0ef41Sopenharmony_ci	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
7441cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
7451cb0ef41Sopenharmony_ci
7461cb0ef41Sopenharmony_ci# This target untars the dist file and tries a VPATH configuration.  Then
7471cb0ef41Sopenharmony_ci# it guarantees that the distribution is self-contained by making another
7481cb0ef41Sopenharmony_ci# tarfile.
7491cb0ef41Sopenharmony_cidistcheck: dist
7501cb0ef41Sopenharmony_ci	case '$(DIST_ARCHIVES)' in \
7511cb0ef41Sopenharmony_ci	*.tar.gz*) \
7521cb0ef41Sopenharmony_ci	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
7531cb0ef41Sopenharmony_ci	*.tar.bz2*) \
7541cb0ef41Sopenharmony_ci	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
7551cb0ef41Sopenharmony_ci	*.tar.lz*) \
7561cb0ef41Sopenharmony_ci	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
7571cb0ef41Sopenharmony_ci	*.tar.xz*) \
7581cb0ef41Sopenharmony_ci	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
7591cb0ef41Sopenharmony_ci	*.tar.Z*) \
7601cb0ef41Sopenharmony_ci	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
7611cb0ef41Sopenharmony_ci	*.shar.gz*) \
7621cb0ef41Sopenharmony_ci	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
7631cb0ef41Sopenharmony_ci	*.zip*) \
7641cb0ef41Sopenharmony_ci	  unzip $(distdir).zip ;;\
7651cb0ef41Sopenharmony_ci	*.tar.zst*) \
7661cb0ef41Sopenharmony_ci	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
7671cb0ef41Sopenharmony_ci	esac
7681cb0ef41Sopenharmony_ci	chmod -R a-w $(distdir)
7691cb0ef41Sopenharmony_ci	chmod u+w $(distdir)
7701cb0ef41Sopenharmony_ci	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
7711cb0ef41Sopenharmony_ci	chmod a-w $(distdir)
7721cb0ef41Sopenharmony_ci	test -d $(distdir)/_build || exit 0; \
7731cb0ef41Sopenharmony_ci	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
7741cb0ef41Sopenharmony_ci	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
7751cb0ef41Sopenharmony_ci	  && am__cwd=`pwd` \
7761cb0ef41Sopenharmony_ci	  && $(am__cd) $(distdir)/_build/sub \
7771cb0ef41Sopenharmony_ci	  && ../../configure \
7781cb0ef41Sopenharmony_ci	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
7791cb0ef41Sopenharmony_ci	    $(DISTCHECK_CONFIGURE_FLAGS) \
7801cb0ef41Sopenharmony_ci	    --srcdir=../.. --prefix="$$dc_install_base" \
7811cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) \
7821cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
7831cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) check \
7841cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) install \
7851cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
7861cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
7871cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
7881cb0ef41Sopenharmony_ci	        distuninstallcheck \
7891cb0ef41Sopenharmony_ci	  && chmod -R a-w "$$dc_install_base" \
7901cb0ef41Sopenharmony_ci	  && ({ \
7911cb0ef41Sopenharmony_ci	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
7921cb0ef41Sopenharmony_ci	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
7931cb0ef41Sopenharmony_ci	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
7941cb0ef41Sopenharmony_ci	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
7951cb0ef41Sopenharmony_ci	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
7961cb0ef41Sopenharmony_ci	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
7971cb0ef41Sopenharmony_ci	  && rm -rf "$$dc_destdir" \
7981cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) dist \
7991cb0ef41Sopenharmony_ci	  && rm -rf $(DIST_ARCHIVES) \
8001cb0ef41Sopenharmony_ci	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
8011cb0ef41Sopenharmony_ci	  && cd "$$am__cwd" \
8021cb0ef41Sopenharmony_ci	  || exit 1
8031cb0ef41Sopenharmony_ci	$(am__post_remove_distdir)
8041cb0ef41Sopenharmony_ci	@(echo "$(distdir) archives ready for distribution: "; \
8051cb0ef41Sopenharmony_ci	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
8061cb0ef41Sopenharmony_ci	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
8071cb0ef41Sopenharmony_cidistuninstallcheck:
8081cb0ef41Sopenharmony_ci	@test -n '$(distuninstallcheck_dir)' || { \
8091cb0ef41Sopenharmony_ci	  echo 'ERROR: trying to run $@ with an empty' \
8101cb0ef41Sopenharmony_ci	       '$$(distuninstallcheck_dir)' >&2; \
8111cb0ef41Sopenharmony_ci	  exit 1; \
8121cb0ef41Sopenharmony_ci	}; \
8131cb0ef41Sopenharmony_ci	$(am__cd) '$(distuninstallcheck_dir)' || { \
8141cb0ef41Sopenharmony_ci	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
8151cb0ef41Sopenharmony_ci	  exit 1; \
8161cb0ef41Sopenharmony_ci	}; \
8171cb0ef41Sopenharmony_ci	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
8181cb0ef41Sopenharmony_ci	   || { echo "ERROR: files left after uninstall:" ; \
8191cb0ef41Sopenharmony_ci	        if test -n "$(DESTDIR)"; then \
8201cb0ef41Sopenharmony_ci	          echo "  (check DESTDIR support)"; \
8211cb0ef41Sopenharmony_ci	        fi ; \
8221cb0ef41Sopenharmony_ci	        $(distuninstallcheck_listfiles) ; \
8231cb0ef41Sopenharmony_ci	        exit 1; } >&2
8241cb0ef41Sopenharmony_cidistcleancheck: distclean
8251cb0ef41Sopenharmony_ci	@if test '$(srcdir)' = . ; then \
8261cb0ef41Sopenharmony_ci	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
8271cb0ef41Sopenharmony_ci	  exit 1 ; \
8281cb0ef41Sopenharmony_ci	fi
8291cb0ef41Sopenharmony_ci	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
8301cb0ef41Sopenharmony_ci	  || { echo "ERROR: files left in build directory after distclean:" ; \
8311cb0ef41Sopenharmony_ci	       $(distcleancheck_listfiles) ; \
8321cb0ef41Sopenharmony_ci	       exit 1; } >&2
8331cb0ef41Sopenharmony_cicheck-am: all-am
8341cb0ef41Sopenharmony_cicheck: check-recursive
8351cb0ef41Sopenharmony_ciall-am: Makefile $(DATA)
8361cb0ef41Sopenharmony_ciinstalldirs: installdirs-recursive
8371cb0ef41Sopenharmony_ciinstalldirs-am:
8381cb0ef41Sopenharmony_ci	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
8391cb0ef41Sopenharmony_ci	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8401cb0ef41Sopenharmony_ci	done
8411cb0ef41Sopenharmony_ciinstall: install-recursive
8421cb0ef41Sopenharmony_ciinstall-exec: install-exec-recursive
8431cb0ef41Sopenharmony_ciinstall-data: install-data-recursive
8441cb0ef41Sopenharmony_ciuninstall: uninstall-recursive
8451cb0ef41Sopenharmony_ci
8461cb0ef41Sopenharmony_ciinstall-am: all-am
8471cb0ef41Sopenharmony_ci	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
8481cb0ef41Sopenharmony_ci
8491cb0ef41Sopenharmony_ciinstallcheck: installcheck-recursive
8501cb0ef41Sopenharmony_ciinstall-strip:
8511cb0ef41Sopenharmony_ci	if test -z '$(STRIP)'; then \
8521cb0ef41Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8531cb0ef41Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
8541cb0ef41Sopenharmony_ci	      install; \
8551cb0ef41Sopenharmony_ci	else \
8561cb0ef41Sopenharmony_ci	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8571cb0ef41Sopenharmony_ci	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
8581cb0ef41Sopenharmony_ci	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
8591cb0ef41Sopenharmony_ci	fi
8601cb0ef41Sopenharmony_cimostlyclean-generic:
8611cb0ef41Sopenharmony_ci
8621cb0ef41Sopenharmony_ciclean-generic:
8631cb0ef41Sopenharmony_ci	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
8641cb0ef41Sopenharmony_ci
8651cb0ef41Sopenharmony_cidistclean-generic:
8661cb0ef41Sopenharmony_ci	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8671cb0ef41Sopenharmony_ci	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
8681cb0ef41Sopenharmony_ci	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
8691cb0ef41Sopenharmony_ci
8701cb0ef41Sopenharmony_cimaintainer-clean-generic:
8711cb0ef41Sopenharmony_ci	@echo "This command is intended for maintainers to use"
8721cb0ef41Sopenharmony_ci	@echo "it deletes files that may require special tools to rebuild."
8731cb0ef41Sopenharmony_ciclean: clean-recursive
8741cb0ef41Sopenharmony_ci
8751cb0ef41Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am
8761cb0ef41Sopenharmony_ci
8771cb0ef41Sopenharmony_cidistclean: distclean-recursive
8781cb0ef41Sopenharmony_ci	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
8791cb0ef41Sopenharmony_ci	-rm -f Makefile
8801cb0ef41Sopenharmony_cidistclean-am: clean-am distclean-generic distclean-libtool \
8811cb0ef41Sopenharmony_ci	distclean-tags
8821cb0ef41Sopenharmony_ci
8831cb0ef41Sopenharmony_cidvi: dvi-recursive
8841cb0ef41Sopenharmony_ci
8851cb0ef41Sopenharmony_cidvi-am:
8861cb0ef41Sopenharmony_ci
8871cb0ef41Sopenharmony_cihtml: html-recursive
8881cb0ef41Sopenharmony_ci
8891cb0ef41Sopenharmony_cihtml-am:
8901cb0ef41Sopenharmony_ci
8911cb0ef41Sopenharmony_ciinfo: info-recursive
8921cb0ef41Sopenharmony_ci
8931cb0ef41Sopenharmony_ciinfo-am:
8941cb0ef41Sopenharmony_ci
8951cb0ef41Sopenharmony_ciinstall-data-am: install-pkgconfigDATA
8961cb0ef41Sopenharmony_ci
8971cb0ef41Sopenharmony_ciinstall-dvi: install-dvi-recursive
8981cb0ef41Sopenharmony_ci
8991cb0ef41Sopenharmony_ciinstall-dvi-am:
9001cb0ef41Sopenharmony_ci
9011cb0ef41Sopenharmony_ciinstall-exec-am:
9021cb0ef41Sopenharmony_ci
9031cb0ef41Sopenharmony_ciinstall-html: install-html-recursive
9041cb0ef41Sopenharmony_ci
9051cb0ef41Sopenharmony_ciinstall-html-am:
9061cb0ef41Sopenharmony_ci
9071cb0ef41Sopenharmony_ciinstall-info: install-info-recursive
9081cb0ef41Sopenharmony_ci
9091cb0ef41Sopenharmony_ciinstall-info-am:
9101cb0ef41Sopenharmony_ci
9111cb0ef41Sopenharmony_ciinstall-man:
9121cb0ef41Sopenharmony_ci
9131cb0ef41Sopenharmony_ciinstall-pdf: install-pdf-recursive
9141cb0ef41Sopenharmony_ci
9151cb0ef41Sopenharmony_ciinstall-pdf-am:
9161cb0ef41Sopenharmony_ci
9171cb0ef41Sopenharmony_ciinstall-ps: install-ps-recursive
9181cb0ef41Sopenharmony_ci
9191cb0ef41Sopenharmony_ciinstall-ps-am:
9201cb0ef41Sopenharmony_ci
9211cb0ef41Sopenharmony_ciinstallcheck-am:
9221cb0ef41Sopenharmony_ci
9231cb0ef41Sopenharmony_cimaintainer-clean: maintainer-clean-recursive
9241cb0ef41Sopenharmony_ci	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
9251cb0ef41Sopenharmony_ci	-rm -rf $(top_srcdir)/autom4te.cache
9261cb0ef41Sopenharmony_ci	-rm -f Makefile
9271cb0ef41Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic
9281cb0ef41Sopenharmony_ci
9291cb0ef41Sopenharmony_cimostlyclean: mostlyclean-recursive
9301cb0ef41Sopenharmony_ci
9311cb0ef41Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool
9321cb0ef41Sopenharmony_ci
9331cb0ef41Sopenharmony_cipdf: pdf-recursive
9341cb0ef41Sopenharmony_ci
9351cb0ef41Sopenharmony_cipdf-am:
9361cb0ef41Sopenharmony_ci
9371cb0ef41Sopenharmony_cips: ps-recursive
9381cb0ef41Sopenharmony_ci
9391cb0ef41Sopenharmony_cips-am:
9401cb0ef41Sopenharmony_ci
9411cb0ef41Sopenharmony_ciuninstall-am: uninstall-pkgconfigDATA
9421cb0ef41Sopenharmony_ci
9431cb0ef41Sopenharmony_ci.MAKE: $(am__recursive_targets) install-am install-strip
9441cb0ef41Sopenharmony_ci
9451cb0ef41Sopenharmony_ci.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
9461cb0ef41Sopenharmony_ci	am--refresh check check-am clean clean-cscope clean-generic \
9471cb0ef41Sopenharmony_ci	clean-libtool cscope cscopelist-am ctags ctags-am dist \
9481cb0ef41Sopenharmony_ci	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
9491cb0ef41Sopenharmony_ci	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
9501cb0ef41Sopenharmony_ci	distclean-generic distclean-libtool distclean-tags \
9511cb0ef41Sopenharmony_ci	distcleancheck distdir distuninstallcheck dvi dvi-am html \
9521cb0ef41Sopenharmony_ci	html-am info info-am install install-am install-data \
9531cb0ef41Sopenharmony_ci	install-data-am install-dvi install-dvi-am install-exec \
9541cb0ef41Sopenharmony_ci	install-exec-am install-html install-html-am install-info \
9551cb0ef41Sopenharmony_ci	install-info-am install-man install-pdf install-pdf-am \
9561cb0ef41Sopenharmony_ci	install-pkgconfigDATA install-ps install-ps-am install-strip \
9571cb0ef41Sopenharmony_ci	installcheck installcheck-am installdirs installdirs-am \
9581cb0ef41Sopenharmony_ci	maintainer-clean maintainer-clean-generic mostlyclean \
9591cb0ef41Sopenharmony_ci	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
9601cb0ef41Sopenharmony_ci	tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
9611cb0ef41Sopenharmony_ci
9621cb0ef41Sopenharmony_ci.PRECIOUS: Makefile
9631cb0ef41Sopenharmony_ci
9641cb0ef41Sopenharmony_ci
9651cb0ef41Sopenharmony_ci# Make files named *.dist replace the file without .dist extension
9661cb0ef41Sopenharmony_cidist-hook:
9671cb0ef41Sopenharmony_ci	find $(distdir) -name "*.dist" -exec rm {} \;
9681cb0ef41Sopenharmony_ci	(distit=`find $(srcdir) -name "*.dist"`; \
9691cb0ef41Sopenharmony_ci	for file in $$distit; do \
9701cb0ef41Sopenharmony_ci	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
9711cb0ef41Sopenharmony_ci	  cp $$file $(distdir)$$strip; \
9721cb0ef41Sopenharmony_ci	done)
9731cb0ef41Sopenharmony_ci
9741cb0ef41Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables.
9751cb0ef41Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded.
9761cb0ef41Sopenharmony_ci.NOEXPORT:
977