xref: /freebsd/contrib/ntp/parseutil/Makefile.in (revision bdd1243d)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        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_harden.m4 \
113	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
114	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
115	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
116	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
117	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
118	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
119	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
120	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
121	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
122	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
123	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
124	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
125	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
126	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
127	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
128	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
129	$(top_srcdir)/sntp/m4/openldap.m4 \
130	$(top_srcdir)/sntp/m4/os_cflags.m4 \
131	$(top_srcdir)/sntp/m4/realpath.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__maybe_remake_depfiles = depfiles
172am__depfiles_remade = ./$(DEPDIR)/dcfd.Po ./$(DEPDIR)/testdcf.Po
173am__mv = mv -f
174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
178	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
179	$(AM_CFLAGS) $(CFLAGS)
180AM_V_CC = $(am__v_CC_@AM_V@)
181am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182am__v_CC_0 = @echo "  CC      " $@;
183am__v_CC_1 =
184CCLD = $(CC)
185LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190am__v_CCLD_0 = @echo "  CCLD    " $@;
191am__v_CCLD_1 =
192SOURCES = dcfd.c testdcf.c
193DIST_SOURCES = dcfd.c testdcf.c
194am__can_run_installinfo = \
195  case $$AM_UPDATE_INFO_DIR in \
196    n|no|NO) false;; \
197    *) (install-info --version) >/dev/null 2>&1;; \
198  esac
199am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200# Read a list of newline-separated strings from the standard input,
201# and print each of them once, without duplicates.  Input order is
202# *not* preserved.
203am__uniquify_input = $(AWK) '\
204  BEGIN { nonempty = 0; } \
205  { items[$$0] = 1; nonempty = 1; } \
206  END { if (nonempty) { for (i in items) print i; }; } \
207'
208# Make sure the list of sources is unique.  This is necessary because,
209# e.g., the same source file might be shared among _SOURCES variables
210# for different programs/libraries.
211am__define_uniq_tagged_files = \
212  list='$(am__tagged_files)'; \
213  unique=`for i in $$list; do \
214    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215  done | $(am__uniquify_input)`
216am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depsver.mf \
217	$(top_srcdir)/includes.mf \
218	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
220ACLOCAL = @ACLOCAL@
221ALLOCA = @ALLOCA@
222AMTAR = @AMTAR@
223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224AR = @AR@
225AUTOCONF = @AUTOCONF@
226AUTOHEADER = @AUTOHEADER@
227AUTOMAKE = @AUTOMAKE@
228AWK = @AWK@
229BUILD_THREAD = @BUILD_THREAD@
230CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
231CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
232CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
233CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
234CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
235CC = @CC@
236CCDEPMODE = @CCDEPMODE@
237CC_NOFORMAT = @CC_NOFORMAT@
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@
247CSCOPE = @CSCOPE@
248CTAGS = @CTAGS@
249CYGPATH_W = @CYGPATH_W@
250DCFD = @DCFD@
251DEFS = @DEFS@
252DEPDIR = @DEPDIR@
253DLLTOOL = @DLLTOOL@
254DSYMUTIL = @DSYMUTIL@
255DUMPBIN = @DUMPBIN@
256ECHO_C = @ECHO_C@
257ECHO_N = @ECHO_N@
258ECHO_T = @ECHO_T@
259EDITLINE_LIBS = @EDITLINE_LIBS@
260EGREP = @EGREP@
261ETAGS = @ETAGS@
262EXEEXT = @EXEEXT@
263FGREP = @FGREP@
264GREP = @GREP@
265HAVE_INLINE = @HAVE_INLINE@
266HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
267HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
268HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
269INSTALL = @INSTALL@
270INSTALL_DATA = @INSTALL_DATA@
271INSTALL_PROGRAM = @INSTALL_PROGRAM@
272INSTALL_SCRIPT = @INSTALL_SCRIPT@
273INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
274LD = @LD@
275LDADD_LIBEVENT = @LDADD_LIBEVENT@
276LDADD_LIBNTP = @LDADD_LIBNTP@
277LDADD_LIBUTIL = @LDADD_LIBUTIL@
278LDADD_NLIST = @LDADD_NLIST@
279LDADD_NTP = @LDADD_NTP@
280LDFLAGS = @LDFLAGS@
281LDFLAGS_NTP = @LDFLAGS_NTP@
282LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
283LIBM = @LIBM@
284LIBOBJS = @LIBOBJS@
285LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
286LIBOPTS_DIR = @LIBOPTS_DIR@
287LIBOPTS_LDADD = @LIBOPTS_LDADD@
288LIBPARSE = @LIBPARSE@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIBTOOL_DEPS = @LIBTOOL_DEPS@
292LIPO = @LIPO@
293LN_S = @LN_S@
294LSCF = @LSCF@
295LTHREAD_LIBS = @LTHREAD_LIBS@
296LTLIBOBJS = @LTLIBOBJS@
297LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
298MAKEINFO = @MAKEINFO@
299MAKE_ADJTIMED = @MAKE_ADJTIMED@
300MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
301MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
302MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
303MAKE_LIBPARSE = @MAKE_LIBPARSE@
304MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
305MAKE_NTPDSIM = @MAKE_NTPDSIM@
306MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
307MAKE_NTPTIME = @MAKE_NTPTIME@
308MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
309MAKE_TICKADJ = @MAKE_TICKADJ@
310MAKE_TIMETRIM = @MAKE_TIMETRIM@
311MANIFEST_TOOL = @MANIFEST_TOOL@
312MANTAGFMT = @MANTAGFMT@
313MKDIR_P = @MKDIR_P@
314NM = @NM@
315NMEDIT = @NMEDIT@
316NTPDATE_DB = @NTPDATE_DB@
317NTPDATE_DL = @NTPDATE_DL@
318NTPDATE_DS = @NTPDATE_DS@
319NTPDATE_MS = @NTPDATE_MS@
320NTPDATE_NI = @NTPDATE_NI@
321NTPDC_DB = @NTPDC_DB@
322NTPDC_DL = @NTPDC_DL@
323NTPDC_DS = @NTPDC_DS@
324NTPDC_MS = @NTPDC_MS@
325NTPDC_NI = @NTPDC_NI@
326NTPDSIM_DB = @NTPDSIM_DB@
327NTPDSIM_DL = @NTPDSIM_DL@
328NTPDSIM_DS = @NTPDSIM_DS@
329NTPDSIM_MS = @NTPDSIM_MS@
330NTPDSIM_NI = @NTPDSIM_NI@
331NTPD_DB = @NTPD_DB@
332NTPD_DL = @NTPD_DL@
333NTPD_DS = @NTPD_DS@
334NTPD_MS = @NTPD_MS@
335NTPD_NI = @NTPD_NI@
336NTPQ_DB = @NTPQ_DB@
337NTPQ_DL = @NTPQ_DL@
338NTPQ_DS = @NTPQ_DS@
339NTPQ_MS = @NTPQ_MS@
340NTPQ_NI = @NTPQ_NI@
341NTPSNMPD_DB = @NTPSNMPD_DB@
342NTPSNMPD_DL = @NTPSNMPD_DL@
343NTPSNMPD_DS = @NTPSNMPD_DS@
344NTPSNMPD_MS = @NTPSNMPD_MS@
345NTPSNMPD_NI = @NTPSNMPD_NI@
346NTPSWEEP_DB = @NTPSWEEP_DB@
347NTPSWEEP_DL = @NTPSWEEP_DL@
348NTPSWEEP_DS = @NTPSWEEP_DS@
349NTPSWEEP_MS = @NTPSWEEP_MS@
350NTPSWEEP_NI = @NTPSWEEP_NI@
351NTPTIME_DB = @NTPTIME_DB@
352NTPTIME_DL = @NTPTIME_DL@
353NTPTIME_DS = @NTPTIME_DS@
354NTPTIME_MS = @NTPTIME_MS@
355NTPTIME_NI = @NTPTIME_NI@
356NTPTRACE_DB = @NTPTRACE_DB@
357NTPTRACE_DL = @NTPTRACE_DL@
358NTPTRACE_DS = @NTPTRACE_DS@
359NTPTRACE_MS = @NTPTRACE_MS@
360NTPTRACE_NI = @NTPTRACE_NI@
361NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
362NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
363NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
364NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
365NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
366NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
367NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
368NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
369NTP_KEYSDIR = @NTP_KEYSDIR@
370NTP_WAIT_DB = @NTP_WAIT_DB@
371NTP_WAIT_DL = @NTP_WAIT_DL@
372NTP_WAIT_DS = @NTP_WAIT_DS@
373NTP_WAIT_MS = @NTP_WAIT_MS@
374NTP_WAIT_NI = @NTP_WAIT_NI@
375OBJDUMP = @OBJDUMP@
376OBJEXT = @OBJEXT@
377OTOOL = @OTOOL@
378OTOOL64 = @OTOOL64@
379PACKAGE = @PACKAGE@
380PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
381PACKAGE_NAME = @PACKAGE_NAME@
382PACKAGE_STRING = @PACKAGE_STRING@
383PACKAGE_TARNAME = @PACKAGE_TARNAME@
384PACKAGE_URL = @PACKAGE_URL@
385PACKAGE_VERSION = @PACKAGE_VERSION@
386PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
387PATH_PERL = @PATH_PERL@
388PATH_RUBY = @PATH_RUBY@
389PATH_SEPARATOR = @PATH_SEPARATOR@
390PATH_TEST = @PATH_TEST@
391PERLLIBDIR = @PERLLIBDIR@
392PKG_CONFIG = @PKG_CONFIG@
393POSIX_SHELL = @POSIX_SHELL@
394PROPDELAY = @PROPDELAY@
395PTHREAD_LIBS = @PTHREAD_LIBS@
396RANLIB = @RANLIB@
397SED = @SED@
398SET_MAKE = @SET_MAKE@
399SHELL = @SHELL@
400SNMP_CFLAGS = @SNMP_CFLAGS@
401SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
402SNMP_LIBS = @SNMP_LIBS@
403SNTP = @SNTP@
404SNTP_DB = @SNTP_DB@
405SNTP_DL = @SNTP_DL@
406SNTP_DS = @SNTP_DS@
407SNTP_MS = @SNTP_MS@
408SNTP_NI = @SNTP_NI@
409STDNORETURN_H = @STDNORETURN_H@
410STRIP = @STRIP@
411TESTDCF = @TESTDCF@
412TICKADJ_DB = @TICKADJ_DB@
413TICKADJ_DL = @TICKADJ_DL@
414TICKADJ_DS = @TICKADJ_DS@
415TICKADJ_MS = @TICKADJ_MS@
416TICKADJ_NI = @TICKADJ_NI@
417TIMETRIM_DB = @TIMETRIM_DB@
418TIMETRIM_DL = @TIMETRIM_DL@
419TIMETRIM_DS = @TIMETRIM_DS@
420TIMETRIM_MS = @TIMETRIM_MS@
421TIMETRIM_NI = @TIMETRIM_NI@
422UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
423UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
424UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
425UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
426UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
427VERSION = @VERSION@
428VER_SUFFIX = @VER_SUFFIX@
429YACC = @YACC@
430YFLAGS = @YFLAGS@
431abs_builddir = @abs_builddir@
432abs_srcdir = @abs_srcdir@
433abs_top_builddir = @abs_top_builddir@
434abs_top_srcdir = @abs_top_srcdir@
435ac_ct_AR = @ac_ct_AR@
436ac_ct_CC = @ac_ct_CC@
437ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
438am__include = @am__include@
439am__leading_dot = @am__leading_dot@
440am__quote = @am__quote@
441am__tar = @am__tar@
442am__untar = @am__untar@
443bindir = @bindir@
444build = @build@
445build_alias = @build_alias@
446build_cpu = @build_cpu@
447build_os = @build_os@
448build_vendor = @build_vendor@
449builddir = @builddir@
450datadir = @datadir@
451datarootdir = @datarootdir@
452docdir = @docdir@
453dvidir = @dvidir@
454exec_prefix = @exec_prefix@
455host = @host@
456host_alias = @host_alias@
457host_cpu = @host_cpu@
458host_os = @host_os@
459host_vendor = @host_vendor@
460htmldir = @htmldir@
461includedir = @includedir@
462infodir = @infodir@
463install_sh = @install_sh@
464libdir = @libdir@
465libexecdir = @libexecdir@
466localedir = @localedir@
467localstatedir = @localstatedir@
468mandir = @mandir@
469mkdir_p = @mkdir_p@
470oldincludedir = @oldincludedir@
471pdfdir = @pdfdir@
472prefix = @prefix@
473program_transform_name = @program_transform_name@
474psdir = @psdir@
475runstatedir = @runstatedir@
476sbindir = @sbindir@
477sharedstatedir = @sharedstatedir@
478srcdir = @srcdir@
479subdirs = @subdirs@
480sysconfdir = @sysconfdir@
481target_alias = @target_alias@
482top_build_prefix = @top_build_prefix@
483top_builddir = @top_builddir@
484top_srcdir = @top_srcdir@
485NULL =
486BUILT_SOURCES = .deps-ver
487CLEANFILES = .deps-ver
488noinst_PROGRAMS = @TESTDCF@ @DCFD@
489AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
490AM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP) $(NTP_HARD_CPPFLAGS)
491AM_LDFLAGS = $(NTP_HARD_LDFLAGS)
492LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM)
493ETAGS_ARGS = Makefile.am
494DISTCLEANFILES = $(EXTRA_PROGRAMS) $(DEPDIR)/deps-ver
495NTP_INCS = -I$(top_srcdir)/include \
496	-I$(top_srcdir)/libntp/lib/isc/include \
497	-I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
498	-I$(top_srcdir)/libntp/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__maybe_remake_depfiles)'; \
522	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
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@ # am--include-marker
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdcf.Po@am__quote@ # am--include-marker
560
561$(am__depfiles_remade):
562	@$(MKDIR_P) $(@D)
563	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
564
565am--depfiles: $(am__depfiles_remade)
566
567.c.o:
568@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
569@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
570@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.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 $@ $<
574
575.c.obj:
576@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
577@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
578@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
579@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
582
583.c.lo:
584@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
585@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
586@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
587@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
590
591mostlyclean-libtool:
592	-rm -f *.lo
593
594clean-libtool:
595	-rm -rf .libs _libs
596
597ID: $(am__tagged_files)
598	$(am__define_uniq_tagged_files); mkid -fID $$unique
599tags: tags-am
600TAGS: tags
601
602tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
603	set x; \
604	here=`pwd`; \
605	$(am__define_uniq_tagged_files); \
606	shift; \
607	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
608	  test -n "$$unique" || unique=$$empty_fix; \
609	  if test $$# -gt 0; then \
610	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
611	      "$$@" $$unique; \
612	  else \
613	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
614	      $$unique; \
615	  fi; \
616	fi
617ctags: ctags-am
618
619CTAGS: ctags
620ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
621	$(am__define_uniq_tagged_files); \
622	test -z "$(CTAGS_ARGS)$$unique" \
623	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
624	     $$unique
625
626GTAGS:
627	here=`$(am__cd) $(top_builddir) && pwd` \
628	  && $(am__cd) $(top_srcdir) \
629	  && gtags -i $(GTAGS_ARGS) "$$here"
630cscopelist: cscopelist-am
631
632cscopelist-am: $(am__tagged_files)
633	list='$(am__tagged_files)'; \
634	case "$(srcdir)" in \
635	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
636	  *) sdir=$(subdir)/$(srcdir) ;; \
637	esac; \
638	for i in $$list; do \
639	  if test -f "$$i"; then \
640	    echo "$(subdir)/$$i"; \
641	  else \
642	    echo "$$sdir/$$i"; \
643	  fi; \
644	done >> $(top_builddir)/cscope.files
645
646distclean-tags:
647	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
648distdir: $(BUILT_SOURCES)
649	$(MAKE) $(AM_MAKEFLAGS) distdir-am
650
651distdir-am: $(DISTFILES)
652	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
653	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
654	list='$(DISTFILES)'; \
655	  dist_files=`for file in $$list; do echo $$file; done | \
656	  sed -e "s|^$$srcdirstrip/||;t" \
657	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
658	case $$dist_files in \
659	  */*) $(MKDIR_P) `echo "$$dist_files" | \
660			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
661			   sort -u` ;; \
662	esac; \
663	for file in $$dist_files; do \
664	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
665	  if test -d $$d/$$file; then \
666	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
667	    if test -d "$(distdir)/$$file"; then \
668	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
669	    fi; \
670	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
671	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
672	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673	    fi; \
674	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
675	  else \
676	    test -f "$(distdir)/$$file" \
677	    || cp -p $$d/$$file "$(distdir)/$$file" \
678	    || exit 1; \
679	  fi; \
680	done
681check-am: all-am
682	$(MAKE) $(AM_MAKEFLAGS) check-local
683check: $(BUILT_SOURCES)
684	$(MAKE) $(AM_MAKEFLAGS) check-am
685all-am: Makefile $(PROGRAMS)
686installdirs:
687install: $(BUILT_SOURCES)
688	$(MAKE) $(AM_MAKEFLAGS) install-am
689install-exec: $(BUILT_SOURCES)
690	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
691install-data: install-data-am
692uninstall: uninstall-am
693
694install-am: all-am
695	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
696
697installcheck: installcheck-am
698install-strip:
699	if test -z '$(STRIP)'; then \
700	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
701	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
702	      install; \
703	else \
704	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
705	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
706	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
707	fi
708mostlyclean-generic:
709
710clean-generic:
711	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
712
713distclean-generic:
714	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
715	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
716	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
717
718maintainer-clean-generic:
719	@echo "This command is intended for maintainers to use"
720	@echo "it deletes files that may require special tools to rebuild."
721	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
722clean: clean-am
723
724clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
725	mostlyclean-am
726
727distclean: distclean-am
728		-rm -f ./$(DEPDIR)/dcfd.Po
729	-rm -f ./$(DEPDIR)/testdcf.Po
730	-rm -f Makefile
731distclean-am: clean-am distclean-compile distclean-generic \
732	distclean-tags
733
734dvi: dvi-am
735
736dvi-am:
737
738html: html-am
739
740html-am:
741
742info: info-am
743
744info-am:
745
746install-data-am:
747
748install-dvi: install-dvi-am
749
750install-dvi-am:
751
752install-exec-am:
753
754install-html: install-html-am
755
756install-html-am:
757
758install-info: install-info-am
759
760install-info-am:
761
762install-man:
763
764install-pdf: install-pdf-am
765
766install-pdf-am:
767
768install-ps: install-ps-am
769
770install-ps-am:
771
772installcheck-am:
773
774maintainer-clean: maintainer-clean-am
775		-rm -f ./$(DEPDIR)/dcfd.Po
776	-rm -f ./$(DEPDIR)/testdcf.Po
777	-rm -f Makefile
778maintainer-clean-am: distclean-am maintainer-clean-generic
779
780mostlyclean: mostlyclean-am
781
782mostlyclean-am: mostlyclean-compile mostlyclean-generic \
783	mostlyclean-libtool
784
785pdf: pdf-am
786
787pdf-am:
788
789ps: ps-am
790
791ps-am:
792
793uninstall-am:
794
795.MAKE: all check check-am install install-am install-exec \
796	install-strip
797
798.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
799	check-local clean clean-generic clean-libtool \
800	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
801	distclean-compile distclean-generic distclean-libtool \
802	distclean-tags distdir dvi dvi-am html html-am info info-am \
803	install install-am install-data install-data-am install-dvi \
804	install-dvi-am install-exec install-exec-am install-html \
805	install-html-am install-info install-info-am install-man \
806	install-pdf install-pdf-am install-ps install-ps-am \
807	install-strip installcheck installcheck-am installdirs \
808	maintainer-clean maintainer-clean-generic mostlyclean \
809	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
810	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
811
812.PRECIOUS: Makefile
813
814
815check-local: @DCFD@
816	case "$(noinst_PROGRAMS)" in	\
817	 *dcfd*) ./dcfd -Y ;;		\
818	esac
819$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
820	@[ -f $@ ] ||							\
821		cp $(top_srcdir)/deps-ver $@
822	@[ -w $@ ] ||							\
823		chmod u+w $@
824	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
825		$(MAKE) $(AM_MAKEFLAGS) clean &&			\
826		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
827		cat $@ &&						\
828		rm -rf $(DEPDIR) &&					\
829		mkdir $(DEPDIR) && 					\
830		case "$(top_builddir)" in				\
831		 .)							\
832		    ./config.status Makefile depfiles			\
833		    ;;							\
834		 *)							\
835		    cd "$(top_builddir)" &&				\
836		    ./config.status $(subdir)/Makefile depfiles &&	\
837		    cd $(subdir)					\
838		    ;;							\
839		esac &&							\
840		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
841		cat $(top_srcdir)/deps-ver				\
842	)
843	$(AM_V_at)cp $(top_srcdir)/deps-ver $@
844
845.deps-ver: $(top_srcdir)/deps-ver
846	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
847	@touch $@
848
849#
850# depsver.mf	included in Makefile.am for directories with .deps
851#
852# When building in the same directory with sources that change over
853# time, such as when tracking using bk, the .deps files can become
854# stale with respect to moved, deleted, or superceded headers.  Most
855# commonly, this would exhibit as make reporting a failure to make a
856# header file which is no longer in the location given.  To address
857# this issue, we use a deps-ver file which is updated with each change
858# that breaks old .deps files.  A copy of deps-ver is made into
859# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
860# with different contents than deps-ver, we make clean to ensure all
861# .o files built before the incompatible change are rebuilt along with
862# their updated .deps files, then remove $(DEPDIR) and recreate it as
863# empty stubs.
864#
865# It is normal when configured with --disable-dependency-tracking for
866# the DEPDIR to not have been created.  For this reason, we use the
867# intermediate target .deps-ver, which invokes make recursively if
868# DEPDIR exists.
869#
870# If you modify depsver.mf, please make the changes to the master
871# copy, the one in sntp is copied by the bootstrap script from it.
872#
873# This comment block follows rather than leads the related rules so that
874# it stays with it in the generated Makefile.in and Makefile.
875#
876
877# Tell versions [3.59,3.63) of GNU make to not export all variables.
878# Otherwise a system limit (for SysV at least) may be exceeded.
879.NOEXPORT:
880