VirtualBox

source: vbox/trunk/src/libs/curl-7.83.1/include/curl/Makefile.in@ 97287

最後變更 在這個檔案從97287是 95312,由 vboxsync 提交於 3 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

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

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