VirtualBox

source: vbox/trunk/src/libs/curl-7.87.0/include/curl/Makefile.in@ 99012

Last change on this file since 99012 was 98326, checked in by vboxsync, 2 years ago

curl-7.87.0: Applied and adjusted our curl changes to 7.83.1. bugref:10356

  • Property svn:eol-style set to native
File size: 21.7 KB
Line 
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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/curl-amissl.m4 \
93 $(top_srcdir)/m4/curl-bearssl.m4 \
94 $(top_srcdir)/m4/curl-compilers.m4 \
95 $(top_srcdir)/m4/curl-confopts.m4 \
96 $(top_srcdir)/m4/curl-functions.m4 \
97 $(top_srcdir)/m4/curl-gnutls.m4 \
98 $(top_srcdir)/m4/curl-mbedtls.m4 $(top_srcdir)/m4/curl-nss.m4 \
99 $(top_srcdir)/m4/curl-openssl.m4 \
100 $(top_srcdir)/m4/curl-override.m4 \
101 $(top_srcdir)/m4/curl-reentrant.m4 \
102 $(top_srcdir)/m4/curl-rustls.m4 \
103 $(top_srcdir)/m4/curl-schannel.m4 \
104 $(top_srcdir)/m4/curl-sectransp.m4 \
105 $(top_srcdir)/m4/curl-sysconfig.m4 \
106 $(top_srcdir)/m4/curl-wolfssl.m4 $(top_srcdir)/m4/libtool.m4 \
107 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
108 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
109 $(top_srcdir)/m4/xc-am-iface.m4 \
110 $(top_srcdir)/m4/xc-cc-check.m4 \
111 $(top_srcdir)/m4/xc-lt-iface.m4 \
112 $(top_srcdir)/m4/xc-translit.m4 \
113 $(top_srcdir)/m4/xc-val-flgs.m4 \
114 $(top_srcdir)/m4/zz40-xc-ovr.m4 \
115 $(top_srcdir)/m4/zz50-xc-ovr.m4 \
116 $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
117 $(top_srcdir)/configure.ac
118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
119 $(ACLOCAL_M4)
120DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
121 $(am__DIST_COMMON)
122mkinstalldirs = $(install_sh) -d
123CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
124CONFIG_CLEAN_FILES =
125CONFIG_CLEAN_VPATH_FILES =
126AM_V_P = $(am__v_P_@AM_V@)
127am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128am__v_P_0 = false
129am__v_P_1 = :
130AM_V_GEN = $(am__v_GEN_@AM_V@)
131am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132am__v_GEN_0 = @echo " GEN " $@;
133am__v_GEN_1 =
134AM_V_at = $(am__v_at_@AM_V@)
135am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136am__v_at_0 = @
137am__v_at_1 =
138SOURCES =
139DIST_SOURCES =
140am__can_run_installinfo = \
141 case $$AM_UPDATE_INFO_DIR in \
142 n|no|NO) false;; \
143 *) (install-info --version) >/dev/null 2>&1;; \
144 esac
145am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
146am__vpath_adj = case $$p in \
147 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
148 *) f=$$p;; \
149 esac;
150am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
151am__install_max = 40
152am__nobase_strip_setup = \
153 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
154am__nobase_strip = \
155 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
156am__nobase_list = $(am__nobase_strip_setup); \
157 for p in $$list; do echo "$$p $$p"; done | \
158 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
159 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
160 if (++n[$$2] == $(am__install_max)) \
161 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
162 END { for (dir in files) print dir, files[dir] }'
163am__base_list = \
164 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
165 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
166am__uninstall_files_from_dir = { \
167 test -z "$$files" \
168 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
169 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
170 $(am__cd) "$$dir" && rm -f $$files; }; \
171 }
172am__installdirs = "$(DESTDIR)$(pkgincludedir)"
173HEADERS = $(pkginclude_HEADERS)
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175# Read a list of newline-separated strings from the standard input,
176# and print each of them once, without duplicates. Input order is
177# *not* preserved.
178am__uniquify_input = $(AWK) '\
179 BEGIN { nonempty = 0; } \
180 { items[$$0] = 1; nonempty = 1; } \
181 END { if (nonempty) { for (i in items) print i; }; } \
182'
183# Make sure the list of sources is unique. This is necessary because,
184# e.g., the same source file might be shared among _SOURCES variables
185# for different programs/libraries.
186am__define_uniq_tagged_files = \
187 list='$(am__tagged_files)'; \
188 unique=`for i in $$list; do \
189 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190 done | $(am__uniquify_input)`
191am__DIST_COMMON = $(srcdir)/Makefile.in
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193pkgincludedir = $(includedir)/curl
194ACLOCAL = @ACLOCAL@
195AMTAR = @AMTAR@
196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
197AR = @AR@
198AR_FLAGS = @AR_FLAGS@
199AS = @AS@
200AUTOCONF = @AUTOCONF@
201AUTOHEADER = @AUTOHEADER@
202AUTOMAKE = @AUTOMAKE@
203AWK = @AWK@
204BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
205CC = @CC@
206CCDEPMODE = @CCDEPMODE@
207CFLAGS = @CFLAGS@
208CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
209CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
213CSCOPE = @CSCOPE@
214CTAGS = @CTAGS@
215CURLVERSION = @CURLVERSION@
216CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
217CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
218CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
219CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
220CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
221CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
222CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
223CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
224CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
225CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
226CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
227CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
228CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
229CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
230CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
231CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
232CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
233CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
234CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
235CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
236CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
237CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
238CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
239CYGPATH_W = @CYGPATH_W@
240DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
241DEFS = @DEFS@
242DEPDIR = @DEPDIR@
243DLLTOOL = @DLLTOOL@
244DSYMUTIL = @DSYMUTIL@
245DUMPBIN = @DUMPBIN@
246ECHO_C = @ECHO_C@
247ECHO_N = @ECHO_N@
248ECHO_T = @ECHO_T@
249EGREP = @EGREP@
250ENABLE_SHARED = @ENABLE_SHARED@
251ENABLE_STATIC = @ENABLE_STATIC@
252ETAGS = @ETAGS@
253EXEEXT = @EXEEXT@
254FGREP = @FGREP@
255FILECMD = @FILECMD@
256FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
257GCOV = @GCOV@
258GREP = @GREP@
259HAVE_BROTLI = @HAVE_BROTLI@
260HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
261HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
262HAVE_LIBZ = @HAVE_LIBZ@
263HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
264HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
265HAVE_ZSTD = @HAVE_ZSTD@
266IDN_ENABLED = @IDN_ENABLED@
267INSTALL = @INSTALL@
268INSTALL_DATA = @INSTALL_DATA@
269INSTALL_PROGRAM = @INSTALL_PROGRAM@
270INSTALL_SCRIPT = @INSTALL_SCRIPT@
271INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
272IPV6_ENABLED = @IPV6_ENABLED@
273LCOV = @LCOV@
274LD = @LD@
275LDFLAGS = @LDFLAGS@
276LIBCURL_LIBS = @LIBCURL_LIBS@
277LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
278LIBOBJS = @LIBOBJS@
279LIBS = @LIBS@
280LIBTOOL = @LIBTOOL@
281LIPO = @LIPO@
282LN_S = @LN_S@
283LTLIBOBJS = @LTLIBOBJS@
284LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
285MAINT = @MAINT@
286MAKEINFO = @MAKEINFO@
287MANIFEST_TOOL = @MANIFEST_TOOL@
288MANOPT = @MANOPT@
289MKDIR_P = @MKDIR_P@
290NM = @NM@
291NMEDIT = @NMEDIT@
292NROFF = @NROFF@
293NSS_LIBS = @NSS_LIBS@
294OBJDUMP = @OBJDUMP@
295OBJEXT = @OBJEXT@
296OTOOL = @OTOOL@
297OTOOL64 = @OTOOL64@
298PACKAGE = @PACKAGE@
299PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
300PACKAGE_NAME = @PACKAGE_NAME@
301PACKAGE_STRING = @PACKAGE_STRING@
302PACKAGE_TARNAME = @PACKAGE_TARNAME@
303PACKAGE_URL = @PACKAGE_URL@
304PACKAGE_VERSION = @PACKAGE_VERSION@
305PATH_SEPARATOR = @PATH_SEPARATOR@
306PERL = @PERL@
307PKGADD_NAME = @PKGADD_NAME@
308PKGADD_PKG = @PKGADD_PKG@
309PKGADD_VENDOR = @PKGADD_VENDOR@
310PKGCONFIG = @PKGCONFIG@
311RANDOM_FILE = @RANDOM_FILE@
312RANLIB = @RANLIB@
313RC = @RC@
314REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318SSL_BACKENDS = @SSL_BACKENDS@
319SSL_ENABLED = @SSL_ENABLED@
320SSL_LIBS = @SSL_LIBS@
321STRIP = @STRIP@
322SUPPORT_FEATURES = @SUPPORT_FEATURES@
323SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
324TEST_NGHTTPX = @TEST_NGHTTPX@
325USE_ARES = @USE_ARES@
326USE_BEARSSL = @USE_BEARSSL@
327USE_GNUTLS = @USE_GNUTLS@
328USE_HYPER = @USE_HYPER@
329USE_LIBRTMP = @USE_LIBRTMP@
330USE_LIBSSH = @USE_LIBSSH@
331USE_LIBSSH2 = @USE_LIBSSH2@
332USE_MBEDTLS = @USE_MBEDTLS@
333USE_MSH3 = @USE_MSH3@
334USE_NGHTTP2 = @USE_NGHTTP2@
335USE_NGHTTP3 = @USE_NGHTTP3@
336USE_NGTCP2 = @USE_NGTCP2@
337USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
338USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
339USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
340USE_NSS = @USE_NSS@
341USE_OPENLDAP = @USE_OPENLDAP@
342USE_QUICHE = @USE_QUICHE@
343USE_RUSTLS = @USE_RUSTLS@
344USE_SCHANNEL = @USE_SCHANNEL@
345USE_SECTRANSP = @USE_SECTRANSP@
346USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
347USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
348USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
349USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
350USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
351USE_WOLFSSH = @USE_WOLFSSH@
352USE_WOLFSSL = @USE_WOLFSSL@
353VERSION = @VERSION@
354VERSIONNUM = @VERSIONNUM@
355ZLIB_LIBS = @ZLIB_LIBS@
356ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
357abs_builddir = @abs_builddir@
358abs_srcdir = @abs_srcdir@
359abs_top_builddir = @abs_top_builddir@
360abs_top_srcdir = @abs_top_srcdir@
361ac_ct_AR = @ac_ct_AR@
362ac_ct_CC = @ac_ct_CC@
363ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
364am__include = @am__include@
365am__leading_dot = @am__leading_dot@
366am__quote = @am__quote@
367am__tar = @am__tar@
368am__untar = @am__untar@
369bindir = @bindir@
370build = @build@
371build_alias = @build_alias@
372build_cpu = @build_cpu@
373build_os = @build_os@
374build_vendor = @build_vendor@
375builddir = @builddir@
376datadir = @datadir@
377datarootdir = @datarootdir@
378docdir = @docdir@
379dvidir = @dvidir@
380exec_prefix = @exec_prefix@
381host = @host@
382host_alias = @host_alias@
383host_cpu = @host_cpu@
384host_os = @host_os@
385host_vendor = @host_vendor@
386htmldir = @htmldir@
387includedir = @includedir@
388infodir = @infodir@
389install_sh = @install_sh@
390libdir = @libdir@
391libexecdir = @libexecdir@
392libext = @libext@
393localedir = @localedir@
394localstatedir = @localstatedir@
395mandir = @mandir@
396mkdir_p = @mkdir_p@
397oldincludedir = @oldincludedir@
398pdfdir = @pdfdir@
399prefix = @prefix@
400program_transform_name = @program_transform_name@
401psdir = @psdir@
402runstatedir = @runstatedir@
403sbindir = @sbindir@
404sharedstatedir = @sharedstatedir@
405srcdir = @srcdir@
406sysconfdir = @sysconfdir@
407target_alias = @target_alias@
408top_build_prefix = @top_build_prefix@
409top_builddir = @top_builddir@
410top_srcdir = @top_srcdir@
411
412#***************************************************************************
413# _ _ ____ _
414# Project ___| | | | _ \| |
415# / __| | | | |_) | |
416# | (__| |_| | _ <| |___
417# \___|\___/|_| \_\_____|
418#
419# Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
420#
421# This software is licensed as described in the file COPYING, which
422# you should have received as part of this distribution. The terms
423# are also available at https://curl.se/docs/copyright.html.
424#
425# You may opt to use, copy, modify, merge, publish, distribute and/or sell
426# copies of the Software, and permit persons to whom the Software is
427# furnished to do so, under the terms of the COPYING file.
428#
429# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
430# KIND, either express or implied.
431#
432# SPDX-License-Identifier: curl
433#
434###########################################################################
435pkginclude_HEADERS = \
436 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
437 typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h
438
439CHECKSRC = $(CS_$(V))
440CS_0 = @echo " RUN " $@;
441CS_1 =
442CS_ = $(CS_0)
443all: all-am
444
445.SUFFIXES:
446$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
447 @for dep in $?; do \
448 case '$(am__configure_deps)' in \
449 *$$dep*) \
450 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
451 && { if test -f $@; then exit 0; else break; fi; }; \
452 exit 1;; \
453 esac; \
454 done; \
455 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/curl/Makefile'; \
456 $(am__cd) $(top_srcdir) && \
457 $(AUTOMAKE) --gnu include/curl/Makefile
458Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
459 @case '$?' in \
460 *config.status*) \
461 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
462 *) \
463 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
464 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
465 esac;
466
467$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
468 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469
470$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474$(am__aclocal_m4_deps):
475
476mostlyclean-libtool:
477 -rm -f *.lo
478
479clean-libtool:
480 -rm -rf .libs _libs
481install-pkgincludeHEADERS: $(pkginclude_HEADERS)
482 @$(NORMAL_INSTALL)
483 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
484 if test -n "$$list"; then \
485 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
486 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
487 fi; \
488 for p in $$list; do \
489 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
490 echo "$$d$$p"; \
491 done | $(am__base_list) | \
492 while read files; do \
493 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
494 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
495 done
496
497uninstall-pkgincludeHEADERS:
498 @$(NORMAL_UNINSTALL)
499 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
500 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
501 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
502
503ID: $(am__tagged_files)
504 $(am__define_uniq_tagged_files); mkid -fID $$unique
505tags: tags-am
506TAGS: tags
507
508tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509 set x; \
510 here=`pwd`; \
511 $(am__define_uniq_tagged_files); \
512 shift; \
513 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514 test -n "$$unique" || unique=$$empty_fix; \
515 if test $$# -gt 0; then \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 "$$@" $$unique; \
518 else \
519 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520 $$unique; \
521 fi; \
522 fi
523ctags: ctags-am
524
525CTAGS: ctags
526ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527 $(am__define_uniq_tagged_files); \
528 test -z "$(CTAGS_ARGS)$$unique" \
529 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 $$unique
531
532GTAGS:
533 here=`$(am__cd) $(top_builddir) && pwd` \
534 && $(am__cd) $(top_srcdir) \
535 && gtags -i $(GTAGS_ARGS) "$$here"
536cscopelist: cscopelist-am
537
538cscopelist-am: $(am__tagged_files)
539 list='$(am__tagged_files)'; \
540 case "$(srcdir)" in \
541 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
542 *) sdir=$(subdir)/$(srcdir) ;; \
543 esac; \
544 for i in $$list; do \
545 if test -f "$$i"; then \
546 echo "$(subdir)/$$i"; \
547 else \
548 echo "$$sdir/$$i"; \
549 fi; \
550 done >> $(top_builddir)/cscope.files
551
552distclean-tags:
553 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554distdir: $(BUILT_SOURCES)
555 $(MAKE) $(AM_MAKEFLAGS) distdir-am
556
557distdir-am: $(DISTFILES)
558 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560 list='$(DISTFILES)'; \
561 dist_files=`for file in $$list; do echo $$file; done | \
562 sed -e "s|^$$srcdirstrip/||;t" \
563 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
564 case $$dist_files in \
565 */*) $(MKDIR_P) `echo "$$dist_files" | \
566 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
567 sort -u` ;; \
568 esac; \
569 for file in $$dist_files; do \
570 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
571 if test -d $$d/$$file; then \
572 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
573 if test -d "$(distdir)/$$file"; then \
574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575 fi; \
576 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
577 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
578 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
579 fi; \
580 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
581 else \
582 test -f "$(distdir)/$$file" \
583 || cp -p $$d/$$file "$(distdir)/$$file" \
584 || exit 1; \
585 fi; \
586 done
587check-am: all-am
588check: check-am
589@CURLDEBUG_FALSE@all-local:
590all-am: Makefile $(HEADERS) all-local
591installdirs:
592 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
593 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
594 done
595install: install-am
596install-exec: install-exec-am
597install-data: install-data-am
598uninstall: uninstall-am
599
600install-am: all-am
601 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
602
603installcheck: installcheck-am
604install-strip:
605 if test -z '$(STRIP)'; then \
606 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
607 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
608 install; \
609 else \
610 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
613 fi
614mostlyclean-generic:
615
616clean-generic:
617
618distclean-generic:
619 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
620 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
621
622maintainer-clean-generic:
623 @echo "This command is intended for maintainers to use"
624 @echo "it deletes files that may require special tools to rebuild."
625clean: clean-am
626
627clean-am: clean-generic clean-libtool mostlyclean-am
628
629distclean: distclean-am
630 -rm -f Makefile
631distclean-am: clean-am distclean-generic distclean-tags
632
633dvi: dvi-am
634
635dvi-am:
636
637html: html-am
638
639html-am:
640
641info: info-am
642
643info-am:
644
645install-data-am: install-pkgincludeHEADERS
646
647install-dvi: install-dvi-am
648
649install-dvi-am:
650
651install-exec-am:
652
653install-html: install-html-am
654
655install-html-am:
656
657install-info: install-info-am
658
659install-info-am:
660
661install-man:
662
663install-pdf: install-pdf-am
664
665install-pdf-am:
666
667install-ps: install-ps-am
668
669install-ps-am:
670
671installcheck-am:
672
673maintainer-clean: maintainer-clean-am
674 -rm -f Makefile
675maintainer-clean-am: distclean-am maintainer-clean-generic
676
677mostlyclean: mostlyclean-am
678
679mostlyclean-am: mostlyclean-generic mostlyclean-libtool
680
681pdf: pdf-am
682
683pdf-am:
684
685ps: ps-am
686
687ps-am:
688
689uninstall-am: uninstall-pkgincludeHEADERS
690
691.MAKE: install-am install-strip
692
693.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
694 clean-generic clean-libtool cscopelist-am ctags ctags-am \
695 distclean distclean-generic distclean-libtool distclean-tags \
696 distdir dvi dvi-am html html-am info info-am install \
697 install-am install-data install-data-am install-dvi \
698 install-dvi-am install-exec install-exec-am install-html \
699 install-html-am install-info install-info-am install-man \
700 install-pdf install-pdf-am install-pkgincludeHEADERS \
701 install-ps install-ps-am install-strip installcheck \
702 installcheck-am installdirs maintainer-clean \
703 maintainer-clean-generic mostlyclean mostlyclean-generic \
704 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
705 uninstall-am uninstall-pkgincludeHEADERS
706
707.PRECIOUS: Makefile
708
709
710checksrc:
711 $(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
712
713# for debug builds, we scan the sources on all regular make invokes
714@CURLDEBUG_TRUE@all-local: checksrc
715
716# Tell versions [3.59,3.63) of GNU make to not export all variables.
717# Otherwise a system limit (for SysV at least) may be exceeded.
718.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette