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