Makefile 23 KB

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