Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773
  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 = doc
  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 $(am__DIST_COMMON)
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = $(top_builddir)/config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. AM_V_P = $(am__v_P_@AM_V@)
  101. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  102. am__v_P_0 = false
  103. am__v_P_1 = :
  104. AM_V_GEN = $(am__v_GEN_@AM_V@)
  105. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  106. am__v_GEN_0 = @echo " GEN " $@;
  107. am__v_GEN_1 =
  108. AM_V_at = $(am__v_at_@AM_V@)
  109. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  110. am__v_at_0 = @
  111. am__v_at_1 =
  112. SOURCES =
  113. DIST_SOURCES =
  114. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  115. ctags-recursive dvi-recursive html-recursive info-recursive \
  116. install-data-recursive install-dvi-recursive \
  117. install-exec-recursive install-html-recursive \
  118. install-info-recursive install-pdf-recursive \
  119. install-ps-recursive install-recursive installcheck-recursive \
  120. installdirs-recursive pdf-recursive ps-recursive \
  121. tags-recursive uninstall-recursive
  122. am__can_run_installinfo = \
  123. case $$AM_UPDATE_INFO_DIR in \
  124. n|no|NO) false;; \
  125. *) (install-info --version) >/dev/null 2>&1;; \
  126. esac
  127. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  128. am__vpath_adj = case $$p in \
  129. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  130. *) f=$$p;; \
  131. esac;
  132. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  133. am__install_max = 40
  134. am__nobase_strip_setup = \
  135. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  136. am__nobase_strip = \
  137. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  138. am__nobase_list = $(am__nobase_strip_setup); \
  139. for p in $$list; do echo "$$p $$p"; done | \
  140. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  141. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  142. if (++n[$$2] == $(am__install_max)) \
  143. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  144. END { for (dir in files) print dir, files[dir] }'
  145. am__base_list = \
  146. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  147. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  148. am__uninstall_files_from_dir = { \
  149. test -z "$$files" \
  150. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  151. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  152. $(am__cd) "$$dir" && rm -f $$files; }; \
  153. }
  154. man8dir = $(mandir)/man8
  155. am__installdirs = "$(DESTDIR)$(man8dir)"
  156. NROFF = nroff
  157. MANS = $(dist_man8_MANS)
  158. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  159. distclean-recursive maintainer-clean-recursive
  160. am__recursive_targets = \
  161. $(RECURSIVE_TARGETS) \
  162. $(RECURSIVE_CLEAN_TARGETS) \
  163. $(am__extra_recursive_targets)
  164. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  165. distdir distdir-am
  166. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  167. # Read a list of newline-separated strings from the standard input,
  168. # and print each of them once, without duplicates. Input order is
  169. # *not* preserved.
  170. am__uniquify_input = $(AWK) '\
  171. BEGIN { nonempty = 0; } \
  172. { items[$$0] = 1; nonempty = 1; } \
  173. END { if (nonempty) { for (i in items) print i; }; } \
  174. '
  175. # Make sure the list of sources is unique. This is necessary because,
  176. # e.g., the same source file might be shared among _SOURCES variables
  177. # for different programs/libraries.
  178. am__define_uniq_tagged_files = \
  179. list='$(am__tagged_files)'; \
  180. unique=`for i in $$list; do \
  181. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  182. done | $(am__uniquify_input)`
  183. ETAGS = etags
  184. CTAGS = ctags
  185. DIST_SUBDIRS = $(SUBDIRS)
  186. am__DIST_COMMON = $(dist_man8_MANS) $(srcdir)/Makefile.in
  187. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  188. am__relativize = \
  189. dir0=`pwd`; \
  190. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  191. sed_rest='s,^[^/]*/*,,'; \
  192. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  193. sed_butlast='s,/*[^/]*$$,,'; \
  194. while test -n "$$dir1"; do \
  195. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  196. if test "$$first" != "."; then \
  197. if test "$$first" = ".."; then \
  198. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  199. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  200. else \
  201. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  202. if test "$$first2" = "$$first"; then \
  203. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  204. else \
  205. dir2="../$$dir2"; \
  206. fi; \
  207. dir0="$$dir0"/"$$first"; \
  208. fi; \
  209. fi; \
  210. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  211. done; \
  212. reldir="$$dir2"
  213. ACLOCAL = @ACLOCAL@
  214. AMTAR = @AMTAR@
  215. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  216. AR = @AR@
  217. ATTR_LIB = @ATTR_LIB@
  218. AUTOCONF = @AUTOCONF@
  219. AUTOHEADER = @AUTOHEADER@
  220. AUTOMAKE = @AUTOMAKE@
  221. AWK = @AWK@
  222. BROTLI_CFLAGS = @BROTLI_CFLAGS@
  223. BROTLI_LIBS = @BROTLI_LIBS@
  224. BUILD_EXEEXT = @BUILD_EXEEXT@
  225. BUILD_OBJEXT = @BUILD_OBJEXT@
  226. BZ_LIB = @BZ_LIB@
  227. CC = @CC@
  228. CCDEPMODE = @CCDEPMODE@
  229. CC_FOR_BUILD = @CC_FOR_BUILD@
  230. CFLAGS = @CFLAGS@
  231. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  232. CPP = @CPP@
  233. CPPFLAGS = @CPPFLAGS@
  234. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  235. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  236. CRYPTO_LIB = @CRYPTO_LIB@
  237. CRYPT_LIB = @CRYPT_LIB@
  238. CYGPATH_W = @CYGPATH_W@
  239. DBI_CFLAGS = @DBI_CFLAGS@
  240. DBI_LIBS = @DBI_LIBS@
  241. DEFS = @DEFS@
  242. DEPDIR = @DEPDIR@
  243. DLLTOOL = @DLLTOOL@
  244. DL_LIB = @DL_LIB@
  245. DSYMUTIL = @DSYMUTIL@
  246. DUMPBIN = @DUMPBIN@
  247. ECHO_C = @ECHO_C@
  248. ECHO_N = @ECHO_N@
  249. ECHO_T = @ECHO_T@
  250. EGREP = @EGREP@
  251. ELFTC_LIB = @ELFTC_LIB@
  252. EXEEXT = @EXEEXT@
  253. FAM_CFLAGS = @FAM_CFLAGS@
  254. FAM_LIBS = @FAM_LIBS@
  255. FGREP = @FGREP@
  256. GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
  257. GNUTLS_LIBS = @GNUTLS_LIBS@
  258. GREP = @GREP@
  259. INSTALL = @INSTALL@
  260. INSTALL_DATA = @INSTALL_DATA@
  261. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  262. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  263. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  264. KRB5_LIB = @KRB5_LIB@
  265. LBER_LIB = @LBER_LIB@
  266. LD = @LD@
  267. LDAP_LIB = @LDAP_LIB@
  268. LDFLAGS = @LDFLAGS@
  269. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  270. LIBEV_CFLAGS = @LIBEV_CFLAGS@
  271. LIBEV_LIBS = @LIBEV_LIBS@
  272. LIBOBJS = @LIBOBJS@
  273. LIBS = @LIBS@
  274. LIBTOOL = @LIBTOOL@
  275. LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
  276. LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
  277. LIPO = @LIPO@
  278. LN_S = @LN_S@
  279. LTLIBOBJS = @LTLIBOBJS@
  280. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  281. LUA_CFLAGS = @LUA_CFLAGS@
  282. LUA_LIBS = @LUA_LIBS@
  283. MAKEINFO = @MAKEINFO@
  284. MANIFEST_TOOL = @MANIFEST_TOOL@
  285. MAXMINDDB_LIB = @MAXMINDDB_LIB@
  286. MKDIR_P = @MKDIR_P@
  287. MTLS_LIBS = @MTLS_LIBS@
  288. MYSQL_CFLAGS = @MYSQL_CFLAGS@
  289. MYSQL_CONFIG = @MYSQL_CONFIG@
  290. MYSQL_LIBS = @MYSQL_LIBS@
  291. NM = @NM@
  292. NMEDIT = @NMEDIT@
  293. NSPR_CFLAGS = @NSPR_CFLAGS@
  294. NSPR_LIBS = @NSPR_LIBS@
  295. NSS_CFLAGS = @NSS_CFLAGS@
  296. NSS_LIBS = @NSS_LIBS@
  297. OBJDUMP = @OBJDUMP@
  298. OBJEXT = @OBJEXT@
  299. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  300. OPENSSL_LIBS = @OPENSSL_LIBS@
  301. OTOOL = @OTOOL@
  302. OTOOL64 = @OTOOL64@
  303. PACKAGE = @PACKAGE@
  304. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  305. PACKAGE_NAME = @PACKAGE_NAME@
  306. PACKAGE_STRING = @PACKAGE_STRING@
  307. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  308. PACKAGE_URL = @PACKAGE_URL@
  309. PACKAGE_VERSION = @PACKAGE_VERSION@
  310. PAM_LIB = @PAM_LIB@
  311. PATH_SEPARATOR = @PATH_SEPARATOR@
  312. PCRE2CONFIG = @PCRE2CONFIG@
  313. PCRE2_CFLAGS = @PCRE2_CFLAGS@
  314. PCRE2_LIBS = @PCRE2_LIBS@
  315. PCRECONFIG = @PCRECONFIG@
  316. PCRE_LIB = @PCRE_LIB@
  317. PGSQL_CFLAGS = @PGSQL_CFLAGS@
  318. PGSQL_CONFIG = @PGSQL_CONFIG@
  319. PGSQL_LIBS = @PGSQL_LIBS@
  320. PKG_CONFIG = @PKG_CONFIG@
  321. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  322. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  323. RANLIB = @RANLIB@
  324. SASL_CFLAGS = @SASL_CFLAGS@
  325. SASL_LIBS = @SASL_LIBS@
  326. SED = @SED@
  327. SENDFILE_LIB = @SENDFILE_LIB@
  328. SET_MAKE = @SET_MAKE@
  329. SHELL = @SHELL@
  330. SQLITE_CFLAGS = @SQLITE_CFLAGS@
  331. SQLITE_LIBS = @SQLITE_LIBS@
  332. STRIP = @STRIP@
  333. UUID_LIBS = @UUID_LIBS@
  334. VERSION = @VERSION@
  335. WOLFSSL_CFLAGS = @WOLFSSL_CFLAGS@
  336. WOLFSSL_LIBS = @WOLFSSL_LIBS@
  337. XML_CFLAGS = @XML_CFLAGS@
  338. XML_LIBS = @XML_LIBS@
  339. XXHASH_CFLAGS = @XXHASH_CFLAGS@
  340. XXHASH_LIBS = @XXHASH_LIBS@
  341. ZSTD_LIB = @ZSTD_LIB@
  342. Z_LIB = @Z_LIB@
  343. abs_builddir = @abs_builddir@
  344. abs_srcdir = @abs_srcdir@
  345. abs_top_builddir = @abs_top_builddir@
  346. abs_top_srcdir = @abs_top_srcdir@
  347. ac_ct_AR = @ac_ct_AR@
  348. ac_ct_CC = @ac_ct_CC@
  349. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  350. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  351. am__include = @am__include@
  352. am__leading_dot = @am__leading_dot@
  353. am__quote = @am__quote@
  354. am__tar = @am__tar@
  355. am__untar = @am__untar@
  356. bindir = @bindir@
  357. build = @build@
  358. build_alias = @build_alias@
  359. build_cpu = @build_cpu@
  360. build_os = @build_os@
  361. build_vendor = @build_vendor@
  362. builddir = @builddir@
  363. datadir = @datadir@
  364. datarootdir = @datarootdir@
  365. docdir = @docdir@
  366. dvidir = @dvidir@
  367. exec_prefix = @exec_prefix@
  368. host = @host@
  369. host_alias = @host_alias@
  370. host_cpu = @host_cpu@
  371. host_os = @host_os@
  372. host_vendor = @host_vendor@
  373. htmldir = @htmldir@
  374. includedir = @includedir@
  375. infodir = @infodir@
  376. install_sh = @install_sh@
  377. libdir = @libdir@
  378. libexecdir = @libexecdir@
  379. localedir = @localedir@
  380. localstatedir = @localstatedir@
  381. mandir = @mandir@
  382. mkdir_p = @mkdir_p@
  383. oldincludedir = @oldincludedir@
  384. pdfdir = @pdfdir@
  385. prefix = @prefix@
  386. program_transform_name = @program_transform_name@
  387. psdir = @psdir@
  388. runstatedir = @runstatedir@
  389. sbindir = @sbindir@
  390. sharedstatedir = @sharedstatedir@
  391. srcdir = @srcdir@
  392. sysconfdir = @sysconfdir@
  393. target_alias = @target_alias@
  394. top_build_prefix = @top_build_prefix@
  395. top_builddir = @top_builddir@
  396. top_srcdir = @top_srcdir@
  397. SUBDIRS = config scripts systemd outdated
  398. dist_man8_MANS = lighttpd.8 lighttpd-angel.8
  399. GNUMAKEFLAGS = --no-print-directory -s
  400. EXTRA_DIST = \
  401. initscripts.txt \
  402. newstyle.css \
  403. oldstyle.css
  404. all: all-recursive
  405. .SUFFIXES:
  406. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  407. @for dep in $?; do \
  408. case '$(am__configure_deps)' in \
  409. *$$dep*) \
  410. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  411. && { if test -f $@; then exit 0; else break; fi; }; \
  412. exit 1;; \
  413. esac; \
  414. done; \
  415. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
  416. $(am__cd) $(top_srcdir) && \
  417. $(AUTOMAKE) --foreign doc/Makefile
  418. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  419. @case '$?' in \
  420. *config.status*) \
  421. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  422. *) \
  423. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  424. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  425. esac;
  426. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  427. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  428. $(top_srcdir)/configure: $(am__configure_deps)
  429. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  430. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  431. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  432. $(am__aclocal_m4_deps):
  433. mostlyclean-libtool:
  434. -rm -f *.lo
  435. clean-libtool:
  436. -rm -rf .libs _libs
  437. install-man8: $(dist_man8_MANS)
  438. @$(NORMAL_INSTALL)
  439. @list1='$(dist_man8_MANS)'; \
  440. list2=''; \
  441. test -n "$(man8dir)" \
  442. && test -n "`echo $$list1$$list2`" \
  443. || exit 0; \
  444. echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
  445. $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
  446. { for i in $$list1; do echo "$$i"; done; \
  447. if test -n "$$list2"; then \
  448. for i in $$list2; do echo "$$i"; done \
  449. | sed -n '/\.8[a-z]*$$/p'; \
  450. fi; \
  451. } | while read p; do \
  452. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  453. echo "$$d$$p"; echo "$$p"; \
  454. done | \
  455. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  456. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  457. sed 'N;N;s,\n, ,g' | { \
  458. list=; while read file base inst; do \
  459. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  460. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
  461. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
  462. fi; \
  463. done; \
  464. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  465. while read files; do \
  466. test -z "$$files" || { \
  467. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
  468. $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
  469. done; }
  470. uninstall-man8:
  471. @$(NORMAL_UNINSTALL)
  472. @list='$(dist_man8_MANS)'; test -n "$(man8dir)" || exit 0; \
  473. files=`{ for i in $$list; do echo "$$i"; done; \
  474. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
  475. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  476. dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
  477. # This directory's subdirectories are mostly independent; you can cd
  478. # into them and run 'make' without going through this Makefile.
  479. # To change the values of 'make' variables: instead of editing Makefiles,
  480. # (1) if the variable is set in 'config.status', edit 'config.status'
  481. # (which will cause the Makefiles to be regenerated when you run 'make');
  482. # (2) otherwise, pass the desired values on the 'make' command line.
  483. $(am__recursive_targets):
  484. @fail=; \
  485. if $(am__make_keepgoing); then \
  486. failcom='fail=yes'; \
  487. else \
  488. failcom='exit 1'; \
  489. fi; \
  490. dot_seen=no; \
  491. target=`echo $@ | sed s/-recursive//`; \
  492. case "$@" in \
  493. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  494. *) list='$(SUBDIRS)' ;; \
  495. esac; \
  496. for subdir in $$list; do \
  497. echo "Making $$target in $$subdir"; \
  498. if test "$$subdir" = "."; then \
  499. dot_seen=yes; \
  500. local_target="$$target-am"; \
  501. else \
  502. local_target="$$target"; \
  503. fi; \
  504. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  505. || eval $$failcom; \
  506. done; \
  507. if test "$$dot_seen" = "no"; then \
  508. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  509. fi; test -z "$$fail"
  510. ID: $(am__tagged_files)
  511. $(am__define_uniq_tagged_files); mkid -fID $$unique
  512. tags: tags-recursive
  513. TAGS: tags
  514. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  515. set x; \
  516. here=`pwd`; \
  517. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  518. include_option=--etags-include; \
  519. empty_fix=.; \
  520. else \
  521. include_option=--include; \
  522. empty_fix=; \
  523. fi; \
  524. list='$(SUBDIRS)'; for subdir in $$list; do \
  525. if test "$$subdir" = .; then :; else \
  526. test ! -f $$subdir/TAGS || \
  527. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  528. fi; \
  529. done; \
  530. $(am__define_uniq_tagged_files); \
  531. shift; \
  532. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  533. test -n "$$unique" || unique=$$empty_fix; \
  534. if test $$# -gt 0; then \
  535. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  536. "$$@" $$unique; \
  537. else \
  538. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  539. $$unique; \
  540. fi; \
  541. fi
  542. ctags: ctags-recursive
  543. CTAGS: ctags
  544. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  545. $(am__define_uniq_tagged_files); \
  546. test -z "$(CTAGS_ARGS)$$unique" \
  547. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  548. $$unique
  549. GTAGS:
  550. here=`$(am__cd) $(top_builddir) && pwd` \
  551. && $(am__cd) $(top_srcdir) \
  552. && gtags -i $(GTAGS_ARGS) "$$here"
  553. cscopelist: cscopelist-recursive
  554. cscopelist-am: $(am__tagged_files)
  555. list='$(am__tagged_files)'; \
  556. case "$(srcdir)" in \
  557. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  558. *) sdir=$(subdir)/$(srcdir) ;; \
  559. esac; \
  560. for i in $$list; do \
  561. if test -f "$$i"; then \
  562. echo "$(subdir)/$$i"; \
  563. else \
  564. echo "$$sdir/$$i"; \
  565. fi; \
  566. done >> $(top_builddir)/cscope.files
  567. distclean-tags:
  568. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  569. distdir: $(BUILT_SOURCES)
  570. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  571. distdir-am: $(DISTFILES)
  572. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  573. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  574. list='$(DISTFILES)'; \
  575. dist_files=`for file in $$list; do echo $$file; done | \
  576. sed -e "s|^$$srcdirstrip/||;t" \
  577. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  578. case $$dist_files in \
  579. */*) $(MKDIR_P) `echo "$$dist_files" | \
  580. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  581. sort -u` ;; \
  582. esac; \
  583. for file in $$dist_files; do \
  584. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  585. if test -d $$d/$$file; then \
  586. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  587. if test -d "$(distdir)/$$file"; then \
  588. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  589. fi; \
  590. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  591. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  592. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  593. fi; \
  594. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  595. else \
  596. test -f "$(distdir)/$$file" \
  597. || cp -p $$d/$$file "$(distdir)/$$file" \
  598. || exit 1; \
  599. fi; \
  600. done
  601. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  602. if test "$$subdir" = .; then :; else \
  603. $(am__make_dryrun) \
  604. || test -d "$(distdir)/$$subdir" \
  605. || $(MKDIR_P) "$(distdir)/$$subdir" \
  606. || exit 1; \
  607. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  608. $(am__relativize); \
  609. new_distdir=$$reldir; \
  610. dir1=$$subdir; dir2="$(top_distdir)"; \
  611. $(am__relativize); \
  612. new_top_distdir=$$reldir; \
  613. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  614. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  615. ($(am__cd) $$subdir && \
  616. $(MAKE) $(AM_MAKEFLAGS) \
  617. top_distdir="$$new_top_distdir" \
  618. distdir="$$new_distdir" \
  619. am__remove_distdir=: \
  620. am__skip_length_check=: \
  621. am__skip_mode_fix=: \
  622. distdir) \
  623. || exit 1; \
  624. fi; \
  625. done
  626. check-am: all-am
  627. check: check-recursive
  628. all-am: Makefile $(MANS)
  629. installdirs: installdirs-recursive
  630. installdirs-am:
  631. for dir in "$(DESTDIR)$(man8dir)"; do \
  632. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  633. done
  634. install: install-recursive
  635. install-exec: install-exec-recursive
  636. install-data: install-data-recursive
  637. uninstall: uninstall-recursive
  638. install-am: all-am
  639. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  640. installcheck: installcheck-recursive
  641. install-strip:
  642. if test -z '$(STRIP)'; then \
  643. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  644. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  645. install; \
  646. else \
  647. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  648. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  649. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  650. fi
  651. mostlyclean-generic:
  652. clean-generic:
  653. distclean-generic:
  654. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  655. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  656. maintainer-clean-generic:
  657. @echo "This command is intended for maintainers to use"
  658. @echo "it deletes files that may require special tools to rebuild."
  659. clean: clean-recursive
  660. clean-am: clean-generic clean-libtool mostlyclean-am
  661. distclean: distclean-recursive
  662. -rm -f Makefile
  663. distclean-am: clean-am distclean-generic distclean-tags
  664. dvi: dvi-recursive
  665. dvi-am:
  666. html: html-recursive
  667. html-am:
  668. info: info-recursive
  669. info-am:
  670. install-data-am: install-man
  671. install-dvi: install-dvi-recursive
  672. install-dvi-am:
  673. install-exec-am:
  674. install-html: install-html-recursive
  675. install-html-am:
  676. install-info: install-info-recursive
  677. install-info-am:
  678. install-man: install-man8
  679. install-pdf: install-pdf-recursive
  680. install-pdf-am:
  681. install-ps: install-ps-recursive
  682. install-ps-am:
  683. installcheck-am:
  684. maintainer-clean: maintainer-clean-recursive
  685. -rm -f Makefile
  686. maintainer-clean-am: distclean-am maintainer-clean-generic
  687. mostlyclean: mostlyclean-recursive
  688. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  689. pdf: pdf-recursive
  690. pdf-am:
  691. ps: ps-recursive
  692. ps-am:
  693. uninstall-am: uninstall-man
  694. uninstall-man: uninstall-man8
  695. .MAKE: $(am__recursive_targets) install-am install-strip
  696. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  697. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  698. ctags-am distclean distclean-generic distclean-libtool \
  699. distclean-tags distdir dvi dvi-am html html-am info info-am \
  700. install install-am install-data install-data-am install-dvi \
  701. install-dvi-am install-exec install-exec-am install-html \
  702. install-html-am install-info install-info-am install-man \
  703. install-man8 install-pdf install-pdf-am install-ps \
  704. install-ps-am install-strip installcheck installcheck-am \
  705. installdirs installdirs-am maintainer-clean \
  706. maintainer-clean-generic mostlyclean mostlyclean-generic \
  707. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  708. uninstall-am uninstall-man uninstall-man8
  709. .PRECIOUS: Makefile
  710. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  711. # Otherwise a system limit (for SysV at least) may be exceeded.
  712. .NOEXPORT: