chiark / gitweb /
Change build-depends to list libssl-dev first. Outcome in sid/buster is to switch...
[curl.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 - 2017, 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_code_coverage.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
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 AS = @AS@
225 AUTOCONF = @AUTOCONF@
226 AUTOHEADER = @AUTOHEADER@
227 AUTOMAKE = @AUTOMAKE@
228 AWK = @AWK@
229 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@
230 CC = @CC@
231 CCDEPMODE = @CCDEPMODE@
232 CFLAGS = @CFLAGS@
233 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
234 CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
235 CODE_COVERAGE_CPPFLAGS = @CODE_COVERAGE_CPPFLAGS@
236 CODE_COVERAGE_CXXFLAGS = @CODE_COVERAGE_CXXFLAGS@
237 CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
238 CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
239 CODE_COVERAGE_LIBS = @CODE_COVERAGE_LIBS@
240 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
241 CPP = @CPP@
242 CPPFLAGS = @CPPFLAGS@
243 CPPFLAG_CURL_STATICLIB = @CPPFLAG_CURL_STATICLIB@
244 CURLVERSION = @CURLVERSION@
245 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@
246 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@
247 CURL_DISABLE_DICT = @CURL_DISABLE_DICT@
248 CURL_DISABLE_FILE = @CURL_DISABLE_FILE@
249 CURL_DISABLE_FTP = @CURL_DISABLE_FTP@
250 CURL_DISABLE_GOPHER = @CURL_DISABLE_GOPHER@
251 CURL_DISABLE_HTTP = @CURL_DISABLE_HTTP@
252 CURL_DISABLE_IMAP = @CURL_DISABLE_IMAP@
253 CURL_DISABLE_LDAP = @CURL_DISABLE_LDAP@
254 CURL_DISABLE_LDAPS = @CURL_DISABLE_LDAPS@
255 CURL_DISABLE_POP3 = @CURL_DISABLE_POP3@
256 CURL_DISABLE_PROXY = @CURL_DISABLE_PROXY@
257 CURL_DISABLE_RTSP = @CURL_DISABLE_RTSP@
258 CURL_DISABLE_SMB = @CURL_DISABLE_SMB@
259 CURL_DISABLE_SMTP = @CURL_DISABLE_SMTP@
260 CURL_DISABLE_TELNET = @CURL_DISABLE_TELNET@
261 CURL_DISABLE_TFTP = @CURL_DISABLE_TFTP@
262 CURL_LT_SHLIB_VERSIONED_FLAVOUR = @CURL_LT_SHLIB_VERSIONED_FLAVOUR@
263 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@
264 CURL_NETWORK_LIBS = @CURL_NETWORK_LIBS@
265 CURL_WITH_MULTI_SSL = @CURL_WITH_MULTI_SSL@
266 CYGPATH_W = @CYGPATH_W@
267 DEFAULT_SSL_BACKEND = @DEFAULT_SSL_BACKEND@
268 DEFS = @DEFS@
269 DEPDIR = @DEPDIR@
270 DLLTOOL = @DLLTOOL@
271 DSYMUTIL = @DSYMUTIL@
272 DUMPBIN = @DUMPBIN@
273 ECHO_C = @ECHO_C@
274 ECHO_N = @ECHO_N@
275 ECHO_T = @ECHO_T@
276 EGREP = @EGREP@
277 ENABLE_SHARED = @ENABLE_SHARED@
278 ENABLE_STATIC = @ENABLE_STATIC@
279 EXEEXT = @EXEEXT@
280 FGREP = @FGREP@
281 GCOV = @GCOV@
282 GENHTML = @GENHTML@
283 GREP = @GREP@
284 HAVE_GNUTLS_SRP = @HAVE_GNUTLS_SRP@
285 HAVE_LDAP_SSL = @HAVE_LDAP_SSL@
286 HAVE_LIBZ = @HAVE_LIBZ@
287 HAVE_OPENSSL_SRP = @HAVE_OPENSSL_SRP@
288 IDN_ENABLED = @IDN_ENABLED@
289 INSTALL = @INSTALL@
290 INSTALL_DATA = @INSTALL_DATA@
291 INSTALL_PROGRAM = @INSTALL_PROGRAM@
292 INSTALL_SCRIPT = @INSTALL_SCRIPT@
293 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
294 IPV6_ENABLED = @IPV6_ENABLED@
295 LCOV = @LCOV@
296 LD = @LD@
297 LDFLAGS = @LDFLAGS@
298 LIBCURL_LIBS = @LIBCURL_LIBS@
299 LIBMETALINK_CPPFLAGS = @LIBMETALINK_CPPFLAGS@
300 LIBMETALINK_LDFLAGS = @LIBMETALINK_LDFLAGS@
301 LIBMETALINK_LIBS = @LIBMETALINK_LIBS@
302 LIBOBJS = @LIBOBJS@
303 LIBS = @LIBS@
304 LIBTOOL = @LIBTOOL@
305 LIPO = @LIPO@
306 LN_S = @LN_S@
307 LTLIBOBJS = @LTLIBOBJS@
308 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
309 MAINT = @MAINT@
310 MAKEINFO = @MAKEINFO@
311 MANIFEST_TOOL = @MANIFEST_TOOL@
312 MANOPT = @MANOPT@
313 MKDIR_P = @MKDIR_P@
314 NM = @NM@
315 NMEDIT = @NMEDIT@
316 NROFF = @NROFF@
317 NSS_LIBS = @NSS_LIBS@
318 OBJDUMP = @OBJDUMP@
319 OBJEXT = @OBJEXT@
320 OTOOL = @OTOOL@
321 OTOOL64 = @OTOOL64@
322 PACKAGE = @PACKAGE@
323 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324 PACKAGE_NAME = @PACKAGE_NAME@
325 PACKAGE_STRING = @PACKAGE_STRING@
326 PACKAGE_TARNAME = @PACKAGE_TARNAME@
327 PACKAGE_URL = @PACKAGE_URL@
328 PACKAGE_VERSION = @PACKAGE_VERSION@
329 PATH_SEPARATOR = @PATH_SEPARATOR@
330 PERL = @PERL@
331 PKGADD_NAME = @PKGADD_NAME@
332 PKGADD_PKG = @PKGADD_PKG@
333 PKGADD_VENDOR = @PKGADD_VENDOR@
334 PKGCONFIG = @PKGCONFIG@
335 RANDOM_FILE = @RANDOM_FILE@
336 RANLIB = @RANLIB@
337 REQUIRE_LIB_DEPS = @REQUIRE_LIB_DEPS@
338 SED = @SED@
339 SET_MAKE = @SET_MAKE@
340 SHELL = @SHELL@
341 SSL_ENABLED = @SSL_ENABLED@
342 SSL_LIBS = @SSL_LIBS@
343 STRIP = @STRIP@
344 SUPPORT_FEATURES = @SUPPORT_FEATURES@
345 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@
346 USE_ARES = @USE_ARES@
347 USE_AXTLS = @USE_AXTLS@
348 USE_CYASSL = @USE_CYASSL@
349 USE_DARWINSSL = @USE_DARWINSSL@
350 USE_GNUTLS = @USE_GNUTLS@
351 USE_GNUTLS_NETTLE = @USE_GNUTLS_NETTLE@
352 USE_LIBRTMP = @USE_LIBRTMP@
353 USE_LIBSSH2 = @USE_LIBSSH2@
354 USE_MBEDTLS = @USE_MBEDTLS@
355 USE_NGHTTP2 = @USE_NGHTTP2@
356 USE_NSS = @USE_NSS@
357 USE_OPENLDAP = @USE_OPENLDAP@
358 USE_POLARSSL = @USE_POLARSSL@
359 USE_SCHANNEL = @USE_SCHANNEL@
360 USE_UNIX_SOCKETS = @USE_UNIX_SOCKETS@
361 USE_WINDOWS_SSPI = @USE_WINDOWS_SSPI@
362 VERSION = @VERSION@
363 VERSIONNUM = @VERSIONNUM@
364 ZLIB_LIBS = @ZLIB_LIBS@
365 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@
366 abs_builddir = @abs_builddir@
367 abs_srcdir = @abs_srcdir@
368 abs_top_builddir = @abs_top_builddir@
369 abs_top_srcdir = @abs_top_srcdir@
370 ac_ct_AR = @ac_ct_AR@
371 ac_ct_CC = @ac_ct_CC@
372 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 bindir = @bindir@
379 build = @build@
380 build_alias = @build_alias@
381 build_cpu = @build_cpu@
382 build_os = @build_os@
383 build_vendor = @build_vendor@
384 builddir = @builddir@
385 datadir = @datadir@
386 datarootdir = @datarootdir@
387 docdir = @docdir@
388 dvidir = @dvidir@
389 exec_prefix = @exec_prefix@
390 host = @host@
391 host_alias = @host_alias@
392 host_cpu = @host_cpu@
393 host_os = @host_os@
394 host_vendor = @host_vendor@
395 htmldir = @htmldir@
396 includedir = @includedir@
397 infodir = @infodir@
398 install_sh = @install_sh@
399 libdir = @libdir@
400 libexecdir = @libexecdir@
401 libext = @libext@
402 localedir = @localedir@
403 localstatedir = @localstatedir@
404 mandir = @mandir@
405 mkdir_p = @mkdir_p@
406 oldincludedir = @oldincludedir@
407 pdfdir = @pdfdir@
408 prefix = @prefix@
409 program_transform_name = @program_transform_name@
410 psdir = @psdir@
411 runstatedir = @runstatedir@
412 sbindir = @sbindir@
413 sharedstatedir = @sharedstatedir@
414 srcdir = @srcdir@
415 subdirs = @subdirs@
416 sysconfdir = @sysconfdir@
417 target_alias = @target_alias@
418 top_build_prefix = @top_build_prefix@
419 top_builddir = @top_builddir@
420 top_srcdir = @top_srcdir@
421 HTMLPAGES = testcurl.html runtests.html
422 PDFPAGES = testcurl.pdf runtests.pdf
423 MANDISTPAGES = runtests.1.dist testcurl.1.dist
424
425 # the path to the impacket python lib used for SMB tests
426 IMP = python_dependencies/impacket
427 SMBDEPS = $(IMP)/__init__.py $(IMP)/nmb.py $(IMP)/nt_errors.py          \
428  $(IMP)/ntlm.py $(IMP)/smb.py $(IMP)/smb3.py $(IMP)/smb3structs.py      \
429  $(IMP)/smbserver.py $(IMP)/spnego.py $(IMP)/structure.py               \
430  $(IMP)/uuid.py $(IMP)/version.py smbserver.py curl_test_data.py
431
432 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \
433  FILEFORMAT README stunnel.pem memanalyze.pl testcurl.pl valgrind.pm ftp.pm   \
434  sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
435  serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
436  CMakeLists.txt mem-include-scan.pl valgrind.supp http_pipe.py extern-scan.pl \
437  manpage-scan.pl nroff-scan.pl http2-server.pl dictserver.py \
438  negtelnetserver.py $(SMBDEPS)
439
440 DISTCLEANFILES = configurehelp.pm
441 @BUILD_UNITTESTS_FALSE@BUILD_UNIT = 
442
443 # we have two variables here to make sure DIST_SUBDIRS won't get 'unit'
444 # added twice as then targets such as 'distclean' misbehave and try to
445 # do things twice in that subdir at times (and thus fails).
446 @BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
447 @BUILD_UNITTESTS_FALSE@DIST_UNIT = unit
448 @BUILD_UNITTESTS_TRUE@DIST_UNIT = 
449 SUBDIRS = certs data server libtest $(BUILD_UNIT)
450 DIST_SUBDIRS = $(SUBDIRS) $(DIST_UNIT)
451 PERLFLAGS = -I$(srcdir)
452 CLEANFILES = .http.pid .https.pid .ftp.pid .ftps.pid $(MANDISTPAGES)
453 MAN2HTML = roffit $< >$@
454 @CROSSCOMPILING_FALSE@TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
455 @CROSSCOMPILING_TRUE@TEST = @echo "NOTICE: we can't run the tests when cross-compiling!"
456 @CROSSCOMPILING_FALSE@TEST_Q = -a -s
457 @CROSSCOMPILING_FALSE@TEST_AM = -a -am
458 @CROSSCOMPILING_FALSE@TEST_F = -a -p -r
459 @CROSSCOMPILING_FALSE@TEST_T = -a -t
460 @CROSSCOMPILING_FALSE@TEST_E = -a -e
461
462 # !flaky means that it'll skip all tests using the flaky keyword
463 @CROSSCOMPILING_FALSE@TEST_NF = -a -p -r !flaky
464 all: all-recursive
465
466 .SUFFIXES:
467 .SUFFIXES: .1 .html .pdf
468 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
469         @for dep in $?; do \
470           case '$(am__configure_deps)' in \
471             *$$dep*) \
472               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
473                 && { if test -f $@; then exit 0; else break; fi; }; \
474               exit 1;; \
475           esac; \
476         done; \
477         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
478         $(am__cd) $(top_srcdir) && \
479           $(AUTOMAKE) --foreign tests/Makefile
480 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
481         @case '$?' in \
482           *config.status*) \
483             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
484           *) \
485             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
486             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
487         esac;
488
489 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
490         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491
492 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
493         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
494 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
495         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
496 $(am__aclocal_m4_deps):
497
498 mostlyclean-libtool:
499         -rm -f *.lo
500
501 clean-libtool:
502         -rm -rf .libs _libs
503
504 # This directory's subdirectories are mostly independent; you can cd
505 # into them and run 'make' without going through this Makefile.
506 # To change the values of 'make' variables: instead of editing Makefiles,
507 # (1) if the variable is set in 'config.status', edit 'config.status'
508 #     (which will cause the Makefiles to be regenerated when you run 'make');
509 # (2) otherwise, pass the desired values on the 'make' command line.
510 $(am__recursive_targets):
511         @fail=; \
512         if $(am__make_keepgoing); then \
513           failcom='fail=yes'; \
514         else \
515           failcom='exit 1'; \
516         fi; \
517         dot_seen=no; \
518         target=`echo $@ | sed s/-recursive//`; \
519         case "$@" in \
520           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
521           *) list='$(SUBDIRS)' ;; \
522         esac; \
523         for subdir in $$list; do \
524           echo "Making $$target in $$subdir"; \
525           if test "$$subdir" = "."; then \
526             dot_seen=yes; \
527             local_target="$$target-am"; \
528           else \
529             local_target="$$target"; \
530           fi; \
531           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
532           || eval $$failcom; \
533         done; \
534         if test "$$dot_seen" = "no"; then \
535           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
536         fi; test -z "$$fail"
537
538 ID: $(am__tagged_files)
539         $(am__define_uniq_tagged_files); mkid -fID $$unique
540 tags: tags-recursive
541 TAGS: tags
542
543 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544         set x; \
545         here=`pwd`; \
546         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
547           include_option=--etags-include; \
548           empty_fix=.; \
549         else \
550           include_option=--include; \
551           empty_fix=; \
552         fi; \
553         list='$(SUBDIRS)'; for subdir in $$list; do \
554           if test "$$subdir" = .; then :; else \
555             test ! -f $$subdir/TAGS || \
556               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
557           fi; \
558         done; \
559         $(am__define_uniq_tagged_files); \
560         shift; \
561         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562           test -n "$$unique" || unique=$$empty_fix; \
563           if test $$# -gt 0; then \
564             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565               "$$@" $$unique; \
566           else \
567             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568               $$unique; \
569           fi; \
570         fi
571 ctags: ctags-recursive
572
573 CTAGS: ctags
574 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
575         $(am__define_uniq_tagged_files); \
576         test -z "$(CTAGS_ARGS)$$unique" \
577           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
578              $$unique
579
580 GTAGS:
581         here=`$(am__cd) $(top_builddir) && pwd` \
582           && $(am__cd) $(top_srcdir) \
583           && gtags -i $(GTAGS_ARGS) "$$here"
584 cscopelist: cscopelist-recursive
585
586 cscopelist-am: $(am__tagged_files)
587         list='$(am__tagged_files)'; \
588         case "$(srcdir)" in \
589           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
590           *) sdir=$(subdir)/$(srcdir) ;; \
591         esac; \
592         for i in $$list; do \
593           if test -f "$$i"; then \
594             echo "$(subdir)/$$i"; \
595           else \
596             echo "$$sdir/$$i"; \
597           fi; \
598         done >> $(top_builddir)/cscope.files
599
600 distclean-tags:
601         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
602
603 distdir: $(DISTFILES)
604         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
605         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
606         list='$(DISTFILES)'; \
607           dist_files=`for file in $$list; do echo $$file; done | \
608           sed -e "s|^$$srcdirstrip/||;t" \
609               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
610         case $$dist_files in \
611           */*) $(MKDIR_P) `echo "$$dist_files" | \
612                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
613                            sort -u` ;; \
614         esac; \
615         for file in $$dist_files; do \
616           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
617           if test -d $$d/$$file; then \
618             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
619             if test -d "$(distdir)/$$file"; then \
620               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
621             fi; \
622             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
623               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
624               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625             fi; \
626             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
627           else \
628             test -f "$(distdir)/$$file" \
629             || cp -p $$d/$$file "$(distdir)/$$file" \
630             || exit 1; \
631           fi; \
632         done
633         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
634           if test "$$subdir" = .; then :; else \
635             $(am__make_dryrun) \
636               || test -d "$(distdir)/$$subdir" \
637               || $(MKDIR_P) "$(distdir)/$$subdir" \
638               || exit 1; \
639             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
640             $(am__relativize); \
641             new_distdir=$$reldir; \
642             dir1=$$subdir; dir2="$(top_distdir)"; \
643             $(am__relativize); \
644             new_top_distdir=$$reldir; \
645             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
646             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
647             ($(am__cd) $$subdir && \
648               $(MAKE) $(AM_MAKEFLAGS) \
649                 top_distdir="$$new_top_distdir" \
650                 distdir="$$new_distdir" \
651                 am__remove_distdir=: \
652                 am__skip_length_check=: \
653                 am__skip_mode_fix=: \
654                 distdir) \
655               || exit 1; \
656           fi; \
657         done
658 check-am: all-am
659 check: check-recursive
660 @CURLDEBUG_FALSE@all-local:
661 all-am: Makefile all-local
662 installdirs: installdirs-recursive
663 installdirs-am:
664 install: install-recursive
665 install-exec: install-exec-recursive
666 install-data: install-data-recursive
667 uninstall: uninstall-recursive
668
669 install-am: all-am
670         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
671
672 installcheck: installcheck-recursive
673 install-strip:
674         if test -z '$(STRIP)'; then \
675           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677               install; \
678         else \
679           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
682         fi
683 mostlyclean-generic:
684
685 clean-generic:
686         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
687
688 distclean-generic:
689         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
690         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
691         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
692
693 maintainer-clean-generic:
694         @echo "This command is intended for maintainers to use"
695         @echo "it deletes files that may require special tools to rebuild."
696 clean: clean-recursive
697
698 clean-am: clean-generic clean-libtool mostlyclean-am
699
700 distclean: distclean-recursive
701         -rm -f Makefile
702 distclean-am: clean-am distclean-generic distclean-tags
703
704 dvi: dvi-recursive
705
706 dvi-am:
707
708 html: html-recursive
709
710 html-am:
711
712 info: info-recursive
713
714 info-am:
715
716 install-data-am:
717
718 install-dvi: install-dvi-recursive
719
720 install-dvi-am:
721
722 install-exec-am:
723
724 install-html: install-html-recursive
725
726 install-html-am:
727
728 install-info: install-info-recursive
729
730 install-info-am:
731
732 install-man:
733
734 install-pdf: install-pdf-recursive
735
736 install-pdf-am:
737
738 install-ps: install-ps-recursive
739
740 install-ps-am:
741
742 installcheck-am:
743
744 maintainer-clean: maintainer-clean-recursive
745         -rm -f Makefile
746 maintainer-clean-am: distclean-am maintainer-clean-generic
747
748 mostlyclean: mostlyclean-recursive
749
750 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
751
752 pdf: pdf-recursive
753
754 pdf-am:
755
756 ps: ps-recursive
757
758 ps-am:
759
760 uninstall-am:
761
762 .MAKE: $(am__recursive_targets) install-am install-strip
763
764 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
765         check check-am clean clean-generic clean-libtool cscopelist-am \
766         ctags ctags-am distclean distclean-generic distclean-libtool \
767         distclean-tags distdir dvi dvi-am html html-am info info-am \
768         install install-am install-data install-data-am install-dvi \
769         install-dvi-am install-exec install-exec-am install-html \
770         install-html-am install-info install-info-am install-man \
771         install-pdf install-pdf-am install-ps install-ps-am \
772         install-strip installcheck installcheck-am installdirs \
773         installdirs-am maintainer-clean maintainer-clean-generic \
774         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
775         ps ps-am tags tags-am uninstall uninstall-am
776
777 .PRECIOUS: Makefile
778
779
780 curl:
781         @cd $(top_builddir) && $(MAKE)
782
783 # make sure that PERL is pointing to an executable
784 perlcheck:
785         @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi
786
787 test: perlcheck all
788         $(TEST) $(TFLAGS)
789
790 quiet-test: perlcheck all
791         $(TEST) $(TEST_Q) $(TFLAGS)
792
793 am-test: perlcheck all
794         $(TEST) $(TEST_AM) $(TFLAGS)
795
796 full-test: perlcheck all
797         $(TEST) $(TEST_F) $(TFLAGS)
798
799 nonflaky-test: perlcheck all
800         $(TEST) $(TEST_NF) $(TFLAGS)
801
802 torture-test: perlcheck all
803         $(TEST) $(TEST_T) $(TFLAGS)
804
805 event-test: perlcheck all
806         $(TEST) $(TEST_E) $(TFLAGS)
807
808 .1.html:
809         $(MAN2HTML)
810
811 .1.pdf:
812         @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \
813         groff -Tps -man $< >$$foo.ps; \
814         ps2pdf $$foo.ps $@; \
815         rm $$foo.ps; \
816         echo "converted $< to $@")
817
818 checksrc:
819         cd libtest && $(MAKE) checksrc
820         cd unit && $(MAKE) checksrc
821         cd server && $(MAKE) checksrc
822
823 # for debug builds, we scan the sources on all regular make invokes
824 @CURLDEBUG_TRUE@all-local: checksrc
825
826 # Tell versions [3.59,3.63) of GNU make to not export all variables.
827 # Otherwise a system limit (for SysV at least) may be exceeded.
828 .NOEXPORT: