xref: /freebsd/contrib/ntp/ntpdc/Makefile.in (revision bdd1243df58e60e85101c09001d9812a789b6bc4)
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
17# we traditionally installed software in bindir, while it should have gone
18# in sbindir.  Now that we offer a choice, look in the "other" installation
19# subdir to warn folks if there is another version there.
20
21
22
23VPATH = @srcdir@
24am__is_gnu_make = { \
25  if test -z '$(MAKELEVEL)'; then \
26    false; \
27  elif test -n '$(MAKE_HOST)'; then \
28    true; \
29  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30    true; \
31  else \
32    false; \
33  fi; \
34}
35am__make_running_with_option = \
36  case $${target_option-} in \
37      ?) ;; \
38      *) echo "am__make_running_with_option: internal error: invalid" \
39              "target option '$${target_option-}' specified" >&2; \
40         exit 1;; \
41  esac; \
42  has_opt=no; \
43  sane_makeflags=$$MAKEFLAGS; \
44  if $(am__is_gnu_make); then \
45    sane_makeflags=$$MFLAGS; \
46  else \
47    case $$MAKEFLAGS in \
48      *\\[\ \	]*) \
49        bs=\\; \
50        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52    esac; \
53  fi; \
54  skip_next=no; \
55  strip_trailopt () \
56  { \
57    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58  }; \
59  for flg in $$sane_makeflags; do \
60    test $$skip_next = yes && { skip_next=no; continue; }; \
61    case $$flg in \
62      *=*|--*) continue;; \
63        -*I) strip_trailopt 'I'; skip_next=yes;; \
64      -*I?*) strip_trailopt 'I';; \
65        -*O) strip_trailopt 'O'; skip_next=yes;; \
66      -*O?*) strip_trailopt 'O';; \
67        -*l) strip_trailopt 'l'; skip_next=yes;; \
68      -*l?*) strip_trailopt 'l';; \
69      -[dEDm]) skip_next=yes;; \
70      -[JT]) skip_next=yes;; \
71    esac; \
72    case $$flg in \
73      *$$target_option*) has_opt=yes; break;; \
74    esac; \
75  done; \
76  test $$has_opt = yes
77am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79pkgdatadir = $(datadir)/@PACKAGE@
80pkgincludedir = $(includedir)/@PACKAGE@
81pkglibdir = $(libdir)/@PACKAGE@
82pkglibexecdir = $(libexecdir)/@PACKAGE@
83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
84install_sh_DATA = $(install_sh) -c -m 644
85install_sh_PROGRAM = $(install_sh) -c
86install_sh_SCRIPT = $(install_sh) -c
87INSTALL_HEADER = $(INSTALL_DATA)
88transform = $(program_transform_name)
89NORMAL_INSTALL = :
90PRE_INSTALL = :
91POST_INSTALL = :
92NORMAL_UNINSTALL = :
93PRE_UNINSTALL = :
94POST_UNINSTALL = :
95build_triplet = @build@
96host_triplet = @host@
97EXTRA_PROGRAMS = ntpdc$(EXEEXT) ntpdc-layout$(EXEEXT)
98subdir = ntpdc
99ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
101	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
102	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
103	$(top_srcdir)/sntp/m4/define_dir.m4 \
104	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
105	$(top_srcdir)/sntp/m4/libtool.m4 \
106	$(top_srcdir)/sntp/m4/ltoptions.m4 \
107	$(top_srcdir)/sntp/m4/ltsugar.m4 \
108	$(top_srcdir)/sntp/m4/ltversion.m4 \
109	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
110	$(top_srcdir)/sntp/m4/ntp_af_unspec.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_harden.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/realpath.m4 \
138	$(top_srcdir)/sntp/m4/snprintf.m4 \
139	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
140am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
141	$(ACLOCAL_M4)
142DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
143	$(am__DIST_COMMON)
144mkinstalldirs = $(install_sh) -d
145CONFIG_HEADER = $(top_builddir)/config.h
146CONFIG_CLEAN_FILES = nl.pl
147CONFIG_CLEAN_VPATH_FILES =
148am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
149	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
150	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
151PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
152am_ntpdc_OBJECTS = ntpdc.$(OBJEXT) ntpdc_ops.$(OBJEXT) \
153	ntpdc-opts.$(OBJEXT)
154nodist_ntpdc_OBJECTS = version.$(OBJEXT)
155ntpdc_OBJECTS = $(am_ntpdc_OBJECTS) $(nodist_ntpdc_OBJECTS)
156am__DEPENDENCIES_1 =
157ntpdc_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libntp/libntp.a \
158	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
159	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
160	$(am__DEPENDENCIES_1)
161AM_V_lt = $(am__v_lt_@AM_V@)
162am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
163am__v_lt_0 = --silent
164am__v_lt_1 =
165ntpdc_layout_SOURCES = ntpdc-layout.c
166ntpdc_layout_OBJECTS = ntpdc-layout.$(OBJEXT)
167ntpdc_layout_DEPENDENCIES =
168AM_V_P = $(am__v_P_@AM_V@)
169am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170am__v_P_0 = false
171am__v_P_1 = :
172AM_V_GEN = $(am__v_GEN_@AM_V@)
173am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174am__v_GEN_0 = @echo "  GEN     " $@;
175am__v_GEN_1 =
176AM_V_at = $(am__v_at_@AM_V@)
177am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178am__v_at_0 = @
179am__v_at_1 =
180DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
181depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
182am__maybe_remake_depfiles = depfiles
183am__depfiles_remade = ./$(DEPDIR)/ntpdc-layout.Po \
184	./$(DEPDIR)/ntpdc-opts.Po ./$(DEPDIR)/ntpdc.Po \
185	./$(DEPDIR)/ntpdc_ops.Po ./$(DEPDIR)/version.Po
186am__mv = mv -f
187COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
188	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
189LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
191	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
192	$(AM_CFLAGS) $(CFLAGS)
193AM_V_CC = $(am__v_CC_@AM_V@)
194am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
195am__v_CC_0 = @echo "  CC      " $@;
196am__v_CC_1 =
197CCLD = $(CC)
198LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
199	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
200	$(AM_LDFLAGS) $(LDFLAGS) -o $@
201AM_V_CCLD = $(am__v_CCLD_@AM_V@)
202am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
203am__v_CCLD_0 = @echo "  CCLD    " $@;
204am__v_CCLD_1 =
205SOURCES = $(ntpdc_SOURCES) $(nodist_ntpdc_SOURCES) ntpdc-layout.c
206DIST_SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
207am__can_run_installinfo = \
208  case $$AM_UPDATE_INFO_DIR in \
209    n|no|NO) false;; \
210    *) (install-info --version) >/dev/null 2>&1;; \
211  esac
212am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
213am__vpath_adj = case $$p in \
214    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
215    *) f=$$p;; \
216  esac;
217am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
218am__install_max = 40
219am__nobase_strip_setup = \
220  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
221am__nobase_strip = \
222  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
223am__nobase_list = $(am__nobase_strip_setup); \
224  for p in $$list; do echo "$$p $$p"; done | \
225  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
226  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
227    if (++n[$$2] == $(am__install_max)) \
228      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
229    END { for (dir in files) print dir, files[dir] }'
230am__base_list = \
231  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
232  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
233am__uninstall_files_from_dir = { \
234  test -z "$$files" \
235    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
236    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
237         $(am__cd) "$$dir" && rm -f $$files; }; \
238  }
239man1dir = $(mandir)/man1
240man8dir = $(mandir)/man8
241NROFF = nroff
242MANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
243DATA = $(html_DATA) $(noinst_DATA)
244HEADERS = $(noinst_HEADERS)
245am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
246# Read a list of newline-separated strings from the standard input,
247# and print each of them once, without duplicates.  Input order is
248# *not* preserved.
249am__uniquify_input = $(AWK) '\
250  BEGIN { nonempty = 0; } \
251  { items[$$0] = 1; nonempty = 1; } \
252  END { if (nonempty) { for (i in items) print i; }; } \
253'
254# Make sure the list of sources is unique.  This is necessary because,
255# e.g., the same source file might be shared among _SOURCES variables
256# for different programs/libraries.
257am__define_uniq_tagged_files = \
258  list='$(am__tagged_files)'; \
259  unique=`for i in $$list; do \
260    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261  done | $(am__uniquify_input)`
262am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/nl.pl.in \
263	$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \
264	$(top_srcdir)/check-libopts.mf $(top_srcdir)/check-scm-rev.mf \
265	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \
266	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
267DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268ACLOCAL = @ACLOCAL@
269ALLOCA = @ALLOCA@
270AMTAR = @AMTAR@
271AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
272AR = @AR@
273AUTOCONF = @AUTOCONF@
274AUTOHEADER = @AUTOHEADER@
275AUTOMAKE = @AUTOMAKE@
276AWK = @AWK@
277BUILD_THREAD = @BUILD_THREAD@
278CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
279CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
280CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
281CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
282CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
283CC = @CC@
284CCDEPMODE = @CCDEPMODE@
285CC_NOFORMAT = @CC_NOFORMAT@
286CFLAGS = @CFLAGS@
287CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
288CFLAGS_NTP = @CFLAGS_NTP@
289CHUTEST = @CHUTEST@
290CONFIG_SHELL = @CONFIG_SHELL@
291CPP = @CPP@
292CPPFLAGS = @CPPFLAGS@
293CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
294CPPFLAGS_NTP = @CPPFLAGS_NTP@
295CSCOPE = @CSCOPE@
296CTAGS = @CTAGS@
297CYGPATH_W = @CYGPATH_W@
298DCFD = @DCFD@
299DEFS = @DEFS@
300DEPDIR = @DEPDIR@
301DLLTOOL = @DLLTOOL@
302DSYMUTIL = @DSYMUTIL@
303DUMPBIN = @DUMPBIN@
304ECHO_C = @ECHO_C@
305ECHO_N = @ECHO_N@
306ECHO_T = @ECHO_T@
307EDITLINE_LIBS = @EDITLINE_LIBS@
308EGREP = @EGREP@
309ETAGS = @ETAGS@
310EXEEXT = @EXEEXT@
311FGREP = @FGREP@
312GREP = @GREP@
313HAVE_INLINE = @HAVE_INLINE@
314HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
315HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
316HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
317INSTALL = @INSTALL@
318INSTALL_DATA = @INSTALL_DATA@
319INSTALL_PROGRAM = @INSTALL_PROGRAM@
320INSTALL_SCRIPT = @INSTALL_SCRIPT@
321INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
322LD = @LD@
323LDADD_LIBEVENT = @LDADD_LIBEVENT@
324LDADD_LIBNTP = @LDADD_LIBNTP@
325LDADD_LIBUTIL = @LDADD_LIBUTIL@
326LDADD_NLIST = @LDADD_NLIST@
327LDADD_NTP = @LDADD_NTP@
328LDFLAGS = @LDFLAGS@
329LDFLAGS_NTP = @LDFLAGS_NTP@
330LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
331LIBM = @LIBM@
332LIBOBJS = @LIBOBJS@
333LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
334LIBOPTS_DIR = @LIBOPTS_DIR@
335LIBOPTS_LDADD = @LIBOPTS_LDADD@
336LIBPARSE = @LIBPARSE@
337LIBS = @LIBS@
338LIBTOOL = @LIBTOOL@
339LIBTOOL_DEPS = @LIBTOOL_DEPS@
340LIPO = @LIPO@
341LN_S = @LN_S@
342LSCF = @LSCF@
343LTHREAD_LIBS = @LTHREAD_LIBS@
344LTLIBOBJS = @LTLIBOBJS@
345LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
346MAKEINFO = @MAKEINFO@
347MAKE_ADJTIMED = @MAKE_ADJTIMED@
348MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
349MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
350MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
351MAKE_LIBPARSE = @MAKE_LIBPARSE@
352MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
353MAKE_NTPDSIM = @MAKE_NTPDSIM@
354MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
355MAKE_NTPTIME = @MAKE_NTPTIME@
356MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
357MAKE_TICKADJ = @MAKE_TICKADJ@
358MAKE_TIMETRIM = @MAKE_TIMETRIM@
359MANIFEST_TOOL = @MANIFEST_TOOL@
360MANTAGFMT = @MANTAGFMT@
361MKDIR_P = @MKDIR_P@
362NM = @NM@
363NMEDIT = @NMEDIT@
364NTPDATE_DB = @NTPDATE_DB@
365NTPDATE_DL = @NTPDATE_DL@
366NTPDATE_DS = @NTPDATE_DS@
367NTPDATE_MS = @NTPDATE_MS@
368NTPDATE_NI = @NTPDATE_NI@
369NTPDC_DB = @NTPDC_DB@
370NTPDC_DL = @NTPDC_DL@
371NTPDC_DS = @NTPDC_DS@
372NTPDC_MS = @NTPDC_MS@
373NTPDC_NI = @NTPDC_NI@
374NTPDSIM_DB = @NTPDSIM_DB@
375NTPDSIM_DL = @NTPDSIM_DL@
376NTPDSIM_DS = @NTPDSIM_DS@
377NTPDSIM_MS = @NTPDSIM_MS@
378NTPDSIM_NI = @NTPDSIM_NI@
379NTPD_DB = @NTPD_DB@
380NTPD_DL = @NTPD_DL@
381NTPD_DS = @NTPD_DS@
382NTPD_MS = @NTPD_MS@
383NTPD_NI = @NTPD_NI@
384NTPQ_DB = @NTPQ_DB@
385NTPQ_DL = @NTPQ_DL@
386NTPQ_DS = @NTPQ_DS@
387NTPQ_MS = @NTPQ_MS@
388NTPQ_NI = @NTPQ_NI@
389NTPSNMPD_DB = @NTPSNMPD_DB@
390NTPSNMPD_DL = @NTPSNMPD_DL@
391NTPSNMPD_DS = @NTPSNMPD_DS@
392NTPSNMPD_MS = @NTPSNMPD_MS@
393NTPSNMPD_NI = @NTPSNMPD_NI@
394NTPSWEEP_DB = @NTPSWEEP_DB@
395NTPSWEEP_DL = @NTPSWEEP_DL@
396NTPSWEEP_DS = @NTPSWEEP_DS@
397NTPSWEEP_MS = @NTPSWEEP_MS@
398NTPSWEEP_NI = @NTPSWEEP_NI@
399NTPTIME_DB = @NTPTIME_DB@
400NTPTIME_DL = @NTPTIME_DL@
401NTPTIME_DS = @NTPTIME_DS@
402NTPTIME_MS = @NTPTIME_MS@
403NTPTIME_NI = @NTPTIME_NI@
404NTPTRACE_DB = @NTPTRACE_DB@
405NTPTRACE_DL = @NTPTRACE_DL@
406NTPTRACE_DS = @NTPTRACE_DS@
407NTPTRACE_MS = @NTPTRACE_MS@
408NTPTRACE_NI = @NTPTRACE_NI@
409NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
410NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
411NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
412NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
413NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
414NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
415NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
416NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
417NTP_KEYSDIR = @NTP_KEYSDIR@
418NTP_WAIT_DB = @NTP_WAIT_DB@
419NTP_WAIT_DL = @NTP_WAIT_DL@
420NTP_WAIT_DS = @NTP_WAIT_DS@
421NTP_WAIT_MS = @NTP_WAIT_MS@
422NTP_WAIT_NI = @NTP_WAIT_NI@
423OBJDUMP = @OBJDUMP@
424OBJEXT = @OBJEXT@
425OTOOL = @OTOOL@
426OTOOL64 = @OTOOL64@
427PACKAGE = @PACKAGE@
428PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
429PACKAGE_NAME = @PACKAGE_NAME@
430PACKAGE_STRING = @PACKAGE_STRING@
431PACKAGE_TARNAME = @PACKAGE_TARNAME@
432PACKAGE_URL = @PACKAGE_URL@
433PACKAGE_VERSION = @PACKAGE_VERSION@
434PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
435PATH_PERL = @PATH_PERL@
436PATH_RUBY = @PATH_RUBY@
437PATH_SEPARATOR = @PATH_SEPARATOR@
438PATH_TEST = @PATH_TEST@
439PERLLIBDIR = @PERLLIBDIR@
440PKG_CONFIG = @PKG_CONFIG@
441POSIX_SHELL = @POSIX_SHELL@
442PROPDELAY = @PROPDELAY@
443PTHREAD_LIBS = @PTHREAD_LIBS@
444RANLIB = @RANLIB@
445SED = @SED@
446SET_MAKE = @SET_MAKE@
447SHELL = @SHELL@
448SNMP_CFLAGS = @SNMP_CFLAGS@
449SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
450SNMP_LIBS = @SNMP_LIBS@
451SNTP = @SNTP@
452SNTP_DB = @SNTP_DB@
453SNTP_DL = @SNTP_DL@
454SNTP_DS = @SNTP_DS@
455SNTP_MS = @SNTP_MS@
456SNTP_NI = @SNTP_NI@
457STDNORETURN_H = @STDNORETURN_H@
458STRIP = @STRIP@
459TESTDCF = @TESTDCF@
460TICKADJ_DB = @TICKADJ_DB@
461TICKADJ_DL = @TICKADJ_DL@
462TICKADJ_DS = @TICKADJ_DS@
463TICKADJ_MS = @TICKADJ_MS@
464TICKADJ_NI = @TICKADJ_NI@
465TIMETRIM_DB = @TIMETRIM_DB@
466TIMETRIM_DL = @TIMETRIM_DL@
467TIMETRIM_DS = @TIMETRIM_DS@
468TIMETRIM_MS = @TIMETRIM_MS@
469TIMETRIM_NI = @TIMETRIM_NI@
470UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
471UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
472UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
473UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
474UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
475VERSION = @VERSION@
476VER_SUFFIX = @VER_SUFFIX@
477YACC = @YACC@
478YFLAGS = @YFLAGS@
479abs_builddir = @abs_builddir@
480abs_srcdir = @abs_srcdir@
481abs_top_builddir = @abs_top_builddir@
482abs_top_srcdir = @abs_top_srcdir@
483ac_ct_AR = @ac_ct_AR@
484ac_ct_CC = @ac_ct_CC@
485ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
486am__include = @am__include@
487am__leading_dot = @am__leading_dot@
488am__quote = @am__quote@
489am__tar = @am__tar@
490am__untar = @am__untar@
491bindir = @bindir@
492build = @build@
493build_alias = @build_alias@
494build_cpu = @build_cpu@
495build_os = @build_os@
496build_vendor = @build_vendor@
497builddir = @builddir@
498datadir = @datadir@
499datarootdir = @datarootdir@
500docdir = @docdir@
501dvidir = @dvidir@
502exec_prefix = @exec_prefix@
503host = @host@
504host_alias = @host_alias@
505host_cpu = @host_cpu@
506host_os = @host_os@
507host_vendor = @host_vendor@
508htmldir = @htmldir@
509includedir = @includedir@
510infodir = @infodir@
511install_sh = @install_sh@
512libdir = @libdir@
513libexecdir = @libexecdir@
514localedir = @localedir@
515localstatedir = @localstatedir@
516mandir = @mandir@
517mkdir_p = @mkdir_p@
518oldincludedir = @oldincludedir@
519pdfdir = @pdfdir@
520prefix = @prefix@
521program_transform_name = @program_transform_name@
522psdir = @psdir@
523runstatedir = @runstatedir@
524sbindir = @sbindir@
525sharedstatedir = @sharedstatedir@
526srcdir = @srcdir@
527subdirs = @subdirs@
528sysconfdir = @sysconfdir@
529target_alias = @target_alias@
530top_build_prefix = @top_build_prefix@
531top_builddir = @top_builddir@
532top_srcdir = @top_srcdir@
533NULL =
534bin_PROGRAMS = $(NTPDC_DB)
535libexec_PROGRAMS = $(NTPDC_DL)
536sbin_PROGRAMS = $(NTPDC_DS)
537EXTRA_DATA = check-layout
538BUILT_SOURCES = @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h \
539	check-libopts check-libntp .deps-ver
540AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
541AM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP) \
542	$(NTP_HARD_CPPFLAGS)
543AM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS)
544
545# LDADD might need RESLIB and ADJLIB
546ntpdc_LDADD = $(LIBOPTS_LDADD) ../libntp/libntp.a $(LDADD_LIBNTP) \
547	$(LIBM) $(PTHREAD_LIBS) $(EDITLINE_LIBS) $(LDADD_NTP)
548# ntpdc-layout doesn't need any additional libraries at all
549ntpdc_layout_LDADD =
550DISTCLEANFILES = $(man_MANS) config.log $(NULL) $(DEPDIR)/deps-ver
551CLEANFILES = check-layout layout.here nl.c ntpdc-layout .version \
552	version.c $(NULL) check-libopts check-libntp .deps-ver
553noinst_HEADERS = ntpdc.h
554ETAGS_ARGS = Makefile.am
555EXTRA_DIST = \
556	invoke-ntpdc.menu	\
557	invoke-ntpdc.texi	\
558	layout.std		\
559	nl_in.c			\
560	nl.pl			\
561	ntpdc-opts.def		\
562	ntpdc.1ntpdcman		\
563	ntpdc.1ntpdcmdoc	\
564	ntpdc.man.in		\
565	ntpdc.mdoc.in		\
566	ntpdc.html		\
567	ntpdc.texi		\
568	$(NULL)
569
570man1_MANS =
571man8_MANS =
572man_MANS = ntpdc.$(NTPDC_MS)
573html_DATA = \
574	$(srcdir)/ntpdc.html		\
575	$(NULL)
576
577noinst_DATA = \
578	$(srcdir)/invoke-ntpdc.menu	\
579	$(srcdir)/invoke-ntpdc.texi	\
580	$(srcdir)/ntpdc.man.in		\
581	$(srcdir)/ntpdc.mdoc.in		\
582	$(NULL)
583
584run_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
585		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
586
587std_def_list = \
588	$(top_srcdir)/sntp/include/debug-opt.def		\
589	$(top_srcdir)/sntp/include/autogen-version.def 		\
590	$(top_srcdir)/sntp/include/copyright.def 		\
591	$(top_srcdir)/sntp/include/homerc.def 			\
592	$(top_srcdir)/sntp/include/ntp.lic			\
593	$(top_srcdir)/sntp/include/version.def			\
594	$(NULL)
595
596ntpdc_SOURCES = ntpdc.c ntpdc_ops.c ntpdc-opts.c ntpdc-opts.h
597nodist_ntpdc_SOURCES = version.c
598NTP_INCS = -I$(top_srcdir)/include \
599	-I$(top_srcdir)/libntp/lib/isc/include \
600	-I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
601	-I$(top_srcdir)/libntp/lib/isc/unix/include
602all: $(BUILT_SOURCES)
603	$(MAKE) $(AM_MAKEFLAGS) all-am
604
605.SUFFIXES:
606.SUFFIXES: .c .lo .o .obj
607$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
608	@for dep in $?; do \
609	  case '$(am__configure_deps)' in \
610	    *$$dep*) \
611	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
612	        && { if test -f $@; then exit 0; else break; fi; }; \
613	      exit 1;; \
614	  esac; \
615	done; \
616	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdc/Makefile'; \
617	$(am__cd) $(top_srcdir) && \
618	  $(AUTOMAKE) --foreign ntpdc/Makefile
619Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
620	@case '$?' in \
621	  *config.status*) \
622	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
623	  *) \
624	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
625	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
626	esac;
627$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
628
629$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
630	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
631
632$(top_srcdir)/configure:  $(am__configure_deps)
633	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
634$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
635	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
636$(am__aclocal_m4_deps):
637nl.pl: $(top_builddir)/config.status $(srcdir)/nl.pl.in
638	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
639install-binPROGRAMS: $(bin_PROGRAMS)
640	@$(NORMAL_INSTALL)
641	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
642	if test -n "$$list"; then \
643	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
644	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
645	fi; \
646	for p in $$list; do echo "$$p $$p"; done | \
647	sed 's/$(EXEEXT)$$//' | \
648	while read p p1; do if test -f $$p \
649	 || test -f $$p1 \
650	  ; then echo "$$p"; echo "$$p"; else :; fi; \
651	done | \
652	sed -e 'p;s,.*/,,;n;h' \
653	    -e 's|.*|.|' \
654	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
655	sed 'N;N;N;s,\n, ,g' | \
656	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
657	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
658	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
659	    else { print "f", $$3 "/" $$4, $$1; } } \
660	  END { for (d in files) print "f", d, files[d] }' | \
661	while read type dir files; do \
662	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
663	    test -z "$$files" || { \
664	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
665	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
666	    } \
667	; done
668
669uninstall-binPROGRAMS:
670	@$(NORMAL_UNINSTALL)
671	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
672	files=`for p in $$list; do echo "$$p"; done | \
673	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
674	      -e 's/$$/$(EXEEXT)/' \
675	`; \
676	test -n "$$list" || exit 0; \
677	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
678	cd "$(DESTDIR)$(bindir)" && rm -f $$files
679
680clean-binPROGRAMS:
681	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
682	echo " rm -f" $$list; \
683	rm -f $$list || exit $$?; \
684	test -n "$(EXEEXT)" || exit 0; \
685	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
686	echo " rm -f" $$list; \
687	rm -f $$list
688install-libexecPROGRAMS: $(libexec_PROGRAMS)
689	@$(NORMAL_INSTALL)
690	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
691	if test -n "$$list"; then \
692	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
693	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
694	fi; \
695	for p in $$list; do echo "$$p $$p"; done | \
696	sed 's/$(EXEEXT)$$//' | \
697	while read p p1; do if test -f $$p \
698	 || test -f $$p1 \
699	  ; then echo "$$p"; echo "$$p"; else :; fi; \
700	done | \
701	sed -e 'p;s,.*/,,;n;h' \
702	    -e 's|.*|.|' \
703	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
704	sed 'N;N;N;s,\n, ,g' | \
705	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
706	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
707	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
708	    else { print "f", $$3 "/" $$4, $$1; } } \
709	  END { for (d in files) print "f", d, files[d] }' | \
710	while read type dir files; do \
711	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
712	    test -z "$$files" || { \
713	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
714	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
715	    } \
716	; done
717
718uninstall-libexecPROGRAMS:
719	@$(NORMAL_UNINSTALL)
720	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
721	files=`for p in $$list; do echo "$$p"; done | \
722	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
723	      -e 's/$$/$(EXEEXT)/' \
724	`; \
725	test -n "$$list" || exit 0; \
726	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
727	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
728
729clean-libexecPROGRAMS:
730	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
731	echo " rm -f" $$list; \
732	rm -f $$list || exit $$?; \
733	test -n "$(EXEEXT)" || exit 0; \
734	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
735	echo " rm -f" $$list; \
736	rm -f $$list
737install-sbinPROGRAMS: $(sbin_PROGRAMS)
738	@$(NORMAL_INSTALL)
739	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
740	if test -n "$$list"; then \
741	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
742	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
743	fi; \
744	for p in $$list; do echo "$$p $$p"; done | \
745	sed 's/$(EXEEXT)$$//' | \
746	while read p p1; do if test -f $$p \
747	 || test -f $$p1 \
748	  ; then echo "$$p"; echo "$$p"; else :; fi; \
749	done | \
750	sed -e 'p;s,.*/,,;n;h' \
751	    -e 's|.*|.|' \
752	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
753	sed 'N;N;N;s,\n, ,g' | \
754	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
755	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
756	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
757	    else { print "f", $$3 "/" $$4, $$1; } } \
758	  END { for (d in files) print "f", d, files[d] }' | \
759	while read type dir files; do \
760	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
761	    test -z "$$files" || { \
762	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
763	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
764	    } \
765	; done
766
767uninstall-sbinPROGRAMS:
768	@$(NORMAL_UNINSTALL)
769	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
770	files=`for p in $$list; do echo "$$p"; done | \
771	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
772	      -e 's/$$/$(EXEEXT)/' \
773	`; \
774	test -n "$$list" || exit 0; \
775	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
776	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
777
778clean-sbinPROGRAMS:
779	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
780	echo " rm -f" $$list; \
781	rm -f $$list || exit $$?; \
782	test -n "$(EXEEXT)" || exit 0; \
783	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
784	echo " rm -f" $$list; \
785	rm -f $$list
786
787ntpdc$(EXEEXT): $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES) $(EXTRA_ntpdc_DEPENDENCIES)
788	@rm -f ntpdc$(EXEEXT)
789	$(AM_V_CCLD)$(LINK) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS)
790
791ntpdc-layout$(EXEEXT): $(ntpdc_layout_OBJECTS) $(ntpdc_layout_DEPENDENCIES) $(EXTRA_ntpdc_layout_DEPENDENCIES)
792	@rm -f ntpdc-layout$(EXEEXT)
793	$(AM_V_CCLD)$(LINK) $(ntpdc_layout_OBJECTS) $(ntpdc_layout_LDADD) $(LIBS)
794
795mostlyclean-compile:
796	-rm -f *.$(OBJEXT)
797
798distclean-compile:
799	-rm -f *.tab.c
800
801@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-layout.Po@am__quote@ # am--include-marker
802@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-opts.Po@am__quote@ # am--include-marker
803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc.Po@am__quote@ # am--include-marker
804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc_ops.Po@am__quote@ # am--include-marker
805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ # am--include-marker
806
807$(am__depfiles_remade):
808	@$(MKDIR_P) $(@D)
809	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
810
811am--depfiles: $(am__depfiles_remade)
812
813.c.o:
814@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
815@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
816@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
817@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
818@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
820
821.c.obj:
822@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
823@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
824@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
825@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
828
829.c.lo:
830@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
831@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
832@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
833@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
834@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
836
837mostlyclean-libtool:
838	-rm -f *.lo
839
840clean-libtool:
841	-rm -rf .libs _libs
842install-man1: $(man1_MANS) $(man_MANS)
843	@$(NORMAL_INSTALL)
844	@list1='$(man1_MANS)'; \
845	list2='$(man_MANS)'; \
846	test -n "$(man1dir)" \
847	  && test -n "`echo $$list1$$list2`" \
848	  || exit 0; \
849	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
850	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
851	{ for i in $$list1; do echo "$$i"; done;  \
852	if test -n "$$list2"; then \
853	  for i in $$list2; do echo "$$i"; done \
854	    | sed -n '/\.1[a-z]*$$/p'; \
855	fi; \
856	} | while read p; do \
857	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
858	  echo "$$d$$p"; echo "$$p"; \
859	done | \
860	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
861	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
862	sed 'N;N;s,\n, ,g' | { \
863	list=; while read file base inst; do \
864	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
865	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
866	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
867	  fi; \
868	done; \
869	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
870	while read files; do \
871	  test -z "$$files" || { \
872	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
873	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
874	done; }
875
876uninstall-man1:
877	@$(NORMAL_UNINSTALL)
878	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
879	files=`{ for i in $$list; do echo "$$i"; done; \
880	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
881	  sed -n '/\.1[a-z]*$$/p'; \
882	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
883	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
884	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
885install-man8: $(man8_MANS) $(man_MANS)
886	@$(NORMAL_INSTALL)
887	@list1='$(man8_MANS)'; \
888	list2='$(man_MANS)'; \
889	test -n "$(man8dir)" \
890	  && test -n "`echo $$list1$$list2`" \
891	  || exit 0; \
892	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
893	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
894	{ for i in $$list1; do echo "$$i"; done;  \
895	if test -n "$$list2"; then \
896	  for i in $$list2; do echo "$$i"; done \
897	    | sed -n '/\.8[a-z]*$$/p'; \
898	fi; \
899	} | while read p; do \
900	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
901	  echo "$$d$$p"; echo "$$p"; \
902	done | \
903	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
904	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
905	sed 'N;N;s,\n, ,g' | { \
906	list=; while read file base inst; do \
907	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
908	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
909	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
910	  fi; \
911	done; \
912	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
913	while read files; do \
914	  test -z "$$files" || { \
915	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
916	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
917	done; }
918
919uninstall-man8:
920	@$(NORMAL_UNINSTALL)
921	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
922	files=`{ for i in $$list; do echo "$$i"; done; \
923	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
924	  sed -n '/\.8[a-z]*$$/p'; \
925	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
926	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
927	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
928install-htmlDATA: $(html_DATA)
929	@$(NORMAL_INSTALL)
930	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
931	if test -n "$$list"; then \
932	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
933	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
934	fi; \
935	for p in $$list; do \
936	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
937	  echo "$$d$$p"; \
938	done | $(am__base_list) | \
939	while read files; do \
940	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
941	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
942	done
943
944uninstall-htmlDATA:
945	@$(NORMAL_UNINSTALL)
946	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
947	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
948	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
949
950ID: $(am__tagged_files)
951	$(am__define_uniq_tagged_files); mkid -fID $$unique
952tags: tags-am
953TAGS: tags
954
955tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
956	set x; \
957	here=`pwd`; \
958	$(am__define_uniq_tagged_files); \
959	shift; \
960	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
961	  test -n "$$unique" || unique=$$empty_fix; \
962	  if test $$# -gt 0; then \
963	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
964	      "$$@" $$unique; \
965	  else \
966	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
967	      $$unique; \
968	  fi; \
969	fi
970ctags: ctags-am
971
972CTAGS: ctags
973ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
974	$(am__define_uniq_tagged_files); \
975	test -z "$(CTAGS_ARGS)$$unique" \
976	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
977	     $$unique
978
979GTAGS:
980	here=`$(am__cd) $(top_builddir) && pwd` \
981	  && $(am__cd) $(top_srcdir) \
982	  && gtags -i $(GTAGS_ARGS) "$$here"
983cscopelist: cscopelist-am
984
985cscopelist-am: $(am__tagged_files)
986	list='$(am__tagged_files)'; \
987	case "$(srcdir)" in \
988	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
989	  *) sdir=$(subdir)/$(srcdir) ;; \
990	esac; \
991	for i in $$list; do \
992	  if test -f "$$i"; then \
993	    echo "$(subdir)/$$i"; \
994	  else \
995	    echo "$$sdir/$$i"; \
996	  fi; \
997	done >> $(top_builddir)/cscope.files
998
999distclean-tags:
1000	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1001distdir: $(BUILT_SOURCES)
1002	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1003
1004distdir-am: $(DISTFILES)
1005	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1006	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1007	list='$(DISTFILES)'; \
1008	  dist_files=`for file in $$list; do echo $$file; done | \
1009	  sed -e "s|^$$srcdirstrip/||;t" \
1010	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1011	case $$dist_files in \
1012	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1013			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1014			   sort -u` ;; \
1015	esac; \
1016	for file in $$dist_files; do \
1017	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1018	  if test -d $$d/$$file; then \
1019	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1020	    if test -d "$(distdir)/$$file"; then \
1021	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1022	    fi; \
1023	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1024	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1025	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1026	    fi; \
1027	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1028	  else \
1029	    test -f "$(distdir)/$$file" \
1030	    || cp -p $$d/$$file "$(distdir)/$$file" \
1031	    || exit 1; \
1032	  fi; \
1033	done
1034check-am: all-am
1035check: $(BUILT_SOURCES)
1036	$(MAKE) $(AM_MAKEFLAGS) check-am
1037all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
1038installdirs:
1039	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
1040	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1041	done
1042install: $(BUILT_SOURCES)
1043	$(MAKE) $(AM_MAKEFLAGS) install-am
1044install-exec: $(BUILT_SOURCES)
1045	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
1046install-data: install-data-am
1047uninstall: uninstall-am
1048
1049install-am: all-am
1050	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1051
1052installcheck: installcheck-am
1053install-strip:
1054	if test -z '$(STRIP)'; then \
1055	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1056	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1057	      install; \
1058	else \
1059	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1060	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1061	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1062	fi
1063mostlyclean-generic:
1064
1065clean-generic:
1066	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1067
1068distclean-generic:
1069	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1070	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1071	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1072
1073maintainer-clean-generic:
1074	@echo "This command is intended for maintainers to use"
1075	@echo "it deletes files that may require special tools to rebuild."
1076	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1077clean: clean-am
1078
1079clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1080	clean-libtool clean-sbinPROGRAMS mostlyclean-am
1081
1082distclean: distclean-am
1083		-rm -f ./$(DEPDIR)/ntpdc-layout.Po
1084	-rm -f ./$(DEPDIR)/ntpdc-opts.Po
1085	-rm -f ./$(DEPDIR)/ntpdc.Po
1086	-rm -f ./$(DEPDIR)/ntpdc_ops.Po
1087	-rm -f ./$(DEPDIR)/version.Po
1088	-rm -f Makefile
1089distclean-am: clean-am distclean-compile distclean-generic \
1090	distclean-tags
1091
1092dvi: dvi-am
1093
1094dvi-am:
1095
1096html: html-am
1097
1098html-am:
1099
1100info: info-am
1101
1102info-am:
1103
1104install-data-am: install-data-local install-htmlDATA install-man
1105
1106install-dvi: install-dvi-am
1107
1108install-dvi-am:
1109
1110install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
1111	install-sbinPROGRAMS
1112	@$(NORMAL_INSTALL)
1113	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1114install-html: install-html-am
1115
1116install-html-am:
1117
1118install-info: install-info-am
1119
1120install-info-am:
1121
1122install-man: install-man1 install-man8
1123
1124install-pdf: install-pdf-am
1125
1126install-pdf-am:
1127
1128install-ps: install-ps-am
1129
1130install-ps-am:
1131
1132installcheck-am:
1133
1134maintainer-clean: maintainer-clean-am
1135		-rm -f ./$(DEPDIR)/ntpdc-layout.Po
1136	-rm -f ./$(DEPDIR)/ntpdc-opts.Po
1137	-rm -f ./$(DEPDIR)/ntpdc.Po
1138	-rm -f ./$(DEPDIR)/ntpdc_ops.Po
1139	-rm -f ./$(DEPDIR)/version.Po
1140	-rm -f Makefile
1141maintainer-clean-am: distclean-am maintainer-clean-generic
1142
1143mostlyclean: mostlyclean-am
1144
1145mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1146	mostlyclean-libtool
1147
1148pdf: pdf-am
1149
1150pdf-am:
1151
1152ps: ps-am
1153
1154ps-am:
1155
1156uninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
1157	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
1158
1159uninstall-man: uninstall-man1 uninstall-man8
1160
1161.MAKE: all check install install-am install-exec install-exec-am \
1162	install-strip
1163
1164.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1165	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1166	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
1167	distclean distclean-compile distclean-generic \
1168	distclean-libtool distclean-tags distdir dvi dvi-am html \
1169	html-am info info-am install install-am install-binPROGRAMS \
1170	install-data install-data-am install-data-local install-dvi \
1171	install-dvi-am install-exec install-exec-am install-exec-hook \
1172	install-html install-html-am install-htmlDATA install-info \
1173	install-info-am install-libexecPROGRAMS install-man \
1174	install-man1 install-man8 install-pdf install-pdf-am \
1175	install-ps install-ps-am install-sbinPROGRAMS install-strip \
1176	installcheck installcheck-am installdirs maintainer-clean \
1177	maintainer-clean-generic mostlyclean mostlyclean-compile \
1178	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1179	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1180	uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
1181	uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS
1182
1183.PRECIOUS: Makefile
1184
1185
1186install-data-local: install-html
1187
1188$(srcdir)/ntpdc-opts.h: $(srcdir)/ntpdc-opts.c
1189	@: do-nothing action to avoid default SCCS get, .h built with .c
1190
1191$(srcdir)/ntpdc-opts.c: $(srcdir)/ntpdc-opts.def $(std_def_list)
1192	$(AM_V_GEN)$(run_ag) ntpdc-opts.def
1193
1194###
1195
1196$(srcdir)/ntpdc.1ntpdcman: $(srcdir)/ntpdc-opts.def $(std_def_list)
1197	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpdcman -Tagman-cmd.tpl ntpdc-opts.def
1198
1199$(srcdir)/ntpdc.man.in: $(srcdir)/ntpdc.1ntpdcman $(top_srcdir)/sntp/scripts/mansec2subst.sed
1200	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpdc.1ntpdcman > $(srcdir)/ntpdc.man.in+
1201	mv $(srcdir)/ntpdc.man.in+ $(srcdir)/ntpdc.man.in
1202
1203###
1204
1205$(srcdir)/ntpdc.1ntpdcmdoc: $(srcdir)/ntpdc-opts.def $(std_def_list)
1206	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpdcmdoc -Tagmdoc-cmd.tpl ntpdc-opts.def
1207
1208$(srcdir)/ntpdc.mdoc.in: $(srcdir)/ntpdc.1ntpdcmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1209	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpdc.1ntpdcmdoc > $(srcdir)/ntpdc.mdoc.in+
1210	mv $(srcdir)/ntpdc.mdoc.in+ $(srcdir)/ntpdc.mdoc.in
1211
1212###
1213
1214ntpdc.$(NTPDC_MS): $(srcdir)/ntpdc.$(MANTAGFMT).in $(top_builddir)/config.status
1215	$(top_builddir)/config.status --file=ntpdc.$(NTPDC_MS)+:$(srcdir)/ntpdc.$(MANTAGFMT).in
1216	mv ntpdc.$(NTPDC_MS)+ ntpdc.$(NTPDC_MS)
1217
1218###
1219
1220$(srcdir)/invoke-ntpdc.menu: $(srcdir)/invoke-ntpdc.texi
1221	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1222
1223$(srcdir)/invoke-ntpdc.texi: $(srcdir)/ntpdc-opts.def $(std_def_list)
1224	$(AM_V_GEN)$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpdc-opts.def
1225	$(top_srcdir)/scripts/build/check--help $@
1226
1227$(srcdir)/ntpdc.html: $(srcdir)/invoke-ntpdc.texi $(srcdir)/ntpdc.texi $(top_srcdir)/sntp/include/version.texi
1228	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpdc.html ntpdc.texi || true )
1229
1230ntpdc-layout.o: nl.c
1231
1232layout.here: ntpdc-layout
1233	$(AM_V_at)./ntpdc-layout > $@
1234
1235check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
1236	$(AM_V_at)cmp $(srcdir)/layout.std layout.here && echo stamp > $@
1237
1238version.c: Makefile $(top_srcdir)/sntp/scm-rev
1239	$(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc
1240
1241# I ran nl_in.c (attached, to be installed into ntpdc) through
1242# $(CC) -E nl_in.c | nl.pl > nl.c
1243nl.c: nl_in.c nl.pl Makefile.am ../config.h ../include/ntp_request.h ntpdc.h
1244	$(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1245		$(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > $@
1246
1247install-exec-hook:
1248	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
1249	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
1250	   test ! -f ${sbindir}/$$i				\
1251		|| echo "*** $$i is also in ${sbindir}!";	\
1252	done
1253	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
1254	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
1255	   test ! -f ${bindir}/$$i				\
1256		|| echo "*** $$i is also in ${bindir}!";	\
1257	done
1258
1259#
1260
1261check-libopts: ../sntp/libopts/libopts.la
1262	@echo stamp > $@
1263
1264../sntp/libopts/libopts.la:
1265	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
1266
1267check-libntp: $(top_builddir)/libntp/libntp.a
1268	@: avoid default SCCS get by some make implementations
1269
1270$(top_builddir)/libntp/libntp.a:
1271	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1272$(top_srcdir)/sntp/scm-rev: FRC.scm-rev
1273	$(AM_V_GEN)cd $(top_builddir)/sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
1274
1275FRC.scm-rev:
1276	@: FRC.scm-rev "force" depends on nothing and is not a file, so is	\
1277	   always out-of-date causing targets which depend on it to also		\
1278	   be outdated so their rules to fire each time they are built.
1279$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1280	@[ -f $@ ] ||							\
1281		cp $(top_srcdir)/deps-ver $@
1282	@[ -w $@ ] ||							\
1283		chmod u+w $@
1284	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1285		$(MAKE) $(AM_MAKEFLAGS) clean &&			\
1286		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1287		cat $@ &&						\
1288		rm -rf $(DEPDIR) &&					\
1289		mkdir $(DEPDIR) && 					\
1290		case "$(top_builddir)" in				\
1291		 .)							\
1292		    ./config.status Makefile depfiles			\
1293		    ;;							\
1294		 *)							\
1295		    cd "$(top_builddir)" &&				\
1296		    ./config.status $(subdir)/Makefile depfiles &&	\
1297		    cd $(subdir)					\
1298		    ;;							\
1299		esac &&							\
1300		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1301		cat $(top_srcdir)/deps-ver				\
1302	)
1303	$(AM_V_at)cp $(top_srcdir)/deps-ver $@
1304
1305.deps-ver: $(top_srcdir)/deps-ver
1306	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1307	@touch $@
1308
1309#
1310# depsver.mf	included in Makefile.am for directories with .deps
1311#
1312# When building in the same directory with sources that change over
1313# time, such as when tracking using bk, the .deps files can become
1314# stale with respect to moved, deleted, or superceded headers.  Most
1315# commonly, this would exhibit as make reporting a failure to make a
1316# header file which is no longer in the location given.  To address
1317# this issue, we use a deps-ver file which is updated with each change
1318# that breaks old .deps files.  A copy of deps-ver is made into
1319# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1320# with different contents than deps-ver, we make clean to ensure all
1321# .o files built before the incompatible change are rebuilt along with
1322# their updated .deps files, then remove $(DEPDIR) and recreate it as
1323# empty stubs.
1324#
1325# It is normal when configured with --disable-dependency-tracking for
1326# the DEPDIR to not have been created.  For this reason, we use the
1327# intermediate target .deps-ver, which invokes make recursively if
1328# DEPDIR exists.
1329#
1330# If you modify depsver.mf, please make the changes to the master
1331# copy, the one in sntp is copied by the bootstrap script from it.
1332#
1333# This comment block follows rather than leads the related rules so that
1334# it stays with it in the generated Makefile.in and Makefile.
1335#
1336
1337# Tell versions [3.59,3.63) of GNU make to not export all variables.
1338# Otherwise a system limit (for SysV at least) may be exceeded.
1339.NOEXPORT:
1340