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@ 912b15cb3dSCy Schubertsubdir = include 922b15cb3dSCy SchubertACLOCAL_M4 = $(top_srcdir)/aclocal.m4 932b15cb3dSCy Schubertam__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ 942b15cb3dSCy Schubert $(top_srcdir)/libopts/m4/stdnoreturn.m4 \ 952b15cb3dSCy Schubert $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \ 962b15cb3dSCy Schubert $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 972b15cb3dSCy Schubert $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 982b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_cacheversion.m4 \ 992b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_compiler.m4 \ 1002b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_crosscompile.m4 \ 101*f5f40dd6SCy Schubert $(top_srcdir)/m4/ntp_crypto_rand.m4 \ 1022b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \ 1032b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_facilitynames.m4 \ 104f0574f5cSXin LI $(top_srcdir)/m4/ntp_harden.m4 $(top_srcdir)/m4/ntp_ipv6.m4 \ 105f0574f5cSXin LI $(top_srcdir)/m4/ntp_lib_m.m4 $(top_srcdir)/m4/ntp_libevent.m4 \ 1062b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_libntp.m4 \ 1072b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_lineeditlibs.m4 \ 1082b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_locinfo.m4 \ 1092b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_openssl.m4 \ 1102b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_pkg_config.m4 \ 1112b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \ 1122b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_sysexits.m4 \ 113276da39aSCy Schubert $(top_srcdir)/m4/ntp_unitytest.m4 \ 1142b15cb3dSCy Schubert $(top_srcdir)/m4/ntp_ver_suffix.m4 \ 115a25439b6SCy Schubert $(top_srcdir)/m4/openldap-thread-check.m4 \ 116a25439b6SCy Schubert $(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \ 117e27abb66SXin LI $(top_srcdir)/m4/snprintf.m4 \ 118e27abb66SXin LI $(top_srcdir)/m4/sntp_problemtests.m4 \ 119e27abb66SXin LI $(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac 1202b15cb3dSCy Schubertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1212b15cb3dSCy Schubert $(ACLOCAL_M4) 122276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 123276da39aSCy Schubert $(am__DIST_COMMON) 1242b15cb3dSCy Schubertmkinstalldirs = $(install_sh) -d 1252b15cb3dSCy SchubertCONFIG_HEADER = $(top_builddir)/config.h 1262b15cb3dSCy SchubertCONFIG_CLEAN_FILES = 1272b15cb3dSCy SchubertCONFIG_CLEAN_VPATH_FILES = 128276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@) 129276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 130276da39aSCy Schubertam__v_P_0 = false 131276da39aSCy Schubertam__v_P_1 = : 132276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@) 133276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 1342b15cb3dSCy Schubertam__v_GEN_0 = @echo " GEN " $@; 135276da39aSCy Schubertam__v_GEN_1 = 136276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@) 137276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 1382b15cb3dSCy Schubertam__v_at_0 = @ 139276da39aSCy Schubertam__v_at_1 = 1402b15cb3dSCy SchubertSOURCES = 1412b15cb3dSCy SchubertDIST_SOURCES = 142276da39aSCy Schubertam__can_run_installinfo = \ 143276da39aSCy Schubert case $$AM_UPDATE_INFO_DIR in \ 144276da39aSCy Schubert n|no|NO) false;; \ 145276da39aSCy Schubert *) (install-info --version) >/dev/null 2>&1;; \ 146276da39aSCy Schubert esac 1472b15cb3dSCy SchubertHEADERS = $(noinst_HEADERS) 148276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 149276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in 1502b15cb3dSCy SchubertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1512b15cb3dSCy SchubertACLOCAL = @ACLOCAL@ 1522b15cb3dSCy SchubertALLOCA = @ALLOCA@ 1532b15cb3dSCy SchubertAMTAR = @AMTAR@ 1542b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 1552b15cb3dSCy SchubertAR = @AR@ 1562b15cb3dSCy SchubertAUTOCONF = @AUTOCONF@ 1572b15cb3dSCy SchubertAUTOHEADER = @AUTOHEADER@ 1582b15cb3dSCy SchubertAUTOMAKE = @AUTOMAKE@ 1592b15cb3dSCy SchubertAWK = @AWK@ 1609034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@ 1612b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 1622b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 1632b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 1642b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 1652b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 1662b15cb3dSCy SchubertCC = @CC@ 1672b15cb3dSCy SchubertCCDEPMODE = @CCDEPMODE@ 168a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@ 1692b15cb3dSCy SchubertCFLAGS = @CFLAGS@ 1709034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 1712b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@ 1722b15cb3dSCy SchubertCPP = @CPP@ 1732b15cb3dSCy SchubertCPPFLAGS = @CPPFLAGS@ 1742b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 1752b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@ 176a466cc55SCy SchubertCSCOPE = @CSCOPE@ 177a466cc55SCy SchubertCTAGS = @CTAGS@ 1782b15cb3dSCy SchubertCYGPATH_W = @CYGPATH_W@ 1792b15cb3dSCy SchubertDEFS = @DEFS@ 1802b15cb3dSCy SchubertDEPDIR = @DEPDIR@ 1812b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@ 1822b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@ 1832b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@ 1842b15cb3dSCy SchubertECHO_C = @ECHO_C@ 1852b15cb3dSCy SchubertECHO_N = @ECHO_N@ 1862b15cb3dSCy SchubertECHO_T = @ECHO_T@ 1872b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@ 1882b15cb3dSCy SchubertEGREP = @EGREP@ 189a466cc55SCy SchubertETAGS = @ETAGS@ 1902b15cb3dSCy SchubertEXEEXT = @EXEEXT@ 1912b15cb3dSCy SchubertFGREP = @FGREP@ 1922b15cb3dSCy SchubertGREP = @GREP@ 1932b15cb3dSCy SchubertHAVE_INLINE = @HAVE_INLINE@ 1942b15cb3dSCy SchubertINSTALL = @INSTALL@ 1952b15cb3dSCy SchubertINSTALL_DATA = @INSTALL_DATA@ 1962b15cb3dSCy SchubertINSTALL_PROGRAM = @INSTALL_PROGRAM@ 1972b15cb3dSCy SchubertINSTALL_SCRIPT = @INSTALL_SCRIPT@ 1982b15cb3dSCy SchubertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1992b15cb3dSCy SchubertLD = @LD@ 2002b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@ 2012b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@ 2022b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@ 2032b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@ 2042b15cb3dSCy SchubertLDFLAGS = @LDFLAGS@ 2052b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@ 2062b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 2072b15cb3dSCy SchubertLIBM = @LIBM@ 2082b15cb3dSCy SchubertLIBOBJS = @LIBOBJS@ 2092b15cb3dSCy SchubertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 2102b15cb3dSCy SchubertLIBOPTS_DIR = @LIBOPTS_DIR@ 2112b15cb3dSCy SchubertLIBOPTS_LDADD = @LIBOPTS_LDADD@ 2122b15cb3dSCy SchubertLIBS = @LIBS@ 2132b15cb3dSCy SchubertLIBTOOL = @LIBTOOL@ 2142b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@ 2152b15cb3dSCy SchubertLIB_SYSLOG = @LIB_SYSLOG@ 2162b15cb3dSCy SchubertLIPO = @LIPO@ 2172b15cb3dSCy SchubertLN_S = @LN_S@ 2189034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@ 2192b15cb3dSCy SchubertLTLIBOBJS = @LTLIBOBJS@ 220f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 2212b15cb3dSCy SchubertMAKEINFO = @MAKEINFO@ 2222b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@ 2232b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@ 2242b15cb3dSCy SchubertMKDIR_P = @MKDIR_P@ 2252b15cb3dSCy SchubertNM = @NM@ 2262b15cb3dSCy SchubertNMEDIT = @NMEDIT@ 2272b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@ 2282b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@ 2292b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@ 2302b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@ 2312b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@ 2322b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@ 2332b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@ 2342b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@ 2352b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@ 2362b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@ 2372b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@ 2382b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@ 2392b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@ 2402b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@ 2412b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@ 2422b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@ 2432b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@ 2442b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@ 2452b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@ 2462b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@ 2472b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@ 2482b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@ 2492b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@ 2502b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@ 2512b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@ 2522b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@ 2532b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@ 2542b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@ 2552b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@ 2562b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@ 2572b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@ 2582b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@ 2592b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@ 2602b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@ 2612b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@ 2622b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@ 2632b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@ 2642b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@ 2652b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@ 2662b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@ 2672b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@ 2682b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@ 2692b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@ 2702b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@ 2712b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@ 2722b15cb3dSCy SchubertNTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@ 273f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@ 274f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@ 275f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@ 2762b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 2772b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 2782b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 2792b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 2802b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 2812b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@ 2822b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@ 2832b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@ 2842b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@ 2852b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@ 2862b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@ 2872b15cb3dSCy SchubertOBJEXT = @OBJEXT@ 2882b15cb3dSCy SchubertOTOOL = @OTOOL@ 2892b15cb3dSCy SchubertOTOOL64 = @OTOOL64@ 2902b15cb3dSCy SchubertPACKAGE = @PACKAGE@ 2912b15cb3dSCy SchubertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 2922b15cb3dSCy SchubertPACKAGE_NAME = @PACKAGE_NAME@ 2932b15cb3dSCy SchubertPACKAGE_STRING = @PACKAGE_STRING@ 2942b15cb3dSCy SchubertPACKAGE_TARNAME = @PACKAGE_TARNAME@ 2952b15cb3dSCy SchubertPACKAGE_URL = @PACKAGE_URL@ 2962b15cb3dSCy SchubertPACKAGE_VERSION = @PACKAGE_VERSION@ 297*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@ 298276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@ 2992b15cb3dSCy SchubertPATH_SEPARATOR = @PATH_SEPARATOR@ 3002b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@ 3012b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@ 3022b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@ 3032b15cb3dSCy SchubertRANLIB = @RANLIB@ 3042b15cb3dSCy SchubertSED = @SED@ 3052b15cb3dSCy SchubertSET_MAKE = @SET_MAKE@ 3062b15cb3dSCy SchubertSHELL = @SHELL@ 3072b15cb3dSCy SchubertSNTP = @SNTP@ 3082b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@ 3092b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@ 3102b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@ 3112b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@ 3122b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@ 3132b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@ 3142b15cb3dSCy SchubertSTRIP = @STRIP@ 3152b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@ 3162b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@ 3172b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@ 3182b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@ 3192b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@ 3202b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@ 3212b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@ 3222b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@ 3232b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@ 3242b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@ 325a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 326a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 327a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 328a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 329a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 3302b15cb3dSCy SchubertVERSION = @VERSION@ 3312b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@ 3322b15cb3dSCy Schubertabs_builddir = @abs_builddir@ 3332b15cb3dSCy Schubertabs_srcdir = @abs_srcdir@ 3342b15cb3dSCy Schubertabs_top_builddir = @abs_top_builddir@ 3352b15cb3dSCy Schubertabs_top_srcdir = @abs_top_srcdir@ 3362b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@ 3372b15cb3dSCy Schubertac_ct_CC = @ac_ct_CC@ 3382b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 3392b15cb3dSCy Schubertam__include = @am__include@ 3402b15cb3dSCy Schubertam__leading_dot = @am__leading_dot@ 3412b15cb3dSCy Schubertam__quote = @am__quote@ 3422b15cb3dSCy Schubertam__tar = @am__tar@ 3432b15cb3dSCy Schubertam__untar = @am__untar@ 3442b15cb3dSCy Schubertbindir = @bindir@ 3452b15cb3dSCy Schubertbuild = @build@ 3462b15cb3dSCy Schubertbuild_alias = @build_alias@ 3472b15cb3dSCy Schubertbuild_cpu = @build_cpu@ 3482b15cb3dSCy Schubertbuild_os = @build_os@ 3492b15cb3dSCy Schubertbuild_vendor = @build_vendor@ 3502b15cb3dSCy Schubertbuilddir = @builddir@ 3512b15cb3dSCy Schubertdatadir = @datadir@ 3522b15cb3dSCy Schubertdatarootdir = @datarootdir@ 3532b15cb3dSCy Schubertdocdir = @docdir@ 3542b15cb3dSCy Schubertdvidir = @dvidir@ 3552b15cb3dSCy Schubertexec_prefix = @exec_prefix@ 3562b15cb3dSCy Schuberthost = @host@ 3572b15cb3dSCy Schuberthost_alias = @host_alias@ 3582b15cb3dSCy Schuberthost_cpu = @host_cpu@ 3592b15cb3dSCy Schuberthost_os = @host_os@ 3602b15cb3dSCy Schuberthost_vendor = @host_vendor@ 3612b15cb3dSCy Schuberthtmldir = @htmldir@ 3622b15cb3dSCy Schubertincludedir = @includedir@ 3632b15cb3dSCy Schubertinfodir = @infodir@ 3642b15cb3dSCy Schubertinstall_sh = @install_sh@ 3652b15cb3dSCy Schubertlibdir = @libdir@ 3662b15cb3dSCy Schubertlibexecdir = @libexecdir@ 3672b15cb3dSCy Schubertlocaledir = @localedir@ 3682b15cb3dSCy Schubertlocalstatedir = @localstatedir@ 3692b15cb3dSCy Schubertmandir = @mandir@ 3702b15cb3dSCy Schubertmkdir_p = @mkdir_p@ 3712b15cb3dSCy Schubertoldincludedir = @oldincludedir@ 3722b15cb3dSCy Schubertpdfdir = @pdfdir@ 3732b15cb3dSCy Schubertprefix = @prefix@ 3742b15cb3dSCy Schubertprogram_transform_name = @program_transform_name@ 3752b15cb3dSCy Schubertpsdir = @psdir@ 376a466cc55SCy Schubertrunstatedir = @runstatedir@ 3772b15cb3dSCy Schubertsbindir = @sbindir@ 3782b15cb3dSCy Schubertsharedstatedir = @sharedstatedir@ 3792b15cb3dSCy Schubertsrcdir = @srcdir@ 3802b15cb3dSCy Schubertsubdirs = @subdirs@ 3812b15cb3dSCy Schubertsysconfdir = @sysconfdir@ 3822b15cb3dSCy Schuberttarget_alias = @target_alias@ 3832b15cb3dSCy Schuberttop_build_prefix = @top_build_prefix@ 3842b15cb3dSCy Schuberttop_builddir = @top_builddir@ 3852b15cb3dSCy Schuberttop_srcdir = @top_srcdir@ 3862b15cb3dSCy SchubertNULL = 3872b15cb3dSCy SchubertEXTRA_DIST = \ 3882b15cb3dSCy Schubert autogen-version.def \ 3892b15cb3dSCy Schubert copyright.def \ 3902b15cb3dSCy Schubert debug-opt.def \ 3912b15cb3dSCy Schubert homerc.def \ 3922b15cb3dSCy Schubert ntp.lic \ 3932b15cb3dSCy Schubert version.def \ 3942b15cb3dSCy Schubert version.texi \ 3952b15cb3dSCy Schubert $(NULL) 3962b15cb3dSCy Schubert 3972b15cb3dSCy Schubertnoinst_HEADERS = 3982b15cb3dSCy Schubertall: all-am 3992b15cb3dSCy Schubert 4002b15cb3dSCy Schubert.SUFFIXES: 4012b15cb3dSCy Schubert$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 4022b15cb3dSCy Schubert @for dep in $?; do \ 4032b15cb3dSCy Schubert case '$(am__configure_deps)' in \ 4042b15cb3dSCy Schubert *$$dep*) \ 4052b15cb3dSCy Schubert ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 4062b15cb3dSCy Schubert && { if test -f $@; then exit 0; else break; fi; }; \ 4072b15cb3dSCy Schubert exit 1;; \ 4082b15cb3dSCy Schubert esac; \ 4092b15cb3dSCy Schubert done; \ 4102b15cb3dSCy Schubert echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 4112b15cb3dSCy Schubert $(am__cd) $(top_srcdir) && \ 4122b15cb3dSCy Schubert $(AUTOMAKE) --foreign include/Makefile 4132b15cb3dSCy SchubertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 4142b15cb3dSCy Schubert @case '$?' in \ 4152b15cb3dSCy Schubert *config.status*) \ 4162b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 4172b15cb3dSCy Schubert *) \ 418a466cc55SCy Schubert echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 419a466cc55SCy Schubert cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 4202b15cb3dSCy Schubert esac; 4212b15cb3dSCy Schubert 4222b15cb3dSCy Schubert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 4232b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 4242b15cb3dSCy Schubert 4252b15cb3dSCy Schubert$(top_srcdir)/configure: $(am__configure_deps) 4262b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 4272b15cb3dSCy Schubert$(ACLOCAL_M4): $(am__aclocal_m4_deps) 4282b15cb3dSCy Schubert cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 4292b15cb3dSCy Schubert$(am__aclocal_m4_deps): 4302b15cb3dSCy Schubert 4312b15cb3dSCy Schubertmostlyclean-libtool: 4322b15cb3dSCy Schubert -rm -f *.lo 4332b15cb3dSCy Schubert 4342b15cb3dSCy Schubertclean-libtool: 4352b15cb3dSCy Schubert -rm -rf .libs _libs 436276da39aSCy Schuberttags TAGS: 4372b15cb3dSCy Schubert 438276da39aSCy Schubertctags CTAGS: 439276da39aSCy Schubert 440276da39aSCy Schubertcscope cscopelist: 4412b15cb3dSCy Schubert 442a466cc55SCy Schubertdistdir: $(BUILT_SOURCES) 443a466cc55SCy Schubert $(MAKE) $(AM_MAKEFLAGS) distdir-am 4442b15cb3dSCy Schubert 445a466cc55SCy Schubertdistdir-am: $(DISTFILES) 4462b15cb3dSCy Schubert @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 4472b15cb3dSCy Schubert topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 4482b15cb3dSCy Schubert list='$(DISTFILES)'; \ 4492b15cb3dSCy Schubert dist_files=`for file in $$list; do echo $$file; done | \ 4502b15cb3dSCy Schubert sed -e "s|^$$srcdirstrip/||;t" \ 4512b15cb3dSCy Schubert -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 4522b15cb3dSCy Schubert case $$dist_files in \ 4532b15cb3dSCy Schubert */*) $(MKDIR_P) `echo "$$dist_files" | \ 4542b15cb3dSCy Schubert sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 4552b15cb3dSCy Schubert sort -u` ;; \ 4562b15cb3dSCy Schubert esac; \ 4572b15cb3dSCy Schubert for file in $$dist_files; do \ 4582b15cb3dSCy Schubert if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 4592b15cb3dSCy Schubert if test -d $$d/$$file; then \ 4602b15cb3dSCy Schubert dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 4612b15cb3dSCy Schubert if test -d "$(distdir)/$$file"; then \ 4622b15cb3dSCy Schubert find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 4632b15cb3dSCy Schubert fi; \ 4642b15cb3dSCy Schubert if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 4652b15cb3dSCy Schubert cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 4662b15cb3dSCy Schubert find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 4672b15cb3dSCy Schubert fi; \ 4682b15cb3dSCy Schubert cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 4692b15cb3dSCy Schubert else \ 4702b15cb3dSCy Schubert test -f "$(distdir)/$$file" \ 4712b15cb3dSCy Schubert || cp -p $$d/$$file "$(distdir)/$$file" \ 4722b15cb3dSCy Schubert || exit 1; \ 4732b15cb3dSCy Schubert fi; \ 4742b15cb3dSCy Schubert done 4752b15cb3dSCy Schubertcheck-am: all-am 4762b15cb3dSCy Schubertcheck: check-am 4772b15cb3dSCy Schubertall-am: Makefile $(HEADERS) 4782b15cb3dSCy Schubertinstalldirs: 4792b15cb3dSCy Schubertinstall: install-am 4802b15cb3dSCy Schubertinstall-exec: install-exec-am 4812b15cb3dSCy Schubertinstall-data: install-data-am 4822b15cb3dSCy Schubertuninstall: uninstall-am 4832b15cb3dSCy Schubert 4842b15cb3dSCy Schubertinstall-am: all-am 4852b15cb3dSCy Schubert @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 4862b15cb3dSCy Schubert 4872b15cb3dSCy Schubertinstallcheck: installcheck-am 4882b15cb3dSCy Schubertinstall-strip: 489276da39aSCy Schubert if test -z '$(STRIP)'; then \ 4902b15cb3dSCy Schubert $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 4912b15cb3dSCy Schubert install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 492276da39aSCy Schubert install; \ 493276da39aSCy Schubert else \ 494276da39aSCy Schubert $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 495276da39aSCy Schubert install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 496276da39aSCy Schubert "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 497276da39aSCy Schubert fi 4982b15cb3dSCy Schubertmostlyclean-generic: 4992b15cb3dSCy Schubert 5002b15cb3dSCy Schubertclean-generic: 5012b15cb3dSCy Schubert 5022b15cb3dSCy Schubertdistclean-generic: 5032b15cb3dSCy Schubert -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 5042b15cb3dSCy Schubert -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 5052b15cb3dSCy Schubert 5062b15cb3dSCy Schubertmaintainer-clean-generic: 5072b15cb3dSCy Schubert @echo "This command is intended for maintainers to use" 5082b15cb3dSCy Schubert @echo "it deletes files that may require special tools to rebuild." 5092b15cb3dSCy Schubertclean: clean-am 5102b15cb3dSCy Schubert 5112b15cb3dSCy Schubertclean-am: clean-generic clean-libtool mostlyclean-am 5122b15cb3dSCy Schubert 5132b15cb3dSCy Schubertdistclean: distclean-am 5142b15cb3dSCy Schubert -rm -f Makefile 5152b15cb3dSCy Schubertdistclean-am: clean-am distclean-generic 5162b15cb3dSCy Schubert 5172b15cb3dSCy Schubertdvi: dvi-am 5182b15cb3dSCy Schubert 5192b15cb3dSCy Schubertdvi-am: 5202b15cb3dSCy Schubert 5212b15cb3dSCy Schuberthtml: html-am 5222b15cb3dSCy Schubert 5232b15cb3dSCy Schuberthtml-am: 5242b15cb3dSCy Schubert 5252b15cb3dSCy Schubertinfo: info-am 5262b15cb3dSCy Schubert 5272b15cb3dSCy Schubertinfo-am: 5282b15cb3dSCy Schubert 5292b15cb3dSCy Schubertinstall-data-am: 5302b15cb3dSCy Schubert 5312b15cb3dSCy Schubertinstall-dvi: install-dvi-am 5322b15cb3dSCy Schubert 5332b15cb3dSCy Schubertinstall-dvi-am: 5342b15cb3dSCy Schubert 5352b15cb3dSCy Schubertinstall-exec-am: 5362b15cb3dSCy Schubert 5372b15cb3dSCy Schubertinstall-html: install-html-am 5382b15cb3dSCy Schubert 5392b15cb3dSCy Schubertinstall-html-am: 5402b15cb3dSCy Schubert 5412b15cb3dSCy Schubertinstall-info: install-info-am 5422b15cb3dSCy Schubert 5432b15cb3dSCy Schubertinstall-info-am: 5442b15cb3dSCy Schubert 5452b15cb3dSCy Schubertinstall-man: 5462b15cb3dSCy Schubert 5472b15cb3dSCy Schubertinstall-pdf: install-pdf-am 5482b15cb3dSCy Schubert 5492b15cb3dSCy Schubertinstall-pdf-am: 5502b15cb3dSCy Schubert 5512b15cb3dSCy Schubertinstall-ps: install-ps-am 5522b15cb3dSCy Schubert 5532b15cb3dSCy Schubertinstall-ps-am: 5542b15cb3dSCy Schubert 5552b15cb3dSCy Schubertinstallcheck-am: 5562b15cb3dSCy Schubert 5572b15cb3dSCy Schubertmaintainer-clean: maintainer-clean-am 5582b15cb3dSCy Schubert -rm -f Makefile 5592b15cb3dSCy Schubertmaintainer-clean-am: distclean-am maintainer-clean-generic 5602b15cb3dSCy Schubert 5612b15cb3dSCy Schubertmostlyclean: mostlyclean-am 5622b15cb3dSCy Schubert 5632b15cb3dSCy Schubertmostlyclean-am: mostlyclean-generic mostlyclean-libtool 5642b15cb3dSCy Schubert 5652b15cb3dSCy Schubertpdf: pdf-am 5662b15cb3dSCy Schubert 5672b15cb3dSCy Schubertpdf-am: 5682b15cb3dSCy Schubert 5692b15cb3dSCy Schubertps: ps-am 5702b15cb3dSCy Schubert 5712b15cb3dSCy Schubertps-am: 5722b15cb3dSCy Schubert 5732b15cb3dSCy Schubertuninstall-am: 5742b15cb3dSCy Schubert 5752b15cb3dSCy Schubert.MAKE: install-am install-strip 5762b15cb3dSCy Schubert 5772b15cb3dSCy Schubert.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 578276da39aSCy Schubert cscopelist-am ctags-am distclean distclean-generic \ 579276da39aSCy Schubert distclean-libtool distdir dvi dvi-am html html-am info info-am \ 580276da39aSCy Schubert install install-am install-data install-data-am install-dvi \ 581276da39aSCy Schubert install-dvi-am install-exec install-exec-am install-html \ 582276da39aSCy Schubert install-html-am install-info install-info-am install-man \ 583276da39aSCy Schubert install-pdf install-pdf-am install-ps install-ps-am \ 584276da39aSCy Schubert install-strip installcheck installcheck-am installdirs \ 585276da39aSCy Schubert maintainer-clean maintainer-clean-generic mostlyclean \ 586276da39aSCy Schubert mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 587276da39aSCy Schubert tags-am uninstall uninstall-am 588276da39aSCy Schubert 589276da39aSCy Schubert.PRECIOUS: Makefile 5902b15cb3dSCy Schubert 5912b15cb3dSCy Schubert 5922b15cb3dSCy Schubert$(srcdir)/version.def: $(srcdir)/../../packageinfo.sh 5932b15cb3dSCy Schubert cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def 5942b15cb3dSCy Schubert 5952b15cb3dSCy Schubert$(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh 5962b15cb3dSCy Schubert cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi 5972b15cb3dSCy Schubert 5982b15cb3dSCy Schubert# Tell versions [3.59,3.63) of GNU make to not export all variables. 5992b15cb3dSCy Schubert# Otherwise a system limit (for SysV at least) may be exceeded. 6002b15cb3dSCy Schubert.NOEXPORT: 601