VirtualBox

source: vbox/trunk/src/libs/curl-8.7.1/include/curl/Makefile.in@ 107044

Last change on this file since 107044 was 104083, checked in by vboxsync, 11 months ago

curl-8.7.1: Applied and adjusted our curl changes to 8.4.0. bugref:10639

  • Property svn:eol-style set to native
File size: 21.9 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 \
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@
197APACHECTL = @APACHECTL@
198APXS = @APXS@
199AR = @AR@
200AR_FLAGS = @AR_FLAGS@
201AS = @AS@
202AUTOCONF = @AUTOCONF@
203AUTOHEADER = @AUTOHEADER@
204AUTOMAKE = @AUTOMAKE@
205AWK = @AWK@
206BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
207CADDY = @CADDY@
208CC = @CC@
209CCDEPMODE = @CCDEPMODE@
210CFLAGS = @CFLAGS@
211CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
212CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
213CPP = @CPP@
214CPPFLAGS = @CPPFLAGS@
215CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
216CSCOPE = @CSCOPE@
217CTAGS = @CTAGS@
218CURLVERSION = @CURLVERSION@
219CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
220CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
221CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
222CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
223CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
224CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
225CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
226CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
227CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
228CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
229CURL_DISABLE_MQTT = @CURL_DISABLE_MQTT@
230CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
231CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
232CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
233CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
234CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
235CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
236CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
237CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
238CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
239CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
240CURL_PLIST_VERSION = @CURL_PLIST_VERSION@
241CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
242CYGPATH_W = @CYGPATH_W@
243DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
244DEFS = @DEFS@
245DEPDIR = @DEPDIR@
246DLLTOOL = @DLLTOOL@
247DSYMUTIL = @DSYMUTIL@
248DUMPBIN = @DUMPBIN@
249ECHO_C = @ECHO_C@
250ECHO_N = @ECHO_N@
251ECHO_T = @ECHO_T@
252EGREP = @EGREP@
253ENABLE_SHARED = @ENABLE_SHARED@
254ENABLE_STATIC = @ENABLE_STATIC@
255ETAGS = @ETAGS@
256EXEEXT = @EXEEXT@
257FGREP = @FGREP@
258FILECMD = @FILECMD@
259FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
260GCOV = @GCOV@
261GREP = @GREP@
262HAVE_BROTLI = @HAVE_BROTLI@
263HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
264HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
265HAVE_LIBZ = @HAVE_LIBZ@
266HAVE_OPENSSL_QUIC = @HAVE_OPENSSL_QUIC@
267HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
268HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
269HAVE_ZSTD = @HAVE_ZSTD@
270HTTPD = @HTTPD@
271HTTPD_NGHTTPX = @HTTPD_NGHTTPX@
272IDN_ENABLED = @IDN_ENABLED@
273INSTALL = @INSTALL@
274INSTALL_DATA = @INSTALL_DATA@
275INSTALL_PROGRAM = @INSTALL_PROGRAM@
276INSTALL_SCRIPT = @INSTALL_SCRIPT@
277INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
278IPV6_ENABLED = @IPV6_ENABLED@
279LCOV = @LCOV@
280LD = @LD@
281LDFLAGS = @LDFLAGS@
282LIBCURL_LIBS = @LIBCURL_LIBS@
283LIBCURL_NO_SHARED = @LIBCURL_NO_SHARED@
284LIBOBJS = @LIBOBJS@
285LIBS = @LIBS@
286LIBTOOL = @LIBTOOL@
287LIPO = @LIPO@
288LN_S = @LN_S@
289LTLIBOBJS = @LTLIBOBJS@
290LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
291MAINT = @MAINT@
292MAKEINFO = @MAKEINFO@
293MANIFEST_TOOL = @MANIFEST_TOOL@
294MKDIR_P = @MKDIR_P@
295NM = @NM@
296NMEDIT = @NMEDIT@
297OBJDUMP = @OBJDUMP@
298OBJEXT = @OBJEXT@
299OTOOL = @OTOOL@
300OTOOL64 = @OTOOL64@
301PACKAGE = @PACKAGE@
302PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
303PACKAGE_NAME = @PACKAGE_NAME@
304PACKAGE_STRING = @PACKAGE_STRING@
305PACKAGE_TARNAME = @PACKAGE_TARNAME@
306PACKAGE_URL = @PACKAGE_URL@
307PACKAGE_VERSION = @PACKAGE_VERSION@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309PERL = @PERL@
310PKGADD_NAME = @PKGADD_NAME@
311PKGADD_PKG = @PKGADD_PKG@
312PKGADD_VENDOR = @PKGADD_VENDOR@
313PKGCONFIG = @PKGCONFIG@
314RANDOM_FILE = @RANDOM_FILE@
315RANLIB = @RANLIB@
316RC = @RC@
317REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
318SED = @SED@
319SET_MAKE = @SET_MAKE@
320SHELL = @SHELL@
321SSL_BACKENDS = @SSL_BACKENDS@
322SSL_ENABLED = @SSL_ENABLED@
323SSL_LIBS = @SSL_LIBS@
324STRIP = @STRIP@
325SUPPORT_FEATURES = @SUPPORT_FEATURES@
326SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
327TEST_NGHTTPX = @TEST_NGHTTPX@
328USE_ARES = @USE_ARES@
329USE_BEARSSL = @USE_BEARSSL@
330USE_GNUTLS = @USE_GNUTLS@
331USE_HYPER = @USE_HYPER@
332USE_LIBPSL = @USE_LIBPSL@
333USE_LIBRTMP = @USE_LIBRTMP@
334USE_LIBSSH = @USE_LIBSSH@
335USE_LIBSSH2 = @USE_LIBSSH2@
336USE_MBEDTLS = @USE_MBEDTLS@
337USE_MSH3 = @USE_MSH3@
338USE_NGHTTP2 = @USE_NGHTTP2@
339USE_NGHTTP3 = @USE_NGHTTP3@
340USE_NGTCP2 = @USE_NGTCP2@
341USE_NGTCP2_CRYPTO_BORINGSSL = @USE_NGTCP2_CRYPTO_BORINGSSL@
342USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
343USE_NGTCP2_CRYPTO_QUICTLS = @USE_NGTCP2_CRYPTO_QUICTLS@
344USE_NGTCP2_CRYPTO_WOLFSSL = @USE_NGTCP2_CRYPTO_WOLFSSL@
345USE_NGTCP2_H3 = @USE_NGTCP2_H3@
346USE_OPENLDAP = @USE_OPENLDAP@
347USE_OPENSSL_H3 = @USE_OPENSSL_H3@
348USE_OPENSSL_QUIC = @USE_OPENSSL_QUIC@
349USE_QUICHE = @USE_QUICHE@
350USE_RUSTLS = @USE_RUSTLS@
351USE_SCHANNEL = @USE_SCHANNEL@
352USE_SECTRANSP = @USE_SECTRANSP@
353USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
354USE_WIN32_CRYPTO = @USE_WIN32_CRYPTO@
355USE_WIN32_LARGE_FILES = @USE_WIN32_LARGE_FILES@
356USE_WIN32_SMALL_FILES = @USE_WIN32_SMALL_FILES@
357USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
358USE_WOLFSSH = @USE_WOLFSSH@
359USE_WOLFSSL = @USE_WOLFSSL@
360VERSION = @VERSION@
361VERSIONNUM = @VERSIONNUM@
362ZLIB_LIBS = @ZLIB_LIBS@
363ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
364abs_builddir = @abs_builddir@
365abs_srcdir = @abs_srcdir@
366abs_top_builddir = @abs_top_builddir@
367abs_top_srcdir = @abs_top_srcdir@
368ac_ct_AR = @ac_ct_AR@
369ac_ct_CC = @ac_ct_CC@
370ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
371am__include = @am__include@
372am__leading_dot = @am__leading_dot@
373am__quote = @am__quote@
374am__tar = @am__tar@
375am__untar = @am__untar@
376bindir = @bindir@
377build = @build@
378build_alias = @build_alias@
379build_cpu = @build_cpu@
380build_os = @build_os@
381build_vendor = @build_vendor@
382builddir = @builddir@
383datadir = @datadir@
384datarootdir = @datarootdir@
385docdir = @docdir@
386dvidir = @dvidir@
387exec_prefix = @exec_prefix@
388host = @host@
389host_alias = @host_alias@
390host_cpu = @host_cpu@
391host_os = @host_os@
392host_vendor = @host_vendor@
393htmldir = @htmldir@
394includedir = @includedir@
395infodir = @infodir@
396install_sh = @install_sh@
397libdir = @libdir@
398libexecdir = @libexecdir@
399libext = @libext@
400localedir = @localedir@
401localstatedir = @localstatedir@
402mandir = @mandir@
403mkdir_p = @mkdir_p@
404oldincludedir = @oldincludedir@
405pdfdir = @pdfdir@
406prefix = @prefix@
407program_transform_name = @program_transform_name@
408psdir = @psdir@
409runstatedir = @runstatedir@
410sbindir = @sbindir@
411sharedstatedir = @sharedstatedir@
412srcdir = @srcdir@
413sysconfdir = @sysconfdir@
414target_alias = @target_alias@
415top_build_prefix = @top_build_prefix@
416top_builddir = @top_builddir@
417top_srcdir = @top_srcdir@
418
419#***************************************************************************
420# _ _ ____ _
421# Project ___| | | | _ \| |
422# / __| | | | |_) | |
423# | (__| |_| | _ <| |___
424# \___|\___/|_| \_\_____|
425#
426# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
427#
428# This software is licensed as described in the file COPYING, which
429# you should have received as part of this distribution. The terms
430# are also available at https://curl.se/docs/copyright.html.
431#
432# You may opt to use, copy, modify, merge, publish, distribute and/or sell
433# copies of the Software, and permit persons to whom the Software is
434# furnished to do so, under the terms of the COPYING file.
435#
436# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
437# KIND, either express or implied.
438#
439# SPDX-License-Identifier: curl
440#
441###########################################################################
442pkginclude_HEADERS = \
443 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h \
444 typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h
445
446CHECKSRC = $(CS_$(V))
447CS_0 = @echo " RUN " $@;
448CS_1 =
449CS_ = $(CS_0)
450all: all-am
451
452.SUFFIXES:
453$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
454 @for dep in $?; do \
455 case '$(am__configure_deps)' in \
456 *$$dep*) \
457 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
458 && { if test -f $@; then exit 0; else break; fi; }; \
459 exit 1;; \
460 esac; \
461 done; \
462 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/curl/Makefile'; \
463 $(am__cd) $(top_srcdir) && \
464 $(AUTOMAKE) --foreign include/curl/Makefile
465Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
466 @case '$?' in \
467 *config.status*) \
468 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
469 *) \
470 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
471 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
472 esac;
473
474$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476
477$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481$(am__aclocal_m4_deps):
482
483mostlyclean-libtool:
484 -rm -f *.lo
485
486clean-libtool:
487 -rm -rf .libs _libs
488install-pkgincludeHEADERS: $(pkginclude_HEADERS)
489 @$(NORMAL_INSTALL)
490 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
491 if test -n "$$list"; then \
492 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
493 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
494 fi; \
495 for p in $$list; do \
496 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
497 echo "$$d$$p"; \
498 done | $(am__base_list) | \
499 while read files; do \
500 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
501 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
502 done
503
504uninstall-pkgincludeHEADERS:
505 @$(NORMAL_UNINSTALL)
506 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
507 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
508 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
509
510ID: $(am__tagged_files)
511 $(am__define_uniq_tagged_files); mkid -fID $$unique
512tags: tags-am
513TAGS: tags
514
515tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
516 set x; \
517 here=`pwd`; \
518 $(am__define_uniq_tagged_files); \
519 shift; \
520 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
521 test -n "$$unique" || unique=$$empty_fix; \
522 if test $$# -gt 0; then \
523 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
524 "$$@" $$unique; \
525 else \
526 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527 $$unique; \
528 fi; \
529 fi
530ctags: ctags-am
531
532CTAGS: ctags
533ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534 $(am__define_uniq_tagged_files); \
535 test -z "$(CTAGS_ARGS)$$unique" \
536 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537 $$unique
538
539GTAGS:
540 here=`$(am__cd) $(top_builddir) && pwd` \
541 && $(am__cd) $(top_srcdir) \
542 && gtags -i $(GTAGS_ARGS) "$$here"
543cscopelist: cscopelist-am
544
545cscopelist-am: $(am__tagged_files)
546 list='$(am__tagged_files)'; \
547 case "$(srcdir)" in \
548 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549 *) sdir=$(subdir)/$(srcdir) ;; \
550 esac; \
551 for i in $$list; do \
552 if test -f "$$i"; then \
553 echo "$(subdir)/$$i"; \
554 else \
555 echo "$$sdir/$$i"; \
556 fi; \
557 done >> $(top_builddir)/cscope.files
558
559distclean-tags:
560 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561distdir: $(BUILT_SOURCES)
562 $(MAKE) $(AM_MAKEFLAGS) distdir-am
563
564distdir-am: $(DISTFILES)
565 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567 list='$(DISTFILES)'; \
568 dist_files=`for file in $$list; do echo $$file; done | \
569 sed -e "s|^$$srcdirstrip/||;t" \
570 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
571 case $$dist_files in \
572 */*) $(MKDIR_P) `echo "$$dist_files" | \
573 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
574 sort -u` ;; \
575 esac; \
576 for file in $$dist_files; do \
577 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
578 if test -d $$d/$$file; then \
579 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
580 if test -d "$(distdir)/$$file"; then \
581 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
582 fi; \
583 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
584 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
585 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586 fi; \
587 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
588 else \
589 test -f "$(distdir)/$$file" \
590 || cp -p $$d/$$file "$(distdir)/$$file" \
591 || exit 1; \
592 fi; \
593 done
594check-am: all-am
595check: check-am
596@CURLDEBUG_FALSE@all-local:
597all-am: Makefile $(HEADERS) all-local
598installdirs:
599 for dir in "$(DESTDIR)$(pkgincludedir)"; do \
600 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
601 done
602install: install-am
603install-exec: install-exec-am
604install-data: install-data-am
605uninstall: uninstall-am
606
607install-am: all-am
608 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
609
610installcheck: installcheck-am
611install-strip:
612 if test -z '$(STRIP)'; then \
613 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
614 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
615 install; \
616 else \
617 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
618 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
619 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
620 fi
621mostlyclean-generic:
622
623clean-generic:
624
625distclean-generic:
626 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
627 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
628
629maintainer-clean-generic:
630 @echo "This command is intended for maintainers to use"
631 @echo "it deletes files that may require special tools to rebuild."
632clean: clean-am
633
634clean-am: clean-generic clean-libtool mostlyclean-am
635
636distclean: distclean-am
637 -rm -f Makefile
638distclean-am: clean-am distclean-generic distclean-tags
639
640dvi: dvi-am
641
642dvi-am:
643
644html: html-am
645
646html-am:
647
648info: info-am
649
650info-am:
651
652install-data-am: install-pkgincludeHEADERS
653
654install-dvi: install-dvi-am
655
656install-dvi-am:
657
658install-exec-am:
659
660install-html: install-html-am
661
662install-html-am:
663
664install-info: install-info-am
665
666install-info-am:
667
668install-man:
669
670install-pdf: install-pdf-am
671
672install-pdf-am:
673
674install-ps: install-ps-am
675
676install-ps-am:
677
678installcheck-am:
679
680maintainer-clean: maintainer-clean-am
681 -rm -f Makefile
682maintainer-clean-am: distclean-am maintainer-clean-generic
683
684mostlyclean: mostlyclean-am
685
686mostlyclean-am: mostlyclean-generic mostlyclean-libtool
687
688pdf: pdf-am
689
690pdf-am:
691
692ps: ps-am
693
694ps-am:
695
696uninstall-am: uninstall-pkgincludeHEADERS
697
698.MAKE: install-am install-strip
699
700.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
701 clean-generic clean-libtool cscopelist-am ctags ctags-am \
702 distclean distclean-generic distclean-libtool distclean-tags \
703 distdir dvi dvi-am html html-am info info-am install \
704 install-am install-data install-data-am install-dvi \
705 install-dvi-am install-exec install-exec-am install-html \
706 install-html-am install-info install-info-am install-man \
707 install-pdf install-pdf-am install-pkgincludeHEADERS \
708 install-ps install-ps-am install-strip installcheck \
709 installcheck-am installdirs maintainer-clean \
710 maintainer-clean-generic mostlyclean mostlyclean-generic \
711 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
712 uninstall-am uninstall-pkgincludeHEADERS
713
714.PRECIOUS: Makefile
715
716
717checksrc:
718 $(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
719
720# for debug builds, we scan the sources on all regular make invokes
721@CURLDEBUG_TRUE@all-local: checksrc
722
723# Tell versions [3.59,3.63) of GNU make to not export all variables.
724# Otherwise a system limit (for SysV at least) may be exceeded.
725.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