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