Makefile 27 KB

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