blob: 236f2352e607d4a3f1badded50d7ab5a2e346d62 [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@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@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 = include/curl
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 $(pkginclude_HEADERS) \
113 $(am__DIST_COMMON)
114mkinstalldirs = $(install_sh) -d
115CONFIG_HEADER = $(top_builddir)/lib/curl_config.h 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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138am__vpath_adj = case $$p in \
139 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140 *) f=$$p;; \
141 esac;
142am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143am__install_max = 40
144am__nobase_strip_setup = \
145 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146am__nobase_strip = \
147 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148am__nobase_list = $(am__nobase_strip_setup); \
149 for p in $$list; do echo "$$p $$p"; done | \
150 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152 if (++n[$$2] == $(am__install_max)) \
153 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154 END { for (dir in files) print dir, files[dir] }'
155am__base_list = \
156 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158am__uninstall_files_from_dir = { \
159 test -z "$$files" \
160 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162 $(am__cd) "$$dir" && rm -f $$files; }; \
163 }
164am__installdirs = "$(DESTDIR)$(pkgincludedir)"
165HEADERS = $(pkginclude_HEADERS)
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
167 $(LISP)curlbuild.h.in
168# Read a list of newline-separated strings from the standard input,
169# and print each of them once, without duplicates. Input order is
170# *not* preserved.
171am__uniquify_input = $(AWK) '\
172 BEGIN { nonempty = 0; } \
173 { items[$$0] = 1; nonempty = 1; } \
174 END { if (nonempty) { for (i in items) print i; }; } \
175'
176# Make sure the list of sources is unique. This is necessary because,
177# e.g., the same source file might be shared among _SOURCES variables
178# for different programs/libraries.
179am__define_uniq_tagged_files = \
180 list='$(am__tagged_files)'; \
181 unique=`for i in $$list; do \
182 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183 done | $(am__uniquify_input)`
184ETAGS = etags
185CTAGS = ctags
186am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/curlbuild.h.in
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188pkgincludedir = $(includedir)/curl
189ACLOCAL = @ACLOCAL@
190AMTAR = @AMTAR@
191AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
192AR = @AR@
193AS = @AS@
194AUTOCONF = @AUTOCONF@
195AUTOHEADER = @AUTOHEADER@
196AUTOMAKE = @AUTOMAKE@
197AWK = @AWK@
198BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
199CC = @CC@
200CCDEPMODE = @CCDEPMODE@
201CFLAGS = @CFLAGS@
202CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
203CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
204CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
205CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
206CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
207CPP = @CPP@
208CPPFLAGS = @CPPFLAGS@
209CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
210CURLVERSION = @CURLVERSION@
211CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
212CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
213CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
214CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
215CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
216CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
217CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
218CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
219CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
220CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
221CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
222CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
223CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
224CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
225CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
226CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
227CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
228CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
229CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
230CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
231CYGPATH_W = @CYGPATH_W@
232DEFS = @DEFS@
233DEPDIR = @DEPDIR@
234DLLTOOL = @DLLTOOL@
235DSYMUTIL = @DSYMUTIL@
236DUMPBIN = @DUMPBIN@
237ECHO_C = @ECHO_C@
238ECHO_N = @ECHO_N@
239ECHO_T = @ECHO_T@
240EGREP = @EGREP@
241ENABLE_SHARED = @ENABLE_SHARED@
242ENABLE_STATIC = @ENABLE_STATIC@
243EXEEXT = @EXEEXT@
244FGREP = @FGREP@
245GCOV = @GCOV@
246GENHTML = @GENHTML@
247GREP = @GREP@
248HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
249HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
250HAVE_LIBZ = @HAVE_LIBZ@
251HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
252IDN_ENABLED = @IDN_ENABLED@
253INSTALL = @INSTALL@
254INSTALL_DATA = @INSTALL_DATA@
255INSTALL_PROGRAM = @INSTALL_PROGRAM@
256INSTALL_SCRIPT = @INSTALL_SCRIPT@
257INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258IPV6_ENABLED = @IPV6_ENABLED@
259LCOV = @LCOV@
260LD = @LD@
261LDFLAGS = @LDFLAGS@
262LIBCURL_LIBS = @LIBCURL_LIBS@
263LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
264LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
265LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
266LIBOBJS = @LIBOBJS@
267LIBS = @LIBS@
268LIBTOOL = @LIBTOOL@
269LIPO = @LIPO@
270LN_S = @LN_S@
271LTLIBOBJS = @LTLIBOBJS@
272LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
273MAINT = @MAINT@
274MAKEINFO = @MAKEINFO@
275MANIFEST_TOOL = @MANIFEST_TOOL@
276MANOPT = @MANOPT@
277MKDIR_P = @MKDIR_P@
278NM = @NM@
279NMEDIT = @NMEDIT@
280NROFF = @NROFF@
281NSS_LIBS = @NSS_LIBS@
282OBJDUMP = @OBJDUMP@
283OBJEXT = @OBJEXT@
284OTOOL = @OTOOL@
285OTOOL64 = @OTOOL64@
286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
291PACKAGE_URL = @PACKAGE_URL@
292PACKAGE_VERSION = @PACKAGE_VERSION@
293PATH_SEPARATOR = @PATH_SEPARATOR@
294PERL = @PERL@
295PKGADD_NAME = @PKGADD_NAME@
296PKGADD_PKG = @PKGADD_PKG@
297PKGADD_VENDOR = @PKGADD_VENDOR@
298PKGCONFIG = @PKGCONFIG@
299RANDOM_FILE = @RANDOM_FILE@
300RANLIB = @RANLIB@
301REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
302SED = @SED@
303SET_MAKE = @SET_MAKE@
304SHELL = @SHELL@
305SSL_ENABLED = @SSL_ENABLED@
306SSL_LIBS = @SSL_LIBS@
307STRIP = @STRIP@
308SUPPORT_FEATURES = @SUPPORT_FEATURES@
309SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
310USE_ARES = @USE_ARES@
311USE_AXTLS = @USE_AXTLS@
312USE_CYASSL = @USE_CYASSL@
313USE_DARWINSSL = @USE_DARWINSSL@
314USE_GNUTLS = @USE_GNUTLS@
315USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
316USE_LIBRTMP = @USE_LIBRTMP@
317USE_LIBSSH2 = @USE_LIBSSH2@
318USE_MBEDTLS = @USE_MBEDTLS@
319USE_NGHTTP2 = @USE_NGHTTP2@
320USE_NSS = @USE_NSS@
321USE_OPENLDAP = @USE_OPENLDAP@
322USE_POLARSSL = @USE_POLARSSL@
323USE_SCHANNEL = @USE_SCHANNEL@
324USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
325USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
326VERSION = @VERSION@
327VERSIONNUM = @VERSIONNUM@
328ZLIB_LIBS = @ZLIB_LIBS@
329ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
330abs_builddir = @abs_builddir@
331abs_srcdir = @abs_srcdir@
332abs_top_builddir = @abs_top_builddir@
333abs_top_srcdir = @abs_top_srcdir@
334ac_ct_AR = @ac_ct_AR@
335ac_ct_CC = @ac_ct_CC@
336ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
337am__include = @am__include@
338am__leading_dot = @am__leading_dot@
339am__quote = @am__quote@
340am__tar = @am__tar@
341am__untar = @am__untar@
342bindir = @bindir@
343build = @build@
344build_alias = @build_alias@
345build_cpu = @build_cpu@
346build_os = @build_os@
347build_vendor = @build_vendor@
348builddir = @builddir@
349datadir = @datadir@
350datarootdir = @datarootdir@
351docdir = @docdir@
352dvidir = @dvidir@
353exec_prefix = @exec_prefix@
354host = @host@
355host_alias = @host_alias@
356host_cpu = @host_cpu@
357host_os = @host_os@
358host_vendor = @host_vendor@
359htmldir = @htmldir@
360includedir = @includedir@
361infodir = @infodir@
362install_sh = @install_sh@
363libdir = @libdir@
364libexecdir = @libexecdir@
365libext = @libext@
366localedir = @localedir@
367localstatedir = @localstatedir@
368mandir = @mandir@
369mkdir_p = @mkdir_p@
370oldincludedir = @oldincludedir@
371pdfdir = @pdfdir@
372prefix = @prefix@
373program_transform_name = @program_transform_name@
374psdir = @psdir@
375runstatedir = @runstatedir@
376sbindir = @sbindir@
377sharedstatedir = @sharedstatedir@
378srcdir = @srcdir@
379subdirs = @subdirs@
380sysconfdir = @sysconfdir@
381target_alias = @target_alias@
382top_build_prefix = @top_build_prefix@
383top_builddir = @top_builddir@
384top_srcdir = @top_srcdir@
385
386#***************************************************************************
387# _ _ ____ _
388# Project ___| | | | _ \| |
389# / __| | | | |_) | |
390# | (__| |_| | _ <| |___
391# \___|\___/|_| \_\_____|
392#
393# Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
394#
395# This software is licensed as described in the file COPYING, which
396# you should have received as part of this distribution. The terms
397# are also available at https://curl.haxx.se/docs/copyright.html.
398#
399# You may opt to use, copy, modify, merge, publish, distribute and/or sell
400# copies of the Software, and permit persons to whom the Software is
401# furnished to do so, under the terms of the COPYING file.
402#
403# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
404# KIND, either express or implied.
405#
406###########################################################################
407pkginclude_HEADERS = \
408 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
409 typecheck-gcc.h curlbuild.h curlrules.h system.h
410
411
412# curlbuild.h does not exist in the git tree. When the original libcurl
413# source code distribution archive file is created, curlbuild.h.dist is
414# renamed to curlbuild.h and included in the tarball so that it can be
415# used directly on non-configure systems.
416#
417# The distributed curlbuild.h will be overwritten on configure systems
418# when the configure script runs, with one that is suitable and specific
419# to the library being configured and built.
420#
421# curlbuild.h.in is the distributed template file from which the configure
422# script creates curlbuild.h at library configuration time, overwiting the
423# one included in the distribution archive.
424#
425# curlbuild.h.dist is not included in the source code distribution archive.
426EXTRA_DIST = curlbuild.h.in
427DISTCLEANFILES = curlbuild.h
428all: curlbuild.h
429 $(MAKE) $(AM_MAKEFLAGS) all-am
430
431.SUFFIXES:
432$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
433 @for dep in $?; do \
434 case '$(am__configure_deps)' in \
435 *$$dep*) \
436 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
437 && { if test -f $@; then exit 0; else break; fi; }; \
438 exit 1;; \
439 esac; \
440 done; \
441 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/curl/Makefile'; \
442 $(am__cd) $(top_srcdir) && \
443 $(AUTOMAKE) --foreign include/curl/Makefile
444Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
445 @case '$?' in \
446 *config.status*) \
447 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
448 *) \
449 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
450 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
451 esac;
452
453$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
454 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
455
456$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
459 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460$(am__aclocal_m4_deps):
461
462curlbuild.h: stamp-h2
463 @test -f $@ || rm -f stamp-h2
464 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
465
466stamp-h2: $(srcdir)/curlbuild.h.in $(top_builddir)/config.status
467 @rm -f stamp-h2
468 cd $(top_builddir) && $(SHELL) ./config.status include/curl/curlbuild.h
469
470distclean-hdr:
471 -rm -f curlbuild.h stamp-h2
472
473mostlyclean-libtool:
474 -rm -f *.lo
475
476clean-libtool:
477 -rm -rf .libs _libs
478install-pkgincludeHEADERS: $(pkginclude_HEADERS)
479 @$(NORMAL_INSTALL)
480 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
481 if test -n "$$list"; then \
482 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
483 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
484 fi; \
485 for p in $$list; do \
486 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
487 echo "$$d$$p"; \
488 done | $(am__base_list) | \
489 while read files; do \
490 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
491 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
492 done
493
494uninstall-pkgincludeHEADERS:
495 @$(NORMAL_UNINSTALL)
496 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
497 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
498 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
499
500ID: $(am__tagged_files)
501 $(am__define_uniq_tagged_files); mkid -fID $$unique
502tags: tags-am
503TAGS: tags
504
505tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506 set x; \
507 here=`pwd`; \
508 $(am__define_uniq_tagged_files); \
509 shift; \
510 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
511 test -n "$$unique" || unique=$$empty_fix; \
512 if test $$# -gt 0; then \
513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514 "$$@" $$unique; \
515 else \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 $$unique; \
518 fi; \
519 fi
520ctags: ctags-am
521
522CTAGS: ctags
523ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524 $(am__define_uniq_tagged_files); \
525 test -z "$(CTAGS_ARGS)$$unique" \
526 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527 $$unique
528
529GTAGS:
530 here=`$(am__cd) $(top_builddir) && pwd` \
531 && $(am__cd) $(top_srcdir) \
532 && gtags -i $(GTAGS_ARGS) "$$here"
533cscopelist: cscopelist-am
534
535cscopelist-am: $(am__tagged_files)
536 list='$(am__tagged_files)'; \
537 case "$(srcdir)" in \
538 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
539 *) sdir=$(subdir)/$(srcdir) ;; \
540 esac; \
541 for i in $$list; do \
542 if test -f "$$i"; then \
543 echo "$(subdir)/$$i"; \
544 else \
545 echo "$$sdir/$$i"; \
546 fi; \
547 done >> $(top_builddir)/cscope.files
548
549distclean-tags:
550 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
551
552distdir: $(DISTFILES)
553 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555 list='$(DISTFILES)'; \
556 dist_files=`for file in $$list; do echo $$file; done | \
557 sed -e "s|^$$srcdirstrip/||;t" \
558 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
559 case $$dist_files in \
560 */*) $(MKDIR_P) `echo "$$dist_files" | \
561 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
562 sort -u` ;; \
563 esac; \
564 for file in $$dist_files; do \
565 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566 if test -d $$d/$$file; then \
567 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
568 if test -d "$(distdir)/$$file"; then \
569 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570 fi; \
571 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
572 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
573 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574 fi; \
575 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
576 else \
577 test -f "$(distdir)/$$file" \
578 || cp -p $$d/$$file "$(distdir)/$$file" \
579 || exit 1; \
580 fi; \
581 done
582check-am: all-am
583check: check-am
584@CURLDEBUG_FALSE@all-local:
585all-am: Makefile $(HEADERS) curlbuild.h all-local
586installdirs:
587 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
588 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
589 done
590install: install-am
591install-exec: install-exec-am
592install-data: install-data-am
593uninstall: uninstall-am
594
595install-am: all-am
596 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
597
598installcheck: installcheck-am
599install-strip:
600 if test -z '$(STRIP)'; then \
601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603 install; \
604 else \
605 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
607 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
608 fi
609mostlyclean-generic:
610
611clean-generic:
612
613distclean-generic:
614 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
615 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
616 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
617
618maintainer-clean-generic:
619 @echo "This command is intended for maintainers to use"
620 @echo "it deletes files that may require special tools to rebuild."
621clean: clean-am
622
623clean-am: clean-generic clean-libtool mostlyclean-am
624
625distclean: distclean-am
626 -rm -f Makefile
627distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
628
629dvi: dvi-am
630
631dvi-am:
632
633html: html-am
634
635html-am:
636
637info: info-am
638
639info-am:
640
641install-data-am: install-pkgincludeHEADERS
642
643install-dvi: install-dvi-am
644
645install-dvi-am:
646
647install-exec-am:
648
649install-html: install-html-am
650
651install-html-am:
652
653install-info: install-info-am
654
655install-info-am:
656
657install-man:
658
659install-pdf: install-pdf-am
660
661install-pdf-am:
662
663install-ps: install-ps-am
664
665install-ps-am:
666
667installcheck-am:
668
669maintainer-clean: maintainer-clean-am
670 -rm -f Makefile
671maintainer-clean-am: distclean-am maintainer-clean-generic
672
673mostlyclean: mostlyclean-am
674
675mostlyclean-am: mostlyclean-generic mostlyclean-libtool
676
677pdf: pdf-am
678
679pdf-am:
680
681ps: ps-am
682
683ps-am:
684
685uninstall-am: uninstall-pkgincludeHEADERS
686
687.MAKE: all install-am install-strip
688
689.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
690 clean-generic clean-libtool cscopelist-am ctags ctags-am \
691 distclean distclean-generic distclean-hdr distclean-libtool \
692 distclean-tags distdir dvi dvi-am html html-am info info-am \
693 install install-am install-data install-data-am install-dvi \
694 install-dvi-am install-exec install-exec-am install-html \
695 install-html-am install-info install-info-am install-man \
696 install-pdf install-pdf-am install-pkgincludeHEADERS \
697 install-ps install-ps-am install-strip installcheck \
698 installcheck-am installdirs maintainer-clean \
699 maintainer-clean-generic mostlyclean mostlyclean-generic \
700 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
701 uninstall-am uninstall-pkgincludeHEADERS
702
703.PRECIOUS: Makefile
704
705
706checksrc:
707 @@PERL@ $(top_srcdir)/lib/checksrc.pl -Wcurlbuild.h -D$(top_srcdir)/include/curl $(pkginclude_HEADERS) $(EXTRA_DIST)
708
709# for debug builds, we scan the sources on all regular make invokes
710@CURLDEBUG_TRUE@all-local: checksrc
711
712# Tell versions [3.59,3.63) of GNU make to not export all variables.
713# Otherwise a system limit (for SysV at least) may be exceeded.
714.NOEXPORT: