1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91EXTRA_PROGRAMS = propdelay$(EXEEXT) chutest$(EXEEXT) 92@LIBNTP_SUBMAKES_TRUE@am__append_1 = check-libntp 93subdir = clockstuff 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ 96 $(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \ 97 $(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \ 98 $(top_srcdir)/sntp/m4/define_dir.m4 \ 99 $(top_srcdir)/sntp/m4/hms_search_lib.m4 \ 100 $(top_srcdir)/sntp/m4/libtool.m4 \ 101 $(top_srcdir)/sntp/m4/ltoptions.m4 \ 102 $(top_srcdir)/sntp/m4/ltsugar.m4 \ 103 $(top_srcdir)/sntp/m4/ltversion.m4 \ 104 $(top_srcdir)/sntp/m4/lt~obsolete.m4 \ 105 $(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \ 106 $(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \ 107 $(top_srcdir)/sntp/m4/ntp_compiler.m4 \ 108 $(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \ 109 $(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \ 110 $(top_srcdir)/sntp/m4/ntp_debug.m4 \ 111 $(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \ 112 $(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \ 113 $(top_srcdir)/sntp/m4/ntp_harden.m4 \ 114 $(top_srcdir)/sntp/m4/ntp_ipv6.m4 \ 115 $(top_srcdir)/sntp/m4/ntp_lib_m.m4 \ 116 $(top_srcdir)/sntp/m4/ntp_libevent.m4 \ 117 $(top_srcdir)/sntp/m4/ntp_libntp.m4 \ 118 $(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \ 119 $(top_srcdir)/sntp/m4/ntp_locinfo.m4 \ 120 $(top_srcdir)/sntp/m4/ntp_openssl.m4 \ 121 $(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \ 122 $(top_srcdir)/sntp/m4/ntp_problemtests.m4 \ 123 $(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \ 124 $(top_srcdir)/sntp/m4/ntp_rlimit.m4 \ 125 $(top_srcdir)/sntp/m4/ntp_sntp.m4 \ 126 $(top_srcdir)/sntp/m4/ntp_unitytest.m4 \ 127 $(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \ 128 $(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \ 129 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \ 130 $(top_srcdir)/sntp/m4/openldap.m4 \ 131 $(top_srcdir)/sntp/m4/os_cflags.m4 \ 132 $(top_srcdir)/sntp/m4/realpath.m4 \ 133 $(top_srcdir)/sntp/m4/snprintf.m4 \ 134 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac 135am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 136 $(ACLOCAL_M4) 137DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 138mkinstalldirs = $(install_sh) -d 139CONFIG_HEADER = $(top_builddir)/config.h 140CONFIG_CLEAN_FILES = 141CONFIG_CLEAN_VPATH_FILES = 142PROGRAMS = $(noinst_PROGRAMS) 143chutest_SOURCES = chutest.c 144chutest_OBJECTS = chutest.$(OBJEXT) 145chutest_LDADD = $(LDADD) 146am__DEPENDENCIES_1 = 147chutest_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \ 148 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 149AM_V_lt = $(am__v_lt_@AM_V@) 150am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 151am__v_lt_0 = --silent 152am__v_lt_1 = 153propdelay_SOURCES = propdelay.c 154propdelay_OBJECTS = propdelay.$(OBJEXT) 155am__DEPENDENCIES_2 = ../libntp/libntp.a $(am__DEPENDENCIES_1) \ 156 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 157propdelay_DEPENDENCIES = $(am__DEPENDENCIES_2) 158AM_V_P = $(am__v_P_@AM_V@) 159am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 160am__v_P_0 = false 161am__v_P_1 = : 162AM_V_GEN = $(am__v_GEN_@AM_V@) 163am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 164am__v_GEN_0 = @echo " GEN " $@; 165am__v_GEN_1 = 166AM_V_at = $(am__v_at_@AM_V@) 167am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 168am__v_at_0 = @ 169am__v_at_1 = 170DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 171depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp 172am__maybe_remake_depfiles = depfiles 173am__depfiles_remade = ./$(DEPDIR)/chutest.Po ./$(DEPDIR)/propdelay.Po 174am__mv = mv -f 175COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 177LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 178 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 179 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 180 $(AM_CFLAGS) $(CFLAGS) 181AM_V_CC = $(am__v_CC_@AM_V@) 182am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 183am__v_CC_0 = @echo " CC " $@; 184am__v_CC_1 = 185CCLD = $(CC) 186LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 187 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 188 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 189AM_V_CCLD = $(am__v_CCLD_@AM_V@) 190am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 191am__v_CCLD_0 = @echo " CCLD " $@; 192am__v_CCLD_1 = 193SOURCES = chutest.c propdelay.c 194DIST_SOURCES = chutest.c propdelay.c 195am__can_run_installinfo = \ 196 case $$AM_UPDATE_INFO_DIR in \ 197 n|no|NO) false;; \ 198 *) (install-info --version) >/dev/null 2>&1;; \ 199 esac 200am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 201# Read a list of newline-separated strings from the standard input, 202# and print each of them once, without duplicates. Input order is 203# *not* preserved. 204am__uniquify_input = $(AWK) '\ 205 BEGIN { nonempty = 0; } \ 206 { items[$$0] = 1; nonempty = 1; } \ 207 END { if (nonempty) { for (i in items) print i; }; } \ 208' 209# Make sure the list of sources is unique. This is necessary because, 210# e.g., the same source file might be shared among _SOURCES variables 211# for different programs/libraries. 212am__define_uniq_tagged_files = \ 213 list='$(am__tagged_files)'; \ 214 unique=`for i in $$list; do \ 215 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 216 done | $(am__uniquify_input)` 217am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/check-libntp.mf \ 218 $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \ 219 $(top_srcdir)/sntp/libevent/build-aux/depcomp README 220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 221ACLOCAL = @ACLOCAL@ 222ALLOCA = @ALLOCA@ 223AMTAR = @AMTAR@ 224AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 225AR = @AR@ 226AUTOCONF = @AUTOCONF@ 227AUTOHEADER = @AUTOHEADER@ 228AUTOMAKE = @AUTOMAKE@ 229AWK = @AWK@ 230BUILD_THREAD = @BUILD_THREAD@ 231CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 232CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 233CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 234CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 235CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 236CC = @CC@ 237CCDEPMODE = @CCDEPMODE@ 238CC_NOFORMAT = @CC_NOFORMAT@ 239CFLAGS = @CFLAGS@ 240CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 241CFLAGS_NTP = @CFLAGS_NTP@ 242CHUTEST = @CHUTEST@ 243CONFIG_SHELL = @CONFIG_SHELL@ 244CPP = @CPP@ 245CPPFLAGS = @CPPFLAGS@ 246CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 247CPPFLAGS_NTP = @CPPFLAGS_NTP@ 248CSCOPE = @CSCOPE@ 249CTAGS = @CTAGS@ 250CYGPATH_W = @CYGPATH_W@ 251DCFD = @DCFD@ 252DEFS = @DEFS@ 253DEPDIR = @DEPDIR@ 254DLLTOOL = @DLLTOOL@ 255DSYMUTIL = @DSYMUTIL@ 256DUMPBIN = @DUMPBIN@ 257ECHO_C = @ECHO_C@ 258ECHO_N = @ECHO_N@ 259ECHO_T = @ECHO_T@ 260EDITLINE_LIBS = @EDITLINE_LIBS@ 261EGREP = @EGREP@ 262ETAGS = @ETAGS@ 263EXEEXT = @EXEEXT@ 264FGREP = @FGREP@ 265GREP = @GREP@ 266HAVE_INLINE = @HAVE_INLINE@ 267HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@ 268HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@ 269HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@ 270INSTALL = @INSTALL@ 271INSTALL_DATA = @INSTALL_DATA@ 272INSTALL_PROGRAM = @INSTALL_PROGRAM@ 273INSTALL_SCRIPT = @INSTALL_SCRIPT@ 274INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 275LD = @LD@ 276LDADD_LIBEVENT = @LDADD_LIBEVENT@ 277LDADD_LIBNTP = @LDADD_LIBNTP@ 278LDADD_LIBUTIL = @LDADD_LIBUTIL@ 279LDADD_NLIST = @LDADD_NLIST@ 280LDADD_NTP = @LDADD_NTP@ 281LDFLAGS = @LDFLAGS@ 282LDFLAGS_NTP = @LDFLAGS_NTP@ 283LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 284LIBM = @LIBM@ 285LIBOBJS = @LIBOBJS@ 286LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 287LIBOPTS_DIR = @LIBOPTS_DIR@ 288LIBOPTS_LDADD = @LIBOPTS_LDADD@ 289LIBPARSE = @LIBPARSE@ 290LIBS = @LIBS@ 291LIBTOOL = @LIBTOOL@ 292LIBTOOL_DEPS = @LIBTOOL_DEPS@ 293LIPO = @LIPO@ 294LN_S = @LN_S@ 295LSCF = @LSCF@ 296LTHREAD_LIBS = @LTHREAD_LIBS@ 297LTLIBOBJS = @LTLIBOBJS@ 298LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 299MAKEINFO = @MAKEINFO@ 300MAKE_ADJTIMED = @MAKE_ADJTIMED@ 301MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 302MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 303MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 304MAKE_LIBPARSE = @MAKE_LIBPARSE@ 305MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 306MAKE_NTPDSIM = @MAKE_NTPDSIM@ 307MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 308MAKE_NTPTIME = @MAKE_NTPTIME@ 309MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 310MAKE_TICKADJ = @MAKE_TICKADJ@ 311MAKE_TIMETRIM = @MAKE_TIMETRIM@ 312MANIFEST_TOOL = @MANIFEST_TOOL@ 313MANTAGFMT = @MANTAGFMT@ 314MKDIR_P = @MKDIR_P@ 315NM = @NM@ 316NMEDIT = @NMEDIT@ 317NTPDATE_DB = @NTPDATE_DB@ 318NTPDATE_DL = @NTPDATE_DL@ 319NTPDATE_DS = @NTPDATE_DS@ 320NTPDATE_MS = @NTPDATE_MS@ 321NTPDATE_NI = @NTPDATE_NI@ 322NTPDC_DB = @NTPDC_DB@ 323NTPDC_DL = @NTPDC_DL@ 324NTPDC_DS = @NTPDC_DS@ 325NTPDC_MS = @NTPDC_MS@ 326NTPDC_NI = @NTPDC_NI@ 327NTPDSIM_DB = @NTPDSIM_DB@ 328NTPDSIM_DL = @NTPDSIM_DL@ 329NTPDSIM_DS = @NTPDSIM_DS@ 330NTPDSIM_MS = @NTPDSIM_MS@ 331NTPDSIM_NI = @NTPDSIM_NI@ 332NTPD_DB = @NTPD_DB@ 333NTPD_DL = @NTPD_DL@ 334NTPD_DS = @NTPD_DS@ 335NTPD_MS = @NTPD_MS@ 336NTPD_NI = @NTPD_NI@ 337NTPQ_DB = @NTPQ_DB@ 338NTPQ_DL = @NTPQ_DL@ 339NTPQ_DS = @NTPQ_DS@ 340NTPQ_MS = @NTPQ_MS@ 341NTPQ_NI = @NTPQ_NI@ 342NTPSNMPD_DB = @NTPSNMPD_DB@ 343NTPSNMPD_DL = @NTPSNMPD_DL@ 344NTPSNMPD_DS = @NTPSNMPD_DS@ 345NTPSNMPD_MS = @NTPSNMPD_MS@ 346NTPSNMPD_NI = @NTPSNMPD_NI@ 347NTPSWEEP_DB = @NTPSWEEP_DB@ 348NTPSWEEP_DL = @NTPSWEEP_DL@ 349NTPSWEEP_DS = @NTPSWEEP_DS@ 350NTPSWEEP_MS = @NTPSWEEP_MS@ 351NTPSWEEP_NI = @NTPSWEEP_NI@ 352NTPTIME_DB = @NTPTIME_DB@ 353NTPTIME_DL = @NTPTIME_DL@ 354NTPTIME_DS = @NTPTIME_DS@ 355NTPTIME_MS = @NTPTIME_MS@ 356NTPTIME_NI = @NTPTIME_NI@ 357NTPTRACE_DB = @NTPTRACE_DB@ 358NTPTRACE_DL = @NTPTRACE_DL@ 359NTPTRACE_DS = @NTPTRACE_DS@ 360NTPTRACE_MS = @NTPTRACE_MS@ 361NTPTRACE_NI = @NTPTRACE_NI@ 362NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@ 363NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@ 364NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@ 365NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 366NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 367NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 368NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 369NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 370NTP_KEYSDIR = @NTP_KEYSDIR@ 371NTP_WAIT_DB = @NTP_WAIT_DB@ 372NTP_WAIT_DL = @NTP_WAIT_DL@ 373NTP_WAIT_DS = @NTP_WAIT_DS@ 374NTP_WAIT_MS = @NTP_WAIT_MS@ 375NTP_WAIT_NI = @NTP_WAIT_NI@ 376OBJDUMP = @OBJDUMP@ 377OBJEXT = @OBJEXT@ 378OTOOL = @OTOOL@ 379OTOOL64 = @OTOOL64@ 380PACKAGE = @PACKAGE@ 381PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 382PACKAGE_NAME = @PACKAGE_NAME@ 383PACKAGE_STRING = @PACKAGE_STRING@ 384PACKAGE_TARNAME = @PACKAGE_TARNAME@ 385PACKAGE_URL = @PACKAGE_URL@ 386PACKAGE_VERSION = @PACKAGE_VERSION@ 387PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ 388PATH_OPENSSL = @PATH_OPENSSL@ 389PATH_PERL = @PATH_PERL@ 390PATH_RUBY = @PATH_RUBY@ 391PATH_SEPARATOR = @PATH_SEPARATOR@ 392PATH_TEST = @PATH_TEST@ 393PERLLIBDIR = @PERLLIBDIR@ 394PKG_CONFIG = @PKG_CONFIG@ 395POSIX_SHELL = @POSIX_SHELL@ 396PROPDELAY = @PROPDELAY@ 397PTHREAD_LIBS = @PTHREAD_LIBS@ 398RANLIB = @RANLIB@ 399SED = @SED@ 400SET_MAKE = @SET_MAKE@ 401SHELL = @SHELL@ 402SNMP_CFLAGS = @SNMP_CFLAGS@ 403SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 404SNMP_LIBS = @SNMP_LIBS@ 405SNTP = @SNTP@ 406SNTP_DB = @SNTP_DB@ 407SNTP_DL = @SNTP_DL@ 408SNTP_DS = @SNTP_DS@ 409SNTP_MS = @SNTP_MS@ 410SNTP_NI = @SNTP_NI@ 411STDNORETURN_H = @STDNORETURN_H@ 412STRIP = @STRIP@ 413TESTDCF = @TESTDCF@ 414TICKADJ_DB = @TICKADJ_DB@ 415TICKADJ_DL = @TICKADJ_DL@ 416TICKADJ_DS = @TICKADJ_DS@ 417TICKADJ_MS = @TICKADJ_MS@ 418TICKADJ_NI = @TICKADJ_NI@ 419TIMETRIM_DB = @TIMETRIM_DB@ 420TIMETRIM_DL = @TIMETRIM_DL@ 421TIMETRIM_DS = @TIMETRIM_DS@ 422TIMETRIM_MS = @TIMETRIM_MS@ 423TIMETRIM_NI = @TIMETRIM_NI@ 424UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 425UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 426UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 427UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 428UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 429VERSION = @VERSION@ 430VER_SUFFIX = @VER_SUFFIX@ 431YACC = @YACC@ 432YFLAGS = @YFLAGS@ 433abs_builddir = @abs_builddir@ 434abs_srcdir = @abs_srcdir@ 435abs_top_builddir = @abs_top_builddir@ 436abs_top_srcdir = @abs_top_srcdir@ 437ac_ct_AR = @ac_ct_AR@ 438ac_ct_CC = @ac_ct_CC@ 439ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 440am__include = @am__include@ 441am__leading_dot = @am__leading_dot@ 442am__quote = @am__quote@ 443am__tar = @am__tar@ 444am__untar = @am__untar@ 445bindir = @bindir@ 446build = @build@ 447build_alias = @build_alias@ 448build_cpu = @build_cpu@ 449build_os = @build_os@ 450build_vendor = @build_vendor@ 451builddir = @builddir@ 452datadir = @datadir@ 453datarootdir = @datarootdir@ 454docdir = @docdir@ 455dvidir = @dvidir@ 456exec_prefix = @exec_prefix@ 457host = @host@ 458host_alias = @host_alias@ 459host_cpu = @host_cpu@ 460host_os = @host_os@ 461host_vendor = @host_vendor@ 462htmldir = @htmldir@ 463includedir = @includedir@ 464infodir = @infodir@ 465install_sh = @install_sh@ 466libdir = @libdir@ 467libexecdir = @libexecdir@ 468localedir = @localedir@ 469localstatedir = @localstatedir@ 470mandir = @mandir@ 471mkdir_p = @mkdir_p@ 472oldincludedir = @oldincludedir@ 473pdfdir = @pdfdir@ 474prefix = @prefix@ 475program_transform_name = @program_transform_name@ 476psdir = @psdir@ 477runstatedir = @runstatedir@ 478sbindir = @sbindir@ 479sharedstatedir = @sharedstatedir@ 480srcdir = @srcdir@ 481subdirs = @subdirs@ 482sysconfdir = @sysconfdir@ 483target_alias = @target_alias@ 484top_build_prefix = @top_build_prefix@ 485top_builddir = @top_builddir@ 486top_srcdir = @top_srcdir@ 487noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ 488AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS) 489AM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP) $(NTP_HARD_CPPFLAGS) 490LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) 491AM_LDFLAGS = $(NTP_HARD_LDFLAGS) 492propdelay_LDADD = $(LDADD) 493BUILT_SOURCES = $(am__append_1) .deps-ver 494CLEANFILES = .deps-ver 495DISTCLEANFILES = $(DEPDIR)/deps-ver 496NTP_INCS = -I$(top_srcdir)/include \ 497 -I$(top_srcdir)/libntp/lib/isc/include \ 498 -I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \ 499 -I$(top_srcdir)/libntp/lib/isc/unix/include 500all: $(BUILT_SOURCES) 501 $(MAKE) $(AM_MAKEFLAGS) all-am 502 503.SUFFIXES: 504.SUFFIXES: .c .lo .o .obj 505$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps) 506 @for dep in $?; do \ 507 case '$(am__configure_deps)' in \ 508 *$$dep*) \ 509 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 510 && { if test -f $@; then exit 0; else break; fi; }; \ 511 exit 1;; \ 512 esac; \ 513 done; \ 514 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clockstuff/Makefile'; \ 515 $(am__cd) $(top_srcdir) && \ 516 $(AUTOMAKE) --foreign clockstuff/Makefile 517Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 518 @case '$?' in \ 519 *config.status*) \ 520 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 521 *) \ 522 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 523 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 524 esac; 525$(top_srcdir)/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty): 526 527$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 528 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 529 530$(top_srcdir)/configure: $(am__configure_deps) 531 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 532$(ACLOCAL_M4): $(am__aclocal_m4_deps) 533 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 534$(am__aclocal_m4_deps): 535 536clean-noinstPROGRAMS: 537 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 538 echo " rm -f" $$list; \ 539 rm -f $$list || exit $$?; \ 540 test -n "$(EXEEXT)" || exit 0; \ 541 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 542 echo " rm -f" $$list; \ 543 rm -f $$list 544 545chutest$(EXEEXT): $(chutest_OBJECTS) $(chutest_DEPENDENCIES) $(EXTRA_chutest_DEPENDENCIES) 546 @rm -f chutest$(EXEEXT) 547 $(AM_V_CCLD)$(LINK) $(chutest_OBJECTS) $(chutest_LDADD) $(LIBS) 548 549propdelay$(EXEEXT): $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES) $(EXTRA_propdelay_DEPENDENCIES) 550 @rm -f propdelay$(EXEEXT) 551 $(AM_V_CCLD)$(LINK) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS) 552 553mostlyclean-compile: 554 -rm -f *.$(OBJEXT) 555 556distclean-compile: 557 -rm -f *.tab.c 558 559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chutest.Po@am__quote@ # am--include-marker 560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propdelay.Po@am__quote@ # am--include-marker 561 562$(am__depfiles_remade): 563 @$(MKDIR_P) $(@D) 564 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 565 566am--depfiles: $(am__depfiles_remade) 567 568.c.o: 569@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 570@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 571@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 572@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 573@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 574@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 575 576.c.obj: 577@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 578@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 579@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 580@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 581@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 582@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 583 584.c.lo: 585@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 586@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 587@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 588@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 589@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 590@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 591 592mostlyclean-libtool: 593 -rm -f *.lo 594 595clean-libtool: 596 -rm -rf .libs _libs 597 598ID: $(am__tagged_files) 599 $(am__define_uniq_tagged_files); mkid -fID $$unique 600tags: tags-am 601TAGS: tags 602 603tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 604 set x; \ 605 here=`pwd`; \ 606 $(am__define_uniq_tagged_files); \ 607 shift; \ 608 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 609 test -n "$$unique" || unique=$$empty_fix; \ 610 if test $$# -gt 0; then \ 611 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 612 "$$@" $$unique; \ 613 else \ 614 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 615 $$unique; \ 616 fi; \ 617 fi 618ctags: ctags-am 619 620CTAGS: ctags 621ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 622 $(am__define_uniq_tagged_files); \ 623 test -z "$(CTAGS_ARGS)$$unique" \ 624 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 625 $$unique 626 627GTAGS: 628 here=`$(am__cd) $(top_builddir) && pwd` \ 629 && $(am__cd) $(top_srcdir) \ 630 && gtags -i $(GTAGS_ARGS) "$$here" 631cscopelist: cscopelist-am 632 633cscopelist-am: $(am__tagged_files) 634 list='$(am__tagged_files)'; \ 635 case "$(srcdir)" in \ 636 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 637 *) sdir=$(subdir)/$(srcdir) ;; \ 638 esac; \ 639 for i in $$list; do \ 640 if test -f "$$i"; then \ 641 echo "$(subdir)/$$i"; \ 642 else \ 643 echo "$$sdir/$$i"; \ 644 fi; \ 645 done >> $(top_builddir)/cscope.files 646 647distclean-tags: 648 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 649distdir: $(BUILT_SOURCES) 650 $(MAKE) $(AM_MAKEFLAGS) distdir-am 651 652distdir-am: $(DISTFILES) 653 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 654 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 655 list='$(DISTFILES)'; \ 656 dist_files=`for file in $$list; do echo $$file; done | \ 657 sed -e "s|^$$srcdirstrip/||;t" \ 658 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 659 case $$dist_files in \ 660 */*) $(MKDIR_P) `echo "$$dist_files" | \ 661 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 662 sort -u` ;; \ 663 esac; \ 664 for file in $$dist_files; do \ 665 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 666 if test -d $$d/$$file; then \ 667 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 668 if test -d "$(distdir)/$$file"; then \ 669 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 670 fi; \ 671 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 672 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 673 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 674 fi; \ 675 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 676 else \ 677 test -f "$(distdir)/$$file" \ 678 || cp -p $$d/$$file "$(distdir)/$$file" \ 679 || exit 1; \ 680 fi; \ 681 done 682check-am: all-am 683check: $(BUILT_SOURCES) 684 $(MAKE) $(AM_MAKEFLAGS) check-am 685all-am: Makefile $(PROGRAMS) 686installdirs: 687install: $(BUILT_SOURCES) 688 $(MAKE) $(AM_MAKEFLAGS) install-am 689install-exec: $(BUILT_SOURCES) 690 $(MAKE) $(AM_MAKEFLAGS) install-exec-am 691install-data: install-data-am 692uninstall: uninstall-am 693 694install-am: all-am 695 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 696 697installcheck: installcheck-am 698install-strip: 699 if test -z '$(STRIP)'; then \ 700 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 701 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 702 install; \ 703 else \ 704 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 705 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 706 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 707 fi 708mostlyclean-generic: 709 710clean-generic: 711 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 712 713distclean-generic: 714 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 715 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 716 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 717 718maintainer-clean-generic: 719 @echo "This command is intended for maintainers to use" 720 @echo "it deletes files that may require special tools to rebuild." 721 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 722clean: clean-am 723 724clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 725 mostlyclean-am 726 727distclean: distclean-am 728 -rm -f ./$(DEPDIR)/chutest.Po 729 -rm -f ./$(DEPDIR)/propdelay.Po 730 -rm -f Makefile 731distclean-am: clean-am distclean-compile distclean-generic \ 732 distclean-tags 733 734dvi: dvi-am 735 736dvi-am: 737 738html: html-am 739 740html-am: 741 742info: info-am 743 744info-am: 745 746install-data-am: 747 748install-dvi: install-dvi-am 749 750install-dvi-am: 751 752install-exec-am: 753 754install-html: install-html-am 755 756install-html-am: 757 758install-info: install-info-am 759 760install-info-am: 761 762install-man: 763 764install-pdf: install-pdf-am 765 766install-pdf-am: 767 768install-ps: install-ps-am 769 770install-ps-am: 771 772installcheck-am: 773 774maintainer-clean: maintainer-clean-am 775 -rm -f ./$(DEPDIR)/chutest.Po 776 -rm -f ./$(DEPDIR)/propdelay.Po 777 -rm -f Makefile 778maintainer-clean-am: distclean-am maintainer-clean-generic 779 780mostlyclean: mostlyclean-am 781 782mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 783 mostlyclean-libtool 784 785pdf: pdf-am 786 787pdf-am: 788 789ps: ps-am 790 791ps-am: 792 793uninstall-am: 794 795.MAKE: all check install install-am install-exec install-strip 796 797.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 798 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ 799 ctags ctags-am distclean distclean-compile distclean-generic \ 800 distclean-libtool distclean-tags distdir dvi dvi-am html \ 801 html-am info info-am install install-am install-data \ 802 install-data-am install-dvi install-dvi-am install-exec \ 803 install-exec-am install-html install-html-am install-info \ 804 install-info-am install-man install-pdf install-pdf-am \ 805 install-ps install-ps-am install-strip installcheck \ 806 installcheck-am installdirs maintainer-clean \ 807 maintainer-clean-generic mostlyclean mostlyclean-compile \ 808 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 809 tags tags-am uninstall uninstall-am 810 811.PRECIOUS: Makefile 812 813 814.PHONY: check-libntp 815 816@LIBNTP_SUBMAKES_TRUE@check-libntp: 817@LIBNTP_SUBMAKES_TRUE@ cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 818$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver 819 @[ -f $@ ] || \ 820 cp $(top_srcdir)/deps-ver $@ 821 @[ -w $@ ] || \ 822 chmod u+w $@ 823 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ 824 $(MAKE) $(AM_MAKEFLAGS) clean && \ 825 echo -n "Prior $(subdir)/$(DEPDIR) version " && \ 826 cat $@ && \ 827 rm -rf $(DEPDIR) && \ 828 mkdir $(DEPDIR) && \ 829 case "$(top_builddir)" in \ 830 .) \ 831 ./config.status Makefile depfiles \ 832 ;; \ 833 *) \ 834 cd "$(top_builddir)" && \ 835 ./config.status $(subdir)/Makefile depfiles && \ 836 cd $(subdir) \ 837 ;; \ 838 esac && \ 839 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ 840 cat $(top_srcdir)/deps-ver \ 841 ) 842 $(AM_V_at)cp $(top_srcdir)/deps-ver $@ 843 844.deps-ver: $(top_srcdir)/deps-ver 845 @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver 846 @touch $@ 847 848# 849# depsver.mf included in Makefile.am for directories with .deps 850# 851# When building in the same directory with sources that change over 852# time, such as when tracking using bk, the .deps files can become 853# stale with respect to moved, deleted, or superceded headers. Most 854# commonly, this would exhibit as make reporting a failure to make a 855# header file which is no longer in the location given. To address 856# this issue, we use a deps-ver file which is updated with each change 857# that breaks old .deps files. A copy of deps-ver is made into 858# $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present 859# with different contents than deps-ver, we make clean to ensure all 860# .o files built before the incompatible change are rebuilt along with 861# their updated .deps files, then remove $(DEPDIR) and recreate it as 862# empty stubs. 863# 864# It is normal when configured with --disable-dependency-tracking for 865# the DEPDIR to not have been created. For this reason, we use the 866# intermediate target .deps-ver, which invokes make recursively if 867# DEPDIR exists. 868# 869# If you modify depsver.mf, please make the changes to the master 870# copy, the one in sntp is copied by the bootstrap script from it. 871# 872# This comment block follows rather than leads the related rules so that 873# it stays with it in the generated Makefile.in and Makefile. 874# 875 876# Tell versions [3.59,3.63) of GNU make to not export all variables. 877# Otherwise a system limit (for SysV at least) may be exceeded. 878.NOEXPORT: 879