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@ 16 17#*************************************************************************** 18 19########################################################################### 20VPATH = @srcdir@ 21am__is_gnu_make = { \ 22 if test -z '$(MAKELEVEL)'; then \ 23 false; \ 24 elif test -n '$(MAKE_HOST)'; then \ 25 true; \ 26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 27 true; \ 28 else \ 29 false; \ 30 fi; \ 31} 32am__make_running_with_option = \ 33 case $${target_option-} in \ 34 ?) ;; \ 35 *) echo "am__make_running_with_option: internal error: invalid" \ 36 "target option '$${target_option-}' specified" >&2; \ 37 exit 1;; \ 38 esac; \ 39 has_opt=no; \ 40 sane_makeflags=$$MAKEFLAGS; \ 41 if $(am__is_gnu_make); then \ 42 sane_makeflags=$$MFLAGS; \ 43 else \ 44 case $$MAKEFLAGS in \ 45 *\\[\ \ ]*) \ 46 bs=\\; \ 47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 49 esac; \ 50 fi; \ 51 skip_next=no; \ 52 strip_trailopt () \ 53 { \ 54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 55 }; \ 56 for flg in $$sane_makeflags; do \ 57 test $$skip_next = yes && { skip_next=no; continue; }; \ 58 case $$flg in \ 59 *=*|--*) continue;; \ 60 -*I) strip_trailopt 'I'; skip_next=yes;; \ 61 -*I?*) strip_trailopt 'I';; \ 62 -*O) strip_trailopt 'O'; skip_next=yes;; \ 63 -*O?*) strip_trailopt 'O';; \ 64 -*l) strip_trailopt 'l'; skip_next=yes;; \ 65 -*l?*) strip_trailopt 'l';; \ 66 -[dEDm]) skip_next=yes;; \ 67 -[JT]) skip_next=yes;; \ 68 esac; \ 69 case $$flg in \ 70 *$$target_option*) has_opt=yes; break;; \ 71 esac; \ 72 done; \ 73 test $$has_opt = yes 74am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 75am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 76pkgdatadir = $(datadir)/@PACKAGE@ 77pkgincludedir = $(includedir)/@PACKAGE@ 78pkglibdir = $(libdir)/@PACKAGE@ 79pkglibexecdir = $(libexecdir)/@PACKAGE@ 80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 81install_sh_DATA = $(install_sh) -c -m 644 82install_sh_PROGRAM = $(install_sh) -c 83install_sh_SCRIPT = $(install_sh) -c 84INSTALL_HEADER = $(INSTALL_DATA) 85transform = $(program_transform_name) 86NORMAL_INSTALL = : 87PRE_INSTALL = : 88POST_INSTALL = : 89NORMAL_UNINSTALL = : 90PRE_UNINSTALL = : 91POST_UNINSTALL = : 92build_triplet = @build@ 93host_triplet = @host@ 94subdir = docs 95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96am__aclocal_m4_deps = $(top_srcdir)/m4/ax_ac_append_to_file.m4 \ 97 $(top_srcdir)/m4/ax_ac_print_to_file.m4 \ 98 $(top_srcdir)/m4/ax_add_am_macro_static.m4 \ 99 $(top_srcdir)/m4/ax_am_macros_static.m4 \ 100 $(top_srcdir)/m4/ax_check_gnu_make.m4 \ 101 $(top_srcdir)/m4/ax_code_coverage.m4 \ 102 $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \ 103 $(top_srcdir)/m4/ax_file_escapes.m4 \ 104 $(top_srcdir)/m4/ax_require_defined.m4 \ 105 $(top_srcdir)/m4/cares-compilers.m4 \ 106 $(top_srcdir)/m4/cares-confopts.m4 \ 107 $(top_srcdir)/m4/cares-functions.m4 \ 108 $(top_srcdir)/m4/cares-reentrant.m4 \ 109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 111 $(top_srcdir)/m4/lt~obsolete.m4 \ 112 $(top_srcdir)/m4/xc-am-iface.m4 \ 113 $(top_srcdir)/m4/xc-cc-check.m4 \ 114 $(top_srcdir)/m4/xc-lt-iface.m4 \ 115 $(top_srcdir)/m4/xc-translit.m4 \ 116 $(top_srcdir)/m4/xc-val-flgs.m4 \ 117 $(top_srcdir)/m4/zz40-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \ 118 $(top_srcdir)/configure.ac 119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 120 $(ACLOCAL_M4) 121DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 122mkinstalldirs = $(install_sh) -d 123CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \ 124 $(top_builddir)/include/ares_build.h 125CONFIG_CLEAN_FILES = 126CONFIG_CLEAN_VPATH_FILES = 127AM_V_P = $(am__v_P_@AM_V@) 128am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 129am__v_P_0 = false 130am__v_P_1 = : 131AM_V_GEN = $(am__v_GEN_@AM_V@) 132am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 133am__v_GEN_0 = @echo " GEN " $@; 134am__v_GEN_1 = 135AM_V_at = $(am__v_at_@AM_V@) 136am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 137am__v_at_0 = @ 138am__v_at_1 = 139depcomp = 140am__maybe_remake_depfiles = 141SOURCES = 142DIST_SOURCES = 143am__can_run_installinfo = \ 144 case $$AM_UPDATE_INFO_DIR in \ 145 n|no|NO) false;; \ 146 *) (install-info --version) >/dev/null 2>&1;; \ 147 esac 148am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 149am__vpath_adj = case $$p in \ 150 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 151 *) f=$$p;; \ 152 esac; 153am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 154am__install_max = 40 155am__nobase_strip_setup = \ 156 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 157am__nobase_strip = \ 158 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 159am__nobase_list = $(am__nobase_strip_setup); \ 160 for p in $$list; do echo "$$p $$p"; done | \ 161 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 162 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 163 if (++n[$$2] == $(am__install_max)) \ 164 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 165 END { for (dir in files) print dir, files[dir] }' 166am__base_list = \ 167 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 168 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 169am__uninstall_files_from_dir = { \ 170 test -z "$$files" \ 171 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 172 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 173 $(am__cd) "$$dir" && rm -f $$files; }; \ 174 } 175man3dir = $(mandir)/man3 176am__installdirs = "$(DESTDIR)$(man3dir)" 177NROFF = nroff 178MANS = $(man_MANS) 179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 180am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc 181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 182ACLOCAL = @ACLOCAL@ 183AMTAR = @AMTAR@ 184AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 185AR = @AR@ 186AS = @AS@ 187AUTOCONF = @AUTOCONF@ 188AUTOHEADER = @AUTOHEADER@ 189AUTOMAKE = @AUTOMAKE@ 190AWK = @AWK@ 191BUILD_SUBDIRS = @BUILD_SUBDIRS@ 192CARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@ 193CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@ 194CARES_RANDOM_FILE = @CARES_RANDOM_FILE@ 195CARES_VERSION_INFO = @CARES_VERSION_INFO@ 196CC = @CC@ 197CCDEPMODE = @CCDEPMODE@ 198CFLAGS = @CFLAGS@ 199CFLAG_CARES_SYMBOL_HIDING = @CFLAG_CARES_SYMBOL_HIDING@ 200CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@ 201CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@ 202CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@ 203CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@ 204CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@ 205CPP = @CPP@ 206CPPFLAGS = @CPPFLAGS@ 207CPPFLAG_CARES_STATICLIB = @CPPFLAG_CARES_STATICLIB@ 208CSCOPE = @CSCOPE@ 209CTAGS = @CTAGS@ 210CXX = @CXX@ 211CXXCPP = @CXXCPP@ 212CXXDEPMODE = @CXXDEPMODE@ 213CXXFLAGS = @CXXFLAGS@ 214CYGPATH_W = @CYGPATH_W@ 215DEFS = @DEFS@ 216DEPDIR = @DEPDIR@ 217DLLTOOL = @DLLTOOL@ 218DSYMUTIL = @DSYMUTIL@ 219DUMPBIN = @DUMPBIN@ 220ECHO_C = @ECHO_C@ 221ECHO_N = @ECHO_N@ 222ECHO_T = @ECHO_T@ 223EGREP = @EGREP@ 224ETAGS = @ETAGS@ 225EXEEXT = @EXEEXT@ 226FGREP = @FGREP@ 227GCOV = @GCOV@ 228GENHTML = @GENHTML@ 229GREP = @GREP@ 230HAVE_CXX11 = @HAVE_CXX11@ 231INSTALL = @INSTALL@ 232INSTALL_DATA = @INSTALL_DATA@ 233INSTALL_PROGRAM = @INSTALL_PROGRAM@ 234INSTALL_SCRIPT = @INSTALL_SCRIPT@ 235INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 236LCOV = @LCOV@ 237LD = @LD@ 238LDFLAGS = @LDFLAGS@ 239LIBOBJS = @LIBOBJS@ 240LIBS = @LIBS@ 241LIBTOOL = @LIBTOOL@ 242LIPO = @LIPO@ 243LN_S = @LN_S@ 244LTLIBOBJS = @LTLIBOBJS@ 245LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 246MAINT = @MAINT@ 247MAKEINFO = @MAKEINFO@ 248MANIFEST_TOOL = @MANIFEST_TOOL@ 249MKDIR_P = @MKDIR_P@ 250NM = @NM@ 251NMEDIT = @NMEDIT@ 252OBJDUMP = @OBJDUMP@ 253OBJEXT = @OBJEXT@ 254OTOOL = @OTOOL@ 255OTOOL64 = @OTOOL64@ 256PACKAGE = @PACKAGE@ 257PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 258PACKAGE_NAME = @PACKAGE_NAME@ 259PACKAGE_STRING = @PACKAGE_STRING@ 260PACKAGE_TARNAME = @PACKAGE_TARNAME@ 261PACKAGE_URL = @PACKAGE_URL@ 262PACKAGE_VERSION = @PACKAGE_VERSION@ 263PATH_SEPARATOR = @PATH_SEPARATOR@ 264RANLIB = @RANLIB@ 265SED = @SED@ 266SET_MAKE = @SET_MAKE@ 267SHELL = @SHELL@ 268STRIP = @STRIP@ 269VERSION = @VERSION@ 270abs_builddir = @abs_builddir@ 271abs_srcdir = @abs_srcdir@ 272abs_top_builddir = @abs_top_builddir@ 273abs_top_srcdir = @abs_top_srcdir@ 274ac_ct_AR = @ac_ct_AR@ 275ac_ct_CC = @ac_ct_CC@ 276ac_ct_CXX = @ac_ct_CXX@ 277ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 278am__include = @am__include@ 279am__leading_dot = @am__leading_dot@ 280am__quote = @am__quote@ 281am__tar = @am__tar@ 282am__untar = @am__untar@ 283bindir = @bindir@ 284build = @build@ 285build_alias = @build_alias@ 286build_cpu = @build_cpu@ 287build_os = @build_os@ 288build_vendor = @build_vendor@ 289builddir = @builddir@ 290datadir = @datadir@ 291datarootdir = @datarootdir@ 292docdir = @docdir@ 293dvidir = @dvidir@ 294exec_prefix = @exec_prefix@ 295host = @host@ 296host_alias = @host_alias@ 297host_cpu = @host_cpu@ 298host_os = @host_os@ 299host_vendor = @host_vendor@ 300htmldir = @htmldir@ 301ifGNUmake = @ifGNUmake@ 302ifnGNUmake = @ifnGNUmake@ 303includedir = @includedir@ 304infodir = @infodir@ 305install_sh = @install_sh@ 306libdir = @libdir@ 307libexecdir = @libexecdir@ 308localedir = @localedir@ 309localstatedir = @localstatedir@ 310mandir = @mandir@ 311mkdir_p = @mkdir_p@ 312oldincludedir = @oldincludedir@ 313pdfdir = @pdfdir@ 314prefix = @prefix@ 315program_transform_name = @program_transform_name@ 316psdir = @psdir@ 317runstatedir = @runstatedir@ 318sbindir = @sbindir@ 319sharedstatedir = @sharedstatedir@ 320srcdir = @srcdir@ 321subdirs = @subdirs@ 322sysconfdir = @sysconfdir@ 323target_alias = @target_alias@ 324top_build_prefix = @top_build_prefix@ 325top_builddir = @top_builddir@ 326top_srcdir = @top_srcdir@ 327AUTOMAKE_OPTIONS = foreign subdir-objects no-dependencies 328MANPAGES = ares_cancel.3 \ 329 ares_create_query.3 \ 330 ares_destroy.3 \ 331 ares_destroy_options.3 \ 332 ares_dup.3 \ 333 ares_expand_name.3 \ 334 ares_expand_string.3 \ 335 ares_fds.3 \ 336 ares_free_data.3 \ 337 ares_free_hostent.3 \ 338 ares_free_string.3 \ 339 ares_freeaddrinfo.3 \ 340 ares_get_servers.3 \ 341 ares_get_servers_ports.3 \ 342 ares_getaddrinfo.3 \ 343 ares_gethostbyaddr.3 \ 344 ares_gethostbyname.3 \ 345 ares_gethostbyname_file.3 \ 346 ares_getnameinfo.3 \ 347 ares_getsock.3 \ 348 ares_inet_ntop.3 \ 349 ares_inet_pton.3 \ 350 ares_init.3 \ 351 ares_init_options.3 \ 352 ares_library_cleanup.3 \ 353 ares_library_init.3 \ 354 ares_library_init_android.3 \ 355 ares_library_initialized.3 \ 356 ares_mkquery.3 \ 357 ares_parse_a_reply.3 \ 358 ares_parse_aaaa_reply.3 \ 359 ares_parse_caa_reply.3 \ 360 ares_parse_mx_reply.3 \ 361 ares_parse_naptr_reply.3 \ 362 ares_parse_ns_reply.3 \ 363 ares_parse_ptr_reply.3 \ 364 ares_parse_soa_reply.3 \ 365 ares_parse_srv_reply.3 \ 366 ares_parse_txt_reply.3 \ 367 ares_parse_uri_reply.3 \ 368 ares_process.3 \ 369 ares_query.3 \ 370 ares_save_options.3 \ 371 ares_search.3 \ 372 ares_send.3 \ 373 ares_set_local_dev.3 \ 374 ares_set_local_ip4.3 \ 375 ares_set_local_ip6.3 \ 376 ares_set_servers.3 \ 377 ares_set_servers_csv.3 \ 378 ares_set_servers_ports.3 \ 379 ares_set_servers_ports_csv.3 \ 380 ares_set_socket_callback.3 \ 381 ares_set_socket_configure_callback.3 \ 382 ares_set_socket_functions.3 \ 383 ares_set_sortlist.3 \ 384 ares_strerror.3 \ 385 ares_timeout.3 \ 386 ares_version.3 387 388man_MANS = $(MANPAGES) 389EXTRA_DIST = $(MANPAGES) ahost.1 adig.1 acountry.1 Makefile.inc CMakeLists.txt 390all: all-am 391 392.SUFFIXES: 393$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps) 394 @for dep in $?; do \ 395 case '$(am__configure_deps)' in \ 396 *$$dep*) \ 397 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 398 && { if test -f $@; then exit 0; else break; fi; }; \ 399 exit 1;; \ 400 esac; \ 401 done; \ 402 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \ 403 $(am__cd) $(top_srcdir) && \ 404 $(AUTOMAKE) --foreign docs/Makefile 405Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 406 @case '$?' in \ 407 *config.status*) \ 408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 409 *) \ 410 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 411 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 412 esac; 413$(srcdir)/Makefile.inc $(am__empty): 414 415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 416 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 417 418$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 420$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 422$(am__aclocal_m4_deps): 423 424mostlyclean-libtool: 425 -rm -f *.lo 426 427clean-libtool: 428 -rm -rf .libs _libs 429install-man3: $(man_MANS) 430 @$(NORMAL_INSTALL) 431 @list1=''; \ 432 list2='$(man_MANS)'; \ 433 test -n "$(man3dir)" \ 434 && test -n "`echo $$list1$$list2`" \ 435 || exit 0; \ 436 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \ 437 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \ 438 { for i in $$list1; do echo "$$i"; done; \ 439 if test -n "$$list2"; then \ 440 for i in $$list2; do echo "$$i"; done \ 441 | sed -n '/\.3[a-z]*$$/p'; \ 442 fi; \ 443 } | while read p; do \ 444 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 445 echo "$$d$$p"; echo "$$p"; \ 446 done | \ 447 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 448 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 449 sed 'N;N;s,\n, ,g' | { \ 450 list=; while read file base inst; do \ 451 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 452 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ 453 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ 454 fi; \ 455 done; \ 456 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 457 while read files; do \ 458 test -z "$$files" || { \ 459 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ 460 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ 461 done; } 462 463uninstall-man3: 464 @$(NORMAL_UNINSTALL) 465 @list=''; test -n "$(man3dir)" || exit 0; \ 466 files=`{ for i in $$list; do echo "$$i"; done; \ 467 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 468 sed -n '/\.3[a-z]*$$/p'; \ 469 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 470 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 471 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 472tags TAGS: 473 474ctags CTAGS: 475 476cscope cscopelist: 477 478distdir: $(BUILT_SOURCES) 479 $(MAKE) $(AM_MAKEFLAGS) distdir-am 480 481distdir-am: $(DISTFILES) 482 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 483 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 484 list='$(DISTFILES)'; \ 485 dist_files=`for file in $$list; do echo $$file; done | \ 486 sed -e "s|^$$srcdirstrip/||;t" \ 487 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 488 case $$dist_files in \ 489 */*) $(MKDIR_P) `echo "$$dist_files" | \ 490 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 491 sort -u` ;; \ 492 esac; \ 493 for file in $$dist_files; do \ 494 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 495 if test -d $$d/$$file; then \ 496 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 497 if test -d "$(distdir)/$$file"; then \ 498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 499 fi; \ 500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 501 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 502 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 503 fi; \ 504 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 505 else \ 506 test -f "$(distdir)/$$file" \ 507 || cp -p $$d/$$file "$(distdir)/$$file" \ 508 || exit 1; \ 509 fi; \ 510 done 511check-am: all-am 512check: check-am 513all-am: Makefile $(MANS) 514installdirs: 515 for dir in "$(DESTDIR)$(man3dir)"; do \ 516 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 517 done 518install: install-am 519install-exec: install-exec-am 520install-data: install-data-am 521uninstall: uninstall-am 522 523install-am: all-am 524 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 525 526installcheck: installcheck-am 527install-strip: 528 if test -z '$(STRIP)'; then \ 529 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 530 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 531 install; \ 532 else \ 533 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 534 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 535 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 536 fi 537mostlyclean-generic: 538 539clean-generic: 540 541distclean-generic: 542 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 543 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 544 545maintainer-clean-generic: 546 @echo "This command is intended for maintainers to use" 547 @echo "it deletes files that may require special tools to rebuild." 548clean: clean-am 549 550clean-am: clean-generic clean-libtool mostlyclean-am 551 552distclean: distclean-am 553 -rm -f Makefile 554distclean-am: clean-am distclean-generic 555 556dvi: dvi-am 557 558dvi-am: 559 560html: html-am 561 562html-am: 563 564info: info-am 565 566info-am: 567 568install-data-am: install-man 569 570install-dvi: install-dvi-am 571 572install-dvi-am: 573 574install-exec-am: 575 576install-html: install-html-am 577 578install-html-am: 579 580install-info: install-info-am 581 582install-info-am: 583 584install-man: install-man3 585 586install-pdf: install-pdf-am 587 588install-pdf-am: 589 590install-ps: install-ps-am 591 592install-ps-am: 593 594installcheck-am: 595 596maintainer-clean: maintainer-clean-am 597 -rm -f Makefile 598maintainer-clean-am: distclean-am maintainer-clean-generic 599 600mostlyclean: mostlyclean-am 601 602mostlyclean-am: mostlyclean-generic mostlyclean-libtool 603 604pdf: pdf-am 605 606pdf-am: 607 608ps: ps-am 609 610ps-am: 611 612uninstall-am: uninstall-man 613 614uninstall-man: uninstall-man3 615 616.MAKE: install-am install-strip 617 618.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 619 cscopelist-am ctags-am distclean distclean-generic \ 620 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 621 install install-am install-data install-data-am install-dvi \ 622 install-dvi-am install-exec install-exec-am install-html \ 623 install-html-am install-info install-info-am install-man \ 624 install-man3 install-pdf install-pdf-am install-ps \ 625 install-ps-am install-strip installcheck installcheck-am \ 626 installdirs maintainer-clean maintainer-clean-generic \ 627 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 628 ps ps-am tags-am uninstall uninstall-am uninstall-man \ 629 uninstall-man3 630 631.PRECIOUS: Makefile 632 633 634# Tell versions [3.59,3.63) of GNU make to not export all variables. 635# Otherwise a system limit (for SysV at least) may be exceeded. 636.NOEXPORT: 637