Home | History | Annotate | Download | only in testcurl
      1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2013 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 VPATH = @srcdir@
     19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     20 am__make_running_with_option = \
     21   case $${target_option-} in \
     22       ?) ;; \
     23       *) echo "am__make_running_with_option: internal error: invalid" \
     24               "target option '$${target_option-}' specified" >&2; \
     25          exit 1;; \
     26   esac; \
     27   has_opt=no; \
     28   sane_makeflags=$$MAKEFLAGS; \
     29   if $(am__is_gnu_make); then \
     30     sane_makeflags=$$MFLAGS; \
     31   else \
     32     case $$MAKEFLAGS in \
     33       *\\[\ \	]*) \
     34         bs=\\; \
     35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     36           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     37     esac; \
     38   fi; \
     39   skip_next=no; \
     40   strip_trailopt () \
     41   { \
     42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     43   }; \
     44   for flg in $$sane_makeflags; do \
     45     test $$skip_next = yes && { skip_next=no; continue; }; \
     46     case $$flg in \
     47       *=*|--*) continue;; \
     48         -*I) strip_trailopt 'I'; skip_next=yes;; \
     49       -*I?*) strip_trailopt 'I';; \
     50         -*O) strip_trailopt 'O'; skip_next=yes;; \
     51       -*O?*) strip_trailopt 'O';; \
     52         -*l) strip_trailopt 'l'; skip_next=yes;; \
     53       -*l?*) strip_trailopt 'l';; \
     54       -[dEDm]) skip_next=yes;; \
     55       -[JT]) skip_next=yes;; \
     56     esac; \
     57     case $$flg in \
     58       *$$target_option*) has_opt=yes; break;; \
     59     esac; \
     60   done; \
     61   test $$has_opt = yes
     62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     64 pkgdatadir = $(datadir)/@PACKAGE@
     65 pkgincludedir = $(includedir)/@PACKAGE@
     66 pkglibdir = $(libdir)/@PACKAGE@
     67 pkglibexecdir = $(libexecdir)/@PACKAGE@
     68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     69 install_sh_DATA = $(install_sh) -c -m 644
     70 install_sh_PROGRAM = $(install_sh) -c
     71 install_sh_SCRIPT = $(install_sh) -c
     72 INSTALL_HEADER = $(INSTALL_DATA)
     73 transform = $(program_transform_name)
     74 NORMAL_INSTALL = :
     75 PRE_INSTALL = :
     76 POST_INSTALL = :
     77 NORMAL_UNINSTALL = :
     78 PRE_UNINSTALL = :
     79 POST_UNINSTALL = :
     80 build_triplet = @build@
     81 host_triplet = @host@
     82 @ENABLE_HTTPS_TRUE@am__append_1 = https
     83 @HAVE_CURL_TRUE@check_PROGRAMS = test_start_stop$(EXEEXT) \
     84 @HAVE_CURL_TRUE@	test_get$(EXEEXT) test_get_sendfile$(EXEEXT) \
     85 @HAVE_CURL_TRUE@	test_urlparse$(EXEEXT) test_put$(EXEEXT) \
     86 @HAVE_CURL_TRUE@	$(am__EXEEXT_1) test_process_headers$(EXEEXT) \
     87 @HAVE_CURL_TRUE@	test_process_arguments$(EXEEXT) \
     88 @HAVE_CURL_TRUE@	test_parse_cookies$(EXEEXT) \
     89 @HAVE_CURL_TRUE@	test_large_put$(EXEEXT) test_get11$(EXEEXT) \
     90 @HAVE_CURL_TRUE@	test_get_sendfile11$(EXEEXT) \
     91 @HAVE_CURL_TRUE@	test_put11$(EXEEXT) test_large_put11$(EXEEXT) \
     92 @HAVE_CURL_TRUE@	test_long_header$(EXEEXT) \
     93 @HAVE_CURL_TRUE@	test_long_header11$(EXEEXT) \
     94 @HAVE_CURL_TRUE@	test_get_chunked$(EXEEXT) \
     95 @HAVE_CURL_TRUE@	test_put_chunked$(EXEEXT) \
     96 @HAVE_CURL_TRUE@	test_iplimit11$(EXEEXT) \
     97 @HAVE_CURL_TRUE@	test_termination$(EXEEXT) \
     98 @HAVE_CURL_TRUE@	test_timeout$(EXEEXT) test_callback$(EXEEXT) \
     99 @HAVE_CURL_TRUE@	$(am__EXEEXT_2) perf_get$(EXEEXT) \
    100 @HAVE_CURL_TRUE@	$(am__EXEEXT_3) $(am__EXEEXT_4) \
    101 @HAVE_CURL_TRUE@	$(am__EXEEXT_5) $(am__EXEEXT_6)
    102 @HAVE_CURL_TRUE@@HAVE_POSIX_THREADS_TRUE@am__append_2 = \
    103 @HAVE_CURL_TRUE@@HAVE_POSIX_THREADS_TRUE@  test_quiesce
    104 
    105 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@am__append_3 = \
    106 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@  test_post \
    107 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@  test_postform \
    108 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@  test_post_loop \
    109 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@  test_post11 \
    110 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@  test_postform11 \
    111 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@  test_post_loop11
    112 
    113 @HAVE_CURL_TRUE@noinst_PROGRAMS = test_options$(EXEEXT)
    114 @ENABLE_DAUTH_TRUE@@HAVE_CURL_TRUE@am__append_4 = \
    115 @ENABLE_DAUTH_TRUE@@HAVE_CURL_TRUE@	test_digestauth test_digestauth_with_arguments
    116 
    117 @HAVE_W32_TRUE@am__append_5 = \
    118 @HAVE_W32_TRUE@ $(top_builddir)/src/platform/libplatform_interface.la
    119 
    120 @HAVE_W32_TRUE@am__append_6 = \
    121 @HAVE_W32_TRUE@ $(top_builddir)/src/platform/libplatform_interface.la
    122 
    123 @HAVE_W32_TRUE@am__append_7 = \
    124 @HAVE_W32_TRUE@  $(top_builddir)/src/platform/libplatform_interface.la
    125 
    126 @HAVE_W32_TRUE@am__append_8 = \
    127 @HAVE_W32_TRUE@  $(top_builddir)/src/platform/libplatform_interface.la
    128 
    129 subdir = src/testcurl
    130 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    131 	$(top_srcdir)/depcomp $(top_srcdir)/test-driver
    132 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    133 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
    134 	$(top_srcdir)/m4/ax_append_flag.m4 \
    135 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
    136 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
    137 	$(top_srcdir)/m4/ax_check_openssl.m4 \
    138 	$(top_srcdir)/m4/ax_count_cpus.m4 \
    139 	$(top_srcdir)/m4/ax_have_epoll.m4 \
    140 	$(top_srcdir)/m4/ax_pthread.m4 \
    141 	$(top_srcdir)/m4/ax_require_defined.m4 \
    142 	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
    143 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
    144 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
    145 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
    146 	$(top_srcdir)/configure.ac
    147 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    148 	$(ACLOCAL_M4)
    149 mkinstalldirs = $(install_sh) -d
    150 CONFIG_HEADER = $(top_builddir)/MHD_config.h
    151 CONFIG_CLEAN_FILES =
    152 CONFIG_CLEAN_VPATH_FILES =
    153 LIBRARIES = $(noinst_LIBRARIES)
    154 ARFLAGS = cru
    155 AM_V_AR = $(am__v_AR_@AM_V@)
    156 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
    157 am__v_AR_0 = @echo "  AR      " $@;
    158 am__v_AR_1 = 
    159 libcurl_version_check_a_AR = $(AR) $(ARFLAGS)
    160 libcurl_version_check_a_LIBADD =
    161 am_libcurl_version_check_a_OBJECTS = curl_version_check.$(OBJEXT)
    162 libcurl_version_check_a_OBJECTS =  \
    163 	$(am_libcurl_version_check_a_OBJECTS)
    164 @HAVE_W32_FALSE@am__EXEEXT_1 = test_concurrent_stop$(EXEEXT)
    165 @HAVE_CURL_BINARY_TRUE@@HAVE_W32_FALSE@am__EXEEXT_2 = test_get_response_cleanup$(EXEEXT)
    166 @HAVE_W32_FALSE@am__EXEEXT_3 = perf_get_concurrent$(EXEEXT)
    167 @HAVE_CURL_TRUE@@HAVE_POSIX_THREADS_TRUE@am__EXEEXT_4 = test_quiesce$(EXEEXT)
    168 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@am__EXEEXT_5 =  \
    169 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@	test_post$(EXEEXT) \
    170 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@	test_postform$(EXEEXT) \
    171 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@	test_post_loop$(EXEEXT) \
    172 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@	test_post11$(EXEEXT) \
    173 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@	test_postform11$(EXEEXT) \
    174 @HAVE_CURL_TRUE@@HAVE_POSTPROCESSOR_TRUE@	test_post_loop11$(EXEEXT)
    175 @ENABLE_DAUTH_TRUE@@HAVE_CURL_TRUE@am__EXEEXT_6 =  \
    176 @ENABLE_DAUTH_TRUE@@HAVE_CURL_TRUE@	test_digestauth$(EXEEXT) \
    177 @ENABLE_DAUTH_TRUE@@HAVE_CURL_TRUE@	test_digestauth_with_arguments$(EXEEXT)
    178 PROGRAMS = $(noinst_PROGRAMS)
    179 am_perf_get_OBJECTS = perf_get.$(OBJEXT)
    180 perf_get_OBJECTS = $(am_perf_get_OBJECTS)
    181 perf_get_DEPENDENCIES =  \
    182 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    183 AM_V_lt = $(am__v_lt_@AM_V@)
    184 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    185 am__v_lt_0 = --silent
    186 am__v_lt_1 = 
    187 am_perf_get_concurrent_OBJECTS = perf_get_concurrent.$(OBJEXT)
    188 perf_get_concurrent_OBJECTS = $(am_perf_get_concurrent_OBJECTS)
    189 perf_get_concurrent_DEPENDENCIES =  \
    190 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    191 am_test_callback_OBJECTS = test_callback.$(OBJEXT)
    192 test_callback_OBJECTS = $(am_test_callback_OBJECTS)
    193 test_callback_DEPENDENCIES =  \
    194 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    195 am_test_concurrent_stop_OBJECTS = test_concurrent_stop.$(OBJEXT)
    196 test_concurrent_stop_OBJECTS = $(am_test_concurrent_stop_OBJECTS)
    197 test_concurrent_stop_DEPENDENCIES =  \
    198 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    199 am_test_digestauth_OBJECTS = test_digestauth.$(OBJEXT)
    200 test_digestauth_OBJECTS = $(am_test_digestauth_OBJECTS)
    201 test_digestauth_DEPENDENCIES =  \
    202 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    203 am_test_digestauth_with_arguments_OBJECTS =  \
    204 	test_digestauth_with_arguments.$(OBJEXT)
    205 test_digestauth_with_arguments_OBJECTS =  \
    206 	$(am_test_digestauth_with_arguments_OBJECTS)
    207 test_digestauth_with_arguments_DEPENDENCIES =  \
    208 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    209 am_test_get_OBJECTS = test_get.$(OBJEXT)
    210 test_get_OBJECTS = $(am_test_get_OBJECTS)
    211 test_get_DEPENDENCIES =  \
    212 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    213 am_test_get11_OBJECTS = test_get.$(OBJEXT)
    214 test_get11_OBJECTS = $(am_test_get11_OBJECTS)
    215 test_get11_DEPENDENCIES =  \
    216 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    217 am_test_get_chunked_OBJECTS = test_get_chunked.$(OBJEXT)
    218 test_get_chunked_OBJECTS = $(am_test_get_chunked_OBJECTS)
    219 test_get_chunked_DEPENDENCIES =  \
    220 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    221 am_test_get_response_cleanup_OBJECTS =  \
    222 	test_get_response_cleanup.$(OBJEXT)
    223 test_get_response_cleanup_OBJECTS =  \
    224 	$(am_test_get_response_cleanup_OBJECTS)
    225 test_get_response_cleanup_DEPENDENCIES =  \
    226 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    227 am_test_get_sendfile_OBJECTS = test_get_sendfile.$(OBJEXT)
    228 test_get_sendfile_OBJECTS = $(am_test_get_sendfile_OBJECTS)
    229 am_test_get_sendfile11_OBJECTS = test_get_sendfile.$(OBJEXT)
    230 test_get_sendfile11_OBJECTS = $(am_test_get_sendfile11_OBJECTS)
    231 am_test_iplimit11_OBJECTS = test_iplimit.$(OBJEXT)
    232 test_iplimit11_OBJECTS = $(am_test_iplimit11_OBJECTS)
    233 test_iplimit11_DEPENDENCIES =  \
    234 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    235 am_test_large_put_OBJECTS = test_large_put.$(OBJEXT)
    236 test_large_put_OBJECTS = $(am_test_large_put_OBJECTS)
    237 test_large_put_DEPENDENCIES =  \
    238 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    239 am_test_large_put11_OBJECTS = test_large_put.$(OBJEXT)
    240 test_large_put11_OBJECTS = $(am_test_large_put11_OBJECTS)
    241 test_large_put11_DEPENDENCIES =  \
    242 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    243 am_test_long_header_OBJECTS = test_long_header.$(OBJEXT)
    244 test_long_header_OBJECTS = $(am_test_long_header_OBJECTS)
    245 test_long_header_DEPENDENCIES =  \
    246 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    247 am_test_long_header11_OBJECTS = test_long_header.$(OBJEXT)
    248 test_long_header11_OBJECTS = $(am_test_long_header11_OBJECTS)
    249 test_long_header11_DEPENDENCIES =  \
    250 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    251 am_test_options_OBJECTS = test_options.$(OBJEXT)
    252 test_options_OBJECTS = $(am_test_options_OBJECTS)
    253 test_options_DEPENDENCIES =  \
    254 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    255 am_test_parse_cookies_OBJECTS = test_parse_cookies.$(OBJEXT)
    256 test_parse_cookies_OBJECTS = $(am_test_parse_cookies_OBJECTS)
    257 test_parse_cookies_DEPENDENCIES =  \
    258 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    259 am_test_post_OBJECTS = test_post.$(OBJEXT)
    260 test_post_OBJECTS = $(am_test_post_OBJECTS)
    261 test_post_DEPENDENCIES =  \
    262 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    263 am_test_post11_OBJECTS = test_post.$(OBJEXT)
    264 test_post11_OBJECTS = $(am_test_post11_OBJECTS)
    265 test_post11_DEPENDENCIES =  \
    266 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    267 am_test_post_loop_OBJECTS = test_post_loop.$(OBJEXT)
    268 test_post_loop_OBJECTS = $(am_test_post_loop_OBJECTS)
    269 test_post_loop_DEPENDENCIES =  \
    270 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    271 am_test_post_loop11_OBJECTS = test_post_loop.$(OBJEXT)
    272 test_post_loop11_OBJECTS = $(am_test_post_loop11_OBJECTS)
    273 test_post_loop11_DEPENDENCIES =  \
    274 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    275 am_test_postform_OBJECTS = test_postform.$(OBJEXT)
    276 test_postform_OBJECTS = $(am_test_postform_OBJECTS)
    277 test_postform_DEPENDENCIES =  \
    278 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    279 am_test_postform11_OBJECTS = test_postform.$(OBJEXT)
    280 test_postform11_OBJECTS = $(am_test_postform11_OBJECTS)
    281 test_postform11_DEPENDENCIES =  \
    282 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    283 am_test_process_arguments_OBJECTS = test_process_arguments.$(OBJEXT)
    284 test_process_arguments_OBJECTS = $(am_test_process_arguments_OBJECTS)
    285 test_process_arguments_DEPENDENCIES =  \
    286 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    287 am_test_process_headers_OBJECTS = test_process_headers.$(OBJEXT)
    288 test_process_headers_OBJECTS = $(am_test_process_headers_OBJECTS)
    289 test_process_headers_DEPENDENCIES =  \
    290 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    291 am_test_put_OBJECTS = test_put.$(OBJEXT)
    292 test_put_OBJECTS = $(am_test_put_OBJECTS)
    293 test_put_DEPENDENCIES =  \
    294 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    295 am_test_put11_OBJECTS = test_put.$(OBJEXT)
    296 test_put11_OBJECTS = $(am_test_put11_OBJECTS)
    297 test_put11_DEPENDENCIES =  \
    298 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    299 am_test_put_chunked_OBJECTS = test_put_chunked.$(OBJEXT)
    300 test_put_chunked_OBJECTS = $(am_test_put_chunked_OBJECTS)
    301 test_put_chunked_DEPENDENCIES =  \
    302 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    303 am_test_quiesce_OBJECTS = test_quiesce-test_quiesce.$(OBJEXT)
    304 test_quiesce_OBJECTS = $(am_test_quiesce_OBJECTS)
    305 am__DEPENDENCIES_1 =
    306 test_quiesce_DEPENDENCIES =  \
    307 	$(top_builddir)/src/microhttpd/libmicrohttpd.la \
    308 	$(am__DEPENDENCIES_1)
    309 test_quiesce_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    310 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_quiesce_CFLAGS) \
    311 	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    312 am_test_start_stop_OBJECTS = test_start_stop.$(OBJEXT)
    313 test_start_stop_OBJECTS = $(am_test_start_stop_OBJECTS)
    314 test_start_stop_DEPENDENCIES =  \
    315 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    316 am_test_termination_OBJECTS = test_termination.$(OBJEXT)
    317 test_termination_OBJECTS = $(am_test_termination_OBJECTS)
    318 test_termination_DEPENDENCIES =  \
    319 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    320 am_test_timeout_OBJECTS = test_timeout.$(OBJEXT)
    321 test_timeout_OBJECTS = $(am_test_timeout_OBJECTS)
    322 test_timeout_DEPENDENCIES =  \
    323 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    324 am_test_urlparse_OBJECTS = test_urlparse.$(OBJEXT)
    325 test_urlparse_OBJECTS = $(am_test_urlparse_OBJECTS)
    326 test_urlparse_DEPENDENCIES =  \
    327 	$(top_builddir)/src/microhttpd/libmicrohttpd.la
    328 AM_V_P = $(am__v_P_@AM_V@)
    329 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    330 am__v_P_0 = false
    331 am__v_P_1 = :
    332 AM_V_GEN = $(am__v_GEN_@AM_V@)
    333 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    334 am__v_GEN_0 = @echo "  GEN     " $@;
    335 am__v_GEN_1 = 
    336 AM_V_at = $(am__v_at_@AM_V@)
    337 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    338 am__v_at_0 = @
    339 am__v_at_1 = 
    340 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    341 depcomp = $(SHELL) $(top_srcdir)/depcomp
    342 am__depfiles_maybe = depfiles
    343 am__mv = mv -f
    344 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    345 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    346 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    347 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    348 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    349 	$(AM_CFLAGS) $(CFLAGS)
    350 AM_V_CC = $(am__v_CC_@AM_V@)
    351 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    352 am__v_CC_0 = @echo "  CC      " $@;
    353 am__v_CC_1 = 
    354 CCLD = $(CC)
    355 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    356 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    357 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    358 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    359 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    360 am__v_CCLD_0 = @echo "  CCLD    " $@;
    361 am__v_CCLD_1 = 
    362 SOURCES = $(libcurl_version_check_a_SOURCES) $(perf_get_SOURCES) \
    363 	$(perf_get_concurrent_SOURCES) $(test_callback_SOURCES) \
    364 	$(test_concurrent_stop_SOURCES) $(test_digestauth_SOURCES) \
    365 	$(test_digestauth_with_arguments_SOURCES) $(test_get_SOURCES) \
    366 	$(test_get11_SOURCES) $(test_get_chunked_SOURCES) \
    367 	$(test_get_response_cleanup_SOURCES) \
    368 	$(test_get_sendfile_SOURCES) $(test_get_sendfile11_SOURCES) \
    369 	$(test_iplimit11_SOURCES) $(test_large_put_SOURCES) \
    370 	$(test_large_put11_SOURCES) $(test_long_header_SOURCES) \
    371 	$(test_long_header11_SOURCES) $(test_options_SOURCES) \
    372 	$(test_parse_cookies_SOURCES) $(test_post_SOURCES) \
    373 	$(test_post11_SOURCES) $(test_post_loop_SOURCES) \
    374 	$(test_post_loop11_SOURCES) $(test_postform_SOURCES) \
    375 	$(test_postform11_SOURCES) $(test_process_arguments_SOURCES) \
    376 	$(test_process_headers_SOURCES) $(test_put_SOURCES) \
    377 	$(test_put11_SOURCES) $(test_put_chunked_SOURCES) \
    378 	$(test_quiesce_SOURCES) $(test_start_stop_SOURCES) \
    379 	$(test_termination_SOURCES) $(test_timeout_SOURCES) \
    380 	$(test_urlparse_SOURCES)
    381 DIST_SOURCES = $(libcurl_version_check_a_SOURCES) $(perf_get_SOURCES) \
    382 	$(perf_get_concurrent_SOURCES) $(test_callback_SOURCES) \
    383 	$(test_concurrent_stop_SOURCES) $(test_digestauth_SOURCES) \
    384 	$(test_digestauth_with_arguments_SOURCES) $(test_get_SOURCES) \
    385 	$(test_get11_SOURCES) $(test_get_chunked_SOURCES) \
    386 	$(test_get_response_cleanup_SOURCES) \
    387 	$(test_get_sendfile_SOURCES) $(test_get_sendfile11_SOURCES) \
    388 	$(test_iplimit11_SOURCES) $(test_large_put_SOURCES) \
    389 	$(test_large_put11_SOURCES) $(test_long_header_SOURCES) \
    390 	$(test_long_header11_SOURCES) $(test_options_SOURCES) \
    391 	$(test_parse_cookies_SOURCES) $(test_post_SOURCES) \
    392 	$(test_post11_SOURCES) $(test_post_loop_SOURCES) \
    393 	$(test_post_loop11_SOURCES) $(test_postform_SOURCES) \
    394 	$(test_postform11_SOURCES) $(test_process_arguments_SOURCES) \
    395 	$(test_process_headers_SOURCES) $(test_put_SOURCES) \
    396 	$(test_put11_SOURCES) $(test_put_chunked_SOURCES) \
    397 	$(test_quiesce_SOURCES) $(test_start_stop_SOURCES) \
    398 	$(test_termination_SOURCES) $(test_timeout_SOURCES) \
    399 	$(test_urlparse_SOURCES)
    400 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    401 	ctags-recursive dvi-recursive html-recursive info-recursive \
    402 	install-data-recursive install-dvi-recursive \
    403 	install-exec-recursive install-html-recursive \
    404 	install-info-recursive install-pdf-recursive \
    405 	install-ps-recursive install-recursive installcheck-recursive \
    406 	installdirs-recursive pdf-recursive ps-recursive \
    407 	tags-recursive uninstall-recursive
    408 am__can_run_installinfo = \
    409   case $$AM_UPDATE_INFO_DIR in \
    410     n|no|NO) false;; \
    411     *) (install-info --version) >/dev/null 2>&1;; \
    412   esac
    413 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    414   distclean-recursive maintainer-clean-recursive
    415 am__recursive_targets = \
    416   $(RECURSIVE_TARGETS) \
    417   $(RECURSIVE_CLEAN_TARGETS) \
    418   $(am__extra_recursive_targets)
    419 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    420 	check recheck distdir
    421 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    422 # Read a list of newline-separated strings from the standard input,
    423 # and print each of them once, without duplicates.  Input order is
    424 # *not* preserved.
    425 am__uniquify_input = $(AWK) '\
    426   BEGIN { nonempty = 0; } \
    427   { items[$$0] = 1; nonempty = 1; } \
    428   END { if (nonempty) { for (i in items) print i; }; } \
    429 '
    430 # Make sure the list of sources is unique.  This is necessary because,
    431 # e.g., the same source file might be shared among _SOURCES variables
    432 # for different programs/libraries.
    433 am__define_uniq_tagged_files = \
    434   list='$(am__tagged_files)'; \
    435   unique=`for i in $$list; do \
    436     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    437   done | $(am__uniquify_input)`
    438 ETAGS = etags
    439 CTAGS = ctags
    440 am__tty_colors_dummy = \
    441   mgn= red= grn= lgn= blu= brg= std=; \
    442   am__color_tests=no
    443 am__tty_colors = { \
    444   $(am__tty_colors_dummy); \
    445   if test "X$(AM_COLOR_TESTS)" = Xno; then \
    446     am__color_tests=no; \
    447   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    448     am__color_tests=yes; \
    449   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    450     am__color_tests=yes; \
    451   fi; \
    452   if test $$am__color_tests = yes; then \
    453     red='[0;31m'; \
    454     grn='[0;32m'; \
    455     lgn='[1;32m'; \
    456     blu='[1;34m'; \
    457     mgn='[0;35m'; \
    458     brg='[1m'; \
    459     std='[m'; \
    460   fi; \
    461 }
    462 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    463 am__vpath_adj = case $$p in \
    464     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    465     *) f=$$p;; \
    466   esac;
    467 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    468 am__install_max = 40
    469 am__nobase_strip_setup = \
    470   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    471 am__nobase_strip = \
    472   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    473 am__nobase_list = $(am__nobase_strip_setup); \
    474   for p in $$list; do echo "$$p $$p"; done | \
    475   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    476   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    477     if (++n[$$2] == $(am__install_max)) \
    478       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    479     END { for (dir in files) print dir, files[dir] }'
    480 am__base_list = \
    481   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    482   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    483 am__uninstall_files_from_dir = { \
    484   test -z "$$files" \
    485     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    486     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    487          $(am__cd) "$$dir" && rm -f $$files; }; \
    488   }
    489 am__recheck_rx = ^[ 	]*:recheck:[ 	]*
    490 am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
    491 am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
    492 # A command that, given a newline-separated list of test names on the
    493 # standard input, print the name of the tests that are to be re-run
    494 # upon "make recheck".
    495 am__list_recheck_tests = $(AWK) '{ \
    496   recheck = 1; \
    497   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    498     { \
    499       if (rc < 0) \
    500         { \
    501           if ((getline line2 < ($$0 ".log")) < 0) \
    502 	    recheck = 0; \
    503           break; \
    504         } \
    505       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
    506         { \
    507           recheck = 0; \
    508           break; \
    509         } \
    510       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
    511         { \
    512           break; \
    513         } \
    514     }; \
    515   if (recheck) \
    516     print $$0; \
    517   close ($$0 ".trs"); \
    518   close ($$0 ".log"); \
    519 }'
    520 # A command that, given a newline-separated list of test names on the
    521 # standard input, create the global log from their .trs and .log files.
    522 am__create_global_log = $(AWK) ' \
    523 function fatal(msg) \
    524 { \
    525   print "fatal: making $@: " msg | "cat >&2"; \
    526   exit 1; \
    527 } \
    528 function rst_section(header) \
    529 { \
    530   print header; \
    531   len = length(header); \
    532   for (i = 1; i <= len; i = i + 1) \
    533     printf "="; \
    534   printf "\n\n"; \
    535 } \
    536 { \
    537   copy_in_global_log = 1; \
    538   global_test_result = "RUN"; \
    539   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    540     { \
    541       if (rc < 0) \
    542          fatal("failed to read from " $$0 ".trs"); \
    543       if (line ~ /$(am__global_test_result_rx)/) \
    544         { \
    545           sub("$(am__global_test_result_rx)", "", line); \
    546           sub("[ 	]*$$", "", line); \
    547           global_test_result = line; \
    548         } \
    549       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
    550         copy_in_global_log = 0; \
    551     }; \
    552   if (copy_in_global_log) \
    553     { \
    554       rst_section(global_test_result ": " $$0); \
    555       while ((rc = (getline line < ($$0 ".log"))) != 0) \
    556       { \
    557         if (rc < 0) \
    558           fatal("failed to read from " $$0 ".log"); \
    559         print line; \
    560       }; \
    561       printf "\n"; \
    562     }; \
    563   close ($$0 ".trs"); \
    564   close ($$0 ".log"); \
    565 }'
    566 # Restructured Text title.
    567 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
    568 # Solaris 10 'make', and several other traditional 'make' implementations,
    569 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
    570 # by disabling -e (using the XSI extension "set +e") if it's set.
    571 am__sh_e_setup = case $$- in *e*) set +e;; esac
    572 # Default flags passed to test drivers.
    573 am__common_driver_flags = \
    574   --color-tests "$$am__color_tests" \
    575   --enable-hard-errors "$$am__enable_hard_errors" \
    576   --expect-failure "$$am__expect_failure"
    577 # To be inserted before the command running the test.  Creates the
    578 # directory for the log if needed.  Stores in $dir the directory
    579 # containing $f, in $tst the test, in $log the log.  Executes the
    580 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
    581 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
    582 # will run the test scripts (or their associated LOG_COMPILER, if
    583 # thy have one).
    584 am__check_pre = \
    585 $(am__sh_e_setup);					\
    586 $(am__vpath_adj_setup) $(am__vpath_adj)			\
    587 $(am__tty_colors);					\
    588 srcdir=$(srcdir); export srcdir;			\
    589 case "$@" in						\
    590   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
    591     *) am__odir=.;; 					\
    592 esac;							\
    593 test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
    594   || $(MKDIR_P) "$$am__odir" || exit $$?;		\
    595 if test -f "./$$f"; then dir=./;			\
    596 elif test -f "$$f"; then dir=;				\
    597 else dir="$(srcdir)/"; fi;				\
    598 tst=$$dir$$f; log='$@'; 				\
    599 if test -n '$(DISABLE_HARD_ERRORS)'; then		\
    600   am__enable_hard_errors=no; 				\
    601 else							\
    602   am__enable_hard_errors=yes; 				\
    603 fi; 							\
    604 case " $(XFAIL_TESTS) " in				\
    605   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
    606     am__expect_failure=yes;;				\
    607   *)							\
    608     am__expect_failure=no;;				\
    609 esac; 							\
    610 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
    611 # A shell command to get the names of the tests scripts with any registered
    612 # extension removed (i.e., equivalently, the names of the test logs, with
    613 # the '.log' extension removed).  The result is saved in the shell variable
    614 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
    615 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
    616 # since that might cause problem with VPATH rewrites for suffix-less tests.
    617 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
    618 am__set_TESTS_bases = \
    619   bases='$(TEST_LOGS)'; \
    620   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
    621   bases=`echo $$bases`
    622 RECHECK_LOGS = $(TEST_LOGS)
    623 TEST_SUITE_LOG = test-suite.log
    624 TEST_EXTENSIONS = @EXEEXT@ .test
    625 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
    626 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
    627 am__set_b = \
    628   case '$@' in \
    629     */*) \
    630       case '$*' in \
    631         */*) b='$*';; \
    632           *) b=`echo '$@' | sed 's/\.log$$//'`; \
    633        esac;; \
    634     *) \
    635       b='$*';; \
    636   esac
    637 am__test_logs1 = $(TESTS:=.log)
    638 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
    639 TEST_LOGS = $(am__test_logs2:.test.log=.log)
    640 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
    641 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
    642 	$(TEST_LOG_FLAGS)
    643 DIST_SUBDIRS = . https
    644 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    645 am__relativize = \
    646   dir0=`pwd`; \
    647   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    648   sed_rest='s,^[^/]*/*,,'; \
    649   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    650   sed_butlast='s,/*[^/]*$$,,'; \
    651   while test -n "$$dir1"; do \
    652     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    653     if test "$$first" != "."; then \
    654       if test "$$first" = ".."; then \
    655         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    656         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    657       else \
    658         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    659         if test "$$first2" = "$$first"; then \
    660           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    661         else \
    662           dir2="../$$dir2"; \
    663         fi; \
    664         dir0="$$dir0"/"$$first"; \
    665       fi; \
    666     fi; \
    667     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    668   done; \
    669   reldir="$$dir2"
    670 ACLOCAL = @ACLOCAL@
    671 AMTAR = @AMTAR@
    672 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    673 AR = @AR@
    674 AS = @AS@
    675 AUTOCONF = @AUTOCONF@
    676 AUTOHEADER = @AUTOHEADER@
    677 AUTOMAKE = @AUTOMAKE@
    678 AWK = @AWK@
    679 CC = @CC@
    680 CCDEPMODE = @CCDEPMODE@
    681 CFLAGS = @CFLAGS@
    682 CPP = @CPP@
    683 CPPFLAGS = @CPPFLAGS@
    684 CPU_COUNT = @CPU_COUNT@
    685 CYGPATH_W = @CYGPATH_W@
    686 DEFS = @DEFS@
    687 DEPDIR = @DEPDIR@
    688 DLLTOOL = @DLLTOOL@
    689 DSYMUTIL = @DSYMUTIL@
    690 DUMPBIN = @DUMPBIN@
    691 ECHO_C = @ECHO_C@
    692 ECHO_N = @ECHO_N@
    693 ECHO_T = @ECHO_T@
    694 EGREP = @EGREP@
    695 EXEEXT = @EXEEXT@
    696 FGREP = @FGREP@
    697 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    698 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
    699 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
    700 GNUTLS_LIBS = @GNUTLS_LIBS@
    701 GREP = @GREP@
    702 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
    703 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
    704 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
    705 INSTALL = @INSTALL@
    706 INSTALL_DATA = @INSTALL_DATA@
    707 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    708 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    709 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    710 LD = @LD@
    711 LDFLAGS = @LDFLAGS@
    712 LIBCURL = @LIBCURL@
    713 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
    714 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    715 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    716 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    717 LIBOBJS = @LIBOBJS@
    718 LIBS = @LIBS@
    719 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
    720 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
    721 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
    722 LIBTOOL = @LIBTOOL@
    723 LIB_VERSION_AGE = @LIB_VERSION_AGE@
    724 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
    725 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
    726 LIPO = @LIPO@
    727 LN_S = @LN_S@
    728 LTLIBOBJS = @LTLIBOBJS@
    729 MAKEINFO = @MAKEINFO@
    730 MANIFEST_TOOL = @MANIFEST_TOOL@
    731 MHD_LIBDEPS = @MHD_LIBDEPS@
    732 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
    733 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
    734 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
    735 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
    736 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
    737 MKDIR_P = @MKDIR_P@
    738 MS_LIB_TOOL = @MS_LIB_TOOL@
    739 NM = @NM@
    740 NMEDIT = @NMEDIT@
    741 OBJDUMP = @OBJDUMP@
    742 OBJEXT = @OBJEXT@
    743 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    744 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    745 OPENSSL_LIBS = @OPENSSL_LIBS@
    746 OTOOL = @OTOOL@
    747 OTOOL64 = @OTOOL64@
    748 PACKAGE = @PACKAGE@
    749 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    750 PACKAGE_NAME = @PACKAGE_NAME@
    751 PACKAGE_STRING = @PACKAGE_STRING@
    752 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    753 PACKAGE_URL = @PACKAGE_URL@
    754 PACKAGE_VERSION = @PACKAGE_VERSION@
    755 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
    756 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
    757 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
    758 PATH_SEPARATOR = @PATH_SEPARATOR@
    759 PKG_CONFIG = @PKG_CONFIG@
    760 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    761 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    762 PTHREAD_CC = @PTHREAD_CC@
    763 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    764 PTHREAD_LIBS = @PTHREAD_LIBS@
    765 RANLIB = @RANLIB@
    766 RC = @RC@
    767 SED = @SED@
    768 SET_MAKE = @SET_MAKE@
    769 SHELL = @SHELL@
    770 SPDY_LIBDEPS = @SPDY_LIBDEPS@
    771 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
    772 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
    773 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
    774 STRIP = @STRIP@
    775 VERSION = @VERSION@
    776 _libcurl_config = @_libcurl_config@
    777 abs_builddir = @abs_builddir@
    778 abs_srcdir = @abs_srcdir@
    779 abs_top_builddir = @abs_top_builddir@
    780 abs_top_srcdir = @abs_top_srcdir@
    781 ac_ct_AR = @ac_ct_AR@
    782 ac_ct_CC = @ac_ct_CC@
    783 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    784 am__include = @am__include@
    785 am__leading_dot = @am__leading_dot@
    786 am__quote = @am__quote@
    787 am__tar = @am__tar@
    788 am__untar = @am__untar@
    789 ax_pthread_config = @ax_pthread_config@
    790 bindir = @bindir@
    791 build = @build@
    792 build_alias = @build_alias@
    793 build_cpu = @build_cpu@
    794 build_os = @build_os@
    795 build_vendor = @build_vendor@
    796 builddir = @builddir@
    797 datadir = @datadir@
    798 datarootdir = @datarootdir@
    799 docdir = @docdir@
    800 dvidir = @dvidir@
    801 exec_prefix = @exec_prefix@
    802 have_socat = @have_socat@
    803 have_zzuf = @have_zzuf@
    804 host = @host@
    805 host_alias = @host_alias@
    806 host_cpu = @host_cpu@
    807 host_os = @host_os@
    808 host_vendor = @host_vendor@
    809 htmldir = @htmldir@
    810 includedir = @includedir@
    811 infodir = @infodir@
    812 install_sh = @install_sh@
    813 libdir = @libdir@
    814 libexecdir = @libexecdir@
    815 localedir = @localedir@
    816 localstatedir = @localstatedir@
    817 lt_cv_objdir = @lt_cv_objdir@
    818 mandir = @mandir@
    819 mkdir_p = @mkdir_p@
    820 oldincludedir = @oldincludedir@
    821 pdfdir = @pdfdir@
    822 prefix = @prefix@
    823 program_transform_name = @program_transform_name@
    824 psdir = @psdir@
    825 sbindir = @sbindir@
    826 sharedstatedir = @sharedstatedir@
    827 srcdir = @srcdir@
    828 sysconfdir = @sysconfdir@
    829 target_alias = @target_alias@
    830 top_build_prefix = @top_build_prefix@
    831 top_builddir = @top_builddir@
    832 top_srcdir = @top_srcdir@
    833 
    834 # This Makefile.am is in the public domain
    835 SUBDIRS = . $(am__append_1)
    836 @USE_COVERAGE_TRUE@AM_CFLAGS = -fprofile-arcs -ftest-coverage
    837 AM_CPPFLAGS = \
    838 -DCPU_COUNT=$(CPU_COUNT) \
    839 -I$(top_srcdir) \
    840 -I$(top_srcdir)/src/microhttpd \
    841 -I$(top_srcdir)/src/include \
    842 $(LIBCURL_CPPFLAGS)
    843 
    844 @HAVE_W32_FALSE@PERF_GET_CONCURRENT = perf_get_concurrent
    845 @HAVE_W32_FALSE@TEST_CONCURRENT_STOP = test_concurrent_stop
    846 @HAVE_CURL_BINARY_TRUE@@HAVE_W32_FALSE@CURL_FORK_TEST = test_get_response_cleanup
    847 @HAVE_CURL_TRUE@TESTS = $(check_PROGRAMS)
    848 @HAVE_CURL_TRUE@noinst_LIBRARIES = libcurl_version_check.a
    849 libcurl_version_check_a_SOURCES = \
    850   curl_version_check.c
    851 
    852 test_start_stop_SOURCES = \
    853   test_start_stop.c
    854 
    855 test_start_stop_LDADD = \
    856   $(top_builddir)/src/microhttpd/libmicrohttpd.la
    857 
    858 test_concurrent_stop_SOURCES = \
    859   test_concurrent_stop.c
    860 
    861 test_concurrent_stop_LDADD = \
    862   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    863  @LIBCURL@
    864 
    865 test_options_SOURCES = \
    866   test_options.c
    867 
    868 test_options_LDADD = \
    869   $(top_builddir)/src/microhttpd/libmicrohttpd.la
    870 
    871 test_get_SOURCES = \
    872   test_get.c
    873 
    874 test_get_LDADD = \
    875   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    876   @LIBCURL@
    877 
    878 test_quiesce_SOURCES = \
    879   test_quiesce.c
    880 
    881 test_quiesce_CFLAGS = \
    882   $(PTHREAD_CFLAGS) $(AM_CFLAGS)
    883 
    884 test_quiesce_LDADD = \
    885   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    886   $(PTHREAD_LIBS) @LIBCURL@
    887 
    888 test_callback_SOURCES = \
    889   test_callback.c
    890 
    891 test_callback_LDADD = \
    892   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    893   @LIBCURL@
    894 
    895 perf_get_SOURCES = \
    896   perf_get.c \
    897   gauger.h
    898 
    899 perf_get_LDADD = \
    900   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    901   @LIBCURL@
    902 
    903 perf_get_concurrent_SOURCES = \
    904   perf_get_concurrent.c \
    905   gauger.h
    906 
    907 perf_get_concurrent_LDADD = \
    908   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    909   @LIBCURL@
    910 
    911 test_digestauth_SOURCES = \
    912   test_digestauth.c
    913 
    914 test_digestauth_LDADD = \
    915   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    916   @LIBGCRYPT_LIBS@ @LIBCURL@
    917 
    918 test_digestauth_with_arguments_SOURCES = \
    919   test_digestauth_with_arguments.c
    920 
    921 test_digestauth_with_arguments_LDADD = \
    922   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    923   @LIBGCRYPT_LIBS@ @LIBCURL@
    924 
    925 test_get_sendfile_SOURCES = \
    926   test_get_sendfile.c
    927 
    928 test_get_sendfile_LDADD =  \
    929 	$(top_builddir)/src/microhttpd/libmicrohttpd.la @LIBCURL@ \
    930 	$(am__append_5)
    931 test_get_sendfile_DEPENDENCIES = $(am__append_6)
    932 test_urlparse_SOURCES = \
    933   test_urlparse.c
    934 
    935 test_urlparse_LDADD = \
    936   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    937   @LIBCURL@
    938 
    939 test_get_response_cleanup_SOURCES = \
    940   test_get_response_cleanup.c
    941 
    942 test_get_response_cleanup_LDADD = \
    943   $(top_builddir)/src/microhttpd/libmicrohttpd.la
    944 
    945 test_get_chunked_SOURCES = \
    946   test_get_chunked.c
    947 
    948 test_get_chunked_LDADD = \
    949   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    950   @LIBCURL@
    951 
    952 test_post_SOURCES = \
    953   test_post.c
    954 
    955 test_post_LDADD = \
    956   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    957   @LIBCURL@
    958 
    959 test_process_headers_SOURCES = \
    960   test_process_headers.c
    961 
    962 test_process_headers_LDADD = \
    963   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    964   @LIBCURL@
    965 
    966 test_parse_cookies_SOURCES = \
    967   test_parse_cookies.c
    968 
    969 test_parse_cookies_LDADD = \
    970   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    971   @LIBCURL@
    972 
    973 test_process_arguments_SOURCES = \
    974   test_process_arguments.c
    975 
    976 test_process_arguments_LDADD = \
    977   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    978   @LIBCURL@
    979 
    980 test_postform_SOURCES = \
    981   test_postform.c
    982 
    983 test_postform_LDADD = \
    984   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    985   @LIBGCRYPT_LIBS@ @LIBCURL@
    986 
    987 test_post_loop_SOURCES = \
    988   test_post_loop.c
    989 
    990 test_post_loop_LDADD = \
    991   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    992   @LIBCURL@
    993 
    994 test_put_SOURCES = \
    995   test_put.c
    996 
    997 test_put_LDADD = \
    998   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
    999   @LIBCURL@
   1000 
   1001 test_put_chunked_SOURCES = \
   1002   test_put_chunked.c
   1003 
   1004 test_put_chunked_LDADD = \
   1005   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1006   @LIBCURL@
   1007 
   1008 test_get11_SOURCES = \
   1009   test_get.c
   1010 
   1011 test_get11_LDADD = \
   1012   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1013   @LIBCURL@
   1014 
   1015 test_get_sendfile11_SOURCES = \
   1016   test_get_sendfile.c
   1017 
   1018 test_get_sendfile11_LDADD =  \
   1019 	$(top_builddir)/src/microhttpd/libmicrohttpd.la @LIBCURL@ \
   1020 	$(am__append_7)
   1021 test_get_sendfile11_DEPENDENCIES = $(am__append_8)
   1022 test_post11_SOURCES = \
   1023   test_post.c
   1024 
   1025 test_post11_LDADD = \
   1026   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1027   @LIBCURL@
   1028 
   1029 test_postform11_SOURCES = \
   1030   test_postform.c
   1031 
   1032 test_postform11_LDADD = \
   1033   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1034   @LIBGCRYPT_LIBS@ @LIBCURL@
   1035 
   1036 test_post_loop11_SOURCES = \
   1037   test_post_loop.c
   1038 
   1039 test_post_loop11_LDADD = \
   1040   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1041   @LIBCURL@
   1042 
   1043 test_put11_SOURCES = \
   1044   test_put.c
   1045 
   1046 test_put11_LDADD = \
   1047   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1048   @LIBCURL@
   1049 
   1050 test_large_put_SOURCES = \
   1051   test_large_put.c
   1052 
   1053 test_large_put_LDADD = \
   1054   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1055   @LIBCURL@
   1056 
   1057 test_large_put11_SOURCES = \
   1058   test_large_put.c
   1059 
   1060 test_large_put11_LDADD = \
   1061   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1062   @LIBCURL@
   1063 
   1064 test_long_header_SOURCES = \
   1065   test_long_header.c
   1066 
   1067 test_long_header_LDADD = \
   1068   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1069   @LIBCURL@
   1070 
   1071 test_long_header11_SOURCES = \
   1072   test_long_header.c
   1073 
   1074 test_long_header11_LDADD = \
   1075   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1076   @LIBCURL@
   1077 
   1078 test_iplimit11_SOURCES = \
   1079   test_iplimit.c
   1080 
   1081 test_iplimit11_LDADD = \
   1082   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1083   @LIBCURL@
   1084 
   1085 test_termination_SOURCES = \
   1086   test_termination.c
   1087 
   1088 test_termination_LDADD = \
   1089   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1090   @LIBCURL@
   1091 
   1092 test_timeout_SOURCES = \
   1093   test_timeout.c
   1094 
   1095 test_timeout_LDADD = \
   1096   $(top_builddir)/src/microhttpd/libmicrohttpd.la \
   1097   @LIBCURL@
   1098 
   1099 all: all-recursive
   1100 
   1101 .SUFFIXES:
   1102 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
   1103 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
   1104 	@for dep in $?; do \
   1105 	  case '$(am__configure_deps)' in \
   1106 	    *$$dep*) \
   1107 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
   1108 	        && { if test -f $@; then exit 0; else break; fi; }; \
   1109 	      exit 1;; \
   1110 	  esac; \
   1111 	done; \
   1112 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/testcurl/Makefile'; \
   1113 	$(am__cd) $(top_srcdir) && \
   1114 	  $(AUTOMAKE) --gnu src/testcurl/Makefile
   1115 .PRECIOUS: Makefile
   1116 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   1117 	@case '$?' in \
   1118 	  *config.status*) \
   1119 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   1120 	  *) \
   1121 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   1122 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   1123 	esac;
   1124 
   1125 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   1126 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1127 
   1128 $(top_srcdir)/configure:  $(am__configure_deps)
   1129 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1130 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
   1131 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   1132 $(am__aclocal_m4_deps):
   1133 
   1134 clean-noinstLIBRARIES:
   1135 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
   1136 
   1137 libcurl_version_check.a: $(libcurl_version_check_a_OBJECTS) $(libcurl_version_check_a_DEPENDENCIES) $(EXTRA_libcurl_version_check_a_DEPENDENCIES) 
   1138 	$(AM_V_at)-rm -f libcurl_version_check.a
   1139 	$(AM_V_AR)$(libcurl_version_check_a_AR) libcurl_version_check.a $(libcurl_version_check_a_OBJECTS) $(libcurl_version_check_a_LIBADD)
   1140 	$(AM_V_at)$(RANLIB) libcurl_version_check.a
   1141 
   1142 clean-checkPROGRAMS:
   1143 	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
   1144 	echo " rm -f" $$list; \
   1145 	rm -f $$list || exit $$?; \
   1146 	test -n "$(EXEEXT)" || exit 0; \
   1147 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
   1148 	echo " rm -f" $$list; \
   1149 	rm -f $$list
   1150 
   1151 clean-noinstPROGRAMS:
   1152 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
   1153 	echo " rm -f" $$list; \
   1154 	rm -f $$list || exit $$?; \
   1155 	test -n "$(EXEEXT)" || exit 0; \
   1156 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
   1157 	echo " rm -f" $$list; \
   1158 	rm -f $$list
   1159 
   1160 perf_get$(EXEEXT): $(perf_get_OBJECTS) $(perf_get_DEPENDENCIES) $(EXTRA_perf_get_DEPENDENCIES) 
   1161 	@rm -f perf_get$(EXEEXT)
   1162 	$(AM_V_CCLD)$(LINK) $(perf_get_OBJECTS) $(perf_get_LDADD) $(LIBS)
   1163 
   1164 perf_get_concurrent$(EXEEXT): $(perf_get_concurrent_OBJECTS) $(perf_get_concurrent_DEPENDENCIES) $(EXTRA_perf_get_concurrent_DEPENDENCIES) 
   1165 	@rm -f perf_get_concurrent$(EXEEXT)
   1166 	$(AM_V_CCLD)$(LINK) $(perf_get_concurrent_OBJECTS) $(perf_get_concurrent_LDADD) $(LIBS)
   1167 
   1168 test_callback$(EXEEXT): $(test_callback_OBJECTS) $(test_callback_DEPENDENCIES) $(EXTRA_test_callback_DEPENDENCIES) 
   1169 	@rm -f test_callback$(EXEEXT)
   1170 	$(AM_V_CCLD)$(LINK) $(test_callback_OBJECTS) $(test_callback_LDADD) $(LIBS)
   1171 
   1172 test_concurrent_stop$(EXEEXT): $(test_concurrent_stop_OBJECTS) $(test_concurrent_stop_DEPENDENCIES) $(EXTRA_test_concurrent_stop_DEPENDENCIES) 
   1173 	@rm -f test_concurrent_stop$(EXEEXT)
   1174 	$(AM_V_CCLD)$(LINK) $(test_concurrent_stop_OBJECTS) $(test_concurrent_stop_LDADD) $(LIBS)
   1175 
   1176 test_digestauth$(EXEEXT): $(test_digestauth_OBJECTS) $(test_digestauth_DEPENDENCIES) $(EXTRA_test_digestauth_DEPENDENCIES) 
   1177 	@rm -f test_digestauth$(EXEEXT)
   1178 	$(AM_V_CCLD)$(LINK) $(test_digestauth_OBJECTS) $(test_digestauth_LDADD) $(LIBS)
   1179 
   1180 test_digestauth_with_arguments$(EXEEXT): $(test_digestauth_with_arguments_OBJECTS) $(test_digestauth_with_arguments_DEPENDENCIES) $(EXTRA_test_digestauth_with_arguments_DEPENDENCIES) 
   1181 	@rm -f test_digestauth_with_arguments$(EXEEXT)
   1182 	$(AM_V_CCLD)$(LINK) $(test_digestauth_with_arguments_OBJECTS) $(test_digestauth_with_arguments_LDADD) $(LIBS)
   1183 
   1184 test_get$(EXEEXT): $(test_get_OBJECTS) $(test_get_DEPENDENCIES) $(EXTRA_test_get_DEPENDENCIES) 
   1185 	@rm -f test_get$(EXEEXT)
   1186 	$(AM_V_CCLD)$(LINK) $(test_get_OBJECTS) $(test_get_LDADD) $(LIBS)
   1187 
   1188 test_get11$(EXEEXT): $(test_get11_OBJECTS) $(test_get11_DEPENDENCIES) $(EXTRA_test_get11_DEPENDENCIES) 
   1189 	@rm -f test_get11$(EXEEXT)
   1190 	$(AM_V_CCLD)$(LINK) $(test_get11_OBJECTS) $(test_get11_LDADD) $(LIBS)
   1191 
   1192 test_get_chunked$(EXEEXT): $(test_get_chunked_OBJECTS) $(test_get_chunked_DEPENDENCIES) $(EXTRA_test_get_chunked_DEPENDENCIES) 
   1193 	@rm -f test_get_chunked$(EXEEXT)
   1194 	$(AM_V_CCLD)$(LINK) $(test_get_chunked_OBJECTS) $(test_get_chunked_LDADD) $(LIBS)
   1195 
   1196 test_get_response_cleanup$(EXEEXT): $(test_get_response_cleanup_OBJECTS) $(test_get_response_cleanup_DEPENDENCIES) $(EXTRA_test_get_response_cleanup_DEPENDENCIES) 
   1197 	@rm -f test_get_response_cleanup$(EXEEXT)
   1198 	$(AM_V_CCLD)$(LINK) $(test_get_response_cleanup_OBJECTS) $(test_get_response_cleanup_LDADD) $(LIBS)
   1199 
   1200 test_get_sendfile$(EXEEXT): $(test_get_sendfile_OBJECTS) $(test_get_sendfile_DEPENDENCIES) $(EXTRA_test_get_sendfile_DEPENDENCIES) 
   1201 	@rm -f test_get_sendfile$(EXEEXT)
   1202 	$(AM_V_CCLD)$(LINK) $(test_get_sendfile_OBJECTS) $(test_get_sendfile_LDADD) $(LIBS)
   1203 
   1204 test_get_sendfile11$(EXEEXT): $(test_get_sendfile11_OBJECTS) $(test_get_sendfile11_DEPENDENCIES) $(EXTRA_test_get_sendfile11_DEPENDENCIES) 
   1205 	@rm -f test_get_sendfile11$(EXEEXT)
   1206 	$(AM_V_CCLD)$(LINK) $(test_get_sendfile11_OBJECTS) $(test_get_sendfile11_LDADD) $(LIBS)
   1207 
   1208 test_iplimit11$(EXEEXT): $(test_iplimit11_OBJECTS) $(test_iplimit11_DEPENDENCIES) $(EXTRA_test_iplimit11_DEPENDENCIES) 
   1209 	@rm -f test_iplimit11$(EXEEXT)
   1210 	$(AM_V_CCLD)$(LINK) $(test_iplimit11_OBJECTS) $(test_iplimit11_LDADD) $(LIBS)
   1211 
   1212 test_large_put$(EXEEXT): $(test_large_put_OBJECTS) $(test_large_put_DEPENDENCIES) $(EXTRA_test_large_put_DEPENDENCIES) 
   1213 	@rm -f test_large_put$(EXEEXT)
   1214 	$(AM_V_CCLD)$(LINK) $(test_large_put_OBJECTS) $(test_large_put_LDADD) $(LIBS)
   1215 
   1216 test_large_put11$(EXEEXT): $(test_large_put11_OBJECTS) $(test_large_put11_DEPENDENCIES) $(EXTRA_test_large_put11_DEPENDENCIES) 
   1217 	@rm -f test_large_put11$(EXEEXT)
   1218 	$(AM_V_CCLD)$(LINK) $(test_large_put11_OBJECTS) $(test_large_put11_LDADD) $(LIBS)
   1219 
   1220 test_long_header$(EXEEXT): $(test_long_header_OBJECTS) $(test_long_header_DEPENDENCIES) $(EXTRA_test_long_header_DEPENDENCIES) 
   1221 	@rm -f test_long_header$(EXEEXT)
   1222 	$(AM_V_CCLD)$(LINK) $(test_long_header_OBJECTS) $(test_long_header_LDADD) $(LIBS)
   1223 
   1224 test_long_header11$(EXEEXT): $(test_long_header11_OBJECTS) $(test_long_header11_DEPENDENCIES) $(EXTRA_test_long_header11_DEPENDENCIES) 
   1225 	@rm -f test_long_header11$(EXEEXT)
   1226 	$(AM_V_CCLD)$(LINK) $(test_long_header11_OBJECTS) $(test_long_header11_LDADD) $(LIBS)
   1227 
   1228 test_options$(EXEEXT): $(test_options_OBJECTS) $(test_options_DEPENDENCIES) $(EXTRA_test_options_DEPENDENCIES) 
   1229 	@rm -f test_options$(EXEEXT)
   1230 	$(AM_V_CCLD)$(LINK) $(test_options_OBJECTS) $(test_options_LDADD) $(LIBS)
   1231 
   1232 test_parse_cookies$(EXEEXT): $(test_parse_cookies_OBJECTS) $(test_parse_cookies_DEPENDENCIES) $(EXTRA_test_parse_cookies_DEPENDENCIES) 
   1233 	@rm -f test_parse_cookies$(EXEEXT)
   1234 	$(AM_V_CCLD)$(LINK) $(test_parse_cookies_OBJECTS) $(test_parse_cookies_LDADD) $(LIBS)
   1235 
   1236 test_post$(EXEEXT): $(test_post_OBJECTS) $(test_post_DEPENDENCIES) $(EXTRA_test_post_DEPENDENCIES) 
   1237 	@rm -f test_post$(EXEEXT)
   1238 	$(AM_V_CCLD)$(LINK) $(test_post_OBJECTS) $(test_post_LDADD) $(LIBS)
   1239 
   1240 test_post11$(EXEEXT): $(test_post11_OBJECTS) $(test_post11_DEPENDENCIES) $(EXTRA_test_post11_DEPENDENCIES) 
   1241 	@rm -f test_post11$(EXEEXT)
   1242 	$(AM_V_CCLD)$(LINK) $(test_post11_OBJECTS) $(test_post11_LDADD) $(LIBS)
   1243 
   1244 test_post_loop$(EXEEXT): $(test_post_loop_OBJECTS) $(test_post_loop_DEPENDENCIES) $(EXTRA_test_post_loop_DEPENDENCIES) 
   1245 	@rm -f test_post_loop$(EXEEXT)
   1246 	$(AM_V_CCLD)$(LINK) $(test_post_loop_OBJECTS) $(test_post_loop_LDADD) $(LIBS)
   1247 
   1248 test_post_loop11$(EXEEXT): $(test_post_loop11_OBJECTS) $(test_post_loop11_DEPENDENCIES) $(EXTRA_test_post_loop11_DEPENDENCIES) 
   1249 	@rm -f test_post_loop11$(EXEEXT)
   1250 	$(AM_V_CCLD)$(LINK) $(test_post_loop11_OBJECTS) $(test_post_loop11_LDADD) $(LIBS)
   1251 
   1252 test_postform$(EXEEXT): $(test_postform_OBJECTS) $(test_postform_DEPENDENCIES) $(EXTRA_test_postform_DEPENDENCIES) 
   1253 	@rm -f test_postform$(EXEEXT)
   1254 	$(AM_V_CCLD)$(LINK) $(test_postform_OBJECTS) $(test_postform_LDADD) $(LIBS)
   1255 
   1256 test_postform11$(EXEEXT): $(test_postform11_OBJECTS) $(test_postform11_DEPENDENCIES) $(EXTRA_test_postform11_DEPENDENCIES) 
   1257 	@rm -f test_postform11$(EXEEXT)
   1258 	$(AM_V_CCLD)$(LINK) $(test_postform11_OBJECTS) $(test_postform11_LDADD) $(LIBS)
   1259 
   1260 test_process_arguments$(EXEEXT): $(test_process_arguments_OBJECTS) $(test_process_arguments_DEPENDENCIES) $(EXTRA_test_process_arguments_DEPENDENCIES) 
   1261 	@rm -f test_process_arguments$(EXEEXT)
   1262 	$(AM_V_CCLD)$(LINK) $(test_process_arguments_OBJECTS) $(test_process_arguments_LDADD) $(LIBS)
   1263 
   1264 test_process_headers$(EXEEXT): $(test_process_headers_OBJECTS) $(test_process_headers_DEPENDENCIES) $(EXTRA_test_process_headers_DEPENDENCIES) 
   1265 	@rm -f test_process_headers$(EXEEXT)
   1266 	$(AM_V_CCLD)$(LINK) $(test_process_headers_OBJECTS) $(test_process_headers_LDADD) $(LIBS)
   1267 
   1268 test_put$(EXEEXT): $(test_put_OBJECTS) $(test_put_DEPENDENCIES) $(EXTRA_test_put_DEPENDENCIES) 
   1269 	@rm -f test_put$(EXEEXT)
   1270 	$(AM_V_CCLD)$(LINK) $(test_put_OBJECTS) $(test_put_LDADD) $(LIBS)
   1271 
   1272 test_put11$(EXEEXT): $(test_put11_OBJECTS) $(test_put11_DEPENDENCIES) $(EXTRA_test_put11_DEPENDENCIES) 
   1273 	@rm -f test_put11$(EXEEXT)
   1274 	$(AM_V_CCLD)$(LINK) $(test_put11_OBJECTS) $(test_put11_LDADD) $(LIBS)
   1275 
   1276 test_put_chunked$(EXEEXT): $(test_put_chunked_OBJECTS) $(test_put_chunked_DEPENDENCIES) $(EXTRA_test_put_chunked_DEPENDENCIES) 
   1277 	@rm -f test_put_chunked$(EXEEXT)
   1278 	$(AM_V_CCLD)$(LINK) $(test_put_chunked_OBJECTS) $(test_put_chunked_LDADD) $(LIBS)
   1279 
   1280 test_quiesce$(EXEEXT): $(test_quiesce_OBJECTS) $(test_quiesce_DEPENDENCIES) $(EXTRA_test_quiesce_DEPENDENCIES) 
   1281 	@rm -f test_quiesce$(EXEEXT)
   1282 	$(AM_V_CCLD)$(test_quiesce_LINK) $(test_quiesce_OBJECTS) $(test_quiesce_LDADD) $(LIBS)
   1283 
   1284 test_start_stop$(EXEEXT): $(test_start_stop_OBJECTS) $(test_start_stop_DEPENDENCIES) $(EXTRA_test_start_stop_DEPENDENCIES) 
   1285 	@rm -f test_start_stop$(EXEEXT)
   1286 	$(AM_V_CCLD)$(LINK) $(test_start_stop_OBJECTS) $(test_start_stop_LDADD) $(LIBS)
   1287 
   1288 test_termination$(EXEEXT): $(test_termination_OBJECTS) $(test_termination_DEPENDENCIES) $(EXTRA_test_termination_DEPENDENCIES) 
   1289 	@rm -f test_termination$(EXEEXT)
   1290 	$(AM_V_CCLD)$(LINK) $(test_termination_OBJECTS) $(test_termination_LDADD) $(LIBS)
   1291 
   1292 test_timeout$(EXEEXT): $(test_timeout_OBJECTS) $(test_timeout_DEPENDENCIES) $(EXTRA_test_timeout_DEPENDENCIES) 
   1293 	@rm -f test_timeout$(EXEEXT)
   1294 	$(AM_V_CCLD)$(LINK) $(test_timeout_OBJECTS) $(test_timeout_LDADD) $(LIBS)
   1295 
   1296 test_urlparse$(EXEEXT): $(test_urlparse_OBJECTS) $(test_urlparse_DEPENDENCIES) $(EXTRA_test_urlparse_DEPENDENCIES) 
   1297 	@rm -f test_urlparse$(EXEEXT)
   1298 	$(AM_V_CCLD)$(LINK) $(test_urlparse_OBJECTS) $(test_urlparse_LDADD) $(LIBS)
   1299 
   1300 mostlyclean-compile:
   1301 	-rm -f *.$(OBJEXT)
   1302 
   1303 distclean-compile:
   1304 	-rm -f *.tab.c
   1305 
   1306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curl_version_check.Po@am__quote@
   1307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perf_get.Po@am__quote@
   1308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perf_get_concurrent.Po@am__quote@
   1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_callback.Po@am__quote@
   1310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_concurrent_stop.Po@am__quote@
   1311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_digestauth.Po@am__quote@
   1312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_digestauth_with_arguments.Po@am__quote@
   1313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_get.Po@am__quote@
   1314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_get_chunked.Po@am__quote@
   1315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_get_response_cleanup.Po@am__quote@
   1316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_get_sendfile.Po@am__quote@
   1317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_iplimit.Po@am__quote@
   1318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_large_put.Po@am__quote@
   1319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_long_header.Po@am__quote@
   1320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_options.Po@am__quote@
   1321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_parse_cookies.Po@am__quote@
   1322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_post.Po@am__quote@
   1323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_post_loop.Po@am__quote@
   1324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_postform.Po@am__quote@
   1325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_process_arguments.Po@am__quote@
   1326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_process_headers.Po@am__quote@
   1327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_put.Po@am__quote@
   1328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_put_chunked.Po@am__quote@
   1329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_quiesce-test_quiesce.Po@am__quote@
   1330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_start_stop.Po@am__quote@
   1331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_termination.Po@am__quote@
   1332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_timeout.Po@am__quote@
   1333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_urlparse.Po@am__quote@
   1334 
   1335 .c.o:
   1336 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
   1337 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1338 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1339 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1340 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1341 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   1342 
   1343 .c.obj:
   1344 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
   1345 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
   1346 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1347 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1349 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   1350 
   1351 .c.lo:
   1352 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
   1353 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1354 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
   1355 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   1356 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1357 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
   1358 
   1359 test_quiesce-test_quiesce.o: test_quiesce.c
   1360 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_quiesce_CFLAGS) $(CFLAGS) -MT test_quiesce-test_quiesce.o -MD -MP -MF $(DEPDIR)/test_quiesce-test_quiesce.Tpo -c -o test_quiesce-test_quiesce.o `test -f 'test_quiesce.c' || echo '$(srcdir)/'`test_quiesce.c
   1361 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_quiesce-test_quiesce.Tpo $(DEPDIR)/test_quiesce-test_quiesce.Po
   1362 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_quiesce.c' object='test_quiesce-test_quiesce.o' libtool=no @AMDEPBACKSLASH@
   1363 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1364 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_quiesce_CFLAGS) $(CFLAGS) -c -o test_quiesce-test_quiesce.o `test -f 'test_quiesce.c' || echo '$(srcdir)/'`test_quiesce.c
   1365 
   1366 test_quiesce-test_quiesce.obj: test_quiesce.c
   1367 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_quiesce_CFLAGS) $(CFLAGS) -MT test_quiesce-test_quiesce.obj -MD -MP -MF $(DEPDIR)/test_quiesce-test_quiesce.Tpo -c -o test_quiesce-test_quiesce.obj `if test -f 'test_quiesce.c'; then $(CYGPATH_W) 'test_quiesce.c'; else $(CYGPATH_W) '$(srcdir)/test_quiesce.c'; fi`
   1368 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_quiesce-test_quiesce.Tpo $(DEPDIR)/test_quiesce-test_quiesce.Po
   1369 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test_quiesce.c' object='test_quiesce-test_quiesce.obj' libtool=no @AMDEPBACKSLASH@
   1370 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1371 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_quiesce_CFLAGS) $(CFLAGS) -c -o test_quiesce-test_quiesce.obj `if test -f 'test_quiesce.c'; then $(CYGPATH_W) 'test_quiesce.c'; else $(CYGPATH_W) '$(srcdir)/test_quiesce.c'; fi`
   1372 
   1373 mostlyclean-libtool:
   1374 	-rm -f *.lo
   1375 
   1376 clean-libtool:
   1377 	-rm -rf .libs _libs
   1378 
   1379 # This directory's subdirectories are mostly independent; you can cd
   1380 # into them and run 'make' without going through this Makefile.
   1381 # To change the values of 'make' variables: instead of editing Makefiles,
   1382 # (1) if the variable is set in 'config.status', edit 'config.status'
   1383 #     (which will cause the Makefiles to be regenerated when you run 'make');
   1384 # (2) otherwise, pass the desired values on the 'make' command line.
   1385 $(am__recursive_targets):
   1386 	@fail=; \
   1387 	if $(am__make_keepgoing); then \
   1388 	  failcom='fail=yes'; \
   1389 	else \
   1390 	  failcom='exit 1'; \
   1391 	fi; \
   1392 	dot_seen=no; \
   1393 	target=`echo $@ | sed s/-recursive//`; \
   1394 	case "$@" in \
   1395 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1396 	  *) list='$(SUBDIRS)' ;; \
   1397 	esac; \
   1398 	for subdir in $$list; do \
   1399 	  echo "Making $$target in $$subdir"; \
   1400 	  if test "$$subdir" = "."; then \
   1401 	    dot_seen=yes; \
   1402 	    local_target="$$target-am"; \
   1403 	  else \
   1404 	    local_target="$$target"; \
   1405 	  fi; \
   1406 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1407 	  || eval $$failcom; \
   1408 	done; \
   1409 	if test "$$dot_seen" = "no"; then \
   1410 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1411 	fi; test -z "$$fail"
   1412 
   1413 ID: $(am__tagged_files)
   1414 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1415 tags: tags-recursive
   1416 TAGS: tags
   1417 
   1418 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1419 	set x; \
   1420 	here=`pwd`; \
   1421 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   1422 	  include_option=--etags-include; \
   1423 	  empty_fix=.; \
   1424 	else \
   1425 	  include_option=--include; \
   1426 	  empty_fix=; \
   1427 	fi; \
   1428 	list='$(SUBDIRS)'; for subdir in $$list; do \
   1429 	  if test "$$subdir" = .; then :; else \
   1430 	    test ! -f $$subdir/TAGS || \
   1431 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   1432 	  fi; \
   1433 	done; \
   1434 	$(am__define_uniq_tagged_files); \
   1435 	shift; \
   1436 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1437 	  test -n "$$unique" || unique=$$empty_fix; \
   1438 	  if test $$# -gt 0; then \
   1439 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1440 	      "$$@" $$unique; \
   1441 	  else \
   1442 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1443 	      $$unique; \
   1444 	  fi; \
   1445 	fi
   1446 ctags: ctags-recursive
   1447 
   1448 CTAGS: ctags
   1449 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1450 	$(am__define_uniq_tagged_files); \
   1451 	test -z "$(CTAGS_ARGS)$$unique" \
   1452 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1453 	     $$unique
   1454 
   1455 GTAGS:
   1456 	here=`$(am__cd) $(top_builddir) && pwd` \
   1457 	  && $(am__cd) $(top_srcdir) \
   1458 	  && gtags -i $(GTAGS_ARGS) "$$here"
   1459 cscopelist: cscopelist-recursive
   1460 
   1461 cscopelist-am: $(am__tagged_files)
   1462 	list='$(am__tagged_files)'; \
   1463 	case "$(srcdir)" in \
   1464 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1465 	  *) sdir=$(subdir)/$(srcdir) ;; \
   1466 	esac; \
   1467 	for i in $$list; do \
   1468 	  if test -f "$$i"; then \
   1469 	    echo "$(subdir)/$$i"; \
   1470 	  else \
   1471 	    echo "$$sdir/$$i"; \
   1472 	  fi; \
   1473 	done >> $(top_builddir)/cscope.files
   1474 
   1475 distclean-tags:
   1476 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1477 
   1478 # Recover from deleted '.trs' file; this should ensure that
   1479 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
   1480 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
   1481 # to avoid problems with "make -n".
   1482 .log.trs:
   1483 	rm -f $< $@
   1484 	$(MAKE) $(AM_MAKEFLAGS) $<
   1485 
   1486 # Leading 'am--fnord' is there to ensure the list of targets does not
   1487 # expand to empty, as could happen e.g. with make check TESTS=''.
   1488 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
   1489 am--force-recheck:
   1490 	@:
   1491 
   1492 $(TEST_SUITE_LOG): $(TEST_LOGS)
   1493 	@$(am__set_TESTS_bases); \
   1494 	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
   1495 	redo_bases=`for i in $$bases; do \
   1496 	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
   1497 	            done`; \
   1498 	if test -n "$$redo_bases"; then \
   1499 	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
   1500 	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
   1501 	  if $(am__make_dryrun); then :; else \
   1502 	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
   1503 	  fi; \
   1504 	fi; \
   1505 	if test -n "$$am__remaking_logs"; then \
   1506 	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
   1507 	       "recursion detected" >&2; \
   1508 	else \
   1509 	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
   1510 	fi; \
   1511 	if $(am__make_dryrun); then :; else \
   1512 	  st=0;  \
   1513 	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
   1514 	  for i in $$redo_bases; do \
   1515 	    test -f $$i.trs && test -r $$i.trs \
   1516 	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
   1517 	    test -f $$i.log && test -r $$i.log \
   1518 	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
   1519 	  done; \
   1520 	  test $$st -eq 0 || exit 1; \
   1521 	fi
   1522 	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
   1523 	ws='[ 	]'; \
   1524 	results=`for b in $$bases; do echo $$b.trs; done`; \
   1525 	test -n "$$results" || results=/dev/null; \
   1526 	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
   1527 	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
   1528 	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
   1529 	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
   1530 	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
   1531 	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
   1532 	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
   1533 	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
   1534 	  success=true; \
   1535 	else \
   1536 	  success=false; \
   1537 	fi; \
   1538 	br='==================='; br=$$br$$br$$br$$br; \
   1539 	result_count () \
   1540 	{ \
   1541 	    if test x"$$1" = x"--maybe-color"; then \
   1542 	      maybe_colorize=yes; \
   1543 	    elif test x"$$1" = x"--no-color"; then \
   1544 	      maybe_colorize=no; \
   1545 	    else \
   1546 	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
   1547 	    fi; \
   1548 	    shift; \
   1549 	    desc=$$1 count=$$2; \
   1550 	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
   1551 	      color_start=$$3 color_end=$$std; \
   1552 	    else \
   1553 	      color_start= color_end=; \
   1554 	    fi; \
   1555 	    echo "$${color_start}# $$desc $$count$${color_end}"; \
   1556 	}; \
   1557 	create_testsuite_report () \
   1558 	{ \
   1559 	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
   1560 	  result_count $$1 "PASS: " $$pass  "$$grn"; \
   1561 	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
   1562 	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
   1563 	  result_count $$1 "FAIL: " $$fail  "$$red"; \
   1564 	  result_count $$1 "XPASS:" $$xpass "$$red"; \
   1565 	  result_count $$1 "ERROR:" $$error "$$mgn"; \
   1566 	}; \
   1567 	{								\
   1568 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
   1569 	    $(am__rst_title);						\
   1570 	  create_testsuite_report --no-color;				\
   1571 	  echo;								\
   1572 	  echo ".. contents:: :depth: 2";				\
   1573 	  echo;								\
   1574 	  for b in $$bases; do echo $$b; done				\
   1575 	    | $(am__create_global_log);					\
   1576 	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
   1577 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
   1578 	if $$success; then						\
   1579 	  col="$$grn";							\
   1580 	 else								\
   1581 	  col="$$red";							\
   1582 	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
   1583 	fi;								\
   1584 	echo "$${col}$$br$${std}"; 					\
   1585 	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
   1586 	echo "$${col}$$br$${std}"; 					\
   1587 	create_testsuite_report --maybe-color;				\
   1588 	echo "$$col$$br$$std";						\
   1589 	if $$success; then :; else					\
   1590 	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
   1591 	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
   1592 	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
   1593 	  fi;								\
   1594 	  echo "$$col$$br$$std";					\
   1595 	fi;								\
   1596 	$$success || exit 1
   1597 
   1598 check-TESTS:
   1599 	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
   1600 	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
   1601 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1602 	@set +e; $(am__set_TESTS_bases); \
   1603 	log_list=`for i in $$bases; do echo $$i.log; done`; \
   1604 	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
   1605 	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
   1606 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
   1607 	exit $$?;
   1608 recheck: all $(check_PROGRAMS)
   1609 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1610 	@set +e; $(am__set_TESTS_bases); \
   1611 	bases=`for i in $$bases; do echo $$i; done \
   1612 	         | $(am__list_recheck_tests)` || exit 1; \
   1613 	log_list=`for i in $$bases; do echo $$i.log; done`; \
   1614 	log_list=`echo $$log_list`; \
   1615 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
   1616 	        am__force_recheck=am--force-recheck \
   1617 	        TEST_LOGS="$$log_list"; \
   1618 	exit $$?
   1619 test_start_stop.log: test_start_stop$(EXEEXT)
   1620 	@p='test_start_stop$(EXEEXT)'; \
   1621 	b='test_start_stop'; \
   1622 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1623 	--log-file $$b.log --trs-file $$b.trs \
   1624 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1625 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1626 test_get.log: test_get$(EXEEXT)
   1627 	@p='test_get$(EXEEXT)'; \
   1628 	b='test_get'; \
   1629 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1630 	--log-file $$b.log --trs-file $$b.trs \
   1631 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1632 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1633 test_get_sendfile.log: test_get_sendfile$(EXEEXT)
   1634 	@p='test_get_sendfile$(EXEEXT)'; \
   1635 	b='test_get_sendfile'; \
   1636 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1637 	--log-file $$b.log --trs-file $$b.trs \
   1638 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1639 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1640 test_urlparse.log: test_urlparse$(EXEEXT)
   1641 	@p='test_urlparse$(EXEEXT)'; \
   1642 	b='test_urlparse'; \
   1643 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1644 	--log-file $$b.log --trs-file $$b.trs \
   1645 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1646 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1647 test_put.log: test_put$(EXEEXT)
   1648 	@p='test_put$(EXEEXT)'; \
   1649 	b='test_put'; \
   1650 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1651 	--log-file $$b.log --trs-file $$b.trs \
   1652 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1653 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1654 test_concurrent_stop.log: test_concurrent_stop$(EXEEXT)
   1655 	@p='test_concurrent_stop$(EXEEXT)'; \
   1656 	b='test_concurrent_stop'; \
   1657 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1658 	--log-file $$b.log --trs-file $$b.trs \
   1659 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1660 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1661 test_process_headers.log: test_process_headers$(EXEEXT)
   1662 	@p='test_process_headers$(EXEEXT)'; \
   1663 	b='test_process_headers'; \
   1664 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1665 	--log-file $$b.log --trs-file $$b.trs \
   1666 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1667 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1668 test_process_arguments.log: test_process_arguments$(EXEEXT)
   1669 	@p='test_process_arguments$(EXEEXT)'; \
   1670 	b='test_process_arguments'; \
   1671 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1672 	--log-file $$b.log --trs-file $$b.trs \
   1673 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1674 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1675 test_parse_cookies.log: test_parse_cookies$(EXEEXT)
   1676 	@p='test_parse_cookies$(EXEEXT)'; \
   1677 	b='test_parse_cookies'; \
   1678 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1679 	--log-file $$b.log --trs-file $$b.trs \
   1680 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1681 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1682 test_large_put.log: test_large_put$(EXEEXT)
   1683 	@p='test_large_put$(EXEEXT)'; \
   1684 	b='test_large_put'; \
   1685 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1686 	--log-file $$b.log --trs-file $$b.trs \
   1687 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1688 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1689 test_get11.log: test_get11$(EXEEXT)
   1690 	@p='test_get11$(EXEEXT)'; \
   1691 	b='test_get11'; \
   1692 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1693 	--log-file $$b.log --trs-file $$b.trs \
   1694 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1695 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1696 test_get_sendfile11.log: test_get_sendfile11$(EXEEXT)
   1697 	@p='test_get_sendfile11$(EXEEXT)'; \
   1698 	b='test_get_sendfile11'; \
   1699 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1700 	--log-file $$b.log --trs-file $$b.trs \
   1701 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1702 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1703 test_put11.log: test_put11$(EXEEXT)
   1704 	@p='test_put11$(EXEEXT)'; \
   1705 	b='test_put11'; \
   1706 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1707 	--log-file $$b.log --trs-file $$b.trs \
   1708 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1709 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1710 test_large_put11.log: test_large_put11$(EXEEXT)
   1711 	@p='test_large_put11$(EXEEXT)'; \
   1712 	b='test_large_put11'; \
   1713 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1714 	--log-file $$b.log --trs-file $$b.trs \
   1715 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1716 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1717 test_long_header.log: test_long_header$(EXEEXT)
   1718 	@p='test_long_header$(EXEEXT)'; \
   1719 	b='test_long_header'; \
   1720 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1721 	--log-file $$b.log --trs-file $$b.trs \
   1722 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1723 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1724 test_long_header11.log: test_long_header11$(EXEEXT)
   1725 	@p='test_long_header11$(EXEEXT)'; \
   1726 	b='test_long_header11'; \
   1727 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1728 	--log-file $$b.log --trs-file $$b.trs \
   1729 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1730 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1731 test_get_chunked.log: test_get_chunked$(EXEEXT)
   1732 	@p='test_get_chunked$(EXEEXT)'; \
   1733 	b='test_get_chunked'; \
   1734 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1735 	--log-file $$b.log --trs-file $$b.trs \
   1736 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1737 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1738 test_put_chunked.log: test_put_chunked$(EXEEXT)
   1739 	@p='test_put_chunked$(EXEEXT)'; \
   1740 	b='test_put_chunked'; \
   1741 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1742 	--log-file $$b.log --trs-file $$b.trs \
   1743 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1744 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1745 test_iplimit11.log: test_iplimit11$(EXEEXT)
   1746 	@p='test_iplimit11$(EXEEXT)'; \
   1747 	b='test_iplimit11'; \
   1748 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1749 	--log-file $$b.log --trs-file $$b.trs \
   1750 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1751 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1752 test_termination.log: test_termination$(EXEEXT)
   1753 	@p='test_termination$(EXEEXT)'; \
   1754 	b='test_termination'; \
   1755 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1756 	--log-file $$b.log --trs-file $$b.trs \
   1757 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1758 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1759 test_timeout.log: test_timeout$(EXEEXT)
   1760 	@p='test_timeout$(EXEEXT)'; \
   1761 	b='test_timeout'; \
   1762 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1763 	--log-file $$b.log --trs-file $$b.trs \
   1764 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1765 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1766 test_callback.log: test_callback$(EXEEXT)
   1767 	@p='test_callback$(EXEEXT)'; \
   1768 	b='test_callback'; \
   1769 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1770 	--log-file $$b.log --trs-file $$b.trs \
   1771 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1772 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1773 test_get_response_cleanup.log: test_get_response_cleanup$(EXEEXT)
   1774 	@p='test_get_response_cleanup$(EXEEXT)'; \
   1775 	b='test_get_response_cleanup'; \
   1776 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1777 	--log-file $$b.log --trs-file $$b.trs \
   1778 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1779 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1780 perf_get.log: perf_get$(EXEEXT)
   1781 	@p='perf_get$(EXEEXT)'; \
   1782 	b='perf_get'; \
   1783 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1784 	--log-file $$b.log --trs-file $$b.trs \
   1785 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1786 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1787 perf_get_concurrent.log: perf_get_concurrent$(EXEEXT)
   1788 	@p='perf_get_concurrent$(EXEEXT)'; \
   1789 	b='perf_get_concurrent'; \
   1790 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1791 	--log-file $$b.log --trs-file $$b.trs \
   1792 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1793 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1794 test_quiesce.log: test_quiesce$(EXEEXT)
   1795 	@p='test_quiesce$(EXEEXT)'; \
   1796 	b='test_quiesce'; \
   1797 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1798 	--log-file $$b.log --trs-file $$b.trs \
   1799 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1800 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1801 test_post.log: test_post$(EXEEXT)
   1802 	@p='test_post$(EXEEXT)'; \
   1803 	b='test_post'; \
   1804 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1805 	--log-file $$b.log --trs-file $$b.trs \
   1806 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1807 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1808 test_postform.log: test_postform$(EXEEXT)
   1809 	@p='test_postform$(EXEEXT)'; \
   1810 	b='test_postform'; \
   1811 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1812 	--log-file $$b.log --trs-file $$b.trs \
   1813 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1814 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1815 test_post_loop.log: test_post_loop$(EXEEXT)
   1816 	@p='test_post_loop$(EXEEXT)'; \
   1817 	b='test_post_loop'; \
   1818 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1819 	--log-file $$b.log --trs-file $$b.trs \
   1820 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1821 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1822 test_post11.log: test_post11$(EXEEXT)
   1823 	@p='test_post11$(EXEEXT)'; \
   1824 	b='test_post11'; \
   1825 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1826 	--log-file $$b.log --trs-file $$b.trs \
   1827 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1828 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1829 test_postform11.log: test_postform11$(EXEEXT)
   1830 	@p='test_postform11$(EXEEXT)'; \
   1831 	b='test_postform11'; \
   1832 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1833 	--log-file $$b.log --trs-file $$b.trs \
   1834 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1835 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1836 test_post_loop11.log: test_post_loop11$(EXEEXT)
   1837 	@p='test_post_loop11$(EXEEXT)'; \
   1838 	b='test_post_loop11'; \
   1839 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1840 	--log-file $$b.log --trs-file $$b.trs \
   1841 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1842 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1843 test_digestauth.log: test_digestauth$(EXEEXT)
   1844 	@p='test_digestauth$(EXEEXT)'; \
   1845 	b='test_digestauth'; \
   1846 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1847 	--log-file $$b.log --trs-file $$b.trs \
   1848 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1849 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1850 test_digestauth_with_arguments.log: test_digestauth_with_arguments$(EXEEXT)
   1851 	@p='test_digestauth_with_arguments$(EXEEXT)'; \
   1852 	b='test_digestauth_with_arguments'; \
   1853 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
   1854 	--log-file $$b.log --trs-file $$b.trs \
   1855 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
   1856 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1857 .test.log:
   1858 	@p='$<'; \
   1859 	$(am__set_b); \
   1860 	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   1861 	--log-file $$b.log --trs-file $$b.trs \
   1862 	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   1863 	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1864 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
   1865 @am__EXEEXT_TRUE@	@p='$<'; \
   1866 @am__EXEEXT_TRUE@	$(am__set_b); \
   1867 @am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   1868 @am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
   1869 @am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   1870 @am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
   1871 
   1872 distdir: $(DISTFILES)
   1873 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1874 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1875 	list='$(DISTFILES)'; \
   1876 	  dist_files=`for file in $$list; do echo $$file; done | \
   1877 	  sed -e "s|^$$srcdirstrip/||;t" \
   1878 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1879 	case $$dist_files in \
   1880 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1881 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1882 			   sort -u` ;; \
   1883 	esac; \
   1884 	for file in $$dist_files; do \
   1885 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1886 	  if test -d $$d/$$file; then \
   1887 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1888 	    if test -d "$(distdir)/$$file"; then \
   1889 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1890 	    fi; \
   1891 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1892 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1893 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1894 	    fi; \
   1895 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1896 	  else \
   1897 	    test -f "$(distdir)/$$file" \
   1898 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1899 	    || exit 1; \
   1900 	  fi; \
   1901 	done
   1902 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1903 	  if test "$$subdir" = .; then :; else \
   1904 	    $(am__make_dryrun) \
   1905 	      || test -d "$(distdir)/$$subdir" \
   1906 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
   1907 	      || exit 1; \
   1908 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   1909 	    $(am__relativize); \
   1910 	    new_distdir=$$reldir; \
   1911 	    dir1=$$subdir; dir2="$(top_distdir)"; \
   1912 	    $(am__relativize); \
   1913 	    new_top_distdir=$$reldir; \
   1914 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   1915 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   1916 	    ($(am__cd) $$subdir && \
   1917 	      $(MAKE) $(AM_MAKEFLAGS) \
   1918 	        top_distdir="$$new_top_distdir" \
   1919 	        distdir="$$new_distdir" \
   1920 		am__remove_distdir=: \
   1921 		am__skip_length_check=: \
   1922 		am__skip_mode_fix=: \
   1923 	        distdir) \
   1924 	      || exit 1; \
   1925 	  fi; \
   1926 	done
   1927 check-am: all-am
   1928 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
   1929 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
   1930 check: check-recursive
   1931 all-am: Makefile $(LIBRARIES) $(PROGRAMS)
   1932 installdirs: installdirs-recursive
   1933 installdirs-am:
   1934 install: install-recursive
   1935 install-exec: install-exec-recursive
   1936 install-data: install-data-recursive
   1937 uninstall: uninstall-recursive
   1938 
   1939 install-am: all-am
   1940 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1941 
   1942 installcheck: installcheck-recursive
   1943 install-strip:
   1944 	if test -z '$(STRIP)'; then \
   1945 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1946 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1947 	      install; \
   1948 	else \
   1949 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1950 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1951 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1952 	fi
   1953 mostlyclean-generic:
   1954 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
   1955 	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
   1956 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   1957 
   1958 clean-generic:
   1959 
   1960 distclean-generic:
   1961 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1962 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1963 
   1964 maintainer-clean-generic:
   1965 	@echo "This command is intended for maintainers to use"
   1966 	@echo "it deletes files that may require special tools to rebuild."
   1967 clean: clean-recursive
   1968 
   1969 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
   1970 	clean-noinstLIBRARIES clean-noinstPROGRAMS mostlyclean-am
   1971 
   1972 distclean: distclean-recursive
   1973 	-rm -rf ./$(DEPDIR)
   1974 	-rm -f Makefile
   1975 distclean-am: clean-am distclean-compile distclean-generic \
   1976 	distclean-tags
   1977 
   1978 dvi: dvi-recursive
   1979 
   1980 dvi-am:
   1981 
   1982 html: html-recursive
   1983 
   1984 html-am:
   1985 
   1986 info: info-recursive
   1987 
   1988 info-am:
   1989 
   1990 install-data-am:
   1991 
   1992 install-dvi: install-dvi-recursive
   1993 
   1994 install-dvi-am:
   1995 
   1996 install-exec-am:
   1997 
   1998 install-html: install-html-recursive
   1999 
   2000 install-html-am:
   2001 
   2002 install-info: install-info-recursive
   2003 
   2004 install-info-am:
   2005 
   2006 install-man:
   2007 
   2008 install-pdf: install-pdf-recursive
   2009 
   2010 install-pdf-am:
   2011 
   2012 install-ps: install-ps-recursive
   2013 
   2014 install-ps-am:
   2015 
   2016 installcheck-am:
   2017 
   2018 maintainer-clean: maintainer-clean-recursive
   2019 	-rm -rf ./$(DEPDIR)
   2020 	-rm -f Makefile
   2021 maintainer-clean-am: distclean-am maintainer-clean-generic
   2022 
   2023 mostlyclean: mostlyclean-recursive
   2024 
   2025 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   2026 	mostlyclean-libtool
   2027 
   2028 pdf: pdf-recursive
   2029 
   2030 pdf-am:
   2031 
   2032 ps: ps-recursive
   2033 
   2034 ps-am:
   2035 
   2036 uninstall-am:
   2037 
   2038 .MAKE: $(am__recursive_targets) check-am install-am install-strip
   2039 
   2040 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
   2041 	check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
   2042 	clean-libtool clean-noinstLIBRARIES clean-noinstPROGRAMS \
   2043 	cscopelist-am ctags ctags-am distclean distclean-compile \
   2044 	distclean-generic distclean-libtool distclean-tags distdir dvi \
   2045 	dvi-am html html-am info info-am install install-am \
   2046 	install-data install-data-am install-dvi install-dvi-am \
   2047 	install-exec install-exec-am install-html install-html-am \
   2048 	install-info install-info-am install-man install-pdf \
   2049 	install-pdf-am install-ps install-ps-am install-strip \
   2050 	installcheck installcheck-am installdirs installdirs-am \
   2051 	maintainer-clean maintainer-clean-generic mostlyclean \
   2052 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
   2053 	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
   2054 	uninstall-am
   2055 
   2056 
   2057 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   2058 # Otherwise a system limit (for SysV at least) may be exceeded.
   2059 .NOEXPORT:
   2060