Annotation of embedaddon/curl/tests/Makefile.in, revision 1.1.1.1
1.1 misho 1: # Makefile.in generated by automake 1.16.2 from Makefile.am.
2: # @configure_input@
3:
4: # Copyright (C) 1994-2020 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:
17: #***************************************************************************
18: # _ _ ____ _
19: # Project ___| | | | _ \| |
20: # / __| | | | |_) | |
21: # | (__| |_| | _ <| |___
22: # \___|\___/|_| \_\_____|
23: #
24: # Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
25: #
26: # This software is licensed as described in the file COPYING, which
27: # you should have received as part of this distribution. The terms
28: # are also available at https://curl.haxx.se/docs/copyright.html.
29: #
30: # You may opt to use, copy, modify, merge, publish, distribute and/or sell
31: # copies of the Software, and permit persons to whom the Software is
32: # furnished to do so, under the terms of the COPYING file.
33: #
34: # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
35: # KIND, either express or implied.
36: #
37: ###########################################################################
38: VPATH = @srcdir@
39: am__is_gnu_make = { \
40: if test -z '$(MAKELEVEL)'; then \
41: false; \
42: elif test -n '$(MAKE_HOST)'; then \
43: true; \
44: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45: true; \
46: else \
47: false; \
48: fi; \
49: }
50: am__make_running_with_option = \
51: case $${target_option-} in \
52: ?) ;; \
53: *) echo "am__make_running_with_option: internal error: invalid" \
54: "target option '$${target_option-}' specified" >&2; \
55: exit 1;; \
56: esac; \
57: has_opt=no; \
58: sane_makeflags=$$MAKEFLAGS; \
59: if $(am__is_gnu_make); then \
60: sane_makeflags=$$MFLAGS; \
61: else \
62: case $$MAKEFLAGS in \
63: *\\[\ \ ]*) \
64: bs=\\; \
65: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
67: esac; \
68: fi; \
69: skip_next=no; \
70: strip_trailopt () \
71: { \
72: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73: }; \
74: for flg in $$sane_makeflags; do \
75: test $$skip_next = yes && { skip_next=no; continue; }; \
76: case $$flg in \
77: *=*|--*) continue;; \
78: -*I) strip_trailopt 'I'; skip_next=yes;; \
79: -*I?*) strip_trailopt 'I';; \
80: -*O) strip_trailopt 'O'; skip_next=yes;; \
81: -*O?*) strip_trailopt 'O';; \
82: -*l) strip_trailopt 'l'; skip_next=yes;; \
83: -*l?*) strip_trailopt 'l';; \
84: -[dEDm]) skip_next=yes;; \
85: -[JT]) skip_next=yes;; \
86: esac; \
87: case $$flg in \
88: *$$target_option*) has_opt=yes; break;; \
89: esac; \
90: done; \
91: test $$has_opt = yes
92: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94: pkgdatadir = $(datadir)/@PACKAGE@
95: pkgincludedir = $(includedir)/@PACKAGE@
96: pkglibdir = $(libdir)/@PACKAGE@
97: pkglibexecdir = $(libexecdir)/@PACKAGE@
98: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99: install_sh_DATA = $(install_sh) -c -m 644
100: install_sh_PROGRAM = $(install_sh) -c
101: install_sh_SCRIPT = $(install_sh) -c
102: INSTALL_HEADER = $(INSTALL_DATA)
103: transform = $(program_transform_name)
104: NORMAL_INSTALL = :
105: PRE_INSTALL = :
106: POST_INSTALL = :
107: NORMAL_UNINSTALL = :
108: PRE_UNINSTALL = :
109: POST_UNINSTALL = :
110: build_triplet = @build@
111: host_triplet = @host@
112: subdir = tests
113: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114: am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compile_check_sizeof.m4 \
115: $(top_srcdir)/m4/curl-compilers.m4 \
116: $(top_srcdir)/m4/curl-confopts.m4 \
117: $(top_srcdir)/m4/curl-functions.m4 \
118: $(top_srcdir)/m4/curl-openssl.m4 \
119: $(top_srcdir)/m4/curl-override.m4 \
120: $(top_srcdir)/m4/curl-reentrant.m4 $(top_srcdir)/m4/libtool.m4 \
121: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
122: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
123: $(top_srcdir)/m4/xc-am-iface.m4 \
124: $(top_srcdir)/m4/xc-cc-check.m4 \
125: $(top_srcdir)/m4/xc-lt-iface.m4 \
126: $(top_srcdir)/m4/xc-translit.m4 \
127: $(top_srcdir)/m4/xc-val-flgs.m4 \
128: $(top_srcdir)/m4/zz40-xc-ovr.m4 \
129: $(top_srcdir)/m4/zz50-xc-ovr.m4 \
130: $(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
131: $(top_srcdir)/configure.ac
132: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133: $(ACLOCAL_M4)
134: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
135: mkinstalldirs = $(install_sh) -d
136: CONFIG_HEADER = $(top_builddir)/lib/curl_config.h
137: CONFIG_CLEAN_FILES =
138: CONFIG_CLEAN_VPATH_FILES =
139: AM_V_P = $(am__v_P_@AM_V@)
140: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141: am__v_P_0 = false
142: am__v_P_1 = :
143: AM_V_GEN = $(am__v_GEN_@AM_V@)
144: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145: am__v_GEN_0 = @echo " GEN " $@;
146: am__v_GEN_1 =
147: AM_V_at = $(am__v_at_@AM_V@)
148: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149: am__v_at_0 = @
150: am__v_at_1 =
151: SOURCES =
152: DIST_SOURCES =
153: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
154: ctags-recursive dvi-recursive html-recursive info-recursive \
155: install-data-recursive install-dvi-recursive \
156: install-exec-recursive install-html-recursive \
157: install-info-recursive install-pdf-recursive \
158: install-ps-recursive install-recursive installcheck-recursive \
159: installdirs-recursive pdf-recursive ps-recursive \
160: tags-recursive uninstall-recursive
161: am__can_run_installinfo = \
162: case $$AM_UPDATE_INFO_DIR in \
163: n|no|NO) false;; \
164: *) (install-info --version) >/dev/null 2>&1;; \
165: esac
166: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167: distclean-recursive maintainer-clean-recursive
168: am__recursive_targets = \
169: $(RECURSIVE_TARGETS) \
170: $(RECURSIVE_CLEAN_TARGETS) \
171: $(am__extra_recursive_targets)
172: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173: distdir distdir-am
174: am__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.
178: am__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.
186: am__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)`
191: ETAGS = etags
192: CTAGS = ctags
193: am__DIST_COMMON = $(srcdir)/Makefile.in README
194: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195: am__relativize = \
196: dir0=`pwd`; \
197: sed_first='s,^\([^/]*\)/.*$$,\1,'; \
198: sed_rest='s,^[^/]*/*,,'; \
199: sed_last='s,^.*/\([^/]*\)$$,\1,'; \
200: sed_butlast='s,/*[^/]*$$,,'; \
201: while test -n "$$dir1"; do \
202: first=`echo "$$dir1" | sed -e "$$sed_first"`; \
203: if test "$$first" != "."; then \
204: if test "$$first" = ".."; then \
205: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
206: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
207: else \
208: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
209: if test "$$first2" = "$$first"; then \
210: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
211: else \
212: dir2="../$$dir2"; \
213: fi; \
214: dir0="$$dir0"/"$$first"; \
215: fi; \
216: fi; \
217: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
218: done; \
219: reldir="$$dir2"
220: ACLOCAL = @ACLOCAL@
221: AMTAR = @AMTAR@
222: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
223: AR = @AR@
224: AR_FLAGS = @AR_FLAGS@
225: AS = @AS@
226: AUTOCONF = @AUTOCONF@
227: AUTOHEADER = @AUTOHEADER@
228: AUTOMAKE = @AUTOMAKE@
229: AWK = @AWK@
230: BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
231: CC = @CC@
232: CCDEPMODE = @CCDEPMODE@
233: CFLAGS = @CFLAGS@
234: CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
235: CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
236: CPP = @CPP@
237: CPPFLAGS = @CPPFLAGS@
238: CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
239: CURLVERSION = @CURLVERSION@
240: CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
241: CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
242: CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
243: CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
244: CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
245: CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
246: CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
247: CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
248: CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
249: CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
250: CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
251: CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
252: CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
253: CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
254: CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
255: CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
256: CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
257: CURL_ENABLE_MQTT = @CURL_ENABLE_MQTT@
258: CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
259: CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
260: CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
261: CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
262: CYGPATH_W = @CYGPATH_W@
263: DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
264: DEFS = @DEFS@
265: DEPDIR = @DEPDIR@
266: DLLTOOL = @DLLTOOL@
267: DSYMUTIL = @DSYMUTIL@
268: DUMPBIN = @DUMPBIN@
269: ECHO_C = @ECHO_C@
270: ECHO_N = @ECHO_N@
271: ECHO_T = @ECHO_T@
272: EGREP = @EGREP@
273: ENABLE_SHARED = @ENABLE_SHARED@
274: ENABLE_STATIC = @ENABLE_STATIC@
275: EXEEXT = @EXEEXT@
276: FGREP = @FGREP@
277: FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@
278: GCOV = @GCOV@
279: GREP = @GREP@
280: HAVE_BROTLI = @HAVE_BROTLI@
281: HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
282: HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
283: HAVE_LIBZ = @HAVE_LIBZ@
284: HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
285: HAVE_PROTO_BSDSOCKET_H = @HAVE_PROTO_BSDSOCKET_H@
286: IDN_ENABLED = @IDN_ENABLED@
287: INSTALL = @INSTALL@
288: INSTALL_DATA = @INSTALL_DATA@
289: INSTALL_PROGRAM = @INSTALL_PROGRAM@
290: INSTALL_SCRIPT = @INSTALL_SCRIPT@
291: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
292: IPV6_ENABLED = @IPV6_ENABLED@
293: LCOV = @LCOV@
294: LD = @LD@
295: LDFLAGS = @LDFLAGS@
296: LIBCURL_LIBS = @LIBCURL_LIBS@
297: LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
298: LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
299: LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
300: LIBOBJS = @LIBOBJS@
301: LIBS = @LIBS@
302: LIBTOOL = @LIBTOOL@
303: LIPO = @LIPO@
304: LN_S = @LN_S@
305: LTLIBOBJS = @LTLIBOBJS@
306: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
307: MAINT = @MAINT@
308: MAKEINFO = @MAKEINFO@
309: MANIFEST_TOOL = @MANIFEST_TOOL@
310: MANOPT = @MANOPT@
311: MKDIR_P = @MKDIR_P@
312: NM = @NM@
313: NMEDIT = @NMEDIT@
314: NROFF = @NROFF@
315: NSS_LIBS = @NSS_LIBS@
316: OBJDUMP = @OBJDUMP@
317: OBJEXT = @OBJEXT@
318: OTOOL = @OTOOL@
319: OTOOL64 = @OTOOL64@
320: PACKAGE = @PACKAGE@
321: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
322: PACKAGE_NAME = @PACKAGE_NAME@
323: PACKAGE_STRING = @PACKAGE_STRING@
324: PACKAGE_TARNAME = @PACKAGE_TARNAME@
325: PACKAGE_URL = @PACKAGE_URL@
326: PACKAGE_VERSION = @PACKAGE_VERSION@
327: PATH_SEPARATOR = @PATH_SEPARATOR@
328: PERL = @PERL@
329: PKGADD_NAME = @PKGADD_NAME@
330: PKGADD_PKG = @PKGADD_PKG@
331: PKGADD_VENDOR = @PKGADD_VENDOR@
332: PKGCONFIG = @PKGCONFIG@
333: RANDOM_FILE = @RANDOM_FILE@
334: RANLIB = @RANLIB@
335: REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
336: SED = @SED@
337: SET_MAKE = @SET_MAKE@
338: SHELL = @SHELL@
339: SSL_BACKENDS = @SSL_BACKENDS@
340: SSL_ENABLED = @SSL_ENABLED@
341: SSL_LIBS = @SSL_LIBS@
342: STRIP = @STRIP@
343: SUPPORT_FEATURES = @SUPPORT_FEATURES@
344: SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
345: USE_ARES = @USE_ARES@
346: USE_BEARSSL = @USE_BEARSSL@
347: USE_GNUTLS = @USE_GNUTLS@
348: USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
349: USE_LIBRTMP = @USE_LIBRTMP@
350: USE_LIBSSH = @USE_LIBSSH@
351: USE_LIBSSH2 = @USE_LIBSSH2@
352: USE_MBEDTLS = @USE_MBEDTLS@
353: USE_MESALINK = @USE_MESALINK@
354: USE_NGHTTP2 = @USE_NGHTTP2@
355: USE_NGHTTP3 = @USE_NGHTTP3@
356: USE_NGTCP2 = @USE_NGTCP2@
357: USE_NGTCP2_CRYPTO_GNUTLS = @USE_NGTCP2_CRYPTO_GNUTLS@
358: USE_NGTCP2_CRYPTO_OPENSSL = @USE_NGTCP2_CRYPTO_OPENSSL@
359: USE_NSS = @USE_NSS@
360: USE_OPENLDAP = @USE_OPENLDAP@
361: USE_QUICHE = @USE_QUICHE@
362: USE_SCHANNEL = @USE_SCHANNEL@
363: USE_SECTRANSP = @USE_SECTRANSP@
364: USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
365: USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
366: USE_WOLFSSH = @USE_WOLFSSH@
367: USE_WOLFSSL = @USE_WOLFSSL@
368: VERSION = @VERSION@
369: VERSIONNUM = @VERSIONNUM@
370: ZLIB_LIBS = @ZLIB_LIBS@
371: ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
372: abs_builddir = @abs_builddir@
373: abs_srcdir = @abs_srcdir@
374: abs_top_builddir = @abs_top_builddir@
375: abs_top_srcdir = @abs_top_srcdir@
376: ac_ct_AR = @ac_ct_AR@
377: ac_ct_CC = @ac_ct_CC@
378: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
379: am__include = @am__include@
380: am__leading_dot = @am__leading_dot@
381: am__quote = @am__quote@
382: am__tar = @am__tar@
383: am__untar = @am__untar@
384: bindir = @bindir@
385: build = @build@
386: build_alias = @build_alias@
387: build_cpu = @build_cpu@
388: build_os = @build_os@
389: build_vendor = @build_vendor@
390: builddir = @builddir@
391: datadir = @datadir@
392: datarootdir = @datarootdir@
393: docdir = @docdir@
394: dvidir = @dvidir@
395: exec_prefix = @exec_prefix@
396: host = @host@
397: host_alias = @host_alias@
398: host_cpu = @host_cpu@
399: host_os = @host_os@
400: host_vendor = @host_vendor@
401: htmldir = @htmldir@
402: includedir = @includedir@
403: infodir = @infodir@
404: install_sh = @install_sh@
405: libdir = @libdir@
406: libexecdir = @libexecdir@
407: libext = @libext@
408: localedir = @localedir@
409: localstatedir = @localstatedir@
410: mandir = @mandir@
411: mkdir_p = @mkdir_p@
412: oldincludedir = @oldincludedir@
413: pdfdir = @pdfdir@
414: prefix = @prefix@
415: program_transform_name = @program_transform_name@
416: psdir = @psdir@
417: runstatedir = @runstatedir@
418: sbindir = @sbindir@
419: sharedstatedir = @sharedstatedir@
420: srcdir = @srcdir@
421: subdirs = @subdirs@
422: sysconfdir = @sysconfdir@
423: target_alias = @target_alias@
424: top_build_prefix = @top_build_prefix@
425: top_builddir = @top_builddir@
426: top_srcdir = @top_srcdir@
427: HTMLPAGES = testcurl.html runtests.html
428: PDFPAGES = testcurl.pdf runtests.pdf
429: MANDISTPAGES = runtests.1.dist testcurl.1.dist
430: EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \
431: getpart.pm FILEFORMAT.md README stunnel.pem memanalyze.pl testcurl.pl \
432: valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
433: serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
434: CMakeLists.txt mem-include-scan.pl valgrind.supp extern-scan.pl \
435: manpage-scan.pl nroff-scan.pl http2-server.pl dictserver.py \
436: negtelnetserver.py smbserver.py curl_test_data.py \
437: objnames-test08.sh objnames-test10.sh objnames.inc \
438: disable-scan.pl manpage-syntax.pl error-codes.pl badsymbols.pl \
439: azure.pm appveyor.pm version-scan.pl
440:
441: DISTCLEANFILES = configurehelp.pm
442: @BUILD_UNITTESTS_FALSE@BUILD_UNIT =
443:
444: # we have two variables here to make sure DIST_SUBDIRS won't get 'unit'
445: # added twice as then targets such as 'distclean' misbehave and try to
446: # do things twice in that subdir at times (and thus fails).
447: @BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
448: @BUILD_UNITTESTS_FALSE@DIST_UNIT = unit
449: @BUILD_UNITTESTS_TRUE@DIST_UNIT =
450: SUBDIRS = certs data server libtest $(BUILD_UNIT)
451: DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
452: PERLFLAGS = -I$(srcdir)
453: CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES)
454: MAN2HTML = roffit $< >$@
455: @CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
456: @CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
457: @CROSSCOMPILING_FALSE@TEST_Q = -a -s
458: @CROSSCOMPILING_FALSE@TEST_AM = -a -am
459: @CROSSCOMPILING_FALSE@TEST_F = -a -p -r
460: @CROSSCOMPILING_FALSE@TEST_T = -a -t
461: @CROSSCOMPILING_FALSE@TEST_E = -a -e
462:
463: # !flaky means that it'll skip all tests using the flaky keyword
464: @CROSSCOMPILING_FALSE@TEST_NF = -a -p !flaky
465: all: all-recursive
466:
467: .SUFFIXES:
468: .SUFFIXES: .1 .html .pdf
469: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
470: @for dep in $?; do \
471: case '$(am__configure_deps)' in \
472: *$$dep*) \
473: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
474: && { if test -f $@; then exit 0; else break; fi; }; \
475: exit 1;; \
476: esac; \
477: done; \
478: echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
479: $(am__cd) $(top_srcdir) && \
480: $(AUTOMAKE) --foreign tests/Makefile
481: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482: @case '$?' in \
483: *config.status*) \
484: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
485: *) \
486: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
487: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
488: esac;
489:
490: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
491: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492:
493: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
494: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
496: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497: $(am__aclocal_m4_deps):
498:
499: mostlyclean-libtool:
500: -rm -f *.lo
501:
502: clean-libtool:
503: -rm -rf .libs _libs
504:
505: # This directory's subdirectories are mostly independent; you can cd
506: # into them and run 'make' without going through this Makefile.
507: # To change the values of 'make' variables: instead of editing Makefiles,
508: # (1) if the variable is set in 'config.status', edit 'config.status'
509: # (which will cause the Makefiles to be regenerated when you run 'make');
510: # (2) otherwise, pass the desired values on the 'make' command line.
511: $(am__recursive_targets):
512: @fail=; \
513: if $(am__make_keepgoing); then \
514: failcom='fail=yes'; \
515: else \
516: failcom='exit 1'; \
517: fi; \
518: dot_seen=no; \
519: target=`echo $@ | sed s/-recursive//`; \
520: case "$@" in \
521: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
522: *) list='$(SUBDIRS)' ;; \
523: esac; \
524: for subdir in $$list; do \
525: echo "Making $$target in $$subdir"; \
526: if test "$$subdir" = "."; then \
527: dot_seen=yes; \
528: local_target="$$target-am"; \
529: else \
530: local_target="$$target"; \
531: fi; \
532: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
533: || eval $$failcom; \
534: done; \
535: if test "$$dot_seen" = "no"; then \
536: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
537: fi; test -z "$$fail"
538:
539: ID: $(am__tagged_files)
540: $(am__define_uniq_tagged_files); mkid -fID $$unique
541: tags: tags-recursive
542: TAGS: tags
543:
544: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
545: set x; \
546: here=`pwd`; \
547: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
548: include_option=--etags-include; \
549: empty_fix=.; \
550: else \
551: include_option=--include; \
552: empty_fix=; \
553: fi; \
554: list='$(SUBDIRS)'; for subdir in $$list; do \
555: if test "$$subdir" = .; then :; else \
556: test ! -f $$subdir/TAGS || \
557: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
558: fi; \
559: done; \
560: $(am__define_uniq_tagged_files); \
561: shift; \
562: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
563: test -n "$$unique" || unique=$$empty_fix; \
564: if test $$# -gt 0; then \
565: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566: "$$@" $$unique; \
567: else \
568: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
569: $$unique; \
570: fi; \
571: fi
572: ctags: ctags-recursive
573:
574: CTAGS: ctags
575: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
576: $(am__define_uniq_tagged_files); \
577: test -z "$(CTAGS_ARGS)$$unique" \
578: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
579: $$unique
580:
581: GTAGS:
582: here=`$(am__cd) $(top_builddir) && pwd` \
583: && $(am__cd) $(top_srcdir) \
584: && gtags -i $(GTAGS_ARGS) "$$here"
585: cscopelist: cscopelist-recursive
586:
587: cscopelist-am: $(am__tagged_files)
588: list='$(am__tagged_files)'; \
589: case "$(srcdir)" in \
590: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
591: *) sdir=$(subdir)/$(srcdir) ;; \
592: esac; \
593: for i in $$list; do \
594: if test -f "$$i"; then \
595: echo "$(subdir)/$$i"; \
596: else \
597: echo "$$sdir/$$i"; \
598: fi; \
599: done >> $(top_builddir)/cscope.files
600:
601: distclean-tags:
602: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
603:
604: distdir: $(BUILT_SOURCES)
605: $(MAKE) $(AM_MAKEFLAGS) distdir-am
606:
607: distdir-am: $(DISTFILES)
608: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
609: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
610: list='$(DISTFILES)'; \
611: dist_files=`for file in $$list; do echo $$file; done | \
612: sed -e "s|^$$srcdirstrip/||;t" \
613: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
614: case $$dist_files in \
615: */*) $(MKDIR_P) `echo "$$dist_files" | \
616: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
617: sort -u` ;; \
618: esac; \
619: for file in $$dist_files; do \
620: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
621: if test -d $$d/$$file; then \
622: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
623: if test -d "$(distdir)/$$file"; then \
624: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625: fi; \
626: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
627: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
628: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629: fi; \
630: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
631: else \
632: test -f "$(distdir)/$$file" \
633: || cp -p $$d/$$file "$(distdir)/$$file" \
634: || exit 1; \
635: fi; \
636: done
637: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
638: if test "$$subdir" = .; then :; else \
639: $(am__make_dryrun) \
640: || test -d "$(distdir)/$$subdir" \
641: || $(MKDIR_P) "$(distdir)/$$subdir" \
642: || exit 1; \
643: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
644: $(am__relativize); \
645: new_distdir=$$reldir; \
646: dir1=$$subdir; dir2="$(top_distdir)"; \
647: $(am__relativize); \
648: new_top_distdir=$$reldir; \
649: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
650: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
651: ($(am__cd) $$subdir && \
652: $(MAKE) $(AM_MAKEFLAGS) \
653: top_distdir="$$new_top_distdir" \
654: distdir="$$new_distdir" \
655: am__remove_distdir=: \
656: am__skip_length_check=: \
657: am__skip_mode_fix=: \
658: distdir) \
659: || exit 1; \
660: fi; \
661: done
662: check-am: all-am
663: check: check-recursive
664: @CURLDEBUG_FALSE@all-local:
665: all-am: Makefile all-local
666: installdirs: installdirs-recursive
667: installdirs-am:
668: install: install-recursive
669: install-exec: install-exec-recursive
670: install-data: install-data-recursive
671: uninstall: uninstall-recursive
672:
673: install-am: all-am
674: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
675:
676: installcheck: installcheck-recursive
677: install-strip:
678: if test -z '$(STRIP)'; then \
679: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681: install; \
682: else \
683: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
686: fi
687: mostlyclean-generic:
688:
689: clean-generic:
690: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
691:
692: distclean-generic:
693: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
694: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
695: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
696:
697: maintainer-clean-generic:
698: @echo "This command is intended for maintainers to use"
699: @echo "it deletes files that may require special tools to rebuild."
700: clean: clean-recursive
701:
702: clean-am: clean-generic clean-libtool mostlyclean-am
703:
704: distclean: distclean-recursive
705: -rm -f Makefile
706: distclean-am: clean-am distclean-generic distclean-tags
707:
708: dvi: dvi-recursive
709:
710: dvi-am:
711:
712: html: html-recursive
713:
714: html-am:
715:
716: info: info-recursive
717:
718: info-am:
719:
720: install-data-am:
721:
722: install-dvi: install-dvi-recursive
723:
724: install-dvi-am:
725:
726: install-exec-am:
727:
728: install-html: install-html-recursive
729:
730: install-html-am:
731:
732: install-info: install-info-recursive
733:
734: install-info-am:
735:
736: install-man:
737:
738: install-pdf: install-pdf-recursive
739:
740: install-pdf-am:
741:
742: install-ps: install-ps-recursive
743:
744: install-ps-am:
745:
746: installcheck-am:
747:
748: maintainer-clean: maintainer-clean-recursive
749: -rm -f Makefile
750: maintainer-clean-am: distclean-am maintainer-clean-generic
751:
752: mostlyclean: mostlyclean-recursive
753:
754: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
755:
756: pdf: pdf-recursive
757:
758: pdf-am:
759:
760: ps: ps-recursive
761:
762: ps-am:
763:
764: uninstall-am:
765:
766: .MAKE: $(am__recursive_targets) install-am install-strip
767:
768: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
769: check check-am clean clean-generic clean-libtool cscopelist-am \
770: ctags ctags-am distclean distclean-generic distclean-libtool \
771: distclean-tags distdir dvi dvi-am html html-am info info-am \
772: install install-am install-data install-data-am install-dvi \
773: install-dvi-am install-exec install-exec-am install-html \
774: install-html-am install-info install-info-am install-man \
775: install-pdf install-pdf-am install-ps install-ps-am \
776: install-strip installcheck installcheck-am installdirs \
777: installdirs-am maintainer-clean maintainer-clean-generic \
778: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
779: ps ps-am tags tags-am uninstall uninstall-am
780:
781: .PRECIOUS: Makefile
782:
783:
784: curl:
785: @cd $(top_builddir) && $(MAKE)
786:
787: # make sure that PERL is pointing to an executable
788: perlcheck:
789: @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
790:
791: test: perlcheck all
792: $(TEST) $(TFLAGS)
793:
794: quiet-test: perlcheck all
795: $(TEST) $(TEST_Q) $(TFLAGS)
796:
797: am-test: perlcheck all
798: $(TEST) $(TEST_AM) $(TFLAGS)
799:
800: full-test: perlcheck all
801: $(TEST) $(TEST_F) $(TFLAGS)
802:
803: nonflaky-test: perlcheck all
804: $(TEST) $(TEST_NF) $(TFLAGS)
805:
806: torture-test: perlcheck all
807: $(TEST) $(TEST_T) $(TFLAGS)
808:
809: event-test: perlcheck all
810: $(TEST) $(TEST_E) $(TFLAGS)
811:
812: .1.html:
813: $(MAN2HTML)
814:
815: .1.pdf:
816: @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
817: groff -Tps -man $< >$$foo.ps; \
818: ps2pdf $$foo.ps $@; \
819: rm $$foo.ps; \
820: echo "converted $< to $@")
821:
822: checksrc:
823: cd libtest && $(MAKE) checksrc
824: cd unit && $(MAKE) checksrc
825: cd server && $(MAKE) checksrc
826:
827: # for debug builds, we scan the sources on all regular make invokes
828: @CURLDEBUG_TRUE@all-local: checksrc
829:
830: # Tell versions [3.59,3.63) of GNU make to not export all variables.
831: # Otherwise a system limit (for SysV at least) may be exceeded.
832: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>