xref: /netbsd-src/external/bsd/ntp/dist/tests/bug-2803/Makefile.in (revision 897be3a4bac39d8b2e92077bf29f4a2e67d31983)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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@
90check_PROGRAMS = bug-2803$(EXEEXT)
91@NTP_CROSSCOMPILE_FALSE@am__append_1 = $(check_PROGRAMS)
92@LIBNTP_SUBMAKES_TRUE@am__append_2 = check-libntp
93subdir = tests/bug-2803
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
96	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
97	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
98	$(top_srcdir)/sntp/m4/define_dir.m4 \
99	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
100	$(top_srcdir)/sntp/m4/libtool.m4 \
101	$(top_srcdir)/sntp/m4/ltoptions.m4 \
102	$(top_srcdir)/sntp/m4/ltsugar.m4 \
103	$(top_srcdir)/sntp/m4/ltversion.m4 \
104	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
105	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
106	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
107	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
108	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
109	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
110	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
111	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
112	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
113	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
114	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
115	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
116	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
117	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
118	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
119	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
120	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
121	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
122	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
123	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
124	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
125	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
126	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
127	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
128	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
129	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
130	$(top_srcdir)/sntp/m4/openldap.m4 \
131	$(top_srcdir)/sntp/m4/os_cflags.m4 \
132	$(top_srcdir)/sntp/m4/realpath.m4 \
133	$(top_srcdir)/sntp/m4/snprintf.m4 \
134	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
136	$(ACLOCAL_M4)
137DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
138mkinstalldirs = $(install_sh) -d
139CONFIG_HEADER = $(top_builddir)/config.h
140CONFIG_CLEAN_FILES =
141CONFIG_CLEAN_VPATH_FILES =
142am__objects_1 =
143am_bug_2803_OBJECTS = bug-2803.$(OBJEXT) run-bug-2803.$(OBJEXT) \
144	$(am__objects_1)
145bug_2803_OBJECTS = $(am_bug_2803_OBJECTS)
146bug_2803_LDADD = $(LDADD)
147am__DEPENDENCIES_1 =
148bug_2803_DEPENDENCIES = $(top_builddir)/sntp/unity/libunity.a \
149	$(top_builddir)/libntp/libntp.a $(am__DEPENDENCIES_1) \
150	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
151	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
152AM_V_lt = $(am__v_lt_@AM_V@)
153am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
154am__v_lt_0 = --silent
155am__v_lt_1 =
156AM_V_P = $(am__v_P_@AM_V@)
157am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
158am__v_P_0 = false
159am__v_P_1 = :
160AM_V_GEN = $(am__v_GEN_@AM_V@)
161am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
162am__v_GEN_0 = @echo "  GEN     " $@;
163am__v_GEN_1 =
164AM_V_at = $(am__v_at_@AM_V@)
165am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
166am__v_at_0 = @
167am__v_at_1 =
168DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
169depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
170am__maybe_remake_depfiles = depfiles
171am__depfiles_remade = ./$(DEPDIR)/bug-2803.Po \
172	./$(DEPDIR)/run-bug-2803.Po
173am__mv = mv -f
174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
178	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
179	$(AM_CFLAGS) $(CFLAGS)
180AM_V_CC = $(am__v_CC_@AM_V@)
181am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182am__v_CC_0 = @echo "  CC      " $@;
183am__v_CC_1 =
184CCLD = $(CC)
185LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190am__v_CCLD_0 = @echo "  CCLD    " $@;
191am__v_CCLD_1 =
192SOURCES = $(bug_2803_SOURCES)
193DIST_SOURCES = $(bug_2803_SOURCES)
194am__can_run_installinfo = \
195  case $$AM_UPDATE_INFO_DIR in \
196    n|no|NO) false;; \
197    *) (install-info --version) >/dev/null 2>&1;; \
198  esac
199am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200# Read a list of newline-separated strings from the standard input,
201# and print each of them once, without duplicates.  Input order is
202# *not* preserved.
203am__uniquify_input = $(AWK) '\
204  BEGIN { nonempty = 0; } \
205  { items[$$0] = 1; nonempty = 1; } \
206  END { if (nonempty) { for (i in items) print i; }; } \
207'
208# Make sure the list of sources is unique.  This is necessary because,
209# e.g., the same source file might be shared among _SOURCES variables
210# for different programs/libraries.
211am__define_uniq_tagged_files = \
212  list='$(am__tagged_files)'; \
213  unique=`for i in $$list; do \
214    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215  done | $(am__uniquify_input)`
216am__tty_colors_dummy = \
217  mgn= red= grn= lgn= blu= brg= std=; \
218  am__color_tests=no
219am__tty_colors = { \
220  $(am__tty_colors_dummy); \
221  if test "X$(AM_COLOR_TESTS)" = Xno; then \
222    am__color_tests=no; \
223  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
224    am__color_tests=yes; \
225  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
226    am__color_tests=yes; \
227  fi; \
228  if test $$am__color_tests = yes; then \
229    red=''; \
230    grn=''; \
231    lgn=''; \
232    blu=''; \
233    mgn=''; \
234    brg=''; \
235    std=''; \
236  fi; \
237}
238am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
239am__vpath_adj = case $$p in \
240    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
241    *) f=$$p;; \
242  esac;
243am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
244am__install_max = 40
245am__nobase_strip_setup = \
246  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
247am__nobase_strip = \
248  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
249am__nobase_list = $(am__nobase_strip_setup); \
250  for p in $$list; do echo "$$p $$p"; done | \
251  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
252  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
253    if (++n[$$2] == $(am__install_max)) \
254      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
255    END { for (dir in files) print dir, files[dir] }'
256am__base_list = \
257  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
258  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
259am__uninstall_files_from_dir = { \
260  test -z "$$files" \
261    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
262    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
263         $(am__cd) "$$dir" && rm -f $$files; }; \
264  }
265am__recheck_rx = ^[ 	]*:recheck:[ 	]*
266am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
267am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
268# A command that, given a newline-separated list of test names on the
269# standard input, print the name of the tests that are to be re-run
270# upon "make recheck".
271am__list_recheck_tests = $(AWK) '{ \
272  recheck = 1; \
273  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
274    { \
275      if (rc < 0) \
276        { \
277          if ((getline line2 < ($$0 ".log")) < 0) \
278	    recheck = 0; \
279          break; \
280        } \
281      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
282        { \
283          recheck = 0; \
284          break; \
285        } \
286      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
287        { \
288          break; \
289        } \
290    }; \
291  if (recheck) \
292    print $$0; \
293  close ($$0 ".trs"); \
294  close ($$0 ".log"); \
295}'
296# A command that, given a newline-separated list of test names on the
297# standard input, create the global log from their .trs and .log files.
298am__create_global_log = $(AWK) ' \
299function fatal(msg) \
300{ \
301  print "fatal: making $@: " msg | "cat >&2"; \
302  exit 1; \
303} \
304function rst_section(header) \
305{ \
306  print header; \
307  len = length(header); \
308  for (i = 1; i <= len; i = i + 1) \
309    printf "="; \
310  printf "\n\n"; \
311} \
312{ \
313  copy_in_global_log = 1; \
314  global_test_result = "RUN"; \
315  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
316    { \
317      if (rc < 0) \
318         fatal("failed to read from " $$0 ".trs"); \
319      if (line ~ /$(am__global_test_result_rx)/) \
320        { \
321          sub("$(am__global_test_result_rx)", "", line); \
322          sub("[ 	]*$$", "", line); \
323          global_test_result = line; \
324        } \
325      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
326        copy_in_global_log = 0; \
327    }; \
328  if (copy_in_global_log) \
329    { \
330      rst_section(global_test_result ": " $$0); \
331      while ((rc = (getline line < ($$0 ".log"))) != 0) \
332      { \
333        if (rc < 0) \
334          fatal("failed to read from " $$0 ".log"); \
335        print line; \
336      }; \
337      printf "\n"; \
338    }; \
339  close ($$0 ".trs"); \
340  close ($$0 ".log"); \
341}'
342# Restructured Text title.
343am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
344# Solaris 10 'make', and several other traditional 'make' implementations,
345# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
346# by disabling -e (using the XSI extension "set +e") if it's set.
347am__sh_e_setup = case $$- in *e*) set +e;; esac
348# Default flags passed to test drivers.
349am__common_driver_flags = \
350  --color-tests "$$am__color_tests" \
351  --enable-hard-errors "$$am__enable_hard_errors" \
352  --expect-failure "$$am__expect_failure"
353# To be inserted before the command running the test.  Creates the
354# directory for the log if needed.  Stores in $dir the directory
355# containing $f, in $tst the test, in $log the log.  Executes the
356# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
357# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
358# will run the test scripts (or their associated LOG_COMPILER, if
359# thy have one).
360am__check_pre = \
361$(am__sh_e_setup);					\
362$(am__vpath_adj_setup) $(am__vpath_adj)			\
363$(am__tty_colors);					\
364srcdir=$(srcdir); export srcdir;			\
365case "$@" in						\
366  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
367    *) am__odir=.;; 					\
368esac;							\
369test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
370  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
371if test -f "./$$f"; then dir=./;			\
372elif test -f "$$f"; then dir=;				\
373else dir="$(srcdir)/"; fi;				\
374tst=$$dir$$f; log='$@'; 				\
375if test -n '$(DISABLE_HARD_ERRORS)'; then		\
376  am__enable_hard_errors=no; 				\
377else							\
378  am__enable_hard_errors=yes; 				\
379fi; 							\
380case " $(XFAIL_TESTS) " in				\
381  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
382    am__expect_failure=yes;;				\
383  *)							\
384    am__expect_failure=no;;				\
385esac; 							\
386$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
387# A shell command to get the names of the tests scripts with any registered
388# extension removed (i.e., equivalently, the names of the test logs, with
389# the '.log' extension removed).  The result is saved in the shell variable
390# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
391# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
392# since that might cause problem with VPATH rewrites for suffix-less tests.
393# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
394am__set_TESTS_bases = \
395  bases='$(TEST_LOGS)'; \
396  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
397  bases=`echo $$bases`
398AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
399RECHECK_LOGS = $(TEST_LOGS)
400AM_RECURSIVE_TARGETS = check recheck
401TEST_SUITE_LOG = test-suite.log
402TEST_EXTENSIONS = @EXEEXT@ .test
403LOG_DRIVER = $(SHELL) \
404	$(top_srcdir)/sntp/libevent/build-aux/test-driver
405LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
406am__set_b = \
407  case '$@' in \
408    */*) \
409      case '$*' in \
410        */*) b='$*';; \
411          *) b=`echo '$@' | sed 's/\.log$$//'`; \
412       esac;; \
413    *) \
414      b='$*';; \
415  esac
416am__test_logs1 = $(TESTS:=.log)
417am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
418TEST_LOGS = $(am__test_logs2:.test.log=.log)
419TEST_LOG_DRIVER = $(SHELL) \
420	$(top_srcdir)/sntp/libevent/build-aux/test-driver
421TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
422	$(TEST_LOG_FLAGS)
423am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/check-libntp.mf \
424	$(top_srcdir)/check-libunity.mf $(top_srcdir)/depsver.mf \
425	$(top_srcdir)/includes.mf \
426	$(top_srcdir)/sntp/libevent/build-aux/depcomp \
427	$(top_srcdir)/sntp/libevent/build-aux/test-driver
428DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
429ACLOCAL = @ACLOCAL@
430ALLOCA = @ALLOCA@
431AMTAR = @AMTAR@
432AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
433AR = @AR@
434AUTOCONF = @AUTOCONF@
435AUTOHEADER = @AUTOHEADER@
436AUTOMAKE = @AUTOMAKE@
437AWK = @AWK@
438BUILD_THREAD = @BUILD_THREAD@
439CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
440CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
441CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
442CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
443CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
444CC = @CC@
445CCDEPMODE = @CCDEPMODE@
446CC_NOFORMAT = @CC_NOFORMAT@
447CFLAGS = @CFLAGS@
448CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
449CFLAGS_NTP = @CFLAGS_NTP@
450CHUTEST = @CHUTEST@
451CONFIG_SHELL = @CONFIG_SHELL@
452CPP = @CPP@
453CPPFLAGS = @CPPFLAGS@
454CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
455CPPFLAGS_NTP = @CPPFLAGS_NTP@
456CSCOPE = @CSCOPE@
457CTAGS = @CTAGS@
458CYGPATH_W = @CYGPATH_W@
459DCFD = @DCFD@
460DEFS = @DEFS@
461DEPDIR = @DEPDIR@
462DLLTOOL = @DLLTOOL@
463DSYMUTIL = @DSYMUTIL@
464DUMPBIN = @DUMPBIN@
465ECHO_C = @ECHO_C@
466ECHO_N = @ECHO_N@
467ECHO_T = @ECHO_T@
468EDITLINE_LIBS = @EDITLINE_LIBS@
469EGREP = @EGREP@
470ETAGS = @ETAGS@
471EXEEXT = @EXEEXT@
472FGREP = @FGREP@
473GREP = @GREP@
474HAVE_INLINE = @HAVE_INLINE@
475HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
476HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
477HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
478INSTALL = @INSTALL@
479INSTALL_DATA = @INSTALL_DATA@
480INSTALL_PROGRAM = @INSTALL_PROGRAM@
481INSTALL_SCRIPT = @INSTALL_SCRIPT@
482INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
483LD = @LD@
484LDADD_LIBEVENT = @LDADD_LIBEVENT@
485LDADD_LIBNTP = @LDADD_LIBNTP@
486LDADD_LIBUTIL = @LDADD_LIBUTIL@
487LDADD_NLIST = @LDADD_NLIST@
488LDADD_NTP = @LDADD_NTP@
489LDFLAGS = @LDFLAGS@
490LDFLAGS_NTP = @LDFLAGS_NTP@
491LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
492LIBM = @LIBM@
493LIBOBJS = @LIBOBJS@
494LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
495LIBOPTS_DIR = @LIBOPTS_DIR@
496LIBOPTS_LDADD = @LIBOPTS_LDADD@
497LIBPARSE = @LIBPARSE@
498LIBS = @LIBS@
499LIBTOOL = @LIBTOOL@
500LIBTOOL_DEPS = @LIBTOOL_DEPS@
501LIPO = @LIPO@
502LN_S = @LN_S@
503LSCF = @LSCF@
504LTHREAD_LIBS = @LTHREAD_LIBS@
505LTLIBOBJS = @LTLIBOBJS@
506LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
507MAKEINFO = @MAKEINFO@
508MAKE_ADJTIMED = @MAKE_ADJTIMED@
509MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
510MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
511MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
512MAKE_LIBPARSE = @MAKE_LIBPARSE@
513MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
514MAKE_NTPDSIM = @MAKE_NTPDSIM@
515MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
516MAKE_NTPTIME = @MAKE_NTPTIME@
517MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
518MAKE_TICKADJ = @MAKE_TICKADJ@
519MAKE_TIMETRIM = @MAKE_TIMETRIM@
520MANIFEST_TOOL = @MANIFEST_TOOL@
521MANTAGFMT = @MANTAGFMT@
522MKDIR_P = @MKDIR_P@
523NM = @NM@
524NMEDIT = @NMEDIT@
525NTPDATE_DB = @NTPDATE_DB@
526NTPDATE_DL = @NTPDATE_DL@
527NTPDATE_DS = @NTPDATE_DS@
528NTPDATE_MS = @NTPDATE_MS@
529NTPDATE_NI = @NTPDATE_NI@
530NTPDC_DB = @NTPDC_DB@
531NTPDC_DL = @NTPDC_DL@
532NTPDC_DS = @NTPDC_DS@
533NTPDC_MS = @NTPDC_MS@
534NTPDC_NI = @NTPDC_NI@
535NTPDSIM_DB = @NTPDSIM_DB@
536NTPDSIM_DL = @NTPDSIM_DL@
537NTPDSIM_DS = @NTPDSIM_DS@
538NTPDSIM_MS = @NTPDSIM_MS@
539NTPDSIM_NI = @NTPDSIM_NI@
540NTPD_DB = @NTPD_DB@
541NTPD_DL = @NTPD_DL@
542NTPD_DS = @NTPD_DS@
543NTPD_MS = @NTPD_MS@
544NTPD_NI = @NTPD_NI@
545NTPQ_DB = @NTPQ_DB@
546NTPQ_DL = @NTPQ_DL@
547NTPQ_DS = @NTPQ_DS@
548NTPQ_MS = @NTPQ_MS@
549NTPQ_NI = @NTPQ_NI@
550NTPSNMPD_DB = @NTPSNMPD_DB@
551NTPSNMPD_DL = @NTPSNMPD_DL@
552NTPSNMPD_DS = @NTPSNMPD_DS@
553NTPSNMPD_MS = @NTPSNMPD_MS@
554NTPSNMPD_NI = @NTPSNMPD_NI@
555NTPSWEEP_DB = @NTPSWEEP_DB@
556NTPSWEEP_DL = @NTPSWEEP_DL@
557NTPSWEEP_DS = @NTPSWEEP_DS@
558NTPSWEEP_MS = @NTPSWEEP_MS@
559NTPSWEEP_NI = @NTPSWEEP_NI@
560NTPTIME_DB = @NTPTIME_DB@
561NTPTIME_DL = @NTPTIME_DL@
562NTPTIME_DS = @NTPTIME_DS@
563NTPTIME_MS = @NTPTIME_MS@
564NTPTIME_NI = @NTPTIME_NI@
565NTPTRACE_DB = @NTPTRACE_DB@
566NTPTRACE_DL = @NTPTRACE_DL@
567NTPTRACE_DS = @NTPTRACE_DS@
568NTPTRACE_MS = @NTPTRACE_MS@
569NTPTRACE_NI = @NTPTRACE_NI@
570NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
571NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
572NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
573NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
574NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
575NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
576NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
577NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
578NTP_KEYSDIR = @NTP_KEYSDIR@
579NTP_WAIT_DB = @NTP_WAIT_DB@
580NTP_WAIT_DL = @NTP_WAIT_DL@
581NTP_WAIT_DS = @NTP_WAIT_DS@
582NTP_WAIT_MS = @NTP_WAIT_MS@
583NTP_WAIT_NI = @NTP_WAIT_NI@
584OBJDUMP = @OBJDUMP@
585OBJEXT = @OBJEXT@
586OTOOL = @OTOOL@
587OTOOL64 = @OTOOL64@
588PACKAGE = @PACKAGE@
589PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
590PACKAGE_NAME = @PACKAGE_NAME@
591PACKAGE_STRING = @PACKAGE_STRING@
592PACKAGE_TARNAME = @PACKAGE_TARNAME@
593PACKAGE_URL = @PACKAGE_URL@
594PACKAGE_VERSION = @PACKAGE_VERSION@
595PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
596PATH_OPENSSL = @PATH_OPENSSL@
597PATH_PERL = @PATH_PERL@
598PATH_RUBY = @PATH_RUBY@
599PATH_SEPARATOR = @PATH_SEPARATOR@
600PATH_TEST = @PATH_TEST@
601PERLLIBDIR = @PERLLIBDIR@
602PKG_CONFIG = @PKG_CONFIG@
603POSIX_SHELL = @POSIX_SHELL@
604PROPDELAY = @PROPDELAY@
605PTHREAD_LIBS = @PTHREAD_LIBS@
606RANLIB = @RANLIB@
607SED = @SED@
608SET_MAKE = @SET_MAKE@
609SHELL = @SHELL@
610SNMP_CFLAGS = @SNMP_CFLAGS@
611SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
612SNMP_LIBS = @SNMP_LIBS@
613SNTP = @SNTP@
614SNTP_DB = @SNTP_DB@
615SNTP_DL = @SNTP_DL@
616SNTP_DS = @SNTP_DS@
617SNTP_MS = @SNTP_MS@
618SNTP_NI = @SNTP_NI@
619STDNORETURN_H = @STDNORETURN_H@
620STRIP = @STRIP@
621TESTDCF = @TESTDCF@
622TICKADJ_DB = @TICKADJ_DB@
623TICKADJ_DL = @TICKADJ_DL@
624TICKADJ_DS = @TICKADJ_DS@
625TICKADJ_MS = @TICKADJ_MS@
626TICKADJ_NI = @TICKADJ_NI@
627TIMETRIM_DB = @TIMETRIM_DB@
628TIMETRIM_DL = @TIMETRIM_DL@
629TIMETRIM_DS = @TIMETRIM_DS@
630TIMETRIM_MS = @TIMETRIM_MS@
631TIMETRIM_NI = @TIMETRIM_NI@
632UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
633UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
634UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
635UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
636UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
637VERSION = @VERSION@
638VER_SUFFIX = @VER_SUFFIX@
639YACC = @YACC@
640YFLAGS = @YFLAGS@
641abs_builddir = @abs_builddir@
642abs_srcdir = @abs_srcdir@
643abs_top_builddir = @abs_top_builddir@
644abs_top_srcdir = @abs_top_srcdir@
645ac_ct_AR = @ac_ct_AR@
646ac_ct_CC = @ac_ct_CC@
647ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
648am__include = @am__include@
649am__leading_dot = @am__leading_dot@
650am__quote = @am__quote@
651am__tar = @am__tar@
652am__untar = @am__untar@
653bindir = @bindir@
654build = @build@
655build_alias = @build_alias@
656build_cpu = @build_cpu@
657build_os = @build_os@
658build_vendor = @build_vendor@
659builddir = @builddir@
660datadir = @datadir@
661datarootdir = @datarootdir@
662docdir = @docdir@
663dvidir = @dvidir@
664exec_prefix = @exec_prefix@
665host = @host@
666host_alias = @host_alias@
667host_cpu = @host_cpu@
668host_os = @host_os@
669host_vendor = @host_vendor@
670htmldir = @htmldir@
671includedir = @includedir@
672infodir = @infodir@
673install_sh = @install_sh@
674libdir = @libdir@
675libexecdir = @libexecdir@
676localedir = @localedir@
677localstatedir = @localstatedir@
678mandir = @mandir@
679mkdir_p = @mkdir_p@
680oldincludedir = @oldincludedir@
681pdfdir = @pdfdir@
682prefix = @prefix@
683program_transform_name = @program_transform_name@
684psdir = @psdir@
685runstatedir = @runstatedir@
686sbindir = @sbindir@
687sharedstatedir = @sharedstatedir@
688srcdir = @srcdir@
689subdirs = @subdirs@
690sysconfdir = @sysconfdir@
691target_alias = @target_alias@
692top_build_prefix = @top_build_prefix@
693top_builddir = @top_builddir@
694top_srcdir = @top_srcdir@
695NULL =
696BUILT_SOURCES = $(am__append_2) check-libunity .deps-ver
697CLEANFILES = check-libunity .deps-ver
698DISTCLEANFILES = $(DEPDIR)/deps-ver
699std_unity_list = \
700	$(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb	\
701	$(abs_srcdir)/testconf.yml					\
702	$(NULL)
703
704run_unity = ruby $(std_unity_list)
705EXTRA_DIST = \
706	testconf.yml			\
707	$(NULL)
708
709
710# HMS: we may not need some of these:
711LDADD = \
712	$(top_builddir)/sntp/unity/libunity.a	\
713	$(top_builddir)/libntp/libntp.a	\
714	$(LDADD_LIBNTP)			\
715	$(PTHREAD_LIBS)			\
716	$(LDADD_NTP)			\
717	$(LIBM)				\
718	$(NULL)
719
720AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
721
722# HMS: we may not need some of these:
723AM_CPPFLAGS = $(NTP_INCS) -I$(top_srcdir)/sntp/unity \
724	-I$(top_srcdir)/include $(CPPFLAGS_NTP) \
725	-DUNITY_INCLUDE_CONFIG_H -I$(top_srcdir)/sntp/unity \
726	$(NTP_HARD_CPPFLAGS)
727AM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS)
728bug_2803_SOURCES = \
729	bug-2803.c			\
730	run-bug-2803.c			\
731	$(NULL)
732
733
734# HMS: we may not need some of these:
735#noinst_HEADERS =	ntpdtest.h	\
736#			$(NULL)
737TESTS = $(am__append_1)
738NTP_INCS = -I$(top_srcdir)/include \
739	-I$(top_srcdir)/libntp/lib/isc/include \
740	-I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
741	-I$(top_srcdir)/libntp/lib/isc/unix/include
742all: $(BUILT_SOURCES)
743	$(MAKE) $(AM_MAKEFLAGS) all-am
744
745.SUFFIXES:
746.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
747$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libunity.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
748	@for dep in $?; do \
749	  case '$(am__configure_deps)' in \
750	    *$$dep*) \
751	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
752	        && { if test -f $@; then exit 0; else break; fi; }; \
753	      exit 1;; \
754	  esac; \
755	done; \
756	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/bug-2803/Makefile'; \
757	$(am__cd) $(top_srcdir) && \
758	  $(AUTOMAKE) --foreign tests/bug-2803/Makefile
759Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
760	@case '$?' in \
761	  *config.status*) \
762	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
763	  *) \
764	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
765	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
766	esac;
767$(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libunity.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
768
769$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
770	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
771
772$(top_srcdir)/configure:  $(am__configure_deps)
773	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
774$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
775	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
776$(am__aclocal_m4_deps):
777
778clean-checkPROGRAMS:
779	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
780	echo " rm -f" $$list; \
781	rm -f $$list || exit $$?; \
782	test -n "$(EXEEXT)" || exit 0; \
783	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
784	echo " rm -f" $$list; \
785	rm -f $$list
786
787bug-2803$(EXEEXT): $(bug_2803_OBJECTS) $(bug_2803_DEPENDENCIES) $(EXTRA_bug_2803_DEPENDENCIES)
788	@rm -f bug-2803$(EXEEXT)
789	$(AM_V_CCLD)$(LINK) $(bug_2803_OBJECTS) $(bug_2803_LDADD) $(LIBS)
790
791mostlyclean-compile:
792	-rm -f *.$(OBJEXT)
793
794distclean-compile:
795	-rm -f *.tab.c
796
797@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bug-2803.Po@am__quote@ # am--include-marker
798@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-bug-2803.Po@am__quote@ # am--include-marker
799
800$(am__depfiles_remade):
801	@$(MKDIR_P) $(@D)
802	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
803
804am--depfiles: $(am__depfiles_remade)
805
806.c.o:
807@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
808@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
809@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
810@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
811@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
813
814.c.obj:
815@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
816@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
817@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
818@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
819@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
821
822.c.lo:
823@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
824@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
825@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
827@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
829
830mostlyclean-libtool:
831	-rm -f *.lo
832
833clean-libtool:
834	-rm -rf .libs _libs
835
836ID: $(am__tagged_files)
837	$(am__define_uniq_tagged_files); mkid -fID $$unique
838tags: tags-am
839TAGS: tags
840
841tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
842	set x; \
843	here=`pwd`; \
844	$(am__define_uniq_tagged_files); \
845	shift; \
846	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
847	  test -n "$$unique" || unique=$$empty_fix; \
848	  if test $$# -gt 0; then \
849	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
850	      "$$@" $$unique; \
851	  else \
852	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
853	      $$unique; \
854	  fi; \
855	fi
856ctags: ctags-am
857
858CTAGS: ctags
859ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
860	$(am__define_uniq_tagged_files); \
861	test -z "$(CTAGS_ARGS)$$unique" \
862	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
863	     $$unique
864
865GTAGS:
866	here=`$(am__cd) $(top_builddir) && pwd` \
867	  && $(am__cd) $(top_srcdir) \
868	  && gtags -i $(GTAGS_ARGS) "$$here"
869cscopelist: cscopelist-am
870
871cscopelist-am: $(am__tagged_files)
872	list='$(am__tagged_files)'; \
873	case "$(srcdir)" in \
874	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
875	  *) sdir=$(subdir)/$(srcdir) ;; \
876	esac; \
877	for i in $$list; do \
878	  if test -f "$$i"; then \
879	    echo "$(subdir)/$$i"; \
880	  else \
881	    echo "$$sdir/$$i"; \
882	  fi; \
883	done >> $(top_builddir)/cscope.files
884
885distclean-tags:
886	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
887
888# Recover from deleted '.trs' file; this should ensure that
889# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
890# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
891# to avoid problems with "make -n".
892.log.trs:
893	rm -f $< $@
894	$(MAKE) $(AM_MAKEFLAGS) $<
895
896# Leading 'am--fnord' is there to ensure the list of targets does not
897# expand to empty, as could happen e.g. with make check TESTS=''.
898am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
899am--force-recheck:
900	@:
901
902$(TEST_SUITE_LOG): $(TEST_LOGS)
903	@$(am__set_TESTS_bases); \
904	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
905	redo_bases=`for i in $$bases; do \
906	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
907	            done`; \
908	if test -n "$$redo_bases"; then \
909	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
910	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
911	  if $(am__make_dryrun); then :; else \
912	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
913	  fi; \
914	fi; \
915	if test -n "$$am__remaking_logs"; then \
916	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
917	       "recursion detected" >&2; \
918	elif test -n "$$redo_logs"; then \
919	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
920	fi; \
921	if $(am__make_dryrun); then :; else \
922	  st=0;  \
923	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
924	  for i in $$redo_bases; do \
925	    test -f $$i.trs && test -r $$i.trs \
926	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
927	    test -f $$i.log && test -r $$i.log \
928	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
929	  done; \
930	  test $$st -eq 0 || exit 1; \
931	fi
932	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
933	ws='[ 	]'; \
934	results=`for b in $$bases; do echo $$b.trs; done`; \
935	test -n "$$results" || results=/dev/null; \
936	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
937	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
938	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
939	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
940	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
941	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
942	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
943	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
944	  success=true; \
945	else \
946	  success=false; \
947	fi; \
948	br='==================='; br=$$br$$br$$br$$br; \
949	result_count () \
950	{ \
951	    if test x"$$1" = x"--maybe-color"; then \
952	      maybe_colorize=yes; \
953	    elif test x"$$1" = x"--no-color"; then \
954	      maybe_colorize=no; \
955	    else \
956	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
957	    fi; \
958	    shift; \
959	    desc=$$1 count=$$2; \
960	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
961	      color_start=$$3 color_end=$$std; \
962	    else \
963	      color_start= color_end=; \
964	    fi; \
965	    echo "$${color_start}# $$desc $$count$${color_end}"; \
966	}; \
967	create_testsuite_report () \
968	{ \
969	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
970	  result_count $$1 "PASS: " $$pass  "$$grn"; \
971	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
972	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
973	  result_count $$1 "FAIL: " $$fail  "$$red"; \
974	  result_count $$1 "XPASS:" $$xpass "$$red"; \
975	  result_count $$1 "ERROR:" $$error "$$mgn"; \
976	}; \
977	{								\
978	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
979	    $(am__rst_title);						\
980	  create_testsuite_report --no-color;				\
981	  echo;								\
982	  echo ".. contents:: :depth: 2";				\
983	  echo;								\
984	  for b in $$bases; do echo $$b; done				\
985	    | $(am__create_global_log);					\
986	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
987	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
988	if $$success; then						\
989	  col="$$grn";							\
990	 else								\
991	  col="$$red";							\
992	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
993	fi;								\
994	echo "$${col}$$br$${std}"; 					\
995	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
996	echo "$${col}$$br$${std}"; 					\
997	create_testsuite_report --maybe-color;				\
998	echo "$$col$$br$$std";						\
999	if $$success; then :; else					\
1000	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1001	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1002	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1003	  fi;								\
1004	  echo "$$col$$br$$std";					\
1005	fi;								\
1006	$$success || exit 1
1007
1008check-TESTS: $(check_PROGRAMS)
1009	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1010	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1011	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1012	@set +e; $(am__set_TESTS_bases); \
1013	log_list=`for i in $$bases; do echo $$i.log; done`; \
1014	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1015	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1016	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1017	exit $$?;
1018recheck: all $(check_PROGRAMS)
1019	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1020	@set +e; $(am__set_TESTS_bases); \
1021	bases=`for i in $$bases; do echo $$i; done \
1022	         | $(am__list_recheck_tests)` || exit 1; \
1023	log_list=`for i in $$bases; do echo $$i.log; done`; \
1024	log_list=`echo $$log_list`; \
1025	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1026	        am__force_recheck=am--force-recheck \
1027	        TEST_LOGS="$$log_list"; \
1028	exit $$?
1029bug-2803.log: bug-2803$(EXEEXT)
1030	@p='bug-2803$(EXEEXT)'; \
1031	b='bug-2803'; \
1032	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1033	--log-file $$b.log --trs-file $$b.trs \
1034	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1035	"$$tst" $(AM_TESTS_FD_REDIRECT)
1036.test.log:
1037	@p='$<'; \
1038	$(am__set_b); \
1039	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1040	--log-file $$b.log --trs-file $$b.trs \
1041	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1042	"$$tst" $(AM_TESTS_FD_REDIRECT)
1043@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1044@am__EXEEXT_TRUE@	@p='$<'; \
1045@am__EXEEXT_TRUE@	$(am__set_b); \
1046@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1047@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1048@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1049@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1050distdir: $(BUILT_SOURCES)
1051	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1052
1053distdir-am: $(DISTFILES)
1054	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1055	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1056	list='$(DISTFILES)'; \
1057	  dist_files=`for file in $$list; do echo $$file; done | \
1058	  sed -e "s|^$$srcdirstrip/||;t" \
1059	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1060	case $$dist_files in \
1061	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1062			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1063			   sort -u` ;; \
1064	esac; \
1065	for file in $$dist_files; do \
1066	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1067	  if test -d $$d/$$file; then \
1068	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1069	    if test -d "$(distdir)/$$file"; then \
1070	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1071	    fi; \
1072	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1073	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1074	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1075	    fi; \
1076	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1077	  else \
1078	    test -f "$(distdir)/$$file" \
1079	    || cp -p $$d/$$file "$(distdir)/$$file" \
1080	    || exit 1; \
1081	  fi; \
1082	done
1083check-am: all-am
1084	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1085	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1086check: $(BUILT_SOURCES)
1087	$(MAKE) $(AM_MAKEFLAGS) check-am
1088all-am: Makefile
1089installdirs:
1090install: $(BUILT_SOURCES)
1091	$(MAKE) $(AM_MAKEFLAGS) install-am
1092install-exec: $(BUILT_SOURCES)
1093	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
1094install-data: install-data-am
1095uninstall: uninstall-am
1096
1097install-am: all-am
1098	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1099
1100installcheck: installcheck-am
1101install-strip:
1102	if test -z '$(STRIP)'; then \
1103	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1104	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1105	      install; \
1106	else \
1107	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1108	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1109	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1110	fi
1111mostlyclean-generic:
1112	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1113	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1114	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1115
1116clean-generic:
1117	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1118
1119distclean-generic:
1120	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1121	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1122	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1123
1124maintainer-clean-generic:
1125	@echo "This command is intended for maintainers to use"
1126	@echo "it deletes files that may require special tools to rebuild."
1127	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1128clean: clean-am
1129
1130clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1131	mostlyclean-am
1132
1133distclean: distclean-am
1134		-rm -f ./$(DEPDIR)/bug-2803.Po
1135	-rm -f ./$(DEPDIR)/run-bug-2803.Po
1136	-rm -f Makefile
1137distclean-am: clean-am distclean-compile distclean-generic \
1138	distclean-tags
1139
1140dvi: dvi-am
1141
1142dvi-am:
1143
1144html: html-am
1145
1146html-am:
1147
1148info: info-am
1149
1150info-am:
1151
1152install-data-am:
1153
1154install-dvi: install-dvi-am
1155
1156install-dvi-am:
1157
1158install-exec-am:
1159
1160install-html: install-html-am
1161
1162install-html-am:
1163
1164install-info: install-info-am
1165
1166install-info-am:
1167
1168install-man:
1169
1170install-pdf: install-pdf-am
1171
1172install-pdf-am:
1173
1174install-ps: install-ps-am
1175
1176install-ps-am:
1177
1178installcheck-am:
1179
1180maintainer-clean: maintainer-clean-am
1181		-rm -f ./$(DEPDIR)/bug-2803.Po
1182	-rm -f ./$(DEPDIR)/run-bug-2803.Po
1183	-rm -f Makefile
1184maintainer-clean-am: distclean-am maintainer-clean-generic
1185
1186mostlyclean: mostlyclean-am
1187
1188mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1189	mostlyclean-libtool
1190
1191pdf: pdf-am
1192
1193pdf-am:
1194
1195ps: ps-am
1196
1197ps-am:
1198
1199uninstall-am:
1200
1201.MAKE: all check check-am install install-am install-exec \
1202	install-strip
1203
1204.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
1205	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
1206	cscopelist-am ctags ctags-am distclean distclean-compile \
1207	distclean-generic distclean-libtool distclean-tags distdir dvi \
1208	dvi-am html html-am info info-am install install-am \
1209	install-data install-data-am install-dvi install-dvi-am \
1210	install-exec install-exec-am install-html install-html-am \
1211	install-info install-info-am install-man install-pdf \
1212	install-pdf-am install-ps install-ps-am install-strip \
1213	installcheck installcheck-am installdirs maintainer-clean \
1214	maintainer-clean-generic mostlyclean mostlyclean-compile \
1215	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1216	recheck tags tags-am uninstall uninstall-am
1217
1218.PRECIOUS: Makefile
1219
1220
1221$(srcdir)/run-bug-2803.c: $(srcdir)/bug-2803.c $(std_unity_list)
1222	$(run_unity) $< $@
1223
1224.PHONY: check-libntp
1225
1226@LIBNTP_SUBMAKES_TRUE@check-libntp:
1227@LIBNTP_SUBMAKES_TRUE@	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1228
1229check-libunity: $(top_builddir)/sntp/unity/libunity.a
1230	@echo stamp > $@
1231
1232$(top_builddir)/sntp/unity/libunity.a:
1233	cd $(top_builddir)/sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a
1234$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1235	@[ -f $@ ] ||							\
1236		cp $(top_srcdir)/deps-ver $@
1237	@[ -w $@ ] ||							\
1238		chmod u+w $@
1239	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1240		$(MAKE) $(AM_MAKEFLAGS) clean &&			\
1241		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1242		cat $@ &&						\
1243		rm -rf $(DEPDIR) &&					\
1244		mkdir $(DEPDIR) && 					\
1245		case "$(top_builddir)" in				\
1246		 .)							\
1247		    ./config.status Makefile depfiles			\
1248		    ;;							\
1249		 *)							\
1250		    cd "$(top_builddir)" &&				\
1251		    ./config.status $(subdir)/Makefile depfiles &&	\
1252		    cd $(subdir)					\
1253		    ;;							\
1254		esac &&							\
1255		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1256		cat $(top_srcdir)/deps-ver				\
1257	)
1258	$(AM_V_at)cp $(top_srcdir)/deps-ver $@
1259
1260.deps-ver: $(top_srcdir)/deps-ver
1261	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1262	@touch $@
1263
1264#
1265# depsver.mf	included in Makefile.am for directories with .deps
1266#
1267# When building in the same directory with sources that change over
1268# time, such as when tracking using bk, the .deps files can become
1269# stale with respect to moved, deleted, or superceded headers.  Most
1270# commonly, this would exhibit as make reporting a failure to make a
1271# header file which is no longer in the location given.  To address
1272# this issue, we use a deps-ver file which is updated with each change
1273# that breaks old .deps files.  A copy of deps-ver is made into
1274# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1275# with different contents than deps-ver, we make clean to ensure all
1276# .o files built before the incompatible change are rebuilt along with
1277# their updated .deps files, then remove $(DEPDIR) and recreate it as
1278# empty stubs.
1279#
1280# It is normal when configured with --disable-dependency-tracking for
1281# the DEPDIR to not have been created.  For this reason, we use the
1282# intermediate target .deps-ver, which invokes make recursively if
1283# DEPDIR exists.
1284#
1285# If you modify depsver.mf, please make the changes to the master
1286# copy, the one in sntp is copied by the bootstrap script from it.
1287#
1288# This comment block follows rather than leads the related rules so that
1289# it stays with it in the generated Makefile.in and Makefile.
1290#
1291
1292# Tell versions [3.59,3.63) of GNU make to not export all variables.
1293# Otherwise a system limit (for SysV at least) may be exceeded.
1294.NOEXPORT:
1295