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