Makefile 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # docs/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2018 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. #***************************************************************************
  12. # _ _ ____ _
  13. # Project ___| | | | _ \| |
  14. # / __| | | | |_) | |
  15. # | (__| |_| | _ <| |___
  16. # \___|\___/|_| \_\_____|
  17. #
  18. # Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
  19. #
  20. # This software is licensed as described in the file COPYING, which
  21. # you should have received as part of this distribution. The terms
  22. # are also available at https://curl.haxx.se/docs/copyright.html.
  23. #
  24. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  25. # copies of the Software, and permit persons to whom the Software is
  26. # furnished to do so, under the terms of the COPYING file.
  27. #
  28. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  29. # KIND, either express or implied.
  30. #
  31. ###########################################################################
  32. am__is_gnu_make = { \
  33. if test -z '$(MAKELEVEL)'; then \
  34. false; \
  35. elif test -n '$(MAKE_HOST)'; then \
  36. true; \
  37. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  38. true; \
  39. else \
  40. false; \
  41. fi; \
  42. }
  43. am__make_running_with_option = \
  44. case $${target_option-} in \
  45. ?) ;; \
  46. *) echo "am__make_running_with_option: internal error: invalid" \
  47. "target option '$${target_option-}' specified" >&2; \
  48. exit 1;; \
  49. esac; \
  50. has_opt=no; \
  51. sane_makeflags=$$MAKEFLAGS; \
  52. if $(am__is_gnu_make); then \
  53. sane_makeflags=$$MFLAGS; \
  54. else \
  55. case $$MAKEFLAGS in \
  56. *\\[\ \ ]*) \
  57. bs=\\; \
  58. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  59. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  60. esac; \
  61. fi; \
  62. skip_next=no; \
  63. strip_trailopt () \
  64. { \
  65. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  66. }; \
  67. for flg in $$sane_makeflags; do \
  68. test $$skip_next = yes && { skip_next=no; continue; }; \
  69. case $$flg in \
  70. *=*|--*) continue;; \
  71. -*I) strip_trailopt 'I'; skip_next=yes;; \
  72. -*I?*) strip_trailopt 'I';; \
  73. -*O) strip_trailopt 'O'; skip_next=yes;; \
  74. -*O?*) strip_trailopt 'O';; \
  75. -*l) strip_trailopt 'l'; skip_next=yes;; \
  76. -*l?*) strip_trailopt 'l';; \
  77. -[dEDm]) skip_next=yes;; \
  78. -[JT]) skip_next=yes;; \
  79. esac; \
  80. case $$flg in \
  81. *$$target_option*) has_opt=yes; break;; \
  82. esac; \
  83. done; \
  84. test $$has_opt = yes
  85. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  86. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  87. pkgdatadir = $(datadir)/curl
  88. pkgincludedir = $(includedir)/curl
  89. pkglibdir = $(libdir)/curl
  90. pkglibexecdir = $(libexecdir)/curl
  91. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  92. install_sh_DATA = $(install_sh) -c -m 644
  93. install_sh_PROGRAM = $(install_sh) -c
  94. install_sh_SCRIPT = $(install_sh) -c
  95. INSTALL_HEADER = $(INSTALL_DATA)
  96. transform = $(program_transform_name)
  97. NORMAL_INSTALL = :
  98. PRE_INSTALL = :
  99. POST_INSTALL = :
  100. NORMAL_UNINSTALL = :
  101. PRE_UNINSTALL = :
  102. POST_UNINSTALL = :
  103. build_triplet = x86_64-pc-linux-gnu
  104. host_triplet = arm-unknown-linux-gnueabihf
  105. subdir = docs
  106. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  107. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
  108. $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
  109. $(top_srcdir)/m4/curl-compilers.m4 \
  110. $(top_srcdir)/m4/curl-confopts.m4 \
  111. $(top_srcdir)/m4/curl-functions.m4 \
  112. $(top_srcdir)/m4/curl-openssl.m4 \
  113. $(top_srcdir)/m4/curl-override.m4 \
  114. $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
  115. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  116. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  117. $(top_srcdir)/m4/xc-am-iface.m4 \
  118. $(top_srcdir)/m4/xc-cc-check.m4 \
  119. $(top_srcdir)/m4/xc-lt-iface.m4 \
  120. $(top_srcdir)/m4/xc-translit.m4 \
  121. $(top_srcdir)/m4/xc-val-flgs.m4 \
  122. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  123. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  124. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  125. $(top_srcdir)/configure.ac
  126. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  127. $(ACLOCAL_M4)
  128. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  129. mkinstalldirs = $(install_sh) -d
  130. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  131. CONFIG_CLEAN_FILES =
  132. CONFIG_CLEAN_VPATH_FILES =
  133. AM_V_P = $(am__v_P_$(V))
  134. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  135. am__v_P_0 = false
  136. am__v_P_1 = :
  137. AM_V_GEN = $(am__v_GEN_$(V))
  138. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  139. am__v_GEN_0 = @echo " GEN " $@;
  140. am__v_GEN_1 =
  141. AM_V_at = $(am__v_at_$(V))
  142. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  143. am__v_at_0 = @
  144. am__v_at_1 =
  145. depcomp =
  146. am__maybe_remake_depfiles =
  147. SOURCES =
  148. DIST_SOURCES =
  149. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  150. ctags-recursive dvi-recursive html-recursive info-recursive \
  151. install-data-recursive install-dvi-recursive \
  152. install-exec-recursive install-html-recursive \
  153. install-info-recursive install-pdf-recursive \
  154. install-ps-recursive install-recursive installcheck-recursive \
  155. installdirs-recursive pdf-recursive ps-recursive \
  156. tags-recursive uninstall-recursive
  157. am__can_run_installinfo = \
  158. case $$AM_UPDATE_INFO_DIR in \
  159. n|no|NO) false;; \
  160. *) (install-info --version) >/dev/null 2>&1;; \
  161. esac
  162. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  163. am__vpath_adj = case $$p in \
  164. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  165. *) f=$$p;; \
  166. esac;
  167. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  168. am__install_max = 40
  169. am__nobase_strip_setup = \
  170. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  171. am__nobase_strip = \
  172. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  173. am__nobase_list = $(am__nobase_strip_setup); \
  174. for p in $$list; do echo "$$p $$p"; done | \
  175. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  176. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  177. if (++n[$$2] == $(am__install_max)) \
  178. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  179. END { for (dir in files) print dir, files[dir] }'
  180. am__base_list = \
  181. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  182. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  183. am__uninstall_files_from_dir = { \
  184. test -z "$$files" \
  185. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  186. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  187. $(am__cd) "$$dir" && rm -f $$files; }; \
  188. }
  189. man1dir = $(mandir)/man1
  190. am__installdirs = "$(DESTDIR)$(man1dir)"
  191. MANS = $(dist_man_MANS) $(man_MANS)
  192. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  193. distclean-recursive maintainer-clean-recursive
  194. am__recursive_targets = \
  195. $(RECURSIVE_TARGETS) \
  196. $(RECURSIVE_CLEAN_TARGETS) \
  197. $(am__extra_recursive_targets)
  198. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  199. distdir distdir-am
  200. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  201. # Read a list of newline-separated strings from the standard input,
  202. # and print each of them once, without duplicates. Input order is
  203. # *not* preserved.
  204. am__uniquify_input = $(AWK) '\
  205. BEGIN { nonempty = 0; } \
  206. { items[$$0] = 1; nonempty = 1; } \
  207. END { if (nonempty) { for (i in items) print i; }; } \
  208. '
  209. # Make sure the list of sources is unique. This is necessary because,
  210. # e.g., the same source file might be shared among _SOURCES variables
  211. # for different programs/libraries.
  212. am__define_uniq_tagged_files = \
  213. list='$(am__tagged_files)'; \
  214. unique=`for i in $$list; do \
  215. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  216. done | $(am__uniquify_input)`
  217. ETAGS = etags
  218. CTAGS = ctags
  219. am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in INSTALL \
  220. THANKS TODO
  221. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  222. am__relativize = \
  223. dir0=`pwd`; \
  224. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  225. sed_rest='s,^[^/]*/*,,'; \
  226. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  227. sed_butlast='s,/*[^/]*$$,,'; \
  228. while test -n "$$dir1"; do \
  229. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  230. if test "$$first" != "."; then \
  231. if test "$$first" = ".."; then \
  232. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  233. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  234. else \
  235. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  236. if test "$$first2" = "$$first"; then \
  237. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  238. else \
  239. dir2="../$$dir2"; \
  240. fi; \
  241. dir0="$$dir0"/"$$first"; \
  242. fi; \
  243. fi; \
  244. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  245. done; \
  246. reldir="$$dir2"
  247. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing aclocal-1.16
  248. AMTAR = $${TAR-tar}
  249. AM_DEFAULT_VERBOSITY = 0
  250. AR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar
  251. AR_FLAGS = cr
  252. AS = as
  253. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoconf
  254. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoheader
  255. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing automake-1.16
  256. AWK = gawk
  257. BLANK_AT_MAKETIME =
  258. 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
  259. CCDEPMODE = depmode=gcc3
  260. CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers -pthread
  261. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  262. CODE_COVERAGE_CFLAGS =
  263. CODE_COVERAGE_CPPFLAGS =
  264. CODE_COVERAGE_CXXFLAGS =
  265. CODE_COVERAGE_ENABLED = no
  266. CODE_COVERAGE_LDFLAGS =
  267. CODE_COVERAGE_LIBS =
  268. CONFIGURE_OPTIONS = " '--host=arm-linux-gnueabihf' '--prefix=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release' '--with-ssl=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release' '--with-zlib' '--enable-static' '--enable-libgcc' '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' 'AR=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ar' 'RANLIB=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib' 'STRIP=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip' 'CXX=/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-g++' 'host_alias=arm-linux-gnueabihf'"
  269. 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
  270. CPPFLAGS = -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include
  271. CPPFLAG_CURL_STATICLIB =
  272. CURLVERSION = 7.61.1
  273. CURL_CA_BUNDLE =
  274. CURL_CFLAG_EXTRAS =
  275. CURL_DISABLE_DICT =
  276. CURL_DISABLE_FILE =
  277. CURL_DISABLE_FTP =
  278. CURL_DISABLE_GOPHER =
  279. CURL_DISABLE_HTTP =
  280. CURL_DISABLE_IMAP =
  281. CURL_DISABLE_LDAP = 1
  282. CURL_DISABLE_LDAPS = 1
  283. CURL_DISABLE_POP3 =
  284. CURL_DISABLE_PROXY =
  285. CURL_DISABLE_RTSP =
  286. CURL_DISABLE_SMB =
  287. CURL_DISABLE_SMTP =
  288. CURL_DISABLE_TELNET =
  289. CURL_DISABLE_TFTP =
  290. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  291. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  292. CURL_NETWORK_LIBS = -lgcc
  293. CURL_WITH_MULTI_SSL =
  294. CYGPATH_W = echo
  295. DEFAULT_SSL_BACKEND = no
  296. DEFS = -DHAVE_CONFIG_H
  297. DEPDIR = .deps
  298. DLLTOOL = false
  299. DSYMUTIL =
  300. DUMPBIN = :
  301. ECHO_C =
  302. ECHO_N = -n
  303. ECHO_T =
  304. EGREP = /bin/grep -E
  305. ENABLE_SHARED = yes
  306. ENABLE_STATIC = yes
  307. EXEEXT =
  308. FGREP = /bin/grep -F
  309. GCOV =
  310. GENHTML =
  311. GREP = /bin/grep
  312. HAVE_BROTLI =
  313. HAVE_GNUTLS_SRP =
  314. HAVE_LDAP_SSL = 1
  315. HAVE_LIBZ = 1
  316. HAVE_OPENSSL_SRP = 1
  317. IDN_ENABLED =
  318. INSTALL = /usr/bin/install -c
  319. INSTALL_DATA = ${INSTALL} -m 644
  320. INSTALL_PROGRAM = ${INSTALL}
  321. INSTALL_SCRIPT = ${INSTALL}
  322. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  323. IPV6_ENABLED = 1
  324. LCOV =
  325. LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/arm-linux-gnueabihf/bin/ld
  326. LDFLAGS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib
  327. LIBCURL_LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  328. LIBMETALINK_CPPFLAGS =
  329. LIBMETALINK_LDFLAGS =
  330. LIBMETALINK_LIBS =
  331. LIBOBJS =
  332. LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  333. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  334. LIPO =
  335. LN_S = ln -s
  336. LTLIBOBJS =
  337. LT_SYS_LIBRARY_PATH =
  338. MAINT = #
  339. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing makeinfo
  340. MANIFEST_TOOL = :
  341. MANOPT = -man
  342. MKDIR_P = /bin/mkdir -p
  343. NM = nm
  344. NMEDIT =
  345. NROFF = /usr/bin/nroff
  346. NSS_LIBS =
  347. OBJDUMP = objdump
  348. OBJEXT = o
  349. OTOOL =
  350. OTOOL64 =
  351. PACKAGE = curl
  352. PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.haxx.se/mail/
  353. PACKAGE_NAME = curl
  354. PACKAGE_STRING = curl -
  355. PACKAGE_TARNAME = curl
  356. PACKAGE_URL =
  357. PACKAGE_VERSION = -
  358. PATH_SEPARATOR = :
  359. PERL = /usr/bin/perl
  360. PKGADD_NAME = curl - a client that groks URLs
  361. PKGADD_PKG = HAXXcurl
  362. PKGADD_VENDOR = curl.haxx.se
  363. PKGCONFIG = no
  364. RANDOM_FILE =
  365. RANLIB = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ranlib
  366. REQUIRE_LIB_DEPS = no
  367. SED = /bin/sed
  368. SET_MAKE =
  369. SHELL = /bin/bash
  370. SSL_BACKENDS = OpenSSL
  371. SSL_ENABLED = 1
  372. SSL_LIBS = -lssl -lcrypto
  373. STRIP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-strip
  374. SUPPORT_FEATURES = SSL IPv6 UnixSockets libz AsynchDNS NTLM NTLM_WB TLS-SRP HTTPS-proxy
  375. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  376. USE_ARES =
  377. USE_AXTLS =
  378. USE_CYASSL =
  379. USE_DARWINSSL =
  380. USE_GNUTLS =
  381. USE_GNUTLS_NETTLE =
  382. USE_LIBRTMP =
  383. USE_LIBSSH =
  384. USE_LIBSSH2 =
  385. USE_MBEDTLS =
  386. USE_NGHTTP2 =
  387. USE_NSS =
  388. USE_OPENLDAP =
  389. USE_POLARSSL =
  390. USE_SCHANNEL =
  391. USE_UNIX_SOCKETS = 1
  392. USE_WINDOWS_SSPI =
  393. VERSION = -
  394. VERSIONNUM = 073d01
  395. ZLIB_LIBS = -lz
  396. ZSH_FUNCTIONS_DIR = ${prefix}/share/zsh/site-functions
  397. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/docs
  398. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/docs
  399. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  400. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  401. ac_ct_AR =
  402. ac_ct_CC =
  403. ac_ct_DUMPBIN = link -dump
  404. am__include = include
  405. am__leading_dot = .
  406. am__quote =
  407. am__tar = $${TAR-tar} chof - "$$tardir"
  408. am__untar = $${TAR-tar} xf -
  409. bindir = ${exec_prefix}/bin
  410. build = x86_64-pc-linux-gnu
  411. build_alias =
  412. build_cpu = x86_64
  413. build_os = linux-gnu
  414. build_vendor = pc
  415. builddir = .
  416. datadir = ${datarootdir}
  417. datarootdir = ${prefix}/share
  418. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  419. dvidir = ${docdir}
  420. exec_prefix = ${prefix}
  421. host = arm-unknown-linux-gnueabihf
  422. host_alias = arm-linux-gnueabihf
  423. host_cpu = arm
  424. host_os = linux-gnueabihf
  425. host_vendor = unknown
  426. htmldir = ${docdir}
  427. includedir = ${prefix}/include
  428. infodir = ${datarootdir}/info
  429. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/install-sh
  430. libdir = ${exec_prefix}/lib
  431. libexecdir = ${exec_prefix}/libexec
  432. libext = a
  433. localedir = ${datarootdir}/locale
  434. localstatedir = ${prefix}/var
  435. mandir = ${datarootdir}/man
  436. mkdir_p = $(MKDIR_P)
  437. oldincludedir = /usr/include
  438. pdfdir = ${docdir}
  439. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release
  440. program_transform_name = s,x,x,
  441. psdir = ${docdir}
  442. runstatedir = ${localstatedir}/run
  443. sbindir = ${exec_prefix}/sbin
  444. sharedstatedir = ${prefix}/com
  445. srcdir = .
  446. subdirs =
  447. sysconfdir = ${prefix}/etc
  448. target_alias =
  449. top_build_prefix = ../
  450. top_builddir = ..
  451. top_srcdir = ..
  452. AUTOMAKE_OPTIONS = foreign no-dependencies
  453. # EXTRA_DIST breaks with $(abs_builddir) so build it using this variable
  454. # but distribute it (using the relative file name) in the next variable
  455. man_MANS = $(abs_builddir)/curl.1
  456. noinst_man_MANS = curl.1 mk-ca-bundle.1
  457. dist_man_MANS = curl-config.1
  458. GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
  459. PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
  460. MANDISTPAGES = curl.1.dist curl-config.1.dist
  461. HTMLPAGES = $(GENHTMLPAGES) index.html
  462. # Build targets in this file (.) before cmdline-opts to ensure that
  463. # the curl.1 rule below runs first
  464. SUBDIRS = . cmdline-opts
  465. DIST_SUBDIRS = $(SUBDIRS) examples libcurl
  466. CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES) $(MANDISTPAGES) curl.1
  467. EXTRA_DIST = \
  468. $(noinst_man_MANS) \
  469. BINDINGS.md \
  470. BUGS \
  471. CHECKSRC.md \
  472. CIPHERS.md \
  473. CMakeLists.txt \
  474. CODE_OF_CONDUCT.md \
  475. CODE_STYLE.md \
  476. CONTRIBUTE.md \
  477. DEPRECATE.md \
  478. FAQ \
  479. FEATURES \
  480. GOVERNANCE.md \
  481. HELP-US.md \
  482. HISTORY.md \
  483. HTTP-COOKIES.md \
  484. HTTP2.md \
  485. INSTALL \
  486. INSTALL.cmake \
  487. INSTALL.md \
  488. INTERNALS.md \
  489. KNOWN_BUGS \
  490. LICENSE-MIXING.md \
  491. MAIL-ETIQUETTE \
  492. MANUAL \
  493. README.cmake \
  494. README.md \
  495. README.netware \
  496. README.win32 \
  497. RELEASE-PROCEDURE.md \
  498. RESOURCES \
  499. ROADMAP.md \
  500. SECURITY-PROCESS.md \
  501. SSL-PROBLEMS.md \
  502. SSLCERTS.md \
  503. THANKS \
  504. TODO \
  505. TheArtOfHttpScripting \
  506. VERSIONS
  507. MAN2HTML = roffit $< >$@
  508. SUFFIXES = .1 .html .pdf
  509. all: all-recursive
  510. .SUFFIXES:
  511. .SUFFIXES: .1 .html .pdf
  512. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  513. @for dep in $?; do \
  514. case '$(am__configure_deps)' in \
  515. *$$dep*) \
  516. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  517. && { if test -f $@; then exit 0; else break; fi; }; \
  518. exit 1;; \
  519. esac; \
  520. done; \
  521. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
  522. $(am__cd) $(top_srcdir) && \
  523. $(AUTOMAKE) --foreign docs/Makefile
  524. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  525. @case '$?' in \
  526. *config.status*) \
  527. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  528. *) \
  529. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  530. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  531. esac;
  532. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  533. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  534. $(top_srcdir)/configure: # $(am__configure_deps)
  535. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  536. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  537. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  538. $(am__aclocal_m4_deps):
  539. mostlyclean-libtool:
  540. -rm -f *.lo
  541. clean-libtool:
  542. -rm -rf .libs _libs
  543. install-man1: $(dist_man_MANS) $(man_MANS)
  544. @$(NORMAL_INSTALL)
  545. @list1=''; \
  546. list2='$(dist_man_MANS) $(man_MANS)'; \
  547. test -n "$(man1dir)" \
  548. && test -n "`echo $$list1$$list2`" \
  549. || exit 0; \
  550. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  551. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  552. { for i in $$list1; do echo "$$i"; done; \
  553. if test -n "$$list2"; then \
  554. for i in $$list2; do echo "$$i"; done \
  555. | sed -n '/\.1[a-z]*$$/p'; \
  556. fi; \
  557. } | while read p; do \
  558. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  559. echo "$$d$$p"; echo "$$p"; \
  560. done | \
  561. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  562. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  563. sed 'N;N;s,\n, ,g' | { \
  564. list=; while read file base inst; do \
  565. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  566. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  567. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  568. fi; \
  569. done; \
  570. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  571. while read files; do \
  572. test -z "$$files" || { \
  573. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  574. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  575. done; }
  576. uninstall-man1:
  577. @$(NORMAL_UNINSTALL)
  578. @list=''; test -n "$(man1dir)" || exit 0; \
  579. files=`{ for i in $$list; do echo "$$i"; done; \
  580. l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  581. sed -n '/\.1[a-z]*$$/p'; \
  582. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  583. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  584. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  585. # This directory's subdirectories are mostly independent; you can cd
  586. # into them and run 'make' without going through this Makefile.
  587. # To change the values of 'make' variables: instead of editing Makefiles,
  588. # (1) if the variable is set in 'config.status', edit 'config.status'
  589. # (which will cause the Makefiles to be regenerated when you run 'make');
  590. # (2) otherwise, pass the desired values on the 'make' command line.
  591. $(am__recursive_targets):
  592. @fail=; \
  593. if $(am__make_keepgoing); then \
  594. failcom='fail=yes'; \
  595. else \
  596. failcom='exit 1'; \
  597. fi; \
  598. dot_seen=no; \
  599. target=`echo $@ | sed s/-recursive//`; \
  600. case "$@" in \
  601. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  602. *) list='$(SUBDIRS)' ;; \
  603. esac; \
  604. for subdir in $$list; do \
  605. echo "Making $$target in $$subdir"; \
  606. if test "$$subdir" = "."; then \
  607. dot_seen=yes; \
  608. local_target="$$target-am"; \
  609. else \
  610. local_target="$$target"; \
  611. fi; \
  612. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  613. || eval $$failcom; \
  614. done; \
  615. if test "$$dot_seen" = "no"; then \
  616. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  617. fi; test -z "$$fail"
  618. ID: $(am__tagged_files)
  619. $(am__define_uniq_tagged_files); mkid -fID $$unique
  620. tags: tags-recursive
  621. TAGS: tags
  622. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  623. set x; \
  624. here=`pwd`; \
  625. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  626. include_option=--etags-include; \
  627. empty_fix=.; \
  628. else \
  629. include_option=--include; \
  630. empty_fix=; \
  631. fi; \
  632. list='$(SUBDIRS)'; for subdir in $$list; do \
  633. if test "$$subdir" = .; then :; else \
  634. test ! -f $$subdir/TAGS || \
  635. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  636. fi; \
  637. done; \
  638. $(am__define_uniq_tagged_files); \
  639. shift; \
  640. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  641. test -n "$$unique" || unique=$$empty_fix; \
  642. if test $$# -gt 0; then \
  643. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  644. "$$@" $$unique; \
  645. else \
  646. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  647. $$unique; \
  648. fi; \
  649. fi
  650. ctags: ctags-recursive
  651. CTAGS: ctags
  652. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  653. $(am__define_uniq_tagged_files); \
  654. test -z "$(CTAGS_ARGS)$$unique" \
  655. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  656. $$unique
  657. GTAGS:
  658. here=`$(am__cd) $(top_builddir) && pwd` \
  659. && $(am__cd) $(top_srcdir) \
  660. && gtags -i $(GTAGS_ARGS) "$$here"
  661. cscopelist: cscopelist-recursive
  662. cscopelist-am: $(am__tagged_files)
  663. list='$(am__tagged_files)'; \
  664. case "$(srcdir)" in \
  665. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  666. *) sdir=$(subdir)/$(srcdir) ;; \
  667. esac; \
  668. for i in $$list; do \
  669. if test -f "$$i"; then \
  670. echo "$(subdir)/$$i"; \
  671. else \
  672. echo "$$sdir/$$i"; \
  673. fi; \
  674. done >> $(top_builddir)/cscope.files
  675. distclean-tags:
  676. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  677. distdir: $(BUILT_SOURCES)
  678. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  679. distdir-am: $(DISTFILES)
  680. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  681. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  682. list='$(DISTFILES)'; \
  683. dist_files=`for file in $$list; do echo $$file; done | \
  684. sed -e "s|^$$srcdirstrip/||;t" \
  685. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  686. case $$dist_files in \
  687. */*) $(MKDIR_P) `echo "$$dist_files" | \
  688. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  689. sort -u` ;; \
  690. esac; \
  691. for file in $$dist_files; do \
  692. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  693. if test -d $$d/$$file; then \
  694. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  695. if test -d "$(distdir)/$$file"; then \
  696. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  697. fi; \
  698. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  699. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  700. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  701. fi; \
  702. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  703. else \
  704. test -f "$(distdir)/$$file" \
  705. || cp -p $$d/$$file "$(distdir)/$$file" \
  706. || exit 1; \
  707. fi; \
  708. done
  709. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  710. if test "$$subdir" = .; then :; else \
  711. $(am__make_dryrun) \
  712. || test -d "$(distdir)/$$subdir" \
  713. || $(MKDIR_P) "$(distdir)/$$subdir" \
  714. || exit 1; \
  715. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  716. $(am__relativize); \
  717. new_distdir=$$reldir; \
  718. dir1=$$subdir; dir2="$(top_distdir)"; \
  719. $(am__relativize); \
  720. new_top_distdir=$$reldir; \
  721. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  722. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  723. ($(am__cd) $$subdir && \
  724. $(MAKE) $(AM_MAKEFLAGS) \
  725. top_distdir="$$new_top_distdir" \
  726. distdir="$$new_distdir" \
  727. am__remove_distdir=: \
  728. am__skip_length_check=: \
  729. am__skip_mode_fix=: \
  730. distdir) \
  731. || exit 1; \
  732. fi; \
  733. done
  734. check-am: all-am
  735. check: check-recursive
  736. all-am: Makefile $(MANS)
  737. installdirs: installdirs-recursive
  738. installdirs-am:
  739. for dir in "$(DESTDIR)$(man1dir)"; do \
  740. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  741. done
  742. install: install-recursive
  743. install-exec: install-exec-recursive
  744. install-data: install-data-recursive
  745. uninstall: uninstall-recursive
  746. install-am: all-am
  747. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  748. installcheck: installcheck-recursive
  749. install-strip:
  750. if test -z '$(STRIP)'; then \
  751. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  752. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  753. install; \
  754. else \
  755. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  756. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  757. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  758. fi
  759. mostlyclean-generic:
  760. clean-generic:
  761. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  762. distclean-generic:
  763. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  764. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  765. maintainer-clean-generic:
  766. @echo "This command is intended for maintainers to use"
  767. @echo "it deletes files that may require special tools to rebuild."
  768. clean: clean-recursive
  769. clean-am: clean-generic clean-libtool mostlyclean-am
  770. distclean-am: clean-am distclean-generic distclean-tags
  771. dvi: dvi-recursive
  772. dvi-am:
  773. html-am:
  774. info: info-recursive
  775. info-am:
  776. install-data-am: install-man
  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: install-man1
  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 Makefile
  792. maintainer-clean-am: distclean-am maintainer-clean-generic
  793. mostlyclean: mostlyclean-recursive
  794. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  795. pdf-am:
  796. ps: ps-recursive
  797. ps-am:
  798. uninstall-am: uninstall-man
  799. uninstall-man: uninstall-man1
  800. .MAKE: $(am__recursive_targets) install-am install-strip
  801. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  802. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  803. ctags-am distclean distclean-generic distclean-libtool \
  804. distclean-tags distdir dvi dvi-am html html-am info info-am \
  805. install install-am install-data install-data-am install-dvi \
  806. install-dvi-am install-exec install-exec-am install-html \
  807. install-html-am install-info install-info-am install-man \
  808. install-man1 install-pdf install-pdf-am install-ps \
  809. install-ps-am install-strip installcheck installcheck-am \
  810. installdirs installdirs-am maintainer-clean \
  811. maintainer-clean-generic mostlyclean mostlyclean-generic \
  812. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  813. uninstall-am uninstall-man uninstall-man1
  814. .PRECIOUS: Makefile
  815. # $(abs_builddir) is to disable VPATH when searching for this file, which
  816. # would otherwise find the copy in $(srcdir) which breaks the $(HUGE)
  817. # rule in src/Makefile.am in out-of-tree builds that references the file in the
  818. # build directory.
  819. #
  820. # First, seed the used copy of curl.1 with the prebuilt copy (in an out-of-tree
  821. # build), then run make recursively to rebuild it only if its dependencies
  822. # have changed.
  823. $(abs_builddir)/curl.1:
  824. if test "$(top_builddir)x" != "$(top_srcdir)x" -a -e "$(srcdir)/curl.1"; then \
  825. cp -fp "$(srcdir)/curl.1" $@; fi
  826. cd cmdline-opts && $(MAKE)
  827. html: $(HTMLPAGES)
  828. cd libcurl && $(MAKE) html
  829. pdf: $(PDFPAGES)
  830. cd libcurl && $(MAKE) pdf
  831. .1.html:
  832. $(MAN2HTML)
  833. .1.pdf:
  834. @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
  835. groff -Tps -man $< >$$foo.ps; \
  836. ps2pdf $$foo.ps $@; \
  837. rm $$foo.ps; \
  838. echo "converted $< to $@")
  839. distclean:
  840. rm -f $(CLEANFILES)
  841. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  842. # Otherwise a system limit (for SysV at least) may be exceeded.
  843. .NOEXPORT: