1324c9471Sopenharmony_ci# Makefile.in generated by automake 1.16.5 from Makefile.am. 2324c9471Sopenharmony_ci# @configure_input@ 3324c9471Sopenharmony_ci 4324c9471Sopenharmony_ci# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5324c9471Sopenharmony_ci 6324c9471Sopenharmony_ci# This Makefile.in is free software; the Free Software Foundation 7324c9471Sopenharmony_ci# gives unlimited permission to copy and/or distribute it, 8324c9471Sopenharmony_ci# with or without modifications, as long as this notice is preserved. 9324c9471Sopenharmony_ci 10324c9471Sopenharmony_ci# This program is distributed in the hope that it will be useful, 11324c9471Sopenharmony_ci# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12324c9471Sopenharmony_ci# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13324c9471Sopenharmony_ci# PARTICULAR PURPOSE. 14324c9471Sopenharmony_ci 15324c9471Sopenharmony_ci@SET_MAKE@ 16324c9471Sopenharmony_ci 17324c9471Sopenharmony_ciVPATH = @srcdir@ 18324c9471Sopenharmony_ciam__is_gnu_make = { \ 19324c9471Sopenharmony_ci if test -z '$(MAKELEVEL)'; then \ 20324c9471Sopenharmony_ci false; \ 21324c9471Sopenharmony_ci elif test -n '$(MAKE_HOST)'; then \ 22324c9471Sopenharmony_ci true; \ 23324c9471Sopenharmony_ci elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24324c9471Sopenharmony_ci true; \ 25324c9471Sopenharmony_ci else \ 26324c9471Sopenharmony_ci false; \ 27324c9471Sopenharmony_ci fi; \ 28324c9471Sopenharmony_ci} 29324c9471Sopenharmony_ciam__make_running_with_option = \ 30324c9471Sopenharmony_ci case $${target_option-} in \ 31324c9471Sopenharmony_ci ?) ;; \ 32324c9471Sopenharmony_ci *) echo "am__make_running_with_option: internal error: invalid" \ 33324c9471Sopenharmony_ci "target option '$${target_option-}' specified" >&2; \ 34324c9471Sopenharmony_ci exit 1;; \ 35324c9471Sopenharmony_ci esac; \ 36324c9471Sopenharmony_ci has_opt=no; \ 37324c9471Sopenharmony_ci sane_makeflags=$$MAKEFLAGS; \ 38324c9471Sopenharmony_ci if $(am__is_gnu_make); then \ 39324c9471Sopenharmony_ci sane_makeflags=$$MFLAGS; \ 40324c9471Sopenharmony_ci else \ 41324c9471Sopenharmony_ci case $$MAKEFLAGS in \ 42324c9471Sopenharmony_ci *\\[\ \ ]*) \ 43324c9471Sopenharmony_ci bs=\\; \ 44324c9471Sopenharmony_ci sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45324c9471Sopenharmony_ci | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46324c9471Sopenharmony_ci esac; \ 47324c9471Sopenharmony_ci fi; \ 48324c9471Sopenharmony_ci skip_next=no; \ 49324c9471Sopenharmony_ci strip_trailopt () \ 50324c9471Sopenharmony_ci { \ 51324c9471Sopenharmony_ci flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52324c9471Sopenharmony_ci }; \ 53324c9471Sopenharmony_ci for flg in $$sane_makeflags; do \ 54324c9471Sopenharmony_ci test $$skip_next = yes && { skip_next=no; continue; }; \ 55324c9471Sopenharmony_ci case $$flg in \ 56324c9471Sopenharmony_ci *=*|--*) continue;; \ 57324c9471Sopenharmony_ci -*I) strip_trailopt 'I'; skip_next=yes;; \ 58324c9471Sopenharmony_ci -*I?*) strip_trailopt 'I';; \ 59324c9471Sopenharmony_ci -*O) strip_trailopt 'O'; skip_next=yes;; \ 60324c9471Sopenharmony_ci -*O?*) strip_trailopt 'O';; \ 61324c9471Sopenharmony_ci -*l) strip_trailopt 'l'; skip_next=yes;; \ 62324c9471Sopenharmony_ci -*l?*) strip_trailopt 'l';; \ 63324c9471Sopenharmony_ci -[dEDm]) skip_next=yes;; \ 64324c9471Sopenharmony_ci -[JT]) skip_next=yes;; \ 65324c9471Sopenharmony_ci esac; \ 66324c9471Sopenharmony_ci case $$flg in \ 67324c9471Sopenharmony_ci *$$target_option*) has_opt=yes; break;; \ 68324c9471Sopenharmony_ci esac; \ 69324c9471Sopenharmony_ci done; \ 70324c9471Sopenharmony_ci test $$has_opt = yes 71324c9471Sopenharmony_ciam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72324c9471Sopenharmony_ciam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73324c9471Sopenharmony_cipkgdatadir = $(datadir)/@PACKAGE@ 74324c9471Sopenharmony_cipkgincludedir = $(includedir)/@PACKAGE@ 75324c9471Sopenharmony_cipkglibdir = $(libdir)/@PACKAGE@ 76324c9471Sopenharmony_cipkglibexecdir = $(libexecdir)/@PACKAGE@ 77324c9471Sopenharmony_ciam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78324c9471Sopenharmony_ciinstall_sh_DATA = $(install_sh) -c -m 644 79324c9471Sopenharmony_ciinstall_sh_PROGRAM = $(install_sh) -c 80324c9471Sopenharmony_ciinstall_sh_SCRIPT = $(install_sh) -c 81324c9471Sopenharmony_ciINSTALL_HEADER = $(INSTALL_DATA) 82324c9471Sopenharmony_citransform = $(program_transform_name) 83324c9471Sopenharmony_ciNORMAL_INSTALL = : 84324c9471Sopenharmony_ciPRE_INSTALL = : 85324c9471Sopenharmony_ciPOST_INSTALL = : 86324c9471Sopenharmony_ciNORMAL_UNINSTALL = : 87324c9471Sopenharmony_ciPRE_UNINSTALL = : 88324c9471Sopenharmony_ciPOST_UNINSTALL = : 89324c9471Sopenharmony_cibuild_triplet = @build@ 90324c9471Sopenharmony_cihost_triplet = @host@ 91324c9471Sopenharmony_cisubdir = include 92324c9471Sopenharmony_ciACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93324c9471Sopenharmony_ciam__aclocal_m4_deps = $(top_srcdir)/m4/ax_ac_append_to_file.m4 \ 94324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_ac_print_to_file.m4 \ 95324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_add_am_macro_static.m4 \ 96324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_am_macros_static.m4 \ 97324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_check_gnu_make.m4 \ 98324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_code_coverage.m4 \ 99324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ 100324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_file_escapes.m4 \ 101324c9471Sopenharmony_ci $(top_srcdir)/m4/ax_require_defined.m4 \ 102324c9471Sopenharmony_ci $(top_srcdir)/m4/cares-compilers.m4 \ 103324c9471Sopenharmony_ci $(top_srcdir)/m4/cares-confopts.m4 \ 104324c9471Sopenharmony_ci $(top_srcdir)/m4/cares-functions.m4 \ 105324c9471Sopenharmony_ci $(top_srcdir)/m4/cares-reentrant.m4 \ 106324c9471Sopenharmony_ci $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 107324c9471Sopenharmony_ci $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 108324c9471Sopenharmony_ci $(top_srcdir)/m4/lt~obsolete.m4 \ 109324c9471Sopenharmony_ci $(top_srcdir)/m4/xc-am-iface.m4 \ 110324c9471Sopenharmony_ci $(top_srcdir)/m4/xc-cc-check.m4 \ 111324c9471Sopenharmony_ci $(top_srcdir)/m4/xc-lt-iface.m4 \ 112324c9471Sopenharmony_ci $(top_srcdir)/m4/xc-translit.m4 \ 113324c9471Sopenharmony_ci $(top_srcdir)/m4/xc-val-flgs.m4 \ 114324c9471Sopenharmony_ci $(top_srcdir)/m4/zz40-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 115324c9471Sopenharmony_ci $(top_srcdir)/configure.ac 116324c9471Sopenharmony_ciam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117324c9471Sopenharmony_ci $(ACLOCAL_M4) 118324c9471Sopenharmony_ciDIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ 119324c9471Sopenharmony_ci $(am__DIST_COMMON) 120324c9471Sopenharmony_cimkinstalldirs = $(install_sh) -d 121324c9471Sopenharmony_ciCONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h ares_build.h 122324c9471Sopenharmony_ciCONFIG_CLEAN_FILES = 123324c9471Sopenharmony_ciCONFIG_CLEAN_VPATH_FILES = 124324c9471Sopenharmony_ciAM_V_P = $(am__v_P_@AM_V@) 125324c9471Sopenharmony_ciam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126324c9471Sopenharmony_ciam__v_P_0 = false 127324c9471Sopenharmony_ciam__v_P_1 = : 128324c9471Sopenharmony_ciAM_V_GEN = $(am__v_GEN_@AM_V@) 129324c9471Sopenharmony_ciam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130324c9471Sopenharmony_ciam__v_GEN_0 = @echo " GEN " $@; 131324c9471Sopenharmony_ciam__v_GEN_1 = 132324c9471Sopenharmony_ciAM_V_at = $(am__v_at_@AM_V@) 133324c9471Sopenharmony_ciam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134324c9471Sopenharmony_ciam__v_at_0 = @ 135324c9471Sopenharmony_ciam__v_at_1 = 136324c9471Sopenharmony_ciSOURCES = 137324c9471Sopenharmony_ciDIST_SOURCES = 138324c9471Sopenharmony_ciam__can_run_installinfo = \ 139324c9471Sopenharmony_ci case $$AM_UPDATE_INFO_DIR in \ 140324c9471Sopenharmony_ci n|no|NO) false;; \ 141324c9471Sopenharmony_ci *) (install-info --version) >/dev/null 2>&1;; \ 142324c9471Sopenharmony_ci esac 143324c9471Sopenharmony_ciam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 144324c9471Sopenharmony_ciam__vpath_adj = case $$p in \ 145324c9471Sopenharmony_ci $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 146324c9471Sopenharmony_ci *) f=$$p;; \ 147324c9471Sopenharmony_ci esac; 148324c9471Sopenharmony_ciam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 149324c9471Sopenharmony_ciam__install_max = 40 150324c9471Sopenharmony_ciam__nobase_strip_setup = \ 151324c9471Sopenharmony_ci srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 152324c9471Sopenharmony_ciam__nobase_strip = \ 153324c9471Sopenharmony_ci for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 154324c9471Sopenharmony_ciam__nobase_list = $(am__nobase_strip_setup); \ 155324c9471Sopenharmony_ci for p in $$list; do echo "$$p $$p"; done | \ 156324c9471Sopenharmony_ci sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 157324c9471Sopenharmony_ci $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 158324c9471Sopenharmony_ci if (++n[$$2] == $(am__install_max)) \ 159324c9471Sopenharmony_ci { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 160324c9471Sopenharmony_ci END { for (dir in files) print dir, files[dir] }' 161324c9471Sopenharmony_ciam__base_list = \ 162324c9471Sopenharmony_ci sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 163324c9471Sopenharmony_ci sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 164324c9471Sopenharmony_ciam__uninstall_files_from_dir = { \ 165324c9471Sopenharmony_ci test -z "$$files" \ 166324c9471Sopenharmony_ci || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 167324c9471Sopenharmony_ci || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 168324c9471Sopenharmony_ci $(am__cd) "$$dir" && rm -f $$files; }; \ 169324c9471Sopenharmony_ci } 170324c9471Sopenharmony_ciam__installdirs = "$(DESTDIR)$(includedir)" 171324c9471Sopenharmony_ciHEADERS = $(include_HEADERS) 172324c9471Sopenharmony_ciam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 173324c9471Sopenharmony_ci ares_build.h.in 174324c9471Sopenharmony_ci# Read a list of newline-separated strings from the standard input, 175324c9471Sopenharmony_ci# and print each of them once, without duplicates. Input order is 176324c9471Sopenharmony_ci# *not* preserved. 177324c9471Sopenharmony_ciam__uniquify_input = $(AWK) '\ 178324c9471Sopenharmony_ci BEGIN { nonempty = 0; } \ 179324c9471Sopenharmony_ci { items[$$0] = 1; nonempty = 1; } \ 180324c9471Sopenharmony_ci END { if (nonempty) { for (i in items) print i; }; } \ 181324c9471Sopenharmony_ci' 182324c9471Sopenharmony_ci# Make sure the list of sources is unique. This is necessary because, 183324c9471Sopenharmony_ci# e.g., the same source file might be shared among _SOURCES variables 184324c9471Sopenharmony_ci# for different programs/libraries. 185324c9471Sopenharmony_ciam__define_uniq_tagged_files = \ 186324c9471Sopenharmony_ci list='$(am__tagged_files)'; \ 187324c9471Sopenharmony_ci unique=`for i in $$list; do \ 188324c9471Sopenharmony_ci if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 189324c9471Sopenharmony_ci done | $(am__uniquify_input)` 190324c9471Sopenharmony_ciam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ares_build.h.in 191324c9471Sopenharmony_ciDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 192324c9471Sopenharmony_ciACLOCAL = @ACLOCAL@ 193324c9471Sopenharmony_ciAMTAR = @AMTAR@ 194324c9471Sopenharmony_ciAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 195324c9471Sopenharmony_ciAR = @AR@ 196324c9471Sopenharmony_ciAS = @AS@ 197324c9471Sopenharmony_ciAUTOCONF = @AUTOCONF@ 198324c9471Sopenharmony_ciAUTOHEADER = @AUTOHEADER@ 199324c9471Sopenharmony_ciAUTOMAKE = @AUTOMAKE@ 200324c9471Sopenharmony_ciAWK = @AWK@ 201324c9471Sopenharmony_ciBUILD_SUBDIRS = @BUILD_SUBDIRS@ 202324c9471Sopenharmony_ciCARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@ 203324c9471Sopenharmony_ciCARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@ 204324c9471Sopenharmony_ciCARES_RANDOM_FILE = @CARES_RANDOM_FILE@ 205324c9471Sopenharmony_ciCARES_VERSION_INFO = @CARES_VERSION_INFO@ 206324c9471Sopenharmony_ciCC = @CC@ 207324c9471Sopenharmony_ciCCDEPMODE = @CCDEPMODE@ 208324c9471Sopenharmony_ciCFLAGS = @CFLAGS@ 209324c9471Sopenharmony_ciCFLAG_CARES_SYMBOL_HIDING = @CFLAG_CARES_SYMBOL_HIDING@ 210324c9471Sopenharmony_ciCODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ 211324c9471Sopenharmony_ciCODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ 212324c9471Sopenharmony_ciCODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ 213324c9471Sopenharmony_ciCODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ 214324c9471Sopenharmony_ciCODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ 215324c9471Sopenharmony_ciCPP = @CPP@ 216324c9471Sopenharmony_ciCPPFLAGS = @CPPFLAGS@ 217324c9471Sopenharmony_ciCPPFLAG_CARES_STATICLIB = @CPPFLAG_CARES_STATICLIB@ 218324c9471Sopenharmony_ciCSCOPE = @CSCOPE@ 219324c9471Sopenharmony_ciCTAGS = @CTAGS@ 220324c9471Sopenharmony_ciCXX = @CXX@ 221324c9471Sopenharmony_ciCXXCPP = @CXXCPP@ 222324c9471Sopenharmony_ciCXXDEPMODE = @CXXDEPMODE@ 223324c9471Sopenharmony_ciCXXFLAGS = @CXXFLAGS@ 224324c9471Sopenharmony_ciCYGPATH_W = @CYGPATH_W@ 225324c9471Sopenharmony_ciDEFS = @DEFS@ 226324c9471Sopenharmony_ciDEPDIR = @DEPDIR@ 227324c9471Sopenharmony_ciDLLTOOL = @DLLTOOL@ 228324c9471Sopenharmony_ciDSYMUTIL = @DSYMUTIL@ 229324c9471Sopenharmony_ciDUMPBIN = @DUMPBIN@ 230324c9471Sopenharmony_ciECHO_C = @ECHO_C@ 231324c9471Sopenharmony_ciECHO_N = @ECHO_N@ 232324c9471Sopenharmony_ciECHO_T = @ECHO_T@ 233324c9471Sopenharmony_ciEGREP = @EGREP@ 234324c9471Sopenharmony_ciETAGS = @ETAGS@ 235324c9471Sopenharmony_ciEXEEXT = @EXEEXT@ 236324c9471Sopenharmony_ciFGREP = @FGREP@ 237324c9471Sopenharmony_ciGCOV = @GCOV@ 238324c9471Sopenharmony_ciGENHTML = @GENHTML@ 239324c9471Sopenharmony_ciGREP = @GREP@ 240324c9471Sopenharmony_ciHAVE_CXX11 = @HAVE_CXX11@ 241324c9471Sopenharmony_ciINSTALL = @INSTALL@ 242324c9471Sopenharmony_ciINSTALL_DATA = @INSTALL_DATA@ 243324c9471Sopenharmony_ciINSTALL_PROGRAM = @INSTALL_PROGRAM@ 244324c9471Sopenharmony_ciINSTALL_SCRIPT = @INSTALL_SCRIPT@ 245324c9471Sopenharmony_ciINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 246324c9471Sopenharmony_ciLCOV = @LCOV@ 247324c9471Sopenharmony_ciLD = @LD@ 248324c9471Sopenharmony_ciLDFLAGS = @LDFLAGS@ 249324c9471Sopenharmony_ciLIBOBJS = @LIBOBJS@ 250324c9471Sopenharmony_ciLIBS = @LIBS@ 251324c9471Sopenharmony_ciLIBTOOL = @LIBTOOL@ 252324c9471Sopenharmony_ciLIPO = @LIPO@ 253324c9471Sopenharmony_ciLN_S = @LN_S@ 254324c9471Sopenharmony_ciLTLIBOBJS = @LTLIBOBJS@ 255324c9471Sopenharmony_ciLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 256324c9471Sopenharmony_ciMAINT = @MAINT@ 257324c9471Sopenharmony_ciMAKEINFO = @MAKEINFO@ 258324c9471Sopenharmony_ciMANIFEST_TOOL = @MANIFEST_TOOL@ 259324c9471Sopenharmony_ciMKDIR_P = @MKDIR_P@ 260324c9471Sopenharmony_ciNM = @NM@ 261324c9471Sopenharmony_ciNMEDIT = @NMEDIT@ 262324c9471Sopenharmony_ciOBJDUMP = @OBJDUMP@ 263324c9471Sopenharmony_ciOBJEXT = @OBJEXT@ 264324c9471Sopenharmony_ciOTOOL = @OTOOL@ 265324c9471Sopenharmony_ciOTOOL64 = @OTOOL64@ 266324c9471Sopenharmony_ciPACKAGE = @PACKAGE@ 267324c9471Sopenharmony_ciPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 268324c9471Sopenharmony_ciPACKAGE_NAME = @PACKAGE_NAME@ 269324c9471Sopenharmony_ciPACKAGE_STRING = @PACKAGE_STRING@ 270324c9471Sopenharmony_ciPACKAGE_TARNAME = @PACKAGE_TARNAME@ 271324c9471Sopenharmony_ciPACKAGE_URL = @PACKAGE_URL@ 272324c9471Sopenharmony_ciPACKAGE_VERSION = @PACKAGE_VERSION@ 273324c9471Sopenharmony_ciPATH_SEPARATOR = @PATH_SEPARATOR@ 274324c9471Sopenharmony_ciRANLIB = @RANLIB@ 275324c9471Sopenharmony_ciSED = @SED@ 276324c9471Sopenharmony_ciSET_MAKE = @SET_MAKE@ 277324c9471Sopenharmony_ciSHELL = @SHELL@ 278324c9471Sopenharmony_ciSTRIP = @STRIP@ 279324c9471Sopenharmony_ciVERSION = @VERSION@ 280324c9471Sopenharmony_ciabs_builddir = @abs_builddir@ 281324c9471Sopenharmony_ciabs_srcdir = @abs_srcdir@ 282324c9471Sopenharmony_ciabs_top_builddir = @abs_top_builddir@ 283324c9471Sopenharmony_ciabs_top_srcdir = @abs_top_srcdir@ 284324c9471Sopenharmony_ciac_ct_AR = @ac_ct_AR@ 285324c9471Sopenharmony_ciac_ct_CC = @ac_ct_CC@ 286324c9471Sopenharmony_ciac_ct_CXX = @ac_ct_CXX@ 287324c9471Sopenharmony_ciac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 288324c9471Sopenharmony_ciam__include = @am__include@ 289324c9471Sopenharmony_ciam__leading_dot = @am__leading_dot@ 290324c9471Sopenharmony_ciam__quote = @am__quote@ 291324c9471Sopenharmony_ciam__tar = @am__tar@ 292324c9471Sopenharmony_ciam__untar = @am__untar@ 293324c9471Sopenharmony_cibindir = @bindir@ 294324c9471Sopenharmony_cibuild = @build@ 295324c9471Sopenharmony_cibuild_alias = @build_alias@ 296324c9471Sopenharmony_cibuild_cpu = @build_cpu@ 297324c9471Sopenharmony_cibuild_os = @build_os@ 298324c9471Sopenharmony_cibuild_vendor = @build_vendor@ 299324c9471Sopenharmony_cibuilddir = @builddir@ 300324c9471Sopenharmony_cidatadir = @datadir@ 301324c9471Sopenharmony_cidatarootdir = @datarootdir@ 302324c9471Sopenharmony_cidocdir = @docdir@ 303324c9471Sopenharmony_cidvidir = @dvidir@ 304324c9471Sopenharmony_ciexec_prefix = @exec_prefix@ 305324c9471Sopenharmony_cihost = @host@ 306324c9471Sopenharmony_cihost_alias = @host_alias@ 307324c9471Sopenharmony_cihost_cpu = @host_cpu@ 308324c9471Sopenharmony_cihost_os = @host_os@ 309324c9471Sopenharmony_cihost_vendor = @host_vendor@ 310324c9471Sopenharmony_cihtmldir = @htmldir@ 311324c9471Sopenharmony_ciifGNUmake = @ifGNUmake@ 312324c9471Sopenharmony_ciifnGNUmake = @ifnGNUmake@ 313324c9471Sopenharmony_ciincludedir = @includedir@ 314324c9471Sopenharmony_ciinfodir = @infodir@ 315324c9471Sopenharmony_ciinstall_sh = @install_sh@ 316324c9471Sopenharmony_cilibdir = @libdir@ 317324c9471Sopenharmony_cilibexecdir = @libexecdir@ 318324c9471Sopenharmony_cilocaledir = @localedir@ 319324c9471Sopenharmony_cilocalstatedir = @localstatedir@ 320324c9471Sopenharmony_cimandir = @mandir@ 321324c9471Sopenharmony_cimkdir_p = @mkdir_p@ 322324c9471Sopenharmony_cioldincludedir = @oldincludedir@ 323324c9471Sopenharmony_cipdfdir = @pdfdir@ 324324c9471Sopenharmony_ciprefix = @prefix@ 325324c9471Sopenharmony_ciprogram_transform_name = @program_transform_name@ 326324c9471Sopenharmony_cipsdir = @psdir@ 327324c9471Sopenharmony_cirunstatedir = @runstatedir@ 328324c9471Sopenharmony_cisbindir = @sbindir@ 329324c9471Sopenharmony_cisharedstatedir = @sharedstatedir@ 330324c9471Sopenharmony_cisrcdir = @srcdir@ 331324c9471Sopenharmony_cisubdirs = @subdirs@ 332324c9471Sopenharmony_cisysconfdir = @sysconfdir@ 333324c9471Sopenharmony_citarget_alias = @target_alias@ 334324c9471Sopenharmony_citop_build_prefix = @top_build_prefix@ 335324c9471Sopenharmony_citop_builddir = @top_builddir@ 336324c9471Sopenharmony_citop_srcdir = @top_srcdir@ 337324c9471Sopenharmony_ciAUTOMAKE_OPTIONS = foreign nostdinc 1.9.6 338324c9471Sopenharmony_ciACLOCAL_AMFLAGS = -I m4 --install 339324c9471Sopenharmony_ci 340324c9471Sopenharmony_ci# what headers to install on 'make install': 341324c9471Sopenharmony_ciinclude_HEADERS = ares.h ares_version.h ares_build.h ares_rules.h ares_dns.h ares_nameser.h 342324c9471Sopenharmony_ciEXTRA_DIST = ares_build.h.cmake ares_build.h.in ares_build.h.dist CMakeLists.txt 343324c9471Sopenharmony_ciall: ares_build.h 344324c9471Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) all-am 345324c9471Sopenharmony_ci 346324c9471Sopenharmony_ci.SUFFIXES: 347324c9471Sopenharmony_ci$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 348324c9471Sopenharmony_ci @for dep in $?; do \ 349324c9471Sopenharmony_ci case '$(am__configure_deps)' in \ 350324c9471Sopenharmony_ci *$$dep*) \ 351324c9471Sopenharmony_ci ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 352324c9471Sopenharmony_ci && { if test -f $@; then exit 0; else break; fi; }; \ 353324c9471Sopenharmony_ci exit 1;; \ 354324c9471Sopenharmony_ci esac; \ 355324c9471Sopenharmony_ci done; \ 356324c9471Sopenharmony_ci echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 357324c9471Sopenharmony_ci $(am__cd) $(top_srcdir) && \ 358324c9471Sopenharmony_ci $(AUTOMAKE) --foreign include/Makefile 359324c9471Sopenharmony_ciMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 360324c9471Sopenharmony_ci @case '$?' in \ 361324c9471Sopenharmony_ci *config.status*) \ 362324c9471Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 363324c9471Sopenharmony_ci *) \ 364324c9471Sopenharmony_ci echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 365324c9471Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 366324c9471Sopenharmony_ci esac; 367324c9471Sopenharmony_ci 368324c9471Sopenharmony_ci$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 369324c9471Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 370324c9471Sopenharmony_ci 371324c9471Sopenharmony_ci$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 372324c9471Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 373324c9471Sopenharmony_ci$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 374324c9471Sopenharmony_ci cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 375324c9471Sopenharmony_ci$(am__aclocal_m4_deps): 376324c9471Sopenharmony_ci 377324c9471Sopenharmony_ciares_build.h: stamp-h2 378324c9471Sopenharmony_ci @test -f $@ || rm -f stamp-h2 379324c9471Sopenharmony_ci @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2 380324c9471Sopenharmony_ci 381324c9471Sopenharmony_cistamp-h2: $(srcdir)/ares_build.h.in $(top_builddir)/config.status 382324c9471Sopenharmony_ci @rm -f stamp-h2 383324c9471Sopenharmony_ci cd $(top_builddir) && $(SHELL) ./config.status include/ares_build.h 384324c9471Sopenharmony_ci 385324c9471Sopenharmony_cidistclean-hdr: 386324c9471Sopenharmony_ci -rm -f ares_build.h stamp-h2 387324c9471Sopenharmony_ci 388324c9471Sopenharmony_cimostlyclean-libtool: 389324c9471Sopenharmony_ci -rm -f *.lo 390324c9471Sopenharmony_ci 391324c9471Sopenharmony_ciclean-libtool: 392324c9471Sopenharmony_ci -rm -rf .libs _libs 393324c9471Sopenharmony_ciinstall-includeHEADERS: $(include_HEADERS) 394324c9471Sopenharmony_ci @$(NORMAL_INSTALL) 395324c9471Sopenharmony_ci @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 396324c9471Sopenharmony_ci if test -n "$$list"; then \ 397324c9471Sopenharmony_ci echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 398324c9471Sopenharmony_ci $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 399324c9471Sopenharmony_ci fi; \ 400324c9471Sopenharmony_ci for p in $$list; do \ 401324c9471Sopenharmony_ci if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 402324c9471Sopenharmony_ci echo "$$d$$p"; \ 403324c9471Sopenharmony_ci done | $(am__base_list) | \ 404324c9471Sopenharmony_ci while read files; do \ 405324c9471Sopenharmony_ci echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 406324c9471Sopenharmony_ci $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 407324c9471Sopenharmony_ci done 408324c9471Sopenharmony_ci 409324c9471Sopenharmony_ciuninstall-includeHEADERS: 410324c9471Sopenharmony_ci @$(NORMAL_UNINSTALL) 411324c9471Sopenharmony_ci @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 412324c9471Sopenharmony_ci files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 413324c9471Sopenharmony_ci dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 414324c9471Sopenharmony_ci 415324c9471Sopenharmony_ciID: $(am__tagged_files) 416324c9471Sopenharmony_ci $(am__define_uniq_tagged_files); mkid -fID $$unique 417324c9471Sopenharmony_citags: tags-am 418324c9471Sopenharmony_ciTAGS: tags 419324c9471Sopenharmony_ci 420324c9471Sopenharmony_citags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 421324c9471Sopenharmony_ci set x; \ 422324c9471Sopenharmony_ci here=`pwd`; \ 423324c9471Sopenharmony_ci $(am__define_uniq_tagged_files); \ 424324c9471Sopenharmony_ci shift; \ 425324c9471Sopenharmony_ci if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 426324c9471Sopenharmony_ci test -n "$$unique" || unique=$$empty_fix; \ 427324c9471Sopenharmony_ci if test $$# -gt 0; then \ 428324c9471Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 429324c9471Sopenharmony_ci "$$@" $$unique; \ 430324c9471Sopenharmony_ci else \ 431324c9471Sopenharmony_ci $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 432324c9471Sopenharmony_ci $$unique; \ 433324c9471Sopenharmony_ci fi; \ 434324c9471Sopenharmony_ci fi 435324c9471Sopenharmony_cictags: ctags-am 436324c9471Sopenharmony_ci 437324c9471Sopenharmony_ciCTAGS: ctags 438324c9471Sopenharmony_cictags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 439324c9471Sopenharmony_ci $(am__define_uniq_tagged_files); \ 440324c9471Sopenharmony_ci test -z "$(CTAGS_ARGS)$$unique" \ 441324c9471Sopenharmony_ci || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 442324c9471Sopenharmony_ci $$unique 443324c9471Sopenharmony_ci 444324c9471Sopenharmony_ciGTAGS: 445324c9471Sopenharmony_ci here=`$(am__cd) $(top_builddir) && pwd` \ 446324c9471Sopenharmony_ci && $(am__cd) $(top_srcdir) \ 447324c9471Sopenharmony_ci && gtags -i $(GTAGS_ARGS) "$$here" 448324c9471Sopenharmony_cicscopelist: cscopelist-am 449324c9471Sopenharmony_ci 450324c9471Sopenharmony_cicscopelist-am: $(am__tagged_files) 451324c9471Sopenharmony_ci list='$(am__tagged_files)'; \ 452324c9471Sopenharmony_ci case "$(srcdir)" in \ 453324c9471Sopenharmony_ci [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 454324c9471Sopenharmony_ci *) sdir=$(subdir)/$(srcdir) ;; \ 455324c9471Sopenharmony_ci esac; \ 456324c9471Sopenharmony_ci for i in $$list; do \ 457324c9471Sopenharmony_ci if test -f "$$i"; then \ 458324c9471Sopenharmony_ci echo "$(subdir)/$$i"; \ 459324c9471Sopenharmony_ci else \ 460324c9471Sopenharmony_ci echo "$$sdir/$$i"; \ 461324c9471Sopenharmony_ci fi; \ 462324c9471Sopenharmony_ci done >> $(top_builddir)/cscope.files 463324c9471Sopenharmony_ci 464324c9471Sopenharmony_cidistclean-tags: 465324c9471Sopenharmony_ci -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 466324c9471Sopenharmony_cidistdir: $(BUILT_SOURCES) 467324c9471Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) distdir-am 468324c9471Sopenharmony_ci 469324c9471Sopenharmony_cidistdir-am: $(DISTFILES) 470324c9471Sopenharmony_ci @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 471324c9471Sopenharmony_ci topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 472324c9471Sopenharmony_ci list='$(DISTFILES)'; \ 473324c9471Sopenharmony_ci dist_files=`for file in $$list; do echo $$file; done | \ 474324c9471Sopenharmony_ci sed -e "s|^$$srcdirstrip/||;t" \ 475324c9471Sopenharmony_ci -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 476324c9471Sopenharmony_ci case $$dist_files in \ 477324c9471Sopenharmony_ci */*) $(MKDIR_P) `echo "$$dist_files" | \ 478324c9471Sopenharmony_ci sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 479324c9471Sopenharmony_ci sort -u` ;; \ 480324c9471Sopenharmony_ci esac; \ 481324c9471Sopenharmony_ci for file in $$dist_files; do \ 482324c9471Sopenharmony_ci if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 483324c9471Sopenharmony_ci if test -d $$d/$$file; then \ 484324c9471Sopenharmony_ci dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 485324c9471Sopenharmony_ci if test -d "$(distdir)/$$file"; then \ 486324c9471Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 487324c9471Sopenharmony_ci fi; \ 488324c9471Sopenharmony_ci if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 489324c9471Sopenharmony_ci cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 490324c9471Sopenharmony_ci find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 491324c9471Sopenharmony_ci fi; \ 492324c9471Sopenharmony_ci cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 493324c9471Sopenharmony_ci else \ 494324c9471Sopenharmony_ci test -f "$(distdir)/$$file" \ 495324c9471Sopenharmony_ci || cp -p $$d/$$file "$(distdir)/$$file" \ 496324c9471Sopenharmony_ci || exit 1; \ 497324c9471Sopenharmony_ci fi; \ 498324c9471Sopenharmony_ci done 499324c9471Sopenharmony_cicheck-am: all-am 500324c9471Sopenharmony_cicheck: check-am 501324c9471Sopenharmony_ciall-am: Makefile $(HEADERS) ares_build.h 502324c9471Sopenharmony_ciinstalldirs: 503324c9471Sopenharmony_ci for dir in "$(DESTDIR)$(includedir)"; do \ 504324c9471Sopenharmony_ci test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 505324c9471Sopenharmony_ci done 506324c9471Sopenharmony_ciinstall: install-am 507324c9471Sopenharmony_ciinstall-exec: install-exec-am 508324c9471Sopenharmony_ciinstall-data: install-data-am 509324c9471Sopenharmony_ciuninstall: uninstall-am 510324c9471Sopenharmony_ci 511324c9471Sopenharmony_ciinstall-am: all-am 512324c9471Sopenharmony_ci @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 513324c9471Sopenharmony_ci 514324c9471Sopenharmony_ciinstallcheck: installcheck-am 515324c9471Sopenharmony_ciinstall-strip: 516324c9471Sopenharmony_ci if test -z '$(STRIP)'; then \ 517324c9471Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 518324c9471Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 519324c9471Sopenharmony_ci install; \ 520324c9471Sopenharmony_ci else \ 521324c9471Sopenharmony_ci $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 522324c9471Sopenharmony_ci install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 523324c9471Sopenharmony_ci "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 524324c9471Sopenharmony_ci fi 525324c9471Sopenharmony_cimostlyclean-generic: 526324c9471Sopenharmony_ci 527324c9471Sopenharmony_ciclean-generic: 528324c9471Sopenharmony_ci 529324c9471Sopenharmony_cidistclean-generic: 530324c9471Sopenharmony_ci -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 531324c9471Sopenharmony_ci -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 532324c9471Sopenharmony_ci 533324c9471Sopenharmony_cimaintainer-clean-generic: 534324c9471Sopenharmony_ci @echo "This command is intended for maintainers to use" 535324c9471Sopenharmony_ci @echo "it deletes files that may require special tools to rebuild." 536324c9471Sopenharmony_ciclean: clean-am 537324c9471Sopenharmony_ci 538324c9471Sopenharmony_ciclean-am: clean-generic clean-libtool mostlyclean-am 539324c9471Sopenharmony_ci 540324c9471Sopenharmony_cidistclean: distclean-am 541324c9471Sopenharmony_ci -rm -f Makefile 542324c9471Sopenharmony_cidistclean-am: clean-am distclean-generic distclean-hdr distclean-tags 543324c9471Sopenharmony_ci 544324c9471Sopenharmony_cidvi: dvi-am 545324c9471Sopenharmony_ci 546324c9471Sopenharmony_cidvi-am: 547324c9471Sopenharmony_ci 548324c9471Sopenharmony_cihtml: html-am 549324c9471Sopenharmony_ci 550324c9471Sopenharmony_cihtml-am: 551324c9471Sopenharmony_ci 552324c9471Sopenharmony_ciinfo: info-am 553324c9471Sopenharmony_ci 554324c9471Sopenharmony_ciinfo-am: 555324c9471Sopenharmony_ci 556324c9471Sopenharmony_ciinstall-data-am: install-includeHEADERS 557324c9471Sopenharmony_ci 558324c9471Sopenharmony_ciinstall-dvi: install-dvi-am 559324c9471Sopenharmony_ci 560324c9471Sopenharmony_ciinstall-dvi-am: 561324c9471Sopenharmony_ci 562324c9471Sopenharmony_ciinstall-exec-am: 563324c9471Sopenharmony_ci 564324c9471Sopenharmony_ciinstall-html: install-html-am 565324c9471Sopenharmony_ci 566324c9471Sopenharmony_ciinstall-html-am: 567324c9471Sopenharmony_ci 568324c9471Sopenharmony_ciinstall-info: install-info-am 569324c9471Sopenharmony_ci 570324c9471Sopenharmony_ciinstall-info-am: 571324c9471Sopenharmony_ci 572324c9471Sopenharmony_ciinstall-man: 573324c9471Sopenharmony_ci 574324c9471Sopenharmony_ciinstall-pdf: install-pdf-am 575324c9471Sopenharmony_ci 576324c9471Sopenharmony_ciinstall-pdf-am: 577324c9471Sopenharmony_ci 578324c9471Sopenharmony_ciinstall-ps: install-ps-am 579324c9471Sopenharmony_ci 580324c9471Sopenharmony_ciinstall-ps-am: 581324c9471Sopenharmony_ci 582324c9471Sopenharmony_ciinstallcheck-am: 583324c9471Sopenharmony_ci 584324c9471Sopenharmony_cimaintainer-clean: maintainer-clean-am 585324c9471Sopenharmony_ci -rm -f Makefile 586324c9471Sopenharmony_cimaintainer-clean-am: distclean-am maintainer-clean-generic 587324c9471Sopenharmony_ci 588324c9471Sopenharmony_cimostlyclean: mostlyclean-am 589324c9471Sopenharmony_ci 590324c9471Sopenharmony_cimostlyclean-am: mostlyclean-generic mostlyclean-libtool 591324c9471Sopenharmony_ci 592324c9471Sopenharmony_cipdf: pdf-am 593324c9471Sopenharmony_ci 594324c9471Sopenharmony_cipdf-am: 595324c9471Sopenharmony_ci 596324c9471Sopenharmony_cips: ps-am 597324c9471Sopenharmony_ci 598324c9471Sopenharmony_cips-am: 599324c9471Sopenharmony_ci 600324c9471Sopenharmony_ciuninstall-am: uninstall-includeHEADERS 601324c9471Sopenharmony_ci 602324c9471Sopenharmony_ci.MAKE: all install-am install-strip 603324c9471Sopenharmony_ci 604324c9471Sopenharmony_ci.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 605324c9471Sopenharmony_ci clean-libtool cscopelist-am ctags ctags-am distclean \ 606324c9471Sopenharmony_ci distclean-generic distclean-hdr distclean-libtool \ 607324c9471Sopenharmony_ci distclean-tags distdir dvi dvi-am html html-am info info-am \ 608324c9471Sopenharmony_ci install install-am install-data install-data-am install-dvi \ 609324c9471Sopenharmony_ci install-dvi-am install-exec install-exec-am install-html \ 610324c9471Sopenharmony_ci install-html-am install-includeHEADERS install-info \ 611324c9471Sopenharmony_ci install-info-am install-man install-pdf install-pdf-am \ 612324c9471Sopenharmony_ci install-ps install-ps-am install-strip installcheck \ 613324c9471Sopenharmony_ci installcheck-am installdirs maintainer-clean \ 614324c9471Sopenharmony_ci maintainer-clean-generic mostlyclean mostlyclean-generic \ 615324c9471Sopenharmony_ci mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 616324c9471Sopenharmony_ci uninstall-am uninstall-includeHEADERS 617324c9471Sopenharmony_ci 618324c9471Sopenharmony_ci.PRECIOUS: Makefile 619324c9471Sopenharmony_ci 620324c9471Sopenharmony_ci 621324c9471Sopenharmony_ci# Tell versions [3.59,3.63) of GNU make to not export all variables. 622324c9471Sopenharmony_ci# Otherwise a system limit (for SysV at least) may be exceeded. 623324c9471Sopenharmony_ci.NOEXPORT: 624