xref: /freebsd/contrib/ntp/scripts/ntpsweep/Makefile.in (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
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 Schubert
182b15cb3dSCy SchubertVPATH = @srcdir@
19276da39aSCy Schubertam__is_gnu_make = { \
20276da39aSCy Schubert  if test -z '$(MAKELEVEL)'; then \
21276da39aSCy Schubert    false; \
22276da39aSCy Schubert  elif test -n '$(MAKE_HOST)'; then \
23276da39aSCy Schubert    true; \
24276da39aSCy Schubert  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25276da39aSCy Schubert    true; \
26276da39aSCy Schubert  else \
27276da39aSCy Schubert    false; \
28276da39aSCy Schubert  fi; \
29276da39aSCy Schubert}
30276da39aSCy Schubertam__make_running_with_option = \
31276da39aSCy Schubert  case $${target_option-} in \
32276da39aSCy Schubert      ?) ;; \
33276da39aSCy Schubert      *) echo "am__make_running_with_option: internal error: invalid" \
34276da39aSCy Schubert              "target option '$${target_option-}' specified" >&2; \
35276da39aSCy Schubert         exit 1;; \
36276da39aSCy Schubert  esac; \
37276da39aSCy Schubert  has_opt=no; \
38276da39aSCy Schubert  sane_makeflags=$$MAKEFLAGS; \
39276da39aSCy Schubert  if $(am__is_gnu_make); then \
40276da39aSCy Schubert    sane_makeflags=$$MFLAGS; \
41276da39aSCy Schubert  else \
42276da39aSCy Schubert    case $$MAKEFLAGS in \
43276da39aSCy Schubert      *\\[\ \	]*) \
44276da39aSCy Schubert        bs=\\; \
45276da39aSCy Schubert        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46276da39aSCy Schubert          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47276da39aSCy Schubert    esac; \
48276da39aSCy Schubert  fi; \
49276da39aSCy Schubert  skip_next=no; \
50276da39aSCy Schubert  strip_trailopt () \
51276da39aSCy Schubert  { \
52276da39aSCy Schubert    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53276da39aSCy Schubert  }; \
54276da39aSCy Schubert  for flg in $$sane_makeflags; do \
55276da39aSCy Schubert    test $$skip_next = yes && { skip_next=no; continue; }; \
56276da39aSCy Schubert    case $$flg in \
57276da39aSCy Schubert      *=*|--*) continue;; \
58276da39aSCy Schubert        -*I) strip_trailopt 'I'; skip_next=yes;; \
59276da39aSCy Schubert      -*I?*) strip_trailopt 'I';; \
60276da39aSCy Schubert        -*O) strip_trailopt 'O'; skip_next=yes;; \
61276da39aSCy Schubert      -*O?*) strip_trailopt 'O';; \
62276da39aSCy Schubert        -*l) strip_trailopt 'l'; skip_next=yes;; \
63276da39aSCy Schubert      -*l?*) strip_trailopt 'l';; \
64276da39aSCy Schubert      -[dEDm]) skip_next=yes;; \
65276da39aSCy Schubert      -[JT]) skip_next=yes;; \
66276da39aSCy Schubert    esac; \
67276da39aSCy Schubert    case $$flg in \
68276da39aSCy Schubert      *$$target_option*) has_opt=yes; break;; \
69276da39aSCy Schubert    esac; \
70276da39aSCy Schubert  done; \
71276da39aSCy Schubert  test $$has_opt = yes
72276da39aSCy Schubertam__make_dryrun = (target_option=n; $(am__make_running_with_option))
73276da39aSCy Schubertam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
742b15cb3dSCy Schubertpkgdatadir = $(datadir)/@PACKAGE@
752b15cb3dSCy Schubertpkgincludedir = $(includedir)/@PACKAGE@
762b15cb3dSCy Schubertpkglibdir = $(libdir)/@PACKAGE@
772b15cb3dSCy Schubertpkglibexecdir = $(libexecdir)/@PACKAGE@
782b15cb3dSCy Schubertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
792b15cb3dSCy Schubertinstall_sh_DATA = $(install_sh) -c -m 644
802b15cb3dSCy Schubertinstall_sh_PROGRAM = $(install_sh) -c
812b15cb3dSCy Schubertinstall_sh_SCRIPT = $(install_sh) -c
822b15cb3dSCy SchubertINSTALL_HEADER = $(INSTALL_DATA)
832b15cb3dSCy Schuberttransform = $(program_transform_name)
842b15cb3dSCy SchubertNORMAL_INSTALL = :
852b15cb3dSCy SchubertPRE_INSTALL = :
862b15cb3dSCy SchubertPOST_INSTALL = :
872b15cb3dSCy SchubertNORMAL_UNINSTALL = :
882b15cb3dSCy SchubertPRE_UNINSTALL = :
892b15cb3dSCy SchubertPOST_UNINSTALL = :
902b15cb3dSCy Schubertbuild_triplet = @build@
912b15cb3dSCy Schuberthost_triplet = @host@
922b15cb3dSCy Schubertsubdir = scripts/ntpsweep
932b15cb3dSCy SchubertACLOCAL_M4 = $(top_srcdir)/aclocal.m4
942b15cb3dSCy Schubertam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
952b15cb3dSCy Schubert	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
96a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
972b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/define_dir.m4 \
982b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
992b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/libtool.m4 \
1002b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltoptions.m4 \
1012b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltsugar.m4 \
1022b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltversion.m4 \
1032b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
10409100258SXin LI	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
1052b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
1062b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
1072b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
1082b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
1092b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
1102b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
1112b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
112f0574f5cSXin LI	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
1132b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
1142b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
1152b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
1162b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
1172b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
1182b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
1192b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
1202b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
1219034852cSGleb Smirnoff	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
1222b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
1232b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
1242b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
125276da39aSCy Schubert	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
1262b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
1272b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
128a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
129a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap.m4 \
1302b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/os_cflags.m4 \
131a466cc55SCy Schubert	$(top_srcdir)/sntp/m4/realpath.m4 \
1322b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/snprintf.m4 \
1332b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
1342b15cb3dSCy Schubertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1352b15cb3dSCy Schubert	$(ACLOCAL_M4)
136276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1372b15cb3dSCy Schubertmkinstalldirs = $(install_sh) -d
1382b15cb3dSCy SchubertCONFIG_HEADER = $(top_builddir)/config.h
1392b15cb3dSCy SchubertCONFIG_CLEAN_FILES = ntpsweep
1402b15cb3dSCy SchubertCONFIG_CLEAN_VPATH_FILES =
1412b15cb3dSCy Schubertam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1422b15cb3dSCy Schubertam__vpath_adj = case $$p in \
1432b15cb3dSCy Schubert    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1442b15cb3dSCy Schubert    *) f=$$p;; \
1452b15cb3dSCy Schubert  esac;
1462b15cb3dSCy Schubertam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1472b15cb3dSCy Schubertam__install_max = 40
1482b15cb3dSCy Schubertam__nobase_strip_setup = \
1492b15cb3dSCy Schubert  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1502b15cb3dSCy Schubertam__nobase_strip = \
1512b15cb3dSCy Schubert  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1522b15cb3dSCy Schubertam__nobase_list = $(am__nobase_strip_setup); \
1532b15cb3dSCy Schubert  for p in $$list; do echo "$$p $$p"; done | \
1542b15cb3dSCy Schubert  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1552b15cb3dSCy Schubert  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1562b15cb3dSCy Schubert    if (++n[$$2] == $(am__install_max)) \
1572b15cb3dSCy Schubert      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1582b15cb3dSCy Schubert    END { for (dir in files) print dir, files[dir] }'
1592b15cb3dSCy Schubertam__base_list = \
1602b15cb3dSCy Schubert  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1612b15cb3dSCy Schubert  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162276da39aSCy Schubertam__uninstall_files_from_dir = { \
163276da39aSCy Schubert  test -z "$$files" \
164276da39aSCy Schubert    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165276da39aSCy Schubert    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166276da39aSCy Schubert         $(am__cd) "$$dir" && rm -f $$files; }; \
167276da39aSCy Schubert  }
1682b15cb3dSCy Schubertam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
1692b15cb3dSCy Schubert	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
1702b15cb3dSCy Schubert	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
1712b15cb3dSCy SchubertSCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS) $(noinst_SCRIPTS) \
1722b15cb3dSCy Schubert	$(sbin_SCRIPTS)
173276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@)
174276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
175276da39aSCy Schubertam__v_P_0 = false
176276da39aSCy Schubertam__v_P_1 = :
177276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@)
178276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1792b15cb3dSCy Schubertam__v_GEN_0 = @echo "  GEN     " $@;
180276da39aSCy Schubertam__v_GEN_1 =
181276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@)
182276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1832b15cb3dSCy Schubertam__v_at_0 = @
184276da39aSCy Schubertam__v_at_1 =
1852b15cb3dSCy SchubertSOURCES =
1862b15cb3dSCy SchubertDIST_SOURCES =
187276da39aSCy Schubertam__can_run_installinfo = \
188276da39aSCy Schubert  case $$AM_UPDATE_INFO_DIR in \
189276da39aSCy Schubert    n|no|NO) false;; \
190276da39aSCy Schubert    *) (install-info --version) >/dev/null 2>&1;; \
191276da39aSCy Schubert  esac
1922b15cb3dSCy Schubertman1dir = $(mandir)/man1
1932b15cb3dSCy Schubertman8dir = $(mandir)/man8
1942b15cb3dSCy SchubertNROFF = nroff
1952b15cb3dSCy SchubertMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
1962b15cb3dSCy SchubertDATA = $(html_DATA) $(noinst_DATA)
197276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ntpsweep.in
1992b15cb3dSCy SchubertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2002b15cb3dSCy SchubertACLOCAL = @ACLOCAL@
2012b15cb3dSCy SchubertALLOCA = @ALLOCA@
2022b15cb3dSCy SchubertAMTAR = @AMTAR@
2032b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2042b15cb3dSCy SchubertAR = @AR@
2052b15cb3dSCy SchubertAUTOCONF = @AUTOCONF@
2062b15cb3dSCy SchubertAUTOHEADER = @AUTOHEADER@
2072b15cb3dSCy SchubertAUTOMAKE = @AUTOMAKE@
2082b15cb3dSCy SchubertAWK = @AWK@
2099034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@
2102b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
2112b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
2122b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
2132b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
2142b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
2152b15cb3dSCy SchubertCC = @CC@
2162b15cb3dSCy SchubertCCDEPMODE = @CCDEPMODE@
217a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@
2182b15cb3dSCy SchubertCFLAGS = @CFLAGS@
2199034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
2202b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@
2212b15cb3dSCy SchubertCHUTEST = @CHUTEST@
2222b15cb3dSCy SchubertCONFIG_SHELL = @CONFIG_SHELL@
2232b15cb3dSCy SchubertCPP = @CPP@
2242b15cb3dSCy SchubertCPPFLAGS = @CPPFLAGS@
2252b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
2262b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@
227a466cc55SCy SchubertCSCOPE = @CSCOPE@
228a466cc55SCy SchubertCTAGS = @CTAGS@
2292b15cb3dSCy SchubertCYGPATH_W = @CYGPATH_W@
2302b15cb3dSCy SchubertDCFD = @DCFD@
2312b15cb3dSCy SchubertDEFS = @DEFS@
2322b15cb3dSCy SchubertDEPDIR = @DEPDIR@
2332b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@
2342b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@
2352b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@
2362b15cb3dSCy SchubertECHO_C = @ECHO_C@
2372b15cb3dSCy SchubertECHO_N = @ECHO_N@
2382b15cb3dSCy SchubertECHO_T = @ECHO_T@
2392b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@
2402b15cb3dSCy SchubertEGREP = @EGREP@
241a466cc55SCy SchubertETAGS = @ETAGS@
2422b15cb3dSCy SchubertEXEEXT = @EXEEXT@
2432b15cb3dSCy SchubertFGREP = @FGREP@
2442b15cb3dSCy SchubertGREP = @GREP@
2452b15cb3dSCy SchubertHAVE_INLINE = @HAVE_INLINE@
246276da39aSCy SchubertHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
2472b15cb3dSCy SchubertHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
2482b15cb3dSCy SchubertHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
2492b15cb3dSCy SchubertINSTALL = @INSTALL@
2502b15cb3dSCy SchubertINSTALL_DATA = @INSTALL_DATA@
2512b15cb3dSCy SchubertINSTALL_PROGRAM = @INSTALL_PROGRAM@
2522b15cb3dSCy SchubertINSTALL_SCRIPT = @INSTALL_SCRIPT@
2532b15cb3dSCy SchubertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2542b15cb3dSCy SchubertLD = @LD@
2552b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@
2562b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@
2572b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@
2582b15cb3dSCy SchubertLDADD_NLIST = @LDADD_NLIST@
2592b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@
2602b15cb3dSCy SchubertLDFLAGS = @LDFLAGS@
2612b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@
2622b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
2632b15cb3dSCy SchubertLIBM = @LIBM@
2642b15cb3dSCy SchubertLIBOBJS = @LIBOBJS@
2652b15cb3dSCy SchubertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
2662b15cb3dSCy SchubertLIBOPTS_DIR = @LIBOPTS_DIR@
2672b15cb3dSCy SchubertLIBOPTS_LDADD = @LIBOPTS_LDADD@
2682b15cb3dSCy SchubertLIBPARSE = @LIBPARSE@
2692b15cb3dSCy SchubertLIBS = @LIBS@
2702b15cb3dSCy SchubertLIBTOOL = @LIBTOOL@
2712b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@
2722b15cb3dSCy SchubertLIPO = @LIPO@
2732b15cb3dSCy SchubertLN_S = @LN_S@
2742b15cb3dSCy SchubertLSCF = @LSCF@
2759034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@
2762b15cb3dSCy SchubertLTLIBOBJS = @LTLIBOBJS@
277f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
2782b15cb3dSCy SchubertMAKEINFO = @MAKEINFO@
2792b15cb3dSCy SchubertMAKE_ADJTIMED = @MAKE_ADJTIMED@
2802b15cb3dSCy SchubertMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
2812b15cb3dSCy SchubertMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
2822b15cb3dSCy SchubertMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
2832b15cb3dSCy SchubertMAKE_LIBPARSE = @MAKE_LIBPARSE@
2842b15cb3dSCy SchubertMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
2852b15cb3dSCy SchubertMAKE_NTPDSIM = @MAKE_NTPDSIM@
2862b15cb3dSCy SchubertMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
2872b15cb3dSCy SchubertMAKE_NTPTIME = @MAKE_NTPTIME@
2882b15cb3dSCy SchubertMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
2892b15cb3dSCy SchubertMAKE_TICKADJ = @MAKE_TICKADJ@
2902b15cb3dSCy SchubertMAKE_TIMETRIM = @MAKE_TIMETRIM@
2912b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@
2922b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@
2932b15cb3dSCy SchubertMKDIR_P = @MKDIR_P@
2942b15cb3dSCy SchubertNM = @NM@
2952b15cb3dSCy SchubertNMEDIT = @NMEDIT@
2962b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@
2972b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@
2982b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@
2992b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@
3002b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@
3012b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@
3022b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@
3032b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@
3042b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@
3052b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@
3062b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@
3072b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@
3082b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@
3092b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@
3102b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@
3112b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@
3122b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@
3132b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@
3142b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@
3152b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@
3162b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@
3172b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@
3182b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@
3192b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@
3202b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@
3212b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@
3222b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@
3232b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@
3242b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@
3252b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@
3262b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@
3272b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@
3282b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@
3292b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@
3302b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@
3312b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@
3322b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@
3332b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@
3342b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@
3352b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@
3362b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@
3372b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@
3382b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@
3392b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@
3402b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@
341f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
342f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
343f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
3442b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
3452b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
3462b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
3472b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
3482b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
3492b15cb3dSCy SchubertNTP_KEYSDIR = @NTP_KEYSDIR@
3502b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@
3512b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@
3522b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@
3532b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@
3542b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@
3552b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@
3562b15cb3dSCy SchubertOBJEXT = @OBJEXT@
3572b15cb3dSCy SchubertOTOOL = @OTOOL@
3582b15cb3dSCy SchubertOTOOL64 = @OTOOL64@
3592b15cb3dSCy SchubertPACKAGE = @PACKAGE@
3602b15cb3dSCy SchubertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3612b15cb3dSCy SchubertPACKAGE_NAME = @PACKAGE_NAME@
3622b15cb3dSCy SchubertPACKAGE_STRING = @PACKAGE_STRING@
3632b15cb3dSCy SchubertPACKAGE_TARNAME = @PACKAGE_TARNAME@
3642b15cb3dSCy SchubertPACKAGE_URL = @PACKAGE_URL@
3652b15cb3dSCy SchubertPACKAGE_VERSION = @PACKAGE_VERSION@
3662b15cb3dSCy SchubertPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
367*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@
3682b15cb3dSCy SchubertPATH_PERL = @PATH_PERL@
369276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@
3702b15cb3dSCy SchubertPATH_SEPARATOR = @PATH_SEPARATOR@
3712b15cb3dSCy SchubertPATH_TEST = @PATH_TEST@
3722b15cb3dSCy SchubertPERLLIBDIR = @PERLLIBDIR@
3732b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@
3742b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@
3752b15cb3dSCy SchubertPROPDELAY = @PROPDELAY@
3762b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@
3772b15cb3dSCy SchubertRANLIB = @RANLIB@
3782b15cb3dSCy SchubertSED = @SED@
3792b15cb3dSCy SchubertSET_MAKE = @SET_MAKE@
3802b15cb3dSCy SchubertSHELL = @SHELL@
3812b15cb3dSCy SchubertSNMP_CFLAGS = @SNMP_CFLAGS@
3822b15cb3dSCy SchubertSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
3832b15cb3dSCy SchubertSNMP_LIBS = @SNMP_LIBS@
3842b15cb3dSCy SchubertSNTP = @SNTP@
3852b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@
3862b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@
3872b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@
3882b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@
3892b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@
3902b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@
3912b15cb3dSCy SchubertSTRIP = @STRIP@
3922b15cb3dSCy SchubertTESTDCF = @TESTDCF@
3932b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@
3942b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@
3952b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@
3962b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@
3972b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@
3982b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@
3992b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@
4002b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@
4012b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@
4022b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@
403a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
404a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
405a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
406a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
407a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
4082b15cb3dSCy SchubertVERSION = @VERSION@
4092b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@
4102b15cb3dSCy SchubertYACC = @YACC@
4112b15cb3dSCy SchubertYFLAGS = @YFLAGS@
4122b15cb3dSCy Schubertabs_builddir = @abs_builddir@
4132b15cb3dSCy Schubertabs_srcdir = @abs_srcdir@
4142b15cb3dSCy Schubertabs_top_builddir = @abs_top_builddir@
4152b15cb3dSCy Schubertabs_top_srcdir = @abs_top_srcdir@
4162b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@
4172b15cb3dSCy Schubertac_ct_CC = @ac_ct_CC@
4182b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@
4192b15cb3dSCy Schubertam__include = @am__include@
4202b15cb3dSCy Schubertam__leading_dot = @am__leading_dot@
4212b15cb3dSCy Schubertam__quote = @am__quote@
4222b15cb3dSCy Schubertam__tar = @am__tar@
4232b15cb3dSCy Schubertam__untar = @am__untar@
4242b15cb3dSCy Schubertbindir = @bindir@
4252b15cb3dSCy Schubertbuild = @build@
4262b15cb3dSCy Schubertbuild_alias = @build_alias@
4272b15cb3dSCy Schubertbuild_cpu = @build_cpu@
4282b15cb3dSCy Schubertbuild_os = @build_os@
4292b15cb3dSCy Schubertbuild_vendor = @build_vendor@
4302b15cb3dSCy Schubertbuilddir = @builddir@
4312b15cb3dSCy Schubertdatadir = @datadir@
4322b15cb3dSCy Schubertdatarootdir = @datarootdir@
4332b15cb3dSCy Schubertdocdir = @docdir@
4342b15cb3dSCy Schubertdvidir = @dvidir@
4352b15cb3dSCy Schubertexec_prefix = @exec_prefix@
4362b15cb3dSCy Schuberthost = @host@
4372b15cb3dSCy Schuberthost_alias = @host_alias@
4382b15cb3dSCy Schuberthost_cpu = @host_cpu@
4392b15cb3dSCy Schuberthost_os = @host_os@
4402b15cb3dSCy Schuberthost_vendor = @host_vendor@
4412b15cb3dSCy Schuberthtmldir = @htmldir@
4422b15cb3dSCy Schubertincludedir = @includedir@
4432b15cb3dSCy Schubertinfodir = @infodir@
4442b15cb3dSCy Schubertinstall_sh = @install_sh@
4452b15cb3dSCy Schubertlibdir = @libdir@
4462b15cb3dSCy Schubertlibexecdir = @libexecdir@
4472b15cb3dSCy Schubertlocaledir = @localedir@
4482b15cb3dSCy Schubertlocalstatedir = @localstatedir@
4492b15cb3dSCy Schubertmandir = @mandir@
4502b15cb3dSCy Schubertmkdir_p = @mkdir_p@
4512b15cb3dSCy Schubertoldincludedir = @oldincludedir@
4522b15cb3dSCy Schubertpdfdir = @pdfdir@
4532b15cb3dSCy Schubertprefix = @prefix@
4542b15cb3dSCy Schubertprogram_transform_name = @program_transform_name@
4552b15cb3dSCy Schubertpsdir = @psdir@
456a466cc55SCy Schubertrunstatedir = @runstatedir@
4572b15cb3dSCy Schubertsbindir = @sbindir@
4582b15cb3dSCy Schubertsharedstatedir = @sharedstatedir@
4592b15cb3dSCy Schubertsrcdir = @srcdir@
4602b15cb3dSCy Schubertsubdirs = @subdirs@
4612b15cb3dSCy Schubertsysconfdir = @sysconfdir@
4622b15cb3dSCy Schuberttarget_alias = @target_alias@
4632b15cb3dSCy Schuberttop_build_prefix = @top_build_prefix@
4642b15cb3dSCy Schuberttop_builddir = @top_builddir@
4652b15cb3dSCy Schuberttop_srcdir = @top_srcdir@
4662b15cb3dSCy SchubertNULL =
4672b15cb3dSCy Schubertrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_srcdir)/scripts/lib" AUTOGEN_DNE_DATE=-D	\
4682b15cb3dSCy Schubert		autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
4692b15cb3dSCy Schubert		--writable
4702b15cb3dSCy Schubert
4712b15cb3dSCy Schubertstd_def_list = \
4722b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/debug-opt.def		\
4732b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/autogen-version.def 		\
4742b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/copyright.def 		\
4752b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/homerc.def 			\
4762b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/ntp.lic 			\
4772b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/version.def			\
4782b15cb3dSCy Schubert	$(NULL)
4792b15cb3dSCy Schubert
4802b15cb3dSCy Schubertbin_SCRIPTS = $(NTPSWEEP_DB)
4812b15cb3dSCy Schubertsbin_SCRIPTS = $(NTPSWEEP_DS)
4822b15cb3dSCy Schubertlibexec_SCRIPTS = $(NTPSWEEP_DL)
4832b15cb3dSCy Schubertnoinst_SCRIPTS = $(NTPSWEEP_NI)
4842b15cb3dSCy SchubertEXTRA_SCRIPTS = ntpsweep
4852b15cb3dSCy Schubertman1_MANS =
4862b15cb3dSCy Schubertman8_MANS =
4872b15cb3dSCy Schubert@INSTALL_NTPSWEEP_TRUE@man_MANS = ntpsweep.$(NTPSWEEP_MS)
4882b15cb3dSCy Schubert@INSTALL_NTPSWEEP_FALSE@noinst_MANS = ntpsweep.$(NTPSWEEP_MS)
4892b15cb3dSCy SchubertEXTRA_DIST = \
4902b15cb3dSCy Schubert	ntpsweep.in		\
4912b15cb3dSCy Schubert	ntpsweep.1ntpsweepman	\
4922b15cb3dSCy Schubert	ntpsweep.1ntpsweepmdoc	\
4932b15cb3dSCy Schubert	ntpsweep.man.in		\
4942b15cb3dSCy Schubert	ntpsweep.mdoc.in	\
4952b15cb3dSCy Schubert	ntpsweep.texi		\
4962b15cb3dSCy Schubert	ntpsweep.html		\
4972b15cb3dSCy Schubert	ntpsweep-opts.def	\
4982b15cb3dSCy Schubert	ntpsweep-opts		\
4992b15cb3dSCy Schubert	invoke-ntpsweep.texi	\
5002b15cb3dSCy Schubert	invoke-ntpsweep.menu	\
5012b15cb3dSCy Schubert	$(NULL)
5022b15cb3dSCy Schubert
5032b15cb3dSCy Schuberthtml_DATA = ntpsweep.html
5042b15cb3dSCy SchubertCLEANFILES = ntpsweep.1
5052b15cb3dSCy SchubertDISTCLEANFILES = config.log $(man_MANS) $(noinst_MANS)
5062b15cb3dSCy Schubertnoinst_DATA = \
5072b15cb3dSCy Schubert	ntpsweep.1		\
5082b15cb3dSCy Schubert	ntpsweep.1ntpsweepman	\
5092b15cb3dSCy Schubert	ntpsweep.1ntpsweepmdoc	\
5102b15cb3dSCy Schubert	ntpsweep.man.in		\
5112b15cb3dSCy Schubert	ntpsweep.mdoc.in	\
5122b15cb3dSCy Schubert	ntpsweep.texi		\
5132b15cb3dSCy Schubert	ntpsweep.html		\
5142b15cb3dSCy Schubert	ntpsweep-opts.def	\
5152b15cb3dSCy Schubert	ntpsweep-opts		\
5162b15cb3dSCy Schubert	invoke-ntpsweep.texi	\
5172b15cb3dSCy Schubert	invoke-ntpsweep.menu	\
5182b15cb3dSCy Schubert	$(NULL)
5192b15cb3dSCy Schubert
5202b15cb3dSCy Schubertall: all-am
5212b15cb3dSCy Schubert
5222b15cb3dSCy Schubert.SUFFIXES:
5232b15cb3dSCy Schubert$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
5242b15cb3dSCy Schubert	@for dep in $?; do \
5252b15cb3dSCy Schubert	  case '$(am__configure_deps)' in \
5262b15cb3dSCy Schubert	    *$$dep*) \
5272b15cb3dSCy Schubert	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
5282b15cb3dSCy Schubert	        && { if test -f $@; then exit 0; else break; fi; }; \
5292b15cb3dSCy Schubert	      exit 1;; \
5302b15cb3dSCy Schubert	  esac; \
5312b15cb3dSCy Schubert	done; \
5322b15cb3dSCy Schubert	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/ntpsweep/Makefile'; \
5332b15cb3dSCy Schubert	$(am__cd) $(top_srcdir) && \
5342b15cb3dSCy Schubert	  $(AUTOMAKE) --foreign scripts/ntpsweep/Makefile
5352b15cb3dSCy SchubertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
5362b15cb3dSCy Schubert	@case '$?' in \
5372b15cb3dSCy Schubert	  *config.status*) \
5382b15cb3dSCy Schubert	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
5392b15cb3dSCy Schubert	  *) \
540a466cc55SCy Schubert	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
541a466cc55SCy Schubert	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
5422b15cb3dSCy Schubert	esac;
5432b15cb3dSCy Schubert
5442b15cb3dSCy Schubert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
5452b15cb3dSCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5462b15cb3dSCy Schubert
5472b15cb3dSCy Schubert$(top_srcdir)/configure:  $(am__configure_deps)
5482b15cb3dSCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5492b15cb3dSCy Schubert$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
5502b15cb3dSCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
5512b15cb3dSCy Schubert$(am__aclocal_m4_deps):
5522b15cb3dSCy Schubertntpsweep: $(top_builddir)/config.status $(srcdir)/ntpsweep.in
5532b15cb3dSCy Schubert	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
5542b15cb3dSCy Schubertinstall-binSCRIPTS: $(bin_SCRIPTS)
5552b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
5562b15cb3dSCy Schubert	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
557276da39aSCy Schubert	if test -n "$$list"; then \
558276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
559276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
560276da39aSCy Schubert	fi; \
5612b15cb3dSCy Schubert	for p in $$list; do \
5622b15cb3dSCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
5632b15cb3dSCy Schubert	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
5642b15cb3dSCy Schubert	done | \
5652b15cb3dSCy Schubert	sed -e 'p;s,.*/,,;n' \
5662b15cb3dSCy Schubert	    -e 'h;s|.*|.|' \
5672b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
5682b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
5692b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
5702b15cb3dSCy Schubert	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
5712b15cb3dSCy Schubert	      if (++n[d] == $(am__install_max)) { \
5722b15cb3dSCy Schubert		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
5732b15cb3dSCy Schubert	    else { print "f", d "/" $$4, $$1 } } \
5742b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
5752b15cb3dSCy Schubert	while read type dir files; do \
5762b15cb3dSCy Schubert	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
5772b15cb3dSCy Schubert	     test -z "$$files" || { \
5782b15cb3dSCy Schubert	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
5792b15cb3dSCy Schubert	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
5802b15cb3dSCy Schubert	     } \
5812b15cb3dSCy Schubert	; done
5822b15cb3dSCy Schubert
5832b15cb3dSCy Schubertuninstall-binSCRIPTS:
5842b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
5852b15cb3dSCy Schubert	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
5862b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
5872b15cb3dSCy Schubert	       sed -e 's,.*/,,;$(transform)'`; \
588276da39aSCy Schubert	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
5892b15cb3dSCy Schubertinstall-libexecSCRIPTS: $(libexec_SCRIPTS)
5902b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
5912b15cb3dSCy Schubert	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
592276da39aSCy Schubert	if test -n "$$list"; then \
593276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
594276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
595276da39aSCy Schubert	fi; \
5962b15cb3dSCy Schubert	for p in $$list; do \
5972b15cb3dSCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
5982b15cb3dSCy Schubert	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
5992b15cb3dSCy Schubert	done | \
6002b15cb3dSCy Schubert	sed -e 'p;s,.*/,,;n' \
6012b15cb3dSCy Schubert	    -e 'h;s|.*|.|' \
6022b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
6032b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
6042b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
6052b15cb3dSCy Schubert	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
6062b15cb3dSCy Schubert	      if (++n[d] == $(am__install_max)) { \
6072b15cb3dSCy Schubert		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
6082b15cb3dSCy Schubert	    else { print "f", d "/" $$4, $$1 } } \
6092b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
6102b15cb3dSCy Schubert	while read type dir files; do \
6112b15cb3dSCy Schubert	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
6122b15cb3dSCy Schubert	     test -z "$$files" || { \
6132b15cb3dSCy Schubert	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
6142b15cb3dSCy Schubert	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
6152b15cb3dSCy Schubert	     } \
6162b15cb3dSCy Schubert	; done
6172b15cb3dSCy Schubert
6182b15cb3dSCy Schubertuninstall-libexecSCRIPTS:
6192b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
6202b15cb3dSCy Schubert	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
6212b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
6222b15cb3dSCy Schubert	       sed -e 's,.*/,,;$(transform)'`; \
623276da39aSCy Schubert	dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
6242b15cb3dSCy Schubertinstall-sbinSCRIPTS: $(sbin_SCRIPTS)
6252b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
6262b15cb3dSCy Schubert	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
627276da39aSCy Schubert	if test -n "$$list"; then \
628276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
629276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
630276da39aSCy Schubert	fi; \
6312b15cb3dSCy Schubert	for p in $$list; do \
6322b15cb3dSCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
6332b15cb3dSCy Schubert	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
6342b15cb3dSCy Schubert	done | \
6352b15cb3dSCy Schubert	sed -e 'p;s,.*/,,;n' \
6362b15cb3dSCy Schubert	    -e 'h;s|.*|.|' \
6372b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
6382b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
6392b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
6402b15cb3dSCy Schubert	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
6412b15cb3dSCy Schubert	      if (++n[d] == $(am__install_max)) { \
6422b15cb3dSCy Schubert		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
6432b15cb3dSCy Schubert	    else { print "f", d "/" $$4, $$1 } } \
6442b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
6452b15cb3dSCy Schubert	while read type dir files; do \
6462b15cb3dSCy Schubert	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
6472b15cb3dSCy Schubert	     test -z "$$files" || { \
6482b15cb3dSCy Schubert	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
6492b15cb3dSCy Schubert	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
6502b15cb3dSCy Schubert	     } \
6512b15cb3dSCy Schubert	; done
6522b15cb3dSCy Schubert
6532b15cb3dSCy Schubertuninstall-sbinSCRIPTS:
6542b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
6552b15cb3dSCy Schubert	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
6562b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
6572b15cb3dSCy Schubert	       sed -e 's,.*/,,;$(transform)'`; \
658276da39aSCy Schubert	dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir)
6592b15cb3dSCy Schubert
6602b15cb3dSCy Schubertmostlyclean-libtool:
6612b15cb3dSCy Schubert	-rm -f *.lo
6622b15cb3dSCy Schubert
6632b15cb3dSCy Schubertclean-libtool:
6642b15cb3dSCy Schubert	-rm -rf .libs _libs
6652b15cb3dSCy Schubertinstall-man1: $(man1_MANS) $(man_MANS)
6662b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
667276da39aSCy Schubert	@list1='$(man1_MANS)'; \
668276da39aSCy Schubert	list2='$(man_MANS)'; \
669276da39aSCy Schubert	test -n "$(man1dir)" \
670276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
671276da39aSCy Schubert	  || exit 0; \
672276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
673276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
674276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
675276da39aSCy Schubert	if test -n "$$list2"; then \
676276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
677276da39aSCy Schubert	    | sed -n '/\.1[a-z]*$$/p'; \
678276da39aSCy Schubert	fi; \
6792b15cb3dSCy Schubert	} | while read p; do \
6802b15cb3dSCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
6812b15cb3dSCy Schubert	  echo "$$d$$p"; echo "$$p"; \
6822b15cb3dSCy Schubert	done | \
6832b15cb3dSCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
6842b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
6852b15cb3dSCy Schubert	sed 'N;N;s,\n, ,g' | { \
6862b15cb3dSCy Schubert	list=; while read file base inst; do \
6872b15cb3dSCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
6882b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
6892b15cb3dSCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
6902b15cb3dSCy Schubert	  fi; \
6912b15cb3dSCy Schubert	done; \
6922b15cb3dSCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
6932b15cb3dSCy Schubert	while read files; do \
6942b15cb3dSCy Schubert	  test -z "$$files" || { \
6952b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
6962b15cb3dSCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
6972b15cb3dSCy Schubert	done; }
6982b15cb3dSCy Schubert
6992b15cb3dSCy Schubertuninstall-man1:
7002b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
7012b15cb3dSCy Schubert	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
7022b15cb3dSCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
7032b15cb3dSCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
7042b15cb3dSCy Schubert	  sed -n '/\.1[a-z]*$$/p'; \
7052b15cb3dSCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
7062b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
707276da39aSCy Schubert	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
7082b15cb3dSCy Schubertinstall-man8: $(man8_MANS) $(man_MANS)
7092b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
710276da39aSCy Schubert	@list1='$(man8_MANS)'; \
711276da39aSCy Schubert	list2='$(man_MANS)'; \
712276da39aSCy Schubert	test -n "$(man8dir)" \
713276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
714276da39aSCy Schubert	  || exit 0; \
715276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
716276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
717276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
718276da39aSCy Schubert	if test -n "$$list2"; then \
719276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
720276da39aSCy Schubert	    | sed -n '/\.8[a-z]*$$/p'; \
721276da39aSCy Schubert	fi; \
7222b15cb3dSCy Schubert	} | while read p; do \
7232b15cb3dSCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
7242b15cb3dSCy Schubert	  echo "$$d$$p"; echo "$$p"; \
7252b15cb3dSCy Schubert	done | \
7262b15cb3dSCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
7272b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
7282b15cb3dSCy Schubert	sed 'N;N;s,\n, ,g' | { \
7292b15cb3dSCy Schubert	list=; while read file base inst; do \
7302b15cb3dSCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
7312b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
7322b15cb3dSCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
7332b15cb3dSCy Schubert	  fi; \
7342b15cb3dSCy Schubert	done; \
7352b15cb3dSCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
7362b15cb3dSCy Schubert	while read files; do \
7372b15cb3dSCy Schubert	  test -z "$$files" || { \
7382b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
7392b15cb3dSCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
7402b15cb3dSCy Schubert	done; }
7412b15cb3dSCy Schubert
7422b15cb3dSCy Schubertuninstall-man8:
7432b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
7442b15cb3dSCy Schubert	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
7452b15cb3dSCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
7462b15cb3dSCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
7472b15cb3dSCy Schubert	  sed -n '/\.8[a-z]*$$/p'; \
7482b15cb3dSCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
7492b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
750276da39aSCy Schubert	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
7512b15cb3dSCy Schubertinstall-htmlDATA: $(html_DATA)
7522b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
7532b15cb3dSCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
754276da39aSCy Schubert	if test -n "$$list"; then \
755276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
756276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
757276da39aSCy Schubert	fi; \
7582b15cb3dSCy Schubert	for p in $$list; do \
7592b15cb3dSCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
7602b15cb3dSCy Schubert	  echo "$$d$$p"; \
7612b15cb3dSCy Schubert	done | $(am__base_list) | \
7622b15cb3dSCy Schubert	while read files; do \
7632b15cb3dSCy Schubert	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
7642b15cb3dSCy Schubert	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
7652b15cb3dSCy Schubert	done
7662b15cb3dSCy Schubert
7672b15cb3dSCy Schubertuninstall-htmlDATA:
7682b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
7692b15cb3dSCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
7702b15cb3dSCy Schubert	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
771276da39aSCy Schubert	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
772276da39aSCy Schuberttags TAGS:
7732b15cb3dSCy Schubert
774276da39aSCy Schubertctags CTAGS:
775276da39aSCy Schubert
776276da39aSCy Schubertcscope cscopelist:
7772b15cb3dSCy Schubert
778a466cc55SCy Schubertdistdir: $(BUILT_SOURCES)
779a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) distdir-am
7802b15cb3dSCy Schubert
781a466cc55SCy Schubertdistdir-am: $(DISTFILES)
7822b15cb3dSCy Schubert	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
7832b15cb3dSCy Schubert	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
7842b15cb3dSCy Schubert	list='$(DISTFILES)'; \
7852b15cb3dSCy Schubert	  dist_files=`for file in $$list; do echo $$file; done | \
7862b15cb3dSCy Schubert	  sed -e "s|^$$srcdirstrip/||;t" \
7872b15cb3dSCy Schubert	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
7882b15cb3dSCy Schubert	case $$dist_files in \
7892b15cb3dSCy Schubert	  */*) $(MKDIR_P) `echo "$$dist_files" | \
7902b15cb3dSCy Schubert			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
7912b15cb3dSCy Schubert			   sort -u` ;; \
7922b15cb3dSCy Schubert	esac; \
7932b15cb3dSCy Schubert	for file in $$dist_files; do \
7942b15cb3dSCy Schubert	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
7952b15cb3dSCy Schubert	  if test -d $$d/$$file; then \
7962b15cb3dSCy Schubert	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
7972b15cb3dSCy Schubert	    if test -d "$(distdir)/$$file"; then \
7982b15cb3dSCy Schubert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
7992b15cb3dSCy Schubert	    fi; \
8002b15cb3dSCy Schubert	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
8012b15cb3dSCy Schubert	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
8022b15cb3dSCy Schubert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
8032b15cb3dSCy Schubert	    fi; \
8042b15cb3dSCy Schubert	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
8052b15cb3dSCy Schubert	  else \
8062b15cb3dSCy Schubert	    test -f "$(distdir)/$$file" \
8072b15cb3dSCy Schubert	    || cp -p $$d/$$file "$(distdir)/$$file" \
8082b15cb3dSCy Schubert	    || exit 1; \
8092b15cb3dSCy Schubert	  fi; \
8102b15cb3dSCy Schubert	done
8112b15cb3dSCy Schubertcheck-am: all-am
8122b15cb3dSCy Schubertcheck: check-am
8132b15cb3dSCy Schubertall-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
8142b15cb3dSCy Schubertinstalldirs:
8152b15cb3dSCy Schubert	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
8162b15cb3dSCy Schubert	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8172b15cb3dSCy Schubert	done
8182b15cb3dSCy Schubertinstall: install-am
8192b15cb3dSCy Schubertinstall-exec: install-exec-am
8202b15cb3dSCy Schubertinstall-data: install-data-am
8212b15cb3dSCy Schubertuninstall: uninstall-am
8222b15cb3dSCy Schubert
8232b15cb3dSCy Schubertinstall-am: all-am
8242b15cb3dSCy Schubert	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
8252b15cb3dSCy Schubert
8262b15cb3dSCy Schubertinstallcheck: installcheck-am
8272b15cb3dSCy Schubertinstall-strip:
828276da39aSCy Schubert	if test -z '$(STRIP)'; then \
8292b15cb3dSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
8302b15cb3dSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831276da39aSCy Schubert	      install; \
832276da39aSCy Schubert	else \
833276da39aSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834276da39aSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835276da39aSCy Schubert	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
836276da39aSCy Schubert	fi
8372b15cb3dSCy Schubertmostlyclean-generic:
8382b15cb3dSCy Schubert
8392b15cb3dSCy Schubertclean-generic:
8402b15cb3dSCy Schubert	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
8412b15cb3dSCy Schubert
8422b15cb3dSCy Schubertdistclean-generic:
8432b15cb3dSCy Schubert	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
8442b15cb3dSCy Schubert	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
8452b15cb3dSCy Schubert	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
8462b15cb3dSCy Schubert
8472b15cb3dSCy Schubertmaintainer-clean-generic:
8482b15cb3dSCy Schubert	@echo "This command is intended for maintainers to use"
8492b15cb3dSCy Schubert	@echo "it deletes files that may require special tools to rebuild."
8502b15cb3dSCy Schubertclean: clean-am
8512b15cb3dSCy Schubert
8522b15cb3dSCy Schubertclean-am: clean-generic clean-libtool mostlyclean-am
8532b15cb3dSCy Schubert
8542b15cb3dSCy Schubertdistclean: distclean-am
8552b15cb3dSCy Schubert	-rm -f Makefile
8562b15cb3dSCy Schubertdistclean-am: clean-am distclean-generic
8572b15cb3dSCy Schubert
8582b15cb3dSCy Schubertdvi: dvi-am
8592b15cb3dSCy Schubert
8602b15cb3dSCy Schubertdvi-am:
8612b15cb3dSCy Schubert
8622b15cb3dSCy Schuberthtml: html-am
8632b15cb3dSCy Schubert
8642b15cb3dSCy Schuberthtml-am:
8652b15cb3dSCy Schubert
8662b15cb3dSCy Schubertinfo: info-am
8672b15cb3dSCy Schubert
8682b15cb3dSCy Schubertinfo-am:
8692b15cb3dSCy Schubert
8702b15cb3dSCy Schubertinstall-data-am: install-htmlDATA install-man
8712b15cb3dSCy Schubert
8722b15cb3dSCy Schubertinstall-dvi: install-dvi-am
8732b15cb3dSCy Schubert
8742b15cb3dSCy Schubertinstall-dvi-am:
8752b15cb3dSCy Schubert
8762b15cb3dSCy Schubertinstall-exec-am: install-binSCRIPTS install-libexecSCRIPTS \
8772b15cb3dSCy Schubert	install-sbinSCRIPTS
8782b15cb3dSCy Schubert
8792b15cb3dSCy Schubertinstall-html: install-html-am
8802b15cb3dSCy Schubert
8812b15cb3dSCy Schubertinstall-html-am:
8822b15cb3dSCy Schubert
8832b15cb3dSCy Schubertinstall-info: install-info-am
8842b15cb3dSCy Schubert
8852b15cb3dSCy Schubertinstall-info-am:
8862b15cb3dSCy Schubert
8872b15cb3dSCy Schubertinstall-man: install-man1 install-man8
8882b15cb3dSCy Schubert
8892b15cb3dSCy Schubertinstall-pdf: install-pdf-am
8902b15cb3dSCy Schubert
8912b15cb3dSCy Schubertinstall-pdf-am:
8922b15cb3dSCy Schubert
8932b15cb3dSCy Schubertinstall-ps: install-ps-am
8942b15cb3dSCy Schubert
8952b15cb3dSCy Schubertinstall-ps-am:
8962b15cb3dSCy Schubert
8972b15cb3dSCy Schubertinstallcheck-am:
8982b15cb3dSCy Schubert
8992b15cb3dSCy Schubertmaintainer-clean: maintainer-clean-am
9002b15cb3dSCy Schubert	-rm -f Makefile
9012b15cb3dSCy Schubertmaintainer-clean-am: distclean-am maintainer-clean-generic
9022b15cb3dSCy Schubert
9032b15cb3dSCy Schubertmostlyclean: mostlyclean-am
9042b15cb3dSCy Schubert
9052b15cb3dSCy Schubertmostlyclean-am: mostlyclean-generic mostlyclean-libtool
9062b15cb3dSCy Schubert
9072b15cb3dSCy Schubertpdf: pdf-am
9082b15cb3dSCy Schubert
9092b15cb3dSCy Schubertpdf-am:
9102b15cb3dSCy Schubert
9112b15cb3dSCy Schubertps: ps-am
9122b15cb3dSCy Schubert
9132b15cb3dSCy Schubertps-am:
9142b15cb3dSCy Schubert
9152b15cb3dSCy Schubertuninstall-am: uninstall-binSCRIPTS uninstall-htmlDATA \
9162b15cb3dSCy Schubert	uninstall-libexecSCRIPTS uninstall-man uninstall-sbinSCRIPTS
9172b15cb3dSCy Schubert
9182b15cb3dSCy Schubertuninstall-man: uninstall-man1 uninstall-man8
9192b15cb3dSCy Schubert
9202b15cb3dSCy Schubert.MAKE: install-am install-strip
9212b15cb3dSCy Schubert
9222b15cb3dSCy Schubert.PHONY: all all-am check check-am clean clean-generic clean-libtool \
923276da39aSCy Schubert	cscopelist-am ctags-am distclean distclean-generic \
924276da39aSCy Schubert	distclean-libtool distdir dvi dvi-am html html-am info info-am \
925276da39aSCy Schubert	install install-am install-binSCRIPTS install-data \
926276da39aSCy Schubert	install-data-am install-dvi install-dvi-am install-exec \
927276da39aSCy Schubert	install-exec-am install-html install-html-am install-htmlDATA \
928276da39aSCy Schubert	install-info install-info-am install-libexecSCRIPTS \
929276da39aSCy Schubert	install-man install-man1 install-man8 install-pdf \
930276da39aSCy Schubert	install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \
931276da39aSCy Schubert	install-strip installcheck installcheck-am installdirs \
932276da39aSCy Schubert	maintainer-clean maintainer-clean-generic mostlyclean \
933276da39aSCy Schubert	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
934276da39aSCy Schubert	tags-am uninstall uninstall-am uninstall-binSCRIPTS \
9352b15cb3dSCy Schubert	uninstall-htmlDATA uninstall-libexecSCRIPTS uninstall-man \
9362b15cb3dSCy Schubert	uninstall-man1 uninstall-man8 uninstall-sbinSCRIPTS
9372b15cb3dSCy Schubert
938276da39aSCy Schubert.PRECIOUS: Makefile
939276da39aSCy Schubert
9402b15cb3dSCy Schubert
9412b15cb3dSCy Schubertntpsweep: $(srcdir)/ntpsweep-opts
9422b15cb3dSCy Schubert
9432b15cb3dSCy Schubert$(srcdir)/ntpsweep-opts: ntpsweep-opts.def $(std_def_list)
944a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) ntpsweep-opts.def
9452b15cb3dSCy Schubert
9462b15cb3dSCy Schubert### Nroff
9472b15cb3dSCy Schubert
9482b15cb3dSCy Schubert$(srcdir)/ntpsweep.1ntpsweepman: ntpsweep-opts.def $(std_def_list)
949a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpsweepman -Tagman-cmd.tpl ntpsweep-opts.def
9502b15cb3dSCy Schubert
9512b15cb3dSCy Schubert$(srcdir)/ntpsweep.man.in: ntpsweep.1ntpsweepman $(top_srcdir)/sntp/scripts/mansec2subst.sed
9522b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpsweep.1ntpsweepman > $(srcdir)/ntpsweep.man.in+
9532b15cb3dSCy Schubert	mv $(srcdir)/ntpsweep.man.in+ $(srcdir)/ntpsweep.man.in
9542b15cb3dSCy Schubert
9552b15cb3dSCy Schubert### Mdoc
9562b15cb3dSCy Schubert
9572b15cb3dSCy Schubert$(srcdir)/ntpsweep.1ntpsweepmdoc: ntpsweep-opts.def $(std_def_list)
958a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpsweepmdoc -Tagmdoc-cmd.tpl ntpsweep-opts.def
9592b15cb3dSCy Schubert
9602b15cb3dSCy Schubert$(srcdir)/ntpsweep.mdoc.in: ntpsweep.1ntpsweepmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
9612b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpsweep.1ntpsweepmdoc > $(srcdir)/ntpsweep.mdoc.in+
9622b15cb3dSCy Schubert	mv $(srcdir)/ntpsweep.mdoc.in+ $(srcdir)/ntpsweep.mdoc.in
9632b15cb3dSCy Schubert
9642b15cb3dSCy Schubert### Manpage
9652b15cb3dSCy Schubert
9662b15cb3dSCy Schubertntpsweep.1: ntpsweep.$(MANTAGFMT).in $(top_builddir)/config.status
9672b15cb3dSCy Schubert	$(top_builddir)/config.status --file=ntpsweep.1+:$(srcdir)/ntpsweep.$(MANTAGFMT).in
9682b15cb3dSCy Schubert	mv ntpsweep.1+ ntpsweep.1
9692b15cb3dSCy Schubert
9702b15cb3dSCy Schubert### Texinfo
9712b15cb3dSCy Schubert
9722b15cb3dSCy Schubert$(srcdir)/invoke-ntpsweep.menu: invoke-ntpsweep.texi
9732b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .menu built with .texi
9742b15cb3dSCy Schubert
9752b15cb3dSCy Schubert$(srcdir)/invoke-ntpsweep.texi: ntpsweep-opts ntpsweep-opts.def $(std_def_list)
976a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpsweep-opts.def
9772b15cb3dSCy Schubert	$(top_srcdir)/scripts/build/check--help $@
9782b15cb3dSCy Schubert
9792b15cb3dSCy Schubert### HTML
9802b15cb3dSCy Schubert
981a466cc55SCy Schubert$(srcdir)/ntpsweep.html: $(srcdir)/invoke-ntpsweep.texi $(srcdir)/ntpsweep.texi $(top_srcdir)/sntp/include/version.texi
9822b15cb3dSCy Schubert	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpsweep.html ntpsweep.texi || true )
9832b15cb3dSCy Schubert
9842b15cb3dSCy Schubert# Tell versions [3.59,3.63) of GNU make to not export all variables.
9852b15cb3dSCy Schubert# Otherwise a system limit (for SysV at least) may be exceeded.
9862b15cb3dSCy Schubert.NOEXPORT:
987