1*dd2e700fSchristos# Makefile.in generated by automake 1.15.1 from Makefile.am.
22b3787f6Schristos# @configure_input@
32b3787f6Schristos
4*dd2e700fSchristos# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5b76cdf5cSchristos
62b3787f6Schristos# This Makefile.in is free software; the Free Software Foundation
72b3787f6Schristos# gives unlimited permission to copy and/or distribute it,
82b3787f6Schristos# with or without modifications, as long as this notice is preserved.
92b3787f6Schristos
102b3787f6Schristos# This program is distributed in the hope that it will be useful,
112b3787f6Schristos# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
122b3787f6Schristos# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
132b3787f6Schristos# PARTICULAR PURPOSE.
142b3787f6Schristos
152b3787f6Schristos@SET_MAKE@
162b3787f6Schristos
172b3787f6Schristos
182b3787f6SchristosVPATH = @srcdir@
19b76cdf5cSchristosam__is_gnu_make = { \
20b76cdf5cSchristos  if test -z '$(MAKELEVEL)'; then \
21b76cdf5cSchristos    false; \
22b76cdf5cSchristos  elif test -n '$(MAKE_HOST)'; then \
23b76cdf5cSchristos    true; \
24b76cdf5cSchristos  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25b76cdf5cSchristos    true; \
26b76cdf5cSchristos  else \
27b76cdf5cSchristos    false; \
28b76cdf5cSchristos  fi; \
29b76cdf5cSchristos}
30b76cdf5cSchristosam__make_running_with_option = \
31b76cdf5cSchristos  case $${target_option-} in \
32b76cdf5cSchristos      ?) ;; \
33b76cdf5cSchristos      *) echo "am__make_running_with_option: internal error: invalid" \
34b76cdf5cSchristos              "target option '$${target_option-}' specified" >&2; \
35b76cdf5cSchristos         exit 1;; \
36b76cdf5cSchristos  esac; \
37b76cdf5cSchristos  has_opt=no; \
38b76cdf5cSchristos  sane_makeflags=$$MAKEFLAGS; \
39b76cdf5cSchristos  if $(am__is_gnu_make); then \
40b76cdf5cSchristos    sane_makeflags=$$MFLAGS; \
41b76cdf5cSchristos  else \
42b76cdf5cSchristos    case $$MAKEFLAGS in \
43b76cdf5cSchristos      *\\[\ \	]*) \
44b76cdf5cSchristos        bs=\\; \
45b76cdf5cSchristos        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46b76cdf5cSchristos          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47b76cdf5cSchristos    esac; \
48b76cdf5cSchristos  fi; \
49b76cdf5cSchristos  skip_next=no; \
50b76cdf5cSchristos  strip_trailopt () \
51b76cdf5cSchristos  { \
52b76cdf5cSchristos    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53b76cdf5cSchristos  }; \
54b76cdf5cSchristos  for flg in $$sane_makeflags; do \
55b76cdf5cSchristos    test $$skip_next = yes && { skip_next=no; continue; }; \
56b76cdf5cSchristos    case $$flg in \
57b76cdf5cSchristos      *=*|--*) continue;; \
58b76cdf5cSchristos        -*I) strip_trailopt 'I'; skip_next=yes;; \
59b76cdf5cSchristos      -*I?*) strip_trailopt 'I';; \
60b76cdf5cSchristos        -*O) strip_trailopt 'O'; skip_next=yes;; \
61b76cdf5cSchristos      -*O?*) strip_trailopt 'O';; \
62b76cdf5cSchristos        -*l) strip_trailopt 'l'; skip_next=yes;; \
63b76cdf5cSchristos      -*l?*) strip_trailopt 'l';; \
64b76cdf5cSchristos      -[dEDm]) skip_next=yes;; \
65b76cdf5cSchristos      -[JT]) skip_next=yes;; \
66b76cdf5cSchristos    esac; \
67b76cdf5cSchristos    case $$flg in \
68b76cdf5cSchristos      *$$target_option*) has_opt=yes; break;; \
69b76cdf5cSchristos    esac; \
70b76cdf5cSchristos  done; \
71b76cdf5cSchristos  test $$has_opt = yes
72b76cdf5cSchristosam__make_dryrun = (target_option=n; $(am__make_running_with_option))
73b76cdf5cSchristosam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
742b3787f6Schristospkgdatadir = $(datadir)/@PACKAGE@
752b3787f6Schristospkgincludedir = $(includedir)/@PACKAGE@
762b3787f6Schristospkglibdir = $(libdir)/@PACKAGE@
772b3787f6Schristospkglibexecdir = $(libexecdir)/@PACKAGE@
782b3787f6Schristosam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
792b3787f6Schristosinstall_sh_DATA = $(install_sh) -c -m 644
802b3787f6Schristosinstall_sh_PROGRAM = $(install_sh) -c
812b3787f6Schristosinstall_sh_SCRIPT = $(install_sh) -c
822b3787f6SchristosINSTALL_HEADER = $(INSTALL_DATA)
832b3787f6Schristostransform = $(program_transform_name)
842b3787f6SchristosNORMAL_INSTALL = :
852b3787f6SchristosPRE_INSTALL = :
862b3787f6SchristosPOST_INSTALL = :
872b3787f6SchristosNORMAL_UNINSTALL = :
882b3787f6SchristosPRE_UNINSTALL = :
892b3787f6SchristosPOST_UNINSTALL = :
902b3787f6Schristosbuild_triplet = @build@
912b3787f6Schristoshost_triplet = @host@
922b3787f6Schristossubdir = scripts/ntp-wait
932b3787f6SchristosACLOCAL_M4 = $(top_srcdir)/aclocal.m4
942b3787f6Schristosam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
951b6f2cd4Schristos	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
9620ef19a6Schristos	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
972b3787f6Schristos	$(top_srcdir)/sntp/m4/define_dir.m4 \
982b3787f6Schristos	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
992b3787f6Schristos	$(top_srcdir)/sntp/m4/libtool.m4 \
1002b3787f6Schristos	$(top_srcdir)/sntp/m4/ltoptions.m4 \
1012b3787f6Schristos	$(top_srcdir)/sntp/m4/ltsugar.m4 \
1022b3787f6Schristos	$(top_srcdir)/sntp/m4/ltversion.m4 \
1032b3787f6Schristos	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
104611b30b4Schristos	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
1052b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
1062b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
1072b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
1081b6f2cd4Schristos	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
1092b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
1102b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
1112b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
1122b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
1130454d1b2Schristos	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
1142b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
1152b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
1162b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
1172b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
1182b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
1192b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
1202b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
1212b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
1223468963bSchristos	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
1232b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
1242b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
1252b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
126b76cdf5cSchristos	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
1272b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
1282b3787f6Schristos	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
12920ef19a6Schristos	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
13020ef19a6Schristos	$(top_srcdir)/sntp/m4/openldap.m4 \
1312b3787f6Schristos	$(top_srcdir)/sntp/m4/os_cflags.m4 \
1322b3787f6Schristos	$(top_srcdir)/sntp/m4/snprintf.m4 \
1332b3787f6Schristos	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
1342b3787f6Schristosam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1352b3787f6Schristos	$(ACLOCAL_M4)
136b76cdf5cSchristosDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1372b3787f6Schristosmkinstalldirs = $(install_sh) -d
1382b3787f6SchristosCONFIG_HEADER = $(top_builddir)/config.h
1392b3787f6SchristosCONFIG_CLEAN_FILES = ntp-wait
1402b3787f6SchristosCONFIG_CLEAN_VPATH_FILES =
1412b3787f6Schristosam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1422b3787f6Schristosam__vpath_adj = case $$p in \
1432b3787f6Schristos    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1442b3787f6Schristos    *) f=$$p;; \
1452b3787f6Schristos  esac;
1462b3787f6Schristosam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1472b3787f6Schristosam__install_max = 40
1482b3787f6Schristosam__nobase_strip_setup = \
1492b3787f6Schristos  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1502b3787f6Schristosam__nobase_strip = \
1512b3787f6Schristos  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1522b3787f6Schristosam__nobase_list = $(am__nobase_strip_setup); \
1532b3787f6Schristos  for p in $$list; do echo "$$p $$p"; done | \
1542b3787f6Schristos  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1552b3787f6Schristos  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1562b3787f6Schristos    if (++n[$$2] == $(am__install_max)) \
1572b3787f6Schristos      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1582b3787f6Schristos    END { for (dir in files) print dir, files[dir] }'
1592b3787f6Schristosam__base_list = \
1602b3787f6Schristos  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1612b3787f6Schristos  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162b76cdf5cSchristosam__uninstall_files_from_dir = { \
163b76cdf5cSchristos  test -z "$$files" \
164b76cdf5cSchristos    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165b76cdf5cSchristos    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166b76cdf5cSchristos         $(am__cd) "$$dir" && rm -f $$files; }; \
167b76cdf5cSchristos  }
1682b3787f6Schristosam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
1691b6f2cd4Schristos	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
1701b6f2cd4Schristos	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
1712b3787f6SchristosSCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS) $(sbin_SCRIPTS)
172b76cdf5cSchristosAM_V_P = $(am__v_P_@AM_V@)
173b76cdf5cSchristosam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174b76cdf5cSchristosam__v_P_0 = false
175b76cdf5cSchristosam__v_P_1 = :
176b76cdf5cSchristosAM_V_GEN = $(am__v_GEN_@AM_V@)
177b76cdf5cSchristosam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1782b3787f6Schristosam__v_GEN_0 = @echo "  GEN     " $@;
179b76cdf5cSchristosam__v_GEN_1 =
180b76cdf5cSchristosAM_V_at = $(am__v_at_@AM_V@)
181b76cdf5cSchristosam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1822b3787f6Schristosam__v_at_0 = @
183b76cdf5cSchristosam__v_at_1 =
1842b3787f6SchristosSOURCES =
1852b3787f6SchristosDIST_SOURCES =
186b76cdf5cSchristosam__can_run_installinfo = \
187b76cdf5cSchristos  case $$AM_UPDATE_INFO_DIR in \
188b76cdf5cSchristos    n|no|NO) false;; \
189b76cdf5cSchristos    *) (install-info --version) >/dev/null 2>&1;; \
190b76cdf5cSchristos  esac
1911b6f2cd4Schristosman1dir = $(mandir)/man1
1921b6f2cd4Schristosman8dir = $(mandir)/man8
1931b6f2cd4SchristosNROFF = nroff
1941b6f2cd4SchristosMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
1952b3787f6SchristosDATA = $(html_DATA) $(noinst_DATA)
196b76cdf5cSchristosam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197b76cdf5cSchristosam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ntp-wait.in
1982b3787f6SchristosDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1992b3787f6SchristosACLOCAL = @ACLOCAL@
2002b3787f6SchristosALLOCA = @ALLOCA@
2012b3787f6SchristosAMTAR = @AMTAR@
2022b3787f6SchristosAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2032b3787f6SchristosAR = @AR@
2042b3787f6SchristosAUTOCONF = @AUTOCONF@
2052b3787f6SchristosAUTOHEADER = @AUTOHEADER@
2062b3787f6SchristosAUTOMAKE = @AUTOMAKE@
2072b3787f6SchristosAWK = @AWK@
2083468963bSchristosBUILD_THREAD = @BUILD_THREAD@
2092b3787f6SchristosCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
2102b3787f6SchristosCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
2112b3787f6SchristosCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
2122b3787f6SchristosCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
2131b6f2cd4SchristosCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
2142b3787f6SchristosCC = @CC@
2152b3787f6SchristosCCDEPMODE = @CCDEPMODE@
2162b3787f6SchristosCFLAGS = @CFLAGS@
2173468963bSchristosCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
2182b3787f6SchristosCFLAGS_NTP = @CFLAGS_NTP@
2192b3787f6SchristosCHUTEST = @CHUTEST@
2202b3787f6SchristosCONFIG_SHELL = @CONFIG_SHELL@
2212b3787f6SchristosCPP = @CPP@
2222b3787f6SchristosCPPFLAGS = @CPPFLAGS@
22320ef19a6SchristosCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
2242b3787f6SchristosCPPFLAGS_NTP = @CPPFLAGS_NTP@
2252b3787f6SchristosCYGPATH_W = @CYGPATH_W@
2262b3787f6SchristosDCFD = @DCFD@
2272b3787f6SchristosDEFS = @DEFS@
2282b3787f6SchristosDEPDIR = @DEPDIR@
2292b3787f6SchristosDLLTOOL = @DLLTOOL@
2302b3787f6SchristosDSYMUTIL = @DSYMUTIL@
2312b3787f6SchristosDUMPBIN = @DUMPBIN@
2322b3787f6SchristosECHO_C = @ECHO_C@
2332b3787f6SchristosECHO_N = @ECHO_N@
2342b3787f6SchristosECHO_T = @ECHO_T@
2352b3787f6SchristosEDITLINE_LIBS = @EDITLINE_LIBS@
2362b3787f6SchristosEGREP = @EGREP@
2372b3787f6SchristosEXEEXT = @EXEEXT@
2382b3787f6SchristosFGREP = @FGREP@
2392b3787f6SchristosGREP = @GREP@
2402b3787f6SchristosGTEST_CONFIG = @GTEST_CONFIG@
2412b3787f6SchristosGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
2422b3787f6SchristosGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
2432b3787f6SchristosGTEST_LDFLAGS = @GTEST_LDFLAGS@
2442b3787f6SchristosGTEST_LIBS = @GTEST_LIBS@
2452b3787f6SchristosHAVE_INLINE = @HAVE_INLINE@
246b76cdf5cSchristosHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
2472b3787f6SchristosHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
2482b3787f6SchristosHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
2492b3787f6SchristosINSTALL = @INSTALL@
2502b3787f6SchristosINSTALL_DATA = @INSTALL_DATA@
2512b3787f6SchristosINSTALL_PROGRAM = @INSTALL_PROGRAM@
2522b3787f6SchristosINSTALL_SCRIPT = @INSTALL_SCRIPT@
2532b3787f6SchristosINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2542b3787f6SchristosLD = @LD@
25520ef19a6SchristosLDADD_LIBEVENT = @LDADD_LIBEVENT@
2562b3787f6SchristosLDADD_LIBNTP = @LDADD_LIBNTP@
25720ef19a6SchristosLDADD_LIBUTIL = @LDADD_LIBUTIL@
2582b3787f6SchristosLDADD_NLIST = @LDADD_NLIST@
2592b3787f6SchristosLDADD_NTP = @LDADD_NTP@
2602b3787f6SchristosLDFLAGS = @LDFLAGS@
2612b3787f6SchristosLDFLAGS_NTP = @LDFLAGS_NTP@
2622b3787f6SchristosLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
2632b3787f6SchristosLIBM = @LIBM@
2642b3787f6SchristosLIBOBJS = @LIBOBJS@
2652b3787f6SchristosLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
2662b3787f6SchristosLIBOPTS_DIR = @LIBOPTS_DIR@
2672b3787f6SchristosLIBOPTS_LDADD = @LIBOPTS_LDADD@
2682b3787f6SchristosLIBPARSE = @LIBPARSE@
2692b3787f6SchristosLIBS = @LIBS@
2702b3787f6SchristosLIBTOOL = @LIBTOOL@
2712b3787f6SchristosLIBTOOL_DEPS = @LIBTOOL_DEPS@
2722b3787f6SchristosLIPO = @LIPO@
2732b3787f6SchristosLN_S = @LN_S@
2742b3787f6SchristosLSCF = @LSCF@
2753468963bSchristosLTHREAD_LIBS = @LTHREAD_LIBS@
2762b3787f6SchristosLTLIBOBJS = @LTLIBOBJS@
2770454d1b2SchristosLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
2782b3787f6SchristosMAKEINFO = @MAKEINFO@
2792b3787f6SchristosMAKE_ADJTIMED = @MAKE_ADJTIMED@
2802b3787f6SchristosMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
2812b3787f6SchristosMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
2822b3787f6SchristosMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
2832b3787f6SchristosMAKE_LIBPARSE = @MAKE_LIBPARSE@
2842b3787f6SchristosMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
2852b3787f6SchristosMAKE_NTPDSIM = @MAKE_NTPDSIM@
2862b3787f6SchristosMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
2872b3787f6SchristosMAKE_NTPTIME = @MAKE_NTPTIME@
2882b3787f6SchristosMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
2892b3787f6SchristosMAKE_TICKADJ = @MAKE_TICKADJ@
2902b3787f6SchristosMAKE_TIMETRIM = @MAKE_TIMETRIM@
2912b3787f6SchristosMANIFEST_TOOL = @MANIFEST_TOOL@
2922b3787f6SchristosMANTAGFMT = @MANTAGFMT@
2932b3787f6SchristosMKDIR_P = @MKDIR_P@
2942b3787f6SchristosNM = @NM@
2952b3787f6SchristosNMEDIT = @NMEDIT@
2962b3787f6SchristosNTPDATE_DB = @NTPDATE_DB@
2972b3787f6SchristosNTPDATE_DL = @NTPDATE_DL@
2982b3787f6SchristosNTPDATE_DS = @NTPDATE_DS@
2992b3787f6SchristosNTPDATE_MS = @NTPDATE_MS@
3001b6f2cd4SchristosNTPDATE_NI = @NTPDATE_NI@
3012b3787f6SchristosNTPDC_DB = @NTPDC_DB@
3022b3787f6SchristosNTPDC_DL = @NTPDC_DL@
3032b3787f6SchristosNTPDC_DS = @NTPDC_DS@
3042b3787f6SchristosNTPDC_MS = @NTPDC_MS@
3051b6f2cd4SchristosNTPDC_NI = @NTPDC_NI@
3062b3787f6SchristosNTPDSIM_DB = @NTPDSIM_DB@
3072b3787f6SchristosNTPDSIM_DL = @NTPDSIM_DL@
3082b3787f6SchristosNTPDSIM_DS = @NTPDSIM_DS@
3092b3787f6SchristosNTPDSIM_MS = @NTPDSIM_MS@
3101b6f2cd4SchristosNTPDSIM_NI = @NTPDSIM_NI@
3112b3787f6SchristosNTPD_DB = @NTPD_DB@
3122b3787f6SchristosNTPD_DL = @NTPD_DL@
3132b3787f6SchristosNTPD_DS = @NTPD_DS@
3142b3787f6SchristosNTPD_MS = @NTPD_MS@
3151b6f2cd4SchristosNTPD_NI = @NTPD_NI@
3162b3787f6SchristosNTPQ_DB = @NTPQ_DB@
3172b3787f6SchristosNTPQ_DL = @NTPQ_DL@
3182b3787f6SchristosNTPQ_DS = @NTPQ_DS@
3192b3787f6SchristosNTPQ_MS = @NTPQ_MS@
3201b6f2cd4SchristosNTPQ_NI = @NTPQ_NI@
3212b3787f6SchristosNTPSNMPD_DB = @NTPSNMPD_DB@
3222b3787f6SchristosNTPSNMPD_DL = @NTPSNMPD_DL@
3232b3787f6SchristosNTPSNMPD_DS = @NTPSNMPD_DS@
3242b3787f6SchristosNTPSNMPD_MS = @NTPSNMPD_MS@
3251b6f2cd4SchristosNTPSNMPD_NI = @NTPSNMPD_NI@
3261b6f2cd4SchristosNTPSWEEP_DB = @NTPSWEEP_DB@
3271b6f2cd4SchristosNTPSWEEP_DL = @NTPSWEEP_DL@
3281b6f2cd4SchristosNTPSWEEP_DS = @NTPSWEEP_DS@
3291b6f2cd4SchristosNTPSWEEP_MS = @NTPSWEEP_MS@
3301b6f2cd4SchristosNTPSWEEP_NI = @NTPSWEEP_NI@
3312b3787f6SchristosNTPTIME_DB = @NTPTIME_DB@
3322b3787f6SchristosNTPTIME_DL = @NTPTIME_DL@
3332b3787f6SchristosNTPTIME_DS = @NTPTIME_DS@
3342b3787f6SchristosNTPTIME_MS = @NTPTIME_MS@
3351b6f2cd4SchristosNTPTIME_NI = @NTPTIME_NI@
3362b3787f6SchristosNTPTRACE_DB = @NTPTRACE_DB@
3372b3787f6SchristosNTPTRACE_DL = @NTPTRACE_DL@
3382b3787f6SchristosNTPTRACE_DS = @NTPTRACE_DS@
3392b3787f6SchristosNTPTRACE_MS = @NTPTRACE_MS@
3401b6f2cd4SchristosNTPTRACE_NI = @NTPTRACE_NI@
3410454d1b2SchristosNTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
3420454d1b2SchristosNTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
3430454d1b2SchristosNTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
3442b3787f6SchristosNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
3452b3787f6SchristosNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
3462b3787f6SchristosNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
3472b3787f6SchristosNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
3481b6f2cd4SchristosNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
3492b3787f6SchristosNTP_KEYSDIR = @NTP_KEYSDIR@
3502b3787f6SchristosNTP_WAIT_DB = @NTP_WAIT_DB@
3512b3787f6SchristosNTP_WAIT_DL = @NTP_WAIT_DL@
3522b3787f6SchristosNTP_WAIT_DS = @NTP_WAIT_DS@
3532b3787f6SchristosNTP_WAIT_MS = @NTP_WAIT_MS@
3541b6f2cd4SchristosNTP_WAIT_NI = @NTP_WAIT_NI@
3552b3787f6SchristosOBJDUMP = @OBJDUMP@
3562b3787f6SchristosOBJEXT = @OBJEXT@
3572b3787f6SchristosOTOOL = @OTOOL@
3582b3787f6SchristosOTOOL64 = @OTOOL64@
3592b3787f6SchristosPACKAGE = @PACKAGE@
3602b3787f6SchristosPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3612b3787f6SchristosPACKAGE_NAME = @PACKAGE_NAME@
3622b3787f6SchristosPACKAGE_STRING = @PACKAGE_STRING@
3632b3787f6SchristosPACKAGE_TARNAME = @PACKAGE_TARNAME@
3642b3787f6SchristosPACKAGE_URL = @PACKAGE_URL@
3652b3787f6SchristosPACKAGE_VERSION = @PACKAGE_VERSION@
3662b3787f6SchristosPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
3672b3787f6SchristosPATH_PERL = @PATH_PERL@
368b76cdf5cSchristosPATH_RUBY = @PATH_RUBY@
3692b3787f6SchristosPATH_SEPARATOR = @PATH_SEPARATOR@
3702b3787f6SchristosPATH_TEST = @PATH_TEST@
3712b3787f6SchristosPERLLIBDIR = @PERLLIBDIR@
3722b3787f6SchristosPKG_CONFIG = @PKG_CONFIG@
3732b3787f6SchristosPOSIX_SHELL = @POSIX_SHELL@
3742b3787f6SchristosPROPDELAY = @PROPDELAY@
3752b3787f6SchristosPTHREAD_LIBS = @PTHREAD_LIBS@
3762b3787f6SchristosRANLIB = @RANLIB@
3772b3787f6SchristosSED = @SED@
3782b3787f6SchristosSET_MAKE = @SET_MAKE@
3792b3787f6SchristosSHELL = @SHELL@
3802b3787f6SchristosSNMP_CFLAGS = @SNMP_CFLAGS@
3812b3787f6SchristosSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
3822b3787f6SchristosSNMP_LIBS = @SNMP_LIBS@
3832b3787f6SchristosSNTP = @SNTP@
3842b3787f6SchristosSNTP_DB = @SNTP_DB@
3852b3787f6SchristosSNTP_DL = @SNTP_DL@
3862b3787f6SchristosSNTP_DS = @SNTP_DS@
3872b3787f6SchristosSNTP_MS = @SNTP_MS@
3881b6f2cd4SchristosSNTP_NI = @SNTP_NI@
3891b6f2cd4SchristosSTDNORETURN_H = @STDNORETURN_H@
3902b3787f6SchristosSTRIP = @STRIP@
3912b3787f6SchristosTESTDCF = @TESTDCF@
3922b3787f6SchristosTICKADJ_DB = @TICKADJ_DB@
3932b3787f6SchristosTICKADJ_DL = @TICKADJ_DL@
3942b3787f6SchristosTICKADJ_DS = @TICKADJ_DS@
3952b3787f6SchristosTICKADJ_MS = @TICKADJ_MS@
3961b6f2cd4SchristosTICKADJ_NI = @TICKADJ_NI@
3972b3787f6SchristosTIMETRIM_DB = @TIMETRIM_DB@
3982b3787f6SchristosTIMETRIM_DL = @TIMETRIM_DL@
3992b3787f6SchristosTIMETRIM_DS = @TIMETRIM_DS@
4002b3787f6SchristosTIMETRIM_MS = @TIMETRIM_MS@
4011b6f2cd4SchristosTIMETRIM_NI = @TIMETRIM_NI@
40220ef19a6SchristosUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
40320ef19a6SchristosUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
40420ef19a6SchristosUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
40520ef19a6SchristosUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
40620ef19a6SchristosUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
4072b3787f6SchristosVERSION = @VERSION@
4082b3787f6SchristosVER_SUFFIX = @VER_SUFFIX@
4092b3787f6SchristosYACC = @YACC@
4102b3787f6SchristosYFLAGS = @YFLAGS@
4112b3787f6Schristosabs_builddir = @abs_builddir@
4122b3787f6Schristosabs_srcdir = @abs_srcdir@
4132b3787f6Schristosabs_top_builddir = @abs_top_builddir@
4142b3787f6Schristosabs_top_srcdir = @abs_top_srcdir@
4152b3787f6Schristosac_ct_AR = @ac_ct_AR@
4162b3787f6Schristosac_ct_CC = @ac_ct_CC@
4172b3787f6Schristosac_ct_DUMPBIN = @ac_ct_DUMPBIN@
4182b3787f6Schristosam__include = @am__include@
4192b3787f6Schristosam__leading_dot = @am__leading_dot@
4202b3787f6Schristosam__quote = @am__quote@
4212b3787f6Schristosam__tar = @am__tar@
4222b3787f6Schristosam__untar = @am__untar@
4232b3787f6Schristosbindir = @bindir@
4242b3787f6Schristosbuild = @build@
4252b3787f6Schristosbuild_alias = @build_alias@
4262b3787f6Schristosbuild_cpu = @build_cpu@
4272b3787f6Schristosbuild_os = @build_os@
4282b3787f6Schristosbuild_vendor = @build_vendor@
4292b3787f6Schristosbuilddir = @builddir@
4302b3787f6Schristosdatadir = @datadir@
4312b3787f6Schristosdatarootdir = @datarootdir@
4322b3787f6Schristosdocdir = @docdir@
4332b3787f6Schristosdvidir = @dvidir@
4342b3787f6Schristosexec_prefix = @exec_prefix@
4352b3787f6Schristoshost = @host@
4362b3787f6Schristoshost_alias = @host_alias@
4372b3787f6Schristoshost_cpu = @host_cpu@
4382b3787f6Schristoshost_os = @host_os@
4392b3787f6Schristoshost_vendor = @host_vendor@
4402b3787f6Schristoshtmldir = @htmldir@
4412b3787f6Schristosincludedir = @includedir@
4422b3787f6Schristosinfodir = @infodir@
4432b3787f6Schristosinstall_sh = @install_sh@
4442b3787f6Schristoslibdir = @libdir@
4452b3787f6Schristoslibexecdir = @libexecdir@
4462b3787f6Schristoslocaledir = @localedir@
4472b3787f6Schristoslocalstatedir = @localstatedir@
4482b3787f6Schristosmandir = @mandir@
4492b3787f6Schristosmkdir_p = @mkdir_p@
4502b3787f6Schristosoldincludedir = @oldincludedir@
4512b3787f6Schristospdfdir = @pdfdir@
4522b3787f6Schristosprefix = @prefix@
4532b3787f6Schristosprogram_transform_name = @program_transform_name@
4542b3787f6Schristospsdir = @psdir@
4552b3787f6Schristossbindir = @sbindir@
4562b3787f6Schristossharedstatedir = @sharedstatedir@
4572b3787f6Schristossrcdir = @srcdir@
4582b3787f6Schristossubdirs = @subdirs@
4592b3787f6Schristossysconfdir = @sysconfdir@
4602b3787f6Schristostarget_alias = @target_alias@
4612b3787f6Schristostop_build_prefix = @top_build_prefix@
4622b3787f6Schristostop_builddir = @top_builddir@
4632b3787f6Schristostop_srcdir = @top_srcdir@
4642b3787f6SchristosNULL =
4652b3787f6Schristosbin_SCRIPTS = $(NTP_WAIT_DB)
4662b3787f6Schristoslibexec_SCRIPTS = $(NTP_WAIT_DL)
4672b3787f6Schristossbin_SCRIPTS = $(NTP_WAIT_DS)
4681b6f2cd4Schristosman1_MANS =
4691b6f2cd4Schristosman8_MANS =
4702b3787f6Schristosman_MANS = ntp-wait.$(NTP_WAIT_MS)
4711b6f2cd4Schristosrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_srcdir)/scripts/lib" AUTOGEN_DNE_DATE=-D	\
4722b3787f6Schristos		autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
4732b3787f6Schristos		--writable
4742b3787f6Schristos
4751b6f2cd4Schristosstd_def_list = \
4761b6f2cd4Schristos	$(top_srcdir)/sntp/include/debug-opt.def		\
4771b6f2cd4Schristos	$(top_srcdir)/sntp/include/autogen-version.def 		\
4781b6f2cd4Schristos	$(top_srcdir)/sntp/include/copyright.def 		\
4791b6f2cd4Schristos	$(top_srcdir)/sntp/include/homerc.def 			\
4801b6f2cd4Schristos	$(top_srcdir)/sntp/include/ntp.lic 			\
4811b6f2cd4Schristos	$(top_srcdir)/sntp/include/version.def			\
4821b6f2cd4Schristos	$(NULL)
4831b6f2cd4Schristos
4842b3787f6SchristosEXTRA_SCRIPTS = ntp-wait
4851b6f2cd4SchristosDISTCLEANFILES = config.log $(man_MANS)
4862b3787f6SchristosEXTRA_DIST = \
4872b3787f6Schristos	ntp-wait.in		\
4882b3787f6Schristos	ntp-wait.1ntp-waitman	\
4892b3787f6Schristos	ntp-wait.1ntp-waitmdoc	\
4902b3787f6Schristos	ntp-wait.man.in		\
4912b3787f6Schristos	ntp-wait.mdoc.in	\
4922b3787f6Schristos	ntp-wait.texi		\
4932b3787f6Schristos	ntp-wait.html		\
4942b3787f6Schristos	ntp-wait-opts.def	\
4952b3787f6Schristos	ntp-wait-opts		\
4962b3787f6Schristos	invoke-ntp-wait.texi	\
4972b3787f6Schristos	invoke-ntp-wait.menu	\
4982b3787f6Schristos	$(NULL)
4992b3787f6Schristos
5002b3787f6Schristoshtml_DATA = $(srcdir)/ntp-wait.html
5012b3787f6Schristosnoinst_DATA = \
5022b3787f6Schristos	ntp-wait.1ntp-waitman	\
5032b3787f6Schristos	ntp-wait.1ntp-waitmdoc	\
5042b3787f6Schristos	ntp-wait.man.in		\
5052b3787f6Schristos	ntp-wait.mdoc.in	\
5062b3787f6Schristos	ntp-wait.texi		\
5072b3787f6Schristos	ntp-wait.html		\
5082b3787f6Schristos	ntp-wait-opts.def	\
5092b3787f6Schristos	ntp-wait-opts		\
5102b3787f6Schristos	invoke-ntp-wait.texi	\
5112b3787f6Schristos	invoke-ntp-wait.menu	\
5122b3787f6Schristos	$(NULL)
5132b3787f6Schristos
5142b3787f6Schristosall: all-am
5152b3787f6Schristos
5162b3787f6Schristos.SUFFIXES:
5172b3787f6Schristos$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
5182b3787f6Schristos	@for dep in $?; do \
5192b3787f6Schristos	  case '$(am__configure_deps)' in \
5202b3787f6Schristos	    *$$dep*) \
5212b3787f6Schristos	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
5222b3787f6Schristos	        && { if test -f $@; then exit 0; else break; fi; }; \
5232b3787f6Schristos	      exit 1;; \
5242b3787f6Schristos	  esac; \
5252b3787f6Schristos	done; \
5262b3787f6Schristos	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/ntp-wait/Makefile'; \
5272b3787f6Schristos	$(am__cd) $(top_srcdir) && \
5282b3787f6Schristos	  $(AUTOMAKE) --foreign scripts/ntp-wait/Makefile
5292b3787f6SchristosMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
5302b3787f6Schristos	@case '$?' in \
5312b3787f6Schristos	  *config.status*) \
5322b3787f6Schristos	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
5332b3787f6Schristos	  *) \
5342b3787f6Schristos	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
5352b3787f6Schristos	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
5362b3787f6Schristos	esac;
5372b3787f6Schristos
5382b3787f6Schristos$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
5392b3787f6Schristos	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5402b3787f6Schristos
5412b3787f6Schristos$(top_srcdir)/configure:  $(am__configure_deps)
5422b3787f6Schristos	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5432b3787f6Schristos$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
5442b3787f6Schristos	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5452b3787f6Schristos$(am__aclocal_m4_deps):
5462b3787f6Schristosntp-wait: $(top_builddir)/config.status $(srcdir)/ntp-wait.in
5472b3787f6Schristos	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
5482b3787f6Schristosinstall-binSCRIPTS: $(bin_SCRIPTS)
5492b3787f6Schristos	@$(NORMAL_INSTALL)
5502b3787f6Schristos	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
551b76cdf5cSchristos	if test -n "$$list"; then \
552b76cdf5cSchristos	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
553b76cdf5cSchristos	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
554b76cdf5cSchristos	fi; \
5552b3787f6Schristos	for p in $$list; do \
5562b3787f6Schristos	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
5572b3787f6Schristos	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
5582b3787f6Schristos	done | \
5592b3787f6Schristos	sed -e 'p;s,.*/,,;n' \
5602b3787f6Schristos	    -e 'h;s|.*|.|' \
5612b3787f6Schristos	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
5622b3787f6Schristos	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
5632b3787f6Schristos	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
5642b3787f6Schristos	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
5652b3787f6Schristos	      if (++n[d] == $(am__install_max)) { \
5662b3787f6Schristos		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
5672b3787f6Schristos	    else { print "f", d "/" $$4, $$1 } } \
5682b3787f6Schristos	  END { for (d in files) print "f", d, files[d] }' | \
5692b3787f6Schristos	while read type dir files; do \
5702b3787f6Schristos	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
5712b3787f6Schristos	     test -z "$$files" || { \
5722b3787f6Schristos	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
5732b3787f6Schristos	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
5742b3787f6Schristos	     } \
5752b3787f6Schristos	; done
5762b3787f6Schristos
5772b3787f6Schristosuninstall-binSCRIPTS:
5782b3787f6Schristos	@$(NORMAL_UNINSTALL)
5792b3787f6Schristos	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
5802b3787f6Schristos	files=`for p in $$list; do echo "$$p"; done | \
5812b3787f6Schristos	       sed -e 's,.*/,,;$(transform)'`; \
582b76cdf5cSchristos	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
5832b3787f6Schristosinstall-libexecSCRIPTS: $(libexec_SCRIPTS)
5842b3787f6Schristos	@$(NORMAL_INSTALL)
5852b3787f6Schristos	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
586b76cdf5cSchristos	if test -n "$$list"; then \
587b76cdf5cSchristos	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
588b76cdf5cSchristos	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
589b76cdf5cSchristos	fi; \
5902b3787f6Schristos	for p in $$list; do \
5912b3787f6Schristos	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
5922b3787f6Schristos	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
5932b3787f6Schristos	done | \
5942b3787f6Schristos	sed -e 'p;s,.*/,,;n' \
5952b3787f6Schristos	    -e 'h;s|.*|.|' \
5962b3787f6Schristos	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
5972b3787f6Schristos	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
5982b3787f6Schristos	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
5992b3787f6Schristos	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
6002b3787f6Schristos	      if (++n[d] == $(am__install_max)) { \
6012b3787f6Schristos		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
6022b3787f6Schristos	    else { print "f", d "/" $$4, $$1 } } \
6032b3787f6Schristos	  END { for (d in files) print "f", d, files[d] }' | \
6042b3787f6Schristos	while read type dir files; do \
6052b3787f6Schristos	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
6062b3787f6Schristos	     test -z "$$files" || { \
6072b3787f6Schristos	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
6082b3787f6Schristos	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
6092b3787f6Schristos	     } \
6102b3787f6Schristos	; done
6112b3787f6Schristos
6122b3787f6Schristosuninstall-libexecSCRIPTS:
6132b3787f6Schristos	@$(NORMAL_UNINSTALL)
6142b3787f6Schristos	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
6152b3787f6Schristos	files=`for p in $$list; do echo "$$p"; done | \
6162b3787f6Schristos	       sed -e 's,.*/,,;$(transform)'`; \
617b76cdf5cSchristos	dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
6182b3787f6Schristosinstall-sbinSCRIPTS: $(sbin_SCRIPTS)
6192b3787f6Schristos	@$(NORMAL_INSTALL)
6202b3787f6Schristos	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
621b76cdf5cSchristos	if test -n "$$list"; then \
622b76cdf5cSchristos	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
623b76cdf5cSchristos	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
624b76cdf5cSchristos	fi; \
6252b3787f6Schristos	for p in $$list; do \
6262b3787f6Schristos	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
6272b3787f6Schristos	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
6282b3787f6Schristos	done | \
6292b3787f6Schristos	sed -e 'p;s,.*/,,;n' \
6302b3787f6Schristos	    -e 'h;s|.*|.|' \
6312b3787f6Schristos	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
6322b3787f6Schristos	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
6332b3787f6Schristos	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
6342b3787f6Schristos	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
6352b3787f6Schristos	      if (++n[d] == $(am__install_max)) { \
6362b3787f6Schristos		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
6372b3787f6Schristos	    else { print "f", d "/" $$4, $$1 } } \
6382b3787f6Schristos	  END { for (d in files) print "f", d, files[d] }' | \
6392b3787f6Schristos	while read type dir files; do \
6402b3787f6Schristos	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
6412b3787f6Schristos	     test -z "$$files" || { \
6422b3787f6Schristos	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
6432b3787f6Schristos	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
6442b3787f6Schristos	     } \
6452b3787f6Schristos	; done
6462b3787f6Schristos
6472b3787f6Schristosuninstall-sbinSCRIPTS:
6482b3787f6Schristos	@$(NORMAL_UNINSTALL)
6492b3787f6Schristos	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
6502b3787f6Schristos	files=`for p in $$list; do echo "$$p"; done | \
6512b3787f6Schristos	       sed -e 's,.*/,,;$(transform)'`; \
652b76cdf5cSchristos	dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir)
6532b3787f6Schristos
6542b3787f6Schristosmostlyclean-libtool:
6552b3787f6Schristos	-rm -f *.lo
6562b3787f6Schristos
6572b3787f6Schristosclean-libtool:
6582b3787f6Schristos	-rm -rf .libs _libs
6591b6f2cd4Schristosinstall-man1: $(man1_MANS) $(man_MANS)
6601b6f2cd4Schristos	@$(NORMAL_INSTALL)
661b76cdf5cSchristos	@list1='$(man1_MANS)'; \
662b76cdf5cSchristos	list2='$(man_MANS)'; \
663b76cdf5cSchristos	test -n "$(man1dir)" \
664b76cdf5cSchristos	  && test -n "`echo $$list1$$list2`" \
665b76cdf5cSchristos	  || exit 0; \
666b76cdf5cSchristos	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
667b76cdf5cSchristos	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
668b76cdf5cSchristos	{ for i in $$list1; do echo "$$i"; done;  \
669b76cdf5cSchristos	if test -n "$$list2"; then \
670b76cdf5cSchristos	  for i in $$list2; do echo "$$i"; done \
671b76cdf5cSchristos	    | sed -n '/\.1[a-z]*$$/p'; \
672b76cdf5cSchristos	fi; \
6731b6f2cd4Schristos	} | while read p; do \
6741b6f2cd4Schristos	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
6751b6f2cd4Schristos	  echo "$$d$$p"; echo "$$p"; \
6761b6f2cd4Schristos	done | \
6771b6f2cd4Schristos	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
6781b6f2cd4Schristos	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
6791b6f2cd4Schristos	sed 'N;N;s,\n, ,g' | { \
6801b6f2cd4Schristos	list=; while read file base inst; do \
6811b6f2cd4Schristos	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
6821b6f2cd4Schristos	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
6831b6f2cd4Schristos	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
6841b6f2cd4Schristos	  fi; \
6851b6f2cd4Schristos	done; \
6861b6f2cd4Schristos	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
6871b6f2cd4Schristos	while read files; do \
6881b6f2cd4Schristos	  test -z "$$files" || { \
6891b6f2cd4Schristos	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
6901b6f2cd4Schristos	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
6911b6f2cd4Schristos	done; }
6921b6f2cd4Schristos
6931b6f2cd4Schristosuninstall-man1:
6941b6f2cd4Schristos	@$(NORMAL_UNINSTALL)
6951b6f2cd4Schristos	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
6961b6f2cd4Schristos	files=`{ for i in $$list; do echo "$$i"; done; \
6971b6f2cd4Schristos	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
6981b6f2cd4Schristos	  sed -n '/\.1[a-z]*$$/p'; \
6991b6f2cd4Schristos	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
7001b6f2cd4Schristos	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
701b76cdf5cSchristos	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
7021b6f2cd4Schristosinstall-man8: $(man8_MANS) $(man_MANS)
7031b6f2cd4Schristos	@$(NORMAL_INSTALL)
704b76cdf5cSchristos	@list1='$(man8_MANS)'; \
705b76cdf5cSchristos	list2='$(man_MANS)'; \
706b76cdf5cSchristos	test -n "$(man8dir)" \
707b76cdf5cSchristos	  && test -n "`echo $$list1$$list2`" \
708b76cdf5cSchristos	  || exit 0; \
709b76cdf5cSchristos	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
710b76cdf5cSchristos	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
711b76cdf5cSchristos	{ for i in $$list1; do echo "$$i"; done;  \
712b76cdf5cSchristos	if test -n "$$list2"; then \
713b76cdf5cSchristos	  for i in $$list2; do echo "$$i"; done \
714b76cdf5cSchristos	    | sed -n '/\.8[a-z]*$$/p'; \
715b76cdf5cSchristos	fi; \
7161b6f2cd4Schristos	} | while read p; do \
7171b6f2cd4Schristos	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
7181b6f2cd4Schristos	  echo "$$d$$p"; echo "$$p"; \
7191b6f2cd4Schristos	done | \
7201b6f2cd4Schristos	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
7211b6f2cd4Schristos	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
7221b6f2cd4Schristos	sed 'N;N;s,\n, ,g' | { \
7231b6f2cd4Schristos	list=; while read file base inst; do \
7241b6f2cd4Schristos	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
7251b6f2cd4Schristos	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
7261b6f2cd4Schristos	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
7271b6f2cd4Schristos	  fi; \
7281b6f2cd4Schristos	done; \
7291b6f2cd4Schristos	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
7301b6f2cd4Schristos	while read files; do \
7311b6f2cd4Schristos	  test -z "$$files" || { \
7321b6f2cd4Schristos	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
7331b6f2cd4Schristos	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
7341b6f2cd4Schristos	done; }
7351b6f2cd4Schristos
7361b6f2cd4Schristosuninstall-man8:
7371b6f2cd4Schristos	@$(NORMAL_UNINSTALL)
7381b6f2cd4Schristos	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
7391b6f2cd4Schristos	files=`{ for i in $$list; do echo "$$i"; done; \
7401b6f2cd4Schristos	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
7411b6f2cd4Schristos	  sed -n '/\.8[a-z]*$$/p'; \
7421b6f2cd4Schristos	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
7431b6f2cd4Schristos	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
744b76cdf5cSchristos	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
7452b3787f6Schristosinstall-htmlDATA: $(html_DATA)
7462b3787f6Schristos	@$(NORMAL_INSTALL)
7472b3787f6Schristos	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
748b76cdf5cSchristos	if test -n "$$list"; then \
749b76cdf5cSchristos	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
750b76cdf5cSchristos	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
751b76cdf5cSchristos	fi; \
7522b3787f6Schristos	for p in $$list; do \
7532b3787f6Schristos	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
7542b3787f6Schristos	  echo "$$d$$p"; \
7552b3787f6Schristos	done | $(am__base_list) | \
7562b3787f6Schristos	while read files; do \
7572b3787f6Schristos	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
7582b3787f6Schristos	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
7592b3787f6Schristos	done
7602b3787f6Schristos
7612b3787f6Schristosuninstall-htmlDATA:
7622b3787f6Schristos	@$(NORMAL_UNINSTALL)
7632b3787f6Schristos	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
7642b3787f6Schristos	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
765b76cdf5cSchristos	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
766b76cdf5cSchristostags TAGS:
7672b3787f6Schristos
768b76cdf5cSchristosctags CTAGS:
769b76cdf5cSchristos
770b76cdf5cSchristoscscope cscopelist:
7712b3787f6Schristos
7722b3787f6Schristos
7732b3787f6Schristosdistdir: $(DISTFILES)
7742b3787f6Schristos	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
7752b3787f6Schristos	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
7762b3787f6Schristos	list='$(DISTFILES)'; \
7772b3787f6Schristos	  dist_files=`for file in $$list; do echo $$file; done | \
7782b3787f6Schristos	  sed -e "s|^$$srcdirstrip/||;t" \
7792b3787f6Schristos	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
7802b3787f6Schristos	case $$dist_files in \
7812b3787f6Schristos	  */*) $(MKDIR_P) `echo "$$dist_files" | \
7822b3787f6Schristos			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
7832b3787f6Schristos			   sort -u` ;; \
7842b3787f6Schristos	esac; \
7852b3787f6Schristos	for file in $$dist_files; do \
7862b3787f6Schristos	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
7872b3787f6Schristos	  if test -d $$d/$$file; then \
7882b3787f6Schristos	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
7892b3787f6Schristos	    if test -d "$(distdir)/$$file"; then \
7902b3787f6Schristos	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
7912b3787f6Schristos	    fi; \
7922b3787f6Schristos	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
7932b3787f6Schristos	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
7942b3787f6Schristos	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
7952b3787f6Schristos	    fi; \
7962b3787f6Schristos	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
7972b3787f6Schristos	  else \
7982b3787f6Schristos	    test -f "$(distdir)/$$file" \
7992b3787f6Schristos	    || cp -p $$d/$$file "$(distdir)/$$file" \
8002b3787f6Schristos	    || exit 1; \
8012b3787f6Schristos	  fi; \
8022b3787f6Schristos	done
8032b3787f6Schristoscheck-am: all-am
8042b3787f6Schristoscheck: check-am
8051b6f2cd4Schristosall-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
8062b3787f6Schristosinstalldirs:
8071b6f2cd4Schristos	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
8082b3787f6Schristos	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8092b3787f6Schristos	done
8102b3787f6Schristosinstall: install-am
8112b3787f6Schristosinstall-exec: install-exec-am
8122b3787f6Schristosinstall-data: install-data-am
8132b3787f6Schristosuninstall: uninstall-am
8142b3787f6Schristos
8152b3787f6Schristosinstall-am: all-am
8162b3787f6Schristos	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
8172b3787f6Schristos
8182b3787f6Schristosinstallcheck: installcheck-am
8192b3787f6Schristosinstall-strip:
820b76cdf5cSchristos	if test -z '$(STRIP)'; then \
8212b3787f6Schristos	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8222b3787f6Schristos	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
823b76cdf5cSchristos	      install; \
824b76cdf5cSchristos	else \
825b76cdf5cSchristos	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826b76cdf5cSchristos	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827b76cdf5cSchristos	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
828b76cdf5cSchristos	fi
8292b3787f6Schristosmostlyclean-generic:
8302b3787f6Schristos
8312b3787f6Schristosclean-generic:
8322b3787f6Schristos
8332b3787f6Schristosdistclean-generic:
8342b3787f6Schristos	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8352b3787f6Schristos	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
8361b6f2cd4Schristos	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
8372b3787f6Schristos
8382b3787f6Schristosmaintainer-clean-generic:
8392b3787f6Schristos	@echo "This command is intended for maintainers to use"
8402b3787f6Schristos	@echo "it deletes files that may require special tools to rebuild."
8412b3787f6Schristosclean: clean-am
8422b3787f6Schristos
8432b3787f6Schristosclean-am: clean-generic clean-libtool mostlyclean-am
8442b3787f6Schristos
8452b3787f6Schristosdistclean: distclean-am
8462b3787f6Schristos	-rm -f Makefile
8472b3787f6Schristosdistclean-am: clean-am distclean-generic
8482b3787f6Schristos
8492b3787f6Schristosdvi: dvi-am
8502b3787f6Schristos
8512b3787f6Schristosdvi-am:
8522b3787f6Schristos
8532b3787f6Schristoshtml: html-am
8542b3787f6Schristos
8552b3787f6Schristoshtml-am:
8562b3787f6Schristos
8572b3787f6Schristosinfo: info-am
8582b3787f6Schristos
8592b3787f6Schristosinfo-am:
8602b3787f6Schristos
8611b6f2cd4Schristosinstall-data-am: install-htmlDATA install-man
8622b3787f6Schristos
8632b3787f6Schristosinstall-dvi: install-dvi-am
8642b3787f6Schristos
8652b3787f6Schristosinstall-dvi-am:
8662b3787f6Schristos
8672b3787f6Schristosinstall-exec-am: install-binSCRIPTS install-libexecSCRIPTS \
8682b3787f6Schristos	install-sbinSCRIPTS
8692b3787f6Schristos
8702b3787f6Schristosinstall-html: install-html-am
8712b3787f6Schristos
8722b3787f6Schristosinstall-html-am:
8732b3787f6Schristos
8742b3787f6Schristosinstall-info: install-info-am
8752b3787f6Schristos
8762b3787f6Schristosinstall-info-am:
8772b3787f6Schristos
8781b6f2cd4Schristosinstall-man: install-man1 install-man8
8792b3787f6Schristos
8802b3787f6Schristosinstall-pdf: install-pdf-am
8812b3787f6Schristos
8822b3787f6Schristosinstall-pdf-am:
8832b3787f6Schristos
8842b3787f6Schristosinstall-ps: install-ps-am
8852b3787f6Schristos
8862b3787f6Schristosinstall-ps-am:
8872b3787f6Schristos
8882b3787f6Schristosinstallcheck-am:
8892b3787f6Schristos
8902b3787f6Schristosmaintainer-clean: maintainer-clean-am
8912b3787f6Schristos	-rm -f Makefile
8922b3787f6Schristosmaintainer-clean-am: distclean-am maintainer-clean-generic
8932b3787f6Schristos
8942b3787f6Schristosmostlyclean: mostlyclean-am
8952b3787f6Schristos
8962b3787f6Schristosmostlyclean-am: mostlyclean-generic mostlyclean-libtool
8972b3787f6Schristos
8982b3787f6Schristospdf: pdf-am
8992b3787f6Schristos
9002b3787f6Schristospdf-am:
9012b3787f6Schristos
9022b3787f6Schristosps: ps-am
9032b3787f6Schristos
9042b3787f6Schristosps-am:
9052b3787f6Schristos
9062b3787f6Schristosuninstall-am: uninstall-binSCRIPTS uninstall-htmlDATA \
9071b6f2cd4Schristos	uninstall-libexecSCRIPTS uninstall-man uninstall-sbinSCRIPTS
9081b6f2cd4Schristos
9091b6f2cd4Schristosuninstall-man: uninstall-man1 uninstall-man8
9102b3787f6Schristos
9112b3787f6Schristos.MAKE: install-am install-strip
9122b3787f6Schristos
9132b3787f6Schristos.PHONY: all all-am check check-am clean clean-generic clean-libtool \
914b76cdf5cSchristos	cscopelist-am ctags-am distclean distclean-generic \
915b76cdf5cSchristos	distclean-libtool distdir dvi dvi-am html html-am info info-am \
916b76cdf5cSchristos	install install-am install-binSCRIPTS install-data \
917b76cdf5cSchristos	install-data-am install-dvi install-dvi-am install-exec \
918b76cdf5cSchristos	install-exec-am install-html install-html-am install-htmlDATA \
919b76cdf5cSchristos	install-info install-info-am install-libexecSCRIPTS \
920b76cdf5cSchristos	install-man install-man1 install-man8 install-pdf \
921b76cdf5cSchristos	install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \
922b76cdf5cSchristos	install-strip installcheck installcheck-am installdirs \
923b76cdf5cSchristos	maintainer-clean maintainer-clean-generic mostlyclean \
924b76cdf5cSchristos	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
925b76cdf5cSchristos	tags-am uninstall uninstall-am uninstall-binSCRIPTS \
9261b6f2cd4Schristos	uninstall-htmlDATA uninstall-libexecSCRIPTS uninstall-man \
9271b6f2cd4Schristos	uninstall-man1 uninstall-man8 uninstall-sbinSCRIPTS
9282b3787f6Schristos
929b76cdf5cSchristos.PRECIOUS: Makefile
930b76cdf5cSchristos
9312b3787f6Schristos
9322b3787f6Schristosntp-wait: $(srcdir)/ntp-wait-opts
9332b3787f6Schristos
9341b6f2cd4Schristos$(srcdir)/ntp-wait-opts: $(srcdir)/ntp-wait-opts.def $(std_def_list)
9352b3787f6Schristos	$(run_ag) ntp-wait-opts.def
9362b3787f6Schristos
9372b3787f6Schristos### Nroff
9382b3787f6Schristos
9392b3787f6Schristos$(srcdir)/ntp-wait.1ntp-waitman: $(srcdir)/ntp-wait-opts.def $(std_def_list)
9402b3787f6Schristos	$(run_ag) -DMAN_SECTION=1ntp-waitman -Tagman-cmd.tpl ntp-wait-opts.def
9412b3787f6Schristos
9422b3787f6Schristos$(srcdir)/ntp-wait.man.in: $(srcdir)/ntp-wait.1ntp-waitman $(top_srcdir)/sntp/scripts/mansec2subst.sed
9432b3787f6Schristos	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp-wait.1ntp-waitman > $(srcdir)/ntp-wait.man.in+
9442b3787f6Schristos	mv $(srcdir)/ntp-wait.man.in+ $(srcdir)/ntp-wait.man.in
9452b3787f6Schristos
9462b3787f6Schristos### Mdoc
9472b3787f6Schristos
9482b3787f6Schristos$(srcdir)/ntp-wait.1ntp-waitmdoc: $(srcdir)/ntp-wait-opts.def $(std_def_list)
9492b3787f6Schristos	$(run_ag) -DMAN_SECTION=1ntp-waitmdoc -Tagmdoc-cmd.tpl ntp-wait-opts.def
9502b3787f6Schristos
9512b3787f6Schristos$(srcdir)/ntp-wait.mdoc.in: $(srcdir)/ntp-wait.1ntp-waitmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
9522b3787f6Schristos	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp-wait.1ntp-waitmdoc > $(srcdir)/ntp-wait.mdoc.in+
9532b3787f6Schristos	mv $(srcdir)/ntp-wait.mdoc.in+ $(srcdir)/ntp-wait.mdoc.in
9542b3787f6Schristos
9552b3787f6Schristos### Manpage
9562b3787f6Schristos
9572b3787f6Schristosntp-wait.$(NTP_WAIT_MS): $(srcdir)/ntp-wait.$(MANTAGFMT).in $(top_builddir)/config.status
9582b3787f6Schristos	$(top_builddir)/config.status --file=ntp-wait.$(NTP_WAIT_MS)+:$(srcdir)/ntp-wait.$(MANTAGFMT).in
9592b3787f6Schristos	mv ntp-wait.$(NTP_WAIT_MS)+ ntp-wait.$(NTP_WAIT_MS)
9602b3787f6Schristos
9612b3787f6Schristos### Texinfo
9622b3787f6Schristos
9632b3787f6Schristos$(srcdir)/invoke-ntp-wait.menu: $(srcdir)/invoke-ntp-wait.texi
9642b3787f6Schristos	@: do-nothing action to avoid default SCCS get, .menu built with .texi
9652b3787f6Schristos
9662b3787f6Schristos$(srcdir)/invoke-ntp-wait.texi: ntp-wait-opts $(srcdir)/ntp-wait-opts.def $(std_def_list)
9672b3787f6Schristos	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntp-wait-opts.def
9682b3787f6Schristos	$(top_srcdir)/scripts/build/check--help $@
9692b3787f6Schristos
9702b3787f6Schristos### HTML
9712b3787f6Schristos
9722b3787f6Schristos$(srcdir)/ntp-wait.html: $(srcdir)/invoke-ntp-wait.menu $(srcdir)/invoke-ntp-wait.texi $(srcdir)/ntp-wait.texi $(top_srcdir)/sntp/include/version.texi
9732b3787f6Schristos	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntp-wait.html ntp-wait.texi || true )
9742b3787f6Schristos
9752b3787f6Schristos# Tell versions [3.59,3.63) of GNU make to not export all variables.
9762b3787f6Schristos# Otherwise a system limit (for SysV at least) may be exceeded.
9772b3787f6Schristos.NOEXPORT:
978