xref: /freebsd/contrib/ntp/Makefile.in (revision 397e83df75e0fcd0d3fcb95ae4d794cb7600fc89)
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = .
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
93	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
94	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
95	$(top_srcdir)/sntp/m4/define_dir.m4 \
96	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
97	$(top_srcdir)/sntp/m4/libtool.m4 \
98	$(top_srcdir)/sntp/m4/ltoptions.m4 \
99	$(top_srcdir)/sntp/m4/ltsugar.m4 \
100	$(top_srcdir)/sntp/m4/ltversion.m4 \
101	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
102	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
103	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
104	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
105	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
106	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
107	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
108	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
109	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
110	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
111	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
112	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
113	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
114	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
115	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
116	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
117	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
118	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
119	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
120	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
121	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
122	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
123	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
124	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
125	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
126	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
127	$(top_srcdir)/sntp/m4/openldap.m4 \
128	$(top_srcdir)/sntp/m4/os_cflags.m4 \
129	$(top_srcdir)/sntp/m4/realpath.m4 \
130	$(top_srcdir)/sntp/m4/snprintf.m4 \
131	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133	$(ACLOCAL_M4)
134DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
135	$(am__configure_deps) $(am__DIST_COMMON)
136am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
137 configure.lineno config.status.lineno
138mkinstalldirs = $(install_sh) -d
139CONFIG_HEADER = config.h
140CONFIG_CLEAN_FILES =
141CONFIG_CLEAN_VPATH_FILES =
142AM_V_P = $(am__v_P_@AM_V@)
143am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_@AM_V@)
147am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 =
150AM_V_at = $(am__v_at_@AM_V@)
151am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152am__v_at_0 = @
153am__v_at_1 =
154SOURCES =
155DIST_SOURCES =
156RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
157	ctags-recursive dvi-recursive html-recursive info-recursive \
158	install-data-recursive install-dvi-recursive \
159	install-exec-recursive install-html-recursive \
160	install-info-recursive install-pdf-recursive \
161	install-ps-recursive install-recursive installcheck-recursive \
162	installdirs-recursive pdf-recursive ps-recursive \
163	tags-recursive uninstall-recursive
164am__can_run_installinfo = \
165  case $$AM_UPDATE_INFO_DIR in \
166    n|no|NO) false;; \
167    *) (install-info --version) >/dev/null 2>&1;; \
168  esac
169RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
170  distclean-recursive maintainer-clean-recursive
171am__recursive_targets = \
172  $(RECURSIVE_TARGETS) \
173  $(RECURSIVE_CLEAN_TARGETS) \
174  $(am__extra_recursive_targets)
175AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176	cscope distdir distdir-am dist dist-all distcheck
177am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
178	config.h.in
179# Read a list of newline-separated strings from the standard input,
180# and print each of them once, without duplicates.  Input order is
181# *not* preserved.
182am__uniquify_input = $(AWK) '\
183  BEGIN { nonempty = 0; } \
184  { items[$$0] = 1; nonempty = 1; } \
185  END { if (nonempty) { for (i in items) print i; }; } \
186'
187# Make sure the list of sources is unique.  This is necessary because,
188# e.g., the same source file might be shared among _SOURCES variables
189# for different programs/libraries.
190am__define_uniq_tagged_files = \
191  list='$(am__tagged_files)'; \
192  unique=`for i in $$list; do \
193    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194  done | $(am__uniquify_input)`
195DIST_SUBDIRS = $(SUBDIRS)
196am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
197	$(top_srcdir)/sntp/libevent/build-aux/ar-lib \
198	$(top_srcdir)/sntp/libevent/build-aux/compile \
199	$(top_srcdir)/sntp/libevent/build-aux/config.guess \
200	$(top_srcdir)/sntp/libevent/build-aux/config.sub \
201	$(top_srcdir)/sntp/libevent/build-aux/install-sh \
202	$(top_srcdir)/sntp/libevent/build-aux/ltmain.sh \
203	$(top_srcdir)/sntp/libevent/build-aux/missing ChangeLog \
204	INSTALL NEWS README TODO sntp/libevent/build-aux/ar-lib \
205	sntp/libevent/build-aux/compile \
206	sntp/libevent/build-aux/config.guess \
207	sntp/libevent/build-aux/config.sub \
208	sntp/libevent/build-aux/depcomp \
209	sntp/libevent/build-aux/install-sh \
210	sntp/libevent/build-aux/ltmain.sh \
211	sntp/libevent/build-aux/missing sntp/libevent/build-aux/ylwrap
212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213distdir = $(PACKAGE)-$(VERSION)
214top_distdir = $(distdir)
215am__remove_distdir = \
216  if test -d "$(distdir)"; then \
217    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
218      && rm -rf "$(distdir)" \
219      || { sleep 5 && rm -rf "$(distdir)"; }; \
220  else :; fi
221am__post_remove_distdir = $(am__remove_distdir)
222am__relativize = \
223  dir0=`pwd`; \
224  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
225  sed_rest='s,^[^/]*/*,,'; \
226  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
227  sed_butlast='s,/*[^/]*$$,,'; \
228  while test -n "$$dir1"; do \
229    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
230    if test "$$first" != "."; then \
231      if test "$$first" = ".."; then \
232        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
233        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
234      else \
235        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
236        if test "$$first2" = "$$first"; then \
237          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
238        else \
239          dir2="../$$dir2"; \
240        fi; \
241        dir0="$$dir0"/"$$first"; \
242      fi; \
243    fi; \
244    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
245  done; \
246  reldir="$$dir2"
247DIST_ARCHIVES = $(distdir).tar.gz
248GZIP_ENV = --best
249DIST_TARGETS = dist-gzip
250# Exists only to be overridden by the user if desired.
251AM_DISTCHECK_DVI_TARGET = dvi
252distuninstallcheck_listfiles = find . -type f -print
253am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
254  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
255distcleancheck_listfiles = find . -type f -print
256ACLOCAL = @ACLOCAL@
257ALLOCA = @ALLOCA@
258AMTAR = @AMTAR@
259AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260AR = @AR@
261AUTOCONF = @AUTOCONF@
262AUTOHEADER = @AUTOHEADER@
263AUTOMAKE = @AUTOMAKE@
264AWK = @AWK@
265BUILD_THREAD = @BUILD_THREAD@
266CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
267CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
268CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
269CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
270CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
271CC = @CC@
272CCDEPMODE = @CCDEPMODE@
273CC_NOFORMAT = @CC_NOFORMAT@
274CFLAGS = @CFLAGS@
275CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
276CFLAGS_NTP = @CFLAGS_NTP@
277CHUTEST = @CHUTEST@
278CONFIG_SHELL = @CONFIG_SHELL@
279CPP = @CPP@
280CPPFLAGS = @CPPFLAGS@
281CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
282CPPFLAGS_NTP = @CPPFLAGS_NTP@
283CSCOPE = @CSCOPE@
284CTAGS = @CTAGS@
285CYGPATH_W = @CYGPATH_W@
286DCFD = @DCFD@
287DEFS = @DEFS@
288DEPDIR = @DEPDIR@
289DLLTOOL = @DLLTOOL@
290DSYMUTIL = @DSYMUTIL@
291DUMPBIN = @DUMPBIN@
292ECHO_C = @ECHO_C@
293ECHO_N = @ECHO_N@
294ECHO_T = @ECHO_T@
295EDITLINE_LIBS = @EDITLINE_LIBS@
296EGREP = @EGREP@
297ETAGS = @ETAGS@
298EXEEXT = @EXEEXT@
299FGREP = @FGREP@
300GREP = @GREP@
301HAVE_INLINE = @HAVE_INLINE@
302HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
303HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
304HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
305INSTALL = @INSTALL@
306INSTALL_DATA = @INSTALL_DATA@
307INSTALL_PROGRAM = @INSTALL_PROGRAM@
308INSTALL_SCRIPT = @INSTALL_SCRIPT@
309INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
310LD = @LD@
311LDADD_LIBEVENT = @LDADD_LIBEVENT@
312LDADD_LIBNTP = @LDADD_LIBNTP@
313LDADD_LIBUTIL = @LDADD_LIBUTIL@
314LDADD_NLIST = @LDADD_NLIST@
315LDADD_NTP = @LDADD_NTP@
316LDFLAGS = @LDFLAGS@
317LDFLAGS_NTP = @LDFLAGS_NTP@
318LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
319LIBM = @LIBM@
320LIBOBJS = @LIBOBJS@
321LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
322LIBOPTS_DIR = @LIBOPTS_DIR@
323LIBOPTS_LDADD = @LIBOPTS_LDADD@
324LIBPARSE = @LIBPARSE@
325LIBS = @LIBS@
326LIBTOOL = @LIBTOOL@
327LIBTOOL_DEPS = @LIBTOOL_DEPS@
328LIPO = @LIPO@
329LN_S = @LN_S@
330LSCF = @LSCF@
331LTHREAD_LIBS = @LTHREAD_LIBS@
332LTLIBOBJS = @LTLIBOBJS@
333LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
334MAKEINFO = @MAKEINFO@
335MAKE_ADJTIMED = @MAKE_ADJTIMED@
336MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
337MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
338MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
339MAKE_LIBPARSE = @MAKE_LIBPARSE@
340MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
341MAKE_NTPDSIM = @MAKE_NTPDSIM@
342MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
343MAKE_NTPTIME = @MAKE_NTPTIME@
344MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
345MAKE_TICKADJ = @MAKE_TICKADJ@
346MAKE_TIMETRIM = @MAKE_TIMETRIM@
347MANIFEST_TOOL = @MANIFEST_TOOL@
348MANTAGFMT = @MANTAGFMT@
349MKDIR_P = @MKDIR_P@
350NM = @NM@
351NMEDIT = @NMEDIT@
352NTPDATE_DB = @NTPDATE_DB@
353NTPDATE_DL = @NTPDATE_DL@
354NTPDATE_DS = @NTPDATE_DS@
355NTPDATE_MS = @NTPDATE_MS@
356NTPDATE_NI = @NTPDATE_NI@
357NTPDC_DB = @NTPDC_DB@
358NTPDC_DL = @NTPDC_DL@
359NTPDC_DS = @NTPDC_DS@
360NTPDC_MS = @NTPDC_MS@
361NTPDC_NI = @NTPDC_NI@
362NTPDSIM_DB = @NTPDSIM_DB@
363NTPDSIM_DL = @NTPDSIM_DL@
364NTPDSIM_DS = @NTPDSIM_DS@
365NTPDSIM_MS = @NTPDSIM_MS@
366NTPDSIM_NI = @NTPDSIM_NI@
367NTPD_DB = @NTPD_DB@
368NTPD_DL = @NTPD_DL@
369NTPD_DS = @NTPD_DS@
370NTPD_MS = @NTPD_MS@
371NTPD_NI = @NTPD_NI@
372NTPQ_DB = @NTPQ_DB@
373NTPQ_DL = @NTPQ_DL@
374NTPQ_DS = @NTPQ_DS@
375NTPQ_MS = @NTPQ_MS@
376NTPQ_NI = @NTPQ_NI@
377NTPSNMPD_DB = @NTPSNMPD_DB@
378NTPSNMPD_DL = @NTPSNMPD_DL@
379NTPSNMPD_DS = @NTPSNMPD_DS@
380NTPSNMPD_MS = @NTPSNMPD_MS@
381NTPSNMPD_NI = @NTPSNMPD_NI@
382NTPSWEEP_DB = @NTPSWEEP_DB@
383NTPSWEEP_DL = @NTPSWEEP_DL@
384NTPSWEEP_DS = @NTPSWEEP_DS@
385NTPSWEEP_MS = @NTPSWEEP_MS@
386NTPSWEEP_NI = @NTPSWEEP_NI@
387NTPTIME_DB = @NTPTIME_DB@
388NTPTIME_DL = @NTPTIME_DL@
389NTPTIME_DS = @NTPTIME_DS@
390NTPTIME_MS = @NTPTIME_MS@
391NTPTIME_NI = @NTPTIME_NI@
392NTPTRACE_DB = @NTPTRACE_DB@
393NTPTRACE_DL = @NTPTRACE_DL@
394NTPTRACE_DS = @NTPTRACE_DS@
395NTPTRACE_MS = @NTPTRACE_MS@
396NTPTRACE_NI = @NTPTRACE_NI@
397NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
398NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
399NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
400NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
401NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
402NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
403NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
404NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
405NTP_KEYSDIR = @NTP_KEYSDIR@
406NTP_WAIT_DB = @NTP_WAIT_DB@
407NTP_WAIT_DL = @NTP_WAIT_DL@
408NTP_WAIT_DS = @NTP_WAIT_DS@
409NTP_WAIT_MS = @NTP_WAIT_MS@
410NTP_WAIT_NI = @NTP_WAIT_NI@
411OBJDUMP = @OBJDUMP@
412OBJEXT = @OBJEXT@
413OTOOL = @OTOOL@
414OTOOL64 = @OTOOL64@
415PACKAGE = @PACKAGE@
416PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
417PACKAGE_NAME = @PACKAGE_NAME@
418PACKAGE_STRING = @PACKAGE_STRING@
419PACKAGE_TARNAME = @PACKAGE_TARNAME@
420PACKAGE_URL = @PACKAGE_URL@
421PACKAGE_VERSION = @PACKAGE_VERSION@
422PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
423PATH_OPENSSL = @PATH_OPENSSL@
424PATH_PERL = @PATH_PERL@
425PATH_RUBY = @PATH_RUBY@
426PATH_SEPARATOR = @PATH_SEPARATOR@
427PATH_TEST = @PATH_TEST@
428PERLLIBDIR = @PERLLIBDIR@
429PKG_CONFIG = @PKG_CONFIG@
430POSIX_SHELL = @POSIX_SHELL@
431PROPDELAY = @PROPDELAY@
432PTHREAD_LIBS = @PTHREAD_LIBS@
433RANLIB = @RANLIB@
434SED = @SED@
435SET_MAKE = @SET_MAKE@
436SHELL = @SHELL@
437SNMP_CFLAGS = @SNMP_CFLAGS@
438SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
439SNMP_LIBS = @SNMP_LIBS@
440SNTP = @SNTP@
441SNTP_DB = @SNTP_DB@
442SNTP_DL = @SNTP_DL@
443SNTP_DS = @SNTP_DS@
444SNTP_MS = @SNTP_MS@
445SNTP_NI = @SNTP_NI@
446STDNORETURN_H = @STDNORETURN_H@
447STRIP = @STRIP@
448TESTDCF = @TESTDCF@
449TICKADJ_DB = @TICKADJ_DB@
450TICKADJ_DL = @TICKADJ_DL@
451TICKADJ_DS = @TICKADJ_DS@
452TICKADJ_MS = @TICKADJ_MS@
453TICKADJ_NI = @TICKADJ_NI@
454TIMETRIM_DB = @TIMETRIM_DB@
455TIMETRIM_DL = @TIMETRIM_DL@
456TIMETRIM_DS = @TIMETRIM_DS@
457TIMETRIM_MS = @TIMETRIM_MS@
458TIMETRIM_NI = @TIMETRIM_NI@
459UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
460UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
461UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
462UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
463UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
464VERSION = @VERSION@
465VER_SUFFIX = @VER_SUFFIX@
466YACC = @YACC@
467YFLAGS = @YFLAGS@
468abs_builddir = @abs_builddir@
469abs_srcdir = @abs_srcdir@
470abs_top_builddir = @abs_top_builddir@
471abs_top_srcdir = @abs_top_srcdir@
472ac_ct_AR = @ac_ct_AR@
473ac_ct_CC = @ac_ct_CC@
474ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
475am__include = @am__include@
476am__leading_dot = @am__leading_dot@
477am__quote = @am__quote@
478am__tar = @am__tar@
479am__untar = @am__untar@
480bindir = @bindir@
481build = @build@
482build_alias = @build_alias@
483build_cpu = @build_cpu@
484build_os = @build_os@
485build_vendor = @build_vendor@
486builddir = @builddir@
487datadir = @datadir@
488datarootdir = @datarootdir@
489docdir = @docdir@
490dvidir = @dvidir@
491exec_prefix = @exec_prefix@
492host = @host@
493host_alias = @host_alias@
494host_cpu = @host_cpu@
495host_os = @host_os@
496host_vendor = @host_vendor@
497htmldir = @htmldir@
498includedir = @includedir@
499infodir = @infodir@
500install_sh = @install_sh@
501libdir = @libdir@
502libexecdir = @libexecdir@
503localedir = @localedir@
504localstatedir = @localstatedir@
505mandir = @mandir@
506mkdir_p = @mkdir_p@
507oldincludedir = @oldincludedir@
508pdfdir = @pdfdir@
509prefix = @prefix@
510program_transform_name = @program_transform_name@
511psdir = @psdir@
512runstatedir = @runstatedir@
513sbindir = @sbindir@
514sharedstatedir = @sharedstatedir@
515srcdir = @srcdir@
516subdirs = @subdirs@
517sysconfdir = @sysconfdir@
518target_alias = @target_alias@
519top_build_prefix = @top_build_prefix@
520top_builddir = @top_builddir@
521top_srcdir = @top_srcdir@
522ACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4
523NULL =
524
525# moved sntp first to get libtool and libevent built.
526SUBDIRS = \
527	scripts		\
528	include		\
529	libntp		\
530	sntp		\
531	libparse	\
532	ntpd		\
533	ntpdate		\
534	ntpdc		\
535	ntpq		\
536	ntpsnmpd	\
537	parseutil	\
538	adjtimed	\
539	clockstuff	\
540	kernel		\
541	util		\
542	tests		\
543	$(NULL)
544
545DISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enable-local-libevent $(NTP_DCF)
546EXTRA_DIST = \
547	$(srcdir)/COPYRIGHT	\
548	ChangeLog		\
549	CommitLog		\
550	CommitLog-4.1.0		\
551	NEWS			\
552	NOTES.y2kfixes		\
553	README.bk		\
554	README.hackers		\
555	README.leapsmear	\
556	README.patches		\
557	README.pullrequests	\
558	README.refclocks	\
559	README.versions		\
560	TODO			\
561	WHERE-TO-START		\
562	bootstrap		\
563	build			\
564	config.h.in		\
565	dot.emacs		\
566	flock-build		\
567	packageinfo.sh		\
568	readme.y2kfixes		\
569	results.y2kfixes	\
570	\
571	conf			\
572	html			\
573	libjsmn			\
574	ports			\
575	\
576	deps-ver		\
577	\
578	$(NULL)
579
580CLEANFILES =
581DISTCLEANFILES = .gcc-warning
582
583# HMS: Keep .gcc-warning first, as that way it gets printed first.
584BUILT_SOURCES = \
585	.gcc-warning			\
586	libtool				\
587	$(srcdir)/html/.datecheck	\
588	$(srcdir)/COPYRIGHT		\
589	$(srcdir)/.checkChangeLog	\
590	$(NULL)
591
592
593# HMS: The following seems to be a work-in-progress...
594CVO = `$(srcdir)/sntp/libevent/build-aux/config.guess`
595BHOST = `(hostname || uname -n)`
596all: $(BUILT_SOURCES) config.h
597	$(MAKE) $(AM_MAKEFLAGS) all-recursive
598
599.SUFFIXES:
600am--refresh: Makefile
601	@:
602$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
603	@for dep in $?; do \
604	  case '$(am__configure_deps)' in \
605	    *$$dep*) \
606	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
607	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
608		&& exit 0; \
609	      exit 1;; \
610	  esac; \
611	done; \
612	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
613	$(am__cd) $(top_srcdir) && \
614	  $(AUTOMAKE) --foreign Makefile
615Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
616	@case '$?' in \
617	  *config.status*) \
618	    echo ' $(SHELL) ./config.status'; \
619	    $(SHELL) ./config.status;; \
620	  *) \
621	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
622	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
623	esac;
624
625$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
626	$(SHELL) ./config.status --recheck
627
628$(top_srcdir)/configure:  $(am__configure_deps)
629	$(am__cd) $(srcdir) && $(AUTOCONF)
630$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
631	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
632$(am__aclocal_m4_deps):
633
634config.h: stamp-h1
635	@test -f $@ || rm -f stamp-h1
636	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
637
638stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
639	@rm -f stamp-h1
640	cd $(top_builddir) && $(SHELL) ./config.status config.h
641$(srcdir)/config.h.in:  $(am__configure_deps)
642	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
643	rm -f stamp-h1
644	touch $@
645
646distclean-hdr:
647	-rm -f config.h stamp-h1
648
649mostlyclean-libtool:
650	-rm -f *.lo
651
652clean-libtool:
653	-rm -rf .libs _libs
654
655distclean-libtool:
656	-rm -f libtool config.lt
657
658# This directory's subdirectories are mostly independent; you can cd
659# into them and run 'make' without going through this Makefile.
660# To change the values of 'make' variables: instead of editing Makefiles,
661# (1) if the variable is set in 'config.status', edit 'config.status'
662#     (which will cause the Makefiles to be regenerated when you run 'make');
663# (2) otherwise, pass the desired values on the 'make' command line.
664$(am__recursive_targets):
665	@fail=; \
666	if $(am__make_keepgoing); then \
667	  failcom='fail=yes'; \
668	else \
669	  failcom='exit 1'; \
670	fi; \
671	dot_seen=no; \
672	target=`echo $@ | sed s/-recursive//`; \
673	case "$@" in \
674	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
675	  *) list='$(SUBDIRS)' ;; \
676	esac; \
677	for subdir in $$list; do \
678	  echo "Making $$target in $$subdir"; \
679	  if test "$$subdir" = "."; then \
680	    dot_seen=yes; \
681	    local_target="$$target-am"; \
682	  else \
683	    local_target="$$target"; \
684	  fi; \
685	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
686	  || eval $$failcom; \
687	done; \
688	if test "$$dot_seen" = "no"; then \
689	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
690	fi; test -z "$$fail"
691
692ID: $(am__tagged_files)
693	$(am__define_uniq_tagged_files); mkid -fID $$unique
694tags: tags-recursive
695TAGS: tags
696
697tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
698	set x; \
699	here=`pwd`; \
700	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
701	  include_option=--etags-include; \
702	  empty_fix=.; \
703	else \
704	  include_option=--include; \
705	  empty_fix=; \
706	fi; \
707	list='$(SUBDIRS)'; for subdir in $$list; do \
708	  if test "$$subdir" = .; then :; else \
709	    test ! -f $$subdir/TAGS || \
710	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
711	  fi; \
712	done; \
713	$(am__define_uniq_tagged_files); \
714	shift; \
715	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
716	  test -n "$$unique" || unique=$$empty_fix; \
717	  if test $$# -gt 0; then \
718	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
719	      "$$@" $$unique; \
720	  else \
721	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
722	      $$unique; \
723	  fi; \
724	fi
725ctags: ctags-recursive
726
727CTAGS: ctags
728ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
729	$(am__define_uniq_tagged_files); \
730	test -z "$(CTAGS_ARGS)$$unique" \
731	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
732	     $$unique
733
734GTAGS:
735	here=`$(am__cd) $(top_builddir) && pwd` \
736	  && $(am__cd) $(top_srcdir) \
737	  && gtags -i $(GTAGS_ARGS) "$$here"
738cscope: cscope.files
739	test ! -s cscope.files \
740	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
741clean-cscope:
742	-rm -f cscope.files
743cscope.files: clean-cscope cscopelist
744cscopelist: cscopelist-recursive
745
746cscopelist-am: $(am__tagged_files)
747	list='$(am__tagged_files)'; \
748	case "$(srcdir)" in \
749	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
750	  *) sdir=$(subdir)/$(srcdir) ;; \
751	esac; \
752	for i in $$list; do \
753	  if test -f "$$i"; then \
754	    echo "$(subdir)/$$i"; \
755	  else \
756	    echo "$$sdir/$$i"; \
757	  fi; \
758	done >> $(top_builddir)/cscope.files
759
760distclean-tags:
761	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
762	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
763distdir: $(BUILT_SOURCES)
764	$(MAKE) $(AM_MAKEFLAGS) distdir-am
765
766distdir-am: $(DISTFILES)
767	$(am__remove_distdir)
768	test -d "$(distdir)" || mkdir "$(distdir)"
769	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
770	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
771	list='$(DISTFILES)'; \
772	  dist_files=`for file in $$list; do echo $$file; done | \
773	  sed -e "s|^$$srcdirstrip/||;t" \
774	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
775	case $$dist_files in \
776	  */*) $(MKDIR_P) `echo "$$dist_files" | \
777			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
778			   sort -u` ;; \
779	esac; \
780	for file in $$dist_files; do \
781	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
782	  if test -d $$d/$$file; then \
783	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
784	    if test -d "$(distdir)/$$file"; then \
785	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
786	    fi; \
787	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
788	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
789	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
790	    fi; \
791	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
792	  else \
793	    test -f "$(distdir)/$$file" \
794	    || cp -p $$d/$$file "$(distdir)/$$file" \
795	    || exit 1; \
796	  fi; \
797	done
798	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
799	  if test "$$subdir" = .; then :; else \
800	    $(am__make_dryrun) \
801	      || test -d "$(distdir)/$$subdir" \
802	      || $(MKDIR_P) "$(distdir)/$$subdir" \
803	      || exit 1; \
804	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
805	    $(am__relativize); \
806	    new_distdir=$$reldir; \
807	    dir1=$$subdir; dir2="$(top_distdir)"; \
808	    $(am__relativize); \
809	    new_top_distdir=$$reldir; \
810	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
811	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
812	    ($(am__cd) $$subdir && \
813	      $(MAKE) $(AM_MAKEFLAGS) \
814	        top_distdir="$$new_top_distdir" \
815	        distdir="$$new_distdir" \
816		am__remove_distdir=: \
817		am__skip_length_check=: \
818		am__skip_mode_fix=: \
819	        distdir) \
820	      || exit 1; \
821	  fi; \
822	done
823	$(MAKE) $(AM_MAKEFLAGS) \
824	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
825	  dist-hook
826	-test -n "$(am__skip_mode_fix)" \
827	|| find "$(distdir)" -type d ! -perm -755 \
828		-exec chmod u+rwx,go+rx {} \; -o \
829	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
830	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
831	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
832	|| chmod -R a+r "$(distdir)"
833dist-gzip: distdir
834	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
835	$(am__post_remove_distdir)
836
837dist-bzip2: distdir
838	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
839	$(am__post_remove_distdir)
840
841dist-lzip: distdir
842	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
843	$(am__post_remove_distdir)
844
845dist-xz: distdir
846	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
847	$(am__post_remove_distdir)
848
849dist-zstd: distdir
850	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
851	$(am__post_remove_distdir)
852
853dist-tarZ: distdir
854	@echo WARNING: "Support for distribution archives compressed with" \
855		       "legacy program 'compress' is deprecated." >&2
856	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
857	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
858	$(am__post_remove_distdir)
859
860dist-shar: distdir
861	@echo WARNING: "Support for shar distribution archives is" \
862	               "deprecated." >&2
863	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
864	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
865	$(am__post_remove_distdir)
866
867dist-zip: distdir
868	-rm -f $(distdir).zip
869	zip -rq $(distdir).zip $(distdir)
870	$(am__post_remove_distdir)
871
872dist dist-all:
873	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
874	$(am__post_remove_distdir)
875
876# This target untars the dist file and tries a VPATH configuration.  Then
877# it guarantees that the distribution is self-contained by making another
878# tarfile.
879distcheck: dist
880	case '$(DIST_ARCHIVES)' in \
881	*.tar.gz*) \
882	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
883	*.tar.bz2*) \
884	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
885	*.tar.lz*) \
886	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
887	*.tar.xz*) \
888	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
889	*.tar.Z*) \
890	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
891	*.shar.gz*) \
892	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
893	*.zip*) \
894	  unzip $(distdir).zip ;;\
895	*.tar.zst*) \
896	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
897	esac
898	chmod -R a-w $(distdir)
899	chmod u+w $(distdir)
900	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
901	chmod a-w $(distdir)
902	test -d $(distdir)/_build || exit 0; \
903	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
904	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
905	  && am__cwd=`pwd` \
906	  && $(am__cd) $(distdir)/_build/sub \
907	  && ../../configure \
908	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
909	    $(DISTCHECK_CONFIGURE_FLAGS) \
910	    --srcdir=../.. --prefix="$$dc_install_base" \
911	  && $(MAKE) $(AM_MAKEFLAGS) \
912	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
913	  && $(MAKE) $(AM_MAKEFLAGS) check \
914	  && $(MAKE) $(AM_MAKEFLAGS) install \
915	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
916	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
917	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
918	        distuninstallcheck \
919	  && chmod -R a-w "$$dc_install_base" \
920	  && ({ \
921	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
922	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
923	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
924	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
925	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
926	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
927	  && rm -rf "$$dc_destdir" \
928	  && $(MAKE) $(AM_MAKEFLAGS) dist \
929	  && rm -rf $(DIST_ARCHIVES) \
930	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
931	  && cd "$$am__cwd" \
932	  || exit 1
933	$(am__post_remove_distdir)
934	@(echo "$(distdir) archives ready for distribution: "; \
935	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
936	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
937distuninstallcheck:
938	@test -n '$(distuninstallcheck_dir)' || { \
939	  echo 'ERROR: trying to run $@ with an empty' \
940	       '$$(distuninstallcheck_dir)' >&2; \
941	  exit 1; \
942	}; \
943	$(am__cd) '$(distuninstallcheck_dir)' || { \
944	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
945	  exit 1; \
946	}; \
947	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
948	   || { echo "ERROR: files left after uninstall:" ; \
949	        if test -n "$(DESTDIR)"; then \
950	          echo "  (check DESTDIR support)"; \
951	        fi ; \
952	        $(distuninstallcheck_listfiles) ; \
953	        exit 1; } >&2
954distcleancheck: distclean
955	@if test '$(srcdir)' = . ; then \
956	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
957	  exit 1 ; \
958	fi
959	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
960	  || { echo "ERROR: files left in build directory after distclean:" ; \
961	       $(distcleancheck_listfiles) ; \
962	       exit 1; } >&2
963check-am: all-am
964check: $(BUILT_SOURCES)
965	$(MAKE) $(AM_MAKEFLAGS) check-recursive
966all-am: Makefile config.h
967installdirs: installdirs-recursive
968installdirs-am:
969install: $(BUILT_SOURCES)
970	$(MAKE) $(AM_MAKEFLAGS) install-recursive
971install-exec: $(BUILT_SOURCES)
972	$(MAKE) $(AM_MAKEFLAGS) install-exec-recursive
973install-data: install-data-recursive
974uninstall: uninstall-recursive
975
976install-am: all-am
977	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
978
979installcheck: installcheck-recursive
980install-strip:
981	if test -z '$(STRIP)'; then \
982	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
983	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
984	      install; \
985	else \
986	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
987	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
988	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
989	fi
990mostlyclean-generic:
991
992clean-generic:
993	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
994
995distclean-generic:
996	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
997	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
998	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
999
1000maintainer-clean-generic:
1001	@echo "This command is intended for maintainers to use"
1002	@echo "it deletes files that may require special tools to rebuild."
1003	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1004clean: clean-recursive
1005
1006clean-am: clean-generic clean-libtool mostlyclean-am
1007
1008distclean: distclean-recursive
1009	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1010	-rm -f Makefile
1011distclean-am: clean-am distclean-generic distclean-hdr \
1012	distclean-libtool distclean-tags
1013
1014dvi: dvi-recursive
1015
1016dvi-am:
1017
1018html: html-recursive
1019
1020html-am:
1021
1022info: info-recursive
1023
1024info-am:
1025
1026install-data-am: install-data-local
1027
1028install-dvi: install-dvi-recursive
1029
1030install-dvi-am:
1031
1032install-exec-am:
1033
1034install-html: install-html-recursive
1035
1036install-html-am:
1037
1038install-info: install-info-recursive
1039
1040install-info-am:
1041
1042install-man:
1043
1044install-pdf: install-pdf-recursive
1045
1046install-pdf-am:
1047
1048install-ps: install-ps-recursive
1049
1050install-ps-am:
1051
1052installcheck-am:
1053
1054maintainer-clean: maintainer-clean-recursive
1055	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1056	-rm -rf $(top_srcdir)/autom4te.cache
1057	-rm -f Makefile
1058maintainer-clean-am: distclean-am maintainer-clean-generic
1059
1060mostlyclean: mostlyclean-recursive
1061
1062mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1063
1064pdf: pdf-recursive
1065
1066pdf-am:
1067
1068ps: ps-recursive
1069
1070ps-am:
1071
1072uninstall-am: uninstall-local
1073
1074.MAKE: $(am__recursive_targets) all check install install-am \
1075	install-exec install-strip
1076
1077.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1078	am--refresh check check-am clean clean-cscope clean-generic \
1079	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1080	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1081	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
1082	distclean-generic distclean-hdr distclean-libtool \
1083	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1084	dvi-am html html-am info info-am install install-am \
1085	install-data install-data-am install-data-local install-dvi \
1086	install-dvi-am install-exec install-exec-am install-html \
1087	install-html-am install-info install-info-am install-man \
1088	install-pdf install-pdf-am install-ps install-ps-am \
1089	install-strip installcheck installcheck-am installdirs \
1090	installdirs-am maintainer-clean maintainer-clean-generic \
1091	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1092	ps ps-am tags tags-am uninstall uninstall-am uninstall-local
1093
1094.PRECIOUS: Makefile
1095
1096
1097.gcc-warning:
1098	@echo "Compiling with GCC now generates lots of new warnings."
1099	@echo " "
1100	@echo "Don't be concerned. They're just warnings."
1101	@echo " "
1102	@echo "Don't send bug reports about the warnings, either."
1103	@echo " "
1104	@echo "Feel free to send patches that fix these warnings, though."
1105	@echo " "
1106	@sleep 1
1107	@touch $@
1108
1109$(srcdir)/html/.datecheck: $(srcdir)/html/*.html
1110	cd $(srcdir)/html && \
1111	../scripts/build/checkHtmlFileDates
1112
1113libtool: $(LIBTOOL_DEPS)
1114	./config.status --recheck
1115
1116sntp/built-sources-only: FRC.sntp
1117	@cd sntp && $(MAKE) $(AM_MAKEFLAGS) built-sources-only
1118
1119$(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
1120	{ echo "This file is automatically generated from html/copyright.html" ; \
1121	  lynx -dump $(srcdir)/html/copyright.html ;} > COPYRIGHT.new \
1122	&& mv -f COPYRIGHT.new $(srcdir)/COPYRIGHT
1123
1124COPYRIGHT-please: $(srcdir)/COPYRIGHT
1125	@: do-nothing action to prevent default \
1126	   This target is needed by sntp/Makefile.am on decrepit \
1127	   FreeBSD 6.x make which fails with "make COPYRIGHT" \
1128	   configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
1129	   Rather than determine our $(srcdir) from sntp/Makefile.am \
1130	   COPYRIGHT-please serves as a fixed target.
1131
1132$(srcdir)/.checkChangeLog: $(srcdir)/ChangeLog $(srcdir)/scripts/build/checkChangeLog
1133	cd $(srcdir) && \
1134	./scripts/build/checkChangeLog
1135
1136dist-hook:
1137	@find $(distdir) -type d -name SCCS -print | xargs rm -rf
1138
1139install-data-local:
1140	@echo "Installing stand-alone HTML documentation"
1141	@( cd $(srcdir) && \
1142		for i in `find html -type d | grep -v SCCS` ; \
1143		do $(INSTALL) -d $(DESTDIR)$(htmldir)/$$i ; done )
1144	@( cd $(srcdir) && \
1145		for i in `find html -type f | grep -v SCCS` ; \
1146		do $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; done )
1147
1148uninstall-local:
1149		rm -rf $(DESTDIR)$(htmldir)/html
1150
1151CommitLog: FRC.CommitLog
1152	cd $(srcdir)					\
1153	&& $(PATH_TEST) -e CommitLog			\
1154		-a .bk/SCCS/ChangeSet,s -ot CommitLog	\
1155	|| scripts/build/genCommitLog
1156
1157.buildcvo:
1158	echo "$(CVO)" > .buildcvo
1159
1160.checkcvo: .buildcvo FRC.checkcvo
1161	@if [ "`cat .buildcvo`" != "$(CVO)" ];then	\
1162		echo "This directory was configured for `cat .buildcvo`"; \
1163		echo "but this machine is a $(CVO)";	\
1164		exit 1;	\
1165	fi
1166
1167.buildhost:
1168	echo "$(BHOST)" > .buildhost
1169
1170.checkhost: .buildhost FRC.checkhost
1171	@if [ "`cat .buildhost`" != "$(BHOST)" ];then	\
1172		echo "Built on `cat .buildhost` but this is $(BHOST)"; \
1173		echo " "; \
1174	fi
1175
1176FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
1177	@: do-nothing action prevents any default
1178
1179# HMS: what was I trying to do with this?
1180#dot.emacs: FRC.distwarn
1181
1182# Tell versions [3.59,3.63) of GNU make to not export all variables.
1183# Otherwise a system limit (for SysV at least) may be exceeded.
1184.NOEXPORT:
1185