Makefile.in 17 KB

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