1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16VPATH = @srcdir@ 17am__is_gnu_make = { \ 18 if test -z '$(MAKELEVEL)'; then \ 19 false; \ 20 elif test -n '$(MAKE_HOST)'; then \ 21 true; \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 23 true; \ 24 else \ 25 false; \ 26 fi; \ 27} 28am__make_running_with_option = \ 29 case $${target_option-} in \ 30 ?) ;; \ 31 *) echo "am__make_running_with_option: internal error: invalid" \ 32 "target option '$${target_option-}' specified" >&2; \ 33 exit 1;; \ 34 esac; \ 35 has_opt=no; \ 36 sane_makeflags=$$MAKEFLAGS; \ 37 if $(am__is_gnu_make); then \ 38 sane_makeflags=$$MFLAGS; \ 39 else \ 40 case $$MAKEFLAGS in \ 41 *\\[\ \ ]*) \ 42 bs=\\; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 45 esac; \ 46 fi; \ 47 skip_next=no; \ 48 strip_trailopt () \ 49 { \ 50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 51 }; \ 52 for flg in $$sane_makeflags; do \ 53 test $$skip_next = yes && { skip_next=no; continue; }; \ 54 case $$flg in \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ 59 -*O?*) strip_trailopt 'O';; \ 60 -*l) strip_trailopt 'l'; skip_next=yes;; \ 61 -*l?*) strip_trailopt 'l';; \ 62 -[dEDm]) skip_next=yes;; \ 63 -[JT]) skip_next=yes;; \ 64 esac; \ 65 case $$flg in \ 66 *$$target_option*) has_opt=yes; break;; \ 67 esac; \ 68 done; \ 69 test $$has_opt = yes 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = src 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_ac_append_to_file.m4 \ 93 $(top_srcdir)/m4/ax_ac_print_to_file.m4 \ 94 $(top_srcdir)/m4/ax_add_am_macro_static.m4 \ 95 $(top_srcdir)/m4/ax_am_macros_static.m4 \ 96 $(top_srcdir)/m4/ax_check_gnu_make.m4 \ 97 $(top_srcdir)/m4/ax_code_coverage.m4 \ 98 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 99 $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ 100 $(top_srcdir)/m4/ax_file_escapes.m4 \ 101 $(top_srcdir)/m4/ax_require_defined.m4 \ 102 $(top_srcdir)/m4/cares-compilers.m4 \ 103 $(top_srcdir)/m4/cares-confopts.m4 \ 104 $(top_srcdir)/m4/cares-functions.m4 \ 105 $(top_srcdir)/m4/cares-reentrant.m4 \ 106 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 107 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 108 $(top_srcdir)/m4/lt~obsolete.m4 \ 109 $(top_srcdir)/m4/xc-am-iface.m4 \ 110 $(top_srcdir)/m4/xc-cc-check.m4 \ 111 $(top_srcdir)/m4/xc-lt-iface.m4 \ 112 $(top_srcdir)/m4/xc-translit.m4 \ 113 $(top_srcdir)/m4/xc-val-flgs.m4 \ 114 $(top_srcdir)/m4/zz40-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 115 $(top_srcdir)/configure.ac 116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 117 $(ACLOCAL_M4) 118DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 119mkinstalldirs = $(install_sh) -d 120CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \ 121 $(top_builddir)/include/ares_build.h 122CONFIG_CLEAN_FILES = 123CONFIG_CLEAN_VPATH_FILES = 124AM_V_P = $(am__v_P_@AM_V@) 125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126am__v_P_0 = false 127am__v_P_1 = : 128AM_V_GEN = $(am__v_GEN_@AM_V@) 129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130am__v_GEN_0 = @echo " GEN " $@; 131am__v_GEN_1 = 132AM_V_at = $(am__v_at_@AM_V@) 133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134am__v_at_0 = @ 135am__v_at_1 = 136SOURCES = 137DIST_SOURCES = 138RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 139 ctags-recursive dvi-recursive html-recursive info-recursive \ 140 install-data-recursive install-dvi-recursive \ 141 install-exec-recursive install-html-recursive \ 142 install-info-recursive install-pdf-recursive \ 143 install-ps-recursive install-recursive installcheck-recursive \ 144 installdirs-recursive pdf-recursive ps-recursive \ 145 tags-recursive uninstall-recursive 146am__can_run_installinfo = \ 147 case $$AM_UPDATE_INFO_DIR in \ 148 n|no|NO) false;; \ 149 *) (install-info --version) >/dev/null 2>&1;; \ 150 esac 151RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 152 distclean-recursive maintainer-clean-recursive 153am__recursive_targets = \ 154 $(RECURSIVE_TARGETS) \ 155 $(RECURSIVE_CLEAN_TARGETS) \ 156 $(am__extra_recursive_targets) 157AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 158 distdir distdir-am 159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 160# Read a list of newline-separated strings from the standard input, 161# and print each of them once, without duplicates. Input order is 162# *not* preserved. 163am__uniquify_input = $(AWK) '\ 164 BEGIN { nonempty = 0; } \ 165 { items[$$0] = 1; nonempty = 1; } \ 166 END { if (nonempty) { for (i in items) print i; }; } \ 167' 168# Make sure the list of sources is unique. This is necessary because, 169# e.g., the same source file might be shared among _SOURCES variables 170# for different programs/libraries. 171am__define_uniq_tagged_files = \ 172 list='$(am__tagged_files)'; \ 173 unique=`for i in $$list; do \ 174 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 175 done | $(am__uniquify_input)` 176DIST_SUBDIRS = $(SUBDIRS) 177am__DIST_COMMON = $(srcdir)/Makefile.in 178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 179am__relativize = \ 180 dir0=`pwd`; \ 181 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 182 sed_rest='s,^[^/]*/*,,'; \ 183 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 184 sed_butlast='s,/*[^/]*$$,,'; \ 185 while test -n "$$dir1"; do \ 186 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 187 if test "$$first" != "."; then \ 188 if test "$$first" = ".."; then \ 189 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 190 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 191 else \ 192 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 193 if test "$$first2" = "$$first"; then \ 194 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 195 else \ 196 dir2="../$$dir2"; \ 197 fi; \ 198 dir0="$$dir0"/"$$first"; \ 199 fi; \ 200 fi; \ 201 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 202 done; \ 203 reldir="$$dir2" 204ACLOCAL = @ACLOCAL@ 205AMTAR = @AMTAR@ 206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 207AR = @AR@ 208AS = @AS@ 209AUTOCONF = @AUTOCONF@ 210AUTOHEADER = @AUTOHEADER@ 211AUTOMAKE = @AUTOMAKE@ 212AWK = @AWK@ 213BUILD_SUBDIRS = @BUILD_SUBDIRS@ 214CARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@ 215CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@ 216CARES_RANDOM_FILE = @CARES_RANDOM_FILE@ 217CARES_VERSION_INFO = @CARES_VERSION_INFO@ 218CC = @CC@ 219CCDEPMODE = @CCDEPMODE@ 220CFLAGS = @CFLAGS@ 221CFLAG_CARES_SYMBOL_HIDING = @CFLAG_CARES_SYMBOL_HIDING@ 222CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ 223CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ 224CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ 225CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ 226CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ 227CPP = @CPP@ 228CPPFLAGS = @CPPFLAGS@ 229CPPFLAG_CARES_STATICLIB = @CPPFLAG_CARES_STATICLIB@ 230CSCOPE = @CSCOPE@ 231CTAGS = @CTAGS@ 232CXX = @CXX@ 233CXXCPP = @CXXCPP@ 234CXXDEPMODE = @CXXDEPMODE@ 235CXXFLAGS = @CXXFLAGS@ 236CYGPATH_W = @CYGPATH_W@ 237DEFS = @DEFS@ 238DEPDIR = @DEPDIR@ 239DLLTOOL = @DLLTOOL@ 240DSYMUTIL = @DSYMUTIL@ 241DUMPBIN = @DUMPBIN@ 242ECHO_C = @ECHO_C@ 243ECHO_N = @ECHO_N@ 244ECHO_T = @ECHO_T@ 245EGREP = @EGREP@ 246ETAGS = @ETAGS@ 247EXEEXT = @EXEEXT@ 248FGREP = @FGREP@ 249FILECMD = @FILECMD@ 250GCOV = @GCOV@ 251GENHTML = @GENHTML@ 252GREP = @GREP@ 253HAVE_CXX11 = @HAVE_CXX11@ 254INSTALL = @INSTALL@ 255INSTALL_DATA = @INSTALL_DATA@ 256INSTALL_PROGRAM = @INSTALL_PROGRAM@ 257INSTALL_SCRIPT = @INSTALL_SCRIPT@ 258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 259LCOV = @LCOV@ 260LD = @LD@ 261LDFLAGS = @LDFLAGS@ 262LIBOBJS = @LIBOBJS@ 263LIBS = @LIBS@ 264LIBTOOL = @LIBTOOL@ 265LIPO = @LIPO@ 266LN_S = @LN_S@ 267LTLIBOBJS = @LTLIBOBJS@ 268LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 269MAINT = @MAINT@ 270MAKEINFO = @MAKEINFO@ 271MANIFEST_TOOL = @MANIFEST_TOOL@ 272MKDIR_P = @MKDIR_P@ 273NM = @NM@ 274NMEDIT = @NMEDIT@ 275OBJDUMP = @OBJDUMP@ 276OBJEXT = @OBJEXT@ 277OTOOL = @OTOOL@ 278OTOOL64 = @OTOOL64@ 279PACKAGE = @PACKAGE@ 280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 281PACKAGE_NAME = @PACKAGE_NAME@ 282PACKAGE_STRING = @PACKAGE_STRING@ 283PACKAGE_TARNAME = @PACKAGE_TARNAME@ 284PACKAGE_URL = @PACKAGE_URL@ 285PACKAGE_VERSION = @PACKAGE_VERSION@ 286PATH_SEPARATOR = @PATH_SEPARATOR@ 287RANLIB = @RANLIB@ 288SED = @SED@ 289SET_MAKE = @SET_MAKE@ 290SHELL = @SHELL@ 291STRIP = @STRIP@ 292VERSION = @VERSION@ 293abs_builddir = @abs_builddir@ 294abs_srcdir = @abs_srcdir@ 295abs_top_builddir = @abs_top_builddir@ 296abs_top_srcdir = @abs_top_srcdir@ 297ac_ct_AR = @ac_ct_AR@ 298ac_ct_CC = @ac_ct_CC@ 299ac_ct_CXX = @ac_ct_CXX@ 300ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 301am__include = @am__include@ 302am__leading_dot = @am__leading_dot@ 303am__quote = @am__quote@ 304am__tar = @am__tar@ 305am__untar = @am__untar@ 306bindir = @bindir@ 307build = @build@ 308build_alias = @build_alias@ 309build_cpu = @build_cpu@ 310build_os = @build_os@ 311build_vendor = @build_vendor@ 312builddir = @builddir@ 313datadir = @datadir@ 314datarootdir = @datarootdir@ 315docdir = @docdir@ 316dvidir = @dvidir@ 317exec_prefix = @exec_prefix@ 318host = @host@ 319host_alias = @host_alias@ 320host_cpu = @host_cpu@ 321host_os = @host_os@ 322host_vendor = @host_vendor@ 323htmldir = @htmldir@ 324ifGNUmake = @ifGNUmake@ 325ifnGNUmake = @ifnGNUmake@ 326includedir = @includedir@ 327infodir = @infodir@ 328install_sh = @install_sh@ 329libdir = @libdir@ 330libexecdir = @libexecdir@ 331localedir = @localedir@ 332localstatedir = @localstatedir@ 333mandir = @mandir@ 334mkdir_p = @mkdir_p@ 335oldincludedir = @oldincludedir@ 336pdfdir = @pdfdir@ 337prefix = @prefix@ 338program_transform_name = @program_transform_name@ 339psdir = @psdir@ 340runstatedir = @runstatedir@ 341sbindir = @sbindir@ 342sharedstatedir = @sharedstatedir@ 343srcdir = @srcdir@ 344subdirs = @subdirs@ 345sysconfdir = @sysconfdir@ 346target_alias = @target_alias@ 347top_build_prefix = @top_build_prefix@ 348top_builddir = @top_builddir@ 349top_srcdir = @top_srcdir@ 350EXTRA_DIST = CMakeLists.txt 351SUBDIRS = lib tools 352all: all-recursive 353 354.SUFFIXES: 355$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 356 @for dep in $?; do \ 357 case '$(am__configure_deps)' in \ 358 *$$dep*) \ 359 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 360 && { if test -f $@; then exit 0; else break; fi; }; \ 361 exit 1;; \ 362 esac; \ 363 done; \ 364 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 365 $(am__cd) $(top_srcdir) && \ 366 $(AUTOMAKE) --foreign src/Makefile 367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 368 @case '$?' in \ 369 *config.status*) \ 370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 371 *) \ 372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 373 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 374 esac; 375 376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 378 379$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 381$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 383$(am__aclocal_m4_deps): 384 385mostlyclean-libtool: 386 -rm -f *.lo 387 388clean-libtool: 389 -rm -rf .libs _libs 390 391# This directory's subdirectories are mostly independent; you can cd 392# into them and run 'make' without going through this Makefile. 393# To change the values of 'make' variables: instead of editing Makefiles, 394# (1) if the variable is set in 'config.status', edit 'config.status' 395# (which will cause the Makefiles to be regenerated when you run 'make'); 396# (2) otherwise, pass the desired values on the 'make' command line. 397$(am__recursive_targets): 398 @fail=; \ 399 if $(am__make_keepgoing); then \ 400 failcom='fail=yes'; \ 401 else \ 402 failcom='exit 1'; \ 403 fi; \ 404 dot_seen=no; \ 405 target=`echo $@ | sed s/-recursive//`; \ 406 case "$@" in \ 407 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 408 *) list='$(SUBDIRS)' ;; \ 409 esac; \ 410 for subdir in $$list; do \ 411 echo "Making $$target in $$subdir"; \ 412 if test "$$subdir" = "."; then \ 413 dot_seen=yes; \ 414 local_target="$$target-am"; \ 415 else \ 416 local_target="$$target"; \ 417 fi; \ 418 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 419 || eval $$failcom; \ 420 done; \ 421 if test "$$dot_seen" = "no"; then \ 422 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 423 fi; test -z "$$fail" 424 425ID: $(am__tagged_files) 426 $(am__define_uniq_tagged_files); mkid -fID $$unique 427tags: tags-recursive 428TAGS: tags 429 430tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 431 set x; \ 432 here=`pwd`; \ 433 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 434 include_option=--etags-include; \ 435 empty_fix=.; \ 436 else \ 437 include_option=--include; \ 438 empty_fix=; \ 439 fi; \ 440 list='$(SUBDIRS)'; for subdir in $$list; do \ 441 if test "$$subdir" = .; then :; else \ 442 test ! -f $$subdir/TAGS || \ 443 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 444 fi; \ 445 done; \ 446 $(am__define_uniq_tagged_files); \ 447 shift; \ 448 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 449 test -n "$$unique" || unique=$$empty_fix; \ 450 if test $$# -gt 0; then \ 451 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 452 "$$@" $$unique; \ 453 else \ 454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 455 $$unique; \ 456 fi; \ 457 fi 458ctags: ctags-recursive 459 460CTAGS: ctags 461ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 462 $(am__define_uniq_tagged_files); \ 463 test -z "$(CTAGS_ARGS)$$unique" \ 464 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 465 $$unique 466 467GTAGS: 468 here=`$(am__cd) $(top_builddir) && pwd` \ 469 && $(am__cd) $(top_srcdir) \ 470 && gtags -i $(GTAGS_ARGS) "$$here" 471cscopelist: cscopelist-recursive 472 473cscopelist-am: $(am__tagged_files) 474 list='$(am__tagged_files)'; \ 475 case "$(srcdir)" in \ 476 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 477 *) sdir=$(subdir)/$(srcdir) ;; \ 478 esac; \ 479 for i in $$list; do \ 480 if test -f "$$i"; then \ 481 echo "$(subdir)/$$i"; \ 482 else \ 483 echo "$$sdir/$$i"; \ 484 fi; \ 485 done >> $(top_builddir)/cscope.files 486 487distclean-tags: 488 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 489distdir: $(BUILT_SOURCES) 490 $(MAKE) $(AM_MAKEFLAGS) distdir-am 491 492distdir-am: $(DISTFILES) 493 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 494 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 495 list='$(DISTFILES)'; \ 496 dist_files=`for file in $$list; do echo $$file; done | \ 497 sed -e "s|^$$srcdirstrip/||;t" \ 498 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 499 case $$dist_files in \ 500 */*) $(MKDIR_P) `echo "$$dist_files" | \ 501 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 502 sort -u` ;; \ 503 esac; \ 504 for file in $$dist_files; do \ 505 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 506 if test -d $$d/$$file; then \ 507 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 508 if test -d "$(distdir)/$$file"; then \ 509 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 510 fi; \ 511 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 512 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 513 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 514 fi; \ 515 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 516 else \ 517 test -f "$(distdir)/$$file" \ 518 || cp -p $$d/$$file "$(distdir)/$$file" \ 519 || exit 1; \ 520 fi; \ 521 done 522 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 523 if test "$$subdir" = .; then :; else \ 524 $(am__make_dryrun) \ 525 || test -d "$(distdir)/$$subdir" \ 526 || $(MKDIR_P) "$(distdir)/$$subdir" \ 527 || exit 1; \ 528 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 529 $(am__relativize); \ 530 new_distdir=$$reldir; \ 531 dir1=$$subdir; dir2="$(top_distdir)"; \ 532 $(am__relativize); \ 533 new_top_distdir=$$reldir; \ 534 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 535 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 536 ($(am__cd) $$subdir && \ 537 $(MAKE) $(AM_MAKEFLAGS) \ 538 top_distdir="$$new_top_distdir" \ 539 distdir="$$new_distdir" \ 540 am__remove_distdir=: \ 541 am__skip_length_check=: \ 542 am__skip_mode_fix=: \ 543 distdir) \ 544 || exit 1; \ 545 fi; \ 546 done 547check-am: all-am 548check: check-recursive 549all-am: Makefile 550installdirs: installdirs-recursive 551installdirs-am: 552install: install-recursive 553install-exec: install-exec-recursive 554install-data: install-data-recursive 555uninstall: uninstall-recursive 556 557install-am: all-am 558 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 559 560installcheck: installcheck-recursive 561install-strip: 562 if test -z '$(STRIP)'; then \ 563 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 564 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 565 install; \ 566 else \ 567 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 568 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 569 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 570 fi 571mostlyclean-generic: 572 573clean-generic: 574 575distclean-generic: 576 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 577 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 578 579maintainer-clean-generic: 580 @echo "This command is intended for maintainers to use" 581 @echo "it deletes files that may require special tools to rebuild." 582clean: clean-recursive 583 584clean-am: clean-generic clean-libtool mostlyclean-am 585 586distclean: distclean-recursive 587 -rm -f Makefile 588distclean-am: clean-am distclean-generic distclean-tags 589 590dvi: dvi-recursive 591 592dvi-am: 593 594html: html-recursive 595 596html-am: 597 598info: info-recursive 599 600info-am: 601 602install-data-am: 603 604install-dvi: install-dvi-recursive 605 606install-dvi-am: 607 608install-exec-am: 609 610install-html: install-html-recursive 611 612install-html-am: 613 614install-info: install-info-recursive 615 616install-info-am: 617 618install-man: 619 620install-pdf: install-pdf-recursive 621 622install-pdf-am: 623 624install-ps: install-ps-recursive 625 626install-ps-am: 627 628installcheck-am: 629 630maintainer-clean: maintainer-clean-recursive 631 -rm -f Makefile 632maintainer-clean-am: distclean-am maintainer-clean-generic 633 634mostlyclean: mostlyclean-recursive 635 636mostlyclean-am: mostlyclean-generic mostlyclean-libtool 637 638pdf: pdf-recursive 639 640pdf-am: 641 642ps: ps-recursive 643 644ps-am: 645 646uninstall-am: 647 648.MAKE: $(am__recursive_targets) install-am install-strip 649 650.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 651 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 652 ctags-am distclean distclean-generic distclean-libtool \ 653 distclean-tags distdir dvi dvi-am html html-am info info-am \ 654 install install-am install-data install-data-am install-dvi \ 655 install-dvi-am install-exec install-exec-am install-html \ 656 install-html-am install-info install-info-am install-man \ 657 install-pdf install-pdf-am install-ps install-ps-am \ 658 install-strip installcheck installcheck-am installdirs \ 659 installdirs-am maintainer-clean maintainer-clean-generic \ 660 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 661 ps ps-am tags tags-am uninstall uninstall-am 662 663.PRECIOUS: Makefile 664 665 666# Tell versions [3.59,3.63) of GNU make to not export all variables. 667# Otherwise a system limit (for SysV at least) may be exceeded. 668.NOEXPORT: 669