Makefile.in revision 344884
1214152Sed# Makefile.in generated by automake 1.15.1 from Makefile.am.
2214152Sed# @configure_input@
3214152Sed
4214152Sed# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5222656Sed
6222656Sed# This Makefile.in is free software; the Free Software Foundation
7214152Sed# gives unlimited permission to copy and/or distribute it,
8214152Sed# with or without modifications, as long as this notice is preserved.
9214152Sed
10214152Sed# This program is distributed in the hope that it will be useful,
11214152Sed# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12214152Sed# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13214152Sed# PARTICULAR PURPOSE.
14214152Sed
15214152Sed@SET_MAKE@
16214152Sed
17214152SedVPATH = @srcdir@
18214152Sedam__is_gnu_make = { \
19214152Sed  if test -z '$(MAKELEVEL)'; then \
20214152Sed    false; \
21214152Sed  elif test -n '$(MAKE_HOST)'; then \
22214152Sed    true; \
23214152Sed  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24214152Sed    true; \
25214152Sed  else \
26214152Sed    false; \
27214152Sed  fi; \
28214152Sed}
29214152Sedam__make_running_with_option = \
30214152Sed  case $${target_option-} in \
31214152Sed      ?) ;; \
32214152Sed      *) echo "am__make_running_with_option: internal error: invalid" \
33214152Sed              "target option '$${target_option-}' specified" >&2; \
34214152Sed         exit 1;; \
35214152Sed  esac; \
36214152Sed  has_opt=no; \
37214152Sed  sane_makeflags=$$MAKEFLAGS; \
38214152Sed  if $(am__is_gnu_make); then \
39214152Sed    sane_makeflags=$$MFLAGS; \
40214152Sed  else \
41214152Sed    case $$MAKEFLAGS in \
42214152Sed      *\\[\ \	]*) \
43214152Sed        bs=\\; \
44214152Sed        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91EXTRA_PROGRAMS = testdcf$(EXEEXT) dcfd$(EXEEXT)
92subdir = parseutil
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
95	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
96	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
97	$(top_srcdir)/sntp/m4/define_dir.m4 \
98	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
99	$(top_srcdir)/sntp/m4/libtool.m4 \
100	$(top_srcdir)/sntp/m4/ltoptions.m4 \
101	$(top_srcdir)/sntp/m4/ltsugar.m4 \
102	$(top_srcdir)/sntp/m4/ltversion.m4 \
103	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
104	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
105	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
106	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
107	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
108	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
109	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
110	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
111	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
112	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
113	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
114	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
115	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
116	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
117	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
118	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
119	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
120	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
121	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
122	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
123	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
124	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
125	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
126	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
127	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
128	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
129	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
130	$(top_srcdir)/sntp/m4/openldap.m4 \
131	$(top_srcdir)/sntp/m4/os_cflags.m4 \
132	$(top_srcdir)/sntp/m4/snprintf.m4 \
133	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
134am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135	$(ACLOCAL_M4)
136DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
137mkinstalldirs = $(install_sh) -d
138CONFIG_HEADER = $(top_builddir)/config.h
139CONFIG_CLEAN_FILES =
140CONFIG_CLEAN_VPATH_FILES =
141PROGRAMS = $(noinst_PROGRAMS)
142dcfd_SOURCES = dcfd.c
143dcfd_OBJECTS = dcfd.$(OBJEXT)
144dcfd_LDADD = $(LDADD)
145am__DEPENDENCIES_1 =
146dcfd_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
147	$(am__DEPENDENCIES_1)
148AM_V_lt = $(am__v_lt_@AM_V@)
149am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
150am__v_lt_0 = --silent
151am__v_lt_1 = 
152testdcf_SOURCES = testdcf.c
153testdcf_OBJECTS = testdcf.$(OBJEXT)
154testdcf_LDADD = $(LDADD)
155testdcf_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
156	$(am__DEPENDENCIES_1)
157AM_V_P = $(am__v_P_@AM_V@)
158am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159am__v_P_0 = false
160am__v_P_1 = :
161AM_V_GEN = $(am__v_GEN_@AM_V@)
162am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163am__v_GEN_0 = @echo "  GEN     " $@;
164am__v_GEN_1 = 
165AM_V_at = $(am__v_at_@AM_V@)
166am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167am__v_at_0 = @
168am__v_at_1 = 
169DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
170depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
171am__depfiles_maybe = depfiles
172am__mv = mv -f
173COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
174	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
177	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178	$(AM_CFLAGS) $(CFLAGS)
179AM_V_CC = $(am__v_CC_@AM_V@)
180am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181am__v_CC_0 = @echo "  CC      " $@;
182am__v_CC_1 = 
183CCLD = $(CC)
184LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186	$(AM_LDFLAGS) $(LDFLAGS) -o $@
187AM_V_CCLD = $(am__v_CCLD_@AM_V@)
188am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189am__v_CCLD_0 = @echo "  CCLD    " $@;
190am__v_CCLD_1 = 
191SOURCES = dcfd.c testdcf.c
192DIST_SOURCES = dcfd.c testdcf.c
193am__can_run_installinfo = \
194  case $$AM_UPDATE_INFO_DIR in \
195    n|no|NO) false;; \
196    *) (install-info --version) >/dev/null 2>&1;; \
197  esac
198am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
199# Read a list of newline-separated strings from the standard input,
200# and print each of them once, without duplicates.  Input order is
201# *not* preserved.
202am__uniquify_input = $(AWK) '\
203  BEGIN { nonempty = 0; } \
204  { items[$$0] = 1; nonempty = 1; } \
205  END { if (nonempty) { for (i in items) print i; }; } \
206'
207# Make sure the list of sources is unique.  This is necessary because,
208# e.g., the same source file might be shared among _SOURCES variables
209# for different programs/libraries.
210am__define_uniq_tagged_files = \
211  list='$(am__tagged_files)'; \
212  unique=`for i in $$list; do \
213    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214  done | $(am__uniquify_input)`
215ETAGS = etags
216CTAGS = ctags
217am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depsver.mf \
218	$(top_srcdir)/includes.mf \
219	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
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 = 
487BUILT_SOURCES = .deps-ver
488CLEANFILES = .deps-ver
489noinst_PROGRAMS = @TESTDCF@ @DCFD@
490AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
491AM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP) $(NTP_HARD_CPPFLAGS)
492AM_LDFLAGS = $(NTP_HARD_LDFLAGS)
493LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM)
494ETAGS_ARGS = Makefile.am
495DISTCLEANFILES = $(EXTRA_PROGRAMS)
496NTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
497	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
498	-I$(top_srcdir)/lib/isc/unix/include
499all: $(BUILT_SOURCES)
500	$(MAKE) $(AM_MAKEFLAGS) all-am
501
502.SUFFIXES:
503.SUFFIXES: .c .lo .o .obj
504$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
505	@for dep in $?; do \
506	  case '$(am__configure_deps)' in \
507	    *$$dep*) \
508	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
509	        && { if test -f $@; then exit 0; else break; fi; }; \
510	      exit 1;; \
511	  esac; \
512	done; \
513	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign parseutil/Makefile'; \
514	$(am__cd) $(top_srcdir) && \
515	  $(AUTOMAKE) --foreign parseutil/Makefile
516Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
517	@case '$?' in \
518	  *config.status*) \
519	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
520	  *) \
521	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
522	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
523	esac;
524$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
525
526$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
527	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
528
529$(top_srcdir)/configure:  $(am__configure_deps)
530	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
531$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
532	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
533$(am__aclocal_m4_deps):
534
535clean-noinstPROGRAMS:
536	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
537	echo " rm -f" $$list; \
538	rm -f $$list || exit $$?; \
539	test -n "$(EXEEXT)" || exit 0; \
540	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
541	echo " rm -f" $$list; \
542	rm -f $$list
543
544dcfd$(EXEEXT): $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES) $(EXTRA_dcfd_DEPENDENCIES) 
545	@rm -f dcfd$(EXEEXT)
546	$(AM_V_CCLD)$(LINK) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS)
547
548testdcf$(EXEEXT): $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES) $(EXTRA_testdcf_DEPENDENCIES) 
549	@rm -f testdcf$(EXEEXT)
550	$(AM_V_CCLD)$(LINK) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS)
551
552mostlyclean-compile:
553	-rm -f *.$(OBJEXT)
554
555distclean-compile:
556	-rm -f *.tab.c
557
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dcfd.Po@am__quote@
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdcf.Po@am__quote@
560
561.c.o:
562@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
563@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
564@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
567
568.c.obj:
569@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
570@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
571@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
572@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
574
575.c.lo:
576@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
577@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
578@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
579@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
581
582mostlyclean-libtool:
583	-rm -f *.lo
584
585clean-libtool:
586	-rm -rf .libs _libs
587
588ID: $(am__tagged_files)
589	$(am__define_uniq_tagged_files); mkid -fID $$unique
590tags: tags-am
591TAGS: tags
592
593tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
594	set x; \
595	here=`pwd`; \
596	$(am__define_uniq_tagged_files); \
597	shift; \
598	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
599	  test -n "$$unique" || unique=$$empty_fix; \
600	  if test $$# -gt 0; then \
601	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
602	      "$$@" $$unique; \
603	  else \
604	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
605	      $$unique; \
606	  fi; \
607	fi
608ctags: ctags-am
609
610CTAGS: ctags
611ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612	$(am__define_uniq_tagged_files); \
613	test -z "$(CTAGS_ARGS)$$unique" \
614	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
615	     $$unique
616
617GTAGS:
618	here=`$(am__cd) $(top_builddir) && pwd` \
619	  && $(am__cd) $(top_srcdir) \
620	  && gtags -i $(GTAGS_ARGS) "$$here"
621cscopelist: cscopelist-am
622
623cscopelist-am: $(am__tagged_files)
624	list='$(am__tagged_files)'; \
625	case "$(srcdir)" in \
626	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
627	  *) sdir=$(subdir)/$(srcdir) ;; \
628	esac; \
629	for i in $$list; do \
630	  if test -f "$$i"; then \
631	    echo "$(subdir)/$$i"; \
632	  else \
633	    echo "$$sdir/$$i"; \
634	  fi; \
635	done >> $(top_builddir)/cscope.files
636
637distclean-tags:
638	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
639
640distdir: $(DISTFILES)
641	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
642	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
643	list='$(DISTFILES)'; \
644	  dist_files=`for file in $$list; do echo $$file; done | \
645	  sed -e "s|^$$srcdirstrip/||;t" \
646	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
647	case $$dist_files in \
648	  */*) $(MKDIR_P) `echo "$$dist_files" | \
649			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
650			   sort -u` ;; \
651	esac; \
652	for file in $$dist_files; do \
653	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
654	  if test -d $$d/$$file; then \
655	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
656	    if test -d "$(distdir)/$$file"; then \
657	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
658	    fi; \
659	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
660	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
661	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
662	    fi; \
663	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
664	  else \
665	    test -f "$(distdir)/$$file" \
666	    || cp -p $$d/$$file "$(distdir)/$$file" \
667	    || exit 1; \
668	  fi; \
669	done
670check-am: all-am
671	$(MAKE) $(AM_MAKEFLAGS) check-local
672check: $(BUILT_SOURCES)
673	$(MAKE) $(AM_MAKEFLAGS) check-am
674all-am: Makefile $(PROGRAMS)
675installdirs:
676install: $(BUILT_SOURCES)
677	$(MAKE) $(AM_MAKEFLAGS) install-am
678install-exec: install-exec-am
679install-data: install-data-am
680uninstall: uninstall-am
681
682install-am: all-am
683	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
684
685installcheck: installcheck-am
686install-strip:
687	if test -z '$(STRIP)'; then \
688	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690	      install; \
691	else \
692	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
695	fi
696mostlyclean-generic:
697
698clean-generic:
699	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
700
701distclean-generic:
702	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
703	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
704	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
705
706maintainer-clean-generic:
707	@echo "This command is intended for maintainers to use"
708	@echo "it deletes files that may require special tools to rebuild."
709	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
710clean: clean-am
711
712clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
713	mostlyclean-am
714
715distclean: distclean-am
716	-rm -rf ./$(DEPDIR)
717	-rm -f Makefile
718distclean-am: clean-am distclean-compile distclean-generic \
719	distclean-tags
720
721dvi: dvi-am
722
723dvi-am:
724
725html: html-am
726
727html-am:
728
729info: info-am
730
731info-am:
732
733install-data-am:
734
735install-dvi: install-dvi-am
736
737install-dvi-am:
738
739install-exec-am:
740
741install-html: install-html-am
742
743install-html-am:
744
745install-info: install-info-am
746
747install-info-am:
748
749install-man:
750
751install-pdf: install-pdf-am
752
753install-pdf-am:
754
755install-ps: install-ps-am
756
757install-ps-am:
758
759installcheck-am:
760
761maintainer-clean: maintainer-clean-am
762	-rm -rf ./$(DEPDIR)
763	-rm -f Makefile
764maintainer-clean-am: distclean-am maintainer-clean-generic
765
766mostlyclean: mostlyclean-am
767
768mostlyclean-am: mostlyclean-compile mostlyclean-generic \
769	mostlyclean-libtool
770
771pdf: pdf-am
772
773pdf-am:
774
775ps: ps-am
776
777ps-am:
778
779uninstall-am:
780
781.MAKE: all check check-am install install-am install-strip
782
783.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
784	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
785	ctags ctags-am distclean distclean-compile distclean-generic \
786	distclean-libtool distclean-tags distdir dvi dvi-am html \
787	html-am info info-am install install-am install-data \
788	install-data-am install-dvi install-dvi-am install-exec \
789	install-exec-am install-html install-html-am install-info \
790	install-info-am install-man install-pdf install-pdf-am \
791	install-ps install-ps-am install-strip installcheck \
792	installcheck-am installdirs maintainer-clean \
793	maintainer-clean-generic mostlyclean mostlyclean-compile \
794	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
795	tags tags-am uninstall uninstall-am
796
797.PRECIOUS: Makefile
798
799
800check-local: @DCFD@
801	case "$(noinst_PROGRAMS)" in	\
802	 *dcfd*) ./dcfd -Y ;;		\
803	esac
804$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
805	@[ -f $@ ] ||							\
806		cp $(top_srcdir)/deps-ver $@
807	@[ -w $@ ] ||							\
808		chmod ug+w $@
809	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
810		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
811		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
812		cat $@ &&						\
813		rm -rf $(DEPDIR) &&					\
814		mkdir $(DEPDIR) && 					\
815		case "$(top_builddir)" in				\
816		 .)							\
817		    ./config.status Makefile depfiles			\
818		    ;;							\
819		 *)							\
820		    cd "$(top_builddir)" &&				\
821		    ./config.status $(subdir)/Makefile depfiles &&	\
822		    cd $(subdir)					\
823		    ;;							\
824		esac &&							\
825		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
826		cat $(top_srcdir)/deps-ver				\
827	)
828	cp $(top_srcdir)/deps-ver $@
829
830.deps-ver: $(top_srcdir)/deps-ver
831	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
832	@touch $@
833
834#
835# depsver.mf	included in Makefile.am for directories with .deps
836#
837# When building in the same directory with sources that change over
838# time, such as when tracking using bk, the .deps files can become
839# stale with respect to moved, deleted, or superceded headers.  Most
840# commonly, this would exhibit as make reporting a failure to make a
841# header file which is no longer in the location given.  To address
842# this issue, we use a deps-ver file which is updated with each change
843# that breaks old .deps files.  A copy of deps-ver is made into
844# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
845# with different contents than deps-ver, we make clean to ensure all
846# .o files built before the incompatible change are rebuilt along with
847# their updated .deps files, then remove $(DEPDIR) and recreate it as
848# empty stubs.
849#
850# It is normal when configured with --disable-dependency-tracking for
851# the DEPDIR to not have been created.  For this reason, we use the
852# intermediate target .deps-ver, which invokes make recursively if
853# DEPDIR exists.
854#
855# If you modify depsver.mf, please make the changes to the master
856# copy, the one in sntp is copied by the bootstrap script from it.
857#
858# This comment block follows rather than leads the related code so that
859# it stays with it in the generated Makefile.in and Makefile.
860#
861
862# Tell versions [3.59,3.63) of GNU make to not export all variables.
863# Otherwise a system limit (for SysV at least) may be exceeded.
864.NOEXPORT:
865