VirtualBox

source: vbox/trunk/src/libs/curl-7.64.0/include/curl/Makefile.in@ 85671

Last change on this file since 85671 was 85671, checked in by vboxsync, 4 years ago

Export out internal curl copy to make it a lot simpler to build VBox (OSE) on Windows. bugref:9814

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