Makefile 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. # Makefile.in generated by automake 1.16.2 from Makefile.am.
  2. # tests/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. check_PROGRAMS = fcgi-responder$(EXEEXT) scgi-responder$(EXEEXT)
  85. subdir = tests
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = \
  88. $(top_srcdir)/scripts/m4/ax_prog_cc_for_build.m4 \
  89. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  90. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  91. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = $(top_builddir)/config.h
  97. CONFIG_CLEAN_FILES =
  98. CONFIG_CLEAN_VPATH_FILES =
  99. am_fcgi_responder_OBJECTS = fcgi-responder.$(OBJEXT)
  100. fcgi_responder_OBJECTS = $(am_fcgi_responder_OBJECTS)
  101. fcgi_responder_LDADD = $(LDADD)
  102. AM_V_lt = $(am__v_lt_$(V))
  103. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  104. am__v_lt_0 = --silent
  105. am__v_lt_1 =
  106. am_scgi_responder_OBJECTS = scgi-responder.$(OBJEXT)
  107. scgi_responder_OBJECTS = $(am_scgi_responder_OBJECTS)
  108. scgi_responder_LDADD = $(LDADD)
  109. AM_V_P = $(am__v_P_$(V))
  110. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  111. am__v_P_0 = false
  112. am__v_P_1 = :
  113. AM_V_GEN = $(am__v_GEN_$(V))
  114. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  115. am__v_GEN_0 = @echo " GEN " $@;
  116. am__v_GEN_1 =
  117. AM_V_at = $(am__v_at_$(V))
  118. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  119. am__v_at_0 = @
  120. am__v_at_1 =
  121. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  122. depcomp = $(SHELL) $(top_srcdir)/depcomp
  123. am__maybe_remake_depfiles = depfiles
  124. am__depfiles_remade = ./$(DEPDIR)/fcgi-responder.Po \
  125. ./$(DEPDIR)/scgi-responder.Po
  126. am__mv = mv -f
  127. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  128. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  129. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  130. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  131. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  132. $(AM_CFLAGS) $(CFLAGS)
  133. AM_V_CC = $(am__v_CC_$(V))
  134. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  135. am__v_CC_0 = @echo " CC " $@;
  136. am__v_CC_1 =
  137. CCLD = $(CC)
  138. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  139. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  140. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  141. AM_V_CCLD = $(am__v_CCLD_$(V))
  142. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  143. am__v_CCLD_0 = @echo " CCLD " $@;
  144. am__v_CCLD_1 =
  145. SOURCES = $(fcgi_responder_SOURCES) $(scgi_responder_SOURCES)
  146. DIST_SOURCES = $(fcgi_responder_SOURCES) $(scgi_responder_SOURCES)
  147. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  148. ctags-recursive dvi-recursive html-recursive info-recursive \
  149. install-data-recursive install-dvi-recursive \
  150. install-exec-recursive install-html-recursive \
  151. install-info-recursive install-pdf-recursive \
  152. install-ps-recursive install-recursive installcheck-recursive \
  153. installdirs-recursive pdf-recursive ps-recursive \
  154. tags-recursive uninstall-recursive
  155. am__can_run_installinfo = \
  156. case $$AM_UPDATE_INFO_DIR in \
  157. n|no|NO) false;; \
  158. *) (install-info --version) >/dev/null 2>&1;; \
  159. esac
  160. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  161. distclean-recursive maintainer-clean-recursive
  162. am__recursive_targets = \
  163. $(RECURSIVE_TARGETS) \
  164. $(RECURSIVE_CLEAN_TARGETS) \
  165. $(am__extra_recursive_targets)
  166. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  167. distdir distdir-am
  168. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  169. # Read a list of newline-separated strings from the standard input,
  170. # and print each of them once, without duplicates. Input order is
  171. # *not* preserved.
  172. am__uniquify_input = $(AWK) '\
  173. BEGIN { nonempty = 0; } \
  174. { items[$$0] = 1; nonempty = 1; } \
  175. END { if (nonempty) { for (i in items) print i; }; } \
  176. '
  177. # Make sure the list of sources is unique. This is necessary because,
  178. # e.g., the same source file might be shared among _SOURCES variables
  179. # for different programs/libraries.
  180. am__define_uniq_tagged_files = \
  181. list='$(am__tagged_files)'; \
  182. unique=`for i in $$list; do \
  183. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  184. done | $(am__uniquify_input)`
  185. ETAGS = etags
  186. CTAGS = ctags
  187. am__tty_colors_dummy = \
  188. mgn= red= grn= lgn= blu= brg= std=; \
  189. am__color_tests=no
  190. am__tty_colors = { \
  191. $(am__tty_colors_dummy); \
  192. if test "X$(AM_COLOR_TESTS)" = Xno; then \
  193. am__color_tests=no; \
  194. elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  195. am__color_tests=yes; \
  196. elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  197. am__color_tests=yes; \
  198. fi; \
  199. if test $$am__color_tests = yes; then \
  200. red=''; \
  201. grn=''; \
  202. lgn=''; \
  203. blu=''; \
  204. mgn=''; \
  205. brg=''; \
  206. std=''; \
  207. fi; \
  208. }
  209. DIST_SUBDIRS = $(SUBDIRS)
  210. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README
  211. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  212. am__relativize = \
  213. dir0=`pwd`; \
  214. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  215. sed_rest='s,^[^/]*/*,,'; \
  216. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  217. sed_butlast='s,/*[^/]*$$,,'; \
  218. while test -n "$$dir1"; do \
  219. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  220. if test "$$first" != "."; then \
  221. if test "$$first" = ".."; then \
  222. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  223. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  224. else \
  225. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  226. if test "$$first2" = "$$first"; then \
  227. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  228. else \
  229. dir2="../$$dir2"; \
  230. fi; \
  231. dir0="$$dir0"/"$$first"; \
  232. fi; \
  233. fi; \
  234. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  235. done; \
  236. reldir="$$dir2"
  237. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/missing aclocal-1.16
  238. AMTAR = $${TAR-tar}
  239. AM_DEFAULT_VERBOSITY = 1
  240. AR = ar
  241. ATTR_LIB =
  242. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/missing autoconf
  243. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/missing autoheader
  244. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/missing automake-1.16
  245. AWK = gawk
  246. BROTLI_CFLAGS =
  247. BROTLI_LIBS =
  248. BUILD_EXEEXT =
  249. BUILD_OBJEXT = o
  250. BZ_LIB =
  251. 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
  252. CCDEPMODE = depmode=gcc3
  253. CC_FOR_BUILD = gcc
  254. 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
  255. CFLAGS_FOR_BUILD = -g -O2
  256. 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
  257. 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
  258. CPPFLAGS_FOR_BUILD =
  259. CPP_FOR_BUILD = gcc -E
  260. CRYPTO_LIB = -lcrypto
  261. CRYPT_LIB = -lcrypt
  262. CYGPATH_W = echo
  263. DBI_CFLAGS =
  264. DBI_LIBS =
  265. DEFS = -DHAVE_CONFIG_H
  266. DEPDIR = .deps
  267. DLLTOOL = false
  268. DL_LIB = -ldl
  269. DSYMUTIL =
  270. DUMPBIN = :
  271. ECHO_C =
  272. ECHO_N = -n
  273. ECHO_T =
  274. EGREP = /bin/grep -E
  275. ELFTC_LIB =
  276. EXEEXT =
  277. FAM_CFLAGS =
  278. FAM_LIBS =
  279. FGREP = /bin/grep -F
  280. GNUTLS_CFLAGS =
  281. GNUTLS_LIBS =
  282. GREP = /bin/grep
  283. INSTALL = /usr/bin/install -c
  284. INSTALL_DATA = ${INSTALL} -m 644
  285. INSTALL_PROGRAM = ${INSTALL}
  286. INSTALL_SCRIPT = ${INSTALL}
  287. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  288. KRB5_LIB =
  289. LBER_LIB =
  290. 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
  291. LDAP_LIB =
  292. LDFLAGS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib
  293. LDFLAGS_FOR_BUILD =
  294. LIBEV_CFLAGS =
  295. LIBEV_LIBS =
  296. LIBOBJS =
  297. LIBS =
  298. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  299. LIBUNWIND_CFLAGS =
  300. LIBUNWIND_LIBS =
  301. LIPO =
  302. LN_S = ln -s
  303. LTLIBOBJS =
  304. LT_SYS_LIBRARY_PATH =
  305. LUA_CFLAGS =
  306. LUA_LIBS =
  307. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/missing makeinfo
  308. MANIFEST_TOOL = :
  309. MAXMINDDB_LIB =
  310. MKDIR_P = /bin/mkdir -p
  311. MTLS_LIBS =
  312. MYSQL_CFLAGS =
  313. MYSQL_CONFIG =
  314. MYSQL_LIBS =
  315. NM = nm
  316. NMEDIT =
  317. NSPR_CFLAGS =
  318. NSPR_LIBS =
  319. NSS_CFLAGS =
  320. NSS_LIBS =
  321. OBJDUMP = objdump
  322. OBJEXT = o
  323. OPENSSL_CFLAGS = -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include
  324. OPENSSL_LIBS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib -lssl -lcrypto
  325. OTOOL =
  326. OTOOL64 =
  327. PACKAGE = lighttpd
  328. PACKAGE_BUGREPORT = https://redmine.lighttpd.net/projects/lighttpd/boards/2
  329. PACKAGE_NAME = lighttpd
  330. PACKAGE_STRING = lighttpd 1.4.64
  331. PACKAGE_TARNAME = lighttpd
  332. PACKAGE_URL = https://www.lighttpd.net/
  333. PACKAGE_VERSION = 1.4.64
  334. PAM_LIB =
  335. PATH_SEPARATOR = :
  336. PCRE2CONFIG =
  337. PCRE2_CFLAGS =
  338. PCRE2_LIBS =
  339. PCRECONFIG = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/pcre-8.43/release/bin/pcre-config
  340. PCRE_LIB = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/pcre-8.43/release/lib -lpcre
  341. PGSQL_CFLAGS =
  342. PGSQL_CONFIG =
  343. PGSQL_LIBS =
  344. PKG_CONFIG = /usr/bin/pkg-config
  345. PKG_CONFIG_LIBDIR =
  346. PKG_CONFIG_PATH =
  347. RANLIB = ranlib
  348. SASL_CFLAGS =
  349. SASL_LIBS =
  350. SED = /bin/sed
  351. SENDFILE_LIB =
  352. SET_MAKE =
  353. SHELL = /bin/bash
  354. SQLITE_CFLAGS =
  355. SQLITE_LIBS =
  356. STRIP = strip
  357. UUID_LIBS =
  358. VERSION = 1.4.64
  359. WOLFSSL_CFLAGS =
  360. WOLFSSL_LIBS =
  361. XML_CFLAGS =
  362. XML_LIBS =
  363. XXHASH_CFLAGS =
  364. XXHASH_LIBS =
  365. ZSTD_LIB =
  366. Z_LIB =
  367. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/tests
  368. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/tests
  369. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64
  370. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64
  371. ac_ct_AR = ar
  372. ac_ct_CC =
  373. ac_ct_CC_FOR_BUILD = gcc
  374. ac_ct_DUMPBIN = link -dump
  375. am__include = include
  376. am__leading_dot = .
  377. am__quote =
  378. am__tar = tar --format=ustar -chf - "$$tardir"
  379. am__untar = tar -xf -
  380. bindir = ${exec_prefix}/bin
  381. build = x86_64-pc-linux-gnu
  382. build_alias =
  383. build_cpu = x86_64
  384. build_os = linux-gnu
  385. build_vendor = pc
  386. builddir = .
  387. datadir = ${datarootdir}
  388. datarootdir = ${prefix}/share
  389. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  390. dvidir = ${docdir}
  391. exec_prefix = ${prefix}
  392. host = arm-unknown-linux-gnueabihf
  393. host_alias = arm-linux-gnueabihf
  394. host_cpu = arm
  395. host_os = linux-gnueabihf
  396. host_vendor = unknown
  397. htmldir = ${docdir}
  398. includedir = ${prefix}/include
  399. infodir = ${datarootdir}/info
  400. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/install-sh
  401. libdir = ${exec_prefix}/lib
  402. libexecdir = ${exec_prefix}/libexec
  403. localedir = ${datarootdir}/locale
  404. localstatedir = ${prefix}/var
  405. mandir = ${datarootdir}/man
  406. mkdir_p = $(MKDIR_P)
  407. oldincludedir = /usr/include
  408. pdfdir = ${docdir}
  409. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.64/release
  410. program_transform_name = s,x,x,
  411. psdir = ${docdir}
  412. runstatedir = ${localstatedir}/run
  413. sbindir = ${exec_prefix}/sbin
  414. sharedstatedir = ${prefix}/com
  415. srcdir = .
  416. sysconfdir = ${prefix}/etc
  417. target_alias =
  418. top_build_prefix = ../
  419. top_builddir = ..
  420. top_srcdir = ..
  421. # lighttpd.conf and conformance.pl expect this directory
  422. testdir = $(srcdir)/tmp/lighttpd/
  423. fcgi_responder_SOURCES = fcgi-responder.c
  424. scgi_responder_SOURCES = scgi-responder.c
  425. TESTS = \
  426. prepare.sh \
  427. run-tests.pl \
  428. cleanup.sh
  429. CONFS = \
  430. condition.conf \
  431. core-condition.t \
  432. fastcgi-responder.conf \
  433. LightyTest.pm \
  434. mod-fastcgi.t \
  435. mod-scgi.t \
  436. proxy.conf \
  437. request.t \
  438. scgi-responder.conf \
  439. var-include-sub.conf
  440. TESTS_ENVIRONMENT = $(srcdir)/wrapper.sh $(srcdir) $(top_builddir)
  441. EXTRA_DIST = \
  442. $(CONFS) \
  443. $(TESTS) \
  444. CMakeLists.txt \
  445. meson.build \
  446. lighttpd.conf \
  447. lighttpd.htpasswd \
  448. lighttpd.user \
  449. SConscript \
  450. wrapper.sh
  451. SUBDIRS = docroot
  452. all: all-recursive
  453. .SUFFIXES:
  454. .SUFFIXES: .c .lo .o .obj
  455. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  456. @for dep in $?; do \
  457. case '$(am__configure_deps)' in \
  458. *$$dep*) \
  459. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  460. && { if test -f $@; then exit 0; else break; fi; }; \
  461. exit 1;; \
  462. esac; \
  463. done; \
  464. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  465. $(am__cd) $(top_srcdir) && \
  466. $(AUTOMAKE) --foreign tests/Makefile
  467. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  468. @case '$?' in \
  469. *config.status*) \
  470. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  471. *) \
  472. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  473. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  474. esac;
  475. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  476. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  477. $(top_srcdir)/configure: $(am__configure_deps)
  478. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  479. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  480. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  481. $(am__aclocal_m4_deps):
  482. clean-checkPROGRAMS:
  483. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  484. echo " rm -f" $$list; \
  485. rm -f $$list || exit $$?; \
  486. test -n "$(EXEEXT)" || exit 0; \
  487. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  488. echo " rm -f" $$list; \
  489. rm -f $$list
  490. fcgi-responder$(EXEEXT): $(fcgi_responder_OBJECTS) $(fcgi_responder_DEPENDENCIES) $(EXTRA_fcgi_responder_DEPENDENCIES)
  491. @rm -f fcgi-responder$(EXEEXT)
  492. $(AM_V_CCLD)$(LINK) $(fcgi_responder_OBJECTS) $(fcgi_responder_LDADD) $(LIBS)
  493. scgi-responder$(EXEEXT): $(scgi_responder_OBJECTS) $(scgi_responder_DEPENDENCIES) $(EXTRA_scgi_responder_DEPENDENCIES)
  494. @rm -f scgi-responder$(EXEEXT)
  495. $(AM_V_CCLD)$(LINK) $(scgi_responder_OBJECTS) $(scgi_responder_LDADD) $(LIBS)
  496. mostlyclean-compile:
  497. -rm -f *.$(OBJEXT)
  498. distclean-compile:
  499. -rm -f *.tab.c
  500. include ./$(DEPDIR)/fcgi-responder.Po # am--include-marker
  501. include ./$(DEPDIR)/scgi-responder.Po # am--include-marker
  502. $(am__depfiles_remade):
  503. @$(MKDIR_P) $(@D)
  504. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  505. am--depfiles: $(am__depfiles_remade)
  506. .c.o:
  507. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  508. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  509. $(am__mv) $$depbase.Tpo $$depbase.Po
  510. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  511. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  512. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  513. .c.obj:
  514. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  515. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  516. $(am__mv) $$depbase.Tpo $$depbase.Po
  517. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  518. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  519. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  520. .c.lo:
  521. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  522. $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  523. $(am__mv) $$depbase.Tpo $$depbase.Plo
  524. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  525. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  526. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  527. mostlyclean-libtool:
  528. -rm -f *.lo
  529. clean-libtool:
  530. -rm -rf .libs _libs
  531. # This directory's subdirectories are mostly independent; you can cd
  532. # into them and run 'make' without going through this Makefile.
  533. # To change the values of 'make' variables: instead of editing Makefiles,
  534. # (1) if the variable is set in 'config.status', edit 'config.status'
  535. # (which will cause the Makefiles to be regenerated when you run 'make');
  536. # (2) otherwise, pass the desired values on the 'make' command line.
  537. $(am__recursive_targets):
  538. @fail=; \
  539. if $(am__make_keepgoing); then \
  540. failcom='fail=yes'; \
  541. else \
  542. failcom='exit 1'; \
  543. fi; \
  544. dot_seen=no; \
  545. target=`echo $@ | sed s/-recursive//`; \
  546. case "$@" in \
  547. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  548. *) list='$(SUBDIRS)' ;; \
  549. esac; \
  550. for subdir in $$list; do \
  551. echo "Making $$target in $$subdir"; \
  552. if test "$$subdir" = "."; then \
  553. dot_seen=yes; \
  554. local_target="$$target-am"; \
  555. else \
  556. local_target="$$target"; \
  557. fi; \
  558. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  559. || eval $$failcom; \
  560. done; \
  561. if test "$$dot_seen" = "no"; then \
  562. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  563. fi; test -z "$$fail"
  564. ID: $(am__tagged_files)
  565. $(am__define_uniq_tagged_files); mkid -fID $$unique
  566. tags: tags-recursive
  567. TAGS: tags
  568. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  569. set x; \
  570. here=`pwd`; \
  571. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  572. include_option=--etags-include; \
  573. empty_fix=.; \
  574. else \
  575. include_option=--include; \
  576. empty_fix=; \
  577. fi; \
  578. list='$(SUBDIRS)'; for subdir in $$list; do \
  579. if test "$$subdir" = .; then :; else \
  580. test ! -f $$subdir/TAGS || \
  581. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  582. fi; \
  583. done; \
  584. $(am__define_uniq_tagged_files); \
  585. shift; \
  586. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  587. test -n "$$unique" || unique=$$empty_fix; \
  588. if test $$# -gt 0; then \
  589. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  590. "$$@" $$unique; \
  591. else \
  592. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  593. $$unique; \
  594. fi; \
  595. fi
  596. ctags: ctags-recursive
  597. CTAGS: ctags
  598. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  599. $(am__define_uniq_tagged_files); \
  600. test -z "$(CTAGS_ARGS)$$unique" \
  601. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  602. $$unique
  603. GTAGS:
  604. here=`$(am__cd) $(top_builddir) && pwd` \
  605. && $(am__cd) $(top_srcdir) \
  606. && gtags -i $(GTAGS_ARGS) "$$here"
  607. cscopelist: cscopelist-recursive
  608. cscopelist-am: $(am__tagged_files)
  609. list='$(am__tagged_files)'; \
  610. case "$(srcdir)" in \
  611. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  612. *) sdir=$(subdir)/$(srcdir) ;; \
  613. esac; \
  614. for i in $$list; do \
  615. if test -f "$$i"; then \
  616. echo "$(subdir)/$$i"; \
  617. else \
  618. echo "$$sdir/$$i"; \
  619. fi; \
  620. done >> $(top_builddir)/cscope.files
  621. distclean-tags:
  622. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  623. check-TESTS: $(TESTS)
  624. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  625. srcdir=$(srcdir); export srcdir; \
  626. list=' $(TESTS) '; \
  627. $(am__tty_colors); \
  628. if test -n "$$list"; then \
  629. for tst in $$list; do \
  630. if test -f ./$$tst; then dir=./; \
  631. elif test -f $$tst; then dir=; \
  632. else dir="$(srcdir)/"; fi; \
  633. if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
  634. all=`expr $$all + 1`; \
  635. case " $(XFAIL_TESTS) " in \
  636. *[\ \ ]$$tst[\ \ ]*) \
  637. xpass=`expr $$xpass + 1`; \
  638. failed=`expr $$failed + 1`; \
  639. col=$$red; res=XPASS; \
  640. ;; \
  641. *) \
  642. col=$$grn; res=PASS; \
  643. ;; \
  644. esac; \
  645. elif test $$? -ne 77; then \
  646. all=`expr $$all + 1`; \
  647. case " $(XFAIL_TESTS) " in \
  648. *[\ \ ]$$tst[\ \ ]*) \
  649. xfail=`expr $$xfail + 1`; \
  650. col=$$lgn; res=XFAIL; \
  651. ;; \
  652. *) \
  653. failed=`expr $$failed + 1`; \
  654. col=$$red; res=FAIL; \
  655. ;; \
  656. esac; \
  657. else \
  658. skip=`expr $$skip + 1`; \
  659. col=$$blu; res=SKIP; \
  660. fi; \
  661. echo "$${col}$$res$${std}: $$tst"; \
  662. done; \
  663. if test "$$all" -eq 1; then \
  664. tests="test"; \
  665. All=""; \
  666. else \
  667. tests="tests"; \
  668. All="All "; \
  669. fi; \
  670. if test "$$failed" -eq 0; then \
  671. if test "$$xfail" -eq 0; then \
  672. banner="$$All$$all $$tests passed"; \
  673. else \
  674. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  675. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  676. fi; \
  677. else \
  678. if test "$$xpass" -eq 0; then \
  679. banner="$$failed of $$all $$tests failed"; \
  680. else \
  681. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  682. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  683. fi; \
  684. fi; \
  685. dashes="$$banner"; \
  686. skipped=""; \
  687. if test "$$skip" -ne 0; then \
  688. if test "$$skip" -eq 1; then \
  689. skipped="($$skip test was not run)"; \
  690. else \
  691. skipped="($$skip tests were not run)"; \
  692. fi; \
  693. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  694. dashes="$$skipped"; \
  695. fi; \
  696. report=""; \
  697. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  698. report="Please report to $(PACKAGE_BUGREPORT)"; \
  699. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  700. dashes="$$report"; \
  701. fi; \
  702. dashes=`echo "$$dashes" | sed s/./=/g`; \
  703. if test "$$failed" -eq 0; then \
  704. col="$$grn"; \
  705. else \
  706. col="$$red"; \
  707. fi; \
  708. echo "$${col}$$dashes$${std}"; \
  709. echo "$${col}$$banner$${std}"; \
  710. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  711. test -z "$$report" || echo "$${col}$$report$${std}"; \
  712. echo "$${col}$$dashes$${std}"; \
  713. test "$$failed" -eq 0; \
  714. else :; fi
  715. distdir: $(BUILT_SOURCES)
  716. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  717. distdir-am: $(DISTFILES)
  718. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  719. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  720. list='$(DISTFILES)'; \
  721. dist_files=`for file in $$list; do echo $$file; done | \
  722. sed -e "s|^$$srcdirstrip/||;t" \
  723. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  724. case $$dist_files in \
  725. */*) $(MKDIR_P) `echo "$$dist_files" | \
  726. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  727. sort -u` ;; \
  728. esac; \
  729. for file in $$dist_files; do \
  730. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  731. if test -d $$d/$$file; then \
  732. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  733. if test -d "$(distdir)/$$file"; then \
  734. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  735. fi; \
  736. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  737. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  738. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  739. fi; \
  740. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  741. else \
  742. test -f "$(distdir)/$$file" \
  743. || cp -p $$d/$$file "$(distdir)/$$file" \
  744. || exit 1; \
  745. fi; \
  746. done
  747. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  748. if test "$$subdir" = .; then :; else \
  749. $(am__make_dryrun) \
  750. || test -d "$(distdir)/$$subdir" \
  751. || $(MKDIR_P) "$(distdir)/$$subdir" \
  752. || exit 1; \
  753. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  754. $(am__relativize); \
  755. new_distdir=$$reldir; \
  756. dir1=$$subdir; dir2="$(top_distdir)"; \
  757. $(am__relativize); \
  758. new_top_distdir=$$reldir; \
  759. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  760. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  761. ($(am__cd) $$subdir && \
  762. $(MAKE) $(AM_MAKEFLAGS) \
  763. top_distdir="$$new_top_distdir" \
  764. distdir="$$new_distdir" \
  765. am__remove_distdir=: \
  766. am__skip_length_check=: \
  767. am__skip_mode_fix=: \
  768. distdir) \
  769. || exit 1; \
  770. fi; \
  771. done
  772. check-am: all-am
  773. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  774. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  775. check: check-recursive
  776. all-am: Makefile
  777. installdirs: installdirs-recursive
  778. installdirs-am:
  779. install: install-recursive
  780. install-exec: install-exec-recursive
  781. install-data: install-data-recursive
  782. uninstall: uninstall-recursive
  783. install-am: all-am
  784. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  785. installcheck: installcheck-recursive
  786. install-strip:
  787. if test -z '$(STRIP)'; then \
  788. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  789. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  790. install; \
  791. else \
  792. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  793. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  794. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  795. fi
  796. mostlyclean-generic:
  797. clean-generic:
  798. distclean-generic:
  799. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  800. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  801. maintainer-clean-generic:
  802. @echo "This command is intended for maintainers to use"
  803. @echo "it deletes files that may require special tools to rebuild."
  804. clean: clean-recursive
  805. clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
  806. mostlyclean-am
  807. distclean: distclean-recursive
  808. -rm -f ./$(DEPDIR)/fcgi-responder.Po
  809. -rm -f ./$(DEPDIR)/scgi-responder.Po
  810. -rm -f Makefile
  811. distclean-am: clean-am distclean-compile distclean-generic \
  812. distclean-tags
  813. dvi: dvi-recursive
  814. dvi-am:
  815. html: html-recursive
  816. html-am:
  817. info: info-recursive
  818. info-am:
  819. install-data-am:
  820. install-dvi: install-dvi-recursive
  821. install-dvi-am:
  822. install-exec-am:
  823. install-html: install-html-recursive
  824. install-html-am:
  825. install-info: install-info-recursive
  826. install-info-am:
  827. install-man:
  828. install-pdf: install-pdf-recursive
  829. install-pdf-am:
  830. install-ps: install-ps-recursive
  831. install-ps-am:
  832. installcheck-am:
  833. maintainer-clean: maintainer-clean-recursive
  834. -rm -f ./$(DEPDIR)/fcgi-responder.Po
  835. -rm -f ./$(DEPDIR)/scgi-responder.Po
  836. -rm -f Makefile
  837. maintainer-clean-am: distclean-am maintainer-clean-generic
  838. mostlyclean: mostlyclean-recursive
  839. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  840. mostlyclean-libtool
  841. pdf: pdf-recursive
  842. pdf-am:
  843. ps: ps-recursive
  844. ps-am:
  845. uninstall-am:
  846. .MAKE: $(am__recursive_targets) check-am install-am install-strip
  847. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  848. am--depfiles check check-TESTS check-am clean \
  849. clean-checkPROGRAMS clean-generic clean-libtool clean-local \
  850. cscopelist-am ctags ctags-am distclean distclean-compile \
  851. distclean-generic distclean-libtool distclean-tags distdir dvi \
  852. dvi-am html html-am info info-am install install-am \
  853. install-data install-data-am install-dvi install-dvi-am \
  854. install-exec install-exec-am install-html install-html-am \
  855. install-info install-info-am install-man install-pdf \
  856. install-pdf-am install-ps install-ps-am install-strip \
  857. installcheck installcheck-am installdirs installdirs-am \
  858. maintainer-clean maintainer-clean-generic mostlyclean \
  859. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  860. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
  861. .PRECIOUS: Makefile
  862. leak-check:
  863. for i in $(TESTS); do \
  864. $(srcdir)/$$i; \
  865. echo $$?; \
  866. done
  867. clean-local:
  868. rm -f *.out
  869. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  870. # Otherwise a system limit (for SysV at least) may be exceeded.
  871. .NOEXPORT: