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