Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 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. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = scripts
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
  89. $(top_srcdir)/m4/curl-amissl.m4 \
  90. $(top_srcdir)/m4/curl-bearssl.m4 \
  91. $(top_srcdir)/m4/curl-compilers.m4 \
  92. $(top_srcdir)/m4/curl-confopts.m4 \
  93. $(top_srcdir)/m4/curl-functions.m4 \
  94. $(top_srcdir)/m4/curl-gnutls.m4 \
  95. $(top_srcdir)/m4/curl-mbedtls.m4 \
  96. $(top_srcdir)/m4/curl-mesalink.m4 $(top_srcdir)/m4/curl-nss.m4 \
  97. $(top_srcdir)/m4/curl-openssl.m4 \
  98. $(top_srcdir)/m4/curl-override.m4 \
  99. $(top_srcdir)/m4/curl-reentrant.m4 \
  100. $(top_srcdir)/m4/curl-rustls.m4 \
  101. $(top_srcdir)/m4/curl-schannel.m4 \
  102. $(top_srcdir)/m4/curl-sectransp.m4 \
  103. $(top_srcdir)/m4/curl-sysconfig.m4 \
  104. $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
  105. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  106. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  107. $(top_srcdir)/m4/xc-am-iface.m4 \
  108. $(top_srcdir)/m4/xc-cc-check.m4 \
  109. $(top_srcdir)/m4/xc-lt-iface.m4 \
  110. $(top_srcdir)/m4/xc-translit.m4 \
  111. $(top_srcdir)/m4/xc-val-flgs.m4 \
  112. $(top_srcdir)/m4/zz40-xc-ovr.m4 \
  113. $(top_srcdir)/m4/zz50-xc-ovr.m4 \
  114. $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
  115. $(top_srcdir)/configure.ac
  116. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  117. $(ACLOCAL_M4)
  118. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  119. mkinstalldirs = $(install_sh) -d
  120. CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
  121. CONFIG_CLEAN_FILES =
  122. CONFIG_CLEAN_VPATH_FILES =
  123. AM_V_P = $(am__v_P_@AM_V@)
  124. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  125. am__v_P_0 = false
  126. am__v_P_1 = :
  127. AM_V_GEN = $(am__v_GEN_@AM_V@)
  128. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  129. am__v_GEN_0 = @echo " GEN " $@;
  130. am__v_GEN_1 =
  131. AM_V_at = $(am__v_at_@AM_V@)
  132. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  133. am__v_at_0 = @
  134. am__v_at_1 =
  135. SOURCES =
  136. DIST_SOURCES =
  137. am__can_run_installinfo = \
  138. case $$AM_UPDATE_INFO_DIR in \
  139. n|no|NO) false;; \
  140. *) (install-info --version) >/dev/null 2>&1;; \
  141. esac
  142. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  143. am__DIST_COMMON = $(srcdir)/Makefile.in
  144. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  145. ACLOCAL = @ACLOCAL@
  146. AMTAR = @AMTAR@
  147. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  148. AR = @AR@
  149. AR_FLAGS = @AR_FLAGS@
  150. AS = @AS@
  151. AUTOCONF = @AUTOCONF@
  152. AUTOHEADER = @AUTOHEADER@
  153. AUTOMAKE = @AUTOMAKE@
  154. AWK = @AWK@
  155. BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
  156. CC = @CC@
  157. CCDEPMODE = @CCDEPMODE@
  158. CFLAGS = @CFLAGS@
  159. CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
  160. CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
  161. CPP = @CPP@
  162. CPPFLAGS = @CPPFLAGS@
  163. CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
  164. CSCOPE = @CSCOPE@
  165. CTAGS = @CTAGS@
  166. CURLVERSION = @CURLVERSION@
  167. CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
  168. CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
  169. CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
  170. CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
  171. CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
  172. CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
  173. CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
  174. CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
  175. CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
  176. CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
  177. CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
  178. CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
  179. CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
  180. CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
  181. CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
  182. CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
  183. CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
  184. CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
  185. CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
  186. CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
  187. CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
  188. CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
  189. CYGPATH_W = @CYGPATH_W@
  190. DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
  191. DEFS = @DEFS@
  192. DEPDIR = @DEPDIR@
  193. DLLTOOL = @DLLTOOL@
  194. DSYMUTIL = @DSYMUTIL@
  195. DUMPBIN = @DUMPBIN@
  196. ECHO_C = @ECHO_C@
  197. ECHO_N = @ECHO_N@
  198. ECHO_T = @ECHO_T@
  199. EGREP = @EGREP@
  200. ENABLE_SHARED = @ENABLE_SHARED@
  201. ENABLE_STATIC = @ENABLE_STATIC@
  202. ETAGS = @ETAGS@
  203. EXEEXT = @EXEEXT@
  204. FGREP = @FGREP@
  205. FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
  206. GCOV = @GCOV@
  207. GREP = @GREP@
  208. HAVE_BROTLI = @HAVE_BROTLI@
  209. HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
  210. HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
  211. HAVE_LIBZ = @HAVE_LIBZ@
  212. HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
  213. HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
  214. HAVE_ZSTD = @HAVE_ZSTD@
  215. IDN_ENABLED = @IDN_ENABLED@
  216. INSTALL = @INSTALL@
  217. INSTALL_DATA = @INSTALL_DATA@
  218. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  219. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  220. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  221. IPV6_ENABLED = @IPV6_ENABLED@
  222. LCOV = @LCOV@
  223. LD = @LD@
  224. LDFLAGS = @LDFLAGS@
  225. LIBCURL_LIBS = @LIBCURL_LIBS@
  226. LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
  227. LIBOBJS = @LIBOBJS@
  228. LIBS = @LIBS@
  229. LIBTOOL = @LIBTOOL@
  230. LIPO = @LIPO@
  231. LN_S = @LN_S@
  232. LTLIBOBJS = @LTLIBOBJS@
  233. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  234. MAINT = @MAINT@
  235. MAKEINFO = @MAKEINFO@
  236. MANIFEST_TOOL = @MANIFEST_TOOL@
  237. MANOPT = @MANOPT@
  238. MKDIR_P = @MKDIR_P@
  239. NM = @NM@
  240. NMEDIT = @NMEDIT@
  241. NROFF = @NROFF@
  242. NSS_LIBS = @NSS_LIBS@
  243. OBJDUMP = @OBJDUMP@
  244. OBJEXT = @OBJEXT@
  245. OTOOL = @OTOOL@
  246. OTOOL64 = @OTOOL64@
  247. PACKAGE = @PACKAGE@
  248. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  249. PACKAGE_NAME = @PACKAGE_NAME@
  250. PACKAGE_STRING = @PACKAGE_STRING@
  251. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  252. PACKAGE_URL = @PACKAGE_URL@
  253. PACKAGE_VERSION = @PACKAGE_VERSION@
  254. PATH_SEPARATOR = @PATH_SEPARATOR@
  255. PERL = @PERL@
  256. PKGADD_NAME = @PKGADD_NAME@
  257. PKGADD_PKG = @PKGADD_PKG@
  258. PKGADD_VENDOR = @PKGADD_VENDOR@
  259. PKGCONFIG = @PKGCONFIG@
  260. RANDOM_FILE = @RANDOM_FILE@
  261. RANLIB = @RANLIB@
  262. REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
  263. SED = @SED@
  264. SET_MAKE = @SET_MAKE@
  265. SHELL = @SHELL@
  266. SSL_BACKENDS = @SSL_BACKENDS@
  267. SSL_ENABLED = @SSL_ENABLED@
  268. SSL_LIBS = @SSL_LIBS@
  269. STRIP = @STRIP@
  270. SUPPORT_FEATURES = @SUPPORT_FEATURES@
  271. SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
  272. USE_ARES = @USE_ARES@
  273. USE_BEARSSL = @USE_BEARSSL@
  274. USE_GNUTLS = @USE_GNUTLS@
  275. USE_HYPER = @USE_HYPER@
  276. USE_LIBRTMP = @USE_LIBRTMP@
  277. USE_LIBSSH = @USE_LIBSSH@
  278. USE_LIBSSH2 = @USE_LIBSSH2@
  279. USE_MBEDTLS = @USE_MBEDTLS@
  280. USE_MESALINK = @USE_MESALINK@
  281. USE_NGHTTP2 = @USE_NGHTTP2@
  282. USE_NGHTTP3 = @USE_NGHTTP3@
  283. USE_NGTCP2 = @USE_NGTCP2@
  284. USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
  285. USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
  286. USE_NSS = @USE_NSS@
  287. USE_OPENLDAP = @USE_OPENLDAP@
  288. USE_QUICHE = @USE_QUICHE@
  289. USE_RUSTLS = @USE_RUSTLS@
  290. USE_SCHANNEL = @USE_SCHANNEL@
  291. USE_SECTRANSP = @USE_SECTRANSP@
  292. USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
  293. USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
  294. USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
  295. USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
  296. USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
  297. USE_WOLFSSH = @USE_WOLFSSH@
  298. USE_WOLFSSL = @USE_WOLFSSL@
  299. VERSION = @VERSION@
  300. VERSIONNUM = @VERSIONNUM@
  301. ZLIB_LIBS = @ZLIB_LIBS@
  302. #***************************************************************************
  303. # _ _ ____ _
  304. # Project ___| | | | _ \| |
  305. # / __| | | | |_) | |
  306. # | (__| |_| | _ <| |___
  307. # \___|\___/|_| \_\_____|
  308. #
  309. # Copyright (C) 1998 - 2020, Daniel Stenberg, <[email protected]>, et al.
  310. #
  311. # This software is licensed as described in the file COPYING, which
  312. # you should have received as part of this distribution. The terms
  313. # are also available at https://curl.se/docs/copyright.html.
  314. #
  315. # You may opt to use, copy, modify, merge, publish, distribute and/or sell
  316. # copies of the Software, and permit persons to whom the Software is
  317. # furnished to do so, under the terms of the COPYING file.
  318. #
  319. # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  320. # KIND, either express or implied.
  321. #
  322. ###########################################################################
  323. ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
  324. abs_builddir = @abs_builddir@
  325. abs_srcdir = @abs_srcdir@
  326. abs_top_builddir = @abs_top_builddir@
  327. abs_top_srcdir = @abs_top_srcdir@
  328. ac_ct_AR = @ac_ct_AR@
  329. ac_ct_CC = @ac_ct_CC@
  330. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  331. am__include = @am__include@
  332. am__leading_dot = @am__leading_dot@
  333. am__quote = @am__quote@
  334. am__tar = @am__tar@
  335. am__untar = @am__untar@
  336. bindir = @bindir@
  337. build = @build@
  338. build_alias = @build_alias@
  339. build_cpu = @build_cpu@
  340. build_os = @build_os@
  341. build_vendor = @build_vendor@
  342. builddir = @builddir@
  343. datadir = @datadir@
  344. datarootdir = @datarootdir@
  345. docdir = @docdir@
  346. dvidir = @dvidir@
  347. exec_prefix = @exec_prefix@
  348. host = @host@
  349. host_alias = @host_alias@
  350. host_cpu = @host_cpu@
  351. host_os = @host_os@
  352. host_vendor = @host_vendor@
  353. htmldir = @htmldir@
  354. includedir = @includedir@
  355. infodir = @infodir@
  356. install_sh = @install_sh@
  357. libdir = @libdir@
  358. libexecdir = @libexecdir@
  359. libext = @libext@
  360. localedir = @localedir@
  361. localstatedir = @localstatedir@
  362. mandir = @mandir@
  363. mkdir_p = @mkdir_p@
  364. oldincludedir = @oldincludedir@
  365. pdfdir = @pdfdir@
  366. prefix = @prefix@
  367. program_transform_name = @program_transform_name@
  368. psdir = @psdir@
  369. runstatedir = @runstatedir@
  370. sbindir = @sbindir@
  371. sharedstatedir = @sharedstatedir@
  372. srcdir = @srcdir@
  373. subdirs = @subdirs@
  374. sysconfdir = @sysconfdir@
  375. target_alias = @target_alias@
  376. top_build_prefix = @top_build_prefix@
  377. top_builddir = @top_builddir@
  378. top_srcdir = @top_srcdir@
  379. ZSH_COMPLETION_FUNCTION_FILENAME = _curl
  380. FISH_COMPLETION_FUNCTION_FILENAME = curl.fish
  381. CLEANFILES = $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
  382. all: all-am
  383. .SUFFIXES:
  384. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  385. @for dep in $?; do \
  386. case '$(am__configure_deps)' in \
  387. *$$dep*) \
  388. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  389. && { if test -f $@; then exit 0; else break; fi; }; \
  390. exit 1;; \
  391. esac; \
  392. done; \
  393. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
  394. $(am__cd) $(top_srcdir) && \
  395. $(AUTOMAKE) --foreign scripts/Makefile
  396. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  397. @case '$?' in \
  398. *config.status*) \
  399. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  400. *) \
  401. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  402. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  403. esac;
  404. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  405. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  406. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  407. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  408. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  409. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  410. $(am__aclocal_m4_deps):
  411. mostlyclean-libtool:
  412. -rm -f *.lo
  413. clean-libtool:
  414. -rm -rf .libs _libs
  415. tags TAGS:
  416. ctags CTAGS:
  417. cscope cscopelist:
  418. distdir: $(BUILT_SOURCES)
  419. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  420. distdir-am: $(DISTFILES)
  421. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  422. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  423. list='$(DISTFILES)'; \
  424. dist_files=`for file in $$list; do echo $$file; done | \
  425. sed -e "s|^$$srcdirstrip/||;t" \
  426. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  427. case $$dist_files in \
  428. */*) $(MKDIR_P) `echo "$$dist_files" | \
  429. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  430. sort -u` ;; \
  431. esac; \
  432. for file in $$dist_files; do \
  433. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  434. if test -d $$d/$$file; then \
  435. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  436. if test -d "$(distdir)/$$file"; then \
  437. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  438. fi; \
  439. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  440. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  441. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  442. fi; \
  443. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  444. else \
  445. test -f "$(distdir)/$$file" \
  446. || cp -p $$d/$$file "$(distdir)/$$file" \
  447. || exit 1; \
  448. fi; \
  449. done
  450. check-am: all-am
  451. check: check-am
  452. all-am: Makefile all-local
  453. installdirs:
  454. install: install-am
  455. install-exec: install-exec-am
  456. install-data: install-data-am
  457. uninstall: uninstall-am
  458. install-am: all-am
  459. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  460. installcheck: installcheck-am
  461. install-strip:
  462. if test -z '$(STRIP)'; then \
  463. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  464. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  465. install; \
  466. else \
  467. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  468. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  469. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  470. fi
  471. mostlyclean-generic:
  472. clean-generic:
  473. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  474. distclean-generic:
  475. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  476. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  477. maintainer-clean-generic:
  478. @echo "This command is intended for maintainers to use"
  479. @echo "it deletes files that may require special tools to rebuild."
  480. clean: clean-am
  481. clean-am: clean-generic clean-libtool mostlyclean-am
  482. distclean: distclean-am
  483. -rm -f Makefile
  484. distclean-am: clean-am distclean-generic
  485. dvi: dvi-am
  486. dvi-am:
  487. html: html-am
  488. html-am:
  489. info: info-am
  490. info-am:
  491. install-data-am: install-data-local
  492. install-dvi: install-dvi-am
  493. install-dvi-am:
  494. install-exec-am:
  495. install-html: install-html-am
  496. install-html-am:
  497. install-info: install-info-am
  498. install-info-am:
  499. install-man:
  500. install-pdf: install-pdf-am
  501. install-pdf-am:
  502. install-ps: install-ps-am
  503. install-ps-am:
  504. installcheck-am:
  505. maintainer-clean: maintainer-clean-am
  506. -rm -f Makefile
  507. maintainer-clean-am: distclean-am maintainer-clean-generic
  508. mostlyclean: mostlyclean-am
  509. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  510. pdf: pdf-am
  511. pdf-am:
  512. ps: ps-am
  513. ps-am:
  514. uninstall-am:
  515. .MAKE: install-am install-strip
  516. .PHONY: all all-am all-local check check-am clean clean-generic \
  517. clean-libtool cscopelist-am ctags-am distclean \
  518. distclean-generic distclean-libtool distdir dvi dvi-am html \
  519. html-am info info-am install install-am install-data \
  520. install-data-am install-data-local install-dvi install-dvi-am \
  521. install-exec install-exec-am install-html install-html-am \
  522. install-info install-info-am install-man install-pdf \
  523. install-pdf-am install-ps install-ps-am install-strip \
  524. installcheck installcheck-am installdirs maintainer-clean \
  525. maintainer-clean-generic mostlyclean mostlyclean-generic \
  526. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  527. uninstall-am
  528. .PRECIOUS: Makefile
  529. all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
  530. $(ZSH_COMPLETION_FUNCTION_FILENAME): completion.pl
  531. @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't generate zsh completion when cross-compiling!"
  532. @CROSSCOMPILING_FALSE@ @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi
  533. @CROSSCOMPILING_FALSE@ $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@
  534. $(FISH_COMPLETION_FUNCTION_FILENAME): completion.pl
  535. @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't generate fish completion when cross-compiling!"
  536. @CROSSCOMPILING_FALSE@ @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi
  537. @CROSSCOMPILING_FALSE@ $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell fish > $@
  538. install-data-local:
  539. @CROSSCOMPILING_TRUE@ @echo "NOTICE: we can't install zsh completion when cross-compiling!"
  540. @CROSSCOMPILING_FALSE@ $(MKDIR_P) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)
  541. @CROSSCOMPILING_FALSE@ $(MKDIR_P) $(DESTDIR)$(FISH_FUNCTIONS_DIR)
  542. @CROSSCOMPILING_FALSE@ $(INSTALL_DATA) $(ZSH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(ZSH_FUNCTIONS_DIR)/$(ZSH_COMPLETION_FUNCTION_FILENAME)
  543. @CROSSCOMPILING_FALSE@ $(INSTALL_DATA) $(FISH_COMPLETION_FUNCTION_FILENAME) $(DESTDIR)$(FISH_FUNCTIONS_DIR)/$(FISH_COMPLETION_FUNCTION_FILENAME)
  544. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  545. # Otherwise a system limit (for SysV at least) may be exceeded.
  546. .NOEXPORT: