1a466cc55SCy Schubert# Makefile.in generated by automake 1.16.5 from Makefile.am. 22b15cb3dSCy Schubert# @configure_input@ 32b15cb3dSCy Schubert 4a466cc55SCy Schubert# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5276da39aSCy Schubert 62b15cb3dSCy Schubert# This Makefile.in is free software; the Free Software Foundation 72b15cb3dSCy Schubert# gives unlimited permission to copy and/or distribute it, 82b15cb3dSCy Schubert# with or without modifications, as long as this notice is preserved. 92b15cb3dSCy Schubert 102b15cb3dSCy Schubert# This program is distributed in the hope that it will be useful, 112b15cb3dSCy Schubert# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 122b15cb3dSCy Schubert# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 132b15cb3dSCy Schubert# PARTICULAR PURPOSE. 142b15cb3dSCy Schubert 152b15cb3dSCy Schubert@SET_MAKE@ 162b15cb3dSCy Schubert 172b15cb3dSCy SchubertVPATH = @srcdir@ 18276da39aSCy Schubertam__is_gnu_make = { \ 19276da39aSCy Schubert if test -z '$(MAKELEVEL)'; then \ 20276da39aSCy Schubert false; \ 21276da39aSCy Schubert elif test -n '$(MAKE_HOST)'; then \ 22276da39aSCy Schubert true; \ 23276da39aSCy Schubert elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24276da39aSCy Schubert true; \ 25276da39aSCy Schubert else \ 26276da39aSCy Schubert false; \ 27276da39aSCy Schubert fi; \ 28276da39aSCy Schubert} 29276da39aSCy Schubertam__make_running_with_option = \ 30276da39aSCy Schubert case $${target_option-} in \ 31276da39aSCy Schubert ?) ;; \ 32276da39aSCy Schubert *) echo "am__make_running_with_option: internal error: invalid" \ 33276da39aSCy Schubert "target option '$${target_option-}' specified" >&2; \ 34276da39aSCy Schubert exit 1;; \ 35276da39aSCy Schubert esac; \ 36276da39aSCy Schubert has_opt=no; \ 37276da39aSCy Schubert sane_makeflags=$$MAKEFLAGS; \ 38276da39aSCy Schubert if $(am__is_gnu_make); then \ 39276da39aSCy Schubert sane_makeflags=$$MFLAGS; \ 40276da39aSCy Schubert else \ 41276da39aSCy Schubert case $$MAKEFLAGS in \ 42276da39aSCy Schubert *\\[\ \ ]*) \ 43276da39aSCy Schubert bs=\\; \ 44276da39aSCy Schubert sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45276da39aSCy Schubert | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46276da39aSCy Schubert esac; \ 47276da39aSCy Schubert fi; \ 48276da39aSCy Schubert skip_next=no; \ 49276da39aSCy Schubert strip_trailopt () \ 50276da39aSCy Schubert { \ 51276da39aSCy Schubert flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52276da39aSCy Schubert }; \ 53276da39aSCy Schubert for flg in $$sane_makeflags; do \ 54276da39aSCy Schubert test $$skip_next = yes && { skip_next=no; continue; }; \ 55276da39aSCy Schubert case $$flg in \ 56276da39aSCy Schubert *=*|--*) continue;; \ 57276da39aSCy Schubert -*I) strip_trailopt 'I'; skip_next=yes;; \ 58276da39aSCy Schubert -*I?*) strip_trailopt 'I';; \ 59276da39aSCy Schubert -*O) strip_trailopt 'O'; skip_next=yes;; \ 60276da39aSCy Schubert -*O?*) strip_trailopt 'O';; \ 61276da39aSCy Schubert -*l) strip_trailopt 'l'; skip_next=yes;; \ 62276da39aSCy Schubert -*l?*) strip_trailopt 'l';; \ 63276da39aSCy Schubert -[dEDm]) skip_next=yes;; \ 64276da39aSCy Schubert -[JT]) skip_next=yes;; \ 65276da39aSCy Schubert esac; \ 66276da39aSCy Schubert case $$flg in \ 67276da39aSCy Schubert *$$target_option*) has_opt=yes; break;; \ 68276da39aSCy Schubert esac; \ 69276da39aSCy Schubert done; \ 70276da39aSCy Schubert test $$has_opt = yes 71276da39aSCy Schubertam__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72276da39aSCy Schubertam__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 732b15cb3dSCy Schubertpkgdatadir = $(datadir)/@PACKAGE@ 742b15cb3dSCy Schubertpkgincludedir = $(includedir)/@PACKAGE@ 752b15cb3dSCy Schubertpkglibdir = $(libdir)/@PACKAGE@ 762b15cb3dSCy Schubertpkglibexecdir = $(libexecdir)/@PACKAGE@ 772b15cb3dSCy Schubertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 782b15cb3dSCy Schubertinstall_sh_DATA = $(install_sh) -c -m 644 792b15cb3dSCy Schubertinstall_sh_PROGRAM = $(install_sh) -c 802b15cb3dSCy Schubertinstall_sh_SCRIPT = $(install_sh) -c 812b15cb3dSCy SchubertINSTALL_HEADER = $(INSTALL_DATA) 822b15cb3dSCy Schuberttransform = $(program_transform_name) 832b15cb3dSCy SchubertNORMAL_INSTALL = : 842b15cb3dSCy SchubertPRE_INSTALL = : 852b15cb3dSCy SchubertPOST_INSTALL = : 862b15cb3dSCy SchubertNORMAL_UNINSTALL = : 872b15cb3dSCy SchubertPRE_UNINSTALL = : 882b15cb3dSCy SchubertPOST_UNINSTALL = : 892b15cb3dSCy Schubertbuild_triplet = @build@ 902b15cb3dSCy Schuberthost_triplet = @host@ 919034852cSGleb SmirnoffEXTRA_PROGRAMS = 92276da39aSCy Schubertcheck_PROGRAMS = test-crypto$(EXEEXT) test-keyFile$(EXEEXT) \ 939034852cSGleb Smirnoff test-log$(EXEEXT) test-networking$(EXEEXT) \ 949034852cSGleb Smirnoff test-packetHandling$(EXEEXT) test-packetProcessing$(EXEEXT) \ 95e27abb66SXin LI test-utilities$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) \ 96e27abb66SXin LI $(am__EXEEXT_3) 97e27abb66SXin LI@BUILD_TEST_KODDATABASE_TRUE@am__append_1 = test-kodDatabase 98e27abb66SXin LI@BUILD_TEST_KODFILE_TRUE@am__append_2 = test-kodFile 99e27abb66SXin LI@NTP_CROSSCOMPILE_FALSE@am__append_3 = $(check_PROGRAMS) 100*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@am__append_4 = check-libntp 1012b15cb3dSCy Schubertsubdir = tests 1022b15cb3dSCy SchubertACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1032b15cb3dSCy Schubertam__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ 1042b15cb3dSCy Schubert $(top_srcdir)/libopts/m4/stdnoreturn.m4 \ 1052b15cb3dSCy Schubert $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \ 1062b15cb3dSCy Schubert $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 1072b15cb3dSCy Schubert $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 1082b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_cacheversion.m4 \ 1092b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_compiler.m4 \ 1102b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_crosscompile.m4 \ 111*f5f40dd6SCy Schubert $(top_srcdir)/m4/ntp_crypto_rand.m4 \ 1122b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \ 1132b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_facilitynames.m4 \ 114f0574f5cSXin LI $(top_srcdir)/m4/ntp_harden.m4 $(top_srcdir)/m4/ntp_ipv6.m4 \ 115f0574f5cSXin LI $(top_srcdir)/m4/ntp_lib_m.m4 $(top_srcdir)/m4/ntp_libevent.m4 \ 1162b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_libntp.m4 \ 1172b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_lineeditlibs.m4 \ 1182b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_locinfo.m4 \ 1192b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_openssl.m4 \ 1202b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_pkg_config.m4 \ 1212b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \ 1222b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_sysexits.m4 \ 123276da39aSCy Schubert $(top_srcdir)/m4/ntp_unitytest.m4 \ 1242b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_ver_suffix.m4 \ 125a25439b6SCy Schubert $(top_srcdir)/m4/openldap-thread-check.m4 \ 126a25439b6SCy Schubert $(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \ 127e27abb66SXin LI $(top_srcdir)/m4/snprintf.m4 \ 128e27abb66SXin LI $(top_srcdir)/m4/sntp_problemtests.m4 \ 129e27abb66SXin LI $(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac 1302b15cb3dSCy Schubertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1312b15cb3dSCy Schubert $(ACLOCAL_M4) 132276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(dist_check_SCRIPTS) \ 133276da39aSCy Schubert $(noinst_HEADERS) $(am__DIST_COMMON) 1342b15cb3dSCy Schubertmkinstalldirs = $(install_sh) -d 1352b15cb3dSCy SchubertCONFIG_HEADER = $(top_builddir)/config.h 136276da39aSCy SchubertCONFIG_CLEAN_FILES = fileHandlingTest.h 1372b15cb3dSCy SchubertCONFIG_CLEAN_VPATH_FILES = 1389034852cSGleb Smirnoffam__EXEEXT_1 = 139e27abb66SXin LI@BUILD_TEST_KODDATABASE_TRUE@am__EXEEXT_2 = test-kodDatabase$(EXEEXT) 140e27abb66SXin LI@BUILD_TEST_KODFILE_TRUE@am__EXEEXT_3 = test-kodFile$(EXEEXT) 1412b15cb3dSCy Schubertam__objects_1 = 142276da39aSCy Schubertam_test_crypto_OBJECTS = test_crypto-crypto.$(OBJEXT) \ 143a466cc55SCy Schubert test_crypto-run-crypto.$(OBJEXT) $(am__objects_1) 144a466cc55SCy Schubertnodist_test_crypto_OBJECTS = test_crypto-version.$(OBJEXT) 145a466cc55SCy Schuberttest_crypto_OBJECTS = $(am_test_crypto_OBJECTS) \ 146a466cc55SCy Schubert $(nodist_test_crypto_OBJECTS) 1479034852cSGleb Smirnofftest_crypto_LDADD = $(LDADD) 148276da39aSCy Schubertam__DEPENDENCIES_1 = 149276da39aSCy Schubertam__DEPENDENCIES_2 = ../libsntp.a $(am__DEPENDENCIES_1) \ 150276da39aSCy Schubert $(am__DEPENDENCIES_1) $(top_builddir)/../libntp/libntp.a \ 151276da39aSCy Schubert $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 152276da39aSCy Schubert $(am__DEPENDENCIES_1) 1539034852cSGleb Smirnofftest_crypto_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 154276da39aSCy Schubert $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 155276da39aSCy Schubert $(am__DEPENDENCIES_1) 156276da39aSCy SchubertAM_V_lt = $(am__v_lt_@AM_V@) 157276da39aSCy Schubertam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 158276da39aSCy Schubertam__v_lt_0 = --silent 159276da39aSCy Schubertam__v_lt_1 = 160276da39aSCy Schuberttest_crypto_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 161276da39aSCy Schubert $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_crypto_CFLAGS) \ 162276da39aSCy Schubert $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 1639034852cSGleb Smirnoffam_test_keyFile_OBJECTS = fileHandlingTest.$(OBJEXT) keyFile.$(OBJEXT) \ 164a466cc55SCy Schubert run-keyFile.$(OBJEXT) $(am__objects_1) 165a466cc55SCy Schubertnodist_test_keyFile_OBJECTS = version.$(OBJEXT) 166a466cc55SCy Schuberttest_keyFile_OBJECTS = $(am_test_keyFile_OBJECTS) \ 167a466cc55SCy Schubert $(nodist_test_keyFile_OBJECTS) 1689034852cSGleb Smirnofftest_keyFile_LDADD = $(LDADD) 1699034852cSGleb Smirnofftest_keyFile_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 1709034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 171276da39aSCy Schubert $(am__DEPENDENCIES_1) 1729034852cSGleb Smirnoffam_test_kodDatabase_OBJECTS = kodDatabase.$(OBJEXT) \ 173a466cc55SCy Schubert run-kodDatabase.$(OBJEXT) $(am__objects_1) 174a466cc55SCy Schubertnodist_test_kodDatabase_OBJECTS = version.$(OBJEXT) 175a466cc55SCy Schuberttest_kodDatabase_OBJECTS = $(am_test_kodDatabase_OBJECTS) \ 176a466cc55SCy Schubert $(nodist_test_kodDatabase_OBJECTS) 1779034852cSGleb Smirnofftest_kodDatabase_LDADD = $(LDADD) 1789034852cSGleb Smirnofftest_kodDatabase_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 1799034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 180276da39aSCy Schubert $(am__DEPENDENCIES_1) 1819034852cSGleb Smirnoffam_test_kodFile_OBJECTS = fileHandlingTest.$(OBJEXT) kodFile.$(OBJEXT) \ 182a466cc55SCy Schubert run-kodFile.$(OBJEXT) $(am__objects_1) 183a466cc55SCy Schubertnodist_test_kodFile_OBJECTS = version.$(OBJEXT) 184a466cc55SCy Schuberttest_kodFile_OBJECTS = $(am_test_kodFile_OBJECTS) \ 185a466cc55SCy Schubert $(nodist_test_kodFile_OBJECTS) 1869034852cSGleb Smirnofftest_kodFile_LDADD = $(LDADD) 1879034852cSGleb Smirnofftest_kodFile_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 1889034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 189276da39aSCy Schubert $(am__DEPENDENCIES_1) 1909034852cSGleb Smirnoffam_test_log_OBJECTS = t-log.$(OBJEXT) run-t-log.$(OBJEXT) \ 191a466cc55SCy Schubert $(am__objects_1) 192a466cc55SCy Schubertnodist_test_log_OBJECTS = version.$(OBJEXT) 193a466cc55SCy Schuberttest_log_OBJECTS = $(am_test_log_OBJECTS) $(nodist_test_log_OBJECTS) 1949034852cSGleb Smirnofftest_log_LDADD = $(LDADD) 1959034852cSGleb Smirnofftest_log_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 1969034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 1979034852cSGleb Smirnoff $(am__DEPENDENCIES_1) 1989034852cSGleb Smirnoffam_test_networking_OBJECTS = networking.$(OBJEXT) \ 199a466cc55SCy Schubert run-networking.$(OBJEXT) $(am__objects_1) 200a466cc55SCy Schubertnodist_test_networking_OBJECTS = version.$(OBJEXT) 201a466cc55SCy Schuberttest_networking_OBJECTS = $(am_test_networking_OBJECTS) \ 202a466cc55SCy Schubert $(nodist_test_networking_OBJECTS) 2039034852cSGleb Smirnofftest_networking_LDADD = $(LDADD) 2049034852cSGleb Smirnofftest_networking_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 2059034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 206276da39aSCy Schubert $(am__DEPENDENCIES_1) 2079034852cSGleb Smirnoffam_test_packetHandling_OBJECTS = packetHandling.$(OBJEXT) \ 208a466cc55SCy Schubert run-packetHandling.$(OBJEXT) $(am__objects_1) 209a466cc55SCy Schubertnodist_test_packetHandling_OBJECTS = version.$(OBJEXT) 210a466cc55SCy Schuberttest_packetHandling_OBJECTS = $(am_test_packetHandling_OBJECTS) \ 211a466cc55SCy Schubert $(nodist_test_packetHandling_OBJECTS) 2129034852cSGleb Smirnofftest_packetHandling_LDADD = $(LDADD) 2139034852cSGleb Smirnofftest_packetHandling_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 2149034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 215276da39aSCy Schubert $(am__DEPENDENCIES_1) 2169034852cSGleb Smirnoffam_test_packetProcessing_OBJECTS = packetProcessing.$(OBJEXT) \ 2179034852cSGleb Smirnoff run-packetProcessing.$(OBJEXT) sntptest.$(OBJEXT) \ 218276da39aSCy Schubert $(am__objects_1) 219a466cc55SCy Schubertnodist_test_packetProcessing_OBJECTS = version.$(OBJEXT) 220a466cc55SCy Schuberttest_packetProcessing_OBJECTS = $(am_test_packetProcessing_OBJECTS) \ 221a466cc55SCy Schubert $(nodist_test_packetProcessing_OBJECTS) 2229034852cSGleb Smirnofftest_packetProcessing_LDADD = $(LDADD) 2239034852cSGleb Smirnofftest_packetProcessing_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 2249034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 225276da39aSCy Schubert $(am__DEPENDENCIES_1) 2269034852cSGleb Smirnoffam_test_utilities_OBJECTS = fileHandlingTest.$(OBJEXT) \ 2279034852cSGleb Smirnoff utilities.$(OBJEXT) run-utilities.$(OBJEXT) $(am__objects_1) 228a466cc55SCy Schubertnodist_test_utilities_OBJECTS = version.$(OBJEXT) 229a466cc55SCy Schuberttest_utilities_OBJECTS = $(am_test_utilities_OBJECTS) \ 230a466cc55SCy Schubert $(nodist_test_utilities_OBJECTS) 2319034852cSGleb Smirnofftest_utilities_LDADD = $(LDADD) 2329034852cSGleb Smirnofftest_utilities_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 2339034852cSGleb Smirnoff $(top_builddir)/unity/libunity.a $(am__DEPENDENCIES_1) \ 2342b15cb3dSCy Schubert $(am__DEPENDENCIES_1) 235276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@) 236276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 237276da39aSCy Schubertam__v_P_0 = false 238276da39aSCy Schubertam__v_P_1 = : 239276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@) 240276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 241276da39aSCy Schubertam__v_GEN_0 = @echo " GEN " $@; 242276da39aSCy Schubertam__v_GEN_1 = 243276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@) 244276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 245276da39aSCy Schubertam__v_at_0 = @ 246276da39aSCy Schubertam__v_at_1 = 2472b15cb3dSCy SchubertDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 2482b15cb3dSCy Schubertdepcomp = $(SHELL) $(top_srcdir)/libevent/build-aux/depcomp 249a466cc55SCy Schubertam__maybe_remake_depfiles = depfiles 250a466cc55SCy Schubertam__depfiles_remade = ./$(DEPDIR)/fileHandlingTest.Po \ 251a466cc55SCy Schubert ./$(DEPDIR)/keyFile.Po ./$(DEPDIR)/kodDatabase.Po \ 252a466cc55SCy Schubert ./$(DEPDIR)/kodFile.Po ./$(DEPDIR)/networking.Po \ 253a466cc55SCy Schubert ./$(DEPDIR)/packetHandling.Po ./$(DEPDIR)/packetProcessing.Po \ 254a466cc55SCy Schubert ./$(DEPDIR)/run-keyFile.Po ./$(DEPDIR)/run-kodDatabase.Po \ 255a466cc55SCy Schubert ./$(DEPDIR)/run-kodFile.Po ./$(DEPDIR)/run-networking.Po \ 256a466cc55SCy Schubert ./$(DEPDIR)/run-packetHandling.Po \ 257a466cc55SCy Schubert ./$(DEPDIR)/run-packetProcessing.Po ./$(DEPDIR)/run-t-log.Po \ 258a466cc55SCy Schubert ./$(DEPDIR)/run-utilities.Po ./$(DEPDIR)/sntptest.Po \ 259a466cc55SCy Schubert ./$(DEPDIR)/t-log.Po ./$(DEPDIR)/test_crypto-crypto.Po \ 260a466cc55SCy Schubert ./$(DEPDIR)/test_crypto-run-crypto.Po \ 261a466cc55SCy Schubert ./$(DEPDIR)/test_crypto-version.Po ./$(DEPDIR)/utilities.Po \ 262a466cc55SCy Schubert ./$(DEPDIR)/version.Po 2632b15cb3dSCy Schubertam__mv = mv -f 264276da39aSCy SchubertCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 265276da39aSCy Schubert $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 266276da39aSCy SchubertLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 267276da39aSCy Schubert $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 268276da39aSCy Schubert $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 269276da39aSCy Schubert $(AM_CFLAGS) $(CFLAGS) 270276da39aSCy SchubertAM_V_CC = $(am__v_CC_@AM_V@) 271276da39aSCy Schubertam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 272276da39aSCy Schubertam__v_CC_0 = @echo " CC " $@; 273276da39aSCy Schubertam__v_CC_1 = 274276da39aSCy SchubertCCLD = $(CC) 275276da39aSCy SchubertLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 276276da39aSCy Schubert $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 277276da39aSCy Schubert $(AM_LDFLAGS) $(LDFLAGS) -o $@ 278276da39aSCy SchubertAM_V_CCLD = $(am__v_CCLD_@AM_V@) 279276da39aSCy Schubertam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 280276da39aSCy Schubertam__v_CCLD_0 = @echo " CCLD " $@; 281276da39aSCy Schubertam__v_CCLD_1 = 282a466cc55SCy SchubertSOURCES = $(test_crypto_SOURCES) $(nodist_test_crypto_SOURCES) \ 283a466cc55SCy Schubert $(test_keyFile_SOURCES) $(nodist_test_keyFile_SOURCES) \ 284a466cc55SCy Schubert $(test_kodDatabase_SOURCES) $(nodist_test_kodDatabase_SOURCES) \ 285a466cc55SCy Schubert $(test_kodFile_SOURCES) $(nodist_test_kodFile_SOURCES) \ 286a466cc55SCy Schubert $(test_log_SOURCES) $(nodist_test_log_SOURCES) \ 287a466cc55SCy Schubert $(test_networking_SOURCES) $(nodist_test_networking_SOURCES) \ 2889034852cSGleb Smirnoff $(test_packetHandling_SOURCES) \ 289a466cc55SCy Schubert $(nodist_test_packetHandling_SOURCES) \ 290a466cc55SCy Schubert $(test_packetProcessing_SOURCES) \ 291a466cc55SCy Schubert $(nodist_test_packetProcessing_SOURCES) \ 292a466cc55SCy Schubert $(test_utilities_SOURCES) $(nodist_test_utilities_SOURCES) 293276da39aSCy SchubertDIST_SOURCES = $(test_crypto_SOURCES) $(test_keyFile_SOURCES) \ 294276da39aSCy Schubert $(test_kodDatabase_SOURCES) $(test_kodFile_SOURCES) \ 2959034852cSGleb Smirnoff $(test_log_SOURCES) $(test_networking_SOURCES) \ 2969034852cSGleb Smirnoff $(test_packetHandling_SOURCES) \ 2979034852cSGleb Smirnoff $(test_packetProcessing_SOURCES) $(test_utilities_SOURCES) 298276da39aSCy Schubertam__can_run_installinfo = \ 299276da39aSCy Schubert case $$AM_UPDATE_INFO_DIR in \ 300276da39aSCy Schubert n|no|NO) false;; \ 301276da39aSCy Schubert *) (install-info --version) >/dev/null 2>&1;; \ 302276da39aSCy Schubert esac 3032b15cb3dSCy SchubertHEADERS = $(noinst_HEADERS) 304276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 305276da39aSCy Schubert# Read a list of newline-separated strings from the standard input, 306276da39aSCy Schubert# and print each of them once, without duplicates. Input order is 307276da39aSCy Schubert# *not* preserved. 308276da39aSCy Schubertam__uniquify_input = $(AWK) '\ 309276da39aSCy Schubert BEGIN { nonempty = 0; } \ 310276da39aSCy Schubert { items[$$0] = 1; nonempty = 1; } \ 311276da39aSCy Schubert END { if (nonempty) { for (i in items) print i; }; } \ 312276da39aSCy Schubert' 313276da39aSCy Schubert# Make sure the list of sources is unique. This is necessary because, 314276da39aSCy Schubert# e.g., the same source file might be shared among _SOURCES variables 315276da39aSCy Schubert# for different programs/libraries. 316276da39aSCy Schubertam__define_uniq_tagged_files = \ 317276da39aSCy Schubert list='$(am__tagged_files)'; \ 318276da39aSCy Schubert unique=`for i in $$list; do \ 319276da39aSCy Schubert if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 320276da39aSCy Schubert done | $(am__uniquify_input)` 321276da39aSCy Schubertam__tty_colors_dummy = \ 322276da39aSCy Schubert mgn= red= grn= lgn= blu= brg= std=; \ 323276da39aSCy Schubert am__color_tests=no 324276da39aSCy Schubertam__tty_colors = { \ 325276da39aSCy Schubert $(am__tty_colors_dummy); \ 326276da39aSCy Schubert if test "X$(AM_COLOR_TESTS)" = Xno; then \ 327276da39aSCy Schubert am__color_tests=no; \ 328276da39aSCy Schubert elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ 329276da39aSCy Schubert am__color_tests=yes; \ 330276da39aSCy Schubert elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ 331276da39aSCy Schubert am__color_tests=yes; \ 332276da39aSCy Schubert fi; \ 333276da39aSCy Schubert if test $$am__color_tests = yes; then \ 334276da39aSCy Schubert red='[0;31m'; \ 335276da39aSCy Schubert grn='[0;32m'; \ 336276da39aSCy Schubert lgn='[1;32m'; \ 337276da39aSCy Schubert blu='[1;34m'; \ 338276da39aSCy Schubert mgn='[0;35m'; \ 339276da39aSCy Schubert brg='[1m'; \ 340276da39aSCy Schubert std='[m'; \ 341276da39aSCy Schubert fi; \ 342276da39aSCy Schubert} 343276da39aSCy Schubertam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 344276da39aSCy Schubertam__vpath_adj = case $$p in \ 345276da39aSCy Schubert $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 346276da39aSCy Schubert *) f=$$p;; \ 347276da39aSCy Schubert esac; 348276da39aSCy Schubertam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 349276da39aSCy Schubertam__install_max = 40 350276da39aSCy Schubertam__nobase_strip_setup = \ 351276da39aSCy Schubert srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 352276da39aSCy Schubertam__nobase_strip = \ 353276da39aSCy Schubert for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 354276da39aSCy Schubertam__nobase_list = $(am__nobase_strip_setup); \ 355276da39aSCy Schubert for p in $$list; do echo "$$p $$p"; done | \ 356276da39aSCy Schubert sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 357276da39aSCy Schubert $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 358276da39aSCy Schubert if (++n[$$2] == $(am__install_max)) \ 359276da39aSCy Schubert { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 360276da39aSCy Schubert END { for (dir in files) print dir, files[dir] }' 361276da39aSCy Schubertam__base_list = \ 362276da39aSCy Schubert sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 363276da39aSCy Schubert sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 364276da39aSCy Schubertam__uninstall_files_from_dir = { \ 365276da39aSCy Schubert test -z "$$files" \ 366276da39aSCy Schubert || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 367276da39aSCy Schubert || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 368276da39aSCy Schubert $(am__cd) "$$dir" && rm -f $$files; }; \ 369276da39aSCy Schubert } 370276da39aSCy Schubertam__recheck_rx = ^[ ]*:recheck:[ ]* 371276da39aSCy Schubertam__global_test_result_rx = ^[ ]*:global-test-result:[ ]* 372276da39aSCy Schubertam__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* 373276da39aSCy Schubert# A command that, given a newline-separated list of test names on the 374276da39aSCy Schubert# standard input, print the name of the tests that are to be re-run 375276da39aSCy Schubert# upon "make recheck". 376276da39aSCy Schubertam__list_recheck_tests = $(AWK) '{ \ 377276da39aSCy Schubert recheck = 1; \ 378276da39aSCy Schubert while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 379276da39aSCy Schubert { \ 380276da39aSCy Schubert if (rc < 0) \ 381276da39aSCy Schubert { \ 382276da39aSCy Schubert if ((getline line2 < ($$0 ".log")) < 0) \ 383276da39aSCy Schubert recheck = 0; \ 384276da39aSCy Schubert break; \ 385276da39aSCy Schubert } \ 386276da39aSCy Schubert else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ 387276da39aSCy Schubert { \ 388276da39aSCy Schubert recheck = 0; \ 389276da39aSCy Schubert break; \ 390276da39aSCy Schubert } \ 391276da39aSCy Schubert else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ 392276da39aSCy Schubert { \ 393276da39aSCy Schubert break; \ 394276da39aSCy Schubert } \ 395276da39aSCy Schubert }; \ 396276da39aSCy Schubert if (recheck) \ 397276da39aSCy Schubert print $$0; \ 398276da39aSCy Schubert close ($$0 ".trs"); \ 399276da39aSCy Schubert close ($$0 ".log"); \ 400276da39aSCy Schubert}' 401276da39aSCy Schubert# A command that, given a newline-separated list of test names on the 402276da39aSCy Schubert# standard input, create the global log from their .trs and .log files. 403276da39aSCy Schubertam__create_global_log = $(AWK) ' \ 404276da39aSCy Schubertfunction fatal(msg) \ 405276da39aSCy Schubert{ \ 406276da39aSCy Schubert print "fatal: making $@: " msg | "cat >&2"; \ 407276da39aSCy Schubert exit 1; \ 408276da39aSCy Schubert} \ 409276da39aSCy Schubertfunction rst_section(header) \ 410276da39aSCy Schubert{ \ 411276da39aSCy Schubert print header; \ 412276da39aSCy Schubert len = length(header); \ 413276da39aSCy Schubert for (i = 1; i <= len; i = i + 1) \ 414276da39aSCy Schubert printf "="; \ 415276da39aSCy Schubert printf "\n\n"; \ 416276da39aSCy Schubert} \ 417276da39aSCy Schubert{ \ 418276da39aSCy Schubert copy_in_global_log = 1; \ 419276da39aSCy Schubert global_test_result = "RUN"; \ 420276da39aSCy Schubert while ((rc = (getline line < ($$0 ".trs"))) != 0) \ 421276da39aSCy Schubert { \ 422276da39aSCy Schubert if (rc < 0) \ 423276da39aSCy Schubert fatal("failed to read from " $$0 ".trs"); \ 424276da39aSCy Schubert if (line ~ /$(am__global_test_result_rx)/) \ 425276da39aSCy Schubert { \ 426276da39aSCy Schubert sub("$(am__global_test_result_rx)", "", line); \ 427276da39aSCy Schubert sub("[ ]*$$", "", line); \ 428276da39aSCy Schubert global_test_result = line; \ 429276da39aSCy Schubert } \ 430276da39aSCy Schubert else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ 431276da39aSCy Schubert copy_in_global_log = 0; \ 432276da39aSCy Schubert }; \ 433276da39aSCy Schubert if (copy_in_global_log) \ 434276da39aSCy Schubert { \ 435276da39aSCy Schubert rst_section(global_test_result ": " $$0); \ 436276da39aSCy Schubert while ((rc = (getline line < ($$0 ".log"))) != 0) \ 437276da39aSCy Schubert { \ 438276da39aSCy Schubert if (rc < 0) \ 439276da39aSCy Schubert fatal("failed to read from " $$0 ".log"); \ 440276da39aSCy Schubert print line; \ 441276da39aSCy Schubert }; \ 442276da39aSCy Schubert printf "\n"; \ 443276da39aSCy Schubert }; \ 444276da39aSCy Schubert close ($$0 ".trs"); \ 445276da39aSCy Schubert close ($$0 ".log"); \ 446276da39aSCy Schubert}' 447276da39aSCy Schubert# Restructured Text title. 448276da39aSCy Schubertam__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } 449276da39aSCy Schubert# Solaris 10 'make', and several other traditional 'make' implementations, 450276da39aSCy Schubert# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it 451276da39aSCy Schubert# by disabling -e (using the XSI extension "set +e") if it's set. 452276da39aSCy Schubertam__sh_e_setup = case $$- in *e*) set +e;; esac 453276da39aSCy Schubert# Default flags passed to test drivers. 454276da39aSCy Schubertam__common_driver_flags = \ 455276da39aSCy Schubert --color-tests "$$am__color_tests" \ 456276da39aSCy Schubert --enable-hard-errors "$$am__enable_hard_errors" \ 457276da39aSCy Schubert --expect-failure "$$am__expect_failure" 458276da39aSCy Schubert# To be inserted before the command running the test. Creates the 459276da39aSCy Schubert# directory for the log if needed. Stores in $dir the directory 460276da39aSCy Schubert# containing $f, in $tst the test, in $log the log. Executes the 461276da39aSCy Schubert# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and 462276da39aSCy Schubert# passes TESTS_ENVIRONMENT. Set up options for the wrapper that 463276da39aSCy Schubert# will run the test scripts (or their associated LOG_COMPILER, if 464276da39aSCy Schubert# thy have one). 465276da39aSCy Schubertam__check_pre = \ 466276da39aSCy Schubert$(am__sh_e_setup); \ 467276da39aSCy Schubert$(am__vpath_adj_setup) $(am__vpath_adj) \ 468276da39aSCy Schubert$(am__tty_colors); \ 469276da39aSCy Schubertsrcdir=$(srcdir); export srcdir; \ 470276da39aSCy Schubertcase "$@" in \ 471276da39aSCy Schubert */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ 472276da39aSCy Schubert *) am__odir=.;; \ 473276da39aSCy Schubertesac; \ 474276da39aSCy Schuberttest "x$$am__odir" = x"." || test -d "$$am__odir" \ 475276da39aSCy Schubert || $(MKDIR_P) "$$am__odir" || exit $$?; \ 476276da39aSCy Schubertif test -f "./$$f"; then dir=./; \ 477276da39aSCy Schubertelif test -f "$$f"; then dir=; \ 478276da39aSCy Schubertelse dir="$(srcdir)/"; fi; \ 479276da39aSCy Schuberttst=$$dir$$f; log='$@'; \ 480276da39aSCy Schubertif test -n '$(DISABLE_HARD_ERRORS)'; then \ 481276da39aSCy Schubert am__enable_hard_errors=no; \ 482276da39aSCy Schubertelse \ 483276da39aSCy Schubert am__enable_hard_errors=yes; \ 484276da39aSCy Schubertfi; \ 485276da39aSCy Schubertcase " $(XFAIL_TESTS) " in \ 486276da39aSCy Schubert *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ 487276da39aSCy Schubert am__expect_failure=yes;; \ 488276da39aSCy Schubert *) \ 489276da39aSCy Schubert am__expect_failure=no;; \ 490276da39aSCy Schubertesac; \ 491276da39aSCy Schubert$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) 492276da39aSCy Schubert# A shell command to get the names of the tests scripts with any registered 493276da39aSCy Schubert# extension removed (i.e., equivalently, the names of the test logs, with 494276da39aSCy Schubert# the '.log' extension removed). The result is saved in the shell variable 495276da39aSCy Schubert# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, 496276da39aSCy Schubert# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", 497276da39aSCy Schubert# since that might cause problem with VPATH rewrites for suffix-less tests. 498276da39aSCy Schubert# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. 499276da39aSCy Schubertam__set_TESTS_bases = \ 500276da39aSCy Schubert bases='$(TEST_LOGS)'; \ 501276da39aSCy Schubert bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ 502276da39aSCy Schubert bases=`echo $$bases` 503a466cc55SCy SchubertAM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' 504276da39aSCy SchubertRECHECK_LOGS = $(TEST_LOGS) 505276da39aSCy SchubertAM_RECURSIVE_TARGETS = check recheck 506276da39aSCy SchubertTEST_SUITE_LOG = test-suite.log 507276da39aSCy SchubertTEST_EXTENSIONS = @EXEEXT@ .test 508276da39aSCy SchubertLOG_DRIVER = $(SHELL) $(top_srcdir)/libevent/build-aux/test-driver 509276da39aSCy SchubertLOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) 510276da39aSCy Schubertam__set_b = \ 511276da39aSCy Schubert case '$@' in \ 512276da39aSCy Schubert */*) \ 513276da39aSCy Schubert case '$*' in \ 514276da39aSCy Schubert */*) b='$*';; \ 515276da39aSCy Schubert *) b=`echo '$@' | sed 's/\.log$$//'`; \ 516276da39aSCy Schubert esac;; \ 517276da39aSCy Schubert *) \ 518276da39aSCy Schubert b='$*';; \ 519276da39aSCy Schubert esac 520276da39aSCy Schubertam__test_logs1 = $(TESTS:=.log) 521276da39aSCy Schubertam__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) 522276da39aSCy SchubertTEST_LOGS = $(am__test_logs2:.test.log=.log) 523276da39aSCy SchubertTEST_LOG_DRIVER = $(SHELL) \ 524276da39aSCy Schubert $(top_srcdir)/libevent/build-aux/test-driver 525276da39aSCy SchubertTEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ 526276da39aSCy Schubert $(TEST_LOG_FLAGS) 527276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in \ 528a466cc55SCy Schubert $(srcdir)/fileHandlingTest.h.in $(top_srcdir)/check-libntp.mf \ 529a466cc55SCy Schubert $(top_srcdir)/check-libsntp.mf $(top_srcdir)/check-libunity.mf \ 530a466cc55SCy Schubert $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \ 531276da39aSCy Schubert $(top_srcdir)/libevent/build-aux/depcomp \ 532276da39aSCy Schubert $(top_srcdir)/libevent/build-aux/test-driver 5332b15cb3dSCy SchubertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 5342b15cb3dSCy SchubertACLOCAL = @ACLOCAL@ 5352b15cb3dSCy SchubertALLOCA = @ALLOCA@ 5362b15cb3dSCy SchubertAMTAR = @AMTAR@ 5372b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 5382b15cb3dSCy SchubertAR = @AR@ 5392b15cb3dSCy SchubertAUTOCONF = @AUTOCONF@ 5402b15cb3dSCy SchubertAUTOHEADER = @AUTOHEADER@ 5412b15cb3dSCy SchubertAUTOMAKE = @AUTOMAKE@ 5422b15cb3dSCy SchubertAWK = @AWK@ 5439034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@ 5442b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 5452b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 5462b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 5472b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 5482b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 5492b15cb3dSCy SchubertCC = @CC@ 5502b15cb3dSCy SchubertCCDEPMODE = @CCDEPMODE@ 551a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@ 5522b15cb3dSCy SchubertCFLAGS = @CFLAGS@ 5539034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 5542b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@ 5552b15cb3dSCy SchubertCPP = @CPP@ 5562b15cb3dSCy SchubertCPPFLAGS = @CPPFLAGS@ 5572b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 5582b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@ 559a466cc55SCy SchubertCSCOPE = @CSCOPE@ 560a466cc55SCy SchubertCTAGS = @CTAGS@ 5612b15cb3dSCy SchubertCYGPATH_W = @CYGPATH_W@ 5622b15cb3dSCy SchubertDEFS = @DEFS@ 5632b15cb3dSCy SchubertDEPDIR = @DEPDIR@ 5642b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@ 5652b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@ 5662b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@ 5672b15cb3dSCy SchubertECHO_C = @ECHO_C@ 5682b15cb3dSCy SchubertECHO_N = @ECHO_N@ 5692b15cb3dSCy SchubertECHO_T = @ECHO_T@ 5702b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@ 5712b15cb3dSCy SchubertEGREP = @EGREP@ 572a466cc55SCy SchubertETAGS = @ETAGS@ 5732b15cb3dSCy SchubertEXEEXT = @EXEEXT@ 5742b15cb3dSCy SchubertFGREP = @FGREP@ 5752b15cb3dSCy SchubertGREP = @GREP@ 5762b15cb3dSCy SchubertHAVE_INLINE = @HAVE_INLINE@ 5772b15cb3dSCy SchubertINSTALL = @INSTALL@ 5782b15cb3dSCy SchubertINSTALL_DATA = @INSTALL_DATA@ 5792b15cb3dSCy SchubertINSTALL_PROGRAM = @INSTALL_PROGRAM@ 5802b15cb3dSCy SchubertINSTALL_SCRIPT = @INSTALL_SCRIPT@ 5812b15cb3dSCy SchubertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 5822b15cb3dSCy SchubertLD = @LD@ 5832b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@ 5842b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@ 5852b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@ 5862b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@ 5872b15cb3dSCy SchubertLDFLAGS = @LDFLAGS@ 5882b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@ 5892b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 5902b15cb3dSCy SchubertLIBM = @LIBM@ 5912b15cb3dSCy SchubertLIBOBJS = @LIBOBJS@ 5922b15cb3dSCy SchubertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 5932b15cb3dSCy SchubertLIBOPTS_DIR = @LIBOPTS_DIR@ 5942b15cb3dSCy SchubertLIBOPTS_LDADD = @LIBOPTS_LDADD@ 5952b15cb3dSCy SchubertLIBS = @LIBS@ 5962b15cb3dSCy SchubertLIBTOOL = @LIBTOOL@ 5972b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@ 5982b15cb3dSCy SchubertLIB_SYSLOG = @LIB_SYSLOG@ 5992b15cb3dSCy SchubertLIPO = @LIPO@ 6002b15cb3dSCy SchubertLN_S = @LN_S@ 6019034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@ 6022b15cb3dSCy SchubertLTLIBOBJS = @LTLIBOBJS@ 603f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 6042b15cb3dSCy SchubertMAKEINFO = @MAKEINFO@ 6052b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@ 6062b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@ 6072b15cb3dSCy SchubertMKDIR_P = @MKDIR_P@ 6082b15cb3dSCy SchubertNM = @NM@ 6092b15cb3dSCy SchubertNMEDIT = @NMEDIT@ 6102b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@ 6112b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@ 6122b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@ 6132b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@ 6142b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@ 6152b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@ 6162b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@ 6172b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@ 6182b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@ 6192b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@ 6202b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@ 6212b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@ 6222b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@ 6232b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@ 6242b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@ 6252b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@ 6262b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@ 6272b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@ 6282b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@ 6292b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@ 6302b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@ 6312b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@ 6322b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@ 6332b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@ 6342b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@ 6352b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@ 6362b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@ 6372b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@ 6382b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@ 6392b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@ 6402b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@ 6412b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@ 6422b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@ 6432b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@ 6442b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@ 6452b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@ 6462b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@ 6472b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@ 6482b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@ 6492b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@ 6502b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@ 6512b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@ 6522b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@ 6532b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@ 6542b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@ 6552b15cb3dSCy SchubertNTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@ 656f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@ 657f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@ 658f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@ 6592b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 6602b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 6612b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 6622b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 6632b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 6642b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@ 6652b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@ 6662b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@ 6672b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@ 6682b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@ 6692b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@ 6702b15cb3dSCy SchubertOBJEXT = @OBJEXT@ 6712b15cb3dSCy SchubertOTOOL = @OTOOL@ 6722b15cb3dSCy SchubertOTOOL64 = @OTOOL64@ 6732b15cb3dSCy SchubertPACKAGE = @PACKAGE@ 6742b15cb3dSCy SchubertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 6752b15cb3dSCy SchubertPACKAGE_NAME = @PACKAGE_NAME@ 6762b15cb3dSCy SchubertPACKAGE_STRING = @PACKAGE_STRING@ 6772b15cb3dSCy SchubertPACKAGE_TARNAME = @PACKAGE_TARNAME@ 6782b15cb3dSCy SchubertPACKAGE_URL = @PACKAGE_URL@ 6792b15cb3dSCy SchubertPACKAGE_VERSION = @PACKAGE_VERSION@ 680*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@ 681276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@ 6822b15cb3dSCy SchubertPATH_SEPARATOR = @PATH_SEPARATOR@ 6832b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@ 6842b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@ 6852b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@ 6862b15cb3dSCy SchubertRANLIB = @RANLIB@ 6872b15cb3dSCy SchubertSED = @SED@ 6882b15cb3dSCy SchubertSET_MAKE = @SET_MAKE@ 6892b15cb3dSCy SchubertSHELL = @SHELL@ 6902b15cb3dSCy SchubertSNTP = @SNTP@ 6912b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@ 6922b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@ 6932b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@ 6942b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@ 6952b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@ 6962b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@ 6972b15cb3dSCy SchubertSTRIP = @STRIP@ 6982b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@ 6992b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@ 7002b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@ 7012b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@ 7022b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@ 7032b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@ 7042b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@ 7052b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@ 7062b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@ 7072b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@ 708a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 709a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 710a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 711a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 712a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 7132b15cb3dSCy SchubertVERSION = @VERSION@ 7142b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@ 7152b15cb3dSCy Schubertabs_builddir = @abs_builddir@ 7162b15cb3dSCy Schubertabs_srcdir = @abs_srcdir@ 7172b15cb3dSCy Schubertabs_top_builddir = @abs_top_builddir@ 7182b15cb3dSCy Schubertabs_top_srcdir = @abs_top_srcdir@ 7192b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@ 7202b15cb3dSCy Schubertac_ct_CC = @ac_ct_CC@ 7212b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 7222b15cb3dSCy Schubertam__include = @am__include@ 7232b15cb3dSCy Schubertam__leading_dot = @am__leading_dot@ 7242b15cb3dSCy Schubertam__quote = @am__quote@ 7252b15cb3dSCy Schubertam__tar = @am__tar@ 7262b15cb3dSCy Schubertam__untar = @am__untar@ 7272b15cb3dSCy Schubertbindir = @bindir@ 7282b15cb3dSCy Schubertbuild = @build@ 7292b15cb3dSCy Schubertbuild_alias = @build_alias@ 7302b15cb3dSCy Schubertbuild_cpu = @build_cpu@ 7312b15cb3dSCy Schubertbuild_os = @build_os@ 7322b15cb3dSCy Schubertbuild_vendor = @build_vendor@ 7332b15cb3dSCy Schubertbuilddir = @builddir@ 7342b15cb3dSCy Schubertdatadir = @datadir@ 7352b15cb3dSCy Schubertdatarootdir = @datarootdir@ 7362b15cb3dSCy Schubertdocdir = @docdir@ 7372b15cb3dSCy Schubertdvidir = @dvidir@ 7382b15cb3dSCy Schubertexec_prefix = @exec_prefix@ 7392b15cb3dSCy Schuberthost = @host@ 7402b15cb3dSCy Schuberthost_alias = @host_alias@ 7412b15cb3dSCy Schuberthost_cpu = @host_cpu@ 7422b15cb3dSCy Schuberthost_os = @host_os@ 7432b15cb3dSCy Schuberthost_vendor = @host_vendor@ 7442b15cb3dSCy Schuberthtmldir = @htmldir@ 7452b15cb3dSCy Schubertincludedir = @includedir@ 7462b15cb3dSCy Schubertinfodir = @infodir@ 7472b15cb3dSCy Schubertinstall_sh = @install_sh@ 7482b15cb3dSCy Schubertlibdir = @libdir@ 7492b15cb3dSCy Schubertlibexecdir = @libexecdir@ 7502b15cb3dSCy Schubertlocaledir = @localedir@ 7512b15cb3dSCy Schubertlocalstatedir = @localstatedir@ 7522b15cb3dSCy Schubertmandir = @mandir@ 7532b15cb3dSCy Schubertmkdir_p = @mkdir_p@ 7542b15cb3dSCy Schubertoldincludedir = @oldincludedir@ 7552b15cb3dSCy Schubertpdfdir = @pdfdir@ 7562b15cb3dSCy Schubertprefix = @prefix@ 7572b15cb3dSCy Schubertprogram_transform_name = @program_transform_name@ 7582b15cb3dSCy Schubertpsdir = @psdir@ 759a466cc55SCy Schubertrunstatedir = @runstatedir@ 7602b15cb3dSCy Schubertsbindir = @sbindir@ 7612b15cb3dSCy Schubertsharedstatedir = @sharedstatedir@ 7622b15cb3dSCy Schubertsrcdir = @srcdir@ 7632b15cb3dSCy Schubertsubdirs = @subdirs@ 7642b15cb3dSCy Schubertsysconfdir = @sysconfdir@ 7652b15cb3dSCy Schuberttarget_alias = @target_alias@ 7662b15cb3dSCy Schuberttop_build_prefix = @top_build_prefix@ 7672b15cb3dSCy Schuberttop_builddir = @top_builddir@ 7682b15cb3dSCy Schuberttop_srcdir = @top_srcdir@ 7692b15cb3dSCy SchubertNULL = 770276da39aSCy SchubertBUILT_SOURCES = $(srcdir)/run-crypto.c $(srcdir)/run-keyFile.c \ 771276da39aSCy Schubert $(srcdir)/run-kodDatabase.c $(srcdir)/run-kodFile.c \ 7729034852cSGleb Smirnoff $(srcdir)/run-networking.c $(srcdir)/run-packetHandling.c \ 7739034852cSGleb Smirnoff $(srcdir)/run-packetProcessing.c $(srcdir)/run-utilities.c \ 774*f5f40dd6SCy Schubert $(NULL) $(am__append_4) check-libsntp check-libunity .deps-ver 775a466cc55SCy Schubert 776a466cc55SCy Schubert# data CLEANFILES down below 7779034852cSGleb SmirnoffCLEANFILES = debug-output-lfp-bin debug-output-lfp-dec \ 7789034852cSGleb Smirnoff debug-output-pkt kod-output-blank kod-output-multiple \ 779a466cc55SCy Schubert kod-output-single testLogfile.log testLogfile2.log .version \ 780a466cc55SCy Schubert version.c $(NULL) data/kod-output-multiple \ 781a466cc55SCy Schubert data/kod-output-single data/debug-output-pkt \ 782a466cc55SCy Schubert data/debug-output-lfp-dec data/kod-output-blank \ 783*f5f40dd6SCy Schubert data/debug-output-lfp-bin $(NULL) check-libunity .deps-ver 784a466cc55SCy SchubertDISTCLEANFILES = kod-output-blank kod-output-single \ 785a466cc55SCy Schubert kod-output-multiple testLogfile.log testLogfile2.log $(NULL) \ 786a466cc55SCy Schubert $(DEPDIR)/deps-ver 7879034852cSGleb Smirnoffstd_unity_list = \ 78809100258SXin LI $(abs_top_srcdir)/unity/auto/generate_test_runner.rb \ 78909100258SXin LI $(abs_srcdir)/testconf.yml \ 7902b15cb3dSCy Schubert $(NULL) 7912b15cb3dSCy Schubert 79209100258SXin LIrun_unity = ruby $(std_unity_list) 7932b15cb3dSCy Schubertnoinst_HEADERS = \ 794276da39aSCy Schubert sntptest.h \ 7952b15cb3dSCy Schubert $(NULL) 7962b15cb3dSCy Schubert 7972b15cb3dSCy Schubertdist_check_SCRIPTS = tests-runner 7982b15cb3dSCy SchubertEXTRA_DIST = \ 7992b15cb3dSCy Schubert data/debug-input-lfp-bin \ 8002b15cb3dSCy Schubert data/debug-input-lfp-dec \ 8012b15cb3dSCy Schubert data/debug-input-pkt \ 8022b15cb3dSCy Schubert data/key-test-ascii \ 8032b15cb3dSCy Schubert data/key-test-comments \ 8042b15cb3dSCy Schubert data/key-test-empty \ 8052b15cb3dSCy Schubert data/key-test-hex \ 8062b15cb3dSCy Schubert data/key-test-invalid-hex \ 8072b15cb3dSCy Schubert data/kod-expected-multiple \ 8082b15cb3dSCy Schubert data/kod-expected-single \ 8092b15cb3dSCy Schubert data/kod-test-blanks \ 8102b15cb3dSCy Schubert data/kod-test-correct \ 8112b15cb3dSCy Schubert data/kod-test-empty \ 81209100258SXin LI testconf.yml \ 8132b15cb3dSCy Schubert $(NULL) 8142b15cb3dSCy Schubert 815276da39aSCy Schubert 816276da39aSCy Schubert#split into LDADD and tests_LDADD? 8179034852cSGleb Smirnoffbase_LDADD = \ 8182b15cb3dSCy Schubert ../libsntp.a \ 8192b15cb3dSCy Schubert $(LIBOPTS_LDADD) \ 8202b15cb3dSCy Schubert $(LDADD_LIBEVENT) \ 8212b15cb3dSCy Schubert $(top_builddir)/../libntp/libntp.a \ 8222b15cb3dSCy Schubert $(LDADD_LIBNTP) \ 8232b15cb3dSCy Schubert $(LDADD_NTP) \ 8242b15cb3dSCy Schubert $(NULL) 8252b15cb3dSCy Schubert 8269034852cSGleb SmirnoffLDADD = \ 8279034852cSGleb Smirnoff $(base_LDADD) \ 828276da39aSCy Schubert $(top_builddir)/unity/libunity.a \ 829276da39aSCy Schubert $(LIBM) \ 830276da39aSCy Schubert $(NULL) 831276da39aSCy Schubert 832f0574f5cSXin LIAM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS) 8332b15cb3dSCy SchubertAM_CPPFLAGS = $(SNTP_INCS) -I$(srcdir)/.. -I$(top_srcdir)/../tests \ 8349034852cSGleb Smirnoff $(LIBOPTS_CFLAGS) $(CPPFLAGS_LIBEVENT) $(CPPFLAGS_NTP) \ 835f0574f5cSXin LI -DUNITY_INCLUDE_CONFIG_H -I$(top_srcdir)/unity \ 836f0574f5cSXin LI $(NTP_HARD_CPPFLAGS) 837f0574f5cSXin LIAM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS) 838276da39aSCy Schuberttest_networking_SOURCES = \ 839276da39aSCy Schubert networking.c \ 840276da39aSCy Schubert run-networking.c \ 841276da39aSCy Schubert $(NULL) 842276da39aSCy Schubert 843a466cc55SCy Schubertnodist_test_networking_SOURCES = version.c 844276da39aSCy Schuberttest_packetHandling_SOURCES = \ 845276da39aSCy Schubert packetHandling.c \ 846276da39aSCy Schubert run-packetHandling.c \ 847276da39aSCy Schubert $(NULL) 848276da39aSCy Schubert 849a466cc55SCy Schubertnodist_test_packetHandling_SOURCES = version.c 850276da39aSCy Schuberttest_kodDatabase_SOURCES = \ 851276da39aSCy Schubert kodDatabase.c \ 852276da39aSCy Schubert run-kodDatabase.c \ 853276da39aSCy Schubert $(NULL) 854276da39aSCy Schubert 855a466cc55SCy Schubertnodist_test_kodDatabase_SOURCES = version.c 856276da39aSCy Schuberttest_keyFile_SOURCES = \ 8579034852cSGleb Smirnoff fileHandlingTest.c \ 858276da39aSCy Schubert keyFile.c \ 859276da39aSCy Schubert run-keyFile.c \ 860276da39aSCy Schubert $(NULL) 861276da39aSCy Schubert 862a466cc55SCy Schubertnodist_test_keyFile_SOURCES = version.c 863276da39aSCy Schuberttest_kodFile_SOURCES = \ 8649034852cSGleb Smirnoff fileHandlingTest.c \ 865276da39aSCy Schubert kodFile.c \ 866276da39aSCy Schubert run-kodFile.c \ 867276da39aSCy Schubert $(NULL) 868276da39aSCy Schubert 869a466cc55SCy Schubertnodist_test_kodFile_SOURCES = version.c 870276da39aSCy Schuberttest_packetProcessing_SOURCES = \ 871276da39aSCy Schubert packetProcessing.c \ 872276da39aSCy Schubert run-packetProcessing.c \ 8739034852cSGleb Smirnoff sntptest.c \ 874276da39aSCy Schubert $(NULL) 875276da39aSCy Schubert 876a466cc55SCy Schubertnodist_test_packetProcessing_SOURCES = version.c 877276da39aSCy Schuberttest_utilities_SOURCES = \ 8789034852cSGleb Smirnoff fileHandlingTest.c \ 879276da39aSCy Schubert utilities.c \ 880276da39aSCy Schubert run-utilities.c \ 881276da39aSCy Schubert $(NULL) 882276da39aSCy Schubert 883a466cc55SCy Schubertnodist_test_utilities_SOURCES = version.c 8849034852cSGleb Smirnofftest_crypto_CFLAGS = \ 8859034852cSGleb Smirnoff $(CFLAGS_LIBEVENT) \ 8869034852cSGleb Smirnoff $(AM_CFLAGS) \ 8879034852cSGleb Smirnoff $(NULL) 8889034852cSGleb Smirnoff 889276da39aSCy Schuberttest_crypto_SOURCES = \ 890276da39aSCy Schubert crypto.c \ 891276da39aSCy Schubert run-crypto.c \ 892276da39aSCy Schubert $(NULL) 893276da39aSCy Schubert 894a466cc55SCy Schubertnodist_test_crypto_SOURCES = version.c 8959034852cSGleb Smirnofftest_log_SOURCES = \ 8969034852cSGleb Smirnoff t-log.c \ 8979034852cSGleb Smirnoff run-t-log.c \ 8989034852cSGleb Smirnoff $(NULL) 8999034852cSGleb Smirnoff 900a466cc55SCy Schubertnodist_test_log_SOURCES = version.c 901e27abb66SXin LITESTS = $(am__append_3) 9022b15cb3dSCy SchubertSNTP_INCS = -I$(top_srcdir)/../include \ 903a466cc55SCy Schubert -I$(top_srcdir)/../libntp/lib/isc/include \ 904a466cc55SCy Schubert -I$(top_srcdir)/../libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \ 905a466cc55SCy Schubert -I$(top_srcdir)/../libntp/lib/isc/unix/include 9062b15cb3dSCy Schubertall: $(BUILT_SOURCES) 9072b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) all-am 9082b15cb3dSCy Schubert 9092b15cb3dSCy Schubert.SUFFIXES: 9109034852cSGleb Smirnoff.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs 911a466cc55SCy Schubert$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libsntp.mf $(top_srcdir)/check-libunity.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps) 9122b15cb3dSCy Schubert @for dep in $?; do \ 9132b15cb3dSCy Schubert case '$(am__configure_deps)' in \ 9142b15cb3dSCy Schubert *$$dep*) \ 9152b15cb3dSCy Schubert ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 9162b15cb3dSCy Schubert && { if test -f $@; then exit 0; else break; fi; }; \ 9172b15cb3dSCy Schubert exit 1;; \ 9182b15cb3dSCy Schubert esac; \ 9192b15cb3dSCy Schubert done; \ 9202b15cb3dSCy Schubert echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ 9212b15cb3dSCy Schubert $(am__cd) $(top_srcdir) && \ 9222b15cb3dSCy Schubert $(AUTOMAKE) --foreign tests/Makefile 9232b15cb3dSCy SchubertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 9242b15cb3dSCy Schubert @case '$?' in \ 9252b15cb3dSCy Schubert *config.status*) \ 9262b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 9272b15cb3dSCy Schubert *) \ 928a466cc55SCy Schubert echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 929a466cc55SCy Schubert cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 9302b15cb3dSCy Schubert esac; 931a466cc55SCy Schubert$(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libsntp.mf $(top_srcdir)/check-libunity.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty): 9322b15cb3dSCy Schubert 9332b15cb3dSCy Schubert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 9342b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 9352b15cb3dSCy Schubert 9362b15cb3dSCy Schubert$(top_srcdir)/configure: $(am__configure_deps) 9372b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 9382b15cb3dSCy Schubert$(ACLOCAL_M4): $(am__aclocal_m4_deps) 9392b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 9402b15cb3dSCy Schubert$(am__aclocal_m4_deps): 941276da39aSCy SchubertfileHandlingTest.h: $(top_builddir)/config.status $(srcdir)/fileHandlingTest.h.in 942276da39aSCy Schubert cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 9432b15cb3dSCy Schubert 9442b15cb3dSCy Schubertclean-checkPROGRAMS: 9452b15cb3dSCy Schubert @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 9462b15cb3dSCy Schubert echo " rm -f" $$list; \ 9472b15cb3dSCy Schubert rm -f $$list || exit $$?; \ 9482b15cb3dSCy Schubert test -n "$(EXEEXT)" || exit 0; \ 9492b15cb3dSCy Schubert list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 9502b15cb3dSCy Schubert echo " rm -f" $$list; \ 9512b15cb3dSCy Schubert rm -f $$list 952276da39aSCy Schubert 953276da39aSCy Schuberttest-crypto$(EXEEXT): $(test_crypto_OBJECTS) $(test_crypto_DEPENDENCIES) $(EXTRA_test_crypto_DEPENDENCIES) 954276da39aSCy Schubert @rm -f test-crypto$(EXEEXT) 955276da39aSCy Schubert $(AM_V_CCLD)$(test_crypto_LINK) $(test_crypto_OBJECTS) $(test_crypto_LDADD) $(LIBS) 956276da39aSCy Schubert 957276da39aSCy Schuberttest-keyFile$(EXEEXT): $(test_keyFile_OBJECTS) $(test_keyFile_DEPENDENCIES) $(EXTRA_test_keyFile_DEPENDENCIES) 958276da39aSCy Schubert @rm -f test-keyFile$(EXEEXT) 9599034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_keyFile_OBJECTS) $(test_keyFile_LDADD) $(LIBS) 960276da39aSCy Schubert 961276da39aSCy Schuberttest-kodDatabase$(EXEEXT): $(test_kodDatabase_OBJECTS) $(test_kodDatabase_DEPENDENCIES) $(EXTRA_test_kodDatabase_DEPENDENCIES) 962276da39aSCy Schubert @rm -f test-kodDatabase$(EXEEXT) 9639034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_kodDatabase_OBJECTS) $(test_kodDatabase_LDADD) $(LIBS) 964276da39aSCy Schubert 965276da39aSCy Schuberttest-kodFile$(EXEEXT): $(test_kodFile_OBJECTS) $(test_kodFile_DEPENDENCIES) $(EXTRA_test_kodFile_DEPENDENCIES) 966276da39aSCy Schubert @rm -f test-kodFile$(EXEEXT) 9679034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_kodFile_OBJECTS) $(test_kodFile_LDADD) $(LIBS) 9689034852cSGleb Smirnoff 9699034852cSGleb Smirnofftest-log$(EXEEXT): $(test_log_OBJECTS) $(test_log_DEPENDENCIES) $(EXTRA_test_log_DEPENDENCIES) 9709034852cSGleb Smirnoff @rm -f test-log$(EXEEXT) 9719034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_log_OBJECTS) $(test_log_LDADD) $(LIBS) 972276da39aSCy Schubert 973276da39aSCy Schuberttest-networking$(EXEEXT): $(test_networking_OBJECTS) $(test_networking_DEPENDENCIES) $(EXTRA_test_networking_DEPENDENCIES) 974276da39aSCy Schubert @rm -f test-networking$(EXEEXT) 9759034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_networking_OBJECTS) $(test_networking_LDADD) $(LIBS) 976276da39aSCy Schubert 977276da39aSCy Schuberttest-packetHandling$(EXEEXT): $(test_packetHandling_OBJECTS) $(test_packetHandling_DEPENDENCIES) $(EXTRA_test_packetHandling_DEPENDENCIES) 978276da39aSCy Schubert @rm -f test-packetHandling$(EXEEXT) 9799034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_packetHandling_OBJECTS) $(test_packetHandling_LDADD) $(LIBS) 980276da39aSCy Schubert 981276da39aSCy Schuberttest-packetProcessing$(EXEEXT): $(test_packetProcessing_OBJECTS) $(test_packetProcessing_DEPENDENCIES) $(EXTRA_test_packetProcessing_DEPENDENCIES) 982276da39aSCy Schubert @rm -f test-packetProcessing$(EXEEXT) 9839034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_packetProcessing_OBJECTS) $(test_packetProcessing_LDADD) $(LIBS) 984276da39aSCy Schubert 985276da39aSCy Schuberttest-utilities$(EXEEXT): $(test_utilities_OBJECTS) $(test_utilities_DEPENDENCIES) $(EXTRA_test_utilities_DEPENDENCIES) 986276da39aSCy Schubert @rm -f test-utilities$(EXEEXT) 9879034852cSGleb Smirnoff $(AM_V_CCLD)$(LINK) $(test_utilities_OBJECTS) $(test_utilities_LDADD) $(LIBS) 9882b15cb3dSCy Schubert 9892b15cb3dSCy Schubertmostlyclean-compile: 9902b15cb3dSCy Schubert -rm -f *.$(OBJEXT) 9912b15cb3dSCy Schubert 9922b15cb3dSCy Schubertdistclean-compile: 9932b15cb3dSCy Schubert -rm -f *.tab.c 9942b15cb3dSCy Schubert 995a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileHandlingTest.Po@am__quote@ # am--include-marker 996a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyFile.Po@am__quote@ # am--include-marker 997a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kodDatabase.Po@am__quote@ # am--include-marker 998a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kodFile.Po@am__quote@ # am--include-marker 999a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/networking.Po@am__quote@ # am--include-marker 1000a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packetHandling.Po@am__quote@ # am--include-marker 1001a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packetProcessing.Po@am__quote@ # am--include-marker 1002a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-keyFile.Po@am__quote@ # am--include-marker 1003a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-kodDatabase.Po@am__quote@ # am--include-marker 1004a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-kodFile.Po@am__quote@ # am--include-marker 1005a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-networking.Po@am__quote@ # am--include-marker 1006a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-packetHandling.Po@am__quote@ # am--include-marker 1007a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-packetProcessing.Po@am__quote@ # am--include-marker 1008a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-t-log.Po@am__quote@ # am--include-marker 1009a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-utilities.Po@am__quote@ # am--include-marker 1010a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntptest.Po@am__quote@ # am--include-marker 1011a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-log.Po@am__quote@ # am--include-marker 1012a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto-crypto.Po@am__quote@ # am--include-marker 1013a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto-run-crypto.Po@am__quote@ # am--include-marker 1014a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_crypto-version.Po@am__quote@ # am--include-marker 1015a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Po@am__quote@ # am--include-marker 1016a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ # am--include-marker 1017a466cc55SCy Schubert 1018a466cc55SCy Schubert$(am__depfiles_remade): 1019a466cc55SCy Schubert @$(MKDIR_P) $(@D) 1020a466cc55SCy Schubert @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 1021a466cc55SCy Schubert 1022a466cc55SCy Schubertam--depfiles: $(am__depfiles_remade) 1023276da39aSCy Schubert 1024276da39aSCy Schubert.c.o: 1025a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 1026a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1027a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1028276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1029276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1030276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1031276da39aSCy Schubert 1032276da39aSCy Schubert.c.obj: 1033a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 1034a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 1035a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 1036276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1037276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1038276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1039276da39aSCy Schubert 1040276da39aSCy Schubert.c.lo: 1041a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 1042a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 1043a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 1044276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1045276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1046276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1047276da39aSCy Schubert 1048276da39aSCy Schuberttest_crypto-crypto.o: crypto.c 1049276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-crypto.o -MD -MP -MF $(DEPDIR)/test_crypto-crypto.Tpo -c -o test_crypto-crypto.o `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c 1050276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-crypto.Tpo $(DEPDIR)/test_crypto-crypto.Po 1051276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto.c' object='test_crypto-crypto.o' libtool=no @AMDEPBACKSLASH@ 1052276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1053276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-crypto.o `test -f 'crypto.c' || echo '$(srcdir)/'`crypto.c 1054276da39aSCy Schubert 1055276da39aSCy Schuberttest_crypto-crypto.obj: crypto.c 1056276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-crypto.obj -MD -MP -MF $(DEPDIR)/test_crypto-crypto.Tpo -c -o test_crypto-crypto.obj `if test -f 'crypto.c'; then $(CYGPATH_W) 'crypto.c'; else $(CYGPATH_W) '$(srcdir)/crypto.c'; fi` 1057276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-crypto.Tpo $(DEPDIR)/test_crypto-crypto.Po 1058276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto.c' object='test_crypto-crypto.obj' libtool=no @AMDEPBACKSLASH@ 1059276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1060276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-crypto.obj `if test -f 'crypto.c'; then $(CYGPATH_W) 'crypto.c'; else $(CYGPATH_W) '$(srcdir)/crypto.c'; fi` 1061276da39aSCy Schubert 1062276da39aSCy Schuberttest_crypto-run-crypto.o: run-crypto.c 1063276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-run-crypto.o -MD -MP -MF $(DEPDIR)/test_crypto-run-crypto.Tpo -c -o test_crypto-run-crypto.o `test -f 'run-crypto.c' || echo '$(srcdir)/'`run-crypto.c 1064276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-run-crypto.Tpo $(DEPDIR)/test_crypto-run-crypto.Po 1065276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='run-crypto.c' object='test_crypto-run-crypto.o' libtool=no @AMDEPBACKSLASH@ 1066276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1067276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-run-crypto.o `test -f 'run-crypto.c' || echo '$(srcdir)/'`run-crypto.c 1068276da39aSCy Schubert 1069276da39aSCy Schuberttest_crypto-run-crypto.obj: run-crypto.c 1070276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-run-crypto.obj -MD -MP -MF $(DEPDIR)/test_crypto-run-crypto.Tpo -c -o test_crypto-run-crypto.obj `if test -f 'run-crypto.c'; then $(CYGPATH_W) 'run-crypto.c'; else $(CYGPATH_W) '$(srcdir)/run-crypto.c'; fi` 1071276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-run-crypto.Tpo $(DEPDIR)/test_crypto-run-crypto.Po 1072276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='run-crypto.c' object='test_crypto-run-crypto.obj' libtool=no @AMDEPBACKSLASH@ 1073276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1074276da39aSCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-run-crypto.obj `if test -f 'run-crypto.c'; then $(CYGPATH_W) 'run-crypto.c'; else $(CYGPATH_W) '$(srcdir)/run-crypto.c'; fi` 1075276da39aSCy Schubert 1076a466cc55SCy Schuberttest_crypto-version.o: version.c 1077a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-version.o -MD -MP -MF $(DEPDIR)/test_crypto-version.Tpo -c -o test_crypto-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c 1078276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-version.Tpo $(DEPDIR)/test_crypto-version.Po 1079a466cc55SCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='version.c' object='test_crypto-version.o' libtool=no @AMDEPBACKSLASH@ 1080276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1081a466cc55SCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c 1082276da39aSCy Schubert 1083a466cc55SCy Schuberttest_crypto-version.obj: version.c 1084a466cc55SCy Schubert@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -MT test_crypto-version.obj -MD -MP -MF $(DEPDIR)/test_crypto-version.Tpo -c -o test_crypto-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi` 1085276da39aSCy Schubert@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_crypto-version.Tpo $(DEPDIR)/test_crypto-version.Po 1086a466cc55SCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='version.c' object='test_crypto-version.obj' libtool=no @AMDEPBACKSLASH@ 1087276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1088a466cc55SCy Schubert@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_crypto_CFLAGS) $(CFLAGS) -c -o test_crypto-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi` 10892b15cb3dSCy Schubert 10902b15cb3dSCy Schubertmostlyclean-libtool: 10912b15cb3dSCy Schubert -rm -f *.lo 10922b15cb3dSCy Schubert 10932b15cb3dSCy Schubertclean-libtool: 10942b15cb3dSCy Schubert -rm -rf .libs _libs 10952b15cb3dSCy Schubert 1096276da39aSCy SchubertID: $(am__tagged_files) 1097276da39aSCy Schubert $(am__define_uniq_tagged_files); mkid -fID $$unique 1098276da39aSCy Schuberttags: tags-am 1099276da39aSCy SchubertTAGS: tags 11002b15cb3dSCy Schubert 1101276da39aSCy Schuberttags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 11022b15cb3dSCy Schubert set x; \ 11032b15cb3dSCy Schubert here=`pwd`; \ 1104276da39aSCy Schubert $(am__define_uniq_tagged_files); \ 11052b15cb3dSCy Schubert shift; \ 11062b15cb3dSCy Schubert if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 11072b15cb3dSCy Schubert test -n "$$unique" || unique=$$empty_fix; \ 11082b15cb3dSCy Schubert if test $$# -gt 0; then \ 11092b15cb3dSCy Schubert $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 11102b15cb3dSCy Schubert "$$@" $$unique; \ 11112b15cb3dSCy Schubert else \ 11122b15cb3dSCy Schubert $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 11132b15cb3dSCy Schubert $$unique; \ 11142b15cb3dSCy Schubert fi; \ 11152b15cb3dSCy Schubert fi 1116276da39aSCy Schubertctags: ctags-am 1117276da39aSCy Schubert 1118276da39aSCy SchubertCTAGS: ctags 1119276da39aSCy Schubertctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1120276da39aSCy Schubert $(am__define_uniq_tagged_files); \ 11212b15cb3dSCy Schubert test -z "$(CTAGS_ARGS)$$unique" \ 11222b15cb3dSCy Schubert || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 11232b15cb3dSCy Schubert $$unique 11242b15cb3dSCy Schubert 11252b15cb3dSCy SchubertGTAGS: 11262b15cb3dSCy Schubert here=`$(am__cd) $(top_builddir) && pwd` \ 11272b15cb3dSCy Schubert && $(am__cd) $(top_srcdir) \ 11282b15cb3dSCy Schubert && gtags -i $(GTAGS_ARGS) "$$here" 1129276da39aSCy Schubertcscopelist: cscopelist-am 1130276da39aSCy Schubert 1131276da39aSCy Schubertcscopelist-am: $(am__tagged_files) 1132276da39aSCy Schubert list='$(am__tagged_files)'; \ 1133276da39aSCy Schubert case "$(srcdir)" in \ 1134276da39aSCy Schubert [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1135276da39aSCy Schubert *) sdir=$(subdir)/$(srcdir) ;; \ 1136276da39aSCy Schubert esac; \ 1137276da39aSCy Schubert for i in $$list; do \ 1138276da39aSCy Schubert if test -f "$$i"; then \ 1139276da39aSCy Schubert echo "$(subdir)/$$i"; \ 1140276da39aSCy Schubert else \ 1141276da39aSCy Schubert echo "$$sdir/$$i"; \ 1142276da39aSCy Schubert fi; \ 1143276da39aSCy Schubert done >> $(top_builddir)/cscope.files 11442b15cb3dSCy Schubert 11452b15cb3dSCy Schubertdistclean-tags: 11462b15cb3dSCy Schubert -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 11472b15cb3dSCy Schubert 1148276da39aSCy Schubert# Recover from deleted '.trs' file; this should ensure that 1149276da39aSCy Schubert# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create 1150276da39aSCy Schubert# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells 1151276da39aSCy Schubert# to avoid problems with "make -n". 1152276da39aSCy Schubert.log.trs: 1153276da39aSCy Schubert rm -f $< $@ 1154276da39aSCy Schubert $(MAKE) $(AM_MAKEFLAGS) $< 1155276da39aSCy Schubert 1156276da39aSCy Schubert# Leading 'am--fnord' is there to ensure the list of targets does not 1157276da39aSCy Schubert# expand to empty, as could happen e.g. with make check TESTS=''. 1158276da39aSCy Schubertam--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) 1159276da39aSCy Schubertam--force-recheck: 1160276da39aSCy Schubert @: 1161276da39aSCy Schubert 1162276da39aSCy Schubert$(TEST_SUITE_LOG): $(TEST_LOGS) 1163276da39aSCy Schubert @$(am__set_TESTS_bases); \ 1164276da39aSCy Schubert am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ 1165276da39aSCy Schubert redo_bases=`for i in $$bases; do \ 1166276da39aSCy Schubert am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ 1167276da39aSCy Schubert done`; \ 1168276da39aSCy Schubert if test -n "$$redo_bases"; then \ 1169276da39aSCy Schubert redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ 1170276da39aSCy Schubert redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ 1171276da39aSCy Schubert if $(am__make_dryrun); then :; else \ 1172276da39aSCy Schubert rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ 11732b15cb3dSCy Schubert fi; \ 1174276da39aSCy Schubert fi; \ 1175276da39aSCy Schubert if test -n "$$am__remaking_logs"; then \ 1176276da39aSCy Schubert echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ 1177276da39aSCy Schubert "recursion detected" >&2; \ 1178276da39aSCy Schubert elif test -n "$$redo_logs"; then \ 1179276da39aSCy Schubert am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ 1180276da39aSCy Schubert fi; \ 1181276da39aSCy Schubert if $(am__make_dryrun); then :; else \ 1182276da39aSCy Schubert st=0; \ 1183276da39aSCy Schubert errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 1184276da39aSCy Schubert for i in $$redo_bases; do \ 1185276da39aSCy Schubert test -f $$i.trs && test -r $$i.trs \ 1186276da39aSCy Schubert || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 1187276da39aSCy Schubert test -f $$i.log && test -r $$i.log \ 1188276da39aSCy Schubert || { echo "$$errmsg $$i.log" >&2; st=1; }; \ 11892b15cb3dSCy Schubert done; \ 1190276da39aSCy Schubert test $$st -eq 0 || exit 1; \ 1191276da39aSCy Schubert fi 1192276da39aSCy Schubert @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ 1193276da39aSCy Schubert ws='[ ]'; \ 1194276da39aSCy Schubert results=`for b in $$bases; do echo $$b.trs; done`; \ 1195276da39aSCy Schubert test -n "$$results" || results=/dev/null; \ 1196276da39aSCy Schubert all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ 1197276da39aSCy Schubert pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ 1198276da39aSCy Schubert fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ 1199276da39aSCy Schubert skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ 1200276da39aSCy Schubert xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ 1201276da39aSCy Schubert xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ 1202276da39aSCy Schubert error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ 1203276da39aSCy Schubert if test `expr $$fail + $$xpass + $$error` -eq 0; then \ 1204276da39aSCy Schubert success=true; \ 12052b15cb3dSCy Schubert else \ 1206276da39aSCy Schubert success=false; \ 12072b15cb3dSCy Schubert fi; \ 1208276da39aSCy Schubert br='==================='; br=$$br$$br$$br$$br; \ 1209276da39aSCy Schubert result_count () \ 1210276da39aSCy Schubert { \ 1211276da39aSCy Schubert if test x"$$1" = x"--maybe-color"; then \ 1212276da39aSCy Schubert maybe_colorize=yes; \ 1213276da39aSCy Schubert elif test x"$$1" = x"--no-color"; then \ 1214276da39aSCy Schubert maybe_colorize=no; \ 12152b15cb3dSCy Schubert else \ 1216276da39aSCy Schubert echo "$@: invalid 'result_count' usage" >&2; exit 4; \ 12172b15cb3dSCy Schubert fi; \ 1218276da39aSCy Schubert shift; \ 1219276da39aSCy Schubert desc=$$1 count=$$2; \ 1220276da39aSCy Schubert if test $$maybe_colorize = yes && test $$count -gt 0; then \ 1221276da39aSCy Schubert color_start=$$3 color_end=$$std; \ 12222b15cb3dSCy Schubert else \ 1223276da39aSCy Schubert color_start= color_end=; \ 1224276da39aSCy Schubert fi; \ 1225276da39aSCy Schubert echo "$${color_start}# $$desc $$count$${color_end}"; \ 1226276da39aSCy Schubert }; \ 1227276da39aSCy Schubert create_testsuite_report () \ 1228276da39aSCy Schubert { \ 1229276da39aSCy Schubert result_count $$1 "TOTAL:" $$all "$$brg"; \ 1230276da39aSCy Schubert result_count $$1 "PASS: " $$pass "$$grn"; \ 1231276da39aSCy Schubert result_count $$1 "SKIP: " $$skip "$$blu"; \ 1232276da39aSCy Schubert result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ 1233276da39aSCy Schubert result_count $$1 "FAIL: " $$fail "$$red"; \ 1234276da39aSCy Schubert result_count $$1 "XPASS:" $$xpass "$$red"; \ 1235276da39aSCy Schubert result_count $$1 "ERROR:" $$error "$$mgn"; \ 1236276da39aSCy Schubert }; \ 1237276da39aSCy Schubert { \ 1238276da39aSCy Schubert echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ 1239276da39aSCy Schubert $(am__rst_title); \ 1240276da39aSCy Schubert create_testsuite_report --no-color; \ 1241276da39aSCy Schubert echo; \ 1242276da39aSCy Schubert echo ".. contents:: :depth: 2"; \ 1243276da39aSCy Schubert echo; \ 1244276da39aSCy Schubert for b in $$bases; do echo $$b; done \ 1245276da39aSCy Schubert | $(am__create_global_log); \ 1246276da39aSCy Schubert } >$(TEST_SUITE_LOG).tmp || exit 1; \ 1247276da39aSCy Schubert mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ 1248276da39aSCy Schubert if $$success; then \ 1249276da39aSCy Schubert col="$$grn"; \ 12502b15cb3dSCy Schubert else \ 1251276da39aSCy Schubert col="$$red"; \ 1252276da39aSCy Schubert test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ 12532b15cb3dSCy Schubert fi; \ 1254276da39aSCy Schubert echo "$${col}$$br$${std}"; \ 1255a466cc55SCy Schubert echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ 1256276da39aSCy Schubert echo "$${col}$$br$${std}"; \ 1257276da39aSCy Schubert create_testsuite_report --maybe-color; \ 1258276da39aSCy Schubert echo "$$col$$br$$std"; \ 1259276da39aSCy Schubert if $$success; then :; else \ 1260276da39aSCy Schubert echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ 1261276da39aSCy Schubert if test -n "$(PACKAGE_BUGREPORT)"; then \ 1262276da39aSCy Schubert echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ 12632b15cb3dSCy Schubert fi; \ 1264276da39aSCy Schubert echo "$$col$$br$$std"; \ 12652b15cb3dSCy Schubert fi; \ 1266276da39aSCy Schubert $$success || exit 1 1267276da39aSCy Schubert 1268a466cc55SCy Schubertcheck-TESTS: $(check_PROGRAMS) $(dist_check_SCRIPTS) 1269276da39aSCy Schubert @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list 1270276da39aSCy Schubert @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list 1271276da39aSCy Schubert @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1272276da39aSCy Schubert @set +e; $(am__set_TESTS_bases); \ 1273276da39aSCy Schubert log_list=`for i in $$bases; do echo $$i.log; done`; \ 1274276da39aSCy Schubert trs_list=`for i in $$bases; do echo $$i.trs; done`; \ 1275276da39aSCy Schubert log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ 1276276da39aSCy Schubert $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ 1277276da39aSCy Schubert exit $$?; 1278276da39aSCy Schubertrecheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS) 1279276da39aSCy Schubert @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 1280276da39aSCy Schubert @set +e; $(am__set_TESTS_bases); \ 1281276da39aSCy Schubert bases=`for i in $$bases; do echo $$i; done \ 1282276da39aSCy Schubert | $(am__list_recheck_tests)` || exit 1; \ 1283276da39aSCy Schubert log_list=`for i in $$bases; do echo $$i.log; done`; \ 1284276da39aSCy Schubert log_list=`echo $$log_list`; \ 1285276da39aSCy Schubert $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ 1286276da39aSCy Schubert am__force_recheck=am--force-recheck \ 1287276da39aSCy Schubert TEST_LOGS="$$log_list"; \ 1288276da39aSCy Schubert exit $$? 1289276da39aSCy Schuberttest-crypto.log: test-crypto$(EXEEXT) 1290276da39aSCy Schubert @p='test-crypto$(EXEEXT)'; \ 1291276da39aSCy Schubert b='test-crypto'; \ 1292276da39aSCy Schubert $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1293276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1294276da39aSCy Schubert $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1295276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 1296276da39aSCy Schuberttest-keyFile.log: test-keyFile$(EXEEXT) 1297276da39aSCy Schubert @p='test-keyFile$(EXEEXT)'; \ 1298276da39aSCy Schubert b='test-keyFile'; \ 1299276da39aSCy Schubert $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1300276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1301276da39aSCy Schubert $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1302276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 13039034852cSGleb Smirnofftest-log.log: test-log$(EXEEXT) 13049034852cSGleb Smirnoff @p='test-log$(EXEEXT)'; \ 13059034852cSGleb Smirnoff b='test-log'; \ 13069034852cSGleb Smirnoff $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 13079034852cSGleb Smirnoff --log-file $$b.log --trs-file $$b.trs \ 13089034852cSGleb Smirnoff $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 13099034852cSGleb Smirnoff "$$tst" $(AM_TESTS_FD_REDIRECT) 1310276da39aSCy Schuberttest-networking.log: test-networking$(EXEEXT) 1311276da39aSCy Schubert @p='test-networking$(EXEEXT)'; \ 1312276da39aSCy Schubert b='test-networking'; \ 1313276da39aSCy Schubert $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1314276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1315276da39aSCy Schubert $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1316276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 1317276da39aSCy Schuberttest-packetHandling.log: test-packetHandling$(EXEEXT) 1318276da39aSCy Schubert @p='test-packetHandling$(EXEEXT)'; \ 1319276da39aSCy Schubert b='test-packetHandling'; \ 1320276da39aSCy Schubert $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1321276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1322276da39aSCy Schubert $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1323276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 1324276da39aSCy Schuberttest-packetProcessing.log: test-packetProcessing$(EXEEXT) 1325276da39aSCy Schubert @p='test-packetProcessing$(EXEEXT)'; \ 1326276da39aSCy Schubert b='test-packetProcessing'; \ 1327276da39aSCy Schubert $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1328276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1329276da39aSCy Schubert $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1330276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 1331276da39aSCy Schuberttest-utilities.log: test-utilities$(EXEEXT) 1332276da39aSCy Schubert @p='test-utilities$(EXEEXT)'; \ 1333276da39aSCy Schubert b='test-utilities'; \ 1334276da39aSCy Schubert $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1335276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1336276da39aSCy Schubert $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1337276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 1338e27abb66SXin LItest-kodDatabase.log: test-kodDatabase$(EXEEXT) 1339e27abb66SXin LI @p='test-kodDatabase$(EXEEXT)'; \ 1340e27abb66SXin LI b='test-kodDatabase'; \ 1341e27abb66SXin LI $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1342e27abb66SXin LI --log-file $$b.log --trs-file $$b.trs \ 1343e27abb66SXin LI $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1344e27abb66SXin LI "$$tst" $(AM_TESTS_FD_REDIRECT) 1345e27abb66SXin LItest-kodFile.log: test-kodFile$(EXEEXT) 1346e27abb66SXin LI @p='test-kodFile$(EXEEXT)'; \ 1347e27abb66SXin LI b='test-kodFile'; \ 1348e27abb66SXin LI $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ 1349e27abb66SXin LI --log-file $$b.log --trs-file $$b.trs \ 1350e27abb66SXin LI $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ 1351e27abb66SXin LI "$$tst" $(AM_TESTS_FD_REDIRECT) 1352276da39aSCy Schubert.test.log: 1353276da39aSCy Schubert @p='$<'; \ 1354276da39aSCy Schubert $(am__set_b); \ 1355276da39aSCy Schubert $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1356276da39aSCy Schubert --log-file $$b.log --trs-file $$b.trs \ 1357276da39aSCy Schubert $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1358276da39aSCy Schubert "$$tst" $(AM_TESTS_FD_REDIRECT) 1359276da39aSCy Schubert@am__EXEEXT_TRUE@.test$(EXEEXT).log: 1360276da39aSCy Schubert@am__EXEEXT_TRUE@ @p='$<'; \ 1361276da39aSCy Schubert@am__EXEEXT_TRUE@ $(am__set_b); \ 1362276da39aSCy Schubert@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ 1363276da39aSCy Schubert@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ 1364276da39aSCy Schubert@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ 1365276da39aSCy Schubert@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) 1366a466cc55SCy Schubertdistdir: $(BUILT_SOURCES) 1367a466cc55SCy Schubert $(MAKE) $(AM_MAKEFLAGS) distdir-am 13682b15cb3dSCy Schubert 1369a466cc55SCy Schubertdistdir-am: $(DISTFILES) 13702b15cb3dSCy Schubert @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 13712b15cb3dSCy Schubert topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 13722b15cb3dSCy Schubert list='$(DISTFILES)'; \ 13732b15cb3dSCy Schubert dist_files=`for file in $$list; do echo $$file; done | \ 13742b15cb3dSCy Schubert sed -e "s|^$$srcdirstrip/||;t" \ 13752b15cb3dSCy Schubert -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 13762b15cb3dSCy Schubert case $$dist_files in \ 13772b15cb3dSCy Schubert */*) $(MKDIR_P) `echo "$$dist_files" | \ 13782b15cb3dSCy Schubert sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 13792b15cb3dSCy Schubert sort -u` ;; \ 13802b15cb3dSCy Schubert esac; \ 13812b15cb3dSCy Schubert for file in $$dist_files; do \ 13822b15cb3dSCy Schubert if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 13832b15cb3dSCy Schubert if test -d $$d/$$file; then \ 13842b15cb3dSCy Schubert dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 13852b15cb3dSCy Schubert if test -d "$(distdir)/$$file"; then \ 13862b15cb3dSCy Schubert find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 13872b15cb3dSCy Schubert fi; \ 13882b15cb3dSCy Schubert if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 13892b15cb3dSCy Schubert cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 13902b15cb3dSCy Schubert find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 13912b15cb3dSCy Schubert fi; \ 13922b15cb3dSCy Schubert cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 13932b15cb3dSCy Schubert else \ 13942b15cb3dSCy Schubert test -f "$(distdir)/$$file" \ 13952b15cb3dSCy Schubert || cp -p $$d/$$file "$(distdir)/$$file" \ 13962b15cb3dSCy Schubert || exit 1; \ 13972b15cb3dSCy Schubert fi; \ 13982b15cb3dSCy Schubert done 13992b15cb3dSCy Schubertcheck-am: all-am 14002b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \ 14012b15cb3dSCy Schubert $(dist_check_SCRIPTS) 14022b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) check-TESTS 14032b15cb3dSCy Schubertcheck: $(BUILT_SOURCES) 14042b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) check-am 14052b15cb3dSCy Schubertall-am: Makefile $(HEADERS) 14062b15cb3dSCy Schubertinstalldirs: 14072b15cb3dSCy Schubertinstall: $(BUILT_SOURCES) 14082b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) install-am 1409a466cc55SCy Schubertinstall-exec: $(BUILT_SOURCES) 1410a466cc55SCy Schubert $(MAKE) $(AM_MAKEFLAGS) install-exec-am 14112b15cb3dSCy Schubertinstall-data: install-data-am 14122b15cb3dSCy Schubertuninstall: uninstall-am 14132b15cb3dSCy Schubert 14142b15cb3dSCy Schubertinstall-am: all-am 14152b15cb3dSCy Schubert @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 14162b15cb3dSCy Schubert 14172b15cb3dSCy Schubertinstallcheck: installcheck-am 14182b15cb3dSCy Schubertinstall-strip: 1419276da39aSCy Schubert if test -z '$(STRIP)'; then \ 14202b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 14212b15cb3dSCy Schubert install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1422276da39aSCy Schubert install; \ 1423276da39aSCy Schubert else \ 1424276da39aSCy Schubert $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1425276da39aSCy Schubert install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1426276da39aSCy Schubert "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1427276da39aSCy Schubert fi 14282b15cb3dSCy Schubertmostlyclean-generic: 1429276da39aSCy Schubert -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) 1430276da39aSCy Schubert -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) 1431276da39aSCy Schubert -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) 14322b15cb3dSCy Schubert 14332b15cb3dSCy Schubertclean-generic: 14342b15cb3dSCy Schubert -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 14352b15cb3dSCy Schubert 14362b15cb3dSCy Schubertdistclean-generic: 14372b15cb3dSCy Schubert -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 14382b15cb3dSCy Schubert -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1439276da39aSCy Schubert -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 14402b15cb3dSCy Schubert 14412b15cb3dSCy Schubertmaintainer-clean-generic: 14422b15cb3dSCy Schubert @echo "This command is intended for maintainers to use" 14432b15cb3dSCy Schubert @echo "it deletes files that may require special tools to rebuild." 14442b15cb3dSCy Schubert -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 14452b15cb3dSCy Schubertclean: clean-am 14462b15cb3dSCy Schubert 14472b15cb3dSCy Schubertclean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 14482b15cb3dSCy Schubert mostlyclean-am 14492b15cb3dSCy Schubert 14502b15cb3dSCy Schubertdistclean: distclean-am 1451a466cc55SCy Schubert -rm -f ./$(DEPDIR)/fileHandlingTest.Po 1452a466cc55SCy Schubert -rm -f ./$(DEPDIR)/keyFile.Po 1453a466cc55SCy Schubert -rm -f ./$(DEPDIR)/kodDatabase.Po 1454a466cc55SCy Schubert -rm -f ./$(DEPDIR)/kodFile.Po 1455a466cc55SCy Schubert -rm -f ./$(DEPDIR)/networking.Po 1456a466cc55SCy Schubert -rm -f ./$(DEPDIR)/packetHandling.Po 1457a466cc55SCy Schubert -rm -f ./$(DEPDIR)/packetProcessing.Po 1458a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-keyFile.Po 1459a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-kodDatabase.Po 1460a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-kodFile.Po 1461a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-networking.Po 1462a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-packetHandling.Po 1463a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-packetProcessing.Po 1464a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-t-log.Po 1465a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-utilities.Po 1466a466cc55SCy Schubert -rm -f ./$(DEPDIR)/sntptest.Po 1467a466cc55SCy Schubert -rm -f ./$(DEPDIR)/t-log.Po 1468a466cc55SCy Schubert -rm -f ./$(DEPDIR)/test_crypto-crypto.Po 1469a466cc55SCy Schubert -rm -f ./$(DEPDIR)/test_crypto-run-crypto.Po 1470a466cc55SCy Schubert -rm -f ./$(DEPDIR)/test_crypto-version.Po 1471a466cc55SCy Schubert -rm -f ./$(DEPDIR)/utilities.Po 1472a466cc55SCy Schubert -rm -f ./$(DEPDIR)/version.Po 14732b15cb3dSCy Schubert -rm -f Makefile 14742b15cb3dSCy Schubertdistclean-am: clean-am distclean-compile distclean-generic \ 14752b15cb3dSCy Schubert distclean-tags 14762b15cb3dSCy Schubert 14772b15cb3dSCy Schubertdvi: dvi-am 14782b15cb3dSCy Schubert 14792b15cb3dSCy Schubertdvi-am: 14802b15cb3dSCy Schubert 14812b15cb3dSCy Schuberthtml: html-am 14822b15cb3dSCy Schubert 14832b15cb3dSCy Schuberthtml-am: 14842b15cb3dSCy Schubert 14852b15cb3dSCy Schubertinfo: info-am 14862b15cb3dSCy Schubert 14872b15cb3dSCy Schubertinfo-am: 14882b15cb3dSCy Schubert 14892b15cb3dSCy Schubertinstall-data-am: 14902b15cb3dSCy Schubert 14912b15cb3dSCy Schubertinstall-dvi: install-dvi-am 14922b15cb3dSCy Schubert 14932b15cb3dSCy Schubertinstall-dvi-am: 14942b15cb3dSCy Schubert 14952b15cb3dSCy Schubertinstall-exec-am: 14962b15cb3dSCy Schubert 14972b15cb3dSCy Schubertinstall-html: install-html-am 14982b15cb3dSCy Schubert 14992b15cb3dSCy Schubertinstall-html-am: 15002b15cb3dSCy Schubert 15012b15cb3dSCy Schubertinstall-info: install-info-am 15022b15cb3dSCy Schubert 15032b15cb3dSCy Schubertinstall-info-am: 15042b15cb3dSCy Schubert 15052b15cb3dSCy Schubertinstall-man: 15062b15cb3dSCy Schubert 15072b15cb3dSCy Schubertinstall-pdf: install-pdf-am 15082b15cb3dSCy Schubert 15092b15cb3dSCy Schubertinstall-pdf-am: 15102b15cb3dSCy Schubert 15112b15cb3dSCy Schubertinstall-ps: install-ps-am 15122b15cb3dSCy Schubert 15132b15cb3dSCy Schubertinstall-ps-am: 15142b15cb3dSCy Schubert 15152b15cb3dSCy Schubertinstallcheck-am: 15162b15cb3dSCy Schubert 15172b15cb3dSCy Schubertmaintainer-clean: maintainer-clean-am 1518a466cc55SCy Schubert -rm -f ./$(DEPDIR)/fileHandlingTest.Po 1519a466cc55SCy Schubert -rm -f ./$(DEPDIR)/keyFile.Po 1520a466cc55SCy Schubert -rm -f ./$(DEPDIR)/kodDatabase.Po 1521a466cc55SCy Schubert -rm -f ./$(DEPDIR)/kodFile.Po 1522a466cc55SCy Schubert -rm -f ./$(DEPDIR)/networking.Po 1523a466cc55SCy Schubert -rm -f ./$(DEPDIR)/packetHandling.Po 1524a466cc55SCy Schubert -rm -f ./$(DEPDIR)/packetProcessing.Po 1525a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-keyFile.Po 1526a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-kodDatabase.Po 1527a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-kodFile.Po 1528a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-networking.Po 1529a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-packetHandling.Po 1530a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-packetProcessing.Po 1531a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-t-log.Po 1532a466cc55SCy Schubert -rm -f ./$(DEPDIR)/run-utilities.Po 1533a466cc55SCy Schubert -rm -f ./$(DEPDIR)/sntptest.Po 1534a466cc55SCy Schubert -rm -f ./$(DEPDIR)/t-log.Po 1535a466cc55SCy Schubert -rm -f ./$(DEPDIR)/test_crypto-crypto.Po 1536a466cc55SCy Schubert -rm -f ./$(DEPDIR)/test_crypto-run-crypto.Po 1537a466cc55SCy Schubert -rm -f ./$(DEPDIR)/test_crypto-version.Po 1538a466cc55SCy Schubert -rm -f ./$(DEPDIR)/utilities.Po 1539a466cc55SCy Schubert -rm -f ./$(DEPDIR)/version.Po 15402b15cb3dSCy Schubert -rm -f Makefile 15412b15cb3dSCy Schubertmaintainer-clean-am: distclean-am maintainer-clean-generic 15422b15cb3dSCy Schubert 15432b15cb3dSCy Schubertmostlyclean: mostlyclean-am 15442b15cb3dSCy Schubert 15452b15cb3dSCy Schubertmostlyclean-am: mostlyclean-compile mostlyclean-generic \ 15462b15cb3dSCy Schubert mostlyclean-libtool 15472b15cb3dSCy Schubert 15482b15cb3dSCy Schubertpdf: pdf-am 15492b15cb3dSCy Schubert 15502b15cb3dSCy Schubertpdf-am: 15512b15cb3dSCy Schubert 15522b15cb3dSCy Schubertps: ps-am 15532b15cb3dSCy Schubert 15542b15cb3dSCy Schubertps-am: 15552b15cb3dSCy Schubert 15562b15cb3dSCy Schubertuninstall-am: 15572b15cb3dSCy Schubert 1558a466cc55SCy Schubert.MAKE: all check check-am install install-am install-exec \ 1559a466cc55SCy Schubert install-strip 15602b15cb3dSCy Schubert 1561a466cc55SCy Schubert.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ 1562a466cc55SCy Schubert check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 1563a466cc55SCy Schubert cscopelist-am ctags ctags-am distclean distclean-compile \ 1564a466cc55SCy Schubert distclean-generic distclean-libtool distclean-tags distdir dvi \ 1565a466cc55SCy Schubert dvi-am html html-am info info-am install install-am \ 1566a466cc55SCy Schubert install-data install-data-am install-dvi install-dvi-am \ 1567a466cc55SCy Schubert install-exec install-exec-am install-html install-html-am \ 1568a466cc55SCy Schubert install-info install-info-am install-man install-pdf \ 1569a466cc55SCy Schubert install-pdf-am install-ps install-ps-am install-strip \ 1570a466cc55SCy Schubert installcheck installcheck-am installdirs maintainer-clean \ 15712b15cb3dSCy Schubert maintainer-clean-generic mostlyclean mostlyclean-compile \ 15722b15cb3dSCy Schubert mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1573276da39aSCy Schubert recheck tags tags-am uninstall uninstall-am 15742b15cb3dSCy Schubert 1575276da39aSCy Schubert.PRECIOUS: Makefile 1576276da39aSCy Schubert 1577276da39aSCy Schubert 1578276da39aSCy Schubert$(srcdir)/run-kodFile.c: $(srcdir)/kodFile.c $(std_unity_list) 157909100258SXin LI $(run_unity) $< $@ 1580276da39aSCy Schubert 1581276da39aSCy Schubert$(srcdir)/run-keyFile.c: $(srcdir)/keyFile.c $(std_unity_list) 158209100258SXin LI $(run_unity) $< $@ 1583276da39aSCy Schubert 1584276da39aSCy Schubert$(srcdir)/run-kodDatabase.c: $(srcdir)/kodDatabase.c $(std_unity_list) 158509100258SXin LI $(run_unity) $< $@ 1586276da39aSCy Schubert 1587276da39aSCy Schubert$(srcdir)/run-networking.c: $(srcdir)/networking.c $(std_unity_list) 158809100258SXin LI $(run_unity) $< $@ 1589276da39aSCy Schubert 1590276da39aSCy Schubert$(srcdir)/run-packetProcessing.c: $(srcdir)/packetProcessing.c $(std_unity_list) 159109100258SXin LI $(run_unity) $< $@ 1592276da39aSCy Schubert 1593276da39aSCy Schubert$(srcdir)/run-packetHandling.c: $(srcdir)/packetHandling.c $(std_unity_list) 159409100258SXin LI $(run_unity) $< $@ 1595276da39aSCy Schubert 1596276da39aSCy Schubert$(srcdir)/run-utilities.c: $(srcdir)/utilities.c $(std_unity_list) 159709100258SXin LI $(run_unity) $< $@ 1598276da39aSCy Schubert 1599276da39aSCy Schubert$(srcdir)/run-crypto.c: $(srcdir)/crypto.c $(std_unity_list) 160009100258SXin LI $(run_unity) $< $@ 16012b15cb3dSCy Schubert 16029034852cSGleb Smirnoff$(srcdir)/run-t-log.c: $(srcdir)/t-log.c $(std_unity_list) 160309100258SXin LI $(run_unity) $< $@ 1604a466cc55SCy Schubert#if !NTP_CROSSCOMPILE 1605a466cc55SCy Schubert#TESTS += tests-runner 1606a466cc55SCy Schubert#endif 16079034852cSGleb Smirnoff 1608a466cc55SCy Schubertversion.c: Makefile $(top_srcdir)/scm-rev 1609a466cc55SCy Schubert $(AM_V_GEN)env CSET=`cat $(srcdir)/../scm-rev` $(top_builddir)/../scripts/build/mkver sntp-tests 16102b15cb3dSCy Schubert 1611a466cc55SCy Schubert$(top_srcdir)/scm-rev: FRC.scm-rev 1612a466cc55SCy Schubert $(AM_V_GEN)cd .. && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev 16132b15cb3dSCy Schubert 1614a466cc55SCy SchubertFRC.scm-rev: 1615a466cc55SCy Schubert @: FRC.scm-rev "force" depends on nothing and is not a file, so is \ 1616a466cc55SCy Schubert always out-of-date causing targets which depend on it to also \ 1617a466cc55SCy Schubert be outdated so their rules to fire each time they are built. 16182b15cb3dSCy Schubert 1619*f5f40dd6SCy Schubert.PHONY: check-libntp 1620276da39aSCy Schubert 1621*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@check-libntp: 1622*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@ cd $(top_builddir)/../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 1623276da39aSCy Schubert 1624*f5f40dd6SCy Schubert.PHONY: check-libsntp 1625*f5f40dd6SCy Schubertcheck-libsntp: 1626a466cc55SCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) libsntp.a 1627a466cc55SCy Schubert 1628a466cc55SCy Schubertcheck-libunity: $(top_builddir)/unity/libunity.a 1629*f5f40dd6SCy Schubert @echo stamp > $@ 1630a466cc55SCy Schubert 1631a466cc55SCy Schubert$(top_builddir)/unity/libunity.a: 1632a466cc55SCy Schubert cd $(top_builddir)/unity && $(MAKE) $(AM_MAKEFLAGS) libunity.a 16332b15cb3dSCy Schubert$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver 16342b15cb3dSCy Schubert @[ -f $@ ] || \ 16352b15cb3dSCy Schubert cp $(top_srcdir)/deps-ver $@ 16362b15cb3dSCy Schubert @[ -w $@ ] || \ 1637a466cc55SCy Schubert chmod u+w $@ 16382b15cb3dSCy Schubert @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ 16392b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) clean && \ 16402b15cb3dSCy Schubert echo -n "Prior $(subdir)/$(DEPDIR) version " && \ 16412b15cb3dSCy Schubert cat $@ && \ 16422b15cb3dSCy Schubert rm -rf $(DEPDIR) && \ 16432b15cb3dSCy Schubert mkdir $(DEPDIR) && \ 16442b15cb3dSCy Schubert case "$(top_builddir)" in \ 16452b15cb3dSCy Schubert .) \ 16462b15cb3dSCy Schubert ./config.status Makefile depfiles \ 16472b15cb3dSCy Schubert ;; \ 16482b15cb3dSCy Schubert *) \ 16492b15cb3dSCy Schubert cd "$(top_builddir)" && \ 16502b15cb3dSCy Schubert ./config.status $(subdir)/Makefile depfiles && \ 16512b15cb3dSCy Schubert cd $(subdir) \ 16522b15cb3dSCy Schubert ;; \ 16532b15cb3dSCy Schubert esac && \ 16542b15cb3dSCy Schubert echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ 16552b15cb3dSCy Schubert cat $(top_srcdir)/deps-ver \ 16562b15cb3dSCy Schubert ) 1657a466cc55SCy Schubert $(AM_V_at)cp $(top_srcdir)/deps-ver $@ 16582b15cb3dSCy Schubert 16592b15cb3dSCy Schubert.deps-ver: $(top_srcdir)/deps-ver 16602b15cb3dSCy Schubert @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver 16612b15cb3dSCy Schubert @touch $@ 16622b15cb3dSCy Schubert 16632b15cb3dSCy Schubert# 16642b15cb3dSCy Schubert# depsver.mf included in Makefile.am for directories with .deps 16652b15cb3dSCy Schubert# 16662b15cb3dSCy Schubert# When building in the same directory with sources that change over 16672b15cb3dSCy Schubert# time, such as when tracking using bk, the .deps files can become 16682b15cb3dSCy Schubert# stale with respect to moved, deleted, or superceded headers. Most 16692b15cb3dSCy Schubert# commonly, this would exhibit as make reporting a failure to make a 16702b15cb3dSCy Schubert# header file which is no longer in the location given. To address 16712b15cb3dSCy Schubert# this issue, we use a deps-ver file which is updated with each change 16722b15cb3dSCy Schubert# that breaks old .deps files. A copy of deps-ver is made into 16732b15cb3dSCy Schubert# $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present 16742b15cb3dSCy Schubert# with different contents than deps-ver, we make clean to ensure all 16752b15cb3dSCy Schubert# .o files built before the incompatible change are rebuilt along with 16762b15cb3dSCy Schubert# their updated .deps files, then remove $(DEPDIR) and recreate it as 16772b15cb3dSCy Schubert# empty stubs. 16782b15cb3dSCy Schubert# 16792b15cb3dSCy Schubert# It is normal when configured with --disable-dependency-tracking for 16802b15cb3dSCy Schubert# the DEPDIR to not have been created. For this reason, we use the 16812b15cb3dSCy Schubert# intermediate target .deps-ver, which invokes make recursively if 16822b15cb3dSCy Schubert# DEPDIR exists. 16832b15cb3dSCy Schubert# 16842b15cb3dSCy Schubert# If you modify depsver.mf, please make the changes to the master 16852b15cb3dSCy Schubert# copy, the one in sntp is copied by the bootstrap script from it. 16862b15cb3dSCy Schubert# 1687a466cc55SCy Schubert# This comment block follows rather than leads the related rules so that 16882b15cb3dSCy Schubert# it stays with it in the generated Makefile.in and Makefile. 16892b15cb3dSCy Schubert# 16902b15cb3dSCy Schubert 16912b15cb3dSCy Schubert# Tell versions [3.59,3.63) of GNU make to not export all variables. 16922b15cb3dSCy Schubert# Otherwise a system limit (for SysV at least) may be exceeded. 16932b15cb3dSCy Schubert.NOEXPORT: 1694