xref: /netbsd-src/external/bsd/ntp/dist/tests/Makefile.in (revision a8c74629f602faa0ccf8a463757d7baf858bbf3a)
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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@
90subdir = tests
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
93	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
94	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
95	$(top_srcdir)/sntp/m4/define_dir.m4 \
96	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
97	$(top_srcdir)/sntp/m4/libtool.m4 \
98	$(top_srcdir)/sntp/m4/ltoptions.m4 \
99	$(top_srcdir)/sntp/m4/ltsugar.m4 \
100	$(top_srcdir)/sntp/m4/ltversion.m4 \
101	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
102	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
103	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
104	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
105	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
106	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
107	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
108	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
109	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
110	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
111	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
112	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
113	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
114	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
115	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
116	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
117	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
118	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
119	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
120	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
121	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
122	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
123	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
124	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
125	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
126	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
127	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
128	$(top_srcdir)/sntp/m4/openldap.m4 \
129	$(top_srcdir)/sntp/m4/os_cflags.m4 \
130	$(top_srcdir)/sntp/m4/snprintf.m4 \
131	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133	$(ACLOCAL_M4)
134DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
135mkinstalldirs = $(install_sh) -d
136CONFIG_HEADER = $(top_builddir)/config.h
137CONFIG_CLEAN_FILES =
138CONFIG_CLEAN_VPATH_FILES =
139AM_V_P = $(am__v_P_@AM_V@)
140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141am__v_P_0 = false
142am__v_P_1 = :
143AM_V_GEN = $(am__v_GEN_@AM_V@)
144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145am__v_GEN_0 = @echo "  GEN     " $@;
146am__v_GEN_1 =
147AM_V_at = $(am__v_at_@AM_V@)
148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149am__v_at_0 = @
150am__v_at_1 =
151SOURCES =
152DIST_SOURCES =
153RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
154	ctags-recursive dvi-recursive html-recursive info-recursive \
155	install-data-recursive install-dvi-recursive \
156	install-exec-recursive install-html-recursive \
157	install-info-recursive install-pdf-recursive \
158	install-ps-recursive install-recursive installcheck-recursive \
159	installdirs-recursive pdf-recursive ps-recursive \
160	tags-recursive uninstall-recursive
161am__can_run_installinfo = \
162  case $$AM_UPDATE_INFO_DIR in \
163    n|no|NO) false;; \
164    *) (install-info --version) >/dev/null 2>&1;; \
165  esac
166RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
167  distclean-recursive maintainer-clean-recursive
168am__recursive_targets = \
169  $(RECURSIVE_TARGETS) \
170  $(RECURSIVE_CLEAN_TARGETS) \
171  $(am__extra_recursive_targets)
172AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173	distdir
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175# Read a list of newline-separated strings from the standard input,
176# and print each of them once, without duplicates.  Input order is
177# *not* preserved.
178am__uniquify_input = $(AWK) '\
179  BEGIN { nonempty = 0; } \
180  { items[$$0] = 1; nonempty = 1; } \
181  END { if (nonempty) { for (i in items) print i; }; } \
182'
183# Make sure the list of sources is unique.  This is necessary because,
184# e.g., the same source file might be shared among _SOURCES variables
185# for different programs/libraries.
186am__define_uniq_tagged_files = \
187  list='$(am__tagged_files)'; \
188  unique=`for i in $$list; do \
189    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190  done | $(am__uniquify_input)`
191ETAGS = etags
192CTAGS = ctags
193DIST_SUBDIRS = $(SUBDIRS)
194am__DIST_COMMON = $(srcdir)/Makefile.in
195DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196am__relativize = \
197  dir0=`pwd`; \
198  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
199  sed_rest='s,^[^/]*/*,,'; \
200  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
201  sed_butlast='s,/*[^/]*$$,,'; \
202  while test -n "$$dir1"; do \
203    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
204    if test "$$first" != "."; then \
205      if test "$$first" = ".."; then \
206        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
207        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
208      else \
209        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
210        if test "$$first2" = "$$first"; then \
211          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
212        else \
213          dir2="../$$dir2"; \
214        fi; \
215        dir0="$$dir0"/"$$first"; \
216      fi; \
217    fi; \
218    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
219  done; \
220  reldir="$$dir2"
221ACLOCAL = @ACLOCAL@
222ALLOCA = @ALLOCA@
223AMTAR = @AMTAR@
224AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
225AR = @AR@
226AUTOCONF = @AUTOCONF@
227AUTOHEADER = @AUTOHEADER@
228AUTOMAKE = @AUTOMAKE@
229AWK = @AWK@
230BUILD_THREAD = @BUILD_THREAD@
231CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
232CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
233CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
234CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
235CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
236CC = @CC@
237CCDEPMODE = @CCDEPMODE@
238CFLAGS = @CFLAGS@
239CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
240CFLAGS_NTP = @CFLAGS_NTP@
241CHUTEST = @CHUTEST@
242CONFIG_SHELL = @CONFIG_SHELL@
243CPP = @CPP@
244CPPFLAGS = @CPPFLAGS@
245CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
246CPPFLAGS_NTP = @CPPFLAGS_NTP@
247CYGPATH_W = @CYGPATH_W@
248DCFD = @DCFD@
249DEFS = @DEFS@
250DEPDIR = @DEPDIR@
251DLLTOOL = @DLLTOOL@
252DSYMUTIL = @DSYMUTIL@
253DUMPBIN = @DUMPBIN@
254ECHO_C = @ECHO_C@
255ECHO_N = @ECHO_N@
256ECHO_T = @ECHO_T@
257EDITLINE_LIBS = @EDITLINE_LIBS@
258EGREP = @EGREP@
259EXEEXT = @EXEEXT@
260FGREP = @FGREP@
261GREP = @GREP@
262GTEST_CONFIG = @GTEST_CONFIG@
263GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
264GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
265GTEST_LDFLAGS = @GTEST_LDFLAGS@
266GTEST_LIBS = @GTEST_LIBS@
267HAVE_INLINE = @HAVE_INLINE@
268HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
269HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
270HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
271INSTALL = @INSTALL@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276LD = @LD@
277LDADD_LIBEVENT = @LDADD_LIBEVENT@
278LDADD_LIBNTP = @LDADD_LIBNTP@
279LDADD_LIBUTIL = @LDADD_LIBUTIL@
280LDADD_NLIST = @LDADD_NLIST@
281LDADD_NTP = @LDADD_NTP@
282LDFLAGS = @LDFLAGS@
283LDFLAGS_NTP = @LDFLAGS_NTP@
284LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
285LIBM = @LIBM@
286LIBOBJS = @LIBOBJS@
287LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
288LIBOPTS_DIR = @LIBOPTS_DIR@
289LIBOPTS_LDADD = @LIBOPTS_LDADD@
290LIBPARSE = @LIBPARSE@
291LIBS = @LIBS@
292LIBTOOL = @LIBTOOL@
293LIBTOOL_DEPS = @LIBTOOL_DEPS@
294LIPO = @LIPO@
295LN_S = @LN_S@
296LSCF = @LSCF@
297LTHREAD_LIBS = @LTHREAD_LIBS@
298LTLIBOBJS = @LTLIBOBJS@
299LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
300MAKEINFO = @MAKEINFO@
301MAKE_ADJTIMED = @MAKE_ADJTIMED@
302MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
303MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
304MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
305MAKE_LIBPARSE = @MAKE_LIBPARSE@
306MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
307MAKE_NTPDSIM = @MAKE_NTPDSIM@
308MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
309MAKE_NTPTIME = @MAKE_NTPTIME@
310MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
311MAKE_TICKADJ = @MAKE_TICKADJ@
312MAKE_TIMETRIM = @MAKE_TIMETRIM@
313MANIFEST_TOOL = @MANIFEST_TOOL@
314MANTAGFMT = @MANTAGFMT@
315MKDIR_P = @MKDIR_P@
316NM = @NM@
317NMEDIT = @NMEDIT@
318NTPDATE_DB = @NTPDATE_DB@
319NTPDATE_DL = @NTPDATE_DL@
320NTPDATE_DS = @NTPDATE_DS@
321NTPDATE_MS = @NTPDATE_MS@
322NTPDATE_NI = @NTPDATE_NI@
323NTPDC_DB = @NTPDC_DB@
324NTPDC_DL = @NTPDC_DL@
325NTPDC_DS = @NTPDC_DS@
326NTPDC_MS = @NTPDC_MS@
327NTPDC_NI = @NTPDC_NI@
328NTPDSIM_DB = @NTPDSIM_DB@
329NTPDSIM_DL = @NTPDSIM_DL@
330NTPDSIM_DS = @NTPDSIM_DS@
331NTPDSIM_MS = @NTPDSIM_MS@
332NTPDSIM_NI = @NTPDSIM_NI@
333NTPD_DB = @NTPD_DB@
334NTPD_DL = @NTPD_DL@
335NTPD_DS = @NTPD_DS@
336NTPD_MS = @NTPD_MS@
337NTPD_NI = @NTPD_NI@
338NTPQ_DB = @NTPQ_DB@
339NTPQ_DL = @NTPQ_DL@
340NTPQ_DS = @NTPQ_DS@
341NTPQ_MS = @NTPQ_MS@
342NTPQ_NI = @NTPQ_NI@
343NTPSNMPD_DB = @NTPSNMPD_DB@
344NTPSNMPD_DL = @NTPSNMPD_DL@
345NTPSNMPD_DS = @NTPSNMPD_DS@
346NTPSNMPD_MS = @NTPSNMPD_MS@
347NTPSNMPD_NI = @NTPSNMPD_NI@
348NTPSWEEP_DB = @NTPSWEEP_DB@
349NTPSWEEP_DL = @NTPSWEEP_DL@
350NTPSWEEP_DS = @NTPSWEEP_DS@
351NTPSWEEP_MS = @NTPSWEEP_MS@
352NTPSWEEP_NI = @NTPSWEEP_NI@
353NTPTIME_DB = @NTPTIME_DB@
354NTPTIME_DL = @NTPTIME_DL@
355NTPTIME_DS = @NTPTIME_DS@
356NTPTIME_MS = @NTPTIME_MS@
357NTPTIME_NI = @NTPTIME_NI@
358NTPTRACE_DB = @NTPTRACE_DB@
359NTPTRACE_DL = @NTPTRACE_DL@
360NTPTRACE_DS = @NTPTRACE_DS@
361NTPTRACE_MS = @NTPTRACE_MS@
362NTPTRACE_NI = @NTPTRACE_NI@
363NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
364NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
365NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
366NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
367NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
368NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
369NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
370NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
371NTP_KEYSDIR = @NTP_KEYSDIR@
372NTP_WAIT_DB = @NTP_WAIT_DB@
373NTP_WAIT_DL = @NTP_WAIT_DL@
374NTP_WAIT_DS = @NTP_WAIT_DS@
375NTP_WAIT_MS = @NTP_WAIT_MS@
376NTP_WAIT_NI = @NTP_WAIT_NI@
377OBJDUMP = @OBJDUMP@
378OBJEXT = @OBJEXT@
379OTOOL = @OTOOL@
380OTOOL64 = @OTOOL64@
381PACKAGE = @PACKAGE@
382PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
383PACKAGE_NAME = @PACKAGE_NAME@
384PACKAGE_STRING = @PACKAGE_STRING@
385PACKAGE_TARNAME = @PACKAGE_TARNAME@
386PACKAGE_URL = @PACKAGE_URL@
387PACKAGE_VERSION = @PACKAGE_VERSION@
388PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
389PATH_PERL = @PATH_PERL@
390PATH_RUBY = @PATH_RUBY@
391PATH_SEPARATOR = @PATH_SEPARATOR@
392PATH_TEST = @PATH_TEST@
393PERLLIBDIR = @PERLLIBDIR@
394PKG_CONFIG = @PKG_CONFIG@
395POSIX_SHELL = @POSIX_SHELL@
396PROPDELAY = @PROPDELAY@
397PTHREAD_LIBS = @PTHREAD_LIBS@
398RANLIB = @RANLIB@
399SED = @SED@
400SET_MAKE = @SET_MAKE@
401SHELL = @SHELL@
402SNMP_CFLAGS = @SNMP_CFLAGS@
403SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
404SNMP_LIBS = @SNMP_LIBS@
405SNTP = @SNTP@
406SNTP_DB = @SNTP_DB@
407SNTP_DL = @SNTP_DL@
408SNTP_DS = @SNTP_DS@
409SNTP_MS = @SNTP_MS@
410SNTP_NI = @SNTP_NI@
411STDNORETURN_H = @STDNORETURN_H@
412STRIP = @STRIP@
413TESTDCF = @TESTDCF@
414TICKADJ_DB = @TICKADJ_DB@
415TICKADJ_DL = @TICKADJ_DL@
416TICKADJ_DS = @TICKADJ_DS@
417TICKADJ_MS = @TICKADJ_MS@
418TICKADJ_NI = @TICKADJ_NI@
419TIMETRIM_DB = @TIMETRIM_DB@
420TIMETRIM_DL = @TIMETRIM_DL@
421TIMETRIM_DS = @TIMETRIM_DS@
422TIMETRIM_MS = @TIMETRIM_MS@
423TIMETRIM_NI = @TIMETRIM_NI@
424UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
425UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
426UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
427UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
428UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
429VERSION = @VERSION@
430VER_SUFFIX = @VER_SUFFIX@
431YACC = @YACC@
432YFLAGS = @YFLAGS@
433abs_builddir = @abs_builddir@
434abs_srcdir = @abs_srcdir@
435abs_top_builddir = @abs_top_builddir@
436abs_top_srcdir = @abs_top_srcdir@
437ac_ct_AR = @ac_ct_AR@
438ac_ct_CC = @ac_ct_CC@
439ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
440am__include = @am__include@
441am__leading_dot = @am__leading_dot@
442am__quote = @am__quote@
443am__tar = @am__tar@
444am__untar = @am__untar@
445bindir = @bindir@
446build = @build@
447build_alias = @build_alias@
448build_cpu = @build_cpu@
449build_os = @build_os@
450build_vendor = @build_vendor@
451builddir = @builddir@
452datadir = @datadir@
453datarootdir = @datarootdir@
454docdir = @docdir@
455dvidir = @dvidir@
456exec_prefix = @exec_prefix@
457host = @host@
458host_alias = @host_alias@
459host_cpu = @host_cpu@
460host_os = @host_os@
461host_vendor = @host_vendor@
462htmldir = @htmldir@
463includedir = @includedir@
464infodir = @infodir@
465install_sh = @install_sh@
466libdir = @libdir@
467libexecdir = @libexecdir@
468localedir = @localedir@
469localstatedir = @localstatedir@
470mandir = @mandir@
471mkdir_p = @mkdir_p@
472oldincludedir = @oldincludedir@
473pdfdir = @pdfdir@
474prefix = @prefix@
475program_transform_name = @program_transform_name@
476psdir = @psdir@
477sbindir = @sbindir@
478sharedstatedir = @sharedstatedir@
479srcdir = @srcdir@
480subdirs = @subdirs@
481sysconfdir = @sysconfdir@
482target_alias = @target_alias@
483top_build_prefix = @top_build_prefix@
484top_builddir = @top_builddir@
485top_srcdir = @top_srcdir@
486NULL =
487SUBDIRS = bug-2803 libntp ntpd ntpq sandbox sec-2853 $(NULL)
488all: all-recursive
489
490.SUFFIXES:
491$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
492	@for dep in $?; do \
493	  case '$(am__configure_deps)' in \
494	    *$$dep*) \
495	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
496	        && { if test -f $@; then exit 0; else break; fi; }; \
497	      exit 1;; \
498	  esac; \
499	done; \
500	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
501	$(am__cd) $(top_srcdir) && \
502	  $(AUTOMAKE) --foreign tests/Makefile
503Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
504	@case '$?' in \
505	  *config.status*) \
506	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
507	  *) \
508	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
509	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
510	esac;
511
512$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
513	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514
515$(top_srcdir)/configure:  $(am__configure_deps)
516	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
517$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
518	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
519$(am__aclocal_m4_deps):
520
521mostlyclean-libtool:
522	-rm -f *.lo
523
524clean-libtool:
525	-rm -rf .libs _libs
526
527# This directory's subdirectories are mostly independent; you can cd
528# into them and run 'make' without going through this Makefile.
529# To change the values of 'make' variables: instead of editing Makefiles,
530# (1) if the variable is set in 'config.status', edit 'config.status'
531#     (which will cause the Makefiles to be regenerated when you run 'make');
532# (2) otherwise, pass the desired values on the 'make' command line.
533$(am__recursive_targets):
534	@fail=; \
535	if $(am__make_keepgoing); then \
536	  failcom='fail=yes'; \
537	else \
538	  failcom='exit 1'; \
539	fi; \
540	dot_seen=no; \
541	target=`echo $@ | sed s/-recursive//`; \
542	case "$@" in \
543	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
544	  *) list='$(SUBDIRS)' ;; \
545	esac; \
546	for subdir in $$list; do \
547	  echo "Making $$target in $$subdir"; \
548	  if test "$$subdir" = "."; then \
549	    dot_seen=yes; \
550	    local_target="$$target-am"; \
551	  else \
552	    local_target="$$target"; \
553	  fi; \
554	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
555	  || eval $$failcom; \
556	done; \
557	if test "$$dot_seen" = "no"; then \
558	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
559	fi; test -z "$$fail"
560
561ID: $(am__tagged_files)
562	$(am__define_uniq_tagged_files); mkid -fID $$unique
563tags: tags-recursive
564TAGS: tags
565
566tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567	set x; \
568	here=`pwd`; \
569	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
570	  include_option=--etags-include; \
571	  empty_fix=.; \
572	else \
573	  include_option=--include; \
574	  empty_fix=; \
575	fi; \
576	list='$(SUBDIRS)'; for subdir in $$list; do \
577	  if test "$$subdir" = .; then :; else \
578	    test ! -f $$subdir/TAGS || \
579	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
580	  fi; \
581	done; \
582	$(am__define_uniq_tagged_files); \
583	shift; \
584	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
585	  test -n "$$unique" || unique=$$empty_fix; \
586	  if test $$# -gt 0; then \
587	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588	      "$$@" $$unique; \
589	  else \
590	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591	      $$unique; \
592	  fi; \
593	fi
594ctags: ctags-recursive
595
596CTAGS: ctags
597ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
598	$(am__define_uniq_tagged_files); \
599	test -z "$(CTAGS_ARGS)$$unique" \
600	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
601	     $$unique
602
603GTAGS:
604	here=`$(am__cd) $(top_builddir) && pwd` \
605	  && $(am__cd) $(top_srcdir) \
606	  && gtags -i $(GTAGS_ARGS) "$$here"
607cscopelist: cscopelist-recursive
608
609cscopelist-am: $(am__tagged_files)
610	list='$(am__tagged_files)'; \
611	case "$(srcdir)" in \
612	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
613	  *) sdir=$(subdir)/$(srcdir) ;; \
614	esac; \
615	for i in $$list; do \
616	  if test -f "$$i"; then \
617	    echo "$(subdir)/$$i"; \
618	  else \
619	    echo "$$sdir/$$i"; \
620	  fi; \
621	done >> $(top_builddir)/cscope.files
622
623distclean-tags:
624	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625
626distdir: $(DISTFILES)
627	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
628	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
629	list='$(DISTFILES)'; \
630	  dist_files=`for file in $$list; do echo $$file; done | \
631	  sed -e "s|^$$srcdirstrip/||;t" \
632	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
633	case $$dist_files in \
634	  */*) $(MKDIR_P) `echo "$$dist_files" | \
635			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
636			   sort -u` ;; \
637	esac; \
638	for file in $$dist_files; do \
639	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
640	  if test -d $$d/$$file; then \
641	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
642	    if test -d "$(distdir)/$$file"; then \
643	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644	    fi; \
645	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
646	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
647	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
648	    fi; \
649	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
650	  else \
651	    test -f "$(distdir)/$$file" \
652	    || cp -p $$d/$$file "$(distdir)/$$file" \
653	    || exit 1; \
654	  fi; \
655	done
656	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
657	  if test "$$subdir" = .; then :; else \
658	    $(am__make_dryrun) \
659	      || test -d "$(distdir)/$$subdir" \
660	      || $(MKDIR_P) "$(distdir)/$$subdir" \
661	      || exit 1; \
662	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
663	    $(am__relativize); \
664	    new_distdir=$$reldir; \
665	    dir1=$$subdir; dir2="$(top_distdir)"; \
666	    $(am__relativize); \
667	    new_top_distdir=$$reldir; \
668	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
669	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
670	    ($(am__cd) $$subdir && \
671	      $(MAKE) $(AM_MAKEFLAGS) \
672	        top_distdir="$$new_top_distdir" \
673	        distdir="$$new_distdir" \
674		am__remove_distdir=: \
675		am__skip_length_check=: \
676		am__skip_mode_fix=: \
677	        distdir) \
678	      || exit 1; \
679	  fi; \
680	done
681check-am: all-am
682check: check-recursive
683all-am: Makefile
684installdirs: installdirs-recursive
685installdirs-am:
686install: install-recursive
687install-exec: install-exec-recursive
688install-data: install-data-recursive
689uninstall: uninstall-recursive
690
691install-am: all-am
692	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
693
694installcheck: installcheck-recursive
695install-strip:
696	if test -z '$(STRIP)'; then \
697	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
698	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
699	      install; \
700	else \
701	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
702	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
703	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
704	fi
705mostlyclean-generic:
706
707clean-generic:
708
709distclean-generic:
710	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
711	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
712
713maintainer-clean-generic:
714	@echo "This command is intended for maintainers to use"
715	@echo "it deletes files that may require special tools to rebuild."
716clean: clean-recursive
717
718clean-am: clean-generic clean-libtool mostlyclean-am
719
720distclean: distclean-recursive
721	-rm -f Makefile
722distclean-am: clean-am distclean-generic distclean-tags
723
724dvi: dvi-recursive
725
726dvi-am:
727
728html: html-recursive
729
730html-am:
731
732info: info-recursive
733
734info-am:
735
736install-data-am:
737
738install-dvi: install-dvi-recursive
739
740install-dvi-am:
741
742install-exec-am:
743
744install-html: install-html-recursive
745
746install-html-am:
747
748install-info: install-info-recursive
749
750install-info-am:
751
752install-man:
753
754install-pdf: install-pdf-recursive
755
756install-pdf-am:
757
758install-ps: install-ps-recursive
759
760install-ps-am:
761
762installcheck-am:
763
764maintainer-clean: maintainer-clean-recursive
765	-rm -f Makefile
766maintainer-clean-am: distclean-am maintainer-clean-generic
767
768mostlyclean: mostlyclean-recursive
769
770mostlyclean-am: mostlyclean-generic mostlyclean-libtool
771
772pdf: pdf-recursive
773
774pdf-am:
775
776ps: ps-recursive
777
778ps-am:
779
780uninstall-am:
781
782.MAKE: $(am__recursive_targets) install-am install-strip
783
784.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
785	check-am clean clean-generic clean-libtool cscopelist-am ctags \
786	ctags-am distclean distclean-generic distclean-libtool \
787	distclean-tags distdir dvi dvi-am html html-am info info-am \
788	install install-am install-data install-data-am install-dvi \
789	install-dvi-am install-exec install-exec-am install-html \
790	install-html-am install-info install-info-am install-man \
791	install-pdf install-pdf-am install-ps install-ps-am \
792	install-strip installcheck installcheck-am installdirs \
793	installdirs-am maintainer-clean maintainer-clean-generic \
794	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
795	ps ps-am tags tags-am uninstall uninstall-am
796
797.PRECIOUS: Makefile
798
799
800# Tell versions [3.59,3.63) of GNU make to not export all variables.
801# Otherwise a system limit (for SysV at least) may be exceeded.
802.NOEXPORT:
803