Makefile.in 20 KB

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