Makefile 23 KB

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