Makefile 24 KB

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