xref: /netbsd-src/external/bsd/ntp/dist/tests/ntpd/Makefile.in (revision 75f6d617e282811cb173c2ccfbf5df0dd71f7045)
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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 = test-leapsec$(EXEEXT) test-ntp_prio_q$(EXEEXT) \
91	$(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
92	$(am__EXEEXT_4) test-rc_cmdlength$(EXEEXT) $(am__EXEEXT_1)
93@BUILD_TEST_NTP_RESTRICT_TRUE@am__append_1 = test-ntp_restrict
94@BUILD_TEST_NTP_SCANNER_TRUE@am__append_2 = test-ntp_scanner
95@BUILD_TEST_NTP_SIGND_TRUE@am__append_3 = test-ntp_signd
96EXTRA_PROGRAMS = test-ntp_restrict$(EXEEXT) test-ntp_scanner$(EXEEXT) \
97	test-ntp_signd$(EXEEXT) $(am__EXEEXT_1)
98@NTP_CROSSCOMPILE_FALSE@am__append_4 = $(check_PROGRAMS)
99subdir = tests/ntpd
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
102	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
103	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
104	$(top_srcdir)/sntp/m4/define_dir.m4 \
105	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
106	$(top_srcdir)/sntp/m4/libtool.m4 \
107	$(top_srcdir)/sntp/m4/ltoptions.m4 \
108	$(top_srcdir)/sntp/m4/ltsugar.m4 \
109	$(top_srcdir)/sntp/m4/ltversion.m4 \
110	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
111	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
112	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
113	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
114	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
115	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
116	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
117	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
118	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
119	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
120	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
121	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
122	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
123	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
124	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
125	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
126	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
127	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
128	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
129	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
130	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
131	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
132	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
133	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
134	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
135	$(top_srcdir)/sntp/m4/openldap.m4 \
136	$(top_srcdir)/sntp/m4/os_cflags.m4 \
137	$(top_srcdir)/sntp/m4/snprintf.m4 \
138	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
139am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140	$(ACLOCAL_M4)
141DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
142mkinstalldirs = $(install_sh) -d
143CONFIG_HEADER = $(top_builddir)/config.h
144CONFIG_CLEAN_FILES =
145CONFIG_CLEAN_VPATH_FILES =
146am__EXEEXT_1 =
147@BUILD_TEST_NTP_RESTRICT_TRUE@am__EXEEXT_2 =  \
148@BUILD_TEST_NTP_RESTRICT_TRUE@	test-ntp_restrict$(EXEEXT)
149@BUILD_TEST_NTP_SCANNER_TRUE@am__EXEEXT_3 = test-ntp_scanner$(EXEEXT)
150@BUILD_TEST_NTP_SIGND_TRUE@am__EXEEXT_4 = test-ntp_signd$(EXEEXT)
151am__objects_1 =
152am_test_leapsec_OBJECTS = test_leapsec-leapsec.$(OBJEXT) \
153	test_leapsec-run-leapsec.$(OBJEXT) \
154	test_leapsec-test-libntp.$(OBJEXT) $(am__objects_1)
155test_leapsec_OBJECTS = $(am_test_leapsec_OBJECTS)
156am__DEPENDENCIES_1 =
157am__DEPENDENCIES_2 = $(top_builddir)/ntpd/libntpd.a \
158	$(top_builddir)/libntp/libntp.a $(am__DEPENDENCIES_1) \
159	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
160	$(am__DEPENDENCIES_1)
161am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) \
162	$(top_builddir)/sntp/unity/libunity.a $(am__DEPENDENCIES_1) \
163	$(am__DEPENDENCIES_1)
164test_leapsec_DEPENDENCIES = $(am__DEPENDENCIES_3) \
165	$(am__DEPENDENCIES_1)
166AM_V_lt = $(am__v_lt_@AM_V@)
167am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
168am__v_lt_0 = --silent
169am__v_lt_1 =
170test_leapsec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_leapsec_CFLAGS) \
172	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
173am_test_ntp_prio_q_OBJECTS = test_ntp_prio_q-ntp_prio_q.$(OBJEXT) \
174	test_ntp_prio_q-run-ntp_prio_q.$(OBJEXT) \
175	test_ntp_prio_q-test-libntp.$(OBJEXT) $(am__objects_1)
176test_ntp_prio_q_OBJECTS = $(am_test_ntp_prio_q_OBJECTS)
177test_ntp_prio_q_DEPENDENCIES = $(am__DEPENDENCIES_3) \
178	../../ntpd/ntpdsim-ntp_prio_q.o $(am__DEPENDENCIES_1)
179test_ntp_prio_q_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
180	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
181	$(test_ntp_prio_q_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
182	-o $@
183am_test_ntp_restrict_OBJECTS =  \
184	test_ntp_restrict-ntp_restrict.$(OBJEXT) \
185	test_ntp_restrict-run-ntp_restrict.$(OBJEXT) \
186	test_ntp_restrict-test-libntp.$(OBJEXT) $(am__objects_1)
187test_ntp_restrict_OBJECTS = $(am_test_ntp_restrict_OBJECTS)
188test_ntp_restrict_DEPENDENCIES = $(am__DEPENDENCIES_3) \
189	$(am__DEPENDENCIES_1)
190test_ntp_restrict_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
191	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
192	$(test_ntp_restrict_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
193	-o $@
194am_test_ntp_scanner_OBJECTS =  \
195	test_ntp_scanner-t-ntp_scanner.$(OBJEXT) \
196	test_ntp_scanner-run-t-ntp_scanner.$(OBJEXT) \
197	test_ntp_scanner-test-libntp.$(OBJEXT) $(am__objects_1)
198test_ntp_scanner_OBJECTS = $(am_test_ntp_scanner_OBJECTS)
199test_ntp_scanner_DEPENDENCIES = $(am__DEPENDENCIES_3) \
200	$(top_builddir)/ntpd/ntp_config.o \
201	$(top_builddir)/ntpd/ntp_parser.o $(am__DEPENDENCIES_1)
202test_ntp_scanner_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
203	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
204	$(test_ntp_scanner_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
205	-o $@
206am_test_ntp_signd_OBJECTS = t-ntp_signd.$(OBJEXT) \
207	run-t-ntp_signd.$(OBJEXT) test-libntp.$(OBJEXT) \
208	ntp_signd.$(OBJEXT) $(am__objects_1)
209test_ntp_signd_OBJECTS = $(am_test_ntp_signd_OBJECTS)
210test_ntp_signd_DEPENDENCIES = $(am__DEPENDENCIES_3) \
211	$(top_builddir)/ntpd/ntp_config.o \
212	$(top_builddir)/ntpd/ntp_io.o $(am__DEPENDENCIES_1)
213am_test_rc_cmdlength_OBJECTS =  \
214	test_rc_cmdlength-rc_cmdlength.$(OBJEXT) \
215	test_rc_cmdlength-run-rc_cmdlength.$(OBJEXT) \
216	test_rc_cmdlength-test-libntp.$(OBJEXT) $(am__objects_1)
217test_rc_cmdlength_OBJECTS = $(am_test_rc_cmdlength_OBJECTS)
218test_rc_cmdlength_DEPENDENCIES = $(am__DEPENDENCIES_3) \
219	$(am__DEPENDENCIES_1)
220test_rc_cmdlength_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
221	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
222	$(test_rc_cmdlength_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
223	-o $@
224AM_V_P = $(am__v_P_@AM_V@)
225am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
226am__v_P_0 = false
227am__v_P_1 = :
228AM_V_GEN = $(am__v_GEN_@AM_V@)
229am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
230am__v_GEN_0 = @echo "  GEN     " $@;
231am__v_GEN_1 =
232AM_V_at = $(am__v_at_@AM_V@)
233am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
234am__v_at_0 = @
235am__v_at_1 =
236DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
237depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
238am__depfiles_maybe = depfiles
239am__mv = mv -f
240COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
241	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
242LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
243	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
244	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
245	$(AM_CFLAGS) $(CFLAGS)
246AM_V_CC = $(am__v_CC_@AM_V@)
247am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
248am__v_CC_0 = @echo "  CC      " $@;
249am__v_CC_1 =
250CCLD = $(CC)
251LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
252	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
253	$(AM_LDFLAGS) $(LDFLAGS) -o $@
254AM_V_CCLD = $(am__v_CCLD_@AM_V@)
255am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
256am__v_CCLD_0 = @echo "  CCLD    " $@;
257am__v_CCLD_1 =
258SOURCES = $(test_leapsec_SOURCES) $(test_ntp_prio_q_SOURCES) \
259	$(test_ntp_restrict_SOURCES) $(test_ntp_scanner_SOURCES) \
260	$(test_ntp_signd_SOURCES) $(test_rc_cmdlength_SOURCES)
261DIST_SOURCES = $(test_leapsec_SOURCES) $(test_ntp_prio_q_SOURCES) \
262	$(test_ntp_restrict_SOURCES) $(test_ntp_scanner_SOURCES) \
263	$(test_ntp_signd_SOURCES) $(test_rc_cmdlength_SOURCES)
264am__can_run_installinfo = \
265  case $$AM_UPDATE_INFO_DIR in \
266    n|no|NO) false;; \
267    *) (install-info --version) >/dev/null 2>&1;; \
268  esac
269am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
270# Read a list of newline-separated strings from the standard input,
271# and print each of them once, without duplicates.  Input order is
272# *not* preserved.
273am__uniquify_input = $(AWK) '\
274  BEGIN { nonempty = 0; } \
275  { items[$$0] = 1; nonempty = 1; } \
276  END { if (nonempty) { for (i in items) print i; }; } \
277'
278# Make sure the list of sources is unique.  This is necessary because,
279# e.g., the same source file might be shared among _SOURCES variables
280# for different programs/libraries.
281am__define_uniq_tagged_files = \
282  list='$(am__tagged_files)'; \
283  unique=`for i in $$list; do \
284    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285  done | $(am__uniquify_input)`
286ETAGS = etags
287CTAGS = ctags
288am__tty_colors_dummy = \
289  mgn= red= grn= lgn= blu= brg= std=; \
290  am__color_tests=no
291am__tty_colors = { \
292  $(am__tty_colors_dummy); \
293  if test "X$(AM_COLOR_TESTS)" = Xno; then \
294    am__color_tests=no; \
295  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
296    am__color_tests=yes; \
297  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
298    am__color_tests=yes; \
299  fi; \
300  if test $$am__color_tests = yes; then \
301    red=''; \
302    grn=''; \
303    lgn=''; \
304    blu=''; \
305    mgn=''; \
306    brg=''; \
307    std=''; \
308  fi; \
309}
310am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
311am__vpath_adj = case $$p in \
312    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
313    *) f=$$p;; \
314  esac;
315am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
316am__install_max = 40
317am__nobase_strip_setup = \
318  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
319am__nobase_strip = \
320  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
321am__nobase_list = $(am__nobase_strip_setup); \
322  for p in $$list; do echo "$$p $$p"; done | \
323  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
324  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
325    if (++n[$$2] == $(am__install_max)) \
326      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
327    END { for (dir in files) print dir, files[dir] }'
328am__base_list = \
329  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
330  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
331am__uninstall_files_from_dir = { \
332  test -z "$$files" \
333    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
334    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
335         $(am__cd) "$$dir" && rm -f $$files; }; \
336  }
337am__recheck_rx = ^[ 	]*:recheck:[ 	]*
338am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
339am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
340# A command that, given a newline-separated list of test names on the
341# standard input, print the name of the tests that are to be re-run
342# upon "make recheck".
343am__list_recheck_tests = $(AWK) '{ \
344  recheck = 1; \
345  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
346    { \
347      if (rc < 0) \
348        { \
349          if ((getline line2 < ($$0 ".log")) < 0) \
350	    recheck = 0; \
351          break; \
352        } \
353      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
354        { \
355          recheck = 0; \
356          break; \
357        } \
358      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
359        { \
360          break; \
361        } \
362    }; \
363  if (recheck) \
364    print $$0; \
365  close ($$0 ".trs"); \
366  close ($$0 ".log"); \
367}'
368# A command that, given a newline-separated list of test names on the
369# standard input, create the global log from their .trs and .log files.
370am__create_global_log = $(AWK) ' \
371function fatal(msg) \
372{ \
373  print "fatal: making $@: " msg | "cat >&2"; \
374  exit 1; \
375} \
376function rst_section(header) \
377{ \
378  print header; \
379  len = length(header); \
380  for (i = 1; i <= len; i = i + 1) \
381    printf "="; \
382  printf "\n\n"; \
383} \
384{ \
385  copy_in_global_log = 1; \
386  global_test_result = "RUN"; \
387  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
388    { \
389      if (rc < 0) \
390         fatal("failed to read from " $$0 ".trs"); \
391      if (line ~ /$(am__global_test_result_rx)/) \
392        { \
393          sub("$(am__global_test_result_rx)", "", line); \
394          sub("[ 	]*$$", "", line); \
395          global_test_result = line; \
396        } \
397      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
398        copy_in_global_log = 0; \
399    }; \
400  if (copy_in_global_log) \
401    { \
402      rst_section(global_test_result ": " $$0); \
403      while ((rc = (getline line < ($$0 ".log"))) != 0) \
404      { \
405        if (rc < 0) \
406          fatal("failed to read from " $$0 ".log"); \
407        print line; \
408      }; \
409      printf "\n"; \
410    }; \
411  close ($$0 ".trs"); \
412  close ($$0 ".log"); \
413}'
414# Restructured Text title.
415am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
416# Solaris 10 'make', and several other traditional 'make' implementations,
417# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
418# by disabling -e (using the XSI extension "set +e") if it's set.
419am__sh_e_setup = case $$- in *e*) set +e;; esac
420# Default flags passed to test drivers.
421am__common_driver_flags = \
422  --color-tests "$$am__color_tests" \
423  --enable-hard-errors "$$am__enable_hard_errors" \
424  --expect-failure "$$am__expect_failure"
425# To be inserted before the command running the test.  Creates the
426# directory for the log if needed.  Stores in $dir the directory
427# containing $f, in $tst the test, in $log the log.  Executes the
428# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
429# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
430# will run the test scripts (or their associated LOG_COMPILER, if
431# thy have one).
432am__check_pre = \
433$(am__sh_e_setup);					\
434$(am__vpath_adj_setup) $(am__vpath_adj)			\
435$(am__tty_colors);					\
436srcdir=$(srcdir); export srcdir;			\
437case "$@" in						\
438  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
439    *) am__odir=.;; 					\
440esac;							\
441test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
442  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
443if test -f "./$$f"; then dir=./;			\
444elif test -f "$$f"; then dir=;				\
445else dir="$(srcdir)/"; fi;				\
446tst=$$dir$$f; log='$@'; 				\
447if test -n '$(DISABLE_HARD_ERRORS)'; then		\
448  am__enable_hard_errors=no; 				\
449else							\
450  am__enable_hard_errors=yes; 				\
451fi; 							\
452case " $(XFAIL_TESTS) " in				\
453  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
454    am__expect_failure=yes;;				\
455  *)							\
456    am__expect_failure=no;;				\
457esac; 							\
458$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
459# A shell command to get the names of the tests scripts with any registered
460# extension removed (i.e., equivalently, the names of the test logs, with
461# the '.log' extension removed).  The result is saved in the shell variable
462# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
463# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
464# since that might cause problem with VPATH rewrites for suffix-less tests.
465# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
466am__set_TESTS_bases = \
467  bases='$(TEST_LOGS)'; \
468  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
469  bases=`echo $$bases`
470RECHECK_LOGS = $(TEST_LOGS)
471AM_RECURSIVE_TARGETS = check recheck
472TEST_SUITE_LOG = test-suite.log
473TEST_EXTENSIONS = @EXEEXT@ .test
474LOG_DRIVER = $(SHELL) \
475	$(top_srcdir)/sntp/libevent/build-aux/test-driver
476LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
477am__set_b = \
478  case '$@' in \
479    */*) \
480      case '$*' in \
481        */*) b='$*';; \
482          *) b=`echo '$@' | sed 's/\.log$$//'`; \
483       esac;; \
484    *) \
485      b='$*';; \
486  esac
487am__test_logs1 = $(TESTS:=.log)
488am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
489TEST_LOGS = $(am__test_logs2:.test.log=.log)
490TEST_LOG_DRIVER = $(SHELL) \
491	$(top_srcdir)/sntp/libevent/build-aux/test-driver
492TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
493	$(TEST_LOG_FLAGS)
494am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depsver.mf \
495	$(top_srcdir)/includes.mf \
496	$(top_srcdir)/sntp/libevent/build-aux/depcomp \
497	$(top_srcdir)/sntp/libevent/build-aux/test-driver
498DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
499ACLOCAL = @ACLOCAL@
500ALLOCA = @ALLOCA@
501AMTAR = @AMTAR@
502AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
503AR = @AR@
504AUTOCONF = @AUTOCONF@
505AUTOHEADER = @AUTOHEADER@
506AUTOMAKE = @AUTOMAKE@
507AWK = @AWK@
508BUILD_THREAD = @BUILD_THREAD@
509CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
510CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
511CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
512CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
513CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
514CC = @CC@
515CCDEPMODE = @CCDEPMODE@
516CFLAGS = @CFLAGS@
517CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
518CFLAGS_NTP = @CFLAGS_NTP@
519CHUTEST = @CHUTEST@
520CONFIG_SHELL = @CONFIG_SHELL@
521CPP = @CPP@
522CPPFLAGS = @CPPFLAGS@
523CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
524CPPFLAGS_NTP = @CPPFLAGS_NTP@
525CXX = @CXX@
526CXXCPP = @CXXCPP@
527CXXDEPMODE = @CXXDEPMODE@
528CXXFLAGS = @CXXFLAGS@
529CYGPATH_W = @CYGPATH_W@
530DCFD = @DCFD@
531DEFS = @DEFS@
532DEPDIR = @DEPDIR@
533DLLTOOL = @DLLTOOL@
534DSYMUTIL = @DSYMUTIL@
535DUMPBIN = @DUMPBIN@
536ECHO_C = @ECHO_C@
537ECHO_N = @ECHO_N@
538ECHO_T = @ECHO_T@
539EDITLINE_LIBS = @EDITLINE_LIBS@
540EGREP = @EGREP@
541EXEEXT = @EXEEXT@
542FGREP = @FGREP@
543GREP = @GREP@
544GTEST_CONFIG = @GTEST_CONFIG@
545GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
546GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
547GTEST_LDFLAGS = @GTEST_LDFLAGS@
548GTEST_LIBS = @GTEST_LIBS@
549HAVE_INLINE = @HAVE_INLINE@
550HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
551HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
552HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
553INSTALL = @INSTALL@
554INSTALL_DATA = @INSTALL_DATA@
555INSTALL_PROGRAM = @INSTALL_PROGRAM@
556INSTALL_SCRIPT = @INSTALL_SCRIPT@
557INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
558LD = @LD@
559LDADD_LIBEVENT = @LDADD_LIBEVENT@
560LDADD_LIBNTP = @LDADD_LIBNTP@
561LDADD_LIBUTIL = @LDADD_LIBUTIL@
562LDADD_NLIST = @LDADD_NLIST@
563LDADD_NTP = @LDADD_NTP@
564LDFLAGS = @LDFLAGS@
565LDFLAGS_NTP = @LDFLAGS_NTP@
566LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
567LIBM = @LIBM@
568LIBOBJS = @LIBOBJS@
569LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
570LIBOPTS_DIR = @LIBOPTS_DIR@
571LIBOPTS_LDADD = @LIBOPTS_LDADD@
572LIBPARSE = @LIBPARSE@
573LIBS = @LIBS@
574LIBTOOL = @LIBTOOL@
575LIBTOOL_DEPS = @LIBTOOL_DEPS@
576LIPO = @LIPO@
577LN_S = @LN_S@
578LSCF = @LSCF@
579LTHREAD_LIBS = @LTHREAD_LIBS@
580LTLIBOBJS = @LTLIBOBJS@
581LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
582MAKEINFO = @MAKEINFO@
583MAKE_ADJTIMED = @MAKE_ADJTIMED@
584MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
585MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
586MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
587MAKE_LIBPARSE = @MAKE_LIBPARSE@
588MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
589MAKE_NTPDSIM = @MAKE_NTPDSIM@
590MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
591MAKE_NTPTIME = @MAKE_NTPTIME@
592MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
593MAKE_TICKADJ = @MAKE_TICKADJ@
594MAKE_TIMETRIM = @MAKE_TIMETRIM@
595MANIFEST_TOOL = @MANIFEST_TOOL@
596MANTAGFMT = @MANTAGFMT@
597MKDIR_P = @MKDIR_P@
598NM = @NM@
599NMEDIT = @NMEDIT@
600NTPDATE_DB = @NTPDATE_DB@
601NTPDATE_DL = @NTPDATE_DL@
602NTPDATE_DS = @NTPDATE_DS@
603NTPDATE_MS = @NTPDATE_MS@
604NTPDATE_NI = @NTPDATE_NI@
605NTPDC_DB = @NTPDC_DB@
606NTPDC_DL = @NTPDC_DL@
607NTPDC_DS = @NTPDC_DS@
608NTPDC_MS = @NTPDC_MS@
609NTPDC_NI = @NTPDC_NI@
610NTPDSIM_DB = @NTPDSIM_DB@
611NTPDSIM_DL = @NTPDSIM_DL@
612NTPDSIM_DS = @NTPDSIM_DS@
613NTPDSIM_MS = @NTPDSIM_MS@
614NTPDSIM_NI = @NTPDSIM_NI@
615NTPD_DB = @NTPD_DB@
616NTPD_DL = @NTPD_DL@
617NTPD_DS = @NTPD_DS@
618NTPD_MS = @NTPD_MS@
619NTPD_NI = @NTPD_NI@
620NTPQ_DB = @NTPQ_DB@
621NTPQ_DL = @NTPQ_DL@
622NTPQ_DS = @NTPQ_DS@
623NTPQ_MS = @NTPQ_MS@
624NTPQ_NI = @NTPQ_NI@
625NTPSNMPD_DB = @NTPSNMPD_DB@
626NTPSNMPD_DL = @NTPSNMPD_DL@
627NTPSNMPD_DS = @NTPSNMPD_DS@
628NTPSNMPD_MS = @NTPSNMPD_MS@
629NTPSNMPD_NI = @NTPSNMPD_NI@
630NTPSWEEP_DB = @NTPSWEEP_DB@
631NTPSWEEP_DL = @NTPSWEEP_DL@
632NTPSWEEP_DS = @NTPSWEEP_DS@
633NTPSWEEP_MS = @NTPSWEEP_MS@
634NTPSWEEP_NI = @NTPSWEEP_NI@
635NTPTIME_DB = @NTPTIME_DB@
636NTPTIME_DL = @NTPTIME_DL@
637NTPTIME_DS = @NTPTIME_DS@
638NTPTIME_MS = @NTPTIME_MS@
639NTPTIME_NI = @NTPTIME_NI@
640NTPTRACE_DB = @NTPTRACE_DB@
641NTPTRACE_DL = @NTPTRACE_DL@
642NTPTRACE_DS = @NTPTRACE_DS@
643NTPTRACE_MS = @NTPTRACE_MS@
644NTPTRACE_NI = @NTPTRACE_NI@
645NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
646NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
647NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
648NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
649NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
650NTP_KEYSDIR = @NTP_KEYSDIR@
651NTP_WAIT_DB = @NTP_WAIT_DB@
652NTP_WAIT_DL = @NTP_WAIT_DL@
653NTP_WAIT_DS = @NTP_WAIT_DS@
654NTP_WAIT_MS = @NTP_WAIT_MS@
655NTP_WAIT_NI = @NTP_WAIT_NI@
656OBJDUMP = @OBJDUMP@
657OBJEXT = @OBJEXT@
658OTOOL = @OTOOL@
659OTOOL64 = @OTOOL64@
660PACKAGE = @PACKAGE@
661PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
662PACKAGE_NAME = @PACKAGE_NAME@
663PACKAGE_STRING = @PACKAGE_STRING@
664PACKAGE_TARNAME = @PACKAGE_TARNAME@
665PACKAGE_URL = @PACKAGE_URL@
666PACKAGE_VERSION = @PACKAGE_VERSION@
667PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
668PATH_PERL = @PATH_PERL@
669PATH_RUBY = @PATH_RUBY@
670PATH_SEPARATOR = @PATH_SEPARATOR@
671PATH_TEST = @PATH_TEST@
672PERLLIBDIR = @PERLLIBDIR@
673PKG_CONFIG = @PKG_CONFIG@
674POSIX_SHELL = @POSIX_SHELL@
675PROPDELAY = @PROPDELAY@
676PTHREAD_LIBS = @PTHREAD_LIBS@
677RANLIB = @RANLIB@
678SED = @SED@
679SET_MAKE = @SET_MAKE@
680SHELL = @SHELL@
681SNMP_CFLAGS = @SNMP_CFLAGS@
682SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
683SNMP_LIBS = @SNMP_LIBS@
684SNTP = @SNTP@
685SNTP_DB = @SNTP_DB@
686SNTP_DL = @SNTP_DL@
687SNTP_DS = @SNTP_DS@
688SNTP_MS = @SNTP_MS@
689SNTP_NI = @SNTP_NI@
690STDNORETURN_H = @STDNORETURN_H@
691STRIP = @STRIP@
692TESTDCF = @TESTDCF@
693TICKADJ_DB = @TICKADJ_DB@
694TICKADJ_DL = @TICKADJ_DL@
695TICKADJ_DS = @TICKADJ_DS@
696TICKADJ_MS = @TICKADJ_MS@
697TICKADJ_NI = @TICKADJ_NI@
698TIMETRIM_DB = @TIMETRIM_DB@
699TIMETRIM_DL = @TIMETRIM_DL@
700TIMETRIM_DS = @TIMETRIM_DS@
701TIMETRIM_MS = @TIMETRIM_MS@
702TIMETRIM_NI = @TIMETRIM_NI@
703UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
704UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
705UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
706UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
707UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
708VERSION = @VERSION@
709VER_SUFFIX = @VER_SUFFIX@
710YACC = @YACC@
711YFLAGS = @YFLAGS@
712abs_builddir = @abs_builddir@
713abs_srcdir = @abs_srcdir@
714abs_top_builddir = @abs_top_builddir@
715abs_top_srcdir = @abs_top_srcdir@
716ac_ct_AR = @ac_ct_AR@
717ac_ct_CC = @ac_ct_CC@
718ac_ct_CXX = @ac_ct_CXX@
719ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
720am__include = @am__include@
721am__leading_dot = @am__leading_dot@
722am__quote = @am__quote@
723am__tar = @am__tar@
724am__untar = @am__untar@
725bindir = @bindir@
726build = @build@
727build_alias = @build_alias@
728build_cpu = @build_cpu@
729build_os = @build_os@
730build_vendor = @build_vendor@
731builddir = @builddir@
732datadir = @datadir@
733datarootdir = @datarootdir@
734docdir = @docdir@
735dvidir = @dvidir@
736exec_prefix = @exec_prefix@
737host = @host@
738host_alias = @host_alias@
739host_cpu = @host_cpu@
740host_os = @host_os@
741host_vendor = @host_vendor@
742htmldir = @htmldir@
743includedir = @includedir@
744infodir = @infodir@
745install_sh = @install_sh@
746libdir = @libdir@
747libexecdir = @libexecdir@
748localedir = @localedir@
749localstatedir = @localstatedir@
750mandir = @mandir@
751mkdir_p = @mkdir_p@
752oldincludedir = @oldincludedir@
753pdfdir = @pdfdir@
754prefix = @prefix@
755program_transform_name = @program_transform_name@
756psdir = @psdir@
757sbindir = @sbindir@
758sharedstatedir = @sharedstatedir@
759srcdir = @srcdir@
760subdirs = @subdirs@
761sysconfdir = @sysconfdir@
762target_alias = @target_alias@
763top_build_prefix = @top_build_prefix@
764top_builddir = @top_builddir@
765top_srcdir = @top_srcdir@
766NULL =
767BUILT_SOURCES = $(srcdir)/run-leapsec.c $(srcdir)/run-ntp_prio_q.c \
768	$(srcdir)/run-ntp_restrict.c $(srcdir)/run-rc_cmdlength.c \
769	$(srcdir)/run-t-ntp_signd.c $(NULL) check-libntpd check-libntp \
770	check-libunity .deps-ver
771CLEANFILES = check-libntpd check-libntp check-libunity .deps-ver
772std_unity_list = \
773	$(top_srcdir)/sntp/unity/auto/generate_test_runner.rb	\
774	$(NULL)
775
776run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb
777LDADD = \
778	$(top_builddir)/ntpd/libntpd.a	\
779	$(top_builddir)/libntp/libntp.a	\
780	$(LDADD_LIBNTP)			\
781	$(PTHREAD_LIBS)			\
782	$(LDADD_NTP)			\
783	$(NULL)
784
785unity_tests_LDADD = \
786	$(LDADD)				\
787	$(top_builddir)/sntp/unity/libunity.a	\
788	$(LIBM)					\
789	$(NULL)
790
791AM_CFLAGS = $(CFLAGS_NTP)
792AM_CPPFLAGS = $(NTP_INCS) -I$(top_srcdir)/sntp -I$(top_srcdir)/ntpd \
793	-I$(top_srcdir)/tests/libntp $(CPPFLAGS_NTP) \
794	-DUNITY_INCLUDE_CONFIG_H -I$(top_srcdir)/sntp/unity
795AM_LDFLAGS = $(LDFLAGS_NTP)
796
797###
798test_leapsec_CFLAGS = \
799	-I$(top_srcdir)/sntp/unity	\
800	$(NULL)
801
802
803# Might need pthread support
804test_leapsec_LDADD = \
805	$(unity_tests_LDADD)		\
806	$(NULL)
807
808test_leapsec_SOURCES = \
809	leapsec.c			\
810	run-leapsec.c			\
811	$(srcdir)/../libntp/test-libntp.c		\
812	$(NULL)
813
814
815###
816test_ntp_prio_q_CFLAGS = \
817	-I$(top_srcdir)/sntp/unity	\
818	$(NULL)
819
820test_ntp_prio_q_LDADD = \
821	$(unity_tests_LDADD)		\
822	../../ntpd/ntpdsim-ntp_prio_q.o	\
823	$(NULL)
824
825test_ntp_prio_q_SOURCES = \
826	ntp_prio_q.c				\
827	run-ntp_prio_q.c			\
828	$(srcdir)/../libntp/test-libntp.c	\
829	$(NULL)
830
831
832###
833test_ntp_restrict_CFLAGS = \
834	-I$(top_srcdir)/sntp/unity	\
835	$(NULL)
836
837test_ntp_restrict_LDADD = \
838	$(unity_tests_LDADD)		\
839	$(NULL)
840
841test_ntp_restrict_SOURCES = \
842	ntp_restrict.c			\
843	run-ntp_restrict.c		\
844	$(srcdir)/../libntp/test-libntp.c	\
845	$(NULL)
846
847
848###
849test_rc_cmdlength_CFLAGS = \
850	-I$(top_srcdir)/sntp/unity	\
851	$(NULL)
852
853test_rc_cmdlength_LDADD = \
854	$(unity_tests_LDADD)		\
855	$(NULL)
856
857test_rc_cmdlength_SOURCES = \
858	rc_cmdlength.c			\
859	run-rc_cmdlength.c		\
860	$(srcdir)/../libntp/test-libntp.c	\
861	$(NULL)
862
863
864###
865test_ntp_signd_LDADD = \
866	$(unity_tests_LDADD)		\
867	$(top_builddir)/ntpd/ntp_config.o	\
868	$(top_builddir)/ntpd/ntp_io.o	\
869	$(NULL)
870
871test_ntp_signd_SOURCES = \
872	t-ntp_signd.c				\
873	run-t-ntp_signd.c			\
874	$(srcdir)/../libntp/test-libntp.c	\
875	$(srcdir)/../../ntpd/ntp_signd.c	\
876	$(NULL)
877
878
879###
880test_ntp_scanner_CFLAGS = \
881	-I$(top_srcdir)/sntp/unity	\
882	$(NULL)
883
884test_ntp_scanner_LDADD = \
885	$(unity_tests_LDADD)		\
886	$(top_builddir)/ntpd/ntp_config.o	\
887	$(top_builddir)/ntpd/ntp_parser.o	\
888	$(NULL)
889
890test_ntp_scanner_SOURCES = \
891	t-ntp_scanner.c				\
892	run-t-ntp_scanner.c			\
893	$(srcdir)/../libntp/test-libntp.c	\
894	$(NULL)
895
896TESTS = $(am__append_4)
897NTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
898	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
899	-I$(top_srcdir)/lib/isc/unix/include
900all: $(BUILT_SOURCES)
901	$(MAKE) $(AM_MAKEFLAGS) all-am
902
903.SUFFIXES:
904.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
905$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
906	@for dep in $?; do \
907	  case '$(am__configure_deps)' in \
908	    *$$dep*) \
909	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
910	        && { if test -f $@; then exit 0; else break; fi; }; \
911	      exit 1;; \
912	  esac; \
913	done; \
914	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/ntpd/Makefile'; \
915	$(am__cd) $(top_srcdir) && \
916	  $(AUTOMAKE) --foreign tests/ntpd/Makefile
917Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
918	@case '$?' in \
919	  *config.status*) \
920	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
921	  *) \
922	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
923	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
924	esac;
925$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
926
927$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
928	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
929
930$(top_srcdir)/configure:  $(am__configure_deps)
931	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
932$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
933	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
934$(am__aclocal_m4_deps):
935
936clean-checkPROGRAMS:
937	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
938	echo " rm -f" $$list; \
939	rm -f $$list || exit $$?; \
940	test -n "$(EXEEXT)" || exit 0; \
941	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
942	echo " rm -f" $$list; \
943	rm -f $$list
944
945test-leapsec$(EXEEXT): $(test_leapsec_OBJECTS) $(test_leapsec_DEPENDENCIES) $(EXTRA_test_leapsec_DEPENDENCIES)
946	@rm -f test-leapsec$(EXEEXT)
947	$(AM_V_CCLD)$(test_leapsec_LINK) $(test_leapsec_OBJECTS) $(test_leapsec_LDADD) $(LIBS)
948
949test-ntp_prio_q$(EXEEXT): $(test_ntp_prio_q_OBJECTS) $(test_ntp_prio_q_DEPENDENCIES) $(EXTRA_test_ntp_prio_q_DEPENDENCIES)
950	@rm -f test-ntp_prio_q$(EXEEXT)
951	$(AM_V_CCLD)$(test_ntp_prio_q_LINK) $(test_ntp_prio_q_OBJECTS) $(test_ntp_prio_q_LDADD) $(LIBS)
952
953test-ntp_restrict$(EXEEXT): $(test_ntp_restrict_OBJECTS) $(test_ntp_restrict_DEPENDENCIES) $(EXTRA_test_ntp_restrict_DEPENDENCIES)
954	@rm -f test-ntp_restrict$(EXEEXT)
955	$(AM_V_CCLD)$(test_ntp_restrict_LINK) $(test_ntp_restrict_OBJECTS) $(test_ntp_restrict_LDADD) $(LIBS)
956
957test-ntp_scanner$(EXEEXT): $(test_ntp_scanner_OBJECTS) $(test_ntp_scanner_DEPENDENCIES) $(EXTRA_test_ntp_scanner_DEPENDENCIES)
958	@rm -f test-ntp_scanner$(EXEEXT)
959	$(AM_V_CCLD)$(test_ntp_scanner_LINK) $(test_ntp_scanner_OBJECTS) $(test_ntp_scanner_LDADD) $(LIBS)
960
961test-ntp_signd$(EXEEXT): $(test_ntp_signd_OBJECTS) $(test_ntp_signd_DEPENDENCIES) $(EXTRA_test_ntp_signd_DEPENDENCIES)
962	@rm -f test-ntp_signd$(EXEEXT)
963	$(AM_V_CCLD)$(LINK) $(test_ntp_signd_OBJECTS) $(test_ntp_signd_LDADD) $(LIBS)
964
965test-rc_cmdlength$(EXEEXT): $(test_rc_cmdlength_OBJECTS) $(test_rc_cmdlength_DEPENDENCIES) $(EXTRA_test_rc_cmdlength_DEPENDENCIES)
966	@rm -f test-rc_cmdlength$(EXEEXT)
967	$(AM_V_CCLD)$(test_rc_cmdlength_LINK) $(test_rc_cmdlength_OBJECTS) $(test_rc_cmdlength_LDADD) $(LIBS)
968
969mostlyclean-compile:
970	-rm -f *.$(OBJEXT)
971
972distclean-compile:
973	-rm -f *.tab.c
974
975@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_signd.Po@am__quote@
976@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-t-ntp_signd.Po@am__quote@
977@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-ntp_signd.Po@am__quote@
978@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-libntp.Po@am__quote@
979@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_leapsec-leapsec.Po@am__quote@
980@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_leapsec-run-leapsec.Po@am__quote@
981@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_leapsec-test-libntp.Po@am__quote@
982@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Po@am__quote@
983@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Po@am__quote@
984@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_prio_q-test-libntp.Po@am__quote@
985@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_restrict-ntp_restrict.Po@am__quote@
986@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Po@am__quote@
987@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_restrict-test-libntp.Po@am__quote@
988@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Po@am__quote@
989@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Po@am__quote@
990@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ntp_scanner-test-libntp.Po@am__quote@
991@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Po@am__quote@
992@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Po@am__quote@
993@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_rc_cmdlength-test-libntp.Po@am__quote@
994
995.c.o:
996@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
997@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
998@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
999@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1000@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1001
1002.c.obj:
1003@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1004@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1005@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1006@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1007@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1008
1009.c.lo:
1010@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1011@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1012@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1013@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1014@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1015
1016test_leapsec-leapsec.o: leapsec.c
1017@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-leapsec.o -MD -MP -MF $(DEPDIR)/test_leapsec-leapsec.Tpo -c -o test_leapsec-leapsec.o `test -f 'leapsec.c' || echo '$(srcdir)/'`leapsec.c
1018@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-leapsec.Tpo $(DEPDIR)/test_leapsec-leapsec.Po
1019@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='leapsec.c' object='test_leapsec-leapsec.o' libtool=no @AMDEPBACKSLASH@
1020@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1021@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-leapsec.o `test -f 'leapsec.c' || echo '$(srcdir)/'`leapsec.c
1022
1023test_leapsec-leapsec.obj: leapsec.c
1024@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-leapsec.obj -MD -MP -MF $(DEPDIR)/test_leapsec-leapsec.Tpo -c -o test_leapsec-leapsec.obj `if test -f 'leapsec.c'; then $(CYGPATH_W) 'leapsec.c'; else $(CYGPATH_W) '$(srcdir)/leapsec.c'; fi`
1025@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-leapsec.Tpo $(DEPDIR)/test_leapsec-leapsec.Po
1026@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='leapsec.c' object='test_leapsec-leapsec.obj' libtool=no @AMDEPBACKSLASH@
1027@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1028@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-leapsec.obj `if test -f 'leapsec.c'; then $(CYGPATH_W) 'leapsec.c'; else $(CYGPATH_W) '$(srcdir)/leapsec.c'; fi`
1029
1030test_leapsec-run-leapsec.o: run-leapsec.c
1031@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-run-leapsec.o -MD -MP -MF $(DEPDIR)/test_leapsec-run-leapsec.Tpo -c -o test_leapsec-run-leapsec.o `test -f 'run-leapsec.c' || echo '$(srcdir)/'`run-leapsec.c
1032@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-run-leapsec.Tpo $(DEPDIR)/test_leapsec-run-leapsec.Po
1033@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-leapsec.c' object='test_leapsec-run-leapsec.o' libtool=no @AMDEPBACKSLASH@
1034@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1035@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-run-leapsec.o `test -f 'run-leapsec.c' || echo '$(srcdir)/'`run-leapsec.c
1036
1037test_leapsec-run-leapsec.obj: run-leapsec.c
1038@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-run-leapsec.obj -MD -MP -MF $(DEPDIR)/test_leapsec-run-leapsec.Tpo -c -o test_leapsec-run-leapsec.obj `if test -f 'run-leapsec.c'; then $(CYGPATH_W) 'run-leapsec.c'; else $(CYGPATH_W) '$(srcdir)/run-leapsec.c'; fi`
1039@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-run-leapsec.Tpo $(DEPDIR)/test_leapsec-run-leapsec.Po
1040@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-leapsec.c' object='test_leapsec-run-leapsec.obj' libtool=no @AMDEPBACKSLASH@
1041@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1042@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-run-leapsec.obj `if test -f 'run-leapsec.c'; then $(CYGPATH_W) 'run-leapsec.c'; else $(CYGPATH_W) '$(srcdir)/run-leapsec.c'; fi`
1043
1044test_leapsec-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
1045@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-test-libntp.o -MD -MP -MF $(DEPDIR)/test_leapsec-test-libntp.Tpo -c -o test_leapsec-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1046@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-test-libntp.Tpo $(DEPDIR)/test_leapsec-test-libntp.Po
1047@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_leapsec-test-libntp.o' libtool=no @AMDEPBACKSLASH@
1048@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1049@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1050
1051test_leapsec-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
1052@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -MT test_leapsec-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_leapsec-test-libntp.Tpo -c -o test_leapsec-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1053@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_leapsec-test-libntp.Tpo $(DEPDIR)/test_leapsec-test-libntp.Po
1054@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_leapsec-test-libntp.obj' libtool=no @AMDEPBACKSLASH@
1055@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1056@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_leapsec_CFLAGS) $(CFLAGS) -c -o test_leapsec-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1057
1058test_ntp_prio_q-ntp_prio_q.o: ntp_prio_q.c
1059@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo -c -o test_ntp_prio_q-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
1060@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Po
1061@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_prio_q.c' object='test_ntp_prio_q-ntp_prio_q.o' libtool=no @AMDEPBACKSLASH@
1062@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1063@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
1064
1065test_ntp_prio_q-ntp_prio_q.obj: ntp_prio_q.c
1066@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo -c -o test_ntp_prio_q-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
1067@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-ntp_prio_q.Po
1068@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_prio_q.c' object='test_ntp_prio_q-ntp_prio_q.obj' libtool=no @AMDEPBACKSLASH@
1069@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1070@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
1071
1072test_ntp_prio_q-run-ntp_prio_q.o: run-ntp_prio_q.c
1073@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-run-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo -c -o test_ntp_prio_q-run-ntp_prio_q.o `test -f 'run-ntp_prio_q.c' || echo '$(srcdir)/'`run-ntp_prio_q.c
1074@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Po
1075@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-ntp_prio_q.c' object='test_ntp_prio_q-run-ntp_prio_q.o' libtool=no @AMDEPBACKSLASH@
1076@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1077@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-run-ntp_prio_q.o `test -f 'run-ntp_prio_q.c' || echo '$(srcdir)/'`run-ntp_prio_q.c
1078
1079test_ntp_prio_q-run-ntp_prio_q.obj: run-ntp_prio_q.c
1080@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-run-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo -c -o test_ntp_prio_q-run-ntp_prio_q.obj `if test -f 'run-ntp_prio_q.c'; then $(CYGPATH_W) 'run-ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_prio_q.c'; fi`
1081@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Tpo $(DEPDIR)/test_ntp_prio_q-run-ntp_prio_q.Po
1082@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-ntp_prio_q.c' object='test_ntp_prio_q-run-ntp_prio_q.obj' libtool=no @AMDEPBACKSLASH@
1083@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1084@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-run-ntp_prio_q.obj `if test -f 'run-ntp_prio_q.c'; then $(CYGPATH_W) 'run-ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_prio_q.c'; fi`
1085
1086test_ntp_prio_q-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
1087@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-test-libntp.o -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo -c -o test_ntp_prio_q-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1088@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo $(DEPDIR)/test_ntp_prio_q-test-libntp.Po
1089@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_ntp_prio_q-test-libntp.o' libtool=no @AMDEPBACKSLASH@
1090@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1091@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1092
1093test_ntp_prio_q-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
1094@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -MT test_ntp_prio_q-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo -c -o test_ntp_prio_q-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1095@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_prio_q-test-libntp.Tpo $(DEPDIR)/test_ntp_prio_q-test-libntp.Po
1096@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_ntp_prio_q-test-libntp.obj' libtool=no @AMDEPBACKSLASH@
1097@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1098@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_prio_q_CFLAGS) $(CFLAGS) -c -o test_ntp_prio_q-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1099
1100test_ntp_restrict-ntp_restrict.o: ntp_restrict.c
1101@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-ntp_restrict.o -MD -MP -MF $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo -c -o test_ntp_restrict-ntp_restrict.o `test -f 'ntp_restrict.c' || echo '$(srcdir)/'`ntp_restrict.c
1102@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-ntp_restrict.Po
1103@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_restrict.c' object='test_ntp_restrict-ntp_restrict.o' libtool=no @AMDEPBACKSLASH@
1104@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1105@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-ntp_restrict.o `test -f 'ntp_restrict.c' || echo '$(srcdir)/'`ntp_restrict.c
1106
1107test_ntp_restrict-ntp_restrict.obj: ntp_restrict.c
1108@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-ntp_restrict.obj -MD -MP -MF $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo -c -o test_ntp_restrict-ntp_restrict.obj `if test -f 'ntp_restrict.c'; then $(CYGPATH_W) 'ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/ntp_restrict.c'; fi`
1109@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-ntp_restrict.Po
1110@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_restrict.c' object='test_ntp_restrict-ntp_restrict.obj' libtool=no @AMDEPBACKSLASH@
1111@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1112@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-ntp_restrict.obj `if test -f 'ntp_restrict.c'; then $(CYGPATH_W) 'ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/ntp_restrict.c'; fi`
1113
1114test_ntp_restrict-run-ntp_restrict.o: run-ntp_restrict.c
1115@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-run-ntp_restrict.o -MD -MP -MF $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo -c -o test_ntp_restrict-run-ntp_restrict.o `test -f 'run-ntp_restrict.c' || echo '$(srcdir)/'`run-ntp_restrict.c
1116@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Po
1117@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-ntp_restrict.c' object='test_ntp_restrict-run-ntp_restrict.o' libtool=no @AMDEPBACKSLASH@
1118@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1119@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-run-ntp_restrict.o `test -f 'run-ntp_restrict.c' || echo '$(srcdir)/'`run-ntp_restrict.c
1120
1121test_ntp_restrict-run-ntp_restrict.obj: run-ntp_restrict.c
1122@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-run-ntp_restrict.obj -MD -MP -MF $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo -c -o test_ntp_restrict-run-ntp_restrict.obj `if test -f 'run-ntp_restrict.c'; then $(CYGPATH_W) 'run-ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_restrict.c'; fi`
1123@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Tpo $(DEPDIR)/test_ntp_restrict-run-ntp_restrict.Po
1124@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-ntp_restrict.c' object='test_ntp_restrict-run-ntp_restrict.obj' libtool=no @AMDEPBACKSLASH@
1125@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1126@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-run-ntp_restrict.obj `if test -f 'run-ntp_restrict.c'; then $(CYGPATH_W) 'run-ntp_restrict.c'; else $(CYGPATH_W) '$(srcdir)/run-ntp_restrict.c'; fi`
1127
1128test_ntp_restrict-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
1129@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-test-libntp.o -MD -MP -MF $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo -c -o test_ntp_restrict-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1130@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo $(DEPDIR)/test_ntp_restrict-test-libntp.Po
1131@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_ntp_restrict-test-libntp.o' libtool=no @AMDEPBACKSLASH@
1132@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1133@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1134
1135test_ntp_restrict-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
1136@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -MT test_ntp_restrict-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo -c -o test_ntp_restrict-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1137@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_restrict-test-libntp.Tpo $(DEPDIR)/test_ntp_restrict-test-libntp.Po
1138@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_ntp_restrict-test-libntp.obj' libtool=no @AMDEPBACKSLASH@
1139@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1140@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_restrict_CFLAGS) $(CFLAGS) -c -o test_ntp_restrict-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1141
1142test_ntp_scanner-t-ntp_scanner.o: t-ntp_scanner.c
1143@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-t-ntp_scanner.o -MD -MP -MF $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo -c -o test_ntp_scanner-t-ntp_scanner.o `test -f 't-ntp_scanner.c' || echo '$(srcdir)/'`t-ntp_scanner.c
1144@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Po
1145@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='t-ntp_scanner.c' object='test_ntp_scanner-t-ntp_scanner.o' libtool=no @AMDEPBACKSLASH@
1146@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1147@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-t-ntp_scanner.o `test -f 't-ntp_scanner.c' || echo '$(srcdir)/'`t-ntp_scanner.c
1148
1149test_ntp_scanner-t-ntp_scanner.obj: t-ntp_scanner.c
1150@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-t-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo -c -o test_ntp_scanner-t-ntp_scanner.obj `if test -f 't-ntp_scanner.c'; then $(CYGPATH_W) 't-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/t-ntp_scanner.c'; fi`
1151@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-t-ntp_scanner.Po
1152@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='t-ntp_scanner.c' object='test_ntp_scanner-t-ntp_scanner.obj' libtool=no @AMDEPBACKSLASH@
1153@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1154@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-t-ntp_scanner.obj `if test -f 't-ntp_scanner.c'; then $(CYGPATH_W) 't-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/t-ntp_scanner.c'; fi`
1155
1156test_ntp_scanner-run-t-ntp_scanner.o: run-t-ntp_scanner.c
1157@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-run-t-ntp_scanner.o -MD -MP -MF $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo -c -o test_ntp_scanner-run-t-ntp_scanner.o `test -f 'run-t-ntp_scanner.c' || echo '$(srcdir)/'`run-t-ntp_scanner.c
1158@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Po
1159@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-t-ntp_scanner.c' object='test_ntp_scanner-run-t-ntp_scanner.o' libtool=no @AMDEPBACKSLASH@
1160@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1161@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-run-t-ntp_scanner.o `test -f 'run-t-ntp_scanner.c' || echo '$(srcdir)/'`run-t-ntp_scanner.c
1162
1163test_ntp_scanner-run-t-ntp_scanner.obj: run-t-ntp_scanner.c
1164@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-run-t-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo -c -o test_ntp_scanner-run-t-ntp_scanner.obj `if test -f 'run-t-ntp_scanner.c'; then $(CYGPATH_W) 'run-t-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/run-t-ntp_scanner.c'; fi`
1165@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Tpo $(DEPDIR)/test_ntp_scanner-run-t-ntp_scanner.Po
1166@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-t-ntp_scanner.c' object='test_ntp_scanner-run-t-ntp_scanner.obj' libtool=no @AMDEPBACKSLASH@
1167@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1168@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-run-t-ntp_scanner.obj `if test -f 'run-t-ntp_scanner.c'; then $(CYGPATH_W) 'run-t-ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/run-t-ntp_scanner.c'; fi`
1169
1170test_ntp_scanner-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
1171@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-test-libntp.o -MD -MP -MF $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo -c -o test_ntp_scanner-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1172@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo $(DEPDIR)/test_ntp_scanner-test-libntp.Po
1173@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_ntp_scanner-test-libntp.o' libtool=no @AMDEPBACKSLASH@
1174@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1175@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1176
1177test_ntp_scanner-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
1178@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -MT test_ntp_scanner-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo -c -o test_ntp_scanner-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1179@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_ntp_scanner-test-libntp.Tpo $(DEPDIR)/test_ntp_scanner-test-libntp.Po
1180@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_ntp_scanner-test-libntp.obj' libtool=no @AMDEPBACKSLASH@
1181@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1182@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ntp_scanner_CFLAGS) $(CFLAGS) -c -o test_ntp_scanner-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1183
1184test-libntp.o: $(srcdir)/../libntp/test-libntp.c
1185@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-libntp.o -MD -MP -MF $(DEPDIR)/test-libntp.Tpo -c -o test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1186@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-libntp.Tpo $(DEPDIR)/test-libntp.Po
1187@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test-libntp.o' libtool=no @AMDEPBACKSLASH@
1188@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1189@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1190
1191test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
1192@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-libntp.obj -MD -MP -MF $(DEPDIR)/test-libntp.Tpo -c -o test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1193@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test-libntp.Tpo $(DEPDIR)/test-libntp.Po
1194@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test-libntp.obj' libtool=no @AMDEPBACKSLASH@
1195@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1196@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1197
1198ntp_signd.o: $(srcdir)/../../ntpd/ntp_signd.c
1199@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntp_signd.o -MD -MP -MF $(DEPDIR)/ntp_signd.Tpo -c -o ntp_signd.o `test -f '$(srcdir)/../../ntpd/ntp_signd.c' || echo '$(srcdir)/'`$(srcdir)/../../ntpd/ntp_signd.c
1200@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntp_signd.Tpo $(DEPDIR)/ntp_signd.Po
1201@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../../ntpd/ntp_signd.c' object='ntp_signd.o' libtool=no @AMDEPBACKSLASH@
1202@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1203@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntp_signd.o `test -f '$(srcdir)/../../ntpd/ntp_signd.c' || echo '$(srcdir)/'`$(srcdir)/../../ntpd/ntp_signd.c
1204
1205ntp_signd.obj: $(srcdir)/../../ntpd/ntp_signd.c
1206@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntp_signd.obj -MD -MP -MF $(DEPDIR)/ntp_signd.Tpo -c -o ntp_signd.obj `if test -f '$(srcdir)/../../ntpd/ntp_signd.c'; then $(CYGPATH_W) '$(srcdir)/../../ntpd/ntp_signd.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../../ntpd/ntp_signd.c'; fi`
1207@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntp_signd.Tpo $(DEPDIR)/ntp_signd.Po
1208@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../../ntpd/ntp_signd.c' object='ntp_signd.obj' libtool=no @AMDEPBACKSLASH@
1209@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1210@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntp_signd.obj `if test -f '$(srcdir)/../../ntpd/ntp_signd.c'; then $(CYGPATH_W) '$(srcdir)/../../ntpd/ntp_signd.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../../ntpd/ntp_signd.c'; fi`
1211
1212test_rc_cmdlength-rc_cmdlength.o: rc_cmdlength.c
1213@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-rc_cmdlength.o -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo -c -o test_rc_cmdlength-rc_cmdlength.o `test -f 'rc_cmdlength.c' || echo '$(srcdir)/'`rc_cmdlength.c
1214@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Po
1215@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rc_cmdlength.c' object='test_rc_cmdlength-rc_cmdlength.o' libtool=no @AMDEPBACKSLASH@
1216@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1217@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-rc_cmdlength.o `test -f 'rc_cmdlength.c' || echo '$(srcdir)/'`rc_cmdlength.c
1218
1219test_rc_cmdlength-rc_cmdlength.obj: rc_cmdlength.c
1220@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-rc_cmdlength.obj -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo -c -o test_rc_cmdlength-rc_cmdlength.obj `if test -f 'rc_cmdlength.c'; then $(CYGPATH_W) 'rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/rc_cmdlength.c'; fi`
1221@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-rc_cmdlength.Po
1222@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rc_cmdlength.c' object='test_rc_cmdlength-rc_cmdlength.obj' libtool=no @AMDEPBACKSLASH@
1223@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1224@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-rc_cmdlength.obj `if test -f 'rc_cmdlength.c'; then $(CYGPATH_W) 'rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/rc_cmdlength.c'; fi`
1225
1226test_rc_cmdlength-run-rc_cmdlength.o: run-rc_cmdlength.c
1227@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-run-rc_cmdlength.o -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo -c -o test_rc_cmdlength-run-rc_cmdlength.o `test -f 'run-rc_cmdlength.c' || echo '$(srcdir)/'`run-rc_cmdlength.c
1228@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Po
1229@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-rc_cmdlength.c' object='test_rc_cmdlength-run-rc_cmdlength.o' libtool=no @AMDEPBACKSLASH@
1230@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1231@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-run-rc_cmdlength.o `test -f 'run-rc_cmdlength.c' || echo '$(srcdir)/'`run-rc_cmdlength.c
1232
1233test_rc_cmdlength-run-rc_cmdlength.obj: run-rc_cmdlength.c
1234@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-run-rc_cmdlength.obj -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo -c -o test_rc_cmdlength-run-rc_cmdlength.obj `if test -f 'run-rc_cmdlength.c'; then $(CYGPATH_W) 'run-rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/run-rc_cmdlength.c'; fi`
1235@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Tpo $(DEPDIR)/test_rc_cmdlength-run-rc_cmdlength.Po
1236@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='run-rc_cmdlength.c' object='test_rc_cmdlength-run-rc_cmdlength.obj' libtool=no @AMDEPBACKSLASH@
1237@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1238@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-run-rc_cmdlength.obj `if test -f 'run-rc_cmdlength.c'; then $(CYGPATH_W) 'run-rc_cmdlength.c'; else $(CYGPATH_W) '$(srcdir)/run-rc_cmdlength.c'; fi`
1239
1240test_rc_cmdlength-test-libntp.o: $(srcdir)/../libntp/test-libntp.c
1241@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-test-libntp.o -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo -c -o test_rc_cmdlength-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1242@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo $(DEPDIR)/test_rc_cmdlength-test-libntp.Po
1243@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_rc_cmdlength-test-libntp.o' libtool=no @AMDEPBACKSLASH@
1244@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1245@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-test-libntp.o `test -f '$(srcdir)/../libntp/test-libntp.c' || echo '$(srcdir)/'`$(srcdir)/../libntp/test-libntp.c
1246
1247test_rc_cmdlength-test-libntp.obj: $(srcdir)/../libntp/test-libntp.c
1248@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -MT test_rc_cmdlength-test-libntp.obj -MD -MP -MF $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo -c -o test_rc_cmdlength-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1249@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/test_rc_cmdlength-test-libntp.Tpo $(DEPDIR)/test_rc_cmdlength-test-libntp.Po
1250@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$(srcdir)/../libntp/test-libntp.c' object='test_rc_cmdlength-test-libntp.obj' libtool=no @AMDEPBACKSLASH@
1251@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1252@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_rc_cmdlength_CFLAGS) $(CFLAGS) -c -o test_rc_cmdlength-test-libntp.obj `if test -f '$(srcdir)/../libntp/test-libntp.c'; then $(CYGPATH_W) '$(srcdir)/../libntp/test-libntp.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../libntp/test-libntp.c'; fi`
1253
1254mostlyclean-libtool:
1255	-rm -f *.lo
1256
1257clean-libtool:
1258	-rm -rf .libs _libs
1259
1260ID: $(am__tagged_files)
1261	$(am__define_uniq_tagged_files); mkid -fID $$unique
1262tags: tags-am
1263TAGS: tags
1264
1265tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1266	set x; \
1267	here=`pwd`; \
1268	$(am__define_uniq_tagged_files); \
1269	shift; \
1270	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1271	  test -n "$$unique" || unique=$$empty_fix; \
1272	  if test $$# -gt 0; then \
1273	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1274	      "$$@" $$unique; \
1275	  else \
1276	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1277	      $$unique; \
1278	  fi; \
1279	fi
1280ctags: ctags-am
1281
1282CTAGS: ctags
1283ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1284	$(am__define_uniq_tagged_files); \
1285	test -z "$(CTAGS_ARGS)$$unique" \
1286	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1287	     $$unique
1288
1289GTAGS:
1290	here=`$(am__cd) $(top_builddir) && pwd` \
1291	  && $(am__cd) $(top_srcdir) \
1292	  && gtags -i $(GTAGS_ARGS) "$$here"
1293cscopelist: cscopelist-am
1294
1295cscopelist-am: $(am__tagged_files)
1296	list='$(am__tagged_files)'; \
1297	case "$(srcdir)" in \
1298	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1299	  *) sdir=$(subdir)/$(srcdir) ;; \
1300	esac; \
1301	for i in $$list; do \
1302	  if test -f "$$i"; then \
1303	    echo "$(subdir)/$$i"; \
1304	  else \
1305	    echo "$$sdir/$$i"; \
1306	  fi; \
1307	done >> $(top_builddir)/cscope.files
1308
1309distclean-tags:
1310	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1311
1312# Recover from deleted '.trs' file; this should ensure that
1313# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1314# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1315# to avoid problems with "make -n".
1316.log.trs:
1317	rm -f $< $@
1318	$(MAKE) $(AM_MAKEFLAGS) $<
1319
1320# Leading 'am--fnord' is there to ensure the list of targets does not
1321# expand to empty, as could happen e.g. with make check TESTS=''.
1322am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1323am--force-recheck:
1324	@:
1325
1326$(TEST_SUITE_LOG): $(TEST_LOGS)
1327	@$(am__set_TESTS_bases); \
1328	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1329	redo_bases=`for i in $$bases; do \
1330	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1331	            done`; \
1332	if test -n "$$redo_bases"; then \
1333	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1334	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1335	  if $(am__make_dryrun); then :; else \
1336	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1337	  fi; \
1338	fi; \
1339	if test -n "$$am__remaking_logs"; then \
1340	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1341	       "recursion detected" >&2; \
1342	elif test -n "$$redo_logs"; then \
1343	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1344	fi; \
1345	if $(am__make_dryrun); then :; else \
1346	  st=0;  \
1347	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1348	  for i in $$redo_bases; do \
1349	    test -f $$i.trs && test -r $$i.trs \
1350	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1351	    test -f $$i.log && test -r $$i.log \
1352	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1353	  done; \
1354	  test $$st -eq 0 || exit 1; \
1355	fi
1356	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1357	ws='[ 	]'; \
1358	results=`for b in $$bases; do echo $$b.trs; done`; \
1359	test -n "$$results" || results=/dev/null; \
1360	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1361	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1362	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1363	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1364	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1365	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1366	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1367	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1368	  success=true; \
1369	else \
1370	  success=false; \
1371	fi; \
1372	br='==================='; br=$$br$$br$$br$$br; \
1373	result_count () \
1374	{ \
1375	    if test x"$$1" = x"--maybe-color"; then \
1376	      maybe_colorize=yes; \
1377	    elif test x"$$1" = x"--no-color"; then \
1378	      maybe_colorize=no; \
1379	    else \
1380	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1381	    fi; \
1382	    shift; \
1383	    desc=$$1 count=$$2; \
1384	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1385	      color_start=$$3 color_end=$$std; \
1386	    else \
1387	      color_start= color_end=; \
1388	    fi; \
1389	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1390	}; \
1391	create_testsuite_report () \
1392	{ \
1393	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1394	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1395	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1396	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1397	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1398	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1399	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1400	}; \
1401	{								\
1402	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1403	    $(am__rst_title);						\
1404	  create_testsuite_report --no-color;				\
1405	  echo;								\
1406	  echo ".. contents:: :depth: 2";				\
1407	  echo;								\
1408	  for b in $$bases; do echo $$b; done				\
1409	    | $(am__create_global_log);					\
1410	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1411	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1412	if $$success; then						\
1413	  col="$$grn";							\
1414	 else								\
1415	  col="$$red";							\
1416	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1417	fi;								\
1418	echo "$${col}$$br$${std}"; 					\
1419	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1420	echo "$${col}$$br$${std}"; 					\
1421	create_testsuite_report --maybe-color;				\
1422	echo "$$col$$br$$std";						\
1423	if $$success; then :; else					\
1424	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1425	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1426	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1427	  fi;								\
1428	  echo "$$col$$br$$std";					\
1429	fi;								\
1430	$$success || exit 1
1431
1432check-TESTS:
1433	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1434	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1435	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1436	@set +e; $(am__set_TESTS_bases); \
1437	log_list=`for i in $$bases; do echo $$i.log; done`; \
1438	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1439	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1440	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1441	exit $$?;
1442recheck: all $(check_PROGRAMS)
1443	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1444	@set +e; $(am__set_TESTS_bases); \
1445	bases=`for i in $$bases; do echo $$i; done \
1446	         | $(am__list_recheck_tests)` || exit 1; \
1447	log_list=`for i in $$bases; do echo $$i.log; done`; \
1448	log_list=`echo $$log_list`; \
1449	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1450	        am__force_recheck=am--force-recheck \
1451	        TEST_LOGS="$$log_list"; \
1452	exit $$?
1453test-leapsec.log: test-leapsec$(EXEEXT)
1454	@p='test-leapsec$(EXEEXT)'; \
1455	b='test-leapsec'; \
1456	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1457	--log-file $$b.log --trs-file $$b.trs \
1458	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1459	"$$tst" $(AM_TESTS_FD_REDIRECT)
1460test-ntp_prio_q.log: test-ntp_prio_q$(EXEEXT)
1461	@p='test-ntp_prio_q$(EXEEXT)'; \
1462	b='test-ntp_prio_q'; \
1463	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1464	--log-file $$b.log --trs-file $$b.trs \
1465	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1466	"$$tst" $(AM_TESTS_FD_REDIRECT)
1467test-ntp_restrict.log: test-ntp_restrict$(EXEEXT)
1468	@p='test-ntp_restrict$(EXEEXT)'; \
1469	b='test-ntp_restrict'; \
1470	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1471	--log-file $$b.log --trs-file $$b.trs \
1472	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1473	"$$tst" $(AM_TESTS_FD_REDIRECT)
1474test-ntp_scanner.log: test-ntp_scanner$(EXEEXT)
1475	@p='test-ntp_scanner$(EXEEXT)'; \
1476	b='test-ntp_scanner'; \
1477	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1478	--log-file $$b.log --trs-file $$b.trs \
1479	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1480	"$$tst" $(AM_TESTS_FD_REDIRECT)
1481test-ntp_signd.log: test-ntp_signd$(EXEEXT)
1482	@p='test-ntp_signd$(EXEEXT)'; \
1483	b='test-ntp_signd'; \
1484	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1485	--log-file $$b.log --trs-file $$b.trs \
1486	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1487	"$$tst" $(AM_TESTS_FD_REDIRECT)
1488test-rc_cmdlength.log: test-rc_cmdlength$(EXEEXT)
1489	@p='test-rc_cmdlength$(EXEEXT)'; \
1490	b='test-rc_cmdlength'; \
1491	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1492	--log-file $$b.log --trs-file $$b.trs \
1493	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1494	"$$tst" $(AM_TESTS_FD_REDIRECT)
1495.test.log:
1496	@p='$<'; \
1497	$(am__set_b); \
1498	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1499	--log-file $$b.log --trs-file $$b.trs \
1500	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1501	"$$tst" $(AM_TESTS_FD_REDIRECT)
1502@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1503@am__EXEEXT_TRUE@	@p='$<'; \
1504@am__EXEEXT_TRUE@	$(am__set_b); \
1505@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1506@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1507@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1508@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1509
1510distdir: $(DISTFILES)
1511	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1512	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1513	list='$(DISTFILES)'; \
1514	  dist_files=`for file in $$list; do echo $$file; done | \
1515	  sed -e "s|^$$srcdirstrip/||;t" \
1516	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1517	case $$dist_files in \
1518	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1519			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1520			   sort -u` ;; \
1521	esac; \
1522	for file in $$dist_files; do \
1523	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1524	  if test -d $$d/$$file; then \
1525	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1526	    if test -d "$(distdir)/$$file"; then \
1527	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1528	    fi; \
1529	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1530	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1531	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1532	    fi; \
1533	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1534	  else \
1535	    test -f "$(distdir)/$$file" \
1536	    || cp -p $$d/$$file "$(distdir)/$$file" \
1537	    || exit 1; \
1538	  fi; \
1539	done
1540check-am: all-am
1541	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1542	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1543check: $(BUILT_SOURCES)
1544	$(MAKE) $(AM_MAKEFLAGS) check-am
1545all-am: Makefile
1546installdirs:
1547install: $(BUILT_SOURCES)
1548	$(MAKE) $(AM_MAKEFLAGS) install-am
1549install-exec: install-exec-am
1550install-data: install-data-am
1551uninstall: uninstall-am
1552
1553install-am: all-am
1554	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1555
1556installcheck: installcheck-am
1557install-strip:
1558	if test -z '$(STRIP)'; then \
1559	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1560	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1561	      install; \
1562	else \
1563	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1564	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1565	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1566	fi
1567mostlyclean-generic:
1568	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1569	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1570	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1571
1572clean-generic:
1573	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1574
1575distclean-generic:
1576	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1577	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1578
1579maintainer-clean-generic:
1580	@echo "This command is intended for maintainers to use"
1581	@echo "it deletes files that may require special tools to rebuild."
1582	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1583clean: clean-am
1584
1585clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
1586	mostlyclean-am
1587
1588distclean: distclean-am
1589	-rm -rf ./$(DEPDIR)
1590	-rm -f Makefile
1591distclean-am: clean-am distclean-compile distclean-generic \
1592	distclean-tags
1593
1594dvi: dvi-am
1595
1596dvi-am:
1597
1598html: html-am
1599
1600html-am:
1601
1602info: info-am
1603
1604info-am:
1605
1606install-data-am:
1607
1608install-dvi: install-dvi-am
1609
1610install-dvi-am:
1611
1612install-exec-am:
1613
1614install-html: install-html-am
1615
1616install-html-am:
1617
1618install-info: install-info-am
1619
1620install-info-am:
1621
1622install-man:
1623
1624install-pdf: install-pdf-am
1625
1626install-pdf-am:
1627
1628install-ps: install-ps-am
1629
1630install-ps-am:
1631
1632installcheck-am:
1633
1634maintainer-clean: maintainer-clean-am
1635	-rm -rf ./$(DEPDIR)
1636	-rm -f Makefile
1637maintainer-clean-am: distclean-am maintainer-clean-generic
1638
1639mostlyclean: mostlyclean-am
1640
1641mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1642	mostlyclean-libtool
1643
1644pdf: pdf-am
1645
1646pdf-am:
1647
1648ps: ps-am
1649
1650ps-am:
1651
1652uninstall-am:
1653
1654.MAKE: all check check-am install install-am install-strip
1655
1656.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1657	clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
1658	ctags ctags-am distclean distclean-compile distclean-generic \
1659	distclean-libtool distclean-tags distdir dvi dvi-am html \
1660	html-am info info-am install install-am install-data \
1661	install-data-am install-dvi install-dvi-am install-exec \
1662	install-exec-am install-html install-html-am install-info \
1663	install-info-am install-man install-pdf install-pdf-am \
1664	install-ps install-ps-am install-strip installcheck \
1665	installcheck-am installdirs maintainer-clean \
1666	maintainer-clean-generic mostlyclean mostlyclean-compile \
1667	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1668	recheck tags tags-am uninstall uninstall-am
1669
1670.PRECIOUS: Makefile
1671
1672
1673$(srcdir)/run-leapsec.c: $(srcdir)/leapsec.c $(std_unity_list)
1674	$(run_unity) leapsec.c run-leapsec.c
1675
1676$(srcdir)/run-ntp_prio_q.c: $(srcdir)/ntp_prio_q.c $(std_unity_list)
1677	$(run_unity) ntp_prio_q.c run-ntp_prio_q.c
1678
1679$(srcdir)/run-ntp_restrict.c: $(srcdir)/ntp_restrict.c $(std_unity_list)
1680	$(run_unity) ntp_restrict.c run-ntp_restrict.c
1681
1682$(srcdir)/run-rc_cmdlength.c: $(srcdir)/rc_cmdlength.c $(std_unity_list)
1683	$(run_unity) rc_cmdlength.c run-rc_cmdlength.c
1684
1685$(srcdir)/run-t-ntp_signd.c: $(srcdir)/t-ntp_signd.c $(std_unity_list)
1686	$(run_unity) t-ntp_signd.c run-t-ntp_signd.c
1687
1688$(srcdir)/run-t-ntp_scanner.c: $(srcdir)/t-ntp_scanner.c $(std_unity_list)
1689	$(run_unity) t-ntp_scanner.c run-t-ntp_scanner.c
1690
1691check-libntpd: ../../ntpd/libntpd.a
1692	@echo stamp > $@
1693
1694../../ntpd/libntpd.a:
1695	cd ../../ntpd && $(MAKE) $(AM_MAKEFLAGS) libntpd.a
1696
1697check-libntp: ../../libntp/libntp.a
1698	@echo stamp > $@
1699
1700../../libntp/libntp.a:
1701	cd ../../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1702
1703check-libunity: ../../sntp/unity/libunity.a
1704	@echo stamp > $@
1705
1706../../sntp/unity/libunity.a:
1707	cd ../../sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a
1708
1709$(top_builddir)/ntpd/ntpdsim-ntp_prio_q.o:
1710	cd ../../ntpd/ && $(MAKE) $(AM_MAKEFLAGS) ntpdsim-ntp_prio_q.o
1711$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1712	@[ -f $@ ] ||							\
1713		cp $(top_srcdir)/deps-ver $@
1714	@[ -w $@ ] ||							\
1715		chmod ug+w $@
1716	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1717		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
1718		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1719		cat $@ &&						\
1720		rm -rf $(DEPDIR) &&					\
1721		mkdir $(DEPDIR) && 					\
1722		case "$(top_builddir)" in				\
1723		 .)							\
1724		    ./config.status Makefile depfiles			\
1725		    ;;							\
1726		 *)							\
1727		    cd "$(top_builddir)" &&				\
1728		    ./config.status $(subdir)/Makefile depfiles &&	\
1729		    cd $(subdir)					\
1730		    ;;							\
1731		esac &&							\
1732		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1733		cat $(top_srcdir)/deps-ver				\
1734	)
1735	cp $(top_srcdir)/deps-ver $@
1736
1737.deps-ver: $(top_srcdir)/deps-ver
1738	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1739	@touch $@
1740
1741#
1742# depsver.mf	included in Makefile.am for directories with .deps
1743#
1744# When building in the same directory with sources that change over
1745# time, such as when tracking using bk, the .deps files can become
1746# stale with respect to moved, deleted, or superceded headers.  Most
1747# commonly, this would exhibit as make reporting a failure to make a
1748# header file which is no longer in the location given.  To address
1749# this issue, we use a deps-ver file which is updated with each change
1750# that breaks old .deps files.  A copy of deps-ver is made into
1751# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1752# with different contents than deps-ver, we make clean to ensure all
1753# .o files built before the incompatible change are rebuilt along with
1754# their updated .deps files, then remove $(DEPDIR) and recreate it as
1755# empty stubs.
1756#
1757# It is normal when configured with --disable-dependency-tracking for
1758# the DEPDIR to not have been created.  For this reason, we use the
1759# intermediate target .deps-ver, which invokes make recursively if
1760# DEPDIR exists.
1761#
1762# If you modify depsver.mf, please make the changes to the master
1763# copy, the one in sntp is copied by the bootstrap script from it.
1764#
1765# This comment block follows rather than leads the related code so that
1766# it stays with it in the generated Makefile.in and Makefile.
1767#
1768
1769# Tell versions [3.59,3.63) of GNU make to not export all variables.
1770# Otherwise a system limit (for SysV at least) may be exceeded.
1771.NOEXPORT:
1772