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