Makefile 29 KB

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