Makefile.in 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894
  1. # Makefile.in generated by automake 1.16.2 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2020 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 = \
  89. $(top_srcdir)/scripts/m4/ax_prog_cc_for_build.m4 \
  90. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  91. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  92. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  96. $(am__configure_deps) $(am__DIST_COMMON)
  97. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  98. configure.lineno config.status.lineno
  99. mkinstalldirs = $(install_sh) -d
  100. CONFIG_HEADER = config.h
  101. CONFIG_CLEAN_FILES = distribute.sh
  102. CONFIG_CLEAN_VPATH_FILES =
  103. AM_V_P = $(am__v_P_@AM_V@)
  104. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_@AM_V@)
  108. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_@AM_V@)
  112. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. SOURCES =
  116. DIST_SOURCES =
  117. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  118. ctags-recursive dvi-recursive html-recursive info-recursive \
  119. install-data-recursive install-dvi-recursive \
  120. install-exec-recursive install-html-recursive \
  121. install-info-recursive install-pdf-recursive \
  122. install-ps-recursive install-recursive installcheck-recursive \
  123. installdirs-recursive pdf-recursive ps-recursive \
  124. tags-recursive uninstall-recursive
  125. am__can_run_installinfo = \
  126. case $$AM_UPDATE_INFO_DIR in \
  127. n|no|NO) false;; \
  128. *) (install-info --version) >/dev/null 2>&1;; \
  129. esac
  130. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  131. distclean-recursive maintainer-clean-recursive
  132. am__recursive_targets = \
  133. $(RECURSIVE_TARGETS) \
  134. $(RECURSIVE_CLEAN_TARGETS) \
  135. $(am__extra_recursive_targets)
  136. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  137. cscope distdir distdir-am dist dist-all distcheck
  138. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
  139. config.h.in
  140. # Read a list of newline-separated strings from the standard input,
  141. # and print each of them once, without duplicates. Input order is
  142. # *not* preserved.
  143. am__uniquify_input = $(AWK) '\
  144. BEGIN { nonempty = 0; } \
  145. { items[$$0] = 1; nonempty = 1; } \
  146. END { if (nonempty) { for (i in items) print i; }; } \
  147. '
  148. # Make sure the list of sources is unique. This is necessary because,
  149. # e.g., the same source file might be shared among _SOURCES variables
  150. # for different programs/libraries.
  151. am__define_uniq_tagged_files = \
  152. list='$(am__tagged_files)'; \
  153. unique=`for i in $$list; do \
  154. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  155. done | $(am__uniquify_input)`
  156. ETAGS = etags
  157. CTAGS = ctags
  158. CSCOPE = cscope
  159. DIST_SUBDIRS = $(SUBDIRS)
  160. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  161. $(srcdir)/distribute.sh.in AUTHORS COPYING INSTALL NEWS README \
  162. ar-lib compile config.guess config.sub install-sh ltmain.sh \
  163. missing
  164. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  165. distdir = $(PACKAGE)-$(VERSION)
  166. top_distdir = $(distdir)
  167. am__remove_distdir = \
  168. if test -d "$(distdir)"; then \
  169. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  170. && rm -rf "$(distdir)" \
  171. || { sleep 5 && rm -rf "$(distdir)"; }; \
  172. else :; fi
  173. am__post_remove_distdir = $(am__remove_distdir)
  174. am__relativize = \
  175. dir0=`pwd`; \
  176. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  177. sed_rest='s,^[^/]*/*,,'; \
  178. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  179. sed_butlast='s,/*[^/]*$$,,'; \
  180. while test -n "$$dir1"; do \
  181. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  182. if test "$$first" != "."; then \
  183. if test "$$first" = ".."; then \
  184. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  185. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  186. else \
  187. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  188. if test "$$first2" = "$$first"; then \
  189. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  190. else \
  191. dir2="../$$dir2"; \
  192. fi; \
  193. dir0="$$dir0"/"$$first"; \
  194. fi; \
  195. fi; \
  196. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  197. done; \
  198. reldir="$$dir2"
  199. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
  200. GZIP_ENV = --best
  201. DIST_TARGETS = dist-xz dist-gzip
  202. distuninstallcheck_listfiles = find . -type f -print
  203. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  204. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  205. ACLOCAL = @ACLOCAL@
  206. AMTAR = @AMTAR@
  207. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  208. AR = @AR@
  209. ATTR_LIB = @ATTR_LIB@
  210. AUTOCONF = @AUTOCONF@
  211. AUTOHEADER = @AUTOHEADER@
  212. AUTOMAKE = @AUTOMAKE@
  213. AWK = @AWK@
  214. BROTLI_CFLAGS = @BROTLI_CFLAGS@
  215. BROTLI_LIBS = @BROTLI_LIBS@
  216. BUILD_EXEEXT = @BUILD_EXEEXT@
  217. BUILD_OBJEXT = @BUILD_OBJEXT@
  218. BZ_LIB = @BZ_LIB@
  219. CC = @CC@
  220. CCDEPMODE = @CCDEPMODE@
  221. CC_FOR_BUILD = @CC_FOR_BUILD@
  222. CFLAGS = @CFLAGS@
  223. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  224. CPP = @CPP@
  225. CPPFLAGS = @CPPFLAGS@
  226. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  227. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  228. CRYPTO_LIB = @CRYPTO_LIB@
  229. CRYPT_LIB = @CRYPT_LIB@
  230. CYGPATH_W = @CYGPATH_W@
  231. DBI_CFLAGS = @DBI_CFLAGS@
  232. DBI_LIBS = @DBI_LIBS@
  233. DEFS = @DEFS@
  234. DEPDIR = @DEPDIR@
  235. DLLTOOL = @DLLTOOL@
  236. DL_LIB = @DL_LIB@
  237. DSYMUTIL = @DSYMUTIL@
  238. DUMPBIN = @DUMPBIN@
  239. ECHO_C = @ECHO_C@
  240. ECHO_N = @ECHO_N@
  241. ECHO_T = @ECHO_T@
  242. EGREP = @EGREP@
  243. ELFTC_LIB = @ELFTC_LIB@
  244. EXEEXT = @EXEEXT@
  245. FAM_CFLAGS = @FAM_CFLAGS@
  246. FAM_LIBS = @FAM_LIBS@
  247. FGREP = @FGREP@
  248. GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
  249. GNUTLS_LIBS = @GNUTLS_LIBS@
  250. GREP = @GREP@
  251. INSTALL = @INSTALL@
  252. INSTALL_DATA = @INSTALL_DATA@
  253. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  254. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  255. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  256. KRB5_LIB = @KRB5_LIB@
  257. LBER_LIB = @LBER_LIB@
  258. LD = @LD@
  259. LDAP_LIB = @LDAP_LIB@
  260. LDFLAGS = @LDFLAGS@
  261. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  262. LIBEV_CFLAGS = @LIBEV_CFLAGS@
  263. LIBEV_LIBS = @LIBEV_LIBS@
  264. LIBOBJS = @LIBOBJS@
  265. LIBS = @LIBS@
  266. LIBTOOL = @LIBTOOL@
  267. LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
  268. LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
  269. LIPO = @LIPO@
  270. LN_S = @LN_S@
  271. LTLIBOBJS = @LTLIBOBJS@
  272. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  273. LUA_CFLAGS = @LUA_CFLAGS@
  274. LUA_LIBS = @LUA_LIBS@
  275. MAKEINFO = @MAKEINFO@
  276. MANIFEST_TOOL = @MANIFEST_TOOL@
  277. MAXMINDDB_LIB = @MAXMINDDB_LIB@
  278. MKDIR_P = @MKDIR_P@
  279. MTLS_LIBS = @MTLS_LIBS@
  280. MYSQL_CFLAGS = @MYSQL_CFLAGS@
  281. MYSQL_CONFIG = @MYSQL_CONFIG@
  282. MYSQL_LIBS = @MYSQL_LIBS@
  283. NM = @NM@
  284. NMEDIT = @NMEDIT@
  285. NSPR_CFLAGS = @NSPR_CFLAGS@
  286. NSPR_LIBS = @NSPR_LIBS@
  287. NSS_CFLAGS = @NSS_CFLAGS@
  288. NSS_LIBS = @NSS_LIBS@
  289. OBJDUMP = @OBJDUMP@
  290. OBJEXT = @OBJEXT@
  291. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  292. OPENSSL_LIBS = @OPENSSL_LIBS@
  293. OTOOL = @OTOOL@
  294. OTOOL64 = @OTOOL64@
  295. PACKAGE = @PACKAGE@
  296. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  297. PACKAGE_NAME = @PACKAGE_NAME@
  298. PACKAGE_STRING = @PACKAGE_STRING@
  299. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  300. PACKAGE_URL = @PACKAGE_URL@
  301. PACKAGE_VERSION = @PACKAGE_VERSION@
  302. PAM_LIB = @PAM_LIB@
  303. PATH_SEPARATOR = @PATH_SEPARATOR@
  304. PCRE2CONFIG = @PCRE2CONFIG@
  305. PCRE2_CFLAGS = @PCRE2_CFLAGS@
  306. PCRE2_LIBS = @PCRE2_LIBS@
  307. PCRECONFIG = @PCRECONFIG@
  308. PCRE_LIB = @PCRE_LIB@
  309. PGSQL_CFLAGS = @PGSQL_CFLAGS@
  310. PGSQL_CONFIG = @PGSQL_CONFIG@
  311. PGSQL_LIBS = @PGSQL_LIBS@
  312. PKG_CONFIG = @PKG_CONFIG@
  313. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  314. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  315. RANLIB = @RANLIB@
  316. SASL_CFLAGS = @SASL_CFLAGS@
  317. SASL_LIBS = @SASL_LIBS@
  318. SED = @SED@
  319. SENDFILE_LIB = @SENDFILE_LIB@
  320. SET_MAKE = @SET_MAKE@
  321. SHELL = @SHELL@
  322. SQLITE_CFLAGS = @SQLITE_CFLAGS@
  323. SQLITE_LIBS = @SQLITE_LIBS@
  324. STRIP = @STRIP@
  325. UUID_LIBS = @UUID_LIBS@
  326. VERSION = @VERSION@
  327. WOLFSSL_CFLAGS = @WOLFSSL_CFLAGS@
  328. WOLFSSL_LIBS = @WOLFSSL_LIBS@
  329. XML_CFLAGS = @XML_CFLAGS@
  330. XML_LIBS = @XML_LIBS@
  331. XXHASH_CFLAGS = @XXHASH_CFLAGS@
  332. XXHASH_LIBS = @XXHASH_LIBS@
  333. ZSTD_LIB = @ZSTD_LIB@
  334. Z_LIB = @Z_LIB@
  335. abs_builddir = @abs_builddir@
  336. abs_srcdir = @abs_srcdir@
  337. abs_top_builddir = @abs_top_builddir@
  338. abs_top_srcdir = @abs_top_srcdir@
  339. ac_ct_AR = @ac_ct_AR@
  340. ac_ct_CC = @ac_ct_CC@
  341. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  342. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  343. am__include = @am__include@
  344. am__leading_dot = @am__leading_dot@
  345. am__quote = @am__quote@
  346. am__tar = @am__tar@
  347. am__untar = @am__untar@
  348. bindir = @bindir@
  349. build = @build@
  350. build_alias = @build_alias@
  351. build_cpu = @build_cpu@
  352. build_os = @build_os@
  353. build_vendor = @build_vendor@
  354. builddir = @builddir@
  355. datadir = @datadir@
  356. datarootdir = @datarootdir@
  357. docdir = @docdir@
  358. dvidir = @dvidir@
  359. exec_prefix = @exec_prefix@
  360. host = @host@
  361. host_alias = @host_alias@
  362. host_cpu = @host_cpu@
  363. host_os = @host_os@
  364. host_vendor = @host_vendor@
  365. htmldir = @htmldir@
  366. includedir = @includedir@
  367. infodir = @infodir@
  368. install_sh = @install_sh@
  369. libdir = @libdir@
  370. libexecdir = @libexecdir@
  371. localedir = @localedir@
  372. localstatedir = @localstatedir@
  373. mandir = @mandir@
  374. mkdir_p = @mkdir_p@
  375. oldincludedir = @oldincludedir@
  376. pdfdir = @pdfdir@
  377. prefix = @prefix@
  378. program_transform_name = @program_transform_name@
  379. psdir = @psdir@
  380. runstatedir = @runstatedir@
  381. sbindir = @sbindir@
  382. sharedstatedir = @sharedstatedir@
  383. srcdir = @srcdir@
  384. sysconfdir = @sysconfdir@
  385. target_alias = @target_alias@
  386. top_build_prefix = @top_build_prefix@
  387. top_builddir = @top_builddir@
  388. top_srcdir = @top_srcdir@
  389. SUBDIRS = src doc tests
  390. EXTRA_DIST = autogen.sh SConstruct CMakeLists.txt meson.build meson_options.txt README.FreeBSD scripts
  391. ACLOCAL_AMFLAGS = -I m4 -I scripts/m4
  392. distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
  393. AM_DISTCHECK_CONFIGURE_FLAGS = --with-openssl
  394. GNUMAKEFLAGS = --no-print-directory
  395. all: config.h
  396. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  397. .SUFFIXES:
  398. am--refresh: Makefile
  399. @:
  400. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  401. @for dep in $?; do \
  402. case '$(am__configure_deps)' in \
  403. *$$dep*) \
  404. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  405. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  406. && exit 0; \
  407. exit 1;; \
  408. esac; \
  409. done; \
  410. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  411. $(am__cd) $(top_srcdir) && \
  412. $(AUTOMAKE) --foreign Makefile
  413. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  414. @case '$?' in \
  415. *config.status*) \
  416. echo ' $(SHELL) ./config.status'; \
  417. $(SHELL) ./config.status;; \
  418. *) \
  419. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  420. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  421. esac;
  422. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  423. $(SHELL) ./config.status --recheck
  424. $(top_srcdir)/configure: $(am__configure_deps)
  425. $(am__cd) $(srcdir) && $(AUTOCONF)
  426. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  427. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  428. $(am__aclocal_m4_deps):
  429. config.h: stamp-h1
  430. @test -f $@ || rm -f stamp-h1
  431. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  432. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  433. @rm -f stamp-h1
  434. cd $(top_builddir) && $(SHELL) ./config.status config.h
  435. $(srcdir)/config.h.in: $(am__configure_deps)
  436. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  437. rm -f stamp-h1
  438. touch $@
  439. distclean-hdr:
  440. -rm -f config.h stamp-h1
  441. distribute.sh: $(top_builddir)/config.status $(srcdir)/distribute.sh.in
  442. cd $(top_builddir) && $(SHELL) ./config.status $@
  443. mostlyclean-libtool:
  444. -rm -f *.lo
  445. clean-libtool:
  446. -rm -rf .libs _libs
  447. distclean-libtool:
  448. -rm -f libtool config.lt
  449. # This directory's subdirectories are mostly independent; you can cd
  450. # into them and run 'make' without going through this Makefile.
  451. # To change the values of 'make' variables: instead of editing Makefiles,
  452. # (1) if the variable is set in 'config.status', edit 'config.status'
  453. # (which will cause the Makefiles to be regenerated when you run 'make');
  454. # (2) otherwise, pass the desired values on the 'make' command line.
  455. $(am__recursive_targets):
  456. @fail=; \
  457. if $(am__make_keepgoing); then \
  458. failcom='fail=yes'; \
  459. else \
  460. failcom='exit 1'; \
  461. fi; \
  462. dot_seen=no; \
  463. target=`echo $@ | sed s/-recursive//`; \
  464. case "$@" in \
  465. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  466. *) list='$(SUBDIRS)' ;; \
  467. esac; \
  468. for subdir in $$list; do \
  469. echo "Making $$target in $$subdir"; \
  470. if test "$$subdir" = "."; then \
  471. dot_seen=yes; \
  472. local_target="$$target-am"; \
  473. else \
  474. local_target="$$target"; \
  475. fi; \
  476. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  477. || eval $$failcom; \
  478. done; \
  479. if test "$$dot_seen" = "no"; then \
  480. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  481. fi; test -z "$$fail"
  482. ID: $(am__tagged_files)
  483. $(am__define_uniq_tagged_files); mkid -fID $$unique
  484. tags: tags-recursive
  485. TAGS: tags
  486. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  487. set x; \
  488. here=`pwd`; \
  489. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  490. include_option=--etags-include; \
  491. empty_fix=.; \
  492. else \
  493. include_option=--include; \
  494. empty_fix=; \
  495. fi; \
  496. list='$(SUBDIRS)'; for subdir in $$list; do \
  497. if test "$$subdir" = .; then :; else \
  498. test ! -f $$subdir/TAGS || \
  499. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  500. fi; \
  501. done; \
  502. $(am__define_uniq_tagged_files); \
  503. shift; \
  504. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  505. test -n "$$unique" || unique=$$empty_fix; \
  506. if test $$# -gt 0; then \
  507. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  508. "$$@" $$unique; \
  509. else \
  510. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  511. $$unique; \
  512. fi; \
  513. fi
  514. ctags: ctags-recursive
  515. CTAGS: ctags
  516. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  517. $(am__define_uniq_tagged_files); \
  518. test -z "$(CTAGS_ARGS)$$unique" \
  519. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  520. $$unique
  521. GTAGS:
  522. here=`$(am__cd) $(top_builddir) && pwd` \
  523. && $(am__cd) $(top_srcdir) \
  524. && gtags -i $(GTAGS_ARGS) "$$here"
  525. cscope: cscope.files
  526. test ! -s cscope.files \
  527. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  528. clean-cscope:
  529. -rm -f cscope.files
  530. cscope.files: clean-cscope cscopelist
  531. cscopelist: cscopelist-recursive
  532. cscopelist-am: $(am__tagged_files)
  533. list='$(am__tagged_files)'; \
  534. case "$(srcdir)" in \
  535. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  536. *) sdir=$(subdir)/$(srcdir) ;; \
  537. esac; \
  538. for i in $$list; do \
  539. if test -f "$$i"; then \
  540. echo "$(subdir)/$$i"; \
  541. else \
  542. echo "$$sdir/$$i"; \
  543. fi; \
  544. done >> $(top_builddir)/cscope.files
  545. distclean-tags:
  546. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  547. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  548. distdir: $(BUILT_SOURCES)
  549. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  550. distdir-am: $(DISTFILES)
  551. $(am__remove_distdir)
  552. test -d "$(distdir)" || mkdir "$(distdir)"
  553. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  554. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  555. list='$(DISTFILES)'; \
  556. dist_files=`for file in $$list; do echo $$file; done | \
  557. sed -e "s|^$$srcdirstrip/||;t" \
  558. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  559. case $$dist_files in \
  560. */*) $(MKDIR_P) `echo "$$dist_files" | \
  561. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  562. sort -u` ;; \
  563. esac; \
  564. for file in $$dist_files; do \
  565. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  566. if test -d $$d/$$file; then \
  567. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  568. if test -d "$(distdir)/$$file"; then \
  569. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  570. fi; \
  571. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  572. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  573. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  574. fi; \
  575. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  576. else \
  577. test -f "$(distdir)/$$file" \
  578. || cp -p $$d/$$file "$(distdir)/$$file" \
  579. || exit 1; \
  580. fi; \
  581. done
  582. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  583. if test "$$subdir" = .; then :; else \
  584. $(am__make_dryrun) \
  585. || test -d "$(distdir)/$$subdir" \
  586. || $(MKDIR_P) "$(distdir)/$$subdir" \
  587. || exit 1; \
  588. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  589. $(am__relativize); \
  590. new_distdir=$$reldir; \
  591. dir1=$$subdir; dir2="$(top_distdir)"; \
  592. $(am__relativize); \
  593. new_top_distdir=$$reldir; \
  594. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  595. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  596. ($(am__cd) $$subdir && \
  597. $(MAKE) $(AM_MAKEFLAGS) \
  598. top_distdir="$$new_top_distdir" \
  599. distdir="$$new_distdir" \
  600. am__remove_distdir=: \
  601. am__skip_length_check=: \
  602. am__skip_mode_fix=: \
  603. distdir) \
  604. || exit 1; \
  605. fi; \
  606. done
  607. -test -n "$(am__skip_mode_fix)" \
  608. || find "$(distdir)" -type d ! -perm -755 \
  609. -exec chmod u+rwx,go+rx {} \; -o \
  610. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  611. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  612. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  613. || chmod -R a+r "$(distdir)"
  614. dist-gzip: distdir
  615. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  616. $(am__post_remove_distdir)
  617. dist-bzip2: distdir
  618. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  619. $(am__post_remove_distdir)
  620. dist-lzip: distdir
  621. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  622. $(am__post_remove_distdir)
  623. dist-xz: distdir
  624. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  625. $(am__post_remove_distdir)
  626. dist-zstd: distdir
  627. tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
  628. $(am__post_remove_distdir)
  629. dist-tarZ: distdir
  630. @echo WARNING: "Support for distribution archives compressed with" \
  631. "legacy program 'compress' is deprecated." >&2
  632. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  633. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  634. $(am__post_remove_distdir)
  635. dist-shar: distdir
  636. @echo WARNING: "Support for shar distribution archives is" \
  637. "deprecated." >&2
  638. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  639. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  640. $(am__post_remove_distdir)
  641. dist-zip: distdir
  642. -rm -f $(distdir).zip
  643. zip -rq $(distdir).zip $(distdir)
  644. $(am__post_remove_distdir)
  645. dist dist-all:
  646. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  647. $(am__post_remove_distdir)
  648. # This target untars the dist file and tries a VPATH configuration. Then
  649. # it guarantees that the distribution is self-contained by making another
  650. # tarfile.
  651. distcheck: dist
  652. case '$(DIST_ARCHIVES)' in \
  653. *.tar.gz*) \
  654. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  655. *.tar.bz2*) \
  656. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  657. *.tar.lz*) \
  658. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  659. *.tar.xz*) \
  660. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  661. *.tar.Z*) \
  662. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  663. *.shar.gz*) \
  664. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  665. *.zip*) \
  666. unzip $(distdir).zip ;;\
  667. *.tar.zst*) \
  668. zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
  669. esac
  670. chmod -R a-w $(distdir)
  671. chmod u+w $(distdir)
  672. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  673. chmod a-w $(distdir)
  674. test -d $(distdir)/_build || exit 0; \
  675. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  676. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  677. && am__cwd=`pwd` \
  678. && $(am__cd) $(distdir)/_build/sub \
  679. && ../../configure \
  680. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  681. $(DISTCHECK_CONFIGURE_FLAGS) \
  682. --srcdir=../.. --prefix="$$dc_install_base" \
  683. && $(MAKE) $(AM_MAKEFLAGS) \
  684. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  685. && $(MAKE) $(AM_MAKEFLAGS) check \
  686. && $(MAKE) $(AM_MAKEFLAGS) install \
  687. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  688. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  689. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  690. distuninstallcheck \
  691. && chmod -R a-w "$$dc_install_base" \
  692. && ({ \
  693. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  694. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  695. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  696. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  697. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  698. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  699. && rm -rf "$$dc_destdir" \
  700. && $(MAKE) $(AM_MAKEFLAGS) dist \
  701. && rm -rf $(DIST_ARCHIVES) \
  702. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  703. && cd "$$am__cwd" \
  704. || exit 1
  705. $(am__post_remove_distdir)
  706. @(echo "$(distdir) archives ready for distribution: "; \
  707. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  708. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  709. distuninstallcheck:
  710. @test -n '$(distuninstallcheck_dir)' || { \
  711. echo 'ERROR: trying to run $@ with an empty' \
  712. '$$(distuninstallcheck_dir)' >&2; \
  713. exit 1; \
  714. }; \
  715. $(am__cd) '$(distuninstallcheck_dir)' || { \
  716. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  717. exit 1; \
  718. }; \
  719. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  720. || { echo "ERROR: files left after uninstall:" ; \
  721. if test -n "$(DESTDIR)"; then \
  722. echo " (check DESTDIR support)"; \
  723. fi ; \
  724. $(distuninstallcheck_listfiles) ; \
  725. exit 1; } >&2
  726. distcleancheck: distclean
  727. @if test '$(srcdir)' = . ; then \
  728. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  729. exit 1 ; \
  730. fi
  731. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  732. || { echo "ERROR: files left in build directory after distclean:" ; \
  733. $(distcleancheck_listfiles) ; \
  734. exit 1; } >&2
  735. check-am: all-am
  736. check: check-recursive
  737. all-am: Makefile config.h
  738. installdirs: installdirs-recursive
  739. installdirs-am:
  740. install: install-recursive
  741. install-exec: install-exec-recursive
  742. install-data: install-data-recursive
  743. uninstall: uninstall-recursive
  744. install-am: all-am
  745. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  746. installcheck: installcheck-recursive
  747. install-strip:
  748. if test -z '$(STRIP)'; then \
  749. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  750. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  751. install; \
  752. else \
  753. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  754. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  755. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  756. fi
  757. mostlyclean-generic:
  758. clean-generic:
  759. distclean-generic:
  760. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  761. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  762. maintainer-clean-generic:
  763. @echo "This command is intended for maintainers to use"
  764. @echo "it deletes files that may require special tools to rebuild."
  765. clean: clean-recursive
  766. clean-am: clean-generic clean-libtool mostlyclean-am
  767. distclean: distclean-recursive
  768. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  769. -rm -f Makefile
  770. distclean-am: clean-am distclean-generic distclean-hdr \
  771. distclean-libtool distclean-tags
  772. dvi: dvi-recursive
  773. dvi-am:
  774. html: html-recursive
  775. html-am:
  776. info: info-recursive
  777. info-am:
  778. install-data-am:
  779. install-dvi: install-dvi-recursive
  780. install-dvi-am:
  781. install-exec-am:
  782. install-html: install-html-recursive
  783. install-html-am:
  784. install-info: install-info-recursive
  785. install-info-am:
  786. install-man:
  787. install-pdf: install-pdf-recursive
  788. install-pdf-am:
  789. install-ps: install-ps-recursive
  790. install-ps-am:
  791. installcheck-am:
  792. maintainer-clean: maintainer-clean-recursive
  793. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  794. -rm -rf $(top_srcdir)/autom4te.cache
  795. -rm -f Makefile
  796. maintainer-clean-am: distclean-am maintainer-clean-generic
  797. mostlyclean: mostlyclean-recursive
  798. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  799. pdf: pdf-recursive
  800. pdf-am:
  801. ps: ps-recursive
  802. ps-am:
  803. uninstall-am:
  804. .MAKE: $(am__recursive_targets) all install-am install-strip
  805. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  806. am--refresh check check-am clean clean-cscope clean-generic \
  807. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  808. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  809. dist-xz dist-zip dist-zstd distcheck distclean \
  810. distclean-generic distclean-hdr distclean-libtool \
  811. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  812. dvi-am html html-am info info-am install install-am \
  813. install-data install-data-am install-dvi install-dvi-am \
  814. install-exec install-exec-am install-html install-html-am \
  815. install-info install-info-am install-man install-pdf \
  816. install-pdf-am install-ps install-ps-am install-strip \
  817. installcheck installcheck-am installdirs installdirs-am \
  818. maintainer-clean maintainer-clean-generic mostlyclean \
  819. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  820. tags tags-am uninstall uninstall-am
  821. .PRECIOUS: Makefile
  822. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  823. # Otherwise a system limit (for SysV at least) may be exceeded.
  824. .NOEXPORT: