3c9a4c290497af70166504e9f69f16d3b60285e6
[platform/upstream/nghttp2.git] / tests / Makefile.in
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 # nghttp2 - HTTP/2 C Library
18
19 # Copyright (c) 2012 Tatsuhiro Tsujikawa
20
21 # Permission is hereby granted, free of charge, to any person obtaining
22 # a copy of this software and associated documentation files (the
23 # "Software"), to deal in the Software without restriction, including
24 # without limitation the rights to use, copy, modify, merge, publish,
25 # distribute, sublicense, and/or sell copies of the Software, and to
26 # permit persons to whom the Software is furnished to do so, subject to
27 # the following conditions:
28
29 # The above copyright notice and this permission notice shall be
30 # included in all copies or substantial portions of the Software.
31 VPATH = @srcdir@
32 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
33 am__make_running_with_option = \
34   case $${target_option-} in \
35       ?) ;; \
36       *) echo "am__make_running_with_option: internal error: invalid" \
37               "target option '$${target_option-}' specified" >&2; \
38          exit 1;; \
39   esac; \
40   has_opt=no; \
41   sane_makeflags=$$MAKEFLAGS; \
42   if $(am__is_gnu_make); then \
43     sane_makeflags=$$MFLAGS; \
44   else \
45     case $$MAKEFLAGS in \
46       *\\[\ \   ]*) \
47         bs=\\; \
48         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
50     esac; \
51   fi; \
52   skip_next=no; \
53   strip_trailopt () \
54   { \
55     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56   }; \
57   for flg in $$sane_makeflags; do \
58     test $$skip_next = yes && { skip_next=no; continue; }; \
59     case $$flg in \
60       *=*|--*) continue;; \
61         -*I) strip_trailopt 'I'; skip_next=yes;; \
62       -*I?*) strip_trailopt 'I';; \
63         -*O) strip_trailopt 'O'; skip_next=yes;; \
64       -*O?*) strip_trailopt 'O';; \
65         -*l) strip_trailopt 'l'; skip_next=yes;; \
66       -*l?*) strip_trailopt 'l';; \
67       -[dEDm]) skip_next=yes;; \
68       -[JT]) skip_next=yes;; \
69     esac; \
70     case $$flg in \
71       *$$target_option*) has_opt=yes; break;; \
72     esac; \
73   done; \
74   test $$has_opt = yes
75 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77 pkgdatadir = $(datadir)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 pkglibdir = $(libdir)/@PACKAGE@
80 pkglibexecdir = $(libexecdir)/@PACKAGE@
81 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82 install_sh_DATA = $(install_sh) -c -m 644
83 install_sh_PROGRAM = $(install_sh) -c
84 install_sh_SCRIPT = $(install_sh) -c
85 INSTALL_HEADER = $(INSTALL_DATA)
86 transform = $(program_transform_name)
87 NORMAL_INSTALL = :
88 PRE_INSTALL = :
89 POST_INSTALL = :
90 NORMAL_UNINSTALL = :
91 PRE_UNINSTALL = :
92 POST_UNINSTALL = :
93 build_triplet = @build@
94 host_triplet = @host@
95 target_triplet = @target@
96 @HAVE_CUNIT_TRUE@check_PROGRAMS = main$(EXEEXT) $(am__EXEEXT_1)
97 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@am__append_1 = failmalloc
98 @HAVE_CUNIT_TRUE@TESTS = main$(EXEEXT) $(am__EXEEXT_1)
99 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@am__append_2 = failmalloc
100 subdir = tests
101 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
102         $(top_srcdir)/depcomp $(top_srcdir)/test-driver
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_asio.m4 \
105         $(top_srcdir)/m4/ax_boost_base.m4 \
106         $(top_srcdir)/m4/ax_boost_system.m4 \
107         $(top_srcdir)/m4/ax_boost_thread.m4 \
108         $(top_srcdir)/m4/ax_check_compile_flag.m4 \
109         $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
110         $(top_srcdir)/m4/ax_have_epoll.m4 \
111         $(top_srcdir)/m4/ax_python_devel.m4 \
112         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
113         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
114         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
115         $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117         $(ACLOCAL_M4)
118 mkinstalldirs = $(install_sh) -d
119 CONFIG_HEADER = $(top_builddir)/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@am__EXEEXT_1 =  \
123 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       failmalloc$(EXEEXT)
124 am__failmalloc_SOURCES_DIST = failmalloc.c failmalloc_test.c \
125         failmalloc_test.h malloc_wrapper.c malloc_wrapper.h \
126         nghttp2_test_helper.c nghttp2_test_helper.h
127 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@am_failmalloc_OBJECTS =  \
128 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       failmalloc.$(OBJEXT) \
129 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       failmalloc_test.$(OBJEXT) \
130 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       malloc_wrapper.$(OBJEXT) \
131 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       nghttp2_test_helper.$(OBJEXT)
132 failmalloc_OBJECTS = $(am_failmalloc_OBJECTS)
133 @HAVE_CUNIT_TRUE@am__DEPENDENCIES_1 =  \
134 @HAVE_CUNIT_TRUE@       ${top_builddir}/lib/libnghttp2.la
135 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@failmalloc_DEPENDENCIES = $(am__DEPENDENCIES_1)
136 AM_V_lt = $(am__v_lt_@AM_V@)
137 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 am__v_lt_0 = --silent
139 am__v_lt_1 = 
140 failmalloc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
142         $(failmalloc_LDFLAGS) $(LDFLAGS) -o $@
143 am__main_SOURCES_DIST = nghttp2_pq_test.h nghttp2_map_test.h \
144         nghttp2_queue_test.h nghttp2_session_test.h \
145         nghttp2_frame_test.h nghttp2_stream_test.h nghttp2_hd_test.h \
146         nghttp2_npn_test.h nghttp2_helper_test.h nghttp2_test_helper.h \
147         nghttp2_buf_test.h main.c nghttp2_pq_test.c nghttp2_map_test.c \
148         nghttp2_queue_test.c nghttp2_test_helper.c \
149         nghttp2_frame_test.c nghttp2_stream_test.c \
150         nghttp2_session_test.c nghttp2_hd_test.c nghttp2_npn_test.c \
151         nghttp2_helper_test.c nghttp2_buf_test.c
152 am__objects_1 =
153 @HAVE_CUNIT_TRUE@am__objects_2 = main.$(OBJEXT) \
154 @HAVE_CUNIT_TRUE@       nghttp2_pq_test.$(OBJEXT) \
155 @HAVE_CUNIT_TRUE@       nghttp2_map_test.$(OBJEXT) \
156 @HAVE_CUNIT_TRUE@       nghttp2_queue_test.$(OBJEXT) \
157 @HAVE_CUNIT_TRUE@       nghttp2_test_helper.$(OBJEXT) \
158 @HAVE_CUNIT_TRUE@       nghttp2_frame_test.$(OBJEXT) \
159 @HAVE_CUNIT_TRUE@       nghttp2_stream_test.$(OBJEXT) \
160 @HAVE_CUNIT_TRUE@       nghttp2_session_test.$(OBJEXT) \
161 @HAVE_CUNIT_TRUE@       nghttp2_hd_test.$(OBJEXT) \
162 @HAVE_CUNIT_TRUE@       nghttp2_npn_test.$(OBJEXT) \
163 @HAVE_CUNIT_TRUE@       nghttp2_helper_test.$(OBJEXT) \
164 @HAVE_CUNIT_TRUE@       nghttp2_buf_test.$(OBJEXT)
165 @HAVE_CUNIT_TRUE@am_main_OBJECTS = $(am__objects_1) $(am__objects_2)
166 main_OBJECTS = $(am_main_OBJECTS)
167 @HAVE_CUNIT_TRUE@main_DEPENDENCIES =  \
168 @HAVE_CUNIT_TRUE@       ${top_builddir}/lib/libnghttp2.la
169 main_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171         $(main_LDFLAGS) $(LDFLAGS) -o $@
172 AM_V_P = $(am__v_P_@AM_V@)
173 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174 am__v_P_0 = false
175 am__v_P_1 = :
176 AM_V_GEN = $(am__v_GEN_@AM_V@)
177 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
178 am__v_GEN_0 = @echo "  GEN     " $@;
179 am__v_GEN_1 = 
180 AM_V_at = $(am__v_at_@AM_V@)
181 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
182 am__v_at_0 = @
183 am__v_at_1 = 
184 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
185 depcomp = $(SHELL) $(top_srcdir)/depcomp
186 am__depfiles_maybe = depfiles
187 am__mv = mv -f
188 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
189         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
190 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
192         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
193         $(AM_CFLAGS) $(CFLAGS)
194 AM_V_CC = $(am__v_CC_@AM_V@)
195 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
196 am__v_CC_0 = @echo "  CC      " $@;
197 am__v_CC_1 = 
198 CCLD = $(CC)
199 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
200         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
201         $(AM_LDFLAGS) $(LDFLAGS) -o $@
202 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
203 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
204 am__v_CCLD_0 = @echo "  CCLD    " $@;
205 am__v_CCLD_1 = 
206 SOURCES = $(failmalloc_SOURCES) $(main_SOURCES)
207 DIST_SOURCES = $(am__failmalloc_SOURCES_DIST) $(am__main_SOURCES_DIST)
208 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
209         ctags-recursive dvi-recursive html-recursive info-recursive \
210         install-data-recursive install-dvi-recursive \
211         install-exec-recursive install-html-recursive \
212         install-info-recursive install-pdf-recursive \
213         install-ps-recursive install-recursive installcheck-recursive \
214         installdirs-recursive pdf-recursive ps-recursive \
215         tags-recursive uninstall-recursive
216 am__can_run_installinfo = \
217   case $$AM_UPDATE_INFO_DIR in \
218     n|no|NO) false;; \
219     *) (install-info --version) >/dev/null 2>&1;; \
220   esac
221 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
222   distclean-recursive maintainer-clean-recursive
223 am__recursive_targets = \
224   $(RECURSIVE_TARGETS) \
225   $(RECURSIVE_CLEAN_TARGETS) \
226   $(am__extra_recursive_targets)
227 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
228         check recheck distdir
229 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
230 # Read a list of newline-separated strings from the standard input,
231 # and print each of them once, without duplicates.  Input order is
232 # *not* preserved.
233 am__uniquify_input = $(AWK) '\
234   BEGIN { nonempty = 0; } \
235   { items[$$0] = 1; nonempty = 1; } \
236   END { if (nonempty) { for (i in items) print i; }; } \
237 '
238 # Make sure the list of sources is unique.  This is necessary because,
239 # e.g., the same source file might be shared among _SOURCES variables
240 # for different programs/libraries.
241 am__define_uniq_tagged_files = \
242   list='$(am__tagged_files)'; \
243   unique=`for i in $$list; do \
244     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245   done | $(am__uniquify_input)`
246 ETAGS = etags
247 CTAGS = ctags
248 am__tty_colors_dummy = \
249   mgn= red= grn= lgn= blu= brg= std=; \
250   am__color_tests=no
251 am__tty_colors = { \
252   $(am__tty_colors_dummy); \
253   if test "X$(AM_COLOR_TESTS)" = Xno; then \
254     am__color_tests=no; \
255   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
256     am__color_tests=yes; \
257   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
258     am__color_tests=yes; \
259   fi; \
260   if test $$am__color_tests = yes; then \
261     red='\e[0;31m'; \
262     grn='\e[0;32m'; \
263     lgn='\e[1;32m'; \
264     blu='\e[1;34m'; \
265     mgn='\e[0;35m'; \
266     brg='\e[1m'; \
267     std='\e[m'; \
268   fi; \
269 }
270 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
271 am__vpath_adj = case $$p in \
272     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
273     *) f=$$p;; \
274   esac;
275 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
276 am__install_max = 40
277 am__nobase_strip_setup = \
278   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
279 am__nobase_strip = \
280   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
281 am__nobase_list = $(am__nobase_strip_setup); \
282   for p in $$list; do echo "$$p $$p"; done | \
283   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
284   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
285     if (++n[$$2] == $(am__install_max)) \
286       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
287     END { for (dir in files) print dir, files[dir] }'
288 am__base_list = \
289   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
290   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
291 am__uninstall_files_from_dir = { \
292   test -z "$$files" \
293     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
294     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
295          $(am__cd) "$$dir" && rm -f $$files; }; \
296   }
297 am__recheck_rx = ^[     ]*:recheck:[    ]*
298 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
299 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
300 # A command that, given a newline-separated list of test names on the
301 # standard input, print the name of the tests that are to be re-run
302 # upon "make recheck".
303 am__list_recheck_tests = $(AWK) '{ \
304   recheck = 1; \
305   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
306     { \
307       if (rc < 0) \
308         { \
309           if ((getline line2 < ($$0 ".log")) < 0) \
310             recheck = 0; \
311           break; \
312         } \
313       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
314         { \
315           recheck = 0; \
316           break; \
317         } \
318       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
319         { \
320           break; \
321         } \
322     }; \
323   if (recheck) \
324     print $$0; \
325   close ($$0 ".trs"); \
326   close ($$0 ".log"); \
327 }'
328 # A command that, given a newline-separated list of test names on the
329 # standard input, create the global log from their .trs and .log files.
330 am__create_global_log = $(AWK) ' \
331 function fatal(msg) \
332 { \
333   print "fatal: making $@: " msg | "cat >&2"; \
334   exit 1; \
335 } \
336 function rst_section(header) \
337 { \
338   print header; \
339   len = length(header); \
340   for (i = 1; i <= len; i = i + 1) \
341     printf "="; \
342   printf "\n\n"; \
343 } \
344 { \
345   copy_in_global_log = 1; \
346   global_test_result = "RUN"; \
347   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
348     { \
349       if (rc < 0) \
350          fatal("failed to read from " $$0 ".trs"); \
351       if (line ~ /$(am__global_test_result_rx)/) \
352         { \
353           sub("$(am__global_test_result_rx)", "", line); \
354           sub("[        ]*$$", "", line); \
355           global_test_result = line; \
356         } \
357       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
358         copy_in_global_log = 0; \
359     }; \
360   if (copy_in_global_log) \
361     { \
362       rst_section(global_test_result ": " $$0); \
363       while ((rc = (getline line < ($$0 ".log"))) != 0) \
364       { \
365         if (rc < 0) \
366           fatal("failed to read from " $$0 ".log"); \
367         print line; \
368       }; \
369       printf "\n"; \
370     }; \
371   close ($$0 ".trs"); \
372   close ($$0 ".log"); \
373 }'
374 # Restructured Text title.
375 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
376 # Solaris 10 'make', and several other traditional 'make' implementations,
377 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
378 # by disabling -e (using the XSI extension "set +e") if it's set.
379 am__sh_e_setup = case $$- in *e*) set +e;; esac
380 # Default flags passed to test drivers.
381 am__common_driver_flags = \
382   --color-tests "$$am__color_tests" \
383   --enable-hard-errors "$$am__enable_hard_errors" \
384   --expect-failure "$$am__expect_failure"
385 # To be inserted before the command running the test.  Creates the
386 # directory for the log if needed.  Stores in $dir the directory
387 # containing $f, in $tst the test, in $log the log.  Executes the
388 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
389 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
390 # will run the test scripts (or their associated LOG_COMPILER, if
391 # thy have one).
392 am__check_pre = \
393 $(am__sh_e_setup);                                      \
394 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
395 $(am__tty_colors);                                      \
396 srcdir=$(srcdir); export srcdir;                        \
397 case "$@" in                                            \
398   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
399     *) am__odir=.;;                                     \
400 esac;                                                   \
401 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
402   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
403 if test -f "./$$f"; then dir=./;                        \
404 elif test -f "$$f"; then dir=;                          \
405 else dir="$(srcdir)/"; fi;                              \
406 tst=$$dir$$f; log='$@';                                 \
407 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
408   am__enable_hard_errors=no;                            \
409 else                                                    \
410   am__enable_hard_errors=yes;                           \
411 fi;                                                     \
412 case " $(XFAIL_TESTS) " in                              \
413   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
414     am__expect_failure=yes;;                            \
415   *)                                                    \
416     am__expect_failure=no;;                             \
417 esac;                                                   \
418 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
419 # A shell command to get the names of the tests scripts with any registered
420 # extension removed (i.e., equivalently, the names of the test logs, with
421 # the '.log' extension removed).  The result is saved in the shell variable
422 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
423 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
424 # since that might cause problem with VPATH rewrites for suffix-less tests.
425 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
426 am__set_TESTS_bases = \
427   bases='$(TEST_LOGS)'; \
428   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
429   bases=`echo $$bases`
430 RECHECK_LOGS = $(TEST_LOGS)
431 TEST_SUITE_LOG = test-suite.log
432 TEST_EXTENSIONS = @EXEEXT@ .test
433 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
434 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
435 am__set_b = \
436   case '$@' in \
437     */*) \
438       case '$*' in \
439         */*) b='$*';; \
440           *) b=`echo '$@' | sed 's/\.log$$//'`; \
441        esac;; \
442     *) \
443       b='$*';; \
444   esac
445 am__test_logs1 = $(TESTS:=.log)
446 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
447 TEST_LOGS = $(am__test_logs2:.test.log=.log)
448 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
449 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
450         $(TEST_LOG_FLAGS)
451 DIST_SUBDIRS = $(SUBDIRS)
452 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
453 am__relativize = \
454   dir0=`pwd`; \
455   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
456   sed_rest='s,^[^/]*/*,,'; \
457   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
458   sed_butlast='s,/*[^/]*$$,,'; \
459   while test -n "$$dir1"; do \
460     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
461     if test "$$first" != "."; then \
462       if test "$$first" = ".."; then \
463         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
464         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
465       else \
466         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
467         if test "$$first2" = "$$first"; then \
468           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
469         else \
470           dir2="../$$dir2"; \
471         fi; \
472         dir0="$$dir0"/"$$first"; \
473       fi; \
474     fi; \
475     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
476   done; \
477   reldir="$$dir2"
478 ACLOCAL = @ACLOCAL@
479 AMTAR = @AMTAR@
480 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
481 APPLDFLAGS = @APPLDFLAGS@
482 AR = @AR@
483 AUTOCONF = @AUTOCONF@
484 AUTOHEADER = @AUTOHEADER@
485 AUTOMAKE = @AUTOMAKE@
486 AWK = @AWK@
487 BOOST_ASIO_LIB = @BOOST_ASIO_LIB@
488 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
489 BOOST_LDFLAGS = @BOOST_LDFLAGS@
490 BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@
491 BOOST_THREAD_LIB = @BOOST_THREAD_LIB@
492 CC = @CC@
493 CCDEPMODE = @CCDEPMODE@
494 CFLAGS = @CFLAGS@
495 CPP = @CPP@
496 CPPFLAGS = @CPPFLAGS@
497 CUNIT_CFLAGS = @CUNIT_CFLAGS@
498 CUNIT_LIBS = @CUNIT_LIBS@
499 CXX = @CXX@
500 CXXCPP = @CXXCPP@
501 CXXDEPMODE = @CXXDEPMODE@
502 CXXFLAGS = @CXXFLAGS@
503 CYGPATH_W = @CYGPATH_W@
504 CYTHON = @CYTHON@
505 DEFS = @DEFS@
506 DEPDIR = @DEPDIR@
507 DLLTOOL = @DLLTOOL@
508 DSYMUTIL = @DSYMUTIL@
509 DUMPBIN = @DUMPBIN@
510 ECHO_C = @ECHO_C@
511 ECHO_N = @ECHO_N@
512 ECHO_T = @ECHO_T@
513 EGREP = @EGREP@
514 EXEEXT = @EXEEXT@
515 FGREP = @FGREP@
516 GREP = @GREP@
517 HAVE_CXX11 = @HAVE_CXX11@
518 INSTALL = @INSTALL@
519 INSTALL_DATA = @INSTALL_DATA@
520 INSTALL_PROGRAM = @INSTALL_PROGRAM@
521 INSTALL_SCRIPT = @INSTALL_SCRIPT@
522 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
523 JANSSON_CFLAGS = @JANSSON_CFLAGS@
524 JANSSON_LIBS = @JANSSON_LIBS@
525 JEMALLOC_LIBS = @JEMALLOC_LIBS@
526 LD = @LD@
527 LDFLAGS = @LDFLAGS@
528 LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@
529 LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@
530 LIBEV_CFLAGS = @LIBEV_CFLAGS@
531 LIBEV_LIBS = @LIBEV_LIBS@
532 LIBOBJS = @LIBOBJS@
533 LIBS = @LIBS@
534 LIBSPDYLAY_CFLAGS = @LIBSPDYLAY_CFLAGS@
535 LIBSPDYLAY_LIBS = @LIBSPDYLAY_LIBS@
536 LIBTOOL = @LIBTOOL@
537 LIPO = @LIPO@
538 LN_S = @LN_S@
539 LTLIBOBJS = @LTLIBOBJS@
540 LT_AGE = @LT_AGE@
541 LT_CURRENT = @LT_CURRENT@
542 LT_REVISION = @LT_REVISION@
543 MAKEINFO = @MAKEINFO@
544 MANIFEST_TOOL = @MANIFEST_TOOL@
545 MKDIR_P = @MKDIR_P@
546 NM = @NM@
547 NMEDIT = @NMEDIT@
548 OBJDUMP = @OBJDUMP@
549 OBJEXT = @OBJEXT@
550 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
551 OPENSSL_LIBS = @OPENSSL_LIBS@
552 OTOOL = @OTOOL@
553 OTOOL64 = @OTOOL64@
554 PACKAGE = @PACKAGE@
555 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
556 PACKAGE_NAME = @PACKAGE_NAME@
557 PACKAGE_STRING = @PACKAGE_STRING@
558 PACKAGE_TARNAME = @PACKAGE_TARNAME@
559 PACKAGE_URL = @PACKAGE_URL@
560 PACKAGE_VERSION = @PACKAGE_VERSION@
561 PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
562 PATH_SEPARATOR = @PATH_SEPARATOR@
563 PKG_CONFIG = @PKG_CONFIG@
564 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
565 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
566 PYTHON = @PYTHON@
567 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
568 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
569 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
570 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
571 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
572 PYTHON_PLATFORM = @PYTHON_PLATFORM@
573 PYTHON_PREFIX = @PYTHON_PREFIX@
574 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
575 PYTHON_VERSION = @PYTHON_VERSION@
576 RANLIB = @RANLIB@
577 SED = @SED@
578 SET_MAKE = @SET_MAKE@
579 SHELL = @SHELL@
580 STRIP = @STRIP@
581 TESTLDADD = @TESTLDADD@
582 VERSION = @VERSION@
583 WARNCFLAGS = @WARNCFLAGS@
584 XML2_CONFIG = @XML2_CONFIG@
585 XML_CPPFLAGS = @XML_CPPFLAGS@
586 XML_LIBS = @XML_LIBS@
587 ZLIB_CFLAGS = @ZLIB_CFLAGS@
588 ZLIB_LIBS = @ZLIB_LIBS@
589 abs_builddir = @abs_builddir@
590 abs_srcdir = @abs_srcdir@
591 abs_top_builddir = @abs_top_builddir@
592 abs_top_srcdir = @abs_top_srcdir@
593 ac_ct_AR = @ac_ct_AR@
594 ac_ct_CC = @ac_ct_CC@
595 ac_ct_CXX = @ac_ct_CXX@
596 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
597 am__include = @am__include@
598 am__leading_dot = @am__leading_dot@
599 am__quote = @am__quote@
600 am__tar = @am__tar@
601 am__untar = @am__untar@
602 bindir = @bindir@
603 build = @build@
604 build_alias = @build_alias@
605 build_cpu = @build_cpu@
606 build_os = @build_os@
607 build_vendor = @build_vendor@
608 builddir = @builddir@
609 datadir = @datadir@
610 datarootdir = @datarootdir@
611 docdir = @docdir@
612 dvidir = @dvidir@
613 exec_prefix = @exec_prefix@
614 host = @host@
615 host_alias = @host_alias@
616 host_cpu = @host_cpu@
617 host_os = @host_os@
618 host_vendor = @host_vendor@
619 htmldir = @htmldir@
620 includedir = @includedir@
621 infodir = @infodir@
622 install_sh = @install_sh@
623 libdir = @libdir@
624 libexecdir = @libexecdir@
625 localedir = @localedir@
626 localstatedir = @localstatedir@
627 mandir = @mandir@
628 mkdir_p = @mkdir_p@
629 oldincludedir = @oldincludedir@
630 pdfdir = @pdfdir@
631 pkgpyexecdir = @pkgpyexecdir@
632 pkgpythondir = @pkgpythondir@
633 prefix = @prefix@
634 program_transform_name = @program_transform_name@
635 psdir = @psdir@
636 pyexecdir = @pyexecdir@
637 pythondir = @pythondir@
638 sbindir = @sbindir@
639 sharedstatedir = @sharedstatedir@
640 srcdir = @srcdir@
641 sysconfdir = @sysconfdir@
642 target = @target@
643 target_alias = @target_alias@
644 target_cpu = @target_cpu@
645 target_os = @target_os@
646 target_vendor = @target_vendor@
647 top_build_prefix = @top_build_prefix@
648 top_builddir = @top_builddir@
649 top_srcdir = @top_srcdir@
650
651 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
652 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
653 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
654 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
655 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
656 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
657 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
658 SUBDIRS = testdata
659 @HAVE_CUNIT_TRUE@OBJECTS = main.c nghttp2_pq_test.c nghttp2_map_test.c nghttp2_queue_test.c \
660 @HAVE_CUNIT_TRUE@       nghttp2_test_helper.c \
661 @HAVE_CUNIT_TRUE@       nghttp2_frame_test.c \
662 @HAVE_CUNIT_TRUE@       nghttp2_stream_test.c \
663 @HAVE_CUNIT_TRUE@       nghttp2_session_test.c \
664 @HAVE_CUNIT_TRUE@       nghttp2_hd_test.c \
665 @HAVE_CUNIT_TRUE@       nghttp2_npn_test.c \
666 @HAVE_CUNIT_TRUE@       nghttp2_helper_test.c \
667 @HAVE_CUNIT_TRUE@       nghttp2_buf_test.c
668
669 @HAVE_CUNIT_TRUE@HFILES = nghttp2_pq_test.h nghttp2_map_test.h nghttp2_queue_test.h \
670 @HAVE_CUNIT_TRUE@       nghttp2_session_test.h \
671 @HAVE_CUNIT_TRUE@       nghttp2_frame_test.h nghttp2_stream_test.h nghttp2_hd_test.h \
672 @HAVE_CUNIT_TRUE@       nghttp2_npn_test.h nghttp2_helper_test.h \
673 @HAVE_CUNIT_TRUE@       nghttp2_test_helper.h \
674 @HAVE_CUNIT_TRUE@       nghttp2_buf_test.h
675
676 @HAVE_CUNIT_TRUE@main_SOURCES = $(HFILES) $(OBJECTS)
677 @HAVE_CUNIT_TRUE@main_LDADD = ${top_builddir}/lib/libnghttp2.la @CUNIT_LIBS@ @TESTLDADD@
678 @HAVE_CUNIT_TRUE@main_LDFLAGS = -static
679 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \
680 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       malloc_wrapper.c malloc_wrapper.h \
681 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@       nghttp2_test_helper.c nghttp2_test_helper.h
682
683 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@failmalloc_LDADD = $(main_LDADD)
684 @ENABLE_FAILMALLOC_TRUE@@HAVE_CUNIT_TRUE@failmalloc_LDFLAGS = $(main_LDFLAGS)
685 @HAVE_CUNIT_TRUE@AM_CFLAGS = $(WARNCFLAGS) \
686 @HAVE_CUNIT_TRUE@       -I${top_srcdir}/lib \
687 @HAVE_CUNIT_TRUE@       -I${top_srcdir}/lib/includes \
688 @HAVE_CUNIT_TRUE@       -I${top_builddir}/lib/includes \
689 @HAVE_CUNIT_TRUE@       @CUNIT_CFLAGS@ @DEFS@
690
691 all: all-recursive
692
693 .SUFFIXES:
694 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
695 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
696         @for dep in $?; do \
697           case '$(am__configure_deps)' in \
698             *$$dep*) \
699               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
700                 && { if test -f $@; then exit 0; else break; fi; }; \
701               exit 1;; \
702           esac; \
703         done; \
704         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
705         $(am__cd) $(top_srcdir) && \
706           $(AUTOMAKE) --gnu tests/Makefile
707 .PRECIOUS: Makefile
708 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
709         @case '$?' in \
710           *config.status*) \
711             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
712           *) \
713             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
714             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
715         esac;
716
717 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
718         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
719
720 $(top_srcdir)/configure:  $(am__configure_deps)
721         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
722 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
723         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
724 $(am__aclocal_m4_deps):
725
726 clean-checkPROGRAMS:
727         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
728         echo " rm -f" $$list; \
729         rm -f $$list || exit $$?; \
730         test -n "$(EXEEXT)" || exit 0; \
731         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
732         echo " rm -f" $$list; \
733         rm -f $$list
734
735 failmalloc$(EXEEXT): $(failmalloc_OBJECTS) $(failmalloc_DEPENDENCIES) $(EXTRA_failmalloc_DEPENDENCIES) 
736         @rm -f failmalloc$(EXEEXT)
737         $(AM_V_CCLD)$(failmalloc_LINK) $(failmalloc_OBJECTS) $(failmalloc_LDADD) $(LIBS)
738
739 main$(EXEEXT): $(main_OBJECTS) $(main_DEPENDENCIES) $(EXTRA_main_DEPENDENCIES) 
740         @rm -f main$(EXEEXT)
741         $(AM_V_CCLD)$(main_LINK) $(main_OBJECTS) $(main_LDADD) $(LIBS)
742
743 mostlyclean-compile:
744         -rm -f *.$(OBJEXT)
745
746 distclean-compile:
747         -rm -f *.tab.c
748
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/failmalloc.Po@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/failmalloc_test.Po@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc_wrapper.Po@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_buf_test.Po@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_frame_test.Po@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_hd_test.Po@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_helper_test.Po@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_map_test.Po@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_npn_test.Po@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_pq_test.Po@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_queue_test.Po@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_session_test.Po@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_stream_test.Po@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_test_helper.Po@am__quote@
764
765 .c.o:
766 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
767 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
768 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
770 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
772
773 .c.obj:
774 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
775 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
776 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
777 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
778 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
779 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
780
781 .c.lo:
782 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
783 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
784 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
785 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
788
789 mostlyclean-libtool:
790         -rm -f *.lo
791
792 clean-libtool:
793         -rm -rf .libs _libs
794
795 # This directory's subdirectories are mostly independent; you can cd
796 # into them and run 'make' without going through this Makefile.
797 # To change the values of 'make' variables: instead of editing Makefiles,
798 # (1) if the variable is set in 'config.status', edit 'config.status'
799 #     (which will cause the Makefiles to be regenerated when you run 'make');
800 # (2) otherwise, pass the desired values on the 'make' command line.
801 $(am__recursive_targets):
802         @fail=; \
803         if $(am__make_keepgoing); then \
804           failcom='fail=yes'; \
805         else \
806           failcom='exit 1'; \
807         fi; \
808         dot_seen=no; \
809         target=`echo $@ | sed s/-recursive//`; \
810         case "$@" in \
811           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
812           *) list='$(SUBDIRS)' ;; \
813         esac; \
814         for subdir in $$list; do \
815           echo "Making $$target in $$subdir"; \
816           if test "$$subdir" = "."; then \
817             dot_seen=yes; \
818             local_target="$$target-am"; \
819           else \
820             local_target="$$target"; \
821           fi; \
822           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
823           || eval $$failcom; \
824         done; \
825         if test "$$dot_seen" = "no"; then \
826           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
827         fi; test -z "$$fail"
828
829 ID: $(am__tagged_files)
830         $(am__define_uniq_tagged_files); mkid -fID $$unique
831 tags: tags-recursive
832 TAGS: tags
833
834 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
835         set x; \
836         here=`pwd`; \
837         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
838           include_option=--etags-include; \
839           empty_fix=.; \
840         else \
841           include_option=--include; \
842           empty_fix=; \
843         fi; \
844         list='$(SUBDIRS)'; for subdir in $$list; do \
845           if test "$$subdir" = .; then :; else \
846             test ! -f $$subdir/TAGS || \
847               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
848           fi; \
849         done; \
850         $(am__define_uniq_tagged_files); \
851         shift; \
852         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
853           test -n "$$unique" || unique=$$empty_fix; \
854           if test $$# -gt 0; then \
855             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
856               "$$@" $$unique; \
857           else \
858             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
859               $$unique; \
860           fi; \
861         fi
862 ctags: ctags-recursive
863
864 CTAGS: ctags
865 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
866         $(am__define_uniq_tagged_files); \
867         test -z "$(CTAGS_ARGS)$$unique" \
868           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
869              $$unique
870
871 GTAGS:
872         here=`$(am__cd) $(top_builddir) && pwd` \
873           && $(am__cd) $(top_srcdir) \
874           && gtags -i $(GTAGS_ARGS) "$$here"
875 cscopelist: cscopelist-recursive
876
877 cscopelist-am: $(am__tagged_files)
878         list='$(am__tagged_files)'; \
879         case "$(srcdir)" in \
880           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
881           *) sdir=$(subdir)/$(srcdir) ;; \
882         esac; \
883         for i in $$list; do \
884           if test -f "$$i"; then \
885             echo "$(subdir)/$$i"; \
886           else \
887             echo "$$sdir/$$i"; \
888           fi; \
889         done >> $(top_builddir)/cscope.files
890
891 distclean-tags:
892         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
893
894 # Recover from deleted '.trs' file; this should ensure that
895 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
896 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
897 # to avoid problems with "make -n".
898 .log.trs:
899         rm -f $< $@
900         $(MAKE) $(AM_MAKEFLAGS) $<
901
902 # Leading 'am--fnord' is there to ensure the list of targets does not
903 # expand to empty, as could happen e.g. with make check TESTS=''.
904 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
905 am--force-recheck:
906         @:
907
908 $(TEST_SUITE_LOG): $(TEST_LOGS)
909         @$(am__set_TESTS_bases); \
910         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
911         redo_bases=`for i in $$bases; do \
912                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
913                     done`; \
914         if test -n "$$redo_bases"; then \
915           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
916           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
917           if $(am__make_dryrun); then :; else \
918             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
919           fi; \
920         fi; \
921         if test -n "$$am__remaking_logs"; then \
922           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
923                "recursion detected" >&2; \
924         else \
925           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
926         fi; \
927         if $(am__make_dryrun); then :; else \
928           st=0;  \
929           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
930           for i in $$redo_bases; do \
931             test -f $$i.trs && test -r $$i.trs \
932               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
933             test -f $$i.log && test -r $$i.log \
934               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
935           done; \
936           test $$st -eq 0 || exit 1; \
937         fi
938         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
939         ws='[   ]'; \
940         results=`for b in $$bases; do echo $$b.trs; done`; \
941         test -n "$$results" || results=/dev/null; \
942         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
943         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
944         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
945         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
946         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
947         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
948         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
949         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
950           success=true; \
951         else \
952           success=false; \
953         fi; \
954         br='==================='; br=$$br$$br$$br$$br; \
955         result_count () \
956         { \
957             if test x"$$1" = x"--maybe-color"; then \
958               maybe_colorize=yes; \
959             elif test x"$$1" = x"--no-color"; then \
960               maybe_colorize=no; \
961             else \
962               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
963             fi; \
964             shift; \
965             desc=$$1 count=$$2; \
966             if test $$maybe_colorize = yes && test $$count -gt 0; then \
967               color_start=$$3 color_end=$$std; \
968             else \
969               color_start= color_end=; \
970             fi; \
971             echo "$${color_start}# $$desc $$count$${color_end}"; \
972         }; \
973         create_testsuite_report () \
974         { \
975           result_count $$1 "TOTAL:" $$all   "$$brg"; \
976           result_count $$1 "PASS: " $$pass  "$$grn"; \
977           result_count $$1 "SKIP: " $$skip  "$$blu"; \
978           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
979           result_count $$1 "FAIL: " $$fail  "$$red"; \
980           result_count $$1 "XPASS:" $$xpass "$$red"; \
981           result_count $$1 "ERROR:" $$error "$$mgn"; \
982         }; \
983         {                                                               \
984           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
985             $(am__rst_title);                                           \
986           create_testsuite_report --no-color;                           \
987           echo;                                                         \
988           echo ".. contents:: :depth: 2";                               \
989           echo;                                                         \
990           for b in $$bases; do echo $$b; done                           \
991             | $(am__create_global_log);                                 \
992         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
993         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
994         if $$success; then                                              \
995           col="$$grn";                                                  \
996          else                                                           \
997           col="$$red";                                                  \
998           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
999         fi;                                                             \
1000         echo "$${col}$$br$${std}";                                      \
1001         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1002         echo "$${col}$$br$${std}";                                      \
1003         create_testsuite_report --maybe-color;                          \
1004         echo "$$col$$br$$std";                                          \
1005         if $$success; then :; else                                      \
1006           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1007           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1008             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1009           fi;                                                           \
1010           echo "$$col$$br$$std";                                        \
1011         fi;                                                             \
1012         $$success || exit 1
1013
1014 check-TESTS:
1015         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1016         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1017         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1018         @set +e; $(am__set_TESTS_bases); \
1019         log_list=`for i in $$bases; do echo $$i.log; done`; \
1020         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1021         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1022         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1023         exit $$?;
1024 recheck: all $(check_PROGRAMS)
1025         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1026         @set +e; $(am__set_TESTS_bases); \
1027         bases=`for i in $$bases; do echo $$i; done \
1028                  | $(am__list_recheck_tests)` || exit 1; \
1029         log_list=`for i in $$bases; do echo $$i.log; done`; \
1030         log_list=`echo $$log_list`; \
1031         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1032                 am__force_recheck=am--force-recheck \
1033                 TEST_LOGS="$$log_list"; \
1034         exit $$?
1035 main.log: main$(EXEEXT)
1036         @p='main$(EXEEXT)'; \
1037         b='main'; \
1038         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1039         --log-file $$b.log --trs-file $$b.trs \
1040         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1041         "$$tst" $(AM_TESTS_FD_REDIRECT)
1042 failmalloc.log: failmalloc$(EXEEXT)
1043         @p='failmalloc$(EXEEXT)'; \
1044         b='failmalloc'; \
1045         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1046         --log-file $$b.log --trs-file $$b.trs \
1047         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1048         "$$tst" $(AM_TESTS_FD_REDIRECT)
1049 .test.log:
1050         @p='$<'; \
1051         $(am__set_b); \
1052         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1053         --log-file $$b.log --trs-file $$b.trs \
1054         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1055         "$$tst" $(AM_TESTS_FD_REDIRECT)
1056 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1057 @am__EXEEXT_TRUE@       @p='$<'; \
1058 @am__EXEEXT_TRUE@       $(am__set_b); \
1059 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1060 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1061 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1062 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1063
1064 distdir: $(DISTFILES)
1065         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1066         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1067         list='$(DISTFILES)'; \
1068           dist_files=`for file in $$list; do echo $$file; done | \
1069           sed -e "s|^$$srcdirstrip/||;t" \
1070               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1071         case $$dist_files in \
1072           */*) $(MKDIR_P) `echo "$$dist_files" | \
1073                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1074                            sort -u` ;; \
1075         esac; \
1076         for file in $$dist_files; do \
1077           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1078           if test -d $$d/$$file; then \
1079             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1080             if test -d "$(distdir)/$$file"; then \
1081               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1082             fi; \
1083             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1084               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1085               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1086             fi; \
1087             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1088           else \
1089             test -f "$(distdir)/$$file" \
1090             || cp -p $$d/$$file "$(distdir)/$$file" \
1091             || exit 1; \
1092           fi; \
1093         done
1094         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1095           if test "$$subdir" = .; then :; else \
1096             $(am__make_dryrun) \
1097               || test -d "$(distdir)/$$subdir" \
1098               || $(MKDIR_P) "$(distdir)/$$subdir" \
1099               || exit 1; \
1100             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1101             $(am__relativize); \
1102             new_distdir=$$reldir; \
1103             dir1=$$subdir; dir2="$(top_distdir)"; \
1104             $(am__relativize); \
1105             new_top_distdir=$$reldir; \
1106             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1107             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1108             ($(am__cd) $$subdir && \
1109               $(MAKE) $(AM_MAKEFLAGS) \
1110                 top_distdir="$$new_top_distdir" \
1111                 distdir="$$new_distdir" \
1112                 am__remove_distdir=: \
1113                 am__skip_length_check=: \
1114                 am__skip_mode_fix=: \
1115                 distdir) \
1116               || exit 1; \
1117           fi; \
1118         done
1119 check-am: all-am
1120         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1121         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1122 check: check-recursive
1123 all-am: Makefile
1124 installdirs: installdirs-recursive
1125 installdirs-am:
1126 install: install-recursive
1127 install-exec: install-exec-recursive
1128 install-data: install-data-recursive
1129 uninstall: uninstall-recursive
1130
1131 install-am: all-am
1132         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1133
1134 installcheck: installcheck-recursive
1135 install-strip:
1136         if test -z '$(STRIP)'; then \
1137           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1138             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1139               install; \
1140         else \
1141           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1142             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1143             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1144         fi
1145 mostlyclean-generic:
1146         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1147         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1148         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1149
1150 clean-generic:
1151
1152 distclean-generic:
1153         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1154         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1155
1156 maintainer-clean-generic:
1157         @echo "This command is intended for maintainers to use"
1158         @echo "it deletes files that may require special tools to rebuild."
1159 clean: clean-recursive
1160
1161 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1162         mostlyclean-am
1163
1164 distclean: distclean-recursive
1165         -rm -rf ./$(DEPDIR)
1166         -rm -f Makefile
1167 distclean-am: clean-am distclean-compile distclean-generic \
1168         distclean-tags
1169
1170 dvi: dvi-recursive
1171
1172 dvi-am:
1173
1174 html: html-recursive
1175
1176 html-am:
1177
1178 info: info-recursive
1179
1180 info-am:
1181
1182 install-data-am:
1183
1184 install-dvi: install-dvi-recursive
1185
1186 install-dvi-am:
1187
1188 install-exec-am:
1189
1190 install-html: install-html-recursive
1191
1192 install-html-am:
1193
1194 install-info: install-info-recursive
1195
1196 install-info-am:
1197
1198 install-man:
1199
1200 install-pdf: install-pdf-recursive
1201
1202 install-pdf-am:
1203
1204 install-ps: install-ps-recursive
1205
1206 install-ps-am:
1207
1208 installcheck-am:
1209
1210 maintainer-clean: maintainer-clean-recursive
1211         -rm -rf ./$(DEPDIR)
1212         -rm -f Makefile
1213 maintainer-clean-am: distclean-am maintainer-clean-generic
1214
1215 mostlyclean: mostlyclean-recursive
1216
1217 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1218         mostlyclean-libtool
1219
1220 pdf: pdf-recursive
1221
1222 pdf-am:
1223
1224 ps: ps-recursive
1225
1226 ps-am:
1227
1228 uninstall-am:
1229
1230 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1231
1232 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1233         check-TESTS check-am clean clean-checkPROGRAMS clean-generic \
1234         clean-libtool cscopelist-am ctags ctags-am distclean \
1235         distclean-compile distclean-generic distclean-libtool \
1236         distclean-tags distdir dvi dvi-am html html-am info info-am \
1237         install install-am install-data install-data-am install-dvi \
1238         install-dvi-am install-exec install-exec-am install-html \
1239         install-html-am install-info install-info-am install-man \
1240         install-pdf install-pdf-am install-ps install-ps-am \
1241         install-strip installcheck installcheck-am installdirs \
1242         installdirs-am maintainer-clean maintainer-clean-generic \
1243         mostlyclean mostlyclean-compile mostlyclean-generic \
1244         mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
1245         uninstall uninstall-am
1246
1247
1248 # EXTRA_DIST = end_to_end.py
1249 # TESTS += end_to_end.py
1250
1251 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1252 # Otherwise a system limit (for SysV at least) may be exceeded.
1253 .NOEXPORT: