Makefile 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # scripts/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 = scripts
  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. 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__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  132. am__DIST_COMMON = $(srcdir)/Makefile.in
  133. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  134. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing aclocal-1.16
  135. AMTAR = $${TAR-tar}
  136. AM_DEFAULT_VERBOSITY = 0
  137. 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
  138. AR_FLAGS = cr
  139. AS = as
  140. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoconf
  141. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing autoheader
  142. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing automake-1.16
  143. AWK = gawk
  144. BLANK_AT_MAKETIME =
  145. 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
  146. CCDEPMODE = depmode=gcc3
  147. CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers -pthread
  148. CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden
  149. CODE_COVERAGE_CFLAGS =
  150. CODE_COVERAGE_CPPFLAGS =
  151. CODE_COVERAGE_CXXFLAGS =
  152. CODE_COVERAGE_ENABLED = no
  153. CODE_COVERAGE_LDFLAGS =
  154. CODE_COVERAGE_LIBS =
  155. 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'"
  156. 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
  157. CPPFLAGS = -I/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/include
  158. CPPFLAG_CURL_STATICLIB =
  159. CURLVERSION = 7.61.1
  160. CURL_CA_BUNDLE =
  161. CURL_CFLAG_EXTRAS =
  162. CURL_DISABLE_DICT =
  163. CURL_DISABLE_FILE =
  164. CURL_DISABLE_FTP =
  165. CURL_DISABLE_GOPHER =
  166. CURL_DISABLE_HTTP =
  167. CURL_DISABLE_IMAP =
  168. CURL_DISABLE_LDAP = 1
  169. CURL_DISABLE_LDAPS = 1
  170. CURL_DISABLE_POP3 =
  171. CURL_DISABLE_PROXY =
  172. CURL_DISABLE_RTSP =
  173. CURL_DISABLE_SMB =
  174. CURL_DISABLE_SMTP =
  175. CURL_DISABLE_TELNET =
  176. CURL_DISABLE_TFTP =
  177. CURL_LT_SHLIB_VERSIONED_FLAVOUR =
  178. CURL_NETWORK_AND_TIME_LIBS = -lgcc
  179. CURL_NETWORK_LIBS = -lgcc
  180. CURL_WITH_MULTI_SSL =
  181. CYGPATH_W = echo
  182. DEFAULT_SSL_BACKEND = no
  183. DEFS = -DHAVE_CONFIG_H
  184. DEPDIR = .deps
  185. DLLTOOL = false
  186. DSYMUTIL =
  187. DUMPBIN = :
  188. ECHO_C =
  189. ECHO_N = -n
  190. ECHO_T =
  191. EGREP = /bin/grep -E
  192. ENABLE_SHARED = yes
  193. ENABLE_STATIC = yes
  194. EXEEXT =
  195. FGREP = /bin/grep -F
  196. GCOV =
  197. GENHTML =
  198. GREP = /bin/grep
  199. HAVE_BROTLI =
  200. HAVE_GNUTLS_SRP =
  201. HAVE_LDAP_SSL = 1
  202. HAVE_LIBZ = 1
  203. HAVE_OPENSSL_SRP = 1
  204. IDN_ENABLED =
  205. INSTALL = /usr/bin/install -c
  206. INSTALL_DATA = ${INSTALL} -m 644
  207. INSTALL_PROGRAM = ${INSTALL}
  208. INSTALL_SCRIPT = ${INSTALL}
  209. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  210. IPV6_ENABLED = 1
  211. LCOV =
  212. 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
  213. LDFLAGS = -L/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/openssl-1.1.1n/release/lib
  214. LIBCURL_LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  215. LIBMETALINK_CPPFLAGS =
  216. LIBMETALINK_LDFLAGS =
  217. LIBMETALINK_LIBS =
  218. LIBOBJS =
  219. LIBS = -lssl -lcrypto -lssl -lcrypto -lz -lgcc
  220. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  221. LIPO =
  222. LN_S = ln -s
  223. LTLIBOBJS =
  224. LT_SYS_LIBRARY_PATH =
  225. MAINT = #
  226. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/missing makeinfo
  227. MANIFEST_TOOL = :
  228. MANOPT = -man
  229. MKDIR_P = /bin/mkdir -p
  230. NM = nm
  231. NMEDIT =
  232. NROFF = /usr/bin/nroff
  233. NSS_LIBS =
  234. OBJDUMP = objdump
  235. OBJEXT = o
  236. OTOOL =
  237. OTOOL64 =
  238. PACKAGE = curl
  239. PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.haxx.se/mail/
  240. PACKAGE_NAME = curl
  241. PACKAGE_STRING = curl -
  242. PACKAGE_TARNAME = curl
  243. PACKAGE_URL =
  244. PACKAGE_VERSION = -
  245. PATH_SEPARATOR = :
  246. PERL = /usr/bin/perl
  247. PKGADD_NAME = curl - a client that groks URLs
  248. PKGADD_PKG = HAXXcurl
  249. PKGADD_VENDOR = curl.haxx.se
  250. PKGCONFIG = no
  251. RANDOM_FILE =
  252. 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
  253. REQUIRE_LIB_DEPS = no
  254. SED = /bin/sed
  255. SET_MAKE =
  256. SHELL = /bin/bash
  257. SSL_BACKENDS = OpenSSL
  258. SSL_ENABLED = 1
  259. SSL_LIBS = -lssl -lcrypto
  260. 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
  261. SUPPORT_FEATURES = SSL IPv6 UnixSockets libz AsynchDNS NTLM NTLM_WB TLS-SRP HTTPS-proxy
  262. SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  263. USE_ARES =
  264. USE_AXTLS =
  265. USE_CYASSL =
  266. USE_DARWINSSL =
  267. USE_GNUTLS =
  268. USE_GNUTLS_NETTLE =
  269. USE_LIBRTMP =
  270. USE_LIBSSH =
  271. USE_LIBSSH2 =
  272. USE_MBEDTLS =
  273. USE_NGHTTP2 =
  274. USE_NSS =
  275. USE_OPENLDAP =
  276. USE_POLARSSL =
  277. USE_SCHANNEL =
  278. USE_UNIX_SOCKETS = 1
  279. USE_WINDOWS_SSPI =
  280. VERSION = -
  281. VERSIONNUM = 073d01
  282. ZLIB_LIBS = -lz
  283. #***************************************************************************
  284. # _ _ ____ _
  285. # Project ___| | | | _ \| |
  286. # / __| | | | |_) | |
  287. # | (__| |_| | _ <| |___
  288. # \___|\___/|_| \_\_____|
  289. #
  290. # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
  291. #
  292. # This software is licensed as described in the file COPYING, which
  293. # you should have received as part of this distribution. The terms
  294. # are also available at https://curl.haxx.se/docs/copyright.html.
  295. #
  296. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  297. # copies of the Software, and permit persons to whom the Software is
  298. # furnished to do so, under the terms of the COPYING file.
  299. #
  300. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  301. # KIND, either express or implied.
  302. #
  303. ###########################################################################
  304. ZSH_FUNCTIONS_DIR = ${prefix}/share/zsh/site-functions
  305. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/scripts
  306. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/scripts
  307. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  308. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1
  309. ac_ct_AR =
  310. ac_ct_CC =
  311. ac_ct_DUMPBIN = link -dump
  312. am__include = include
  313. am__leading_dot = .
  314. am__quote =
  315. am__tar = $${TAR-tar} chof - "$$tardir"
  316. am__untar = $${TAR-tar} xf -
  317. bindir = ${exec_prefix}/bin
  318. build = x86_64-pc-linux-gnu
  319. build_alias =
  320. build_cpu = x86_64
  321. build_os = linux-gnu
  322. build_vendor = pc
  323. builddir = .
  324. datadir = ${datarootdir}
  325. datarootdir = ${prefix}/share
  326. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  327. dvidir = ${docdir}
  328. exec_prefix = ${prefix}
  329. host = arm-unknown-linux-gnueabihf
  330. host_alias = arm-linux-gnueabihf
  331. host_cpu = arm
  332. host_os = linux-gnueabihf
  333. host_vendor = unknown
  334. htmldir = ${docdir}
  335. includedir = ${prefix}/include
  336. infodir = ${datarootdir}/info
  337. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/install-sh
  338. libdir = ${exec_prefix}/lib
  339. libexecdir = ${exec_prefix}/libexec
  340. libext = a
  341. localedir = ${datarootdir}/locale
  342. localstatedir = ${prefix}/var
  343. mandir = ${datarootdir}/man
  344. mkdir_p = $(MKDIR_P)
  345. oldincludedir = /usr/include
  346. pdfdir = ${docdir}
  347. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/curl-7.61.1/release
  348. program_transform_name = s,x,x,
  349. psdir = ${docdir}
  350. runstatedir = ${localstatedir}/run
  351. sbindir = ${exec_prefix}/sbin
  352. sharedstatedir = ${prefix}/com
  353. srcdir = .
  354. subdirs =
  355. sysconfdir = ${prefix}/etc
  356. target_alias =
  357. top_build_prefix = ../
  358. top_builddir = ..
  359. top_srcdir = ..
  360. ZSH_COMPLETION_FUNCTION_FILENAME = _curl
  361. CLEANFILES = $(ZSH_COMPLETION_FUNCTION_FILENAME)
  362. all: all-am
  363. .SUFFIXES:
  364. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  365. @for dep in $?; do \
  366. case '$(am__configure_deps)' in \
  367. *$$dep*) \
  368. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  369. && { if test -f $@; then exit 0; else break; fi; }; \
  370. exit 1;; \
  371. esac; \
  372. done; \
  373. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
  374. $(am__cd) $(top_srcdir) && \
  375. $(AUTOMAKE) --foreign scripts/Makefile
  376. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  377. @case '$?' in \
  378. *config.status*) \
  379. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  380. *) \
  381. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  382. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  383. esac;
  384. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  385. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  386. $(top_srcdir)/configure: # $(am__configure_deps)
  387. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  388. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  389. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  390. $(am__aclocal_m4_deps):
  391. mostlyclean-libtool:
  392. -rm -f *.lo
  393. clean-libtool:
  394. -rm -rf .libs _libs
  395. tags TAGS:
  396. ctags CTAGS:
  397. cscope cscopelist:
  398. distdir: $(BUILT_SOURCES)
  399. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  400. distdir-am: $(DISTFILES)
  401. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  402. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. list='$(DISTFILES)'; \
  404. dist_files=`for file in $$list; do echo $$file; done | \
  405. sed -e "s|^$$srcdirstrip/||;t" \
  406. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  407. case $$dist_files in \
  408. */*) $(MKDIR_P) `echo "$$dist_files" | \
  409. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  410. sort -u` ;; \
  411. esac; \
  412. for file in $$dist_files; do \
  413. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  414. if test -d $$d/$$file; then \
  415. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  416. if test -d "$(distdir)/$$file"; then \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  420. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  424. else \
  425. test -f "$(distdir)/$$file" \
  426. || cp -p $$d/$$file "$(distdir)/$$file" \
  427. || exit 1; \
  428. fi; \
  429. done
  430. check-am: all-am
  431. check: check-am
  432. all-am: Makefile all-local
  433. installdirs:
  434. install: install-am
  435. install-exec: install-exec-am
  436. install-data: install-data-am
  437. uninstall: uninstall-am
  438. install-am: all-am
  439. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  440. installcheck: installcheck-am
  441. install-strip:
  442. if test -z '$(STRIP)'; then \
  443. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  444. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  445. install; \
  446. else \
  447. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  448. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  449. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  450. fi
  451. mostlyclean-generic:
  452. clean-generic:
  453. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  454. distclean-generic:
  455. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  456. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  457. maintainer-clean-generic:
  458. @echo "This command is intended for maintainers to use"
  459. @echo "it deletes files that may require special tools to rebuild."
  460. clean: clean-am
  461. clean-am: clean-generic clean-libtool mostlyclean-am
  462. distclean: distclean-am
  463. -rm -f Makefile
  464. distclean-am: clean-am distclean-generic
  465. dvi: dvi-am
  466. dvi-am:
  467. html: html-am
  468. html-am:
  469. info: info-am
  470. info-am:
  471. install-data-am: install-data-local
  472. install-dvi: install-dvi-am
  473. install-dvi-am:
  474. install-exec-am:
  475. install-html: install-html-am
  476. install-html-am:
  477. install-info: install-info-am
  478. install-info-am:
  479. install-man:
  480. install-pdf: install-pdf-am
  481. install-pdf-am:
  482. install-ps: install-ps-am
  483. install-ps-am:
  484. installcheck-am:
  485. maintainer-clean: maintainer-clean-am
  486. -rm -f Makefile
  487. maintainer-clean-am: distclean-am maintainer-clean-generic
  488. mostlyclean: mostlyclean-am
  489. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  490. pdf: pdf-am
  491. pdf-am:
  492. ps: ps-am
  493. ps-am:
  494. uninstall-am:
  495. .MAKE: install-am install-strip
  496. .PHONY: all all-am all-local check check-am clean clean-generic \
  497. clean-libtool cscopelist-am ctags-am distclean \
  498. distclean-generic distclean-libtool distdir dvi dvi-am html \
  499. html-am info info-am install install-am install-data \
  500. install-data-am install-data-local install-dvi install-dvi-am \
  501. install-exec install-exec-am install-html install-html-am \
  502. install-info install-info-am install-man install-pdf \
  503. install-pdf-am install-ps install-ps-am install-strip \
  504. installcheck installcheck-am installdirs maintainer-clean \
  505. maintainer-clean-generic mostlyclean mostlyclean-generic \
  506. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  507. uninstall-am
  508. .PRECIOUS: Makefile
  509. all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME)
  510. $(ZSH_COMPLETION_FUNCTION_FILENAME): zsh.pl
  511. @echo "NOTICE: we can't generate zsh completion when cross-compiling!"
  512. # @if ! test -x "$(PERL)"; then echo "No perl: can't install zsh.pl"; exit 0; fi
  513. # $(PERL) $(srcdir)/zsh.pl $(top_builddir)/src/curl$(EXEEXT) > $@
  514. install-data-local:
  515. @echo "NOTICE: we can't install zsh completion when cross-compiling!"
  516. # $(MKDIR_P) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)
  517. # $(INSTALL_DATA) $(ZSH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)/$(ZSH_COMPLETION_FUNCTION_FILENAME)
  518. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  519. # Otherwise a system limit (for SysV at least) may be exceeded.
  520. .NOEXPORT: