Makefile.in 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  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. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = .
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_ac_append_to_file.m4 \
  89. $(top_srcdir)/m4/ax_ac_print_to_file.m4 \
  90. $(top_srcdir)/m4/ax_add_am_macro_static.m4 \
  91. $(top_srcdir)/m4/ax_am_macros_static.m4 \
  92. $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  93. $(top_srcdir)/m4/ax_code_coverage.m4 \
  94. $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
  95. $(top_srcdir)/m4/ax_file_escapes.m4 \
  96. $(top_srcdir)/m4/ax_require_defined.m4 \
  97. $(top_srcdir)/m4/cares-compilers.m4 \
  98. $(top_srcdir)/m4/cares-confopts.m4 \
  99. $(top_srcdir)/m4/cares-functions.m4 \
  100. $(top_srcdir)/m4/cares-reentrant.m4 \
  101. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  102. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  103. $(top_srcdir)/m4/lt~obsolete.m4 \
  104. $(top_srcdir)/m4/xc-am-iface.m4 \
  105. $(top_srcdir)/m4/xc-cc-check.m4 \
  106. $(top_srcdir)/m4/xc-lt-iface.m4 \
  107. $(top_srcdir)/m4/xc-translit.m4 \
  108. $(top_srcdir)/m4/xc-val-flgs.m4 \
  109. $(top_srcdir)/m4/zz40-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  110. $(top_srcdir)/configure.ac
  111. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  112. $(ACLOCAL_M4)
  113. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  114. $(am__configure_deps) $(am__DIST_COMMON)
  115. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  116. configure.lineno config.status.lineno
  117. mkinstalldirs = $(install_sh) -d
  118. CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
  119. $(top_builddir)/include/ares_build.h
  120. CONFIG_CLEAN_FILES = libcares.pc
  121. CONFIG_CLEAN_VPATH_FILES =
  122. AM_V_P = $(am__v_P_@AM_V@)
  123. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  124. am__v_P_0 = false
  125. am__v_P_1 = :
  126. AM_V_GEN = $(am__v_GEN_@AM_V@)
  127. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  128. am__v_GEN_0 = @echo " GEN " $@;
  129. am__v_GEN_1 =
  130. AM_V_at = $(am__v_at_@AM_V@)
  131. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  132. am__v_at_0 = @
  133. am__v_at_1 =
  134. SOURCES =
  135. DIST_SOURCES =
  136. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  137. ctags-recursive dvi-recursive html-recursive info-recursive \
  138. install-data-recursive install-dvi-recursive \
  139. install-exec-recursive install-html-recursive \
  140. install-info-recursive install-pdf-recursive \
  141. install-ps-recursive install-recursive installcheck-recursive \
  142. installdirs-recursive pdf-recursive ps-recursive \
  143. tags-recursive uninstall-recursive
  144. am__can_run_installinfo = \
  145. case $$AM_UPDATE_INFO_DIR in \
  146. n|no|NO) false;; \
  147. *) (install-info --version) >/dev/null 2>&1;; \
  148. esac
  149. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  150. am__vpath_adj = case $$p in \
  151. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  152. *) f=$$p;; \
  153. esac;
  154. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  155. am__install_max = 40
  156. am__nobase_strip_setup = \
  157. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  158. am__nobase_strip = \
  159. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  160. am__nobase_list = $(am__nobase_strip_setup); \
  161. for p in $$list; do echo "$$p $$p"; done | \
  162. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  163. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  164. if (++n[$$2] == $(am__install_max)) \
  165. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  166. END { for (dir in files) print dir, files[dir] }'
  167. am__base_list = \
  168. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  169. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  170. am__uninstall_files_from_dir = { \
  171. test -z "$$files" \
  172. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  173. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  174. $(am__cd) "$$dir" && rm -f $$files; }; \
  175. }
  176. am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
  177. DATA = $(pkgconfig_DATA)
  178. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  179. distclean-recursive maintainer-clean-recursive
  180. am__recursive_targets = \
  181. $(RECURSIVE_TARGETS) \
  182. $(RECURSIVE_CLEAN_TARGETS) \
  183. $(am__extra_recursive_targets)
  184. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  185. cscope distdir distdir-am dist dist-all distcheck
  186. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  187. # Read a list of newline-separated strings from the standard input,
  188. # and print each of them once, without duplicates. Input order is
  189. # *not* preserved.
  190. am__uniquify_input = $(AWK) '\
  191. BEGIN { nonempty = 0; } \
  192. { items[$$0] = 1; nonempty = 1; } \
  193. END { if (nonempty) { for (i in items) print i; }; } \
  194. '
  195. # Make sure the list of sources is unique. This is necessary because,
  196. # e.g., the same source file might be shared among _SOURCES variables
  197. # for different programs/libraries.
  198. am__define_uniq_tagged_files = \
  199. list='$(am__tagged_files)'; \
  200. unique=`for i in $$list; do \
  201. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  202. done | $(am__uniquify_input)`
  203. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libcares.pc.in \
  204. AUTHORS INSTALL.md NEWS README.md TODO compile config.guess \
  205. config.sub depcomp install-sh ltmain.sh missing
  206. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  207. distdir = $(PACKAGE)-$(VERSION)
  208. top_distdir = $(distdir)
  209. am__remove_distdir = \
  210. if test -d "$(distdir)"; then \
  211. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  212. && rm -rf "$(distdir)" \
  213. || { sleep 5 && rm -rf "$(distdir)"; }; \
  214. else :; fi
  215. am__post_remove_distdir = $(am__remove_distdir)
  216. am__relativize = \
  217. dir0=`pwd`; \
  218. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  219. sed_rest='s,^[^/]*/*,,'; \
  220. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  221. sed_butlast='s,/*[^/]*$$,,'; \
  222. while test -n "$$dir1"; do \
  223. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  224. if test "$$first" != "."; then \
  225. if test "$$first" = ".."; then \
  226. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  227. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  228. else \
  229. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  230. if test "$$first2" = "$$first"; then \
  231. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  232. else \
  233. dir2="../$$dir2"; \
  234. fi; \
  235. dir0="$$dir0"/"$$first"; \
  236. fi; \
  237. fi; \
  238. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  239. done; \
  240. reldir="$$dir2"
  241. DIST_ARCHIVES = $(distdir).tar.gz
  242. GZIP_ENV = --best
  243. DIST_TARGETS = dist-gzip
  244. # Exists only to be overridden by the user if desired.
  245. AM_DISTCHECK_DVI_TARGET = dvi
  246. distuninstallcheck_listfiles = find . -type f -print
  247. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  248. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  249. distcleancheck_listfiles = find . -type f -print
  250. ACLOCAL = @ACLOCAL@
  251. AMTAR = @AMTAR@
  252. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  253. AR = @AR@
  254. AS = @AS@
  255. AUTOCONF = @AUTOCONF@
  256. AUTOHEADER = @AUTOHEADER@
  257. AUTOMAKE = @AUTOMAKE@
  258. AWK = @AWK@
  259. BUILD_SUBDIRS = @BUILD_SUBDIRS@
  260. CARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@
  261. CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
  262. CARES_RANDOM_FILE = @CARES_RANDOM_FILE@
  263. CARES_VERSION_INFO = @CARES_VERSION_INFO@
  264. CC = @CC@
  265. CCDEPMODE = @CCDEPMODE@
  266. CFLAGS = @CFLAGS@
  267. CFLAG_CARES_SYMBOL_HIDING = @CFLAG_CARES_SYMBOL_HIDING@
  268. CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
  269. CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
  270. CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
  271. CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
  272. CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
  273. CPP = @CPP@
  274. CPPFLAGS = @CPPFLAGS@
  275. CPPFLAG_CARES_STATICLIB = @CPPFLAG_CARES_STATICLIB@
  276. CSCOPE = @CSCOPE@
  277. CTAGS = @CTAGS@
  278. CXX = @CXX@
  279. CXXCPP = @CXXCPP@
  280. CXXDEPMODE = @CXXDEPMODE@
  281. CXXFLAGS = @CXXFLAGS@
  282. CYGPATH_W = @CYGPATH_W@
  283. DEFS = @DEFS@
  284. DEPDIR = @DEPDIR@
  285. DLLTOOL = @DLLTOOL@
  286. DSYMUTIL = @DSYMUTIL@
  287. DUMPBIN = @DUMPBIN@
  288. ECHO_C = @ECHO_C@
  289. ECHO_N = @ECHO_N@
  290. ECHO_T = @ECHO_T@
  291. EGREP = @EGREP@
  292. ETAGS = @ETAGS@
  293. EXEEXT = @EXEEXT@
  294. FGREP = @FGREP@
  295. GCOV = @GCOV@
  296. GENHTML = @GENHTML@
  297. GREP = @GREP@
  298. HAVE_CXX11 = @HAVE_CXX11@
  299. INSTALL = @INSTALL@
  300. INSTALL_DATA = @INSTALL_DATA@
  301. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  302. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  303. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  304. LCOV = @LCOV@
  305. LD = @LD@
  306. LDFLAGS = @LDFLAGS@
  307. LIBOBJS = @LIBOBJS@
  308. LIBS = @LIBS@
  309. LIBTOOL = @LIBTOOL@
  310. LIPO = @LIPO@
  311. LN_S = @LN_S@
  312. LTLIBOBJS = @LTLIBOBJS@
  313. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  314. MAINT = @MAINT@
  315. MAKEINFO = @MAKEINFO@
  316. MANIFEST_TOOL = @MANIFEST_TOOL@
  317. MKDIR_P = @MKDIR_P@
  318. NM = @NM@
  319. NMEDIT = @NMEDIT@
  320. OBJDUMP = @OBJDUMP@
  321. OBJEXT = @OBJEXT@
  322. OTOOL = @OTOOL@
  323. OTOOL64 = @OTOOL64@
  324. PACKAGE = @PACKAGE@
  325. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  326. PACKAGE_NAME = @PACKAGE_NAME@
  327. PACKAGE_STRING = @PACKAGE_STRING@
  328. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  329. PACKAGE_URL = @PACKAGE_URL@
  330. PACKAGE_VERSION = @PACKAGE_VERSION@
  331. PATH_SEPARATOR = @PATH_SEPARATOR@
  332. RANLIB = @RANLIB@
  333. SED = @SED@
  334. SET_MAKE = @SET_MAKE@
  335. SHELL = @SHELL@
  336. STRIP = @STRIP@
  337. VERSION = @VERSION@
  338. abs_builddir = @abs_builddir@
  339. abs_srcdir = @abs_srcdir@
  340. abs_top_builddir = @abs_top_builddir@
  341. abs_top_srcdir = @abs_top_srcdir@
  342. ac_ct_AR = @ac_ct_AR@
  343. ac_ct_CC = @ac_ct_CC@
  344. ac_ct_CXX = @ac_ct_CXX@
  345. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  346. am__include = @am__include@
  347. am__leading_dot = @am__leading_dot@
  348. am__quote = @am__quote@
  349. am__tar = @am__tar@
  350. am__untar = @am__untar@
  351. bindir = @bindir@
  352. build = @build@
  353. build_alias = @build_alias@
  354. build_cpu = @build_cpu@
  355. build_os = @build_os@
  356. build_vendor = @build_vendor@
  357. builddir = @builddir@
  358. datadir = @datadir@
  359. datarootdir = @datarootdir@
  360. docdir = @docdir@
  361. dvidir = @dvidir@
  362. exec_prefix = @exec_prefix@
  363. host = @host@
  364. host_alias = @host_alias@
  365. host_cpu = @host_cpu@
  366. host_os = @host_os@
  367. host_vendor = @host_vendor@
  368. htmldir = @htmldir@
  369. ifGNUmake = @ifGNUmake@
  370. ifnGNUmake = @ifnGNUmake@
  371. includedir = @includedir@
  372. infodir = @infodir@
  373. install_sh = @install_sh@
  374. libdir = @libdir@
  375. libexecdir = @libexecdir@
  376. localedir = @localedir@
  377. localstatedir = @localstatedir@
  378. mandir = @mandir@
  379. mkdir_p = @mkdir_p@
  380. oldincludedir = @oldincludedir@
  381. pdfdir = @pdfdir@
  382. prefix = @prefix@
  383. program_transform_name = @program_transform_name@
  384. psdir = @psdir@
  385. runstatedir = @runstatedir@
  386. sbindir = @sbindir@
  387. sharedstatedir = @sharedstatedir@
  388. srcdir = @srcdir@
  389. subdirs = @subdirs@
  390. sysconfdir = @sysconfdir@
  391. target_alias = @target_alias@
  392. top_build_prefix = @top_build_prefix@
  393. top_builddir = @top_builddir@
  394. top_srcdir = @top_srcdir@
  395. AUTOMAKE_OPTIONS = foreign nostdinc 1.9.6
  396. ACLOCAL_AMFLAGS = -I m4 --install
  397. MSVCFILES = msvc_ver.inc buildconf.bat
  398. # adig and ahost are just sample programs and thus not mentioned with the
  399. # regular sources and headers
  400. EXTRA_DIST = AUTHORS CHANGES README.cares $(man_MANS) RELEASE-NOTES \
  401. c-ares-config.cmake.in libcares.pc.cmake libcares.pc.in buildconf get_ver.awk \
  402. maketgz TODO README.msvc $(MSVCFILES) INSTALL.md README.md LICENSE.md \
  403. CMakeLists.txt Makefile.dj Makefile.m32 Makefile.netware Makefile.msvc \
  404. Makefile.Watcom AUTHORS CONTRIBUTING.md SECURITY.md TODO
  405. CLEANFILES = $(PDFPAGES) $(HTMLPAGES)
  406. DISTCLEANFILES = include/ares_build.h
  407. DIST_SUBDIRS = include src test docs
  408. SUBDIRS = @BUILD_SUBDIRS@
  409. pkgconfigdir = $(libdir)/pkgconfig
  410. pkgconfig_DATA = libcares.pc
  411. # where to install the c-ares headers
  412. libcares_ladir = $(includedir)
  413. all: all-recursive
  414. .SUFFIXES:
  415. am--refresh: Makefile
  416. @:
  417. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  418. @for dep in $?; do \
  419. case '$(am__configure_deps)' in \
  420. *$$dep*) \
  421. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  422. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  423. && exit 0; \
  424. exit 1;; \
  425. esac; \
  426. done; \
  427. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  428. $(am__cd) $(top_srcdir) && \
  429. $(AUTOMAKE) --foreign Makefile
  430. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  431. @case '$?' in \
  432. *config.status*) \
  433. echo ' $(SHELL) ./config.status'; \
  434. $(SHELL) ./config.status;; \
  435. *) \
  436. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  437. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  438. esac;
  439. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  440. $(SHELL) ./config.status --recheck
  441. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  442. $(am__cd) $(srcdir) && $(AUTOCONF)
  443. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  444. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  445. $(am__aclocal_m4_deps):
  446. libcares.pc: $(top_builddir)/config.status $(srcdir)/libcares.pc.in
  447. cd $(top_builddir) && $(SHELL) ./config.status $@
  448. mostlyclean-libtool:
  449. -rm -f *.lo
  450. clean-libtool:
  451. -rm -rf .libs _libs
  452. distclean-libtool:
  453. -rm -f libtool config.lt
  454. install-pkgconfigDATA: $(pkgconfig_DATA)
  455. @$(NORMAL_INSTALL)
  456. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  457. if test -n "$$list"; then \
  458. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  459. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  460. fi; \
  461. for p in $$list; do \
  462. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  463. echo "$$d$$p"; \
  464. done | $(am__base_list) | \
  465. while read files; do \
  466. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  467. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  468. done
  469. uninstall-pkgconfigDATA:
  470. @$(NORMAL_UNINSTALL)
  471. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  472. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  473. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  474. # This directory's subdirectories are mostly independent; you can cd
  475. # into them and run 'make' without going through this Makefile.
  476. # To change the values of 'make' variables: instead of editing Makefiles,
  477. # (1) if the variable is set in 'config.status', edit 'config.status'
  478. # (which will cause the Makefiles to be regenerated when you run 'make');
  479. # (2) otherwise, pass the desired values on the 'make' command line.
  480. $(am__recursive_targets):
  481. @fail=; \
  482. if $(am__make_keepgoing); then \
  483. failcom='fail=yes'; \
  484. else \
  485. failcom='exit 1'; \
  486. fi; \
  487. dot_seen=no; \
  488. target=`echo $@ | sed s/-recursive//`; \
  489. case "$@" in \
  490. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  491. *) list='$(SUBDIRS)' ;; \
  492. esac; \
  493. for subdir in $$list; do \
  494. echo "Making $$target in $$subdir"; \
  495. if test "$$subdir" = "."; then \
  496. dot_seen=yes; \
  497. local_target="$$target-am"; \
  498. else \
  499. local_target="$$target"; \
  500. fi; \
  501. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  502. || eval $$failcom; \
  503. done; \
  504. if test "$$dot_seen" = "no"; then \
  505. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  506. fi; test -z "$$fail"
  507. ID: $(am__tagged_files)
  508. $(am__define_uniq_tagged_files); mkid -fID $$unique
  509. tags: tags-recursive
  510. TAGS: tags
  511. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  512. set x; \
  513. here=`pwd`; \
  514. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  515. include_option=--etags-include; \
  516. empty_fix=.; \
  517. else \
  518. include_option=--include; \
  519. empty_fix=; \
  520. fi; \
  521. list='$(SUBDIRS)'; for subdir in $$list; do \
  522. if test "$$subdir" = .; then :; else \
  523. test ! -f $$subdir/TAGS || \
  524. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  525. fi; \
  526. done; \
  527. $(am__define_uniq_tagged_files); \
  528. shift; \
  529. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  530. test -n "$$unique" || unique=$$empty_fix; \
  531. if test $$# -gt 0; then \
  532. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  533. "$$@" $$unique; \
  534. else \
  535. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  536. $$unique; \
  537. fi; \
  538. fi
  539. ctags: ctags-recursive
  540. CTAGS: ctags
  541. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  542. $(am__define_uniq_tagged_files); \
  543. test -z "$(CTAGS_ARGS)$$unique" \
  544. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  545. $$unique
  546. GTAGS:
  547. here=`$(am__cd) $(top_builddir) && pwd` \
  548. && $(am__cd) $(top_srcdir) \
  549. && gtags -i $(GTAGS_ARGS) "$$here"
  550. cscope: cscope.files
  551. test ! -s cscope.files \
  552. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  553. clean-cscope:
  554. -rm -f cscope.files
  555. cscope.files: clean-cscope cscopelist
  556. cscopelist: cscopelist-recursive
  557. cscopelist-am: $(am__tagged_files)
  558. list='$(am__tagged_files)'; \
  559. case "$(srcdir)" in \
  560. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  561. *) sdir=$(subdir)/$(srcdir) ;; \
  562. esac; \
  563. for i in $$list; do \
  564. if test -f "$$i"; then \
  565. echo "$(subdir)/$$i"; \
  566. else \
  567. echo "$$sdir/$$i"; \
  568. fi; \
  569. done >> $(top_builddir)/cscope.files
  570. distclean-tags:
  571. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  572. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  573. distdir: $(BUILT_SOURCES)
  574. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  575. distdir-am: $(DISTFILES)
  576. $(am__remove_distdir)
  577. test -d "$(distdir)" || mkdir "$(distdir)"
  578. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  579. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  580. list='$(DISTFILES)'; \
  581. dist_files=`for file in $$list; do echo $$file; done | \
  582. sed -e "s|^$$srcdirstrip/||;t" \
  583. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  584. case $$dist_files in \
  585. */*) $(MKDIR_P) `echo "$$dist_files" | \
  586. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  587. sort -u` ;; \
  588. esac; \
  589. for file in $$dist_files; do \
  590. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  591. if test -d $$d/$$file; then \
  592. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  593. if test -d "$(distdir)/$$file"; then \
  594. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  595. fi; \
  596. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  597. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  598. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  599. fi; \
  600. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  601. else \
  602. test -f "$(distdir)/$$file" \
  603. || cp -p $$d/$$file "$(distdir)/$$file" \
  604. || exit 1; \
  605. fi; \
  606. done
  607. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  608. if test "$$subdir" = .; then :; else \
  609. $(am__make_dryrun) \
  610. || test -d "$(distdir)/$$subdir" \
  611. || $(MKDIR_P) "$(distdir)/$$subdir" \
  612. || exit 1; \
  613. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  614. $(am__relativize); \
  615. new_distdir=$$reldir; \
  616. dir1=$$subdir; dir2="$(top_distdir)"; \
  617. $(am__relativize); \
  618. new_top_distdir=$$reldir; \
  619. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  620. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  621. ($(am__cd) $$subdir && \
  622. $(MAKE) $(AM_MAKEFLAGS) \
  623. top_distdir="$$new_top_distdir" \
  624. distdir="$$new_distdir" \
  625. am__remove_distdir=: \
  626. am__skip_length_check=: \
  627. am__skip_mode_fix=: \
  628. distdir) \
  629. || exit 1; \
  630. fi; \
  631. done
  632. $(MAKE) $(AM_MAKEFLAGS) \
  633. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  634. dist-hook
  635. -test -n "$(am__skip_mode_fix)" \
  636. || find "$(distdir)" -type d ! -perm -755 \
  637. -exec chmod u+rwx,go+rx {} \; -o \
  638. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  639. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  640. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  641. || chmod -R a+r "$(distdir)"
  642. dist-gzip: distdir
  643. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  644. $(am__post_remove_distdir)
  645. dist-bzip2: distdir
  646. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  647. $(am__post_remove_distdir)
  648. dist-lzip: distdir
  649. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  650. $(am__post_remove_distdir)
  651. dist-xz: distdir
  652. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  653. $(am__post_remove_distdir)
  654. dist-zstd: distdir
  655. tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
  656. $(am__post_remove_distdir)
  657. dist-tarZ: distdir
  658. @echo WARNING: "Support for distribution archives compressed with" \
  659. "legacy program 'compress' is deprecated." >&2
  660. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  661. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  662. $(am__post_remove_distdir)
  663. dist-shar: distdir
  664. @echo WARNING: "Support for shar distribution archives is" \
  665. "deprecated." >&2
  666. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  667. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  668. $(am__post_remove_distdir)
  669. dist-zip: distdir
  670. -rm -f $(distdir).zip
  671. zip -rq $(distdir).zip $(distdir)
  672. $(am__post_remove_distdir)
  673. dist dist-all:
  674. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  675. $(am__post_remove_distdir)
  676. # This target untars the dist file and tries a VPATH configuration. Then
  677. # it guarantees that the distribution is self-contained by making another
  678. # tarfile.
  679. distcheck: dist
  680. case '$(DIST_ARCHIVES)' in \
  681. *.tar.gz*) \
  682. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  683. *.tar.bz2*) \
  684. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  685. *.tar.lz*) \
  686. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  687. *.tar.xz*) \
  688. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  689. *.tar.Z*) \
  690. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  691. *.shar.gz*) \
  692. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  693. *.zip*) \
  694. unzip $(distdir).zip ;;\
  695. *.tar.zst*) \
  696. zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
  697. esac
  698. chmod -R a-w $(distdir)
  699. chmod u+w $(distdir)
  700. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  701. chmod a-w $(distdir)
  702. test -d $(distdir)/_build || exit 0; \
  703. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  704. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  705. && am__cwd=`pwd` \
  706. && $(am__cd) $(distdir)/_build/sub \
  707. && ../../configure \
  708. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  709. $(DISTCHECK_CONFIGURE_FLAGS) \
  710. --srcdir=../.. --prefix="$$dc_install_base" \
  711. && $(MAKE) $(AM_MAKEFLAGS) \
  712. && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
  713. && $(MAKE) $(AM_MAKEFLAGS) check \
  714. && $(MAKE) $(AM_MAKEFLAGS) install \
  715. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  716. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  717. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  718. distuninstallcheck \
  719. && chmod -R a-w "$$dc_install_base" \
  720. && ({ \
  721. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  722. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  723. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  724. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  725. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  726. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  727. && rm -rf "$$dc_destdir" \
  728. && $(MAKE) $(AM_MAKEFLAGS) dist \
  729. && rm -rf $(DIST_ARCHIVES) \
  730. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  731. && cd "$$am__cwd" \
  732. || exit 1
  733. $(am__post_remove_distdir)
  734. @(echo "$(distdir) archives ready for distribution: "; \
  735. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  736. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  737. distuninstallcheck:
  738. @test -n '$(distuninstallcheck_dir)' || { \
  739. echo 'ERROR: trying to run $@ with an empty' \
  740. '$$(distuninstallcheck_dir)' >&2; \
  741. exit 1; \
  742. }; \
  743. $(am__cd) '$(distuninstallcheck_dir)' || { \
  744. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  745. exit 1; \
  746. }; \
  747. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  748. || { echo "ERROR: files left after uninstall:" ; \
  749. if test -n "$(DESTDIR)"; then \
  750. echo " (check DESTDIR support)"; \
  751. fi ; \
  752. $(distuninstallcheck_listfiles) ; \
  753. exit 1; } >&2
  754. distcleancheck: distclean
  755. @if test '$(srcdir)' = . ; then \
  756. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  757. exit 1 ; \
  758. fi
  759. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  760. || { echo "ERROR: files left in build directory after distclean:" ; \
  761. $(distcleancheck_listfiles) ; \
  762. exit 1; } >&2
  763. check-am: all-am
  764. check: check-recursive
  765. all-am: Makefile $(DATA)
  766. installdirs: installdirs-recursive
  767. installdirs-am:
  768. for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
  769. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  770. done
  771. install: install-recursive
  772. install-exec: install-exec-recursive
  773. install-data: install-data-recursive
  774. uninstall: uninstall-recursive
  775. install-am: all-am
  776. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  777. installcheck: installcheck-recursive
  778. install-strip:
  779. if test -z '$(STRIP)'; then \
  780. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  781. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  782. install; \
  783. else \
  784. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  785. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  786. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  787. fi
  788. mostlyclean-generic:
  789. clean-generic:
  790. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  791. distclean-generic:
  792. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  793. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  794. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  795. maintainer-clean-generic:
  796. @echo "This command is intended for maintainers to use"
  797. @echo "it deletes files that may require special tools to rebuild."
  798. clean: clean-recursive
  799. clean-am: clean-generic clean-libtool mostlyclean-am
  800. distclean: distclean-recursive
  801. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  802. -rm -f Makefile
  803. distclean-am: clean-am distclean-generic distclean-libtool \
  804. distclean-tags
  805. dvi: dvi-recursive
  806. dvi-am:
  807. html: html-recursive
  808. html-am:
  809. info: info-recursive
  810. info-am:
  811. install-data-am: install-pkgconfigDATA
  812. install-dvi: install-dvi-recursive
  813. install-dvi-am:
  814. install-exec-am:
  815. install-html: install-html-recursive
  816. install-html-am:
  817. install-info: install-info-recursive
  818. install-info-am:
  819. install-man:
  820. install-pdf: install-pdf-recursive
  821. install-pdf-am:
  822. install-ps: install-ps-recursive
  823. install-ps-am:
  824. installcheck-am:
  825. maintainer-clean: maintainer-clean-recursive
  826. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  827. -rm -rf $(top_srcdir)/autom4te.cache
  828. -rm -f Makefile
  829. maintainer-clean-am: distclean-am maintainer-clean-generic
  830. mostlyclean: mostlyclean-recursive
  831. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  832. pdf: pdf-recursive
  833. pdf-am:
  834. ps: ps-recursive
  835. ps-am:
  836. uninstall-am: uninstall-pkgconfigDATA
  837. .MAKE: $(am__recursive_targets) install-am install-strip
  838. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  839. am--refresh check check-am clean clean-cscope clean-generic \
  840. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  841. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  842. dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
  843. distclean-generic distclean-libtool distclean-tags \
  844. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  845. html-am info info-am install install-am install-data \
  846. install-data-am install-dvi install-dvi-am install-exec \
  847. install-exec-am install-html install-html-am install-info \
  848. install-info-am install-man install-pdf install-pdf-am \
  849. install-pkgconfigDATA install-ps install-ps-am install-strip \
  850. installcheck installcheck-am installdirs installdirs-am \
  851. maintainer-clean maintainer-clean-generic mostlyclean \
  852. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  853. tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
  854. .PRECIOUS: Makefile
  855. # Make files named *.dist replace the file without .dist extension
  856. dist-hook:
  857. find $(distdir) -name "*.dist" -exec rm {} \;
  858. (distit=`find $(srcdir) -name "*.dist"`; \
  859. for file in $$distit; do \
  860. strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
  861. cp $$file $(distdir)$$strip; \
  862. done)
  863. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  864. # Otherwise a system limit (for SysV at least) may be exceeded.
  865. .NOEXPORT: