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