Makefile 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # tests/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 = tests
  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. SOURCES =
  146. DIST_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__DIST_COMMON = $(srcdir)/Makefile.in README
  188. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  189. am__relativize = \
  190. dir0=`pwd`; \
  191. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  192. sed_rest='s,^[^/]*/*,,'; \
  193. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  194. sed_butlast='s,/*[^/]*$$,,'; \
  195. while test -n "$$dir1"; do \
  196. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  197. if test "$$first" != "."; then \
  198. if test "$$first" = ".."; then \
  199. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  200. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  201. else \
  202. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  203. if test "$$first2" = "$$first"; then \
  204. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  205. else \
  206. dir2="../$$dir2"; \
  207. fi; \
  208. dir0="$$dir0"/"$$first"; \
  209. fi; \
  210. fi; \
  211. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  212. done; \
  213. reldir="$$dir2"
  214. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing aclocal-1.16
  215. AMTAR = $${TAR-tar}
  216. AM_DEFAULT_VERBOSITY = 0
  217. 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
  218. AR_FLAGS = cr
  219. AS = as
  220. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoconf
  221. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoheader
  222. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing automake-1.16
  223. AWK = gawk
  224. BLANK_AT_MAKETIME =
  225. CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
  226. CCDEPMODE = depmode=gcc3
  227. CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers -pthread
  228. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  229. CODE_COVERAGE_CFLAGS =
  230. CODE_COVERAGE_CPPFLAGS =
  231. CODE_COVERAGE_CXXFLAGS =
  232. CODE_COVERAGE_ENABLED = no
  233. CODE_COVERAGE_LDFLAGS =
  234. CODE_COVERAGE_LIBS =
  235. 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'"
  236. 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
  237. CPPFLAGS = -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include
  238. CPPFLAG_CURL_STATICLIB =
  239. CURLVERSION = 7.61.1
  240. CURL_CA_BUNDLE =
  241. CURL_CFLAG_EXTRAS =
  242. CURL_DISABLE_DICT =
  243. CURL_DISABLE_FILE =
  244. CURL_DISABLE_FTP =
  245. CURL_DISABLE_GOPHER =
  246. CURL_DISABLE_HTTP =
  247. CURL_DISABLE_IMAP =
  248. CURL_DISABLE_LDAP = 1
  249. CURL_DISABLE_LDAPS = 1
  250. CURL_DISABLE_POP3 =
  251. CURL_DISABLE_PROXY =
  252. CURL_DISABLE_RTSP =
  253. CURL_DISABLE_SMB =
  254. CURL_DISABLE_SMTP =
  255. CURL_DISABLE_TELNET =
  256. CURL_DISABLE_TFTP =
  257. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  258. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  259. CURL_NETWORK_LIBS = -lgcc
  260. CURL_WITH_MULTI_SSL =
  261. CYGPATH_W = echo
  262. DEFAULT_SSL_BACKEND = no
  263. DEFS = -DHAVE_CONFIG_H
  264. DEPDIR = .deps
  265. DLLTOOL = false
  266. DSYMUTIL =
  267. DUMPBIN = :
  268. ECHO_C =
  269. ECHO_N = -n
  270. ECHO_T =
  271. EGREP = /bin/grep -E
  272. ENABLE_SHARED = yes
  273. ENABLE_STATIC = yes
  274. EXEEXT =
  275. FGREP = /bin/grep -F
  276. GCOV =
  277. GENHTML =
  278. GREP = /bin/grep
  279. HAVE_BROTLI =
  280. HAVE_GNUTLS_SRP =
  281. HAVE_LDAP_SSL = 1
  282. HAVE_LIBZ = 1
  283. HAVE_OPENSSL_SRP = 1
  284. IDN_ENABLED =
  285. INSTALL = /usr/bin/install -c
  286. INSTALL_DATA = ${INSTALL} -m 644
  287. INSTALL_PROGRAM = ${INSTALL}
  288. INSTALL_SCRIPT = ${INSTALL}
  289. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  290. IPV6_ENABLED = 1
  291. LCOV =
  292. 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
  293. LDFLAGS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib
  294. LIBCURL_LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  295. LIBMETALINK_CPPFLAGS =
  296. LIBMETALINK_LDFLAGS =
  297. LIBMETALINK_LIBS =
  298. LIBOBJS =
  299. LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  300. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  301. LIPO =
  302. LN_S = ln -s
  303. LTLIBOBJS =
  304. LT_SYS_LIBRARY_PATH =
  305. MAINT = #
  306. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing makeinfo
  307. MANIFEST_TOOL = :
  308. MANOPT = -man
  309. MKDIR_P = /bin/mkdir -p
  310. NM = nm
  311. NMEDIT =
  312. NROFF = /usr/bin/nroff
  313. NSS_LIBS =
  314. OBJDUMP = objdump
  315. OBJEXT = o
  316. OTOOL =
  317. OTOOL64 =
  318. PACKAGE = curl
  319. PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.haxx.se/mail/
  320. PACKAGE_NAME = curl
  321. PACKAGE_STRING = curl -
  322. PACKAGE_TARNAME = curl
  323. PACKAGE_URL =
  324. PACKAGE_VERSION = -
  325. PATH_SEPARATOR = :
  326. PERL = /usr/bin/perl
  327. PKGADD_NAME = curl - a client that groks URLs
  328. PKGADD_PKG = HAXXcurl
  329. PKGADD_VENDOR = curl.haxx.se
  330. PKGCONFIG = no
  331. RANDOM_FILE =
  332. 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
  333. REQUIRE_LIB_DEPS = no
  334. SED = /bin/sed
  335. SET_MAKE =
  336. SHELL = /bin/bash
  337. SSL_BACKENDS = OpenSSL
  338. SSL_ENABLED = 1
  339. SSL_LIBS = -lssl -lcrypto
  340. 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
  341. SUPPORT_FEATURES = SSL IPv6 UnixSockets libz AsynchDNS NTLM NTLM_WB TLS-SRP HTTPS-proxy
  342. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  343. USE_ARES =
  344. USE_AXTLS =
  345. USE_CYASSL =
  346. USE_DARWINSSL =
  347. USE_GNUTLS =
  348. USE_GNUTLS_NETTLE =
  349. USE_LIBRTMP =
  350. USE_LIBSSH =
  351. USE_LIBSSH2 =
  352. USE_MBEDTLS =
  353. USE_NGHTTP2 =
  354. USE_NSS =
  355. USE_OPENLDAP =
  356. USE_POLARSSL =
  357. USE_SCHANNEL =
  358. USE_UNIX_SOCKETS = 1
  359. USE_WINDOWS_SSPI =
  360. VERSION = -
  361. VERSIONNUM = 073d01
  362. ZLIB_LIBS = -lz
  363. ZSH_FUNCTIONS_DIR = ${prefix}/share/zsh/site-functions
  364. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/tests
  365. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/tests
  366. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  367. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  368. ac_ct_AR =
  369. ac_ct_CC =
  370. ac_ct_DUMPBIN = link -dump
  371. am__include = include
  372. am__leading_dot = .
  373. am__quote =
  374. am__tar = $${TAR-tar} chof - "$$tardir"
  375. am__untar = $${TAR-tar} xf -
  376. bindir = ${exec_prefix}/bin
  377. build = x86_64-pc-linux-gnu
  378. build_alias =
  379. build_cpu = x86_64
  380. build_os = linux-gnu
  381. build_vendor = pc
  382. builddir = .
  383. datadir = ${datarootdir}
  384. datarootdir = ${prefix}/share
  385. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  386. dvidir = ${docdir}
  387. exec_prefix = ${prefix}
  388. host = arm-unknown-linux-gnueabihf
  389. host_alias = arm-linux-gnueabihf
  390. host_cpu = arm
  391. host_os = linux-gnueabihf
  392. host_vendor = unknown
  393. htmldir = ${docdir}
  394. includedir = ${prefix}/include
  395. infodir = ${datarootdir}/info
  396. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/install-sh
  397. libdir = ${exec_prefix}/lib
  398. libexecdir = ${exec_prefix}/libexec
  399. libext = a
  400. localedir = ${datarootdir}/locale
  401. localstatedir = ${prefix}/var
  402. mandir = ${datarootdir}/man
  403. mkdir_p = $(MKDIR_P)
  404. oldincludedir = /usr/include
  405. pdfdir = ${docdir}
  406. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release
  407. program_transform_name = s,x,x,
  408. psdir = ${docdir}
  409. runstatedir = ${localstatedir}/run
  410. sbindir = ${exec_prefix}/sbin
  411. sharedstatedir = ${prefix}/com
  412. srcdir = .
  413. subdirs =
  414. sysconfdir = ${prefix}/etc
  415. target_alias =
  416. top_build_prefix = ../
  417. top_builddir = ..
  418. top_srcdir = ..
  419. HTMLPAGES = testcurl.html runtests.html
  420. PDFPAGES = testcurl.pdf runtests.pdf
  421. MANDISTPAGES = runtests.1.dist testcurl.1.dist
  422. # the path to the impacket python lib used for SMB tests
  423. IMP = python_dependencies/impacket
  424. SMBDEPS = $(IMP)/__init__.py $(IMP)/nmb.py $(IMP)/nt_errors.py \
  425. $(IMP)/ntlm.py $(IMP)/smb.py $(IMP)/smb3.py $(IMP)/smb3structs.py \
  426. $(IMP)/smbserver.py $(IMP)/spnego.py $(IMP)/structure.py \
  427. $(IMP)/uuid.py $(IMP)/version.py smbserver.py curl_test_data.py
  428. EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \
  429. FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm \
  430. sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
  431. serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
  432. CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py extern-scan.pl \
  433. manpage-scan.pl nroff-scan.pl http2-server.pl dictserver.py \
  434. negtelnetserver.py $(SMBDEPS)
  435. DISTCLEANFILES = configurehelp.pm
  436. BUILD_UNIT =
  437. # we have two variables here to make sure DIST_SUBDIRS won't get 'unit'
  438. # added twice as then targets such as 'distclean' misbehave and try to
  439. # do things twice in that subdir at times (and thus fails).
  440. #BUILD_UNIT = unit
  441. DIST_UNIT = unit
  442. #DIST_UNIT =
  443. SUBDIRS = certs data server libtest $(BUILD_UNIT)
  444. DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
  445. PERLFLAGS = -I$(srcdir)
  446. CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES)
  447. MAN2HTML = roffit $< >$@
  448. #TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
  449. TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
  450. #TEST_Q = -a -s
  451. #TEST_AM = -a -am
  452. #TEST_F = -a -p -r
  453. #TEST_T = -a -t
  454. #TEST_E = -a -e
  455. # !flaky means that it'll skip all tests using the flaky keyword
  456. #TEST_NF = -a -p !flaky
  457. all: all-recursive
  458. .SUFFIXES:
  459. .SUFFIXES: .1 .html .pdf
  460. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  461. @for dep in $?; do \
  462. case '$(am__configure_deps)' in \
  463. *$$dep*) \
  464. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  465. && { if test -f $@; then exit 0; else break; fi; }; \
  466. exit 1;; \
  467. esac; \
  468. done; \
  469. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
  470. $(am__cd) $(top_srcdir) && \
  471. $(AUTOMAKE) --foreign tests/Makefile
  472. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  473. @case '$?' in \
  474. *config.status*) \
  475. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  476. *) \
  477. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  478. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  479. esac;
  480. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  481. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  482. $(top_srcdir)/configure: # $(am__configure_deps)
  483. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  484. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  485. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  486. $(am__aclocal_m4_deps):
  487. mostlyclean-libtool:
  488. -rm -f *.lo
  489. clean-libtool:
  490. -rm -rf .libs _libs
  491. # This directory's subdirectories are mostly independent; you can cd
  492. # into them and run 'make' without going through this Makefile.
  493. # To change the values of 'make' variables: instead of editing Makefiles,
  494. # (1) if the variable is set in 'config.status', edit 'config.status'
  495. # (which will cause the Makefiles to be regenerated when you run 'make');
  496. # (2) otherwise, pass the desired values on the 'make' command line.
  497. $(am__recursive_targets):
  498. @fail=; \
  499. if $(am__make_keepgoing); then \
  500. failcom='fail=yes'; \
  501. else \
  502. failcom='exit 1'; \
  503. fi; \
  504. dot_seen=no; \
  505. target=`echo $@ | sed s/-recursive//`; \
  506. case "$@" in \
  507. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  508. *) list='$(SUBDIRS)' ;; \
  509. esac; \
  510. for subdir in $$list; do \
  511. echo "Making $$target in $$subdir"; \
  512. if test "$$subdir" = "."; then \
  513. dot_seen=yes; \
  514. local_target="$$target-am"; \
  515. else \
  516. local_target="$$target"; \
  517. fi; \
  518. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  519. || eval $$failcom; \
  520. done; \
  521. if test "$$dot_seen" = "no"; then \
  522. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  523. fi; test -z "$$fail"
  524. ID: $(am__tagged_files)
  525. $(am__define_uniq_tagged_files); mkid -fID $$unique
  526. tags: tags-recursive
  527. TAGS: tags
  528. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  529. set x; \
  530. here=`pwd`; \
  531. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  532. include_option=--etags-include; \
  533. empty_fix=.; \
  534. else \
  535. include_option=--include; \
  536. empty_fix=; \
  537. fi; \
  538. list='$(SUBDIRS)'; for subdir in $$list; do \
  539. if test "$$subdir" = .; then :; else \
  540. test ! -f $$subdir/TAGS || \
  541. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  542. fi; \
  543. done; \
  544. $(am__define_uniq_tagged_files); \
  545. shift; \
  546. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  547. test -n "$$unique" || unique=$$empty_fix; \
  548. if test $$# -gt 0; then \
  549. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  550. "$$@" $$unique; \
  551. else \
  552. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  553. $$unique; \
  554. fi; \
  555. fi
  556. ctags: ctags-recursive
  557. CTAGS: ctags
  558. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  559. $(am__define_uniq_tagged_files); \
  560. test -z "$(CTAGS_ARGS)$$unique" \
  561. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  562. $$unique
  563. GTAGS:
  564. here=`$(am__cd) $(top_builddir) && pwd` \
  565. && $(am__cd) $(top_srcdir) \
  566. && gtags -i $(GTAGS_ARGS) "$$here"
  567. cscopelist: cscopelist-recursive
  568. cscopelist-am: $(am__tagged_files)
  569. list='$(am__tagged_files)'; \
  570. case "$(srcdir)" in \
  571. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  572. *) sdir=$(subdir)/$(srcdir) ;; \
  573. esac; \
  574. for i in $$list; do \
  575. if test -f "$$i"; then \
  576. echo "$(subdir)/$$i"; \
  577. else \
  578. echo "$$sdir/$$i"; \
  579. fi; \
  580. done >> $(top_builddir)/cscope.files
  581. distclean-tags:
  582. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  583. distdir: $(BUILT_SOURCES)
  584. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  585. distdir-am: $(DISTFILES)
  586. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  587. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  588. list='$(DISTFILES)'; \
  589. dist_files=`for file in $$list; do echo $$file; done | \
  590. sed -e "s|^$$srcdirstrip/||;t" \
  591. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  592. case $$dist_files in \
  593. */*) $(MKDIR_P) `echo "$$dist_files" | \
  594. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  595. sort -u` ;; \
  596. esac; \
  597. for file in $$dist_files; do \
  598. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  599. if test -d $$d/$$file; then \
  600. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  601. if test -d "$(distdir)/$$file"; then \
  602. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  603. fi; \
  604. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  605. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  606. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  607. fi; \
  608. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  609. else \
  610. test -f "$(distdir)/$$file" \
  611. || cp -p $$d/$$file "$(distdir)/$$file" \
  612. || exit 1; \
  613. fi; \
  614. done
  615. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  616. if test "$$subdir" = .; then :; else \
  617. $(am__make_dryrun) \
  618. || test -d "$(distdir)/$$subdir" \
  619. || $(MKDIR_P) "$(distdir)/$$subdir" \
  620. || exit 1; \
  621. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  622. $(am__relativize); \
  623. new_distdir=$$reldir; \
  624. dir1=$$subdir; dir2="$(top_distdir)"; \
  625. $(am__relativize); \
  626. new_top_distdir=$$reldir; \
  627. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  628. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  629. ($(am__cd) $$subdir && \
  630. $(MAKE) $(AM_MAKEFLAGS) \
  631. top_distdir="$$new_top_distdir" \
  632. distdir="$$new_distdir" \
  633. am__remove_distdir=: \
  634. am__skip_length_check=: \
  635. am__skip_mode_fix=: \
  636. distdir) \
  637. || exit 1; \
  638. fi; \
  639. done
  640. check-am: all-am
  641. check: check-recursive
  642. all-local:
  643. all-am: Makefile all-local
  644. installdirs: installdirs-recursive
  645. installdirs-am:
  646. install: install-recursive
  647. install-exec: install-exec-recursive
  648. install-data: install-data-recursive
  649. uninstall: uninstall-recursive
  650. install-am: all-am
  651. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  652. installcheck: installcheck-recursive
  653. install-strip:
  654. if test -z '$(STRIP)'; then \
  655. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  656. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  657. install; \
  658. else \
  659. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  660. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  661. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  662. fi
  663. mostlyclean-generic:
  664. clean-generic:
  665. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  666. distclean-generic:
  667. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  668. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  669. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  670. maintainer-clean-generic:
  671. @echo "This command is intended for maintainers to use"
  672. @echo "it deletes files that may require special tools to rebuild."
  673. clean: clean-recursive
  674. clean-am: clean-generic clean-libtool mostlyclean-am
  675. distclean: distclean-recursive
  676. -rm -f Makefile
  677. distclean-am: clean-am distclean-generic distclean-tags
  678. dvi: dvi-recursive
  679. dvi-am:
  680. html: html-recursive
  681. html-am:
  682. info: info-recursive
  683. info-am:
  684. install-data-am:
  685. install-dvi: install-dvi-recursive
  686. install-dvi-am:
  687. install-exec-am:
  688. install-html: install-html-recursive
  689. install-html-am:
  690. install-info: install-info-recursive
  691. install-info-am:
  692. install-man:
  693. install-pdf: install-pdf-recursive
  694. install-pdf-am:
  695. install-ps: install-ps-recursive
  696. install-ps-am:
  697. installcheck-am:
  698. maintainer-clean: maintainer-clean-recursive
  699. -rm -f Makefile
  700. maintainer-clean-am: distclean-am maintainer-clean-generic
  701. mostlyclean: mostlyclean-recursive
  702. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  703. pdf: pdf-recursive
  704. pdf-am:
  705. ps: ps-recursive
  706. ps-am:
  707. uninstall-am:
  708. .MAKE: $(am__recursive_targets) install-am install-strip
  709. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
  710. check check-am clean clean-generic clean-libtool cscopelist-am \
  711. ctags ctags-am distclean distclean-generic distclean-libtool \
  712. distclean-tags distdir dvi dvi-am html html-am info info-am \
  713. install install-am install-data install-data-am install-dvi \
  714. install-dvi-am install-exec install-exec-am install-html \
  715. install-html-am install-info install-info-am install-man \
  716. install-pdf install-pdf-am install-ps install-ps-am \
  717. install-strip installcheck installcheck-am installdirs \
  718. installdirs-am maintainer-clean maintainer-clean-generic \
  719. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  720. ps ps-am tags tags-am uninstall uninstall-am
  721. .PRECIOUS: Makefile
  722. curl:
  723. @cd $(top_builddir) && $(MAKE)
  724. # make sure that PERL is pointing to an executable
  725. perlcheck:
  726. @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
  727. test: perlcheck all
  728. $(TEST) $(TFLAGS)
  729. quiet-test: perlcheck all
  730. $(TEST) $(TEST_Q) $(TFLAGS)
  731. am-test: perlcheck all
  732. $(TEST) $(TEST_AM) $(TFLAGS)
  733. full-test: perlcheck all
  734. $(TEST) $(TEST_F) $(TFLAGS)
  735. nonflaky-test: perlcheck all
  736. $(TEST) $(TEST_NF) $(TFLAGS)
  737. torture-test: perlcheck all
  738. $(TEST) $(TEST_T) $(TFLAGS)
  739. event-test: perlcheck all
  740. $(TEST) $(TEST_E) $(TFLAGS)
  741. .1.html:
  742. $(MAN2HTML)
  743. .1.pdf:
  744. @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
  745. groff -Tps -man $< >$$foo.ps; \
  746. ps2pdf $$foo.ps $@; \
  747. rm $$foo.ps; \
  748. echo "converted $< to $@")
  749. checksrc:
  750. cd libtest && $(MAKE) checksrc
  751. cd unit && $(MAKE) checksrc
  752. cd server && $(MAKE) checksrc
  753. # for debug builds, we scan the sources on all regular make invokes
  754. #all-local: checksrc
  755. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  756. # Otherwise a system limit (for SysV at least) may be exceeded.
  757. .NOEXPORT: