Makefile 21 KB

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