]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/sntp/Makefile.in
Upgrade NTP to 4.2.8p4.
[FreeBSD/releng/10.2.git] / contrib / ntp / sntp / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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
23
24 VPATH = @srcdir@
25 am__is_gnu_make = { \
26   if test -z '$(MAKELEVEL)'; then \
27     false; \
28   elif test -n '$(MAKE_HOST)'; then \
29     true; \
30   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31     true; \
32   else \
33     false; \
34   fi; \
35 }
36 am__make_running_with_option = \
37   case $${target_option-} in \
38       ?) ;; \
39       *) echo "am__make_running_with_option: internal error: invalid" \
40               "target option '$${target_option-}' specified" >&2; \
41          exit 1;; \
42   esac; \
43   has_opt=no; \
44   sane_makeflags=$$MAKEFLAGS; \
45   if $(am__is_gnu_make); then \
46     sane_makeflags=$$MFLAGS; \
47   else \
48     case $$MAKEFLAGS in \
49       *\\[\ \   ]*) \
50         bs=\\; \
51         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
53     esac; \
54   fi; \
55   skip_next=no; \
56   strip_trailopt () \
57   { \
58     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59   }; \
60   for flg in $$sane_makeflags; do \
61     test $$skip_next = yes && { skip_next=no; continue; }; \
62     case $$flg in \
63       *=*|--*) continue;; \
64         -*I) strip_trailopt 'I'; skip_next=yes;; \
65       -*I?*) strip_trailopt 'I';; \
66         -*O) strip_trailopt 'O'; skip_next=yes;; \
67       -*O?*) strip_trailopt 'O';; \
68         -*l) strip_trailopt 'l'; skip_next=yes;; \
69       -*l?*) strip_trailopt 'l';; \
70       -[dEDm]) skip_next=yes;; \
71       -[JT]) skip_next=yes;; \
72     esac; \
73     case $$flg in \
74       *$$target_option*) has_opt=yes; break;; \
75     esac; \
76   done; \
77   test $$has_opt = yes
78 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80 pkgdatadir = $(datadir)/@PACKAGE@
81 pkgincludedir = $(includedir)/@PACKAGE@
82 pkglibdir = $(libdir)/@PACKAGE@
83 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85 install_sh_DATA = $(install_sh) -c -m 644
86 install_sh_PROGRAM = $(install_sh) -c
87 install_sh_SCRIPT = $(install_sh) -c
88 INSTALL_HEADER = $(INSTALL_DATA)
89 transform = $(program_transform_name)
90 NORMAL_INSTALL = :
91 PRE_INSTALL = :
92 POST_INSTALL = :
93 NORMAL_UNINSTALL = :
94 PRE_UNINSTALL = :
95 POST_UNINSTALL = :
96 build_triplet = @build@
97 host_triplet = @host@
98 EXTRA_PROGRAMS = sntp$(EXEEXT)
99 @BUILD_LIBEVENT_TRUE@am__append_1 = libevent
100 @BUILD_LIBEVENT_FALSE@am__append_2 = "--enable-local-libevent"
101 @NEED_LIBOPTS_TRUE@am__append_3 = libopts
102 @BUILD_SNTP_TRUE@am__append_4 = tests
103 subdir = .
104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
106         $(top_srcdir)/libopts/m4/stdnoreturn.m4 \
107         $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \
108         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
109         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
110         $(top_srcdir)/m4/ntp_cacheversion.m4 \
111         $(top_srcdir)/m4/ntp_compiler.m4 \
112         $(top_srcdir)/m4/ntp_crosscompile.m4 \
113         $(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \
114         $(top_srcdir)/m4/ntp_facilitynames.m4 \
115         $(top_srcdir)/m4/ntp_googletest.m4 \
116         $(top_srcdir)/m4/ntp_ipv6.m4 $(top_srcdir)/m4/ntp_lib_m.m4 \
117         $(top_srcdir)/m4/ntp_libevent.m4 \
118         $(top_srcdir)/m4/ntp_libntp.m4 \
119         $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
120         $(top_srcdir)/m4/ntp_locinfo.m4 \
121         $(top_srcdir)/m4/ntp_openssl.m4 \
122         $(top_srcdir)/m4/ntp_pkg_config.m4 \
123         $(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \
124         $(top_srcdir)/m4/ntp_sysexits.m4 \
125         $(top_srcdir)/m4/ntp_unitytest.m4 \
126         $(top_srcdir)/m4/ntp_ver_suffix.m4 \
127         $(top_srcdir)/m4/openldap-thread-check.m4 \
128         $(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \
129         $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/version.m4 \
130         $(top_srcdir)/configure.ac
131 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132         $(ACLOCAL_M4)
133 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
134         $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
135 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
136  configure.lineno config.status.lineno
137 mkinstalldirs = $(install_sh) -d
138 CONFIG_HEADER = config.h
139 CONFIG_CLEAN_FILES =
140 CONFIG_CLEAN_VPATH_FILES =
141 LIBRARIES = $(noinst_LIBRARIES)
142 ARFLAGS = cru
143 AM_V_AR = $(am__v_AR_@AM_V@)
144 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
145 am__v_AR_0 = @echo "  AR      " $@;
146 am__v_AR_1 = 
147 libsntp_a_AR = $(AR) $(ARFLAGS)
148 libsntp_a_LIBADD =
149 am__objects_1 =
150 am_libsntp_a_OBJECTS = crypto.$(OBJEXT) kod_management.$(OBJEXT) \
151         log.$(OBJEXT) main.$(OBJEXT) networking.$(OBJEXT) \
152         sntp-opts.$(OBJEXT) utilities.$(OBJEXT) $(am__objects_1)
153 libsntp_a_OBJECTS = $(am_libsntp_a_OBJECTS)
154 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
155         "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
156         "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
157 PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
158 am_sntp_OBJECTS = sntp.$(OBJEXT) $(am__objects_1)
159 sntp_OBJECTS = $(am_sntp_OBJECTS)
160 sntp_LDADD = $(LDADD)
161 am__DEPENDENCIES_1 =
162 sntp_DEPENDENCIES = version.o libsntp.a $(am__DEPENDENCIES_1) \
163         $(am__DEPENDENCIES_1) ../libntp/libntp.a $(am__DEPENDENCIES_1) \
164         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
165         $(am__DEPENDENCIES_1)
166 AM_V_lt = $(am__v_lt_@AM_V@)
167 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
168 am__v_lt_0 = --silent
169 am__v_lt_1 = 
170 AM_V_P = $(am__v_P_@AM_V@)
171 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
172 am__v_P_0 = false
173 am__v_P_1 = :
174 AM_V_GEN = $(am__v_GEN_@AM_V@)
175 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
176 am__v_GEN_0 = @echo "  GEN     " $@;
177 am__v_GEN_1 = 
178 AM_V_at = $(am__v_at_@AM_V@)
179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180 am__v_at_0 = @
181 am__v_at_1 = 
182 DEFAULT_INCLUDES = -I.@am__isrc@
183 depcomp = $(SHELL) $(top_srcdir)/libevent/build-aux/depcomp
184 am__depfiles_maybe = depfiles
185 am__mv = mv -f
186 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
190         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191         $(AM_CFLAGS) $(CFLAGS)
192 AM_V_CC = $(am__v_CC_@AM_V@)
193 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
194 am__v_CC_0 = @echo "  CC      " $@;
195 am__v_CC_1 = 
196 CCLD = $(CC)
197 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199         $(AM_LDFLAGS) $(LDFLAGS) -o $@
200 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
201 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
202 am__v_CCLD_0 = @echo "  CCLD    " $@;
203 am__v_CCLD_1 = 
204 SOURCES = $(libsntp_a_SOURCES) $(sntp_SOURCES)
205 DIST_SOURCES = $(libsntp_a_SOURCES) $(sntp_SOURCES)
206 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
207         ctags-recursive dvi-recursive html-recursive info-recursive \
208         install-data-recursive install-dvi-recursive \
209         install-exec-recursive install-html-recursive \
210         install-info-recursive install-pdf-recursive \
211         install-ps-recursive install-recursive installcheck-recursive \
212         installdirs-recursive pdf-recursive ps-recursive \
213         tags-recursive uninstall-recursive
214 am__can_run_installinfo = \
215   case $$AM_UPDATE_INFO_DIR in \
216     n|no|NO) false;; \
217     *) (install-info --version) >/dev/null 2>&1;; \
218   esac
219 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
220 am__vpath_adj = case $$p in \
221     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
222     *) f=$$p;; \
223   esac;
224 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
225 am__install_max = 40
226 am__nobase_strip_setup = \
227   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
228 am__nobase_strip = \
229   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
230 am__nobase_list = $(am__nobase_strip_setup); \
231   for p in $$list; do echo "$$p $$p"; done | \
232   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
233   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
234     if (++n[$$2] == $(am__install_max)) \
235       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
236     END { for (dir in files) print dir, files[dir] }'
237 am__base_list = \
238   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
239   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
240 am__uninstall_files_from_dir = { \
241   test -z "$$files" \
242     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
243     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
244          $(am__cd) "$$dir" && rm -f $$files; }; \
245   }
246 man1dir = $(mandir)/man1
247 man8dir = $(mandir)/man8
248 NROFF = nroff
249 MANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
250 DATA = $(html_DATA) $(noinst_DATA)
251 HEADERS = $(noinst_HEADERS)
252 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
253   distclean-recursive maintainer-clean-recursive
254 am__recursive_targets = \
255   $(RECURSIVE_TARGETS) \
256   $(RECURSIVE_CLEAN_TARGETS) \
257   $(am__extra_recursive_targets)
258 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
259         cscope distdir dist dist-all distcheck
260 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
261         $(LISP)config.h.in
262 # Read a list of newline-separated strings from the standard input,
263 # and print each of them once, without duplicates.  Input order is
264 # *not* preserved.
265 am__uniquify_input = $(AWK) '\
266   BEGIN { nonempty = 0; } \
267   { items[$$0] = 1; nonempty = 1; } \
268   END { if (nonempty) { for (i in items) print i; }; } \
269 '
270 # Make sure the list of sources is unique.  This is necessary because,
271 # e.g., the same source file might be shared among _SOURCES variables
272 # for different programs/libraries.
273 am__define_uniq_tagged_files = \
274   list='$(am__tagged_files)'; \
275   unique=`for i in $$list; do \
276     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277   done | $(am__uniquify_input)`
278 ETAGS = etags
279 CTAGS = ctags
280 CSCOPE = cscope
281 DIST_SUBDIRS = include scripts unity libevent libopts tests
282 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
283         $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \
284         $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf \
285         $(top_srcdir)/includes.mf \
286         $(top_srcdir)/libevent/build-aux/ar-lib \
287         $(top_srcdir)/libevent/build-aux/compile \
288         $(top_srcdir)/libevent/build-aux/config.guess \
289         $(top_srcdir)/libevent/build-aux/config.sub \
290         $(top_srcdir)/libevent/build-aux/depcomp \
291         $(top_srcdir)/libevent/build-aux/install-sh \
292         $(top_srcdir)/libevent/build-aux/ltmain.sh \
293         $(top_srcdir)/libevent/build-aux/missing compile config.guess \
294         config.sub depcomp install-sh libevent/build-aux/ar-lib \
295         libevent/build-aux/compile libevent/build-aux/config.guess \
296         libevent/build-aux/config.sub libevent/build-aux/depcomp \
297         libevent/build-aux/install-sh libevent/build-aux/ltmain.sh \
298         libevent/build-aux/missing libevent/build-aux/ylwrap ltmain.sh \
299         missing
300 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
301 distdir = $(PACKAGE)-$(VERSION)
302 top_distdir = $(distdir)
303 am__remove_distdir = \
304   if test -d "$(distdir)"; then \
305     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
306       && rm -rf "$(distdir)" \
307       || { sleep 5 && rm -rf "$(distdir)"; }; \
308   else :; fi
309 am__post_remove_distdir = $(am__remove_distdir)
310 am__relativize = \
311   dir0=`pwd`; \
312   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
313   sed_rest='s,^[^/]*/*,,'; \
314   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
315   sed_butlast='s,/*[^/]*$$,,'; \
316   while test -n "$$dir1"; do \
317     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
318     if test "$$first" != "."; then \
319       if test "$$first" = ".."; then \
320         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
321         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
322       else \
323         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
324         if test "$$first2" = "$$first"; then \
325           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
326         else \
327           dir2="../$$dir2"; \
328         fi; \
329         dir0="$$dir0"/"$$first"; \
330       fi; \
331     fi; \
332     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
333   done; \
334   reldir="$$dir2"
335 DIST_ARCHIVES = $(distdir).tar.gz
336 GZIP_ENV = --best
337 DIST_TARGETS = dist-gzip
338 distuninstallcheck_listfiles = find . -type f -print
339 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
340   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
341 distcleancheck_listfiles = find . -type f -print
342 ACLOCAL = @ACLOCAL@
343 ALLOCA = @ALLOCA@
344 AMTAR = @AMTAR@
345 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
346 AR = @AR@
347 AUTOCONF = @AUTOCONF@
348 AUTOHEADER = @AUTOHEADER@
349 AUTOMAKE = @AUTOMAKE@
350 AWK = @AWK@
351 BUILD_THREAD = @BUILD_THREAD@
352 CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
353 CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
354 CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
355 CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
356 CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
357 CC = @CC@
358 CCDEPMODE = @CCDEPMODE@
359 CFLAGS = @CFLAGS@
360 CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
361 CFLAGS_NTP = @CFLAGS_NTP@
362 CPP = @CPP@
363 CPPFLAGS = @CPPFLAGS@
364 CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
365 CPPFLAGS_NTP = @CPPFLAGS_NTP@
366 CXX = @CXX@
367 CXXCPP = @CXXCPP@
368 CXXDEPMODE = @CXXDEPMODE@
369 CXXFLAGS = @CXXFLAGS@
370 CYGPATH_W = @CYGPATH_W@
371 DEFS = @DEFS@
372 DEPDIR = @DEPDIR@
373 DLLTOOL = @DLLTOOL@
374 DSYMUTIL = @DSYMUTIL@
375 DUMPBIN = @DUMPBIN@
376 ECHO_C = @ECHO_C@
377 ECHO_N = @ECHO_N@
378 ECHO_T = @ECHO_T@
379 EDITLINE_LIBS = @EDITLINE_LIBS@
380 EGREP = @EGREP@
381 EXEEXT = @EXEEXT@
382 FGREP = @FGREP@
383 GREP = @GREP@
384 GTEST_CONFIG = @GTEST_CONFIG@
385 GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
386 GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
387 GTEST_LDFLAGS = @GTEST_LDFLAGS@
388 GTEST_LIBS = @GTEST_LIBS@
389 HAVE_INLINE = @HAVE_INLINE@
390 INSTALL = @INSTALL@
391 INSTALL_DATA = @INSTALL_DATA@
392 INSTALL_PROGRAM = @INSTALL_PROGRAM@
393 INSTALL_SCRIPT = @INSTALL_SCRIPT@
394 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
395 LD = @LD@
396 LDADD_LIBEVENT = @LDADD_LIBEVENT@
397 LDADD_LIBNTP = @LDADD_LIBNTP@
398 LDADD_LIBUTIL = @LDADD_LIBUTIL@
399 LDADD_NTP = @LDADD_NTP@
400 LDFLAGS = @LDFLAGS@
401 LDFLAGS_NTP = @LDFLAGS_NTP@
402 LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
403 LIBM = @LIBM@
404 LIBOBJS = @LIBOBJS@
405 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
406 LIBOPTS_DIR = @LIBOPTS_DIR@
407 LIBOPTS_LDADD = @LIBOPTS_LDADD@
408 LIBS = @LIBS@
409 LIBTOOL = @LIBTOOL@
410 LIBTOOL_DEPS = @LIBTOOL_DEPS@
411 LIB_SYSLOG = @LIB_SYSLOG@
412 LIPO = @LIPO@
413 LN_S = @LN_S@
414 LTHREAD_LIBS = @LTHREAD_LIBS@
415 LTLIBOBJS = @LTLIBOBJS@
416 MAKEINFO = @MAKEINFO@
417 MANIFEST_TOOL = @MANIFEST_TOOL@
418 MANTAGFMT = @MANTAGFMT@
419 MKDIR_P = @MKDIR_P@
420 NM = @NM@
421 NMEDIT = @NMEDIT@
422 NTPDATE_DB = @NTPDATE_DB@
423 NTPDATE_DL = @NTPDATE_DL@
424 NTPDATE_DS = @NTPDATE_DS@
425 NTPDATE_MS = @NTPDATE_MS@
426 NTPDATE_NI = @NTPDATE_NI@
427 NTPDC_DB = @NTPDC_DB@
428 NTPDC_DL = @NTPDC_DL@
429 NTPDC_DS = @NTPDC_DS@
430 NTPDC_MS = @NTPDC_MS@
431 NTPDC_NI = @NTPDC_NI@
432 NTPDSIM_DB = @NTPDSIM_DB@
433 NTPDSIM_DL = @NTPDSIM_DL@
434 NTPDSIM_DS = @NTPDSIM_DS@
435 NTPDSIM_MS = @NTPDSIM_MS@
436 NTPDSIM_NI = @NTPDSIM_NI@
437 NTPD_DB = @NTPD_DB@
438 NTPD_DL = @NTPD_DL@
439 NTPD_DS = @NTPD_DS@
440 NTPD_MS = @NTPD_MS@
441 NTPD_NI = @NTPD_NI@
442 NTPQ_DB = @NTPQ_DB@
443 NTPQ_DL = @NTPQ_DL@
444 NTPQ_DS = @NTPQ_DS@
445 NTPQ_MS = @NTPQ_MS@
446 NTPQ_NI = @NTPQ_NI@
447 NTPSNMPD_DB = @NTPSNMPD_DB@
448 NTPSNMPD_DL = @NTPSNMPD_DL@
449 NTPSNMPD_DS = @NTPSNMPD_DS@
450 NTPSNMPD_MS = @NTPSNMPD_MS@
451 NTPSNMPD_NI = @NTPSNMPD_NI@
452 NTPSWEEP_DB = @NTPSWEEP_DB@
453 NTPSWEEP_DL = @NTPSWEEP_DL@
454 NTPSWEEP_DS = @NTPSWEEP_DS@
455 NTPSWEEP_MS = @NTPSWEEP_MS@
456 NTPSWEEP_NI = @NTPSWEEP_NI@
457 NTPTIME_DB = @NTPTIME_DB@
458 NTPTIME_DL = @NTPTIME_DL@
459 NTPTIME_DS = @NTPTIME_DS@
460 NTPTIME_MS = @NTPTIME_MS@
461 NTPTIME_NI = @NTPTIME_NI@
462 NTPTRACE_DB = @NTPTRACE_DB@
463 NTPTRACE_DL = @NTPTRACE_DL@
464 NTPTRACE_DS = @NTPTRACE_DS@
465 NTPTRACE_MS = @NTPTRACE_MS@
466 NTPTRACE_NI = @NTPTRACE_NI@
467 NTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@
468 NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
469 NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
470 NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
471 NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
472 NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
473 NTP_WAIT_DB = @NTP_WAIT_DB@
474 NTP_WAIT_DL = @NTP_WAIT_DL@
475 NTP_WAIT_DS = @NTP_WAIT_DS@
476 NTP_WAIT_MS = @NTP_WAIT_MS@
477 NTP_WAIT_NI = @NTP_WAIT_NI@
478 OBJDUMP = @OBJDUMP@
479 OBJEXT = @OBJEXT@
480 OTOOL = @OTOOL@
481 OTOOL64 = @OTOOL64@
482 PACKAGE = @PACKAGE@
483 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
484 PACKAGE_NAME = @PACKAGE_NAME@
485 PACKAGE_STRING = @PACKAGE_STRING@
486 PACKAGE_TARNAME = @PACKAGE_TARNAME@
487 PACKAGE_URL = @PACKAGE_URL@
488 PACKAGE_VERSION = @PACKAGE_VERSION@
489 PATH_RUBY = @PATH_RUBY@
490 PATH_SEPARATOR = @PATH_SEPARATOR@
491 PKG_CONFIG = @PKG_CONFIG@
492 POSIX_SHELL = @POSIX_SHELL@
493 PTHREAD_LIBS = @PTHREAD_LIBS@
494 RANLIB = @RANLIB@
495 SED = @SED@
496 SET_MAKE = @SET_MAKE@
497 SHELL = @SHELL@
498 SNTP = @SNTP@
499 SNTP_DB = @SNTP_DB@
500 SNTP_DL = @SNTP_DL@
501 SNTP_DS = @SNTP_DS@
502 SNTP_MS = @SNTP_MS@
503 SNTP_NI = @SNTP_NI@
504 STDNORETURN_H = @STDNORETURN_H@
505 STRIP = @STRIP@
506 TICKADJ_DB = @TICKADJ_DB@
507 TICKADJ_DL = @TICKADJ_DL@
508 TICKADJ_DS = @TICKADJ_DS@
509 TICKADJ_MS = @TICKADJ_MS@
510 TICKADJ_NI = @TICKADJ_NI@
511 TIMETRIM_DB = @TIMETRIM_DB@
512 TIMETRIM_DL = @TIMETRIM_DL@
513 TIMETRIM_DS = @TIMETRIM_DS@
514 TIMETRIM_MS = @TIMETRIM_MS@
515 TIMETRIM_NI = @TIMETRIM_NI@
516 UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
517 UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
518 UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
519 UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
520 UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
521 VERSION = @VERSION@
522 VER_SUFFIX = @VER_SUFFIX@
523 abs_builddir = @abs_builddir@
524 abs_srcdir = @abs_srcdir@
525 abs_top_builddir = @abs_top_builddir@
526 abs_top_srcdir = @abs_top_srcdir@
527 ac_ct_AR = @ac_ct_AR@
528 ac_ct_CC = @ac_ct_CC@
529 ac_ct_CXX = @ac_ct_CXX@
530 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
531 am__include = @am__include@
532 am__leading_dot = @am__leading_dot@
533 am__quote = @am__quote@
534 am__tar = @am__tar@
535 am__untar = @am__untar@
536 bindir = @bindir@
537 build = @build@
538 build_alias = @build_alias@
539 build_cpu = @build_cpu@
540 build_os = @build_os@
541 build_vendor = @build_vendor@
542 builddir = @builddir@
543 datadir = @datadir@
544 datarootdir = @datarootdir@
545 docdir = @docdir@
546 dvidir = @dvidir@
547 exec_prefix = @exec_prefix@
548 host = @host@
549 host_alias = @host_alias@
550 host_cpu = @host_cpu@
551 host_os = @host_os@
552 host_vendor = @host_vendor@
553 htmldir = @htmldir@
554 includedir = @includedir@
555 infodir = @infodir@
556 install_sh = @install_sh@
557 libdir = @libdir@
558 libexecdir = @libexecdir@
559 localedir = @localedir@
560 localstatedir = @localstatedir@
561 mandir = @mandir@
562 mkdir_p = @mkdir_p@
563 oldincludedir = @oldincludedir@
564 pdfdir = @pdfdir@
565 prefix = @prefix@
566 program_transform_name = @program_transform_name@
567 psdir = @psdir@
568 sbindir = @sbindir@
569 sharedstatedir = @sharedstatedir@
570 srcdir = @srcdir@
571 subdirs = @subdirs@
572 sysconfdir = @sysconfdir@
573 target_alias = @target_alias@
574 top_build_prefix = @top_build_prefix@
575 top_builddir = @top_builddir@
576 top_srcdir = @top_srcdir@
577 ACLOCAL_AMFLAGS = -I m4 -I libevent/m4 -I libopts/m4
578 NULL = 
579 AM_CFLAGS = $(CFLAGS_NTP)
580 AM_CPPFLAGS = $(SNTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_LIBEVENT) \
581         $(CPPFLAGS_NTP)
582 AM_LDFLAGS = $(LDFLAGS_NTP)
583 LDADD = version.o libsntp.a $(LIBOPTS_LDADD) $(LDADD_LIBEVENT) \
584         ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) \
585         $(LDADD_NTP)
586 run_ag = cd $(srcdir) &&        env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D  \
587                 autogen -L include -L ag-tpl --writable
588
589 std_def_list = \
590         $(srcdir)/include/debug-opt.def                 \
591         $(srcdir)/include/autogen-version.def           \
592         $(srcdir)/include/copyright.def                 \
593         $(srcdir)/include/homerc.def                    \
594         $(srcdir)/include/ntp.lic                       \
595         $(srcdir)/include/version.def                   \
596         $(NULL)
597
598 bin_PROGRAMS = @SNTP_DB@
599 libexec_PROGRAMS = @SNTP_DL@
600 sbin_PROGRAMS = @SNTP_DS@
601 SUBDIRS = include scripts unity $(am__append_1) $(am__append_3) \
602         $(am__append_4)
603 DIST_FAIL = $(am__append_2)
604 @BUILD_SNTP_TRUE@noinst_LIBRARIES = libsntp.a
605 libsntp_a_SOURCES = \
606         crypto.c                \
607         kod_management.c        \
608         log.c                   \
609         main.c                  \
610         networking.c            \
611         sntp-opts.c             \
612         utilities.c             \
613         $(NULL)
614
615 sntp_SOURCES = \
616         sntp.c          \
617         $(NULL)
618
619 noinst_HEADERS = \
620         crypto.h                \
621         data_formats.h          \
622         kod_management.h        \
623         log.h                   \
624         main.h                  \
625         networking.h            \
626         sntp-opts.h             \
627         utilities.h             \
628         $(NULL)
629
630 DISTCLEANFILES = \
631         .version                        \
632         version.c                       \
633         config.log                      \
634         $(man_MANS)                     \
635         $(NULL)
636
637 EXTRA_DIST = \
638         $(srcdir)/COPYRIGHT             \
639         ag-tpl                          \
640         deps-ver                        \
641         invoke-sntp.menu                \
642         invoke-sntp.texi                \
643         @NTP_FORCE_LIBEVENT_DIST@       \
644         libpkgver                       \
645         loc                             \
646         sntp-opts.def                   \
647         sntp.1sntpman                   \
648         sntp.1sntpmdoc                  \
649         sntp.man.in                     \
650         sntp.mdoc.in                    \
651         sntp.html                       \
652         sntp.texi                       \
653         unity/auto                      \
654         $(srcdir)/scm-rev               \
655         $(srcdir)/m4/version.m4         \
656         $(NULL)
657
658 BUILT_SOURCES = $(srcdir)/COPYRIGHT libtool $(srcdir)/sntp-opts.c \
659         $(srcdir)/sntp-opts.h check-scm-rev \
660         $(srcdir)/include/version.def $(srcdir)/m4/version.m4 \
661         $(srcdir)/include/version.texi $(NULL) check-libntp \
662         check-libopts .deps-ver
663 CLEANFILES = built-sources-only check-COPYRIGHT-submake $(NULL) \
664         check-libntp check-libopts .deps-ver
665 man1_MANS = 
666 man8_MANS = 
667 man_MANS = sntp.$(SNTP_MS)
668 html_DATA = \
669         $(srcdir)/sntp.html             \
670         $(NULL)
671
672 noinst_DATA = \
673         $(srcdir)/invoke-sntp.menu      \
674         $(srcdir)/invoke-sntp.texi      \
675         $(srcdir)/sntp.man.in           \
676         $(srcdir)/sntp.mdoc.in          \
677         $(NULL)
678
679 SNTP_INCS = -I$(top_srcdir)/../include \
680         -I$(top_srcdir)/../lib/isc/include \
681         -I$(top_srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
682         -I$(top_srcdir)/../lib/isc/unix/include
683 all: $(BUILT_SOURCES) config.h
684         $(MAKE) $(AM_MAKEFLAGS) all-recursive
685
686 .SUFFIXES:
687 .SUFFIXES: .c .lo .o .obj
688 am--refresh: Makefile
689         @:
690 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
691         @for dep in $?; do \
692           case '$(am__configure_deps)' in \
693             *$$dep*) \
694               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
695               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
696                 && exit 0; \
697               exit 1;; \
698           esac; \
699         done; \
700         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
701         $(am__cd) $(top_srcdir) && \
702           $(AUTOMAKE) --foreign Makefile
703 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
704         @case '$?' in \
705           *config.status*) \
706             echo ' $(SHELL) ./config.status'; \
707             $(SHELL) ./config.status;; \
708           *) \
709             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
710             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
711         esac;
712 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
713
714 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
715         $(SHELL) ./config.status --recheck
716
717 $(top_srcdir)/configure:  $(am__configure_deps)
718         $(am__cd) $(srcdir) && $(AUTOCONF)
719 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
720         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
721 $(am__aclocal_m4_deps):
722
723 config.h: stamp-h1
724         @test -f $@ || rm -f stamp-h1
725         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
726
727 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
728         @rm -f stamp-h1
729         cd $(top_builddir) && $(SHELL) ./config.status config.h
730 $(srcdir)/config.h.in:  $(am__configure_deps) 
731         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
732         rm -f stamp-h1
733         touch $@
734
735 distclean-hdr:
736         -rm -f config.h stamp-h1
737
738 clean-noinstLIBRARIES:
739         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
740
741 libsntp.a: $(libsntp_a_OBJECTS) $(libsntp_a_DEPENDENCIES) $(EXTRA_libsntp_a_DEPENDENCIES) 
742         $(AM_V_at)-rm -f libsntp.a
743         $(AM_V_AR)$(libsntp_a_AR) libsntp.a $(libsntp_a_OBJECTS) $(libsntp_a_LIBADD)
744         $(AM_V_at)$(RANLIB) libsntp.a
745 install-binPROGRAMS: $(bin_PROGRAMS)
746         @$(NORMAL_INSTALL)
747         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
748         if test -n "$$list"; then \
749           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
750           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
751         fi; \
752         for p in $$list; do echo "$$p $$p"; done | \
753         sed 's/$(EXEEXT)$$//' | \
754         while read p p1; do if test -f $$p \
755          || test -f $$p1 \
756           ; then echo "$$p"; echo "$$p"; else :; fi; \
757         done | \
758         sed -e 'p;s,.*/,,;n;h' \
759             -e 's|.*|.|' \
760             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
761         sed 'N;N;N;s,\n, ,g' | \
762         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
763           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
764             if ($$2 == $$4) files[d] = files[d] " " $$1; \
765             else { print "f", $$3 "/" $$4, $$1; } } \
766           END { for (d in files) print "f", d, files[d] }' | \
767         while read type dir files; do \
768             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
769             test -z "$$files" || { \
770             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
771             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
772             } \
773         ; done
774
775 uninstall-binPROGRAMS:
776         @$(NORMAL_UNINSTALL)
777         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
778         files=`for p in $$list; do echo "$$p"; done | \
779           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
780               -e 's/$$/$(EXEEXT)/' \
781         `; \
782         test -n "$$list" || exit 0; \
783         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
784         cd "$(DESTDIR)$(bindir)" && rm -f $$files
785
786 clean-binPROGRAMS:
787         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
788         echo " rm -f" $$list; \
789         rm -f $$list || exit $$?; \
790         test -n "$(EXEEXT)" || exit 0; \
791         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
792         echo " rm -f" $$list; \
793         rm -f $$list
794 install-libexecPROGRAMS: $(libexec_PROGRAMS)
795         @$(NORMAL_INSTALL)
796         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
797         if test -n "$$list"; then \
798           echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
799           $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
800         fi; \
801         for p in $$list; do echo "$$p $$p"; done | \
802         sed 's/$(EXEEXT)$$//' | \
803         while read p p1; do if test -f $$p \
804          || test -f $$p1 \
805           ; then echo "$$p"; echo "$$p"; else :; fi; \
806         done | \
807         sed -e 'p;s,.*/,,;n;h' \
808             -e 's|.*|.|' \
809             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
810         sed 'N;N;N;s,\n, ,g' | \
811         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
812           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
813             if ($$2 == $$4) files[d] = files[d] " " $$1; \
814             else { print "f", $$3 "/" $$4, $$1; } } \
815           END { for (d in files) print "f", d, files[d] }' | \
816         while read type dir files; do \
817             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
818             test -z "$$files" || { \
819             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
820             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
821             } \
822         ; done
823
824 uninstall-libexecPROGRAMS:
825         @$(NORMAL_UNINSTALL)
826         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
827         files=`for p in $$list; do echo "$$p"; done | \
828           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
829               -e 's/$$/$(EXEEXT)/' \
830         `; \
831         test -n "$$list" || exit 0; \
832         echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
833         cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
834
835 clean-libexecPROGRAMS:
836         @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
837         echo " rm -f" $$list; \
838         rm -f $$list || exit $$?; \
839         test -n "$(EXEEXT)" || exit 0; \
840         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
841         echo " rm -f" $$list; \
842         rm -f $$list
843 install-sbinPROGRAMS: $(sbin_PROGRAMS)
844         @$(NORMAL_INSTALL)
845         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
846         if test -n "$$list"; then \
847           echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
848           $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
849         fi; \
850         for p in $$list; do echo "$$p $$p"; done | \
851         sed 's/$(EXEEXT)$$//' | \
852         while read p p1; do if test -f $$p \
853          || test -f $$p1 \
854           ; then echo "$$p"; echo "$$p"; else :; fi; \
855         done | \
856         sed -e 'p;s,.*/,,;n;h' \
857             -e 's|.*|.|' \
858             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
859         sed 'N;N;N;s,\n, ,g' | \
860         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
861           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
862             if ($$2 == $$4) files[d] = files[d] " " $$1; \
863             else { print "f", $$3 "/" $$4, $$1; } } \
864           END { for (d in files) print "f", d, files[d] }' | \
865         while read type dir files; do \
866             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
867             test -z "$$files" || { \
868             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
869             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
870             } \
871         ; done
872
873 uninstall-sbinPROGRAMS:
874         @$(NORMAL_UNINSTALL)
875         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
876         files=`for p in $$list; do echo "$$p"; done | \
877           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
878               -e 's/$$/$(EXEEXT)/' \
879         `; \
880         test -n "$$list" || exit 0; \
881         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
882         cd "$(DESTDIR)$(sbindir)" && rm -f $$files
883
884 clean-sbinPROGRAMS:
885         @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
886         echo " rm -f" $$list; \
887         rm -f $$list || exit $$?; \
888         test -n "$(EXEEXT)" || exit 0; \
889         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
890         echo " rm -f" $$list; \
891         rm -f $$list
892
893 sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) $(EXTRA_sntp_DEPENDENCIES) 
894         @rm -f sntp$(EXEEXT)
895         $(AM_V_CCLD)$(LINK) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
896
897 mostlyclean-compile:
898         -rm -f *.$(OBJEXT)
899
900 distclean-compile:
901         -rm -f *.tab.c
902
903 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
904 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kod_management.Po@am__quote@
905 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
906 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/networking.Po@am__quote@
908 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
909 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp.Po@am__quote@
910 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Po@am__quote@
911
912 .c.o:
913 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
914 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
917 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
918
919 .c.obj:
920 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
921 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
923 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
924 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
925
926 .c.lo:
927 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
928 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
931 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
932
933 mostlyclean-libtool:
934         -rm -f *.lo
935
936 clean-libtool:
937         -rm -rf .libs _libs
938
939 distclean-libtool:
940         -rm -f libtool config.lt
941 install-man1: $(man1_MANS) $(man_MANS)
942         @$(NORMAL_INSTALL)
943         @list1='$(man1_MANS)'; \
944         list2='$(man_MANS)'; \
945         test -n "$(man1dir)" \
946           && test -n "`echo $$list1$$list2`" \
947           || exit 0; \
948         echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
949         $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
950         { for i in $$list1; do echo "$$i"; done;  \
951         if test -n "$$list2"; then \
952           for i in $$list2; do echo "$$i"; done \
953             | sed -n '/\.1[a-z]*$$/p'; \
954         fi; \
955         } | while read p; do \
956           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
957           echo "$$d$$p"; echo "$$p"; \
958         done | \
959         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
960               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
961         sed 'N;N;s,\n, ,g' | { \
962         list=; while read file base inst; do \
963           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
964             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
965             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
966           fi; \
967         done; \
968         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
969         while read files; do \
970           test -z "$$files" || { \
971             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
972             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
973         done; }
974
975 uninstall-man1:
976         @$(NORMAL_UNINSTALL)
977         @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
978         files=`{ for i in $$list; do echo "$$i"; done; \
979         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
980           sed -n '/\.1[a-z]*$$/p'; \
981         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
982               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
983         dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
984 install-man8: $(man8_MANS) $(man_MANS)
985         @$(NORMAL_INSTALL)
986         @list1='$(man8_MANS)'; \
987         list2='$(man_MANS)'; \
988         test -n "$(man8dir)" \
989           && test -n "`echo $$list1$$list2`" \
990           || exit 0; \
991         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
992         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
993         { for i in $$list1; do echo "$$i"; done;  \
994         if test -n "$$list2"; then \
995           for i in $$list2; do echo "$$i"; done \
996             | sed -n '/\.8[a-z]*$$/p'; \
997         fi; \
998         } | while read p; do \
999           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1000           echo "$$d$$p"; echo "$$p"; \
1001         done | \
1002         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1003               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1004         sed 'N;N;s,\n, ,g' | { \
1005         list=; while read file base inst; do \
1006           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1007             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1008             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
1009           fi; \
1010         done; \
1011         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1012         while read files; do \
1013           test -z "$$files" || { \
1014             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
1015             $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
1016         done; }
1017
1018 uninstall-man8:
1019         @$(NORMAL_UNINSTALL)
1020         @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
1021         files=`{ for i in $$list; do echo "$$i"; done; \
1022         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1023           sed -n '/\.8[a-z]*$$/p'; \
1024         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1025               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1026         dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1027 install-htmlDATA: $(html_DATA)
1028         @$(NORMAL_INSTALL)
1029         @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1030         if test -n "$$list"; then \
1031           echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1032           $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1033         fi; \
1034         for p in $$list; do \
1035           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1036           echo "$$d$$p"; \
1037         done | $(am__base_list) | \
1038         while read files; do \
1039           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1040           $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1041         done
1042
1043 uninstall-htmlDATA:
1044         @$(NORMAL_UNINSTALL)
1045         @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1046         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1047         dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
1048
1049 # This directory's subdirectories are mostly independent; you can cd
1050 # into them and run 'make' without going through this Makefile.
1051 # To change the values of 'make' variables: instead of editing Makefiles,
1052 # (1) if the variable is set in 'config.status', edit 'config.status'
1053 #     (which will cause the Makefiles to be regenerated when you run 'make');
1054 # (2) otherwise, pass the desired values on the 'make' command line.
1055 $(am__recursive_targets):
1056         @fail=; \
1057         if $(am__make_keepgoing); then \
1058           failcom='fail=yes'; \
1059         else \
1060           failcom='exit 1'; \
1061         fi; \
1062         dot_seen=no; \
1063         target=`echo $@ | sed s/-recursive//`; \
1064         case "$@" in \
1065           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1066           *) list='$(SUBDIRS)' ;; \
1067         esac; \
1068         for subdir in $$list; do \
1069           echo "Making $$target in $$subdir"; \
1070           if test "$$subdir" = "."; then \
1071             dot_seen=yes; \
1072             local_target="$$target-am"; \
1073           else \
1074             local_target="$$target"; \
1075           fi; \
1076           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1077           || eval $$failcom; \
1078         done; \
1079         if test "$$dot_seen" = "no"; then \
1080           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1081         fi; test -z "$$fail"
1082
1083 ID: $(am__tagged_files)
1084         $(am__define_uniq_tagged_files); mkid -fID $$unique
1085 tags: tags-recursive
1086 TAGS: tags
1087
1088 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1089         set x; \
1090         here=`pwd`; \
1091         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1092           include_option=--etags-include; \
1093           empty_fix=.; \
1094         else \
1095           include_option=--include; \
1096           empty_fix=; \
1097         fi; \
1098         list='$(SUBDIRS)'; for subdir in $$list; do \
1099           if test "$$subdir" = .; then :; else \
1100             test ! -f $$subdir/TAGS || \
1101               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1102           fi; \
1103         done; \
1104         $(am__define_uniq_tagged_files); \
1105         shift; \
1106         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1107           test -n "$$unique" || unique=$$empty_fix; \
1108           if test $$# -gt 0; then \
1109             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1110               "$$@" $$unique; \
1111           else \
1112             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1113               $$unique; \
1114           fi; \
1115         fi
1116 ctags: ctags-recursive
1117
1118 CTAGS: ctags
1119 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1120         $(am__define_uniq_tagged_files); \
1121         test -z "$(CTAGS_ARGS)$$unique" \
1122           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1123              $$unique
1124
1125 GTAGS:
1126         here=`$(am__cd) $(top_builddir) && pwd` \
1127           && $(am__cd) $(top_srcdir) \
1128           && gtags -i $(GTAGS_ARGS) "$$here"
1129 cscope: cscope.files
1130         test ! -s cscope.files \
1131           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1132 clean-cscope:
1133         -rm -f cscope.files
1134 cscope.files: clean-cscope cscopelist
1135 cscopelist: cscopelist-recursive
1136
1137 cscopelist-am: $(am__tagged_files)
1138         list='$(am__tagged_files)'; \
1139         case "$(srcdir)" in \
1140           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1141           *) sdir=$(subdir)/$(srcdir) ;; \
1142         esac; \
1143         for i in $$list; do \
1144           if test -f "$$i"; then \
1145             echo "$(subdir)/$$i"; \
1146           else \
1147             echo "$$sdir/$$i"; \
1148           fi; \
1149         done >> $(top_builddir)/cscope.files
1150
1151 distclean-tags:
1152         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1153         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1154
1155 distdir: $(DISTFILES)
1156         $(am__remove_distdir)
1157         test -d "$(distdir)" || mkdir "$(distdir)"
1158         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1159         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1160         list='$(DISTFILES)'; \
1161           dist_files=`for file in $$list; do echo $$file; done | \
1162           sed -e "s|^$$srcdirstrip/||;t" \
1163               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1164         case $$dist_files in \
1165           */*) $(MKDIR_P) `echo "$$dist_files" | \
1166                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1167                            sort -u` ;; \
1168         esac; \
1169         for file in $$dist_files; do \
1170           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1171           if test -d $$d/$$file; then \
1172             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1173             if test -d "$(distdir)/$$file"; then \
1174               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1175             fi; \
1176             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1177               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1178               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1179             fi; \
1180             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1181           else \
1182             test -f "$(distdir)/$$file" \
1183             || cp -p $$d/$$file "$(distdir)/$$file" \
1184             || exit 1; \
1185           fi; \
1186         done
1187         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1188           if test "$$subdir" = .; then :; else \
1189             $(am__make_dryrun) \
1190               || test -d "$(distdir)/$$subdir" \
1191               || $(MKDIR_P) "$(distdir)/$$subdir" \
1192               || exit 1; \
1193             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1194             $(am__relativize); \
1195             new_distdir=$$reldir; \
1196             dir1=$$subdir; dir2="$(top_distdir)"; \
1197             $(am__relativize); \
1198             new_top_distdir=$$reldir; \
1199             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1200             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1201             ($(am__cd) $$subdir && \
1202               $(MAKE) $(AM_MAKEFLAGS) \
1203                 top_distdir="$$new_top_distdir" \
1204                 distdir="$$new_distdir" \
1205                 am__remove_distdir=: \
1206                 am__skip_length_check=: \
1207                 am__skip_mode_fix=: \
1208                 distdir) \
1209               || exit 1; \
1210           fi; \
1211         done
1212         -test -n "$(am__skip_mode_fix)" \
1213         || find "$(distdir)" -type d ! -perm -755 \
1214                 -exec chmod u+rwx,go+rx {} \; -o \
1215           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1216           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1217           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1218         || chmod -R a+r "$(distdir)"
1219 dist-gzip: distdir
1220         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1221         $(am__post_remove_distdir)
1222
1223 dist-bzip2: distdir
1224         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1225         $(am__post_remove_distdir)
1226
1227 dist-lzip: distdir
1228         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1229         $(am__post_remove_distdir)
1230
1231 dist-xz: distdir
1232         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1233         $(am__post_remove_distdir)
1234
1235 dist-tarZ: distdir
1236         @echo WARNING: "Support for distribution archives compressed with" \
1237                        "legacy program 'compress' is deprecated." >&2
1238         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1239         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1240         $(am__post_remove_distdir)
1241
1242 dist-shar: distdir
1243         @echo WARNING: "Support for shar distribution archives is" \
1244                        "deprecated." >&2
1245         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1246         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1247         $(am__post_remove_distdir)
1248
1249 dist-zip: distdir
1250         -rm -f $(distdir).zip
1251         zip -rq $(distdir).zip $(distdir)
1252         $(am__post_remove_distdir)
1253
1254 dist dist-all:
1255         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1256         $(am__post_remove_distdir)
1257
1258 # This target untars the dist file and tries a VPATH configuration.  Then
1259 # it guarantees that the distribution is self-contained by making another
1260 # tarfile.
1261 distcheck: dist
1262         case '$(DIST_ARCHIVES)' in \
1263         *.tar.gz*) \
1264           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1265         *.tar.bz2*) \
1266           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1267         *.tar.lz*) \
1268           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1269         *.tar.xz*) \
1270           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1271         *.tar.Z*) \
1272           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1273         *.shar.gz*) \
1274           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1275         *.zip*) \
1276           unzip $(distdir).zip ;;\
1277         esac
1278         chmod -R a-w $(distdir)
1279         chmod u+w $(distdir)
1280         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1281         chmod a-w $(distdir)
1282         test -d $(distdir)/_build || exit 0; \
1283         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1284           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1285           && am__cwd=`pwd` \
1286           && $(am__cd) $(distdir)/_build/sub \
1287           && ../../configure \
1288             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1289             $(DISTCHECK_CONFIGURE_FLAGS) \
1290             --srcdir=../.. --prefix="$$dc_install_base" \
1291           && $(MAKE) $(AM_MAKEFLAGS) \
1292           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1293           && $(MAKE) $(AM_MAKEFLAGS) check \
1294           && $(MAKE) $(AM_MAKEFLAGS) install \
1295           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1296           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1297           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1298                 distuninstallcheck \
1299           && chmod -R a-w "$$dc_install_base" \
1300           && ({ \
1301                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1302                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1303                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1304                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1305                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1306               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1307           && rm -rf "$$dc_destdir" \
1308           && $(MAKE) $(AM_MAKEFLAGS) dist \
1309           && rm -rf $(DIST_ARCHIVES) \
1310           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1311           && cd "$$am__cwd" \
1312           || exit 1
1313         $(am__post_remove_distdir)
1314         @(echo "$(distdir) archives ready for distribution: "; \
1315           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1316           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1317 distuninstallcheck:
1318         @test -n '$(distuninstallcheck_dir)' || { \
1319           echo 'ERROR: trying to run $@ with an empty' \
1320                '$$(distuninstallcheck_dir)' >&2; \
1321           exit 1; \
1322         }; \
1323         $(am__cd) '$(distuninstallcheck_dir)' || { \
1324           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1325           exit 1; \
1326         }; \
1327         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1328            || { echo "ERROR: files left after uninstall:" ; \
1329                 if test -n "$(DESTDIR)"; then \
1330                   echo "  (check DESTDIR support)"; \
1331                 fi ; \
1332                 $(distuninstallcheck_listfiles) ; \
1333                 exit 1; } >&2
1334 distcleancheck: distclean
1335         @if test '$(srcdir)' = . ; then \
1336           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1337           exit 1 ; \
1338         fi
1339         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1340           || { echo "ERROR: files left in build directory after distclean:" ; \
1341                $(distcleancheck_listfiles) ; \
1342                exit 1; } >&2
1343 check-am: all-am
1344 check: $(BUILT_SOURCES)
1345         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1346 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
1347                 config.h
1348 installdirs: installdirs-recursive
1349 installdirs-am:
1350         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
1351           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1352         done
1353 install: $(BUILT_SOURCES)
1354         $(MAKE) $(AM_MAKEFLAGS) install-recursive
1355 install-exec: install-exec-recursive
1356 install-data: install-data-recursive
1357 uninstall: uninstall-recursive
1358
1359 install-am: all-am
1360         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1361
1362 installcheck: installcheck-recursive
1363 install-strip:
1364         if test -z '$(STRIP)'; then \
1365           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1366             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1367               install; \
1368         else \
1369           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1370             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1371             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1372         fi
1373 mostlyclean-generic:
1374
1375 clean-generic:
1376         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1377
1378 distclean-generic:
1379         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1380         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1381         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1382
1383 maintainer-clean-generic:
1384         @echo "This command is intended for maintainers to use"
1385         @echo "it deletes files that may require special tools to rebuild."
1386         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1387 clean: clean-recursive
1388
1389 clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1390         clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS \
1391         mostlyclean-am
1392
1393 distclean: distclean-recursive
1394         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1395         -rm -rf ./$(DEPDIR)
1396         -rm -f Makefile
1397 distclean-am: clean-am distclean-compile distclean-generic \
1398         distclean-hdr distclean-libtool distclean-tags
1399
1400 dvi: dvi-recursive
1401
1402 dvi-am:
1403
1404 html: html-recursive
1405
1406 html-am:
1407
1408 info: info-recursive
1409
1410 info-am:
1411
1412 install-data-am: install-data-local install-htmlDATA install-man
1413
1414 install-dvi: install-dvi-recursive
1415
1416 install-dvi-am:
1417
1418 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
1419         install-sbinPROGRAMS
1420         @$(NORMAL_INSTALL)
1421         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1422 install-html: install-html-recursive
1423
1424 install-html-am:
1425
1426 install-info: install-info-recursive
1427
1428 install-info-am:
1429
1430 install-man: install-man1 install-man8
1431
1432 install-pdf: install-pdf-recursive
1433
1434 install-pdf-am:
1435
1436 install-ps: install-ps-recursive
1437
1438 install-ps-am:
1439
1440 installcheck-am:
1441
1442 maintainer-clean: maintainer-clean-recursive
1443         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1444         -rm -rf $(top_srcdir)/autom4te.cache
1445         -rm -rf ./$(DEPDIR)
1446         -rm -f Makefile
1447 maintainer-clean-am: distclean-am maintainer-clean-generic
1448
1449 mostlyclean: mostlyclean-recursive
1450
1451 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1452         mostlyclean-libtool
1453
1454 pdf: pdf-recursive
1455
1456 pdf-am:
1457
1458 ps: ps-recursive
1459
1460 ps-am:
1461
1462 uninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
1463         uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
1464
1465 uninstall-man: uninstall-man1 uninstall-man8
1466
1467 .MAKE: $(am__recursive_targets) all check install install-am \
1468         install-exec-am install-strip
1469
1470 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1471         am--refresh check check-am clean clean-binPROGRAMS \
1472         clean-cscope clean-generic clean-libexecPROGRAMS clean-libtool \
1473         clean-noinstLIBRARIES clean-sbinPROGRAMS cscope cscopelist-am \
1474         ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1475         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1476         distclean-compile distclean-generic distclean-hdr \
1477         distclean-libtool distclean-tags distcleancheck distdir \
1478         distuninstallcheck dvi dvi-am html html-am info info-am \
1479         install install-am install-binPROGRAMS install-data \
1480         install-data-am install-data-local install-dvi install-dvi-am \
1481         install-exec install-exec-am install-exec-hook install-html \
1482         install-html-am install-htmlDATA install-info install-info-am \
1483         install-libexecPROGRAMS install-man install-man1 install-man8 \
1484         install-pdf install-pdf-am install-ps install-ps-am \
1485         install-sbinPROGRAMS install-strip installcheck \
1486         installcheck-am installdirs installdirs-am maintainer-clean \
1487         maintainer-clean-generic mostlyclean mostlyclean-compile \
1488         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1489         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1490         uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
1491         uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS
1492
1493 .PRECIOUS: Makefile
1494
1495
1496 install-data-local: install-html
1497
1498 FRC:
1499         @: do-nothing action to prevent default SCCS get
1500         @: FRC "force" depends on nothing and is not a file, so is
1501         @: always out-of-date causing targets which depend on it to
1502         @: similarly always be outdated causing their rules to fire
1503         @: each time they or a dependent is built.
1504
1505 $(PROGRAMS): version.o
1506
1507 version.c: $(sntp_OBJECTS) ../libntp/libntp.a Makefile $(srcdir)/scm-rev
1508         env CSET=`cat $(srcdir)/scm-rev` $(top_builddir)/../scripts/build/mkver sntp
1509
1510 version.o: version.c
1511         env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
1512
1513 check-autogen-version.def: FRC
1514         @cd $(srcdir)                                                   \
1515         && test -r ../include/autogen-version.def                       \
1516         && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
1517            then : ;                                                     \
1518            else cp ../include/autogen-version.def autogen-version.def;   \
1519                 echo "Installing new sntp/autogen-version.def file";    \
1520            fi )
1521
1522 $(srcdir)/autogen-version.def:
1523         $(MAKE) $(AM_MAKEFLAGS) check-autogen-version.def
1524
1525 built-sources-only: $(BUILT_SOURCES)
1526         @: do-nothing action to avoid default SCCS get
1527
1528 check-scm-rev: $(srcdir)/scm-rev
1529         @: do-nothing
1530
1531 $(srcdir)/scm-rev:
1532         -test -r $(srcdir)/../SCCS/s.ChangeSet &&               \
1533             (bk version) >/dev/null 2>&1 &&                     \
1534             cd $(srcdir)/.. &&                                  \
1535             x=`bk -R prs -hr+ -nd:I: ChangeSet` &&              \
1536             y=`cat sntp/scm-rev 2>/dev/null` || true &&         \
1537             case "$$x" in ''|$$y) ;; *) echo $$x > sntp/scm-rev ;; esac
1538
1539 $(srcdir)/m4/version.m4: $(srcdir)/../packageinfo.sh
1540         TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
1541         ../scripts/build/genver m4/version.m4
1542
1543 $(srcdir)/include/version.def: $(srcdir)/../packageinfo.sh
1544         TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
1545         ../scripts/build/genver include/version.def
1546
1547 $(srcdir)/include/version.texi: $(srcdir)/../packageinfo.sh
1548         TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
1549         ../scripts/build/genver include/version.texi
1550
1551 $(srcdir)/../COPYRIGHT:
1552         cd .. && $(MAKE) $(AM_MAKEFLAGS) COPYRIGHT-please
1553
1554 check-COPYRIGHT-submake: $(srcdir)/../COPYRIGHT
1555         @cmp -s $(srcdir)/../COPYRIGHT $(srcdir)/COPYRIGHT      \
1556          || { cp $(srcdir)/../COPYRIGHT $(srcdir)               \
1557               && echo 'updated sntp/COPYRIGHT installed' ;}
1558         @echo 'submake avoided if this file is newer than parent COPYRIGHT' > $@
1559
1560 check-COPYRIGHT: FRC
1561         [ ! -r $(srcdir)/../COPYRIGHT ]                                 \
1562         || [ check-COPYRIGHT-submake -nt $(srcdir)/../COPYRIGHT ]       \
1563         || $(MAKE) $(AM_MAKEFLAGS) check-COPYRIGHT-submake
1564
1565 $(srcdir)/COPYRIGHT: check-COPYRIGHT
1566         @: do-nothing action to prevent any default
1567
1568 $(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
1569         @: do-nothing action to avoid default SCCS get, .h built with .c
1570
1571 $(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(std_def_list)
1572         $(run_ag) sntp-opts.def
1573
1574 ###
1575
1576 $(srcdir)/sntp.1sntpman: $(srcdir)/sntp-opts.def $(std_def_list)
1577         $(run_ag) -DMAN_SECTION=1sntpman -Tagman-cmd.tpl sntp-opts.def
1578
1579 $(srcdir)/sntp.man.in: $(srcdir)/sntp.1sntpman $(srcdir)/scripts/mansec2subst.sed
1580         sed -f $(srcdir)/scripts/mansec2subst.sed $(srcdir)/sntp.1sntpman > $(srcdir)/sntp.man.in+
1581         mv $(srcdir)/sntp.man.in+ $(srcdir)/sntp.man.in
1582
1583 ###
1584
1585 $(srcdir)/sntp.1sntpmdoc: $(srcdir)/sntp-opts.def $(std_def_list)
1586         $(run_ag) -DMAN_SECTION=1sntpmdoc -Tagmdoc-cmd.tpl sntp-opts.def
1587
1588 $(srcdir)/sntp.mdoc.in: $(srcdir)/sntp.1sntpmdoc $(srcdir)/scripts/mansec2subst.sed
1589         sed -f $(srcdir)/scripts/mansec2subst.sed $(srcdir)/sntp.1sntpmdoc > $(srcdir)/sntp.mdoc.in+
1590         mv $(srcdir)/sntp.mdoc.in+ $(srcdir)/sntp.mdoc.in
1591
1592 ###
1593
1594 sntp.$(SNTP_MS): $(srcdir)/sntp.$(MANTAGFMT).in $(top_builddir)/config.status
1595         $(top_builddir)/config.status --file=sntp.$(SNTP_MS)+:$(srcdir)/sntp.$(MANTAGFMT).in
1596         mv sntp.$(SNTP_MS)+ sntp.$(SNTP_MS)
1597
1598 ###
1599
1600 $(srcdir)/invoke-sntp.menu: $(srcdir)/invoke-sntp.texi
1601         @: do-nothing action to avoid default SCCS get, .menu built with .texi
1602
1603 $(srcdir)/invoke-sntp.texi: $(srcdir)/sntp-opts.def $(std_def_list)
1604         $(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section sntp-opts.def
1605         $(top_srcdir)/../scripts/build/check--help $@
1606
1607 $(srcdir)/sntp.html: $(srcdir)/invoke-sntp.menu $(srcdir)/invoke-sntp.texi $(srcdir)/sntp.texi $(srcdir)/include/version.texi
1608         cd $(srcdir) && ( makeinfo --force --html --no-split -o sntp.html sntp.texi || true )
1609
1610 libtool: $(LIBTOOL_DEPS)
1611         ./config.status --recheck
1612
1613 # HMS: libevent/ is a target if it's in EXTRA_DIST via NTP_FORCE_LIBEVENT_DIST.
1614 # Note that libevent/ is already in DIST_SUBDIRS (implicit in Makefile.am
1615 # but explicit in Makefile.in).  This check doesn't help with distclean.
1616 libevent: distdir-pre-check
1617
1618 # HMS: Stops the build for gmake or pmake
1619 distdir-pre-check:
1620         case "$(DIST_FAIL)" in  \
1621          '')  ;;                \
1622          *) $(error re-run configure adding $(DIST_FAIL) if you want to make a distribution.);  \
1623             echo "re-run configure adding $(DIST_FAIL) if you want to make a distribution.";    \
1624             exit 1 ;;           \
1625         esac
1626
1627 install-exec-hook:
1628         @test -z "${bin_PROGRAMS}${bin_SCRIPTS}"                \
1629         || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do      \
1630            test ! -f ${sbindir}/$$i                             \
1631                 || echo "*** $$i is also in ${sbindir}!";       \
1632         done
1633         @test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"             \
1634         || for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do    \
1635            test ! -f ${bindir}/$$i                              \
1636                 || echo "*** $$i is also in ${bindir}!";        \
1637         done
1638
1639 #
1640
1641 check-libntp: ../libntp/libntp.a
1642         @echo stamp > $@
1643
1644 ../libntp/libntp.a:
1645         cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1646
1647 check-libopts: libopts/libopts.la
1648         @echo stamp > $@
1649
1650 libopts/libopts.la:
1651         -cd libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
1652 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1653         @[ -f $@ ] ||                                                   \
1654                 cp $(top_srcdir)/deps-ver $@
1655         @[ -w $@ ] ||                                                   \
1656                 chmod ug+w $@
1657         @cmp $(top_srcdir)/deps-ver $@ > /dev/null || (                 \
1658                 $(MAKE) $(AM_MAKEFLAGS) clean &&                                        \
1659                 echo -n "Prior $(subdir)/$(DEPDIR) version " &&         \
1660                 cat $@ &&                                               \
1661                 rm -rf $(DEPDIR) &&                                     \
1662                 mkdir $(DEPDIR) &&                                      \
1663                 case "$(top_builddir)" in                               \
1664                  .)                                                     \
1665                     ./config.status Makefile depfiles                   \
1666                     ;;                                                  \
1667                  *)                                                     \
1668                     cd "$(top_builddir)" &&                             \
1669                     ./config.status $(subdir)/Makefile depfiles &&      \
1670                     cd $(subdir)                                        \
1671                     ;;                                                  \
1672                 esac &&                                                 \
1673                 echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&       \
1674                 cat $(top_srcdir)/deps-ver                              \
1675         )
1676         cp $(top_srcdir)/deps-ver $@
1677
1678 .deps-ver: $(top_srcdir)/deps-ver
1679         @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1680         @touch $@
1681
1682 #
1683 # depsver.mf    included in Makefile.am for directories with .deps
1684 #
1685 # When building in the same directory with sources that change over
1686 # time, such as when tracking using bk, the .deps files can become
1687 # stale with respect to moved, deleted, or superceded headers.  Most
1688 # commonly, this would exhibit as make reporting a failure to make a
1689 # header file which is no longer in the location given.  To address
1690 # this issue, we use a deps-ver file which is updated with each change
1691 # that breaks old .deps files.  A copy of deps-ver is made into
1692 # $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1693 # with different contents than deps-ver, we make clean to ensure all
1694 # .o files built before the incompatible change are rebuilt along with
1695 # their updated .deps files, then remove $(DEPDIR) and recreate it as
1696 # empty stubs.
1697 #
1698 # It is normal when configured with --disable-dependency-tracking for
1699 # the DEPDIR to not have been created.  For this reason, we use the
1700 # intermediate target .deps-ver, which invokes make recursively if
1701 # DEPDIR exists.
1702 #
1703 # If you modify depsver.mf, please make the changes to the master
1704 # copy, the one in sntp is copied by the bootstrap script from it.
1705 #
1706 # This comment block follows rather than leads the related code so that
1707 # it stays with it in the generated Makefile.in and Makefile.
1708 #
1709
1710 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1711 # Otherwise a system limit (for SysV at least) may be exceeded.
1712 .NOEXPORT: