1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 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@ 91check_PROGRAMS = test-ntpq$(EXEEXT) $(am__EXEEXT_1) 92@NTP_CROSSCOMPILE_FALSE@am__append_1 = $(check_PROGRAMS) 93subdir = tests/ntpq 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_googletest.m4 \ 114 $(top_srcdir)/sntp/m4/ntp_harden.m4 \ 115 $(top_srcdir)/sntp/m4/ntp_ipv6.m4 \ 116 $(top_srcdir)/sntp/m4/ntp_lib_m.m4 \ 117 $(top_srcdir)/sntp/m4/ntp_libevent.m4 \ 118 $(top_srcdir)/sntp/m4/ntp_libntp.m4 \ 119 $(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \ 120 $(top_srcdir)/sntp/m4/ntp_locinfo.m4 \ 121 $(top_srcdir)/sntp/m4/ntp_openssl.m4 \ 122 $(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \ 123 $(top_srcdir)/sntp/m4/ntp_problemtests.m4 \ 124 $(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \ 125 $(top_srcdir)/sntp/m4/ntp_rlimit.m4 \ 126 $(top_srcdir)/sntp/m4/ntp_sntp.m4 \ 127 $(top_srcdir)/sntp/m4/ntp_unitytest.m4 \ 128 $(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \ 129 $(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \ 130 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \ 131 $(top_srcdir)/sntp/m4/openldap.m4 \ 132 $(top_srcdir)/sntp/m4/os_cflags.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 $(noinst_HEADERS) \ 138 $(am__DIST_COMMON) 139mkinstalldirs = $(install_sh) -d 140CONFIG_HEADER = $(top_builddir)/config.h 141CONFIG_CLEAN_FILES = 142CONFIG_CLEAN_VPATH_FILES = 143am__EXEEXT_1 = 144am__objects_1 = 145am_test_ntpq_OBJECTS = t-ntpq.$(OBJEXT) run-t-ntpq.$(OBJEXT) \ 146 $(am__objects_1) 147test_ntpq_OBJECTS = $(am_test_ntpq_OBJECTS) 148am__DEPENDENCIES_1 = 149am__DEPENDENCIES_2 = $(top_builddir)/ntpq/libntpq.a \ 150 $(top_builddir)/ntpd/libntpd.a $(top_builddir)/libntp/libntp.a \ 151 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 152 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 153am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) \ 154 $(top_builddir)/sntp/unity/libunity.a $(am__DEPENDENCIES_1) \ 155 $(am__DEPENDENCIES_1) 156test_ntpq_DEPENDENCIES = $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1) 157AM_V_lt = $(am__v_lt_@AM_V@) 158am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 159am__v_lt_0 = --silent 160am__v_lt_1 = 161AM_V_P = $(am__v_P_@AM_V@) 162am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 163am__v_P_0 = false 164am__v_P_1 = : 165AM_V_GEN = $(am__v_GEN_@AM_V@) 166am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 167am__v_GEN_0 = @echo " GEN " $@; 168am__v_GEN_1 = 169AM_V_at = $(am__v_at_@AM_V@) 170am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 171am__v_at_0 = @ 172am__v_at_1 = 173DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 174depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp 175am__depfiles_maybe = depfiles 176am__mv = mv -f 177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 179LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 180 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 181 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 182 $(AM_CFLAGS) $(CFLAGS) 183AM_V_CC = $(am__v_CC_@AM_V@) 184am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 185am__v_CC_0 = @echo " CC " $@; 186am__v_CC_1 = 187CCLD = $(CC) 188LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 189 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 190 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 191AM_V_CCLD = $(am__v_CCLD_@AM_V@) 192am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 193am__v_CCLD_0 = @echo " CCLD " $@; 194am__v_CCLD_1 = 195SOURCES = $(test_ntpq_SOURCES) 196DIST_SOURCES = $(test_ntpq_SOURCES) 197am__can_run_installinfo = \ 198 case $$AM_UPDATE_INFO_DIR in \ 199 n|no|NO) false;; \ 200 *) (install-info --version) >/dev/null 2>&1;; \ 201 esac 202HEADERS = $(noinst_HEADERS) 203am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 204# Read a list of newline-separated strings from the standard input, 205# and print each of them once, without duplicates. Input order is 206# *not* preserved. 207am__uniquify_input = $(AWK) '\ 208 BEGIN { nonempty = 0; } \ 209 { items[$$0] = 1; nonempty = 1; } \ 210 END { if (nonempty) { for (i in items) print i; }; } \ 211' 212# Make sure the list of sources is unique. This is necessary because, 213# e.g., the same source file might be shared among _SOURCES variables 214# for different programs/libraries. 215am__define_uniq_tagged_files = \ 216 list='$(am__tagged_files)'; \ 217 unique=`for i in $$list; do \ 218 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 219 done | $(am__uniquify_input)` 220ETAGS = etags 221CTAGS = ctags 222am__tty_colors_dummy = \ 223 mgn= red= grn= lgn= blu= brg= std=; \ 224 am__color_tests=no 225am__tty_colors = { \ 226 $(am__tty_colors_dummy); \ 227 if test "X$(AM_COLOR_TESTS)" = Xno; then \ 228 am__color_tests=no; \ 229 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 230 am__color_tests=yes; \ 231 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 232 am__color_tests=yes; \ 233 fi; \ 234 if test $$am__color_tests = yes; then \ 235 red='[0;31m'; \ 236 grn='[0;32m'; \ 237 lgn='[1;32m'; \ 238 blu='[1;34m'; \ 239 mgn='[0;35m'; \ 240 brg='[1m'; \ 241 std='[m'; \ 242 fi; \ 243} 244am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 245am__vpath_adj = case $$p in \ 246 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 247 *) f=$$p;; \ 248 esac; 249am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 250am__install_max = 40 251am__nobase_strip_setup = \ 252 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 253am__nobase_strip = \ 254 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 255am__nobase_list = $(am__nobase_strip_setup); \ 256 for p in $$list; do echo "$$p $$p"; done | \ 257 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 258 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 259 if (++n[$$2] == $(am__install_max)) \ 260 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 261 END { for (dir in files) print dir, files[dir] }' 262am__base_list = \ 263 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 264 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 265am__uninstall_files_from_dir = { \ 266 test -z "$$files" \ 267 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 268 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 269 $(am__cd) "$$dir" && rm -f $$files; }; \ 270 } 271am__recheck_rx = ^[ ]*:recheck:[ ]* 272am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 273am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 274# A command that, given a newline-separated list of test names on the 275# standard input, print the name of the tests that are to be re-run 276# upon "make recheck". 277am__list_recheck_tests = $(AWK) '{ \ 278 recheck = 1; \ 279 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 280 { \ 281 if (rc < 0) \ 282 { \ 283 if ((getline line2 < ($$0 ".log")) < 0) \ 284 recheck = 0; \ 285 break; \ 286 } \ 287 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 288 { \ 289 recheck = 0; \ 290 break; \ 291 } \ 292 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 293 { \ 294 break; \ 295 } \ 296 }; \ 297 if (recheck) \ 298 print $$0; \ 299 close ($$0 ".trs"); \ 300 close ($$0 ".log"); \ 301}' 302# A command that, given a newline-separated list of test names on the 303# standard input, create the global log from their .trs and .log files. 304am__create_global_log = $(AWK) ' \ 305function fatal(msg) \ 306{ \ 307 print "fatal: making $@: " msg | "cat >&2"; \ 308 exit 1; \ 309} \ 310function rst_section(header) \ 311{ \ 312 print header; \ 313 len = length(header); \ 314 for (i = 1; i <= len; i = i + 1) \ 315 printf "="; \ 316 printf "\n\n"; \ 317} \ 318{ \ 319 copy_in_global_log = 1; \ 320 global_test_result = "RUN"; \ 321 while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 322 { \ 323 if (rc < 0) \ 324 fatal("failed to read from " $$0 ".trs"); \ 325 if (line ~ /$(am__global_test_result_rx)/) \ 326 { \ 327 sub("$(am__global_test_result_rx)", "", line); \ 328 sub("[ ]*$$", "", line); \ 329 global_test_result = line; \ 330 } \ 331 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 332 copy_in_global_log = 0; \ 333 }; \ 334 if (copy_in_global_log) \ 335 { \ 336 rst_section(global_test_result ": " $$0); \ 337 while ((rc = (getline line < ($$0 ".log"))) != 0) \ 338 { \ 339 if (rc < 0) \ 340 fatal("failed to read from " $$0 ".log"); \ 341 print line; \ 342 }; \ 343 printf "\n"; \ 344 }; \ 345 close ($$0 ".trs"); \ 346 close ($$0 ".log"); \ 347}' 348# Restructured Text title. 349am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 350# Solaris 10 'make', and several other traditional 'make' implementations, 351# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 352# by disabling -e (using the XSI extension "set +e") if it's set. 353am__sh_e_setup = case $$- in *e*) set +e;; esac 354# Default flags passed to test drivers. 355am__common_driver_flags = \ 356 --color-tests "$$am__color_tests" \ 357 --enable-hard-errors "$$am__enable_hard_errors" \ 358 --expect-failure "$$am__expect_failure" 359# To be inserted before the command running the test. Creates the 360# directory for the log if needed. Stores in $dir the directory 361# containing $f, in $tst the test, in $log the log. Executes the 362# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 363# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 364# will run the test scripts (or their associated LOG_COMPILER, if 365# thy have one). 366am__check_pre = \ 367$(am__sh_e_setup); \ 368$(am__vpath_adj_setup) $(am__vpath_adj) \ 369$(am__tty_colors); \ 370srcdir=$(srcdir); export srcdir; \ 371case "$@" in \ 372 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 373 *) am__odir=.;; \ 374esac; \ 375test "x$$am__odir" = x"." || test -d "$$am__odir" \ 376 || $(MKDIR_P) "$$am__odir" || exit $$?; \ 377if test -f "./$$f"; then dir=./; \ 378elif test -f "$$f"; then dir=; \ 379else dir="$(srcdir)/"; fi; \ 380tst=$$dir$$f; log='$@'; \ 381if test -n '$(DISABLE_HARD_ERRORS)'; then \ 382 am__enable_hard_errors=no; \ 383else \ 384 am__enable_hard_errors=yes; \ 385fi; \ 386case " $(XFAIL_TESTS) " in \ 387 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 388 am__expect_failure=yes;; \ 389 *) \ 390 am__expect_failure=no;; \ 391esac; \ 392$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 393# A shell command to get the names of the tests scripts with any registered 394# extension removed (i.e., equivalently, the names of the test logs, with 395# the '.log' extension removed). The result is saved in the shell variable 396# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 397# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 398# since that might cause problem with VPATH rewrites for suffix-less tests. 399# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 400am__set_TESTS_bases = \ 401 bases='$(TEST_LOGS)'; \ 402 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 403 bases=`echo $$bases` 404RECHECK_LOGS = $(TEST_LOGS) 405AM_RECURSIVE_TARGETS = check recheck 406TEST_SUITE_LOG = test-suite.log 407TEST_EXTENSIONS = @EXEEXT@ .test 408LOG_DRIVER = $(SHELL) \ 409 $(top_srcdir)/sntp/libevent/build-aux/test-driver 410LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 411am__set_b = \ 412 case '$@' in \ 413 */*) \ 414 case '$*' in \ 415 */*) b='$*';; \ 416 *) b=`echo '$@' | sed 's/\.log$$//'`; \ 417 esac;; \ 418 *) \ 419 b='$*';; \ 420 esac 421am__test_logs1 = $(TESTS:=.log) 422am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 423TEST_LOGS = $(am__test_logs2:.test.log=.log) 424TEST_LOG_DRIVER = $(SHELL) \ 425 $(top_srcdir)/sntp/libevent/build-aux/test-driver 426TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 427 $(TEST_LOG_FLAGS) 428am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depsver.mf \ 429 $(top_srcdir)/includes.mf \ 430 $(top_srcdir)/sntp/libevent/build-aux/depcomp \ 431 $(top_srcdir)/sntp/libevent/build-aux/test-driver 432DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 433ACLOCAL = @ACLOCAL@ 434ALLOCA = @ALLOCA@ 435AMTAR = @AMTAR@ 436AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 437AR = @AR@ 438AUTOCONF = @AUTOCONF@ 439AUTOHEADER = @AUTOHEADER@ 440AUTOMAKE = @AUTOMAKE@ 441AWK = @AWK@ 442BUILD_THREAD = @BUILD_THREAD@ 443CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 444CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 445CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 446CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 447CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 448CC = @CC@ 449CCDEPMODE = @CCDEPMODE@ 450CFLAGS = @CFLAGS@ 451CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 452CFLAGS_NTP = @CFLAGS_NTP@ 453CHUTEST = @CHUTEST@ 454CONFIG_SHELL = @CONFIG_SHELL@ 455CPP = @CPP@ 456CPPFLAGS = @CPPFLAGS@ 457CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 458CPPFLAGS_NTP = @CPPFLAGS_NTP@ 459CYGPATH_W = @CYGPATH_W@ 460DCFD = @DCFD@ 461DEFS = @DEFS@ 462DEPDIR = @DEPDIR@ 463DLLTOOL = @DLLTOOL@ 464DSYMUTIL = @DSYMUTIL@ 465DUMPBIN = @DUMPBIN@ 466ECHO_C = @ECHO_C@ 467ECHO_N = @ECHO_N@ 468ECHO_T = @ECHO_T@ 469EDITLINE_LIBS = @EDITLINE_LIBS@ 470EGREP = @EGREP@ 471EXEEXT = @EXEEXT@ 472FGREP = @FGREP@ 473GREP = @GREP@ 474GTEST_CONFIG = @GTEST_CONFIG@ 475GTEST_CPPFLAGS = @GTEST_CPPFLAGS@ 476GTEST_CXXFLAGS = @GTEST_CXXFLAGS@ 477GTEST_LDFLAGS = @GTEST_LDFLAGS@ 478GTEST_LIBS = @GTEST_LIBS@ 479HAVE_INLINE = @HAVE_INLINE@ 480HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@ 481HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@ 482HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@ 483INSTALL = @INSTALL@ 484INSTALL_DATA = @INSTALL_DATA@ 485INSTALL_PROGRAM = @INSTALL_PROGRAM@ 486INSTALL_SCRIPT = @INSTALL_SCRIPT@ 487INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 488LD = @LD@ 489LDADD_LIBEVENT = @LDADD_LIBEVENT@ 490LDADD_LIBNTP = @LDADD_LIBNTP@ 491LDADD_LIBUTIL = @LDADD_LIBUTIL@ 492LDADD_NLIST = @LDADD_NLIST@ 493LDADD_NTP = @LDADD_NTP@ 494LDFLAGS = @LDFLAGS@ 495LDFLAGS_NTP = @LDFLAGS_NTP@ 496LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 497LIBM = @LIBM@ 498LIBOBJS = @LIBOBJS@ 499LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 500LIBOPTS_DIR = @LIBOPTS_DIR@ 501LIBOPTS_LDADD = @LIBOPTS_LDADD@ 502LIBPARSE = @LIBPARSE@ 503LIBS = @LIBS@ 504LIBTOOL = @LIBTOOL@ 505LIBTOOL_DEPS = @LIBTOOL_DEPS@ 506LIPO = @LIPO@ 507LN_S = @LN_S@ 508LSCF = @LSCF@ 509LTHREAD_LIBS = @LTHREAD_LIBS@ 510LTLIBOBJS = @LTLIBOBJS@ 511LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 512MAKEINFO = @MAKEINFO@ 513MAKE_ADJTIMED = @MAKE_ADJTIMED@ 514MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 515MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 516MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 517MAKE_LIBPARSE = @MAKE_LIBPARSE@ 518MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 519MAKE_NTPDSIM = @MAKE_NTPDSIM@ 520MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 521MAKE_NTPTIME = @MAKE_NTPTIME@ 522MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 523MAKE_TICKADJ = @MAKE_TICKADJ@ 524MAKE_TIMETRIM = @MAKE_TIMETRIM@ 525MANIFEST_TOOL = @MANIFEST_TOOL@ 526MANTAGFMT = @MANTAGFMT@ 527MKDIR_P = @MKDIR_P@ 528NM = @NM@ 529NMEDIT = @NMEDIT@ 530NTPDATE_DB = @NTPDATE_DB@ 531NTPDATE_DL = @NTPDATE_DL@ 532NTPDATE_DS = @NTPDATE_DS@ 533NTPDATE_MS = @NTPDATE_MS@ 534NTPDATE_NI = @NTPDATE_NI@ 535NTPDC_DB = @NTPDC_DB@ 536NTPDC_DL = @NTPDC_DL@ 537NTPDC_DS = @NTPDC_DS@ 538NTPDC_MS = @NTPDC_MS@ 539NTPDC_NI = @NTPDC_NI@ 540NTPDSIM_DB = @NTPDSIM_DB@ 541NTPDSIM_DL = @NTPDSIM_DL@ 542NTPDSIM_DS = @NTPDSIM_DS@ 543NTPDSIM_MS = @NTPDSIM_MS@ 544NTPDSIM_NI = @NTPDSIM_NI@ 545NTPD_DB = @NTPD_DB@ 546NTPD_DL = @NTPD_DL@ 547NTPD_DS = @NTPD_DS@ 548NTPD_MS = @NTPD_MS@ 549NTPD_NI = @NTPD_NI@ 550NTPQ_DB = @NTPQ_DB@ 551NTPQ_DL = @NTPQ_DL@ 552NTPQ_DS = @NTPQ_DS@ 553NTPQ_MS = @NTPQ_MS@ 554NTPQ_NI = @NTPQ_NI@ 555NTPSNMPD_DB = @NTPSNMPD_DB@ 556NTPSNMPD_DL = @NTPSNMPD_DL@ 557NTPSNMPD_DS = @NTPSNMPD_DS@ 558NTPSNMPD_MS = @NTPSNMPD_MS@ 559NTPSNMPD_NI = @NTPSNMPD_NI@ 560NTPSWEEP_DB = @NTPSWEEP_DB@ 561NTPSWEEP_DL = @NTPSWEEP_DL@ 562NTPSWEEP_DS = @NTPSWEEP_DS@ 563NTPSWEEP_MS = @NTPSWEEP_MS@ 564NTPSWEEP_NI = @NTPSWEEP_NI@ 565NTPTIME_DB = @NTPTIME_DB@ 566NTPTIME_DL = @NTPTIME_DL@ 567NTPTIME_DS = @NTPTIME_DS@ 568NTPTIME_MS = @NTPTIME_MS@ 569NTPTIME_NI = @NTPTIME_NI@ 570NTPTRACE_DB = @NTPTRACE_DB@ 571NTPTRACE_DL = @NTPTRACE_DL@ 572NTPTRACE_DS = @NTPTRACE_DS@ 573NTPTRACE_MS = @NTPTRACE_MS@ 574NTPTRACE_NI = @NTPTRACE_NI@ 575NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@ 576NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@ 577NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@ 578NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 579NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 580NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 581NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 582NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 583NTP_KEYSDIR = @NTP_KEYSDIR@ 584NTP_WAIT_DB = @NTP_WAIT_DB@ 585NTP_WAIT_DL = @NTP_WAIT_DL@ 586NTP_WAIT_DS = @NTP_WAIT_DS@ 587NTP_WAIT_MS = @NTP_WAIT_MS@ 588NTP_WAIT_NI = @NTP_WAIT_NI@ 589OBJDUMP = @OBJDUMP@ 590OBJEXT = @OBJEXT@ 591OTOOL = @OTOOL@ 592OTOOL64 = @OTOOL64@ 593PACKAGE = @PACKAGE@ 594PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 595PACKAGE_NAME = @PACKAGE_NAME@ 596PACKAGE_STRING = @PACKAGE_STRING@ 597PACKAGE_TARNAME = @PACKAGE_TARNAME@ 598PACKAGE_URL = @PACKAGE_URL@ 599PACKAGE_VERSION = @PACKAGE_VERSION@ 600PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ 601PATH_PERL = @PATH_PERL@ 602PATH_RUBY = @PATH_RUBY@ 603PATH_SEPARATOR = @PATH_SEPARATOR@ 604PATH_TEST = @PATH_TEST@ 605PERLLIBDIR = @PERLLIBDIR@ 606PKG_CONFIG = @PKG_CONFIG@ 607POSIX_SHELL = @POSIX_SHELL@ 608PROPDELAY = @PROPDELAY@ 609PTHREAD_LIBS = @PTHREAD_LIBS@ 610RANLIB = @RANLIB@ 611SED = @SED@ 612SET_MAKE = @SET_MAKE@ 613SHELL = @SHELL@ 614SNMP_CFLAGS = @SNMP_CFLAGS@ 615SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 616SNMP_LIBS = @SNMP_LIBS@ 617SNTP = @SNTP@ 618SNTP_DB = @SNTP_DB@ 619SNTP_DL = @SNTP_DL@ 620SNTP_DS = @SNTP_DS@ 621SNTP_MS = @SNTP_MS@ 622SNTP_NI = @SNTP_NI@ 623STDNORETURN_H = @STDNORETURN_H@ 624STRIP = @STRIP@ 625TESTDCF = @TESTDCF@ 626TICKADJ_DB = @TICKADJ_DB@ 627TICKADJ_DL = @TICKADJ_DL@ 628TICKADJ_DS = @TICKADJ_DS@ 629TICKADJ_MS = @TICKADJ_MS@ 630TICKADJ_NI = @TICKADJ_NI@ 631TIMETRIM_DB = @TIMETRIM_DB@ 632TIMETRIM_DL = @TIMETRIM_DL@ 633TIMETRIM_DS = @TIMETRIM_DS@ 634TIMETRIM_MS = @TIMETRIM_MS@ 635TIMETRIM_NI = @TIMETRIM_NI@ 636UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 637UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 638UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 639UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 640UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 641VERSION = @VERSION@ 642VER_SUFFIX = @VER_SUFFIX@ 643YACC = @YACC@ 644YFLAGS = @YFLAGS@ 645abs_builddir = @abs_builddir@ 646abs_srcdir = @abs_srcdir@ 647abs_top_builddir = @abs_top_builddir@ 648abs_top_srcdir = @abs_top_srcdir@ 649ac_ct_AR = @ac_ct_AR@ 650ac_ct_CC = @ac_ct_CC@ 651ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 652am__include = @am__include@ 653am__leading_dot = @am__leading_dot@ 654am__quote = @am__quote@ 655am__tar = @am__tar@ 656am__untar = @am__untar@ 657bindir = @bindir@ 658build = @build@ 659build_alias = @build_alias@ 660build_cpu = @build_cpu@ 661build_os = @build_os@ 662build_vendor = @build_vendor@ 663builddir = @builddir@ 664datadir = @datadir@ 665datarootdir = @datarootdir@ 666docdir = @docdir@ 667dvidir = @dvidir@ 668exec_prefix = @exec_prefix@ 669host = @host@ 670host_alias = @host_alias@ 671host_cpu = @host_cpu@ 672host_os = @host_os@ 673host_vendor = @host_vendor@ 674htmldir = @htmldir@ 675includedir = @includedir@ 676infodir = @infodir@ 677install_sh = @install_sh@ 678libdir = @libdir@ 679libexecdir = @libexecdir@ 680localedir = @localedir@ 681localstatedir = @localstatedir@ 682mandir = @mandir@ 683mkdir_p = @mkdir_p@ 684oldincludedir = @oldincludedir@ 685pdfdir = @pdfdir@ 686prefix = @prefix@ 687program_transform_name = @program_transform_name@ 688psdir = @psdir@ 689sbindir = @sbindir@ 690sharedstatedir = @sharedstatedir@ 691srcdir = @srcdir@ 692subdirs = @subdirs@ 693sysconfdir = @sysconfdir@ 694target_alias = @target_alias@ 695top_build_prefix = @top_build_prefix@ 696top_builddir = @top_builddir@ 697top_srcdir = @top_srcdir@ 698NULL = 699BUILT_SOURCES = $(srcdir)/run-t-ntpq.c $(NULL) check-libntpd \ 700 check-libntp check-libunity .deps-ver 701CLEANFILES = check-libntpd check-libntp check-libunity .deps-ver 702std_unity_list = \ 703 $(abs_top_srcdir)/sntp/unity/auto/generate_test_runner.rb \ 704 $(abs_srcdir)/testconf.yml \ 705 $(NULL) 706 707run_unity = ruby $(std_unity_list) 708EXTRA_DIST = \ 709 testconf.yml \ 710 $(NULL) 711 712LDADD = \ 713 $(top_builddir)/ntpq/libntpq.a \ 714 $(top_builddir)/ntpd/libntpd.a \ 715 $(top_builddir)/libntp/libntp.a \ 716 $(LDADD_LIBNTP) \ 717 $(PTHREAD_LIBS) \ 718 $(LDADD_NTP) \ 719 $(NULL) 720 721unity_tests_LDADD = \ 722 $(LDADD) \ 723 $(top_builddir)/sntp/unity/libunity.a \ 724 $(LIBM) \ 725 $(NULL) 726 727AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS) 728AM_CPPFLAGS = $(NTP_INCS) -I$(top_srcdir)/ntpq $(CPPFLAGS_NTP) \ 729 -DUNITY_INCLUDE_CONFIG_H -I$(top_srcdir)/sntp/unity \ 730 $(LIBOPTS_CFLAGS) $(NTP_HARD_CPPFLAGS) 731AM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS) 732noinst_HEADERS = \ 733 $(NULL) 734 735 736### 737test_ntpq_LDADD = \ 738 $(unity_tests_LDADD) \ 739 $(NULL) 740 741test_ntpq_SOURCES = \ 742 t-ntpq.c \ 743 run-t-ntpq.c \ 744 $(NULL) 745 746TESTS = $(am__append_1) 747NTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \ 748 -I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \ 749 -I$(top_srcdir)/lib/isc/unix/include 750all: $(BUILT_SOURCES) 751 $(MAKE) $(AM_MAKEFLAGS) all-am 752 753.SUFFIXES: 754.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 755$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps) 756 @for dep in $?; do \ 757 case '$(am__configure_deps)' in \ 758 *$$dep*) \ 759 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 760 && { if test -f $@; then exit 0; else break; fi; }; \ 761 exit 1;; \ 762 esac; \ 763 done; \ 764 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/ntpq/Makefile'; \ 765 $(am__cd) $(top_srcdir) && \ 766 $(AUTOMAKE) --foreign tests/ntpq/Makefile 767Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 768 @case '$?' in \ 769 *config.status*) \ 770 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 771 *) \ 772 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 773 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 774 esac; 775$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty): 776 777$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 778 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 779 780$(top_srcdir)/configure: $(am__configure_deps) 781 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 782$(ACLOCAL_M4): $(am__aclocal_m4_deps) 783 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 784$(am__aclocal_m4_deps): 785 786clean-checkPROGRAMS: 787 @list='$(check_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 794 795test-ntpq$(EXEEXT): $(test_ntpq_OBJECTS) $(test_ntpq_DEPENDENCIES) $(EXTRA_test_ntpq_DEPENDENCIES) 796 @rm -f test-ntpq$(EXEEXT) 797 $(AM_V_CCLD)$(LINK) $(test_ntpq_OBJECTS) $(test_ntpq_LDADD) $(LIBS) 798 799mostlyclean-compile: 800 -rm -f *.$(OBJEXT) 801 802distclean-compile: 803 -rm -f *.tab.c 804 805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-t-ntpq.Po@am__quote@ 806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-ntpq.Po@am__quote@ 807 808.c.o: 809@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 810@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 811@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 812@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 813@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 814 815.c.obj: 816@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 817@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 818@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 819@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 820@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 821 822.c.lo: 823@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 824@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 825@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 826@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 827@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 828 829mostlyclean-libtool: 830 -rm -f *.lo 831 832clean-libtool: 833 -rm -rf .libs _libs 834 835ID: $(am__tagged_files) 836 $(am__define_uniq_tagged_files); mkid -fID $$unique 837tags: tags-am 838TAGS: tags 839 840tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 841 set x; \ 842 here=`pwd`; \ 843 $(am__define_uniq_tagged_files); \ 844 shift; \ 845 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 846 test -n "$$unique" || unique=$$empty_fix; \ 847 if test $$# -gt 0; then \ 848 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 849 "$$@" $$unique; \ 850 else \ 851 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 852 $$unique; \ 853 fi; \ 854 fi 855ctags: ctags-am 856 857CTAGS: ctags 858ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 859 $(am__define_uniq_tagged_files); \ 860 test -z "$(CTAGS_ARGS)$$unique" \ 861 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 862 $$unique 863 864GTAGS: 865 here=`$(am__cd) $(top_builddir) && pwd` \ 866 && $(am__cd) $(top_srcdir) \ 867 && gtags -i $(GTAGS_ARGS) "$$here" 868cscopelist: cscopelist-am 869 870cscopelist-am: $(am__tagged_files) 871 list='$(am__tagged_files)'; \ 872 case "$(srcdir)" in \ 873 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 874 *) sdir=$(subdir)/$(srcdir) ;; \ 875 esac; \ 876 for i in $$list; do \ 877 if test -f "$$i"; then \ 878 echo "$(subdir)/$$i"; \ 879 else \ 880 echo "$$sdir/$$i"; \ 881 fi; \ 882 done >> $(top_builddir)/cscope.files 883 884distclean-tags: 885 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 886 887# Recover from deleted '.trs' file; this should ensure that 888# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 889# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 890# to avoid problems with "make -n". 891.log.trs: 892 rm -f $< $@ 893 $(MAKE) $(AM_MAKEFLAGS) $< 894 895# Leading 'am--fnord' is there to ensure the list of targets does not 896# expand to empty, as could happen e.g. with make check TESTS=''. 897am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 898am--force-recheck: 899 @: 900 901$(TEST_SUITE_LOG): $(TEST_LOGS) 902 @$(am__set_TESTS_bases); \ 903 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 904 redo_bases=`for i in $$bases; do \ 905 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 906 done`; \ 907 if test -n "$$redo_bases"; then \ 908 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 909 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 910 if $(am__make_dryrun); then :; else \ 911 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 912 fi; \ 913 fi; \ 914 if test -n "$$am__remaking_logs"; then \ 915 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 916 "recursion detected" >&2; \ 917 elif test -n "$$redo_logs"; then \ 918 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 919 fi; \ 920 if $(am__make_dryrun); then :; else \ 921 st=0; \ 922 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 923 for i in $$redo_bases; do \ 924 test -f $$i.trs && test -r $$i.trs \ 925 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 926 test -f $$i.log && test -r $$i.log \ 927 || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 928 done; \ 929 test $$st -eq 0 || exit 1; \ 930 fi 931 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 932 ws='[ ]'; \ 933 results=`for b in $$bases; do echo $$b.trs; done`; \ 934 test -n "$$results" || results=/dev/null; \ 935 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 936 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 937 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 938 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 939 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 940 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 941 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 942 if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 943 success=true; \ 944 else \ 945 success=false; \ 946 fi; \ 947 br='==================='; br=$$br$$br$$br$$br; \ 948 result_count () \ 949 { \ 950 if test x"$$1" = x"--maybe-color"; then \ 951 maybe_colorize=yes; \ 952 elif test x"$$1" = x"--no-color"; then \ 953 maybe_colorize=no; \ 954 else \ 955 echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 956 fi; \ 957 shift; \ 958 desc=$$1 count=$$2; \ 959 if test $$maybe_colorize = yes && test $$count -gt 0; then \ 960 color_start=$$3 color_end=$$std; \ 961 else \ 962 color_start= color_end=; \ 963 fi; \ 964 echo "$${color_start}# $$desc $$count$${color_end}"; \ 965 }; \ 966 create_testsuite_report () \ 967 { \ 968 result_count $$1 "TOTAL:" $$all "$$brg"; \ 969 result_count $$1 "PASS: " $$pass "$$grn"; \ 970 result_count $$1 "SKIP: " $$skip "$$blu"; \ 971 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 972 result_count $$1 "FAIL: " $$fail "$$red"; \ 973 result_count $$1 "XPASS:" $$xpass "$$red"; \ 974 result_count $$1 "ERROR:" $$error "$$mgn"; \ 975 }; \ 976 { \ 977 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 978 $(am__rst_title); \ 979 create_testsuite_report --no-color; \ 980 echo; \ 981 echo ".. contents:: :depth: 2"; \ 982 echo; \ 983 for b in $$bases; do echo $$b; done \ 984 | $(am__create_global_log); \ 985 } >$(TEST_SUITE_LOG).tmp || exit 1; \ 986 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 987 if $$success; then \ 988 col="$$grn"; \ 989 else \ 990 col="$$red"; \ 991 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 992 fi; \ 993 echo "$${col}$$br$${std}"; \ 994 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ 995 echo "$${col}$$br$${std}"; \ 996 create_testsuite_report --maybe-color; \ 997 echo "$$col$$br$$std"; \ 998 if $$success; then :; else \ 999 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1000 if test -n "$(PACKAGE_BUGREPORT)"; then \ 1001 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 1002 fi; \ 1003 echo "$$col$$br$$std"; \ 1004 fi; \ 1005 $$success || exit 1 1006 1007check-TESTS: 1008 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1009 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1010 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1011 @set +e; $(am__set_TESTS_bases); \ 1012 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1013 trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1014 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1015 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1016 exit $$?; 1017recheck: all $(check_PROGRAMS) 1018 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1019 @set +e; $(am__set_TESTS_bases); \ 1020 bases=`for i in $$bases; do echo $$i; done \ 1021 | $(am__list_recheck_tests)` || exit 1; \ 1022 log_list=`for i in $$bases; do echo $$i.log; done`; \ 1023 log_list=`echo $$log_list`; \ 1024 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1025 am__force_recheck=am--force-recheck \ 1026 TEST_LOGS="$$log_list"; \ 1027 exit $$? 1028test-ntpq.log: test-ntpq$(EXEEXT) 1029 @p='test-ntpq$(EXEEXT)'; \ 1030 b='test-ntpq'; \ 1031 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1032 --log-file $$b.log --trs-file $$b.trs \ 1033 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1034 "$$tst" $(AM_TESTS_FD_REDIRECT) 1035.test.log: 1036 @p='$<'; \ 1037 $(am__set_b); \ 1038 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1039 --log-file $$b.log --trs-file $$b.trs \ 1040 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1041 "$$tst" $(AM_TESTS_FD_REDIRECT) 1042@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1043@am__EXEEXT_TRUE@ @p='$<'; \ 1044@am__EXEEXT_TRUE@ $(am__set_b); \ 1045@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1046@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1047@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1048@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1049 1050distdir: $(DISTFILES) 1051 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1052 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1053 list='$(DISTFILES)'; \ 1054 dist_files=`for file in $$list; do echo $$file; done | \ 1055 sed -e "s|^$$srcdirstrip/||;t" \ 1056 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1057 case $$dist_files in \ 1058 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1059 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1060 sort -u` ;; \ 1061 esac; \ 1062 for file in $$dist_files; do \ 1063 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1064 if test -d $$d/$$file; then \ 1065 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1066 if test -d "$(distdir)/$$file"; then \ 1067 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1068 fi; \ 1069 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1070 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1071 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1072 fi; \ 1073 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1074 else \ 1075 test -f "$(distdir)/$$file" \ 1076 || cp -p $$d/$$file "$(distdir)/$$file" \ 1077 || exit 1; \ 1078 fi; \ 1079 done 1080check-am: all-am 1081 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1082 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 1083check: $(BUILT_SOURCES) 1084 $(MAKE) $(AM_MAKEFLAGS) check-am 1085all-am: Makefile $(HEADERS) 1086installdirs: 1087install: $(BUILT_SOURCES) 1088 $(MAKE) $(AM_MAKEFLAGS) install-am 1089install-exec: install-exec-am 1090install-data: install-data-am 1091uninstall: uninstall-am 1092 1093install-am: all-am 1094 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1095 1096installcheck: installcheck-am 1097install-strip: 1098 if test -z '$(STRIP)'; then \ 1099 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1100 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1101 install; \ 1102 else \ 1103 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1104 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1105 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1106 fi 1107mostlyclean-generic: 1108 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1109 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1110 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1111 1112clean-generic: 1113 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1114 1115distclean-generic: 1116 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1117 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1118 1119maintainer-clean-generic: 1120 @echo "This command is intended for maintainers to use" 1121 @echo "it deletes files that may require special tools to rebuild." 1122 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1123clean: clean-am 1124 1125clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 1126 mostlyclean-am 1127 1128distclean: distclean-am 1129 -rm -rf ./$(DEPDIR) 1130 -rm -f Makefile 1131distclean-am: clean-am distclean-compile distclean-generic \ 1132 distclean-tags 1133 1134dvi: dvi-am 1135 1136dvi-am: 1137 1138html: html-am 1139 1140html-am: 1141 1142info: info-am 1143 1144info-am: 1145 1146install-data-am: 1147 1148install-dvi: install-dvi-am 1149 1150install-dvi-am: 1151 1152install-exec-am: 1153 1154install-html: install-html-am 1155 1156install-html-am: 1157 1158install-info: install-info-am 1159 1160install-info-am: 1161 1162install-man: 1163 1164install-pdf: install-pdf-am 1165 1166install-pdf-am: 1167 1168install-ps: install-ps-am 1169 1170install-ps-am: 1171 1172installcheck-am: 1173 1174maintainer-clean: maintainer-clean-am 1175 -rm -rf ./$(DEPDIR) 1176 -rm -f Makefile 1177maintainer-clean-am: distclean-am maintainer-clean-generic 1178 1179mostlyclean: mostlyclean-am 1180 1181mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1182 mostlyclean-libtool 1183 1184pdf: pdf-am 1185 1186pdf-am: 1187 1188ps: ps-am 1189 1190ps-am: 1191 1192uninstall-am: 1193 1194.MAKE: all check check-am install install-am install-strip 1195 1196.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ 1197 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ 1198 ctags ctags-am distclean distclean-compile distclean-generic \ 1199 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1200 html-am info info-am install install-am install-data \ 1201 install-data-am install-dvi install-dvi-am install-exec \ 1202 install-exec-am install-html install-html-am install-info \ 1203 install-info-am install-man install-pdf install-pdf-am \ 1204 install-ps install-ps-am install-strip installcheck \ 1205 installcheck-am installdirs maintainer-clean \ 1206 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1207 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1208 recheck tags tags-am uninstall uninstall-am 1209 1210.PRECIOUS: Makefile 1211 1212 1213$(srcdir)/run-t-ntpq.c: $(srcdir)/t-ntpq.c $(std_unity_list) 1214 $(run_unity) $< $@ 1215 1216check-libntpd: ../../ntpd/libntpd.a 1217 @echo stamp > $@ 1218 1219../../ntpd/libntpd.a: 1220 cd ../../ntpd && $(MAKE) $(AM_MAKEFLAGS) libntpd.a 1221 1222check-libntp: ../../libntp/libntp.a 1223 @echo stamp > $@ 1224 1225../../libntp/libntp.a: 1226 cd ../../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 1227 1228check-libunity: ../../sntp/unity/libunity.a 1229 @echo stamp > $@ 1230 1231../../sntp/unity/libunity.a: 1232 cd ../../sntp/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a 1233$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver 1234 @[ -f $@ ] || \ 1235 cp $(top_srcdir)/deps-ver $@ 1236 @[ -w $@ ] || \ 1237 chmod ug+w $@ 1238 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ 1239 $(MAKE) $(AM_MAKEFLAGS) clean && \ 1240 echo -n "Prior $(subdir)/$(DEPDIR) version " && \ 1241 cat $@ && \ 1242 rm -rf $(DEPDIR) && \ 1243 mkdir $(DEPDIR) && \ 1244 case "$(top_builddir)" in \ 1245 .) \ 1246 ./config.status Makefile depfiles \ 1247 ;; \ 1248 *) \ 1249 cd "$(top_builddir)" && \ 1250 ./config.status $(subdir)/Makefile depfiles && \ 1251 cd $(subdir) \ 1252 ;; \ 1253 esac && \ 1254 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ 1255 cat $(top_srcdir)/deps-ver \ 1256 ) 1257 cp $(top_srcdir)/deps-ver $@ 1258 1259.deps-ver: $(top_srcdir)/deps-ver 1260 @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver 1261 @touch $@ 1262 1263# 1264# depsver.mf included in Makefile.am for directories with .deps 1265# 1266# When building in the same directory with sources that change over 1267# time, such as when tracking using bk, the .deps files can become 1268# stale with respect to moved, deleted, or superceded headers. Most 1269# commonly, this would exhibit as make reporting a failure to make a 1270# header file which is no longer in the location given. To address 1271# this issue, we use a deps-ver file which is updated with each change 1272# that breaks old .deps files. A copy of deps-ver is made into 1273# $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present 1274# with different contents than deps-ver, we make clean to ensure all 1275# .o files built before the incompatible change are rebuilt along with 1276# their updated .deps files, then remove $(DEPDIR) and recreate it as 1277# empty stubs. 1278# 1279# It is normal when configured with --disable-dependency-tracking for 1280# the DEPDIR to not have been created. For this reason, we use the 1281# intermediate target .deps-ver, which invokes make recursively if 1282# DEPDIR exists. 1283# 1284# If you modify depsver.mf, please make the changes to the master 1285# copy, the one in sntp is copied by the bootstrap script from it. 1286# 1287# This comment block follows rather than leads the related code so that 1288# it stays with it in the generated Makefile.in and Makefile. 1289# 1290 1291# Tell versions [3.59,3.63) of GNU make to not export all variables. 1292# Otherwise a system limit (for SysV at least) may be exceeded. 1293.NOEXPORT: 1294