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