• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
18VPATH = @srcdir@
19am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20am__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
62am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64pkgdatadir = $(datadir)/@PACKAGE@
65pkgincludedir = $(includedir)/@PACKAGE@
66pkglibdir = $(libdir)/@PACKAGE@
67pkglibexecdir = $(libexecdir)/@PACKAGE@
68am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69install_sh_DATA = $(install_sh) -c -m 644
70install_sh_PROGRAM = $(install_sh) -c
71install_sh_SCRIPT = $(install_sh) -c
72INSTALL_HEADER = $(INSTALL_DATA)
73transform = $(program_transform_name)
74NORMAL_INSTALL = :
75PRE_INSTALL = :
76POST_INSTALL = :
77NORMAL_UNINSTALL = :
78PRE_UNINSTALL = :
79POST_UNINSTALL = :
80build_triplet = @build@
81host_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
129subdir = src/testcurl
130DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
131	$(top_srcdir)/depcomp $(top_srcdir)/test-driver
132ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
133am__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
147am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
148	$(ACLOCAL_M4)
149mkinstalldirs = $(install_sh) -d
150CONFIG_HEADER = $(top_builddir)/MHD_config.h
151CONFIG_CLEAN_FILES =
152CONFIG_CLEAN_VPATH_FILES =
153LIBRARIES = $(noinst_LIBRARIES)
154ARFLAGS = cru
155AM_V_AR = $(am__v_AR_@AM_V@)
156am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
157am__v_AR_0 = @echo "  AR      " $@;
158am__v_AR_1 =
159libcurl_version_check_a_AR = $(AR) $(ARFLAGS)
160libcurl_version_check_a_LIBADD =
161am_libcurl_version_check_a_OBJECTS = curl_version_check.$(OBJEXT)
162libcurl_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)
178PROGRAMS = $(noinst_PROGRAMS)
179am_perf_get_OBJECTS = perf_get.$(OBJEXT)
180perf_get_OBJECTS = $(am_perf_get_OBJECTS)
181perf_get_DEPENDENCIES =  \
182	$(top_builddir)/src/microhttpd/libmicrohttpd.la
183AM_V_lt = $(am__v_lt_@AM_V@)
184am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
185am__v_lt_0 = --silent
186am__v_lt_1 =
187am_perf_get_concurrent_OBJECTS = perf_get_concurrent.$(OBJEXT)
188perf_get_concurrent_OBJECTS = $(am_perf_get_concurrent_OBJECTS)
189perf_get_concurrent_DEPENDENCIES =  \
190	$(top_builddir)/src/microhttpd/libmicrohttpd.la
191am_test_callback_OBJECTS = test_callback.$(OBJEXT)
192test_callback_OBJECTS = $(am_test_callback_OBJECTS)
193test_callback_DEPENDENCIES =  \
194	$(top_builddir)/src/microhttpd/libmicrohttpd.la
195am_test_concurrent_stop_OBJECTS = test_concurrent_stop.$(OBJEXT)
196test_concurrent_stop_OBJECTS = $(am_test_concurrent_stop_OBJECTS)
197test_concurrent_stop_DEPENDENCIES =  \
198	$(top_builddir)/src/microhttpd/libmicrohttpd.la
199am_test_digestauth_OBJECTS = test_digestauth.$(OBJEXT)
200test_digestauth_OBJECTS = $(am_test_digestauth_OBJECTS)
201test_digestauth_DEPENDENCIES =  \
202	$(top_builddir)/src/microhttpd/libmicrohttpd.la
203am_test_digestauth_with_arguments_OBJECTS =  \
204	test_digestauth_with_arguments.$(OBJEXT)
205test_digestauth_with_arguments_OBJECTS =  \
206	$(am_test_digestauth_with_arguments_OBJECTS)
207test_digestauth_with_arguments_DEPENDENCIES =  \
208	$(top_builddir)/src/microhttpd/libmicrohttpd.la
209am_test_get_OBJECTS = test_get.$(OBJEXT)
210test_get_OBJECTS = $(am_test_get_OBJECTS)
211test_get_DEPENDENCIES =  \
212	$(top_builddir)/src/microhttpd/libmicrohttpd.la
213am_test_get11_OBJECTS = test_get.$(OBJEXT)
214test_get11_OBJECTS = $(am_test_get11_OBJECTS)
215test_get11_DEPENDENCIES =  \
216	$(top_builddir)/src/microhttpd/libmicrohttpd.la
217am_test_get_chunked_OBJECTS = test_get_chunked.$(OBJEXT)
218test_get_chunked_OBJECTS = $(am_test_get_chunked_OBJECTS)
219test_get_chunked_DEPENDENCIES =  \
220	$(top_builddir)/src/microhttpd/libmicrohttpd.la
221am_test_get_response_cleanup_OBJECTS =  \
222	test_get_response_cleanup.$(OBJEXT)
223test_get_response_cleanup_OBJECTS =  \
224	$(am_test_get_response_cleanup_OBJECTS)
225test_get_response_cleanup_DEPENDENCIES =  \
226	$(top_builddir)/src/microhttpd/libmicrohttpd.la
227am_test_get_sendfile_OBJECTS = test_get_sendfile.$(OBJEXT)
228test_get_sendfile_OBJECTS = $(am_test_get_sendfile_OBJECTS)
229am_test_get_sendfile11_OBJECTS = test_get_sendfile.$(OBJEXT)
230test_get_sendfile11_OBJECTS = $(am_test_get_sendfile11_OBJECTS)
231am_test_iplimit11_OBJECTS = test_iplimit.$(OBJEXT)
232test_iplimit11_OBJECTS = $(am_test_iplimit11_OBJECTS)
233test_iplimit11_DEPENDENCIES =  \
234	$(top_builddir)/src/microhttpd/libmicrohttpd.la
235am_test_large_put_OBJECTS = test_large_put.$(OBJEXT)
236test_large_put_OBJECTS = $(am_test_large_put_OBJECTS)
237test_large_put_DEPENDENCIES =  \
238	$(top_builddir)/src/microhttpd/libmicrohttpd.la
239am_test_large_put11_OBJECTS = test_large_put.$(OBJEXT)
240test_large_put11_OBJECTS = $(am_test_large_put11_OBJECTS)
241test_large_put11_DEPENDENCIES =  \
242	$(top_builddir)/src/microhttpd/libmicrohttpd.la
243am_test_long_header_OBJECTS = test_long_header.$(OBJEXT)
244test_long_header_OBJECTS = $(am_test_long_header_OBJECTS)
245test_long_header_DEPENDENCIES =  \
246	$(top_builddir)/src/microhttpd/libmicrohttpd.la
247am_test_long_header11_OBJECTS = test_long_header.$(OBJEXT)
248test_long_header11_OBJECTS = $(am_test_long_header11_OBJECTS)
249test_long_header11_DEPENDENCIES =  \
250	$(top_builddir)/src/microhttpd/libmicrohttpd.la
251am_test_options_OBJECTS = test_options.$(OBJEXT)
252test_options_OBJECTS = $(am_test_options_OBJECTS)
253test_options_DEPENDENCIES =  \
254	$(top_builddir)/src/microhttpd/libmicrohttpd.la
255am_test_parse_cookies_OBJECTS = test_parse_cookies.$(OBJEXT)
256test_parse_cookies_OBJECTS = $(am_test_parse_cookies_OBJECTS)
257test_parse_cookies_DEPENDENCIES =  \
258	$(top_builddir)/src/microhttpd/libmicrohttpd.la
259am_test_post_OBJECTS = test_post.$(OBJEXT)
260test_post_OBJECTS = $(am_test_post_OBJECTS)
261test_post_DEPENDENCIES =  \
262	$(top_builddir)/src/microhttpd/libmicrohttpd.la
263am_test_post11_OBJECTS = test_post.$(OBJEXT)
264test_post11_OBJECTS = $(am_test_post11_OBJECTS)
265test_post11_DEPENDENCIES =  \
266	$(top_builddir)/src/microhttpd/libmicrohttpd.la
267am_test_post_loop_OBJECTS = test_post_loop.$(OBJEXT)
268test_post_loop_OBJECTS = $(am_test_post_loop_OBJECTS)
269test_post_loop_DEPENDENCIES =  \
270	$(top_builddir)/src/microhttpd/libmicrohttpd.la
271am_test_post_loop11_OBJECTS = test_post_loop.$(OBJEXT)
272test_post_loop11_OBJECTS = $(am_test_post_loop11_OBJECTS)
273test_post_loop11_DEPENDENCIES =  \
274	$(top_builddir)/src/microhttpd/libmicrohttpd.la
275am_test_postform_OBJECTS = test_postform.$(OBJEXT)
276test_postform_OBJECTS = $(am_test_postform_OBJECTS)
277test_postform_DEPENDENCIES =  \
278	$(top_builddir)/src/microhttpd/libmicrohttpd.la
279am_test_postform11_OBJECTS = test_postform.$(OBJEXT)
280test_postform11_OBJECTS = $(am_test_postform11_OBJECTS)
281test_postform11_DEPENDENCIES =  \
282	$(top_builddir)/src/microhttpd/libmicrohttpd.la
283am_test_process_arguments_OBJECTS = test_process_arguments.$(OBJEXT)
284test_process_arguments_OBJECTS = $(am_test_process_arguments_OBJECTS)
285test_process_arguments_DEPENDENCIES =  \
286	$(top_builddir)/src/microhttpd/libmicrohttpd.la
287am_test_process_headers_OBJECTS = test_process_headers.$(OBJEXT)
288test_process_headers_OBJECTS = $(am_test_process_headers_OBJECTS)
289test_process_headers_DEPENDENCIES =  \
290	$(top_builddir)/src/microhttpd/libmicrohttpd.la
291am_test_put_OBJECTS = test_put.$(OBJEXT)
292test_put_OBJECTS = $(am_test_put_OBJECTS)
293test_put_DEPENDENCIES =  \
294	$(top_builddir)/src/microhttpd/libmicrohttpd.la
295am_test_put11_OBJECTS = test_put.$(OBJEXT)
296test_put11_OBJECTS = $(am_test_put11_OBJECTS)
297test_put11_DEPENDENCIES =  \
298	$(top_builddir)/src/microhttpd/libmicrohttpd.la
299am_test_put_chunked_OBJECTS = test_put_chunked.$(OBJEXT)
300test_put_chunked_OBJECTS = $(am_test_put_chunked_OBJECTS)
301test_put_chunked_DEPENDENCIES =  \
302	$(top_builddir)/src/microhttpd/libmicrohttpd.la
303am_test_quiesce_OBJECTS = test_quiesce-test_quiesce.$(OBJEXT)
304test_quiesce_OBJECTS = $(am_test_quiesce_OBJECTS)
305am__DEPENDENCIES_1 =
306test_quiesce_DEPENDENCIES =  \
307	$(top_builddir)/src/microhttpd/libmicrohttpd.la \
308	$(am__DEPENDENCIES_1)
309test_quiesce_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
310	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_quiesce_CFLAGS) \
311	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
312am_test_start_stop_OBJECTS = test_start_stop.$(OBJEXT)
313test_start_stop_OBJECTS = $(am_test_start_stop_OBJECTS)
314test_start_stop_DEPENDENCIES =  \
315	$(top_builddir)/src/microhttpd/libmicrohttpd.la
316am_test_termination_OBJECTS = test_termination.$(OBJEXT)
317test_termination_OBJECTS = $(am_test_termination_OBJECTS)
318test_termination_DEPENDENCIES =  \
319	$(top_builddir)/src/microhttpd/libmicrohttpd.la
320am_test_timeout_OBJECTS = test_timeout.$(OBJEXT)
321test_timeout_OBJECTS = $(am_test_timeout_OBJECTS)
322test_timeout_DEPENDENCIES =  \
323	$(top_builddir)/src/microhttpd/libmicrohttpd.la
324am_test_urlparse_OBJECTS = test_urlparse.$(OBJEXT)
325test_urlparse_OBJECTS = $(am_test_urlparse_OBJECTS)
326test_urlparse_DEPENDENCIES =  \
327	$(top_builddir)/src/microhttpd/libmicrohttpd.la
328AM_V_P = $(am__v_P_@AM_V@)
329am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
330am__v_P_0 = false
331am__v_P_1 = :
332AM_V_GEN = $(am__v_GEN_@AM_V@)
333am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
334am__v_GEN_0 = @echo "  GEN     " $@;
335am__v_GEN_1 =
336AM_V_at = $(am__v_at_@AM_V@)
337am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
338am__v_at_0 = @
339am__v_at_1 =
340DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
341depcomp = $(SHELL) $(top_srcdir)/depcomp
342am__depfiles_maybe = depfiles
343am__mv = mv -f
344COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
345	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
346LTCOMPILE = $(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)
350AM_V_CC = $(am__v_CC_@AM_V@)
351am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
352am__v_CC_0 = @echo "  CC      " $@;
353am__v_CC_1 =
354CCLD = $(CC)
355LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
356	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
357	$(AM_LDFLAGS) $(LDFLAGS) -o $@
358AM_V_CCLD = $(am__v_CCLD_@AM_V@)
359am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
360am__v_CCLD_0 = @echo "  CCLD    " $@;
361am__v_CCLD_1 =
362SOURCES = $(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)
381DIST_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)
400RECURSIVE_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
408am__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
413RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
414  distclean-recursive maintainer-clean-recursive
415am__recursive_targets = \
416  $(RECURSIVE_TARGETS) \
417  $(RECURSIVE_CLEAN_TARGETS) \
418  $(am__extra_recursive_targets)
419AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
420	check recheck distdir
421am__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.
425am__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.
433am__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)`
438ETAGS = etags
439CTAGS = ctags
440am__tty_colors_dummy = \
441  mgn= red= grn= lgn= blu= brg= std=; \
442  am__color_tests=no
443am__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=''; \
454    grn=''; \
455    lgn=''; \
456    blu=''; \
457    mgn=''; \
458    brg=''; \
459    std=''; \
460  fi; \
461}
462am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
463am__vpath_adj = case $$p in \
464    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
465    *) f=$$p;; \
466  esac;
467am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
468am__install_max = 40
469am__nobase_strip_setup = \
470  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
471am__nobase_strip = \
472  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
473am__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] }'
480am__base_list = \
481  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
482  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
483am__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  }
489am__recheck_rx = ^[ 	]*:recheck:[ 	]*
490am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
491am__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".
495am__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.
522am__create_global_log = $(AWK) ' \
523function fatal(msg) \
524{ \
525  print "fatal: making $@: " msg | "cat >&2"; \
526  exit 1; \
527} \
528function 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.
567am__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.
571am__sh_e_setup = case $$- in *e*) set +e;; esac
572# Default flags passed to test drivers.
573am__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).
584am__check_pre = \
585$(am__sh_e_setup);					\
586$(am__vpath_adj_setup) $(am__vpath_adj)			\
587$(am__tty_colors);					\
588srcdir=$(srcdir); export srcdir;			\
589case "$@" in						\
590  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
591    *) am__odir=.;; 					\
592esac;							\
593test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
594  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
595if test -f "./$$f"; then dir=./;			\
596elif test -f "$$f"; then dir=;				\
597else dir="$(srcdir)/"; fi;				\
598tst=$$dir$$f; log='$@'; 				\
599if test -n '$(DISABLE_HARD_ERRORS)'; then		\
600  am__enable_hard_errors=no; 				\
601else							\
602  am__enable_hard_errors=yes; 				\
603fi; 							\
604case " $(XFAIL_TESTS) " in				\
605  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
606    am__expect_failure=yes;;				\
607  *)							\
608    am__expect_failure=no;;				\
609esac; 							\
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'.
618am__set_TESTS_bases = \
619  bases='$(TEST_LOGS)'; \
620  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
621  bases=`echo $$bases`
622RECHECK_LOGS = $(TEST_LOGS)
623TEST_SUITE_LOG = test-suite.log
624TEST_EXTENSIONS = @EXEEXT@ .test
625LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
626LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
627am__set_b = \
628  case '$@' in \
629    */*) \
630      case '$*' in \
631        */*) b='$*';; \
632          *) b=`echo '$@' | sed 's/\.log$$//'`; \
633       esac;; \
634    *) \
635      b='$*';; \
636  esac
637am__test_logs1 = $(TESTS:=.log)
638am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
639TEST_LOGS = $(am__test_logs2:.test.log=.log)
640TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
641TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
642	$(TEST_LOG_FLAGS)
643DIST_SUBDIRS = . https
644DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
645am__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"
670ACLOCAL = @ACLOCAL@
671AMTAR = @AMTAR@
672AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
673AR = @AR@
674AS = @AS@
675AUTOCONF = @AUTOCONF@
676AUTOHEADER = @AUTOHEADER@
677AUTOMAKE = @AUTOMAKE@
678AWK = @AWK@
679CC = @CC@
680CCDEPMODE = @CCDEPMODE@
681CFLAGS = @CFLAGS@
682CPP = @CPP@
683CPPFLAGS = @CPPFLAGS@
684CPU_COUNT = @CPU_COUNT@
685CYGPATH_W = @CYGPATH_W@
686DEFS = @DEFS@
687DEPDIR = @DEPDIR@
688DLLTOOL = @DLLTOOL@
689DSYMUTIL = @DSYMUTIL@
690DUMPBIN = @DUMPBIN@
691ECHO_C = @ECHO_C@
692ECHO_N = @ECHO_N@
693ECHO_T = @ECHO_T@
694EGREP = @EGREP@
695EXEEXT = @EXEEXT@
696FGREP = @FGREP@
697GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
698GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
699GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
700GNUTLS_LIBS = @GNUTLS_LIBS@
701GREP = @GREP@
702HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
703HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
704HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
705INSTALL = @INSTALL@
706INSTALL_DATA = @INSTALL_DATA@
707INSTALL_PROGRAM = @INSTALL_PROGRAM@
708INSTALL_SCRIPT = @INSTALL_SCRIPT@
709INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
710LD = @LD@
711LDFLAGS = @LDFLAGS@
712LIBCURL = @LIBCURL@
713LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
714LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
715LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
716LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
717LIBOBJS = @LIBOBJS@
718LIBS = @LIBS@
719LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
720LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
721LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
722LIBTOOL = @LIBTOOL@
723LIB_VERSION_AGE = @LIB_VERSION_AGE@
724LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
725LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
726LIPO = @LIPO@
727LN_S = @LN_S@
728LTLIBOBJS = @LTLIBOBJS@
729MAKEINFO = @MAKEINFO@
730MANIFEST_TOOL = @MANIFEST_TOOL@
731MHD_LIBDEPS = @MHD_LIBDEPS@
732MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
733MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
734MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
735MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
736MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
737MKDIR_P = @MKDIR_P@
738MS_LIB_TOOL = @MS_LIB_TOOL@
739NM = @NM@
740NMEDIT = @NMEDIT@
741OBJDUMP = @OBJDUMP@
742OBJEXT = @OBJEXT@
743OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
744OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
745OPENSSL_LIBS = @OPENSSL_LIBS@
746OTOOL = @OTOOL@
747OTOOL64 = @OTOOL64@
748PACKAGE = @PACKAGE@
749PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
750PACKAGE_NAME = @PACKAGE_NAME@
751PACKAGE_STRING = @PACKAGE_STRING@
752PACKAGE_TARNAME = @PACKAGE_TARNAME@
753PACKAGE_URL = @PACKAGE_URL@
754PACKAGE_VERSION = @PACKAGE_VERSION@
755PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
756PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
757PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
758PATH_SEPARATOR = @PATH_SEPARATOR@
759PKG_CONFIG = @PKG_CONFIG@
760PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
761PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
762PTHREAD_CC = @PTHREAD_CC@
763PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
764PTHREAD_LIBS = @PTHREAD_LIBS@
765RANLIB = @RANLIB@
766RC = @RC@
767SED = @SED@
768SET_MAKE = @SET_MAKE@
769SHELL = @SHELL@
770SPDY_LIBDEPS = @SPDY_LIBDEPS@
771SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
772SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
773SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
774STRIP = @STRIP@
775VERSION = @VERSION@
776_libcurl_config = @_libcurl_config@
777abs_builddir = @abs_builddir@
778abs_srcdir = @abs_srcdir@
779abs_top_builddir = @abs_top_builddir@
780abs_top_srcdir = @abs_top_srcdir@
781ac_ct_AR = @ac_ct_AR@
782ac_ct_CC = @ac_ct_CC@
783ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
784am__include = @am__include@
785am__leading_dot = @am__leading_dot@
786am__quote = @am__quote@
787am__tar = @am__tar@
788am__untar = @am__untar@
789ax_pthread_config = @ax_pthread_config@
790bindir = @bindir@
791build = @build@
792build_alias = @build_alias@
793build_cpu = @build_cpu@
794build_os = @build_os@
795build_vendor = @build_vendor@
796builddir = @builddir@
797datadir = @datadir@
798datarootdir = @datarootdir@
799docdir = @docdir@
800dvidir = @dvidir@
801exec_prefix = @exec_prefix@
802have_socat = @have_socat@
803have_zzuf = @have_zzuf@
804host = @host@
805host_alias = @host_alias@
806host_cpu = @host_cpu@
807host_os = @host_os@
808host_vendor = @host_vendor@
809htmldir = @htmldir@
810includedir = @includedir@
811infodir = @infodir@
812install_sh = @install_sh@
813libdir = @libdir@
814libexecdir = @libexecdir@
815localedir = @localedir@
816localstatedir = @localstatedir@
817lt_cv_objdir = @lt_cv_objdir@
818mandir = @mandir@
819mkdir_p = @mkdir_p@
820oldincludedir = @oldincludedir@
821pdfdir = @pdfdir@
822prefix = @prefix@
823program_transform_name = @program_transform_name@
824psdir = @psdir@
825sbindir = @sbindir@
826sharedstatedir = @sharedstatedir@
827srcdir = @srcdir@
828sysconfdir = @sysconfdir@
829target_alias = @target_alias@
830top_build_prefix = @top_build_prefix@
831top_builddir = @top_builddir@
832top_srcdir = @top_srcdir@
833
834# This Makefile.am is in the public domain
835SUBDIRS = . $(am__append_1)
836@USE_COVERAGE_TRUE@AM_CFLAGS = -fprofile-arcs -ftest-coverage
837AM_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
849libcurl_version_check_a_SOURCES = \
850  curl_version_check.c
851
852test_start_stop_SOURCES = \
853  test_start_stop.c
854
855test_start_stop_LDADD = \
856  $(top_builddir)/src/microhttpd/libmicrohttpd.la
857
858test_concurrent_stop_SOURCES = \
859  test_concurrent_stop.c
860
861test_concurrent_stop_LDADD = \
862  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
863 @LIBCURL@
864
865test_options_SOURCES = \
866  test_options.c
867
868test_options_LDADD = \
869  $(top_builddir)/src/microhttpd/libmicrohttpd.la
870
871test_get_SOURCES = \
872  test_get.c
873
874test_get_LDADD = \
875  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
876  @LIBCURL@
877
878test_quiesce_SOURCES = \
879  test_quiesce.c
880
881test_quiesce_CFLAGS = \
882  $(PTHREAD_CFLAGS) $(AM_CFLAGS)
883
884test_quiesce_LDADD = \
885  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
886  $(PTHREAD_LIBS) @LIBCURL@
887
888test_callback_SOURCES = \
889  test_callback.c
890
891test_callback_LDADD = \
892  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
893  @LIBCURL@
894
895perf_get_SOURCES = \
896  perf_get.c \
897  gauger.h
898
899perf_get_LDADD = \
900  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
901  @LIBCURL@
902
903perf_get_concurrent_SOURCES = \
904  perf_get_concurrent.c \
905  gauger.h
906
907perf_get_concurrent_LDADD = \
908  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
909  @LIBCURL@
910
911test_digestauth_SOURCES = \
912  test_digestauth.c
913
914test_digestauth_LDADD = \
915  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
916  @LIBGCRYPT_LIBS@ @LIBCURL@
917
918test_digestauth_with_arguments_SOURCES = \
919  test_digestauth_with_arguments.c
920
921test_digestauth_with_arguments_LDADD = \
922  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
923  @LIBGCRYPT_LIBS@ @LIBCURL@
924
925test_get_sendfile_SOURCES = \
926  test_get_sendfile.c
927
928test_get_sendfile_LDADD =  \
929	$(top_builddir)/src/microhttpd/libmicrohttpd.la @LIBCURL@ \
930	$(am__append_5)
931test_get_sendfile_DEPENDENCIES = $(am__append_6)
932test_urlparse_SOURCES = \
933  test_urlparse.c
934
935test_urlparse_LDADD = \
936  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
937  @LIBCURL@
938
939test_get_response_cleanup_SOURCES = \
940  test_get_response_cleanup.c
941
942test_get_response_cleanup_LDADD = \
943  $(top_builddir)/src/microhttpd/libmicrohttpd.la
944
945test_get_chunked_SOURCES = \
946  test_get_chunked.c
947
948test_get_chunked_LDADD = \
949  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
950  @LIBCURL@
951
952test_post_SOURCES = \
953  test_post.c
954
955test_post_LDADD = \
956  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
957  @LIBCURL@
958
959test_process_headers_SOURCES = \
960  test_process_headers.c
961
962test_process_headers_LDADD = \
963  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
964  @LIBCURL@
965
966test_parse_cookies_SOURCES = \
967  test_parse_cookies.c
968
969test_parse_cookies_LDADD = \
970  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
971  @LIBCURL@
972
973test_process_arguments_SOURCES = \
974  test_process_arguments.c
975
976test_process_arguments_LDADD = \
977  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
978  @LIBCURL@
979
980test_postform_SOURCES = \
981  test_postform.c
982
983test_postform_LDADD = \
984  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
985  @LIBGCRYPT_LIBS@ @LIBCURL@
986
987test_post_loop_SOURCES = \
988  test_post_loop.c
989
990test_post_loop_LDADD = \
991  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
992  @LIBCURL@
993
994test_put_SOURCES = \
995  test_put.c
996
997test_put_LDADD = \
998  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
999  @LIBCURL@
1000
1001test_put_chunked_SOURCES = \
1002  test_put_chunked.c
1003
1004test_put_chunked_LDADD = \
1005  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1006  @LIBCURL@
1007
1008test_get11_SOURCES = \
1009  test_get.c
1010
1011test_get11_LDADD = \
1012  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1013  @LIBCURL@
1014
1015test_get_sendfile11_SOURCES = \
1016  test_get_sendfile.c
1017
1018test_get_sendfile11_LDADD =  \
1019	$(top_builddir)/src/microhttpd/libmicrohttpd.la @LIBCURL@ \
1020	$(am__append_7)
1021test_get_sendfile11_DEPENDENCIES = $(am__append_8)
1022test_post11_SOURCES = \
1023  test_post.c
1024
1025test_post11_LDADD = \
1026  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1027  @LIBCURL@
1028
1029test_postform11_SOURCES = \
1030  test_postform.c
1031
1032test_postform11_LDADD = \
1033  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1034  @LIBGCRYPT_LIBS@ @LIBCURL@
1035
1036test_post_loop11_SOURCES = \
1037  test_post_loop.c
1038
1039test_post_loop11_LDADD = \
1040  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1041  @LIBCURL@
1042
1043test_put11_SOURCES = \
1044  test_put.c
1045
1046test_put11_LDADD = \
1047  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1048  @LIBCURL@
1049
1050test_large_put_SOURCES = \
1051  test_large_put.c
1052
1053test_large_put_LDADD = \
1054  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1055  @LIBCURL@
1056
1057test_large_put11_SOURCES = \
1058  test_large_put.c
1059
1060test_large_put11_LDADD = \
1061  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1062  @LIBCURL@
1063
1064test_long_header_SOURCES = \
1065  test_long_header.c
1066
1067test_long_header_LDADD = \
1068  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1069  @LIBCURL@
1070
1071test_long_header11_SOURCES = \
1072  test_long_header.c
1073
1074test_long_header11_LDADD = \
1075  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1076  @LIBCURL@
1077
1078test_iplimit11_SOURCES = \
1079  test_iplimit.c
1080
1081test_iplimit11_LDADD = \
1082  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1083  @LIBCURL@
1084
1085test_termination_SOURCES = \
1086  test_termination.c
1087
1088test_termination_LDADD = \
1089  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1090  @LIBCURL@
1091
1092test_timeout_SOURCES = \
1093  test_timeout.c
1094
1095test_timeout_LDADD = \
1096  $(top_builddir)/src/microhttpd/libmicrohttpd.la \
1097  @LIBCURL@
1098
1099all: 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
1116Makefile: $(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
1134clean-noinstLIBRARIES:
1135	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1136
1137libcurl_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
1142clean-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
1151clean-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
1160perf_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
1164perf_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
1168test_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
1172test_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
1176test_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
1180test_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
1184test_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
1188test_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
1192test_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
1196test_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
1200test_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
1204test_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
1208test_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
1212test_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
1216test_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
1220test_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
1224test_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
1228test_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
1232test_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
1236test_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
1240test_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
1244test_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
1248test_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
1252test_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
1256test_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
1260test_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
1264test_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
1268test_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
1272test_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
1276test_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
1280test_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
1284test_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
1288test_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
1292test_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
1296test_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
1300mostlyclean-compile:
1301	-rm -f *.$(OBJEXT)
1302
1303distclean-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
1359test_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
1366test_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
1373mostlyclean-libtool:
1374	-rm -f *.lo
1375
1376clean-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
1413ID: $(am__tagged_files)
1414	$(am__define_uniq_tagged_files); mkid -fID $$unique
1415tags: tags-recursive
1416TAGS: tags
1417
1418tags-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
1446ctags: ctags-recursive
1447
1448CTAGS: ctags
1449ctags-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
1455GTAGS:
1456	here=`$(am__cd) $(top_builddir) && pwd` \
1457	  && $(am__cd) $(top_srcdir) \
1458	  && gtags -i $(GTAGS_ARGS) "$$here"
1459cscopelist: cscopelist-recursive
1460
1461cscopelist-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
1475distclean-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=''.
1488am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1489am--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
1598check-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 $$?;
1608recheck: 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 $$?
1619test_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)
1626test_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)
1633test_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)
1640test_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)
1647test_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)
1654test_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)
1661test_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)
1668test_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)
1675test_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)
1682test_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)
1689test_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)
1696test_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)
1703test_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)
1710test_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)
1717test_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)
1724test_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)
1731test_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)
1738test_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)
1745test_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)
1752test_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)
1759test_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)
1766test_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)
1773test_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)
1780perf_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)
1787perf_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)
1794test_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)
1801test_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)
1808test_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)
1815test_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)
1822test_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)
1829test_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)
1836test_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)
1843test_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)
1850test_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
1872distdir: $(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
1927check-am: all-am
1928	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1929	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1930check: check-recursive
1931all-am: Makefile $(LIBRARIES) $(PROGRAMS)
1932installdirs: installdirs-recursive
1933installdirs-am:
1934install: install-recursive
1935install-exec: install-exec-recursive
1936install-data: install-data-recursive
1937uninstall: uninstall-recursive
1938
1939install-am: all-am
1940	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1941
1942installcheck: installcheck-recursive
1943install-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
1953mostlyclean-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
1958clean-generic:
1959
1960distclean-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
1964maintainer-clean-generic:
1965	@echo "This command is intended for maintainers to use"
1966	@echo "it deletes files that may require special tools to rebuild."
1967clean: clean-recursive
1968
1969clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1970	clean-noinstLIBRARIES clean-noinstPROGRAMS mostlyclean-am
1971
1972distclean: distclean-recursive
1973	-rm -rf ./$(DEPDIR)
1974	-rm -f Makefile
1975distclean-am: clean-am distclean-compile distclean-generic \
1976	distclean-tags
1977
1978dvi: dvi-recursive
1979
1980dvi-am:
1981
1982html: html-recursive
1983
1984html-am:
1985
1986info: info-recursive
1987
1988info-am:
1989
1990install-data-am:
1991
1992install-dvi: install-dvi-recursive
1993
1994install-dvi-am:
1995
1996install-exec-am:
1997
1998install-html: install-html-recursive
1999
2000install-html-am:
2001
2002install-info: install-info-recursive
2003
2004install-info-am:
2005
2006install-man:
2007
2008install-pdf: install-pdf-recursive
2009
2010install-pdf-am:
2011
2012install-ps: install-ps-recursive
2013
2014install-ps-am:
2015
2016installcheck-am:
2017
2018maintainer-clean: maintainer-clean-recursive
2019	-rm -rf ./$(DEPDIR)
2020	-rm -f Makefile
2021maintainer-clean-am: distclean-am maintainer-clean-generic
2022
2023mostlyclean: mostlyclean-recursive
2024
2025mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2026	mostlyclean-libtool
2027
2028pdf: pdf-recursive
2029
2030pdf-am:
2031
2032ps: ps-recursive
2033
2034ps-am:
2035
2036uninstall-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