Makefile 23 KB

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