VirtualBox

source: vbox/trunk/src/libs/curl-8.3.0/include/curl/Makefile.in@ 101298

Last change on this file since 101298 was 101127, checked in by vboxsync, 17 months ago

curl-8.3.0: Applied and adjusted our curl changes to 8.0.1. bugref:10526

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