1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90XFAIL_TESTS =
91@OUTPUT_ENABLED_devnull_TRUE@am__append_1 = $(SCRIPT_PREFIX)_devnull.sh
92@OUTPUT_ENABLED_file_TRUE@am__append_2 = $(SCRIPT_PREFIX)_file.sh
93@OUTPUT_ENABLED_socket_TRUE@am__append_3 = $(SCRIPT_PREFIX)_socket.sh
94@OUTPUT_ENABLED_stderr_TRUE@am__append_4 = $(SCRIPT_PREFIX)_stderr.sh
95@OUTPUT_ENABLED_stdout_TRUE@am__append_5 = $(SCRIPT_PREFIX)_stdout.sh
96subdir = tests/output
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
99	$(top_srcdir)/build/m4/ltoptions.m4 \
100	$(top_srcdir)/build/m4/ltsugar.m4 \
101	$(top_srcdir)/build/m4/ltversion.m4 \
102	$(top_srcdir)/build/m4/lt~obsolete.m4 \
103	$(top_srcdir)/build/snoopy.m4 $(top_srcdir)/configure.ac
104am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105	$(ACLOCAL_M4)
106DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107mkinstalldirs = $(install_sh) -d
108CONFIG_HEADER = $(top_builddir)/config.h
109CONFIG_CLEAN_FILES =
110CONFIG_CLEAN_VPATH_FILES =
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123SOURCES =
124DIST_SOURCES =
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131am__tty_colors_dummy = \
132  mgn= red= grn= lgn= blu= brg= std=; \
133  am__color_tests=no
134am__tty_colors = { \
135  $(am__tty_colors_dummy); \
136  if test "X$(AM_COLOR_TESTS)" = Xno; then \
137    am__color_tests=no; \
138  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
139    am__color_tests=yes; \
140  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
141    am__color_tests=yes; \
142  fi; \
143  if test $$am__color_tests = yes; then \
144    red=''; \
145    grn=''; \
146    lgn=''; \
147    blu=''; \
148    mgn=''; \
149    brg=''; \
150    std=''; \
151  fi; \
152}
153am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154am__vpath_adj = case $$p in \
155    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156    *) f=$$p;; \
157  esac;
158am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159am__install_max = 40
160am__nobase_strip_setup = \
161  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162am__nobase_strip = \
163  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164am__nobase_list = $(am__nobase_strip_setup); \
165  for p in $$list; do echo "$$p $$p"; done | \
166  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168    if (++n[$$2] == $(am__install_max)) \
169      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170    END { for (dir in files) print dir, files[dir] }'
171am__base_list = \
172  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174am__uninstall_files_from_dir = { \
175  test -z "$$files" \
176    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178         $(am__cd) "$$dir" && rm -f $$files; }; \
179  }
180am__recheck_rx = ^[ 	]*:recheck:[ 	]*
181am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
182am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
183# A command that, given a newline-separated list of test names on the
184# standard input, print the name of the tests that are to be re-run
185# upon "make recheck".
186am__list_recheck_tests = $(AWK) '{ \
187  recheck = 1; \
188  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
189    { \
190      if (rc < 0) \
191        { \
192          if ((getline line2 < ($$0 ".log")) < 0) \
193	    recheck = 0; \
194          break; \
195        } \
196      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
197        { \
198          recheck = 0; \
199          break; \
200        } \
201      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
202        { \
203          break; \
204        } \
205    }; \
206  if (recheck) \
207    print $$0; \
208  close ($$0 ".trs"); \
209  close ($$0 ".log"); \
210}'
211# A command that, given a newline-separated list of test names on the
212# standard input, create the global log from their .trs and .log files.
213am__create_global_log = $(AWK) ' \
214function fatal(msg) \
215{ \
216  print "fatal: making $@: " msg | "cat >&2"; \
217  exit 1; \
218} \
219function rst_section(header) \
220{ \
221  print header; \
222  len = length(header); \
223  for (i = 1; i <= len; i = i + 1) \
224    printf "="; \
225  printf "\n\n"; \
226} \
227{ \
228  copy_in_global_log = 1; \
229  global_test_result = "RUN"; \
230  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
231    { \
232      if (rc < 0) \
233         fatal("failed to read from " $$0 ".trs"); \
234      if (line ~ /$(am__global_test_result_rx)/) \
235        { \
236          sub("$(am__global_test_result_rx)", "", line); \
237          sub("[ 	]*$$", "", line); \
238          global_test_result = line; \
239        } \
240      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
241        copy_in_global_log = 0; \
242    }; \
243  if (copy_in_global_log) \
244    { \
245      rst_section(global_test_result ": " $$0); \
246      while ((rc = (getline line < ($$0 ".log"))) != 0) \
247      { \
248        if (rc < 0) \
249          fatal("failed to read from " $$0 ".log"); \
250        print line; \
251      }; \
252      printf "\n"; \
253    }; \
254  close ($$0 ".trs"); \
255  close ($$0 ".log"); \
256}'
257# Restructured Text title.
258am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
259# Solaris 10 'make', and several other traditional 'make' implementations,
260# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
261# by disabling -e (using the XSI extension "set +e") if it's set.
262am__sh_e_setup = case $$- in *e*) set +e;; esac
263# Default flags passed to test drivers.
264am__common_driver_flags = \
265  --color-tests "$$am__color_tests" \
266  --enable-hard-errors "$$am__enable_hard_errors" \
267  --expect-failure "$$am__expect_failure"
268# To be inserted before the command running the test.  Creates the
269# directory for the log if needed.  Stores in $dir the directory
270# containing $f, in $tst the test, in $log the log.  Executes the
271# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
272# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
273# will run the test scripts (or their associated LOG_COMPILER, if
274# thy have one).
275am__check_pre = \
276$(am__sh_e_setup);					\
277$(am__vpath_adj_setup) $(am__vpath_adj)			\
278$(am__tty_colors);					\
279srcdir=$(srcdir); export srcdir;			\
280case "$@" in						\
281  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
282    *) am__odir=.;; 					\
283esac;							\
284test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
285  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
286if test -f "./$$f"; then dir=./;			\
287elif test -f "$$f"; then dir=;				\
288else dir="$(srcdir)/"; fi;				\
289tst=$$dir$$f; log='$@'; 				\
290if test -n '$(DISABLE_HARD_ERRORS)'; then		\
291  am__enable_hard_errors=no; 				\
292else							\
293  am__enable_hard_errors=yes; 				\
294fi; 							\
295case " $(XFAIL_TESTS) " in				\
296  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
297    am__expect_failure=yes;;				\
298  *)							\
299    am__expect_failure=no;;				\
300esac; 							\
301$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
302# A shell command to get the names of the tests scripts with any registered
303# extension removed (i.e., equivalently, the names of the test logs, with
304# the '.log' extension removed).  The result is saved in the shell variable
305# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
306# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
307# since that might cause problem with VPATH rewrites for suffix-less tests.
308# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
309am__set_TESTS_bases = \
310  bases='$(TEST_LOGS)'; \
311  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
312  bases=`echo $$bases`
313RECHECK_LOGS = $(TEST_LOGS)
314AM_RECURSIVE_TARGETS = check recheck
315TEST_SUITE_LOG = test-suite.log
316TEST_EXTENSIONS = @EXEEXT@ .test
317LOG_DRIVER = $(SHELL) $(top_srcdir)/build/aux/test-driver
318LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
319am__set_b = \
320  case '$@' in \
321    */*) \
322      case '$*' in \
323        */*) b='$*';; \
324          *) b=`echo '$@' | sed 's/\.log$$//'`; \
325       esac;; \
326    *) \
327      b='$*';; \
328  esac
329am__test_logs1 = $(TESTS:=.log)
330am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
331TEST_LOGS = $(am__test_logs2:.test.log=.log)
332TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build/aux/test-driver
333TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
334	$(TEST_LOG_FLAGS)
335am__DIST_COMMON = $(srcdir)/Makefile.in \
336	$(top_srcdir)/build/Makefile.am.common \
337	$(top_srcdir)/build/aux/test-driver
338DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
339ACLOCAL = @ACLOCAL@
340AMTAR = @AMTAR@
341AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
342AR = @AR@
343AUTOCONF = @AUTOCONF@
344AUTOHEADER = @AUTOHEADER@
345AUTOMAKE = @AUTOMAKE@
346AWK = @AWK@
347CC = @CC@
348CCDEPMODE = @CCDEPMODE@
349CFLAGS = @CFLAGS@
350CPP = @CPP@
351CPPFLAGS = @CPPFLAGS@
352CYGPATH_W = @CYGPATH_W@
353DEFS = @DEFS@
354DEPDIR = @DEPDIR@
355DLLTOOL = @DLLTOOL@
356DSYMUTIL = @DSYMUTIL@
357DUMPBIN = @DUMPBIN@
358ECHO_C = @ECHO_C@
359ECHO_N = @ECHO_N@
360ECHO_T = @ECHO_T@
361EGREP = @EGREP@
362EXEEXT = @EXEEXT@
363FGREP = @FGREP@
364GREP = @GREP@
365INSTALL = @INSTALL@
366INSTALL_DATA = @INSTALL_DATA@
367INSTALL_PROGRAM = @INSTALL_PROGRAM@
368INSTALL_SCRIPT = @INSTALL_SCRIPT@
369INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
370LD = @LD@
371LDFLAGS = @LDFLAGS@
372LIBOBJS = @LIBOBJS@
373LIBS = @LIBS@
374LIBTOOL = @LIBTOOL@
375LIPO = @LIPO@
376LN_S = @LN_S@
377LTLIBOBJS = @LTLIBOBJS@
378LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
379MAKEINFO = @MAKEINFO@
380MANIFEST_TOOL = @MANIFEST_TOOL@
381MKDIR_P = @MKDIR_P@
382NM = @NM@
383NMEDIT = @NMEDIT@
384OBJDUMP = @OBJDUMP@
385OBJEXT = @OBJEXT@
386OTOOL = @OTOOL@
387OTOOL64 = @OTOOL64@
388PACKAGE = @PACKAGE@
389PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
390PACKAGE_NAME = @PACKAGE_NAME@
391PACKAGE_STRING = @PACKAGE_STRING@
392PACKAGE_TARNAME = @PACKAGE_TARNAME@
393PACKAGE_URL = @PACKAGE_URL@
394PACKAGE_VERSION = @PACKAGE_VERSION@
395PATH_SEPARATOR = @PATH_SEPARATOR@
396PREFIX = @PREFIX@
397RANLIB = @RANLIB@
398SED = @SED@
399SET_MAKE = @SET_MAKE@
400SHELL = @SHELL@
401SNOOPY_CONF_MESSAGE_FORMAT = @SNOOPY_CONF_MESSAGE_FORMAT@
402SNOOPY_LIBDIR = @SNOOPY_LIBDIR@
403SNOOPY_PROG_DIRNAME_FOUND = @SNOOPY_PROG_DIRNAME_FOUND@
404SNOOPY_PROG_GCOV_FOUND = @SNOOPY_PROG_GCOV_FOUND@
405SNOOPY_PROG_PS_FOUND = @SNOOPY_PROG_PS_FOUND@
406SNOOPY_PROG_READLINK_FOUND = @SNOOPY_PROG_READLINK_FOUND@
407SNOOPY_PROG_SOCAT_FOUND = @SNOOPY_PROG_SOCAT_FOUND@
408SNOOPY_PROG_WC_FOUND = @SNOOPY_PROG_WC_FOUND@
409STRIP = @STRIP@
410SYSCONFDIR = @SYSCONFDIR@
411VERSION = @VERSION@
412abs_builddir = @abs_builddir@
413abs_srcdir = @abs_srcdir@
414abs_top_builddir = @abs_top_builddir@
415abs_top_srcdir = @abs_top_srcdir@
416ac_ct_AR = @ac_ct_AR@
417ac_ct_CC = @ac_ct_CC@
418ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
419am__include = @am__include@
420am__leading_dot = @am__leading_dot@
421am__quote = @am__quote@
422am__tar = @am__tar@
423am__untar = @am__untar@
424bindir = @bindir@
425build = @build@
426build_alias = @build_alias@
427build_cpu = @build_cpu@
428build_os = @build_os@
429build_vendor = @build_vendor@
430builddir = @builddir@
431datadir = @datadir@
432datarootdir = @datarootdir@
433docdir = @docdir@
434dvidir = @dvidir@
435enable_datasource_cmdline = @enable_datasource_cmdline@
436enable_datasource_cwd = @enable_datasource_cwd@
437enable_datasource_datetime = @enable_datasource_datetime@
438enable_datasource_domain = @enable_datasource_domain@
439enable_datasource_egid = @enable_datasource_egid@
440enable_datasource_egroup = @enable_datasource_egroup@
441enable_datasource_env = @enable_datasource_env@
442enable_datasource_env_all = @enable_datasource_env_all@
443enable_datasource_euid = @enable_datasource_euid@
444enable_datasource_eusername = @enable_datasource_eusername@
445enable_datasource_filename = @enable_datasource_filename@
446enable_datasource_gid = @enable_datasource_gid@
447enable_datasource_group = @enable_datasource_group@
448enable_datasource_hostname = @enable_datasource_hostname@
449enable_datasource_login = @enable_datasource_login@
450enable_datasource_pid = @enable_datasource_pid@
451enable_datasource_ppid = @enable_datasource_ppid@
452enable_datasource_rpname = @enable_datasource_rpname@
453enable_datasource_sid = @enable_datasource_sid@
454enable_datasource_snoopy_configure_command = @enable_datasource_snoopy_configure_command@
455enable_datasource_snoopy_literal = @enable_datasource_snoopy_literal@
456enable_datasource_snoopy_threads = @enable_datasource_snoopy_threads@
457enable_datasource_snoopy_version = @enable_datasource_snoopy_version@
458enable_datasource_tid = @enable_datasource_tid@
459enable_datasource_tid_kernel = @enable_datasource_tid_kernel@
460enable_datasource_timestamp = @enable_datasource_timestamp@
461enable_datasource_timestamp_ms = @enable_datasource_timestamp_ms@
462enable_datasource_timestamp_us = @enable_datasource_timestamp_us@
463enable_datasource_tty = @enable_datasource_tty@
464enable_datasource_tty_uid = @enable_datasource_tty_uid@
465enable_datasource_tty_username = @enable_datasource_tty_username@
466enable_datasource_uid = @enable_datasource_uid@
467enable_datasource_username = @enable_datasource_username@
468enable_filter_exclude_spawns_of = @enable_filter_exclude_spawns_of@
469enable_filter_exclude_uid = @enable_filter_exclude_uid@
470enable_filter_only_root = @enable_filter_only_root@
471enable_filter_only_tty = @enable_filter_only_tty@
472enable_filter_only_uid = @enable_filter_only_uid@
473enable_output_devlog = @enable_output_devlog@
474enable_output_devnull = @enable_output_devnull@
475enable_output_devtty = @enable_output_devtty@
476enable_output_file = @enable_output_file@
477enable_output_socket = @enable_output_socket@
478enable_output_stderr = @enable_output_stderr@
479enable_output_stdout = @enable_output_stdout@
480enable_output_syslog = @enable_output_syslog@
481exec_prefix = @exec_prefix@
482host = @host@
483host_alias = @host_alias@
484host_cpu = @host_cpu@
485host_os = @host_os@
486host_vendor = @host_vendor@
487htmldir = @htmldir@
488includedir = @includedir@
489infodir = @infodir@
490install_sh = @install_sh@
491libdir = @libdir@
492libexecdir = @libexecdir@
493localedir = @localedir@
494localstatedir = @localstatedir@
495mandir = @mandir@
496mkdir_p = @mkdir_p@
497oldincludedir = @oldincludedir@
498pdfdir = @pdfdir@
499prefix = @prefix@
500program_transform_name = @program_transform_name@
501psdir = @psdir@
502runstatedir = @runstatedir@
503sbindir = @sbindir@
504sharedstatedir = @sharedstatedir@
505srcdir = @srcdir@
506sysconfdir = @sysconfdir@
507target_alias = @target_alias@
508top_build_prefix = @top_build_prefix@
509top_builddir = @top_builddir@
510top_srcdir = @top_srcdir@
511
512### Autoconf defaults
513#
514MAINTAINERCLEANFILES = Makefile.in
515
516### Automake defaults
517#
518# Notes:
519# -I$(top_srcdir)/src is here for #include "snoopy.h" (or similar) to work everywhere
520# -I$(top_srcdir)     is here for #include "lib/*/src/*.h" to work everywhere (additionally, this also makes references "src/*/*.h" work too)
521#
522AM_CFLAGS = -Wall -Werror -Wextra -Wno-unused-parameter -std=c99 -Wpedantic -I$(top_srcdir)/src -I$(top_srcdir)
523
524### Include common Makefile configuration
525#
526
527### Which tests to run
528#
529SCRIPT_PREFIX = output
530TESTS = $(am__append_1) $(am__append_2) $(am__append_3) \
531	$(am__append_4) $(am__append_5)
532
533### Include tests in distribution archive
534#
535EXTRA_DIST = _bootstrap.sh $(TESTS)
536all: all-am
537
538.SUFFIXES:
539.SUFFIXES: .log .test .test$(EXEEXT) .trs
540$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/Makefile.am.common $(am__configure_deps)
541	@for dep in $?; do \
542	  case '$(am__configure_deps)' in \
543	    *$$dep*) \
544	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
545	        && { if test -f $@; then exit 0; else break; fi; }; \
546	      exit 1;; \
547	  esac; \
548	done; \
549	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/output/Makefile'; \
550	$(am__cd) $(top_srcdir) && \
551	  $(AUTOMAKE) --gnu tests/output/Makefile
552Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
553	@case '$?' in \
554	  *config.status*) \
555	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
556	  *) \
557	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
558	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
559	esac;
560$(top_srcdir)/build/Makefile.am.common $(am__empty):
561
562$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
563	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
564
565$(top_srcdir)/configure:  $(am__configure_deps)
566	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
567$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
568	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
569$(am__aclocal_m4_deps):
570
571mostlyclean-libtool:
572	-rm -f *.lo
573
574clean-libtool:
575	-rm -rf .libs _libs
576tags TAGS:
577
578ctags CTAGS:
579
580cscope cscopelist:
581
582
583# Recover from deleted '.trs' file; this should ensure that
584# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
585# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
586# to avoid problems with "make -n".
587.log.trs:
588	rm -f $< $@
589	$(MAKE) $(AM_MAKEFLAGS) $<
590
591# Leading 'am--fnord' is there to ensure the list of targets does not
592# expand to empty, as could happen e.g. with make check TESTS=''.
593am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
594am--force-recheck:
595	@:
596
597$(TEST_SUITE_LOG): $(TEST_LOGS)
598	@$(am__set_TESTS_bases); \
599	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
600	redo_bases=`for i in $$bases; do \
601	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
602	            done`; \
603	if test -n "$$redo_bases"; then \
604	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
605	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
606	  if $(am__make_dryrun); then :; else \
607	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
608	  fi; \
609	fi; \
610	if test -n "$$am__remaking_logs"; then \
611	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
612	       "recursion detected" >&2; \
613	elif test -n "$$redo_logs"; then \
614	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
615	fi; \
616	if $(am__make_dryrun); then :; else \
617	  st=0;  \
618	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
619	  for i in $$redo_bases; do \
620	    test -f $$i.trs && test -r $$i.trs \
621	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
622	    test -f $$i.log && test -r $$i.log \
623	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
624	  done; \
625	  test $$st -eq 0 || exit 1; \
626	fi
627	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
628	ws='[ 	]'; \
629	results=`for b in $$bases; do echo $$b.trs; done`; \
630	test -n "$$results" || results=/dev/null; \
631	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
632	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
633	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
634	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
635	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
636	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
637	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
638	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
639	  success=true; \
640	else \
641	  success=false; \
642	fi; \
643	br='==================='; br=$$br$$br$$br$$br; \
644	result_count () \
645	{ \
646	    if test x"$$1" = x"--maybe-color"; then \
647	      maybe_colorize=yes; \
648	    elif test x"$$1" = x"--no-color"; then \
649	      maybe_colorize=no; \
650	    else \
651	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
652	    fi; \
653	    shift; \
654	    desc=$$1 count=$$2; \
655	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
656	      color_start=$$3 color_end=$$std; \
657	    else \
658	      color_start= color_end=; \
659	    fi; \
660	    echo "$${color_start}# $$desc $$count$${color_end}"; \
661	}; \
662	create_testsuite_report () \
663	{ \
664	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
665	  result_count $$1 "PASS: " $$pass  "$$grn"; \
666	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
667	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
668	  result_count $$1 "FAIL: " $$fail  "$$red"; \
669	  result_count $$1 "XPASS:" $$xpass "$$red"; \
670	  result_count $$1 "ERROR:" $$error "$$mgn"; \
671	}; \
672	{								\
673	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
674	    $(am__rst_title);						\
675	  create_testsuite_report --no-color;				\
676	  echo;								\
677	  echo ".. contents:: :depth: 2";				\
678	  echo;								\
679	  for b in $$bases; do echo $$b; done				\
680	    | $(am__create_global_log);					\
681	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
682	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
683	if $$success; then						\
684	  col="$$grn";							\
685	 else								\
686	  col="$$red";							\
687	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
688	fi;								\
689	echo "$${col}$$br$${std}"; 					\
690	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
691	echo "$${col}$$br$${std}"; 					\
692	create_testsuite_report --maybe-color;				\
693	echo "$$col$$br$$std";						\
694	if $$success; then :; else					\
695	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
696	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
697	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
698	  fi;								\
699	  echo "$$col$$br$$std";					\
700	fi;								\
701	$$success || exit 1
702
703check-TESTS:
704	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
705	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
706	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
707	@set +e; $(am__set_TESTS_bases); \
708	log_list=`for i in $$bases; do echo $$i.log; done`; \
709	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
710	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
711	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
712	exit $$?;
713recheck: all
714	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
715	@set +e; $(am__set_TESTS_bases); \
716	bases=`for i in $$bases; do echo $$i; done \
717	         | $(am__list_recheck_tests)` || exit 1; \
718	log_list=`for i in $$bases; do echo $$i.log; done`; \
719	log_list=`echo $$log_list`; \
720	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
721	        am__force_recheck=am--force-recheck \
722	        TEST_LOGS="$$log_list"; \
723	exit $$?
724$(SCRIPT_PREFIX)_devnull.sh.log: $(SCRIPT_PREFIX)_devnull.sh
725	@p='$(SCRIPT_PREFIX)_devnull.sh'; \
726	b='$(SCRIPT_PREFIX)_devnull.sh'; \
727	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
728	--log-file $$b.log --trs-file $$b.trs \
729	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
730	"$$tst" $(AM_TESTS_FD_REDIRECT)
731$(SCRIPT_PREFIX)_file.sh.log: $(SCRIPT_PREFIX)_file.sh
732	@p='$(SCRIPT_PREFIX)_file.sh'; \
733	b='$(SCRIPT_PREFIX)_file.sh'; \
734	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
735	--log-file $$b.log --trs-file $$b.trs \
736	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
737	"$$tst" $(AM_TESTS_FD_REDIRECT)
738$(SCRIPT_PREFIX)_socket.sh.log: $(SCRIPT_PREFIX)_socket.sh
739	@p='$(SCRIPT_PREFIX)_socket.sh'; \
740	b='$(SCRIPT_PREFIX)_socket.sh'; \
741	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
742	--log-file $$b.log --trs-file $$b.trs \
743	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
744	"$$tst" $(AM_TESTS_FD_REDIRECT)
745$(SCRIPT_PREFIX)_stderr.sh.log: $(SCRIPT_PREFIX)_stderr.sh
746	@p='$(SCRIPT_PREFIX)_stderr.sh'; \
747	b='$(SCRIPT_PREFIX)_stderr.sh'; \
748	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
749	--log-file $$b.log --trs-file $$b.trs \
750	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
751	"$$tst" $(AM_TESTS_FD_REDIRECT)
752$(SCRIPT_PREFIX)_stdout.sh.log: $(SCRIPT_PREFIX)_stdout.sh
753	@p='$(SCRIPT_PREFIX)_stdout.sh'; \
754	b='$(SCRIPT_PREFIX)_stdout.sh'; \
755	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
756	--log-file $$b.log --trs-file $$b.trs \
757	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
758	"$$tst" $(AM_TESTS_FD_REDIRECT)
759.test.log:
760	@p='$<'; \
761	$(am__set_b); \
762	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
763	--log-file $$b.log --trs-file $$b.trs \
764	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
765	"$$tst" $(AM_TESTS_FD_REDIRECT)
766@am__EXEEXT_TRUE@.test$(EXEEXT).log:
767@am__EXEEXT_TRUE@	@p='$<'; \
768@am__EXEEXT_TRUE@	$(am__set_b); \
769@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
770@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
771@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
772@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
773
774distdir: $(BUILT_SOURCES)
775	$(MAKE) $(AM_MAKEFLAGS) distdir-am
776
777distdir-am: $(DISTFILES)
778	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
780	list='$(DISTFILES)'; \
781	  dist_files=`for file in $$list; do echo $$file; done | \
782	  sed -e "s|^$$srcdirstrip/||;t" \
783	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
784	case $$dist_files in \
785	  */*) $(MKDIR_P) `echo "$$dist_files" | \
786			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
787			   sort -u` ;; \
788	esac; \
789	for file in $$dist_files; do \
790	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
791	  if test -d $$d/$$file; then \
792	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
793	    if test -d "$(distdir)/$$file"; then \
794	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
795	    fi; \
796	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
797	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
798	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
799	    fi; \
800	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
801	  else \
802	    test -f "$(distdir)/$$file" \
803	    || cp -p $$d/$$file "$(distdir)/$$file" \
804	    || exit 1; \
805	  fi; \
806	done
807check-am: all-am
808	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
809check: check-am
810all-am: Makefile
811installdirs:
812install: install-am
813install-exec: install-exec-am
814install-data: install-data-am
815uninstall: uninstall-am
816
817install-am: all-am
818	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
819
820installcheck: installcheck-am
821install-strip:
822	if test -z '$(STRIP)'; then \
823	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825	      install; \
826	else \
827	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
828	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
829	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
830	fi
831mostlyclean-generic:
832	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
833	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
834	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
835
836clean-generic:
837
838distclean-generic:
839	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
840	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
841
842maintainer-clean-generic:
843	@echo "This command is intended for maintainers to use"
844	@echo "it deletes files that may require special tools to rebuild."
845	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
846clean: clean-am
847
848clean-am: clean-generic clean-libtool mostlyclean-am
849
850distclean: distclean-am
851	-rm -f Makefile
852distclean-am: clean-am distclean-generic
853
854dvi: dvi-am
855
856dvi-am:
857
858html: html-am
859
860html-am:
861
862info: info-am
863
864info-am:
865
866install-data-am:
867
868install-dvi: install-dvi-am
869
870install-dvi-am:
871
872install-exec-am:
873
874install-html: install-html-am
875
876install-html-am:
877
878install-info: install-info-am
879
880install-info-am:
881
882install-man:
883
884install-pdf: install-pdf-am
885
886install-pdf-am:
887
888install-ps: install-ps-am
889
890install-ps-am:
891
892installcheck-am:
893
894maintainer-clean: maintainer-clean-am
895	-rm -f Makefile
896maintainer-clean-am: distclean-am maintainer-clean-generic
897
898mostlyclean: mostlyclean-am
899
900mostlyclean-am: mostlyclean-generic mostlyclean-libtool
901
902pdf: pdf-am
903
904pdf-am:
905
906ps: ps-am
907
908ps-am:
909
910uninstall-am:
911
912.MAKE: check-am install-am install-strip
913
914.PHONY: all all-am check check-TESTS check-am clean clean-generic \
915	clean-libtool cscopelist-am ctags-am distclean \
916	distclean-generic distclean-libtool distdir dvi dvi-am html \
917	html-am info info-am install install-am install-data \
918	install-data-am install-dvi install-dvi-am install-exec \
919	install-exec-am install-html install-html-am install-info \
920	install-info-am install-man install-pdf install-pdf-am \
921	install-ps install-ps-am install-strip installcheck \
922	installcheck-am installdirs maintainer-clean \
923	maintainer-clean-generic mostlyclean mostlyclean-generic \
924	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
925	uninstall uninstall-am
926
927.PRECIOUS: Makefile
928
929
930# Tell versions [3.59,3.63) of GNU make to not export all variables.
931# Otherwise a system limit (for SysV at least) may be exceeded.
932.NOEXPORT:
933