Makefile.in 18 KB

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