1a466cc55SCy Schubert# Makefile.in generated by automake 1.16.5 from Makefile.am.
2a25439b6SCy Schubert# @configure_input@
3a25439b6SCy Schubert
4a466cc55SCy Schubert# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5276da39aSCy Schubert
6a25439b6SCy Schubert# This Makefile.in is free software; the Free Software Foundation
7a25439b6SCy Schubert# gives unlimited permission to copy and/or distribute it,
8a25439b6SCy Schubert# with or without modifications, as long as this notice is preserved.
9a25439b6SCy Schubert
10a25439b6SCy Schubert# This program is distributed in the hope that it will be useful,
11a25439b6SCy Schubert# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12a25439b6SCy Schubert# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13a25439b6SCy Schubert# PARTICULAR PURPOSE.
14a25439b6SCy Schubert
15a25439b6SCy Schubert@SET_MAKE@
16a25439b6SCy Schubert
17a25439b6SCy Schubert
18a25439b6SCy 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))
74a25439b6SCy Schubertpkgdatadir = $(datadir)/@PACKAGE@
75a25439b6SCy Schubertpkgincludedir = $(includedir)/@PACKAGE@
76a25439b6SCy Schubertpkglibdir = $(libdir)/@PACKAGE@
77a25439b6SCy Schubertpkglibexecdir = $(libexecdir)/@PACKAGE@
78a25439b6SCy Schubertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79a25439b6SCy Schubertinstall_sh_DATA = $(install_sh) -c -m 644
80a25439b6SCy Schubertinstall_sh_PROGRAM = $(install_sh) -c
81a25439b6SCy Schubertinstall_sh_SCRIPT = $(install_sh) -c
82a25439b6SCy SchubertINSTALL_HEADER = $(INSTALL_DATA)
83a25439b6SCy Schuberttransform = $(program_transform_name)
84a25439b6SCy SchubertNORMAL_INSTALL = :
85a25439b6SCy SchubertPRE_INSTALL = :
86a25439b6SCy SchubertPOST_INSTALL = :
87a25439b6SCy SchubertNORMAL_UNINSTALL = :
88a25439b6SCy SchubertPRE_UNINSTALL = :
89a25439b6SCy SchubertPOST_UNINSTALL = :
90a25439b6SCy Schubertbuild_triplet = @build@
91a25439b6SCy Schuberthost_triplet = @host@
92a25439b6SCy Schubertsubdir = scripts/update-leap
93a25439b6SCy SchubertACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94a25439b6SCy Schubertam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
95a25439b6SCy Schubert	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
96a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
97a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/define_dir.m4 \
98a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
99a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/libtool.m4 \
100a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ltoptions.m4 \
101a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ltsugar.m4 \
102a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ltversion.m4 \
103a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
10409100258SXin LI	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
105a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
106a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
107a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
108a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
109a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
110a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
111a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
112f0574f5cSXin LI	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
113a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
114a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
115a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
116a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
117a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
118a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
119a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
120a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
1219034852cSGleb Smirnoff	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
122a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
123a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
124a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
125276da39aSCy Schubert	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
126a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
127a25439b6SCy 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 \
130a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/os_cflags.m4 \
131a466cc55SCy Schubert	$(top_srcdir)/sntp/m4/realpath.m4 \
132a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/snprintf.m4 \
133a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
134a25439b6SCy Schubertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135a25439b6SCy Schubert	$(ACLOCAL_M4)
136276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
137a25439b6SCy Schubertmkinstalldirs = $(install_sh) -d
138a25439b6SCy SchubertCONFIG_HEADER = $(top_builddir)/config.h
139276da39aSCy SchubertCONFIG_CLEAN_FILES = update-leap
140a25439b6SCy SchubertCONFIG_CLEAN_VPATH_FILES =
141a25439b6SCy Schubertam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142a25439b6SCy Schubertam__vpath_adj = case $$p in \
143a25439b6SCy Schubert    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144a25439b6SCy Schubert    *) f=$$p;; \
145a25439b6SCy Schubert  esac;
146a25439b6SCy Schubertam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147a25439b6SCy Schubertam__install_max = 40
148a25439b6SCy Schubertam__nobase_strip_setup = \
149a25439b6SCy Schubert  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150a25439b6SCy Schubertam__nobase_strip = \
151a25439b6SCy Schubert  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152a25439b6SCy Schubertam__nobase_list = $(am__nobase_strip_setup); \
153a25439b6SCy Schubert  for p in $$list; do echo "$$p $$p"; done | \
154a25439b6SCy Schubert  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155a25439b6SCy Schubert  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156a25439b6SCy Schubert    if (++n[$$2] == $(am__install_max)) \
157a25439b6SCy Schubert      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158a25439b6SCy Schubert    END { for (dir in files) print dir, files[dir] }'
159a25439b6SCy Schubertam__base_list = \
160a25439b6SCy Schubert  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161a25439b6SCy 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  }
168a25439b6SCy Schubertam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
169a25439b6SCy Schubert	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
170a25439b6SCy Schubert	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
171a25439b6SCy SchubertSCRIPTS = $(bin_SCRIPTS) $(libexec_SCRIPTS) $(noinst_SCRIPTS) \
172a25439b6SCy 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@)
179a25439b6SCy 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@)
183a25439b6SCy Schubertam__v_at_0 = @
184276da39aSCy Schubertam__v_at_1 =
185a25439b6SCy SchubertSOURCES =
186a25439b6SCy 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
192a25439b6SCy Schubertman1dir = $(mandir)/man1
193a25439b6SCy Schubertman8dir = $(mandir)/man8
194a25439b6SCy SchubertNROFF = nroff
195a25439b6SCy SchubertMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
196a25439b6SCy SchubertDATA = $(html_DATA) $(noinst_DATA)
197276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/update-leap.in
199a25439b6SCy SchubertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200a25439b6SCy SchubertACLOCAL = @ACLOCAL@
201a25439b6SCy SchubertALLOCA = @ALLOCA@
202a25439b6SCy SchubertAMTAR = @AMTAR@
203a25439b6SCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204a25439b6SCy SchubertAR = @AR@
205a25439b6SCy SchubertAUTOCONF = @AUTOCONF@
206a25439b6SCy SchubertAUTOHEADER = @AUTOHEADER@
207a25439b6SCy SchubertAUTOMAKE = @AUTOMAKE@
208a25439b6SCy SchubertAWK = @AWK@
2099034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@
210a25439b6SCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
211a25439b6SCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
212a25439b6SCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
213a25439b6SCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
214a25439b6SCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
215a25439b6SCy SchubertCC = @CC@
216a25439b6SCy SchubertCCDEPMODE = @CCDEPMODE@
217a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@
218a25439b6SCy SchubertCFLAGS = @CFLAGS@
2199034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
220a25439b6SCy SchubertCFLAGS_NTP = @CFLAGS_NTP@
221a25439b6SCy SchubertCHUTEST = @CHUTEST@
222a25439b6SCy SchubertCONFIG_SHELL = @CONFIG_SHELL@
223a25439b6SCy SchubertCPP = @CPP@
224a25439b6SCy SchubertCPPFLAGS = @CPPFLAGS@
225a25439b6SCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
226a25439b6SCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@
227a466cc55SCy SchubertCSCOPE = @CSCOPE@
228a466cc55SCy SchubertCTAGS = @CTAGS@
229a25439b6SCy SchubertCYGPATH_W = @CYGPATH_W@
230a25439b6SCy SchubertDCFD = @DCFD@
231a25439b6SCy SchubertDEFS = @DEFS@
232a25439b6SCy SchubertDEPDIR = @DEPDIR@
233a25439b6SCy SchubertDLLTOOL = @DLLTOOL@
234a25439b6SCy SchubertDSYMUTIL = @DSYMUTIL@
235a25439b6SCy SchubertDUMPBIN = @DUMPBIN@
236a25439b6SCy SchubertECHO_C = @ECHO_C@
237a25439b6SCy SchubertECHO_N = @ECHO_N@
238a25439b6SCy SchubertECHO_T = @ECHO_T@
239a25439b6SCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@
240a25439b6SCy SchubertEGREP = @EGREP@
241a466cc55SCy SchubertETAGS = @ETAGS@
242a25439b6SCy SchubertEXEEXT = @EXEEXT@
243a25439b6SCy SchubertFGREP = @FGREP@
244a25439b6SCy SchubertGREP = @GREP@
245a25439b6SCy SchubertHAVE_INLINE = @HAVE_INLINE@
246276da39aSCy SchubertHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
247a25439b6SCy SchubertHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
248a25439b6SCy SchubertHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
249a25439b6SCy SchubertINSTALL = @INSTALL@
250a25439b6SCy SchubertINSTALL_DATA = @INSTALL_DATA@
251a25439b6SCy SchubertINSTALL_PROGRAM = @INSTALL_PROGRAM@
252a25439b6SCy SchubertINSTALL_SCRIPT = @INSTALL_SCRIPT@
253a25439b6SCy SchubertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254a25439b6SCy SchubertLD = @LD@
255a25439b6SCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@
256a25439b6SCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@
257a25439b6SCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@
258a25439b6SCy SchubertLDADD_NLIST = @LDADD_NLIST@
259a25439b6SCy SchubertLDADD_NTP = @LDADD_NTP@
260a25439b6SCy SchubertLDFLAGS = @LDFLAGS@
261a25439b6SCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@
262a25439b6SCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
263a25439b6SCy SchubertLIBM = @LIBM@
264a25439b6SCy SchubertLIBOBJS = @LIBOBJS@
265a25439b6SCy SchubertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
266a25439b6SCy SchubertLIBOPTS_DIR = @LIBOPTS_DIR@
267a25439b6SCy SchubertLIBOPTS_LDADD = @LIBOPTS_LDADD@
268a25439b6SCy SchubertLIBPARSE = @LIBPARSE@
269a25439b6SCy SchubertLIBS = @LIBS@
270a25439b6SCy SchubertLIBTOOL = @LIBTOOL@
271a25439b6SCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@
272a25439b6SCy SchubertLIPO = @LIPO@
273a25439b6SCy SchubertLN_S = @LN_S@
274a25439b6SCy SchubertLSCF = @LSCF@
2759034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@
276a25439b6SCy SchubertLTLIBOBJS = @LTLIBOBJS@
277f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
278a25439b6SCy SchubertMAKEINFO = @MAKEINFO@
279a25439b6SCy SchubertMAKE_ADJTIMED = @MAKE_ADJTIMED@
280a25439b6SCy SchubertMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
281a25439b6SCy SchubertMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
282a25439b6SCy SchubertMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
283a25439b6SCy SchubertMAKE_LIBPARSE = @MAKE_LIBPARSE@
284a25439b6SCy SchubertMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
285a25439b6SCy SchubertMAKE_NTPDSIM = @MAKE_NTPDSIM@
286a25439b6SCy SchubertMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
287a25439b6SCy SchubertMAKE_NTPTIME = @MAKE_NTPTIME@
288a25439b6SCy SchubertMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
289a25439b6SCy SchubertMAKE_TICKADJ = @MAKE_TICKADJ@
290a25439b6SCy SchubertMAKE_TIMETRIM = @MAKE_TIMETRIM@
291a25439b6SCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@
292a25439b6SCy SchubertMANTAGFMT = @MANTAGFMT@
293a25439b6SCy SchubertMKDIR_P = @MKDIR_P@
294a25439b6SCy SchubertNM = @NM@
295a25439b6SCy SchubertNMEDIT = @NMEDIT@
296a25439b6SCy SchubertNTPDATE_DB = @NTPDATE_DB@
297a25439b6SCy SchubertNTPDATE_DL = @NTPDATE_DL@
298a25439b6SCy SchubertNTPDATE_DS = @NTPDATE_DS@
299a25439b6SCy SchubertNTPDATE_MS = @NTPDATE_MS@
300a25439b6SCy SchubertNTPDATE_NI = @NTPDATE_NI@
301a25439b6SCy SchubertNTPDC_DB = @NTPDC_DB@
302a25439b6SCy SchubertNTPDC_DL = @NTPDC_DL@
303a25439b6SCy SchubertNTPDC_DS = @NTPDC_DS@
304a25439b6SCy SchubertNTPDC_MS = @NTPDC_MS@
305a25439b6SCy SchubertNTPDC_NI = @NTPDC_NI@
306a25439b6SCy SchubertNTPDSIM_DB = @NTPDSIM_DB@
307a25439b6SCy SchubertNTPDSIM_DL = @NTPDSIM_DL@
308a25439b6SCy SchubertNTPDSIM_DS = @NTPDSIM_DS@
309a25439b6SCy SchubertNTPDSIM_MS = @NTPDSIM_MS@
310a25439b6SCy SchubertNTPDSIM_NI = @NTPDSIM_NI@
311a25439b6SCy SchubertNTPD_DB = @NTPD_DB@
312a25439b6SCy SchubertNTPD_DL = @NTPD_DL@
313a25439b6SCy SchubertNTPD_DS = @NTPD_DS@
314a25439b6SCy SchubertNTPD_MS = @NTPD_MS@
315a25439b6SCy SchubertNTPD_NI = @NTPD_NI@
316a25439b6SCy SchubertNTPQ_DB = @NTPQ_DB@
317a25439b6SCy SchubertNTPQ_DL = @NTPQ_DL@
318a25439b6SCy SchubertNTPQ_DS = @NTPQ_DS@
319a25439b6SCy SchubertNTPQ_MS = @NTPQ_MS@
320a25439b6SCy SchubertNTPQ_NI = @NTPQ_NI@
321a25439b6SCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@
322a25439b6SCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@
323a25439b6SCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@
324a25439b6SCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@
325a25439b6SCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@
326a25439b6SCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@
327a25439b6SCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@
328a25439b6SCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@
329a25439b6SCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@
330a25439b6SCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@
331a25439b6SCy SchubertNTPTIME_DB = @NTPTIME_DB@
332a25439b6SCy SchubertNTPTIME_DL = @NTPTIME_DL@
333a25439b6SCy SchubertNTPTIME_DS = @NTPTIME_DS@
334a25439b6SCy SchubertNTPTIME_MS = @NTPTIME_MS@
335a25439b6SCy SchubertNTPTIME_NI = @NTPTIME_NI@
336a25439b6SCy SchubertNTPTRACE_DB = @NTPTRACE_DB@
337a25439b6SCy SchubertNTPTRACE_DL = @NTPTRACE_DL@
338a25439b6SCy SchubertNTPTRACE_DS = @NTPTRACE_DS@
339a25439b6SCy SchubertNTPTRACE_MS = @NTPTRACE_MS@
340a25439b6SCy 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@
344a25439b6SCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
345a25439b6SCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
346a25439b6SCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
347a25439b6SCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
348a25439b6SCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
349a25439b6SCy SchubertNTP_KEYSDIR = @NTP_KEYSDIR@
350a25439b6SCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@
351a25439b6SCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@
352a25439b6SCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@
353a25439b6SCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@
354a25439b6SCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@
355a25439b6SCy SchubertOBJDUMP = @OBJDUMP@
356a25439b6SCy SchubertOBJEXT = @OBJEXT@
357a25439b6SCy SchubertOTOOL = @OTOOL@
358a25439b6SCy SchubertOTOOL64 = @OTOOL64@
359a25439b6SCy SchubertPACKAGE = @PACKAGE@
360a25439b6SCy SchubertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
361a25439b6SCy SchubertPACKAGE_NAME = @PACKAGE_NAME@
362a25439b6SCy SchubertPACKAGE_STRING = @PACKAGE_STRING@
363a25439b6SCy SchubertPACKAGE_TARNAME = @PACKAGE_TARNAME@
364a25439b6SCy SchubertPACKAGE_URL = @PACKAGE_URL@
365a25439b6SCy SchubertPACKAGE_VERSION = @PACKAGE_VERSION@
366a25439b6SCy SchubertPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
367*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@
368a25439b6SCy SchubertPATH_PERL = @PATH_PERL@
369276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@
370a25439b6SCy SchubertPATH_SEPARATOR = @PATH_SEPARATOR@
371a25439b6SCy SchubertPATH_TEST = @PATH_TEST@
372a25439b6SCy SchubertPERLLIBDIR = @PERLLIBDIR@
373a25439b6SCy SchubertPKG_CONFIG = @PKG_CONFIG@
374a25439b6SCy SchubertPOSIX_SHELL = @POSIX_SHELL@
375a25439b6SCy SchubertPROPDELAY = @PROPDELAY@
376a25439b6SCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@
377a25439b6SCy SchubertRANLIB = @RANLIB@
378a25439b6SCy SchubertSED = @SED@
379a25439b6SCy SchubertSET_MAKE = @SET_MAKE@
380a25439b6SCy SchubertSHELL = @SHELL@
381a25439b6SCy SchubertSNMP_CFLAGS = @SNMP_CFLAGS@
382a25439b6SCy SchubertSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
383a25439b6SCy SchubertSNMP_LIBS = @SNMP_LIBS@
384a25439b6SCy SchubertSNTP = @SNTP@
385a25439b6SCy SchubertSNTP_DB = @SNTP_DB@
386a25439b6SCy SchubertSNTP_DL = @SNTP_DL@
387a25439b6SCy SchubertSNTP_DS = @SNTP_DS@
388a25439b6SCy SchubertSNTP_MS = @SNTP_MS@
389a25439b6SCy SchubertSNTP_NI = @SNTP_NI@
390a25439b6SCy SchubertSTDNORETURN_H = @STDNORETURN_H@
391a25439b6SCy SchubertSTRIP = @STRIP@
392a25439b6SCy SchubertTESTDCF = @TESTDCF@
393a25439b6SCy SchubertTICKADJ_DB = @TICKADJ_DB@
394a25439b6SCy SchubertTICKADJ_DL = @TICKADJ_DL@
395a25439b6SCy SchubertTICKADJ_DS = @TICKADJ_DS@
396a25439b6SCy SchubertTICKADJ_MS = @TICKADJ_MS@
397a25439b6SCy SchubertTICKADJ_NI = @TICKADJ_NI@
398a25439b6SCy SchubertTIMETRIM_DB = @TIMETRIM_DB@
399a25439b6SCy SchubertTIMETRIM_DL = @TIMETRIM_DL@
400a25439b6SCy SchubertTIMETRIM_DS = @TIMETRIM_DS@
401a25439b6SCy SchubertTIMETRIM_MS = @TIMETRIM_MS@
402a25439b6SCy 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@
408a25439b6SCy SchubertVERSION = @VERSION@
409a25439b6SCy SchubertVER_SUFFIX = @VER_SUFFIX@
410a25439b6SCy SchubertYACC = @YACC@
411a25439b6SCy SchubertYFLAGS = @YFLAGS@
412a25439b6SCy Schubertabs_builddir = @abs_builddir@
413a25439b6SCy Schubertabs_srcdir = @abs_srcdir@
414a25439b6SCy Schubertabs_top_builddir = @abs_top_builddir@
415a25439b6SCy Schubertabs_top_srcdir = @abs_top_srcdir@
416a25439b6SCy Schubertac_ct_AR = @ac_ct_AR@
417a25439b6SCy Schubertac_ct_CC = @ac_ct_CC@
418a25439b6SCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@
419a25439b6SCy Schubertam__include = @am__include@
420a25439b6SCy Schubertam__leading_dot = @am__leading_dot@
421a25439b6SCy Schubertam__quote = @am__quote@
422a25439b6SCy Schubertam__tar = @am__tar@
423a25439b6SCy Schubertam__untar = @am__untar@
424a25439b6SCy Schubertbindir = @bindir@
425a25439b6SCy Schubertbuild = @build@
426a25439b6SCy Schubertbuild_alias = @build_alias@
427a25439b6SCy Schubertbuild_cpu = @build_cpu@
428a25439b6SCy Schubertbuild_os = @build_os@
429a25439b6SCy Schubertbuild_vendor = @build_vendor@
430a25439b6SCy Schubertbuilddir = @builddir@
431a25439b6SCy Schubertdatadir = @datadir@
432a25439b6SCy Schubertdatarootdir = @datarootdir@
433a25439b6SCy Schubertdocdir = @docdir@
434a25439b6SCy Schubertdvidir = @dvidir@
435a25439b6SCy Schubertexec_prefix = @exec_prefix@
436a25439b6SCy Schuberthost = @host@
437a25439b6SCy Schuberthost_alias = @host_alias@
438a25439b6SCy Schuberthost_cpu = @host_cpu@
439a25439b6SCy Schuberthost_os = @host_os@
440a25439b6SCy Schuberthost_vendor = @host_vendor@
441a25439b6SCy Schuberthtmldir = @htmldir@
442a25439b6SCy Schubertincludedir = @includedir@
443a25439b6SCy Schubertinfodir = @infodir@
444a25439b6SCy Schubertinstall_sh = @install_sh@
445a25439b6SCy Schubertlibdir = @libdir@
446a25439b6SCy Schubertlibexecdir = @libexecdir@
447a25439b6SCy Schubertlocaledir = @localedir@
448a25439b6SCy Schubertlocalstatedir = @localstatedir@
449a25439b6SCy Schubertmandir = @mandir@
450a25439b6SCy Schubertmkdir_p = @mkdir_p@
451a25439b6SCy Schubertoldincludedir = @oldincludedir@
452a25439b6SCy Schubertpdfdir = @pdfdir@
453a25439b6SCy Schubertprefix = @prefix@
454a25439b6SCy Schubertprogram_transform_name = @program_transform_name@
455a25439b6SCy Schubertpsdir = @psdir@
456a466cc55SCy Schubertrunstatedir = @runstatedir@
457a25439b6SCy Schubertsbindir = @sbindir@
458a25439b6SCy Schubertsharedstatedir = @sharedstatedir@
459a25439b6SCy Schubertsrcdir = @srcdir@
460a25439b6SCy Schubertsubdirs = @subdirs@
461a25439b6SCy Schubertsysconfdir = @sysconfdir@
462a25439b6SCy Schuberttarget_alias = @target_alias@
463a25439b6SCy Schuberttop_build_prefix = @top_build_prefix@
464a25439b6SCy Schuberttop_builddir = @top_builddir@
465a25439b6SCy Schuberttop_srcdir = @top_srcdir@
466a25439b6SCy SchubertNULL =
467a25439b6SCy Schubertrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_srcdir)/scripts/lib" AUTOGEN_DNE_DATE=-D	\
468a25439b6SCy Schubert		autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
469a25439b6SCy Schubert		--writable
470a25439b6SCy Schubert
471a25439b6SCy Schubertstd_def_list = \
472a25439b6SCy Schubert	$(top_srcdir)/sntp/include/debug-opt.def		\
473a25439b6SCy Schubert	$(top_srcdir)/sntp/include/autogen-version.def 		\
474a25439b6SCy Schubert	$(top_srcdir)/sntp/include/copyright.def 		\
475a25439b6SCy Schubert	$(top_srcdir)/sntp/include/homerc.def 			\
476a25439b6SCy Schubert	$(top_srcdir)/sntp/include/ntp.lic 			\
477a25439b6SCy Schubert	$(top_srcdir)/sntp/include/version.def			\
478a25439b6SCy Schubert	$(NULL)
479a25439b6SCy Schubert
480a25439b6SCy Schubertbin_SCRIPTS = $(UPDATE_LEAP_DB)
481a25439b6SCy Schubertsbin_SCRIPTS = $(UPDATE_LEAP_DS)
482a25439b6SCy Schubertlibexec_SCRIPTS = $(UPDATE_LEAP_DL)
483a25439b6SCy Schubertnoinst_SCRIPTS = $(UPDATE_LEAP_NI)
484a25439b6SCy SchubertEXTRA_SCRIPTS = update-leap
485a25439b6SCy Schubertman1_MANS =
486a25439b6SCy Schubertman8_MANS =
487a25439b6SCy Schubert@INSTALL_UPDATE_LEAP_TRUE@man_MANS = update-leap.$(UPDATE_LEAP_MS)
488a25439b6SCy Schubert@INSTALL_UPDATE_LEAP_FALSE@noinst_MANS = update-leap.$(UPDATE_LEAP_MS)
489a25439b6SCy SchubertEXTRA_DIST = \
490a25439b6SCy Schubert	invoke-update-leap.menu		\
491a25439b6SCy Schubert	invoke-update-leap.texi		\
492a25439b6SCy Schubert	update-leap-opts.def		\
493a25439b6SCy Schubert	update-leap-opts		\
494a25439b6SCy Schubert	update-leap.1update-leapman	\
495a25439b6SCy Schubert	update-leap.1update-leapmdoc	\
496276da39aSCy Schubert	update-leap.in			\
497a25439b6SCy Schubert	update-leap.man.in		\
498a25439b6SCy Schubert	update-leap.mdoc.in		\
499276da39aSCy Schubert	update-leap.sh			\
500a25439b6SCy Schubert	update-leap.texi		\
501a25439b6SCy Schubert	update-leap.html		\
502a25439b6SCy Schubert	$(NULL)
503a25439b6SCy Schubert
504a25439b6SCy Schuberthtml_DATA = update-leap.html
505a25439b6SCy Schubert
506a25439b6SCy Schubert#CLEANFILES = update-leap.1
507a25439b6SCy SchubertDISTCLEANFILES = config.log $(man_MANS) $(noinst_MANS)
508a25439b6SCy Schubertnoinst_DATA = \
509a25439b6SCy Schubert	invoke-update-leap.menu		\
510a25439b6SCy Schubert	invoke-update-leap.texi		\
511a25439b6SCy Schubert	update-leap.man.in		\
512a25439b6SCy Schubert	update-leap.mdoc.in		\
513a25439b6SCy Schubert	update-leap-opts		\
514a25439b6SCy Schubert	$(NULL)
515a25439b6SCy Schubert
516a25439b6SCy Schubertall: all-am
517a25439b6SCy Schubert
518a25439b6SCy Schubert.SUFFIXES:
519a25439b6SCy Schubert$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
520a25439b6SCy Schubert	@for dep in $?; do \
521a25439b6SCy Schubert	  case '$(am__configure_deps)' in \
522a25439b6SCy Schubert	    *$$dep*) \
523a25439b6SCy Schubert	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
524a25439b6SCy Schubert	        && { if test -f $@; then exit 0; else break; fi; }; \
525a25439b6SCy Schubert	      exit 1;; \
526a25439b6SCy Schubert	  esac; \
527a25439b6SCy Schubert	done; \
528a25439b6SCy Schubert	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/update-leap/Makefile'; \
529a25439b6SCy Schubert	$(am__cd) $(top_srcdir) && \
530a25439b6SCy Schubert	  $(AUTOMAKE) --foreign scripts/update-leap/Makefile
531a25439b6SCy SchubertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
532a25439b6SCy Schubert	@case '$?' in \
533a25439b6SCy Schubert	  *config.status*) \
534a25439b6SCy Schubert	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
535a25439b6SCy Schubert	  *) \
536a466cc55SCy Schubert	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
537a466cc55SCy Schubert	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
538a25439b6SCy Schubert	esac;
539a25439b6SCy Schubert
540a25439b6SCy Schubert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
541a25439b6SCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542a25439b6SCy Schubert
543a25439b6SCy Schubert$(top_srcdir)/configure:  $(am__configure_deps)
544a25439b6SCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
545a25439b6SCy Schubert$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
546a25439b6SCy Schubert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
547a25439b6SCy Schubert$(am__aclocal_m4_deps):
548276da39aSCy Schubertupdate-leap: $(top_builddir)/config.status $(srcdir)/update-leap.in
549276da39aSCy Schubert	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
550a25439b6SCy Schubertinstall-binSCRIPTS: $(bin_SCRIPTS)
551a25439b6SCy Schubert	@$(NORMAL_INSTALL)
552a25439b6SCy Schubert	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
553276da39aSCy Schubert	if test -n "$$list"; then \
554276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
555276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
556276da39aSCy Schubert	fi; \
557a25439b6SCy Schubert	for p in $$list; do \
558a25439b6SCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
559a25439b6SCy Schubert	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
560a25439b6SCy Schubert	done | \
561a25439b6SCy Schubert	sed -e 'p;s,.*/,,;n' \
562a25439b6SCy Schubert	    -e 'h;s|.*|.|' \
563a25439b6SCy Schubert	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
564a25439b6SCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
565a25439b6SCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
566a25439b6SCy Schubert	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
567a25439b6SCy Schubert	      if (++n[d] == $(am__install_max)) { \
568a25439b6SCy Schubert		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
569a25439b6SCy Schubert	    else { print "f", d "/" $$4, $$1 } } \
570a25439b6SCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
571a25439b6SCy Schubert	while read type dir files; do \
572a25439b6SCy Schubert	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
573a25439b6SCy Schubert	     test -z "$$files" || { \
574a25439b6SCy Schubert	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
575a25439b6SCy Schubert	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
576a25439b6SCy Schubert	     } \
577a25439b6SCy Schubert	; done
578a25439b6SCy Schubert
579a25439b6SCy Schubertuninstall-binSCRIPTS:
580a25439b6SCy Schubert	@$(NORMAL_UNINSTALL)
581a25439b6SCy Schubert	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
582a25439b6SCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
583a25439b6SCy Schubert	       sed -e 's,.*/,,;$(transform)'`; \
584276da39aSCy Schubert	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
585a25439b6SCy Schubertinstall-libexecSCRIPTS: $(libexec_SCRIPTS)
586a25439b6SCy Schubert	@$(NORMAL_INSTALL)
587a25439b6SCy Schubert	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
588276da39aSCy Schubert	if test -n "$$list"; then \
589276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
590276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
591276da39aSCy Schubert	fi; \
592a25439b6SCy Schubert	for p in $$list; do \
593a25439b6SCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
594a25439b6SCy Schubert	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
595a25439b6SCy Schubert	done | \
596a25439b6SCy Schubert	sed -e 'p;s,.*/,,;n' \
597a25439b6SCy Schubert	    -e 'h;s|.*|.|' \
598a25439b6SCy Schubert	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
599a25439b6SCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
600a25439b6SCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
601a25439b6SCy Schubert	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
602a25439b6SCy Schubert	      if (++n[d] == $(am__install_max)) { \
603a25439b6SCy Schubert		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
604a25439b6SCy Schubert	    else { print "f", d "/" $$4, $$1 } } \
605a25439b6SCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
606a25439b6SCy Schubert	while read type dir files; do \
607a25439b6SCy Schubert	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
608a25439b6SCy Schubert	     test -z "$$files" || { \
609a25439b6SCy Schubert	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
610a25439b6SCy Schubert	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
611a25439b6SCy Schubert	     } \
612a25439b6SCy Schubert	; done
613a25439b6SCy Schubert
614a25439b6SCy Schubertuninstall-libexecSCRIPTS:
615a25439b6SCy Schubert	@$(NORMAL_UNINSTALL)
616a25439b6SCy Schubert	@list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
617a25439b6SCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
618a25439b6SCy Schubert	       sed -e 's,.*/,,;$(transform)'`; \
619276da39aSCy Schubert	dir='$(DESTDIR)$(libexecdir)'; $(am__uninstall_files_from_dir)
620a25439b6SCy Schubertinstall-sbinSCRIPTS: $(sbin_SCRIPTS)
621a25439b6SCy Schubert	@$(NORMAL_INSTALL)
622a25439b6SCy Schubert	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
623276da39aSCy Schubert	if test -n "$$list"; then \
624276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
625276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
626276da39aSCy Schubert	fi; \
627a25439b6SCy Schubert	for p in $$list; do \
628a25439b6SCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
629a25439b6SCy Schubert	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
630a25439b6SCy Schubert	done | \
631a25439b6SCy Schubert	sed -e 'p;s,.*/,,;n' \
632a25439b6SCy Schubert	    -e 'h;s|.*|.|' \
633a25439b6SCy Schubert	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
634a25439b6SCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
635a25439b6SCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
636a25439b6SCy Schubert	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
637a25439b6SCy Schubert	      if (++n[d] == $(am__install_max)) { \
638a25439b6SCy Schubert		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
639a25439b6SCy Schubert	    else { print "f", d "/" $$4, $$1 } } \
640a25439b6SCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
641a25439b6SCy Schubert	while read type dir files; do \
642a25439b6SCy Schubert	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
643a25439b6SCy Schubert	     test -z "$$files" || { \
644a25439b6SCy Schubert	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
645a25439b6SCy Schubert	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
646a25439b6SCy Schubert	     } \
647a25439b6SCy Schubert	; done
648a25439b6SCy Schubert
649a25439b6SCy Schubertuninstall-sbinSCRIPTS:
650a25439b6SCy Schubert	@$(NORMAL_UNINSTALL)
651a25439b6SCy Schubert	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
652a25439b6SCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
653a25439b6SCy Schubert	       sed -e 's,.*/,,;$(transform)'`; \
654276da39aSCy Schubert	dir='$(DESTDIR)$(sbindir)'; $(am__uninstall_files_from_dir)
655a25439b6SCy Schubert
656a25439b6SCy Schubertmostlyclean-libtool:
657a25439b6SCy Schubert	-rm -f *.lo
658a25439b6SCy Schubert
659a25439b6SCy Schubertclean-libtool:
660a25439b6SCy Schubert	-rm -rf .libs _libs
661a25439b6SCy Schubertinstall-man1: $(man1_MANS) $(man_MANS)
662a25439b6SCy Schubert	@$(NORMAL_INSTALL)
663276da39aSCy Schubert	@list1='$(man1_MANS)'; \
664276da39aSCy Schubert	list2='$(man_MANS)'; \
665276da39aSCy Schubert	test -n "$(man1dir)" \
666276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
667276da39aSCy Schubert	  || exit 0; \
668276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
669276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
670276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
671276da39aSCy Schubert	if test -n "$$list2"; then \
672276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
673276da39aSCy Schubert	    | sed -n '/\.1[a-z]*$$/p'; \
674276da39aSCy Schubert	fi; \
675a25439b6SCy Schubert	} | while read p; do \
676a25439b6SCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
677a25439b6SCy Schubert	  echo "$$d$$p"; echo "$$p"; \
678a25439b6SCy Schubert	done | \
679a25439b6SCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
680a25439b6SCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
681a25439b6SCy Schubert	sed 'N;N;s,\n, ,g' | { \
682a25439b6SCy Schubert	list=; while read file base inst; do \
683a25439b6SCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
684a25439b6SCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
685a25439b6SCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
686a25439b6SCy Schubert	  fi; \
687a25439b6SCy Schubert	done; \
688a25439b6SCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
689a25439b6SCy Schubert	while read files; do \
690a25439b6SCy Schubert	  test -z "$$files" || { \
691a25439b6SCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
692a25439b6SCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
693a25439b6SCy Schubert	done; }
694a25439b6SCy Schubert
695a25439b6SCy Schubertuninstall-man1:
696a25439b6SCy Schubert	@$(NORMAL_UNINSTALL)
697a25439b6SCy Schubert	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
698a25439b6SCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
699a25439b6SCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
700a25439b6SCy Schubert	  sed -n '/\.1[a-z]*$$/p'; \
701a25439b6SCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
702a25439b6SCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
703276da39aSCy Schubert	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
704a25439b6SCy Schubertinstall-man8: $(man8_MANS) $(man_MANS)
705a25439b6SCy Schubert	@$(NORMAL_INSTALL)
706276da39aSCy Schubert	@list1='$(man8_MANS)'; \
707276da39aSCy Schubert	list2='$(man_MANS)'; \
708276da39aSCy Schubert	test -n "$(man8dir)" \
709276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
710276da39aSCy Schubert	  || exit 0; \
711276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
712276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
713276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
714276da39aSCy Schubert	if test -n "$$list2"; then \
715276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
716276da39aSCy Schubert	    | sed -n '/\.8[a-z]*$$/p'; \
717276da39aSCy Schubert	fi; \
718a25439b6SCy Schubert	} | while read p; do \
719a25439b6SCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
720a25439b6SCy Schubert	  echo "$$d$$p"; echo "$$p"; \
721a25439b6SCy Schubert	done | \
722a25439b6SCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
723a25439b6SCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
724a25439b6SCy Schubert	sed 'N;N;s,\n, ,g' | { \
725a25439b6SCy Schubert	list=; while read file base inst; do \
726a25439b6SCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
727a25439b6SCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
728a25439b6SCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
729a25439b6SCy Schubert	  fi; \
730a25439b6SCy Schubert	done; \
731a25439b6SCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
732a25439b6SCy Schubert	while read files; do \
733a25439b6SCy Schubert	  test -z "$$files" || { \
734a25439b6SCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
735a25439b6SCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
736a25439b6SCy Schubert	done; }
737a25439b6SCy Schubert
738a25439b6SCy Schubertuninstall-man8:
739a25439b6SCy Schubert	@$(NORMAL_UNINSTALL)
740a25439b6SCy Schubert	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
741a25439b6SCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
742a25439b6SCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
743a25439b6SCy Schubert	  sed -n '/\.8[a-z]*$$/p'; \
744a25439b6SCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
745a25439b6SCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
746276da39aSCy Schubert	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
747a25439b6SCy Schubertinstall-htmlDATA: $(html_DATA)
748a25439b6SCy Schubert	@$(NORMAL_INSTALL)
749a25439b6SCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
750276da39aSCy Schubert	if test -n "$$list"; then \
751276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
752276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
753276da39aSCy Schubert	fi; \
754a25439b6SCy Schubert	for p in $$list; do \
755a25439b6SCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
756a25439b6SCy Schubert	  echo "$$d$$p"; \
757a25439b6SCy Schubert	done | $(am__base_list) | \
758a25439b6SCy Schubert	while read files; do \
759a25439b6SCy Schubert	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
760a25439b6SCy Schubert	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
761a25439b6SCy Schubert	done
762a25439b6SCy Schubert
763a25439b6SCy Schubertuninstall-htmlDATA:
764a25439b6SCy Schubert	@$(NORMAL_UNINSTALL)
765a25439b6SCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
766a25439b6SCy Schubert	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
767276da39aSCy Schubert	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
768276da39aSCy Schuberttags TAGS:
769a25439b6SCy Schubert
770276da39aSCy Schubertctags CTAGS:
771276da39aSCy Schubert
772276da39aSCy Schubertcscope cscopelist:
773a25439b6SCy Schubert
774a466cc55SCy Schubertdistdir: $(BUILT_SOURCES)
775a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) distdir-am
776a25439b6SCy Schubert
777a466cc55SCy Schubertdistdir-am: $(DISTFILES)
778a25439b6SCy Schubert	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779a25439b6SCy Schubert	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
780a25439b6SCy Schubert	list='$(DISTFILES)'; \
781a25439b6SCy Schubert	  dist_files=`for file in $$list; do echo $$file; done | \
782a25439b6SCy Schubert	  sed -e "s|^$$srcdirstrip/||;t" \
783a25439b6SCy Schubert	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
784a25439b6SCy Schubert	case $$dist_files in \
785a25439b6SCy Schubert	  */*) $(MKDIR_P) `echo "$$dist_files" | \
786a25439b6SCy Schubert			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
787a25439b6SCy Schubert			   sort -u` ;; \
788a25439b6SCy Schubert	esac; \
789a25439b6SCy Schubert	for file in $$dist_files; do \
790a25439b6SCy Schubert	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
791a25439b6SCy Schubert	  if test -d $$d/$$file; then \
792a25439b6SCy Schubert	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
793a25439b6SCy Schubert	    if test -d "$(distdir)/$$file"; then \
794a25439b6SCy Schubert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
795a25439b6SCy Schubert	    fi; \
796a25439b6SCy Schubert	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
797a25439b6SCy Schubert	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
798a25439b6SCy Schubert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
799a25439b6SCy Schubert	    fi; \
800a25439b6SCy Schubert	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
801a25439b6SCy Schubert	  else \
802a25439b6SCy Schubert	    test -f "$(distdir)/$$file" \
803a25439b6SCy Schubert	    || cp -p $$d/$$file "$(distdir)/$$file" \
804a25439b6SCy Schubert	    || exit 1; \
805a25439b6SCy Schubert	  fi; \
806a25439b6SCy Schubert	done
807a25439b6SCy Schubertcheck-am: all-am
808a25439b6SCy Schubertcheck: check-am
809a25439b6SCy Schubertall-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
810a25439b6SCy Schubertinstalldirs:
811a25439b6SCy Schubert	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
812a25439b6SCy Schubert	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
813a25439b6SCy Schubert	done
814a25439b6SCy Schubertinstall: install-am
815a25439b6SCy Schubertinstall-exec: install-exec-am
816a25439b6SCy Schubertinstall-data: install-data-am
817a25439b6SCy Schubertuninstall: uninstall-am
818a25439b6SCy Schubert
819a25439b6SCy Schubertinstall-am: all-am
820a25439b6SCy Schubert	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
821a25439b6SCy Schubert
822a25439b6SCy Schubertinstallcheck: installcheck-am
823a25439b6SCy Schubertinstall-strip:
824276da39aSCy Schubert	if test -z '$(STRIP)'; then \
825a25439b6SCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
826a25439b6SCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
827276da39aSCy Schubert	      install; \
828276da39aSCy Schubert	else \
829276da39aSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
830276da39aSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
831276da39aSCy Schubert	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
832276da39aSCy Schubert	fi
833a25439b6SCy Schubertmostlyclean-generic:
834a25439b6SCy Schubert
835a25439b6SCy Schubertclean-generic:
836a25439b6SCy Schubert
837a25439b6SCy Schubertdistclean-generic:
838a25439b6SCy Schubert	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
839a25439b6SCy Schubert	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
840a25439b6SCy Schubert	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
841a25439b6SCy Schubert
842a25439b6SCy Schubertmaintainer-clean-generic:
843a25439b6SCy Schubert	@echo "This command is intended for maintainers to use"
844a25439b6SCy Schubert	@echo "it deletes files that may require special tools to rebuild."
845a25439b6SCy Schubertclean: clean-am
846a25439b6SCy Schubert
847a25439b6SCy Schubertclean-am: clean-generic clean-libtool mostlyclean-am
848a25439b6SCy Schubert
849a25439b6SCy Schubertdistclean: distclean-am
850a25439b6SCy Schubert	-rm -f Makefile
851a25439b6SCy Schubertdistclean-am: clean-am distclean-generic
852a25439b6SCy Schubert
853a25439b6SCy Schubertdvi: dvi-am
854a25439b6SCy Schubert
855a25439b6SCy Schubertdvi-am:
856a25439b6SCy Schubert
857a25439b6SCy Schuberthtml: html-am
858a25439b6SCy Schubert
859a25439b6SCy Schuberthtml-am:
860a25439b6SCy Schubert
861a25439b6SCy Schubertinfo: info-am
862a25439b6SCy Schubert
863a25439b6SCy Schubertinfo-am:
864a25439b6SCy Schubert
865a25439b6SCy Schubertinstall-data-am: install-htmlDATA install-man
866a25439b6SCy Schubert
867a25439b6SCy Schubertinstall-dvi: install-dvi-am
868a25439b6SCy Schubert
869a25439b6SCy Schubertinstall-dvi-am:
870a25439b6SCy Schubert
871a25439b6SCy Schubertinstall-exec-am: install-binSCRIPTS install-libexecSCRIPTS \
872a25439b6SCy Schubert	install-sbinSCRIPTS
873a25439b6SCy Schubert
874a25439b6SCy Schubertinstall-html: install-html-am
875a25439b6SCy Schubert
876a25439b6SCy Schubertinstall-html-am:
877a25439b6SCy Schubert
878a25439b6SCy Schubertinstall-info: install-info-am
879a25439b6SCy Schubert
880a25439b6SCy Schubertinstall-info-am:
881a25439b6SCy Schubert
882a25439b6SCy Schubertinstall-man: install-man1 install-man8
883a25439b6SCy Schubert
884a25439b6SCy Schubertinstall-pdf: install-pdf-am
885a25439b6SCy Schubert
886a25439b6SCy Schubertinstall-pdf-am:
887a25439b6SCy Schubert
888a25439b6SCy Schubertinstall-ps: install-ps-am
889a25439b6SCy Schubert
890a25439b6SCy Schubertinstall-ps-am:
891a25439b6SCy Schubert
892a25439b6SCy Schubertinstallcheck-am:
893a25439b6SCy Schubert
894a25439b6SCy Schubertmaintainer-clean: maintainer-clean-am
895a25439b6SCy Schubert	-rm -f Makefile
896a25439b6SCy Schubertmaintainer-clean-am: distclean-am maintainer-clean-generic
897a25439b6SCy Schubert
898a25439b6SCy Schubertmostlyclean: mostlyclean-am
899a25439b6SCy Schubert
900a25439b6SCy Schubertmostlyclean-am: mostlyclean-generic mostlyclean-libtool
901a25439b6SCy Schubert
902a25439b6SCy Schubertpdf: pdf-am
903a25439b6SCy Schubert
904a25439b6SCy Schubertpdf-am:
905a25439b6SCy Schubert
906a25439b6SCy Schubertps: ps-am
907a25439b6SCy Schubert
908a25439b6SCy Schubertps-am:
909a25439b6SCy Schubert
910a25439b6SCy Schubertuninstall-am: uninstall-binSCRIPTS uninstall-htmlDATA \
911a25439b6SCy Schubert	uninstall-libexecSCRIPTS uninstall-man uninstall-sbinSCRIPTS
912a25439b6SCy Schubert
913a25439b6SCy Schubertuninstall-man: uninstall-man1 uninstall-man8
914a25439b6SCy Schubert
915a25439b6SCy Schubert.MAKE: install-am install-strip
916a25439b6SCy Schubert
917a25439b6SCy Schubert.PHONY: all all-am check check-am clean clean-generic clean-libtool \
918276da39aSCy Schubert	cscopelist-am ctags-am distclean distclean-generic \
919276da39aSCy Schubert	distclean-libtool distdir dvi dvi-am html html-am info info-am \
920276da39aSCy Schubert	install install-am install-binSCRIPTS install-data \
921276da39aSCy Schubert	install-data-am install-dvi install-dvi-am install-exec \
922276da39aSCy Schubert	install-exec-am install-html install-html-am install-htmlDATA \
923276da39aSCy Schubert	install-info install-info-am install-libexecSCRIPTS \
924276da39aSCy Schubert	install-man install-man1 install-man8 install-pdf \
925276da39aSCy Schubert	install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \
926276da39aSCy Schubert	install-strip installcheck installcheck-am installdirs \
927276da39aSCy Schubert	maintainer-clean maintainer-clean-generic mostlyclean \
928276da39aSCy Schubert	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
929276da39aSCy Schubert	tags-am uninstall uninstall-am uninstall-binSCRIPTS \
930a25439b6SCy Schubert	uninstall-htmlDATA uninstall-libexecSCRIPTS uninstall-man \
931a25439b6SCy Schubert	uninstall-man1 uninstall-man8 uninstall-sbinSCRIPTS
932a25439b6SCy Schubert
933276da39aSCy Schubert.PRECIOUS: Makefile
934276da39aSCy Schubert
935a25439b6SCy Schubert
936a25439b6SCy Schubert$(srcdir)/update-leap: $(srcdir)/update-leap-opts
937a25439b6SCy Schubert	@: do-nothing action to avoid default SCCS get
938a25439b6SCy Schubert
939a25439b6SCy Schubert$(srcdir)/update-leap-opts: update-leap-opts.def $(std_def_list)
940a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) update-leap-opts.def
941a25439b6SCy Schubert
942a25439b6SCy Schubert### Man
943a25439b6SCy Schubert
944a25439b6SCy Schubert$(srcdir)/update-leap.1update-leapman: $(srcdir)/update-leap-opts.def $(std_def_list)
945a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1update-leapman -Tagman-cmd.tpl update-leap-opts.def
946a25439b6SCy Schubert
947a25439b6SCy Schubert$(srcdir)/update-leap.man.in: $(srcdir)/update-leap.1update-leapman $(top_srcdir)/sntp/scripts/mansec2subst.sed
948a25439b6SCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/update-leap.1update-leapman > $(srcdir)/update-leap.man.in+
949a25439b6SCy Schubert	mv $(srcdir)/update-leap.man.in+ $(srcdir)/update-leap.man.in
950a25439b6SCy Schubert
951a25439b6SCy Schubert### Mdoc
952a25439b6SCy Schubert
953a25439b6SCy Schubert$(srcdir)/update-leap.1update-leapmdoc: $(srcdir)/update-leap-opts.def $(std_def_list)
954a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1update-leapmdoc -Tagmdoc-cmd.tpl update-leap-opts.def
955a25439b6SCy Schubert
956a25439b6SCy Schubert$(srcdir)/update-leap.mdoc.in: $(srcdir)/update-leap.1update-leapmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
957a25439b6SCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/update-leap.1update-leapmdoc > $(srcdir)/update-leap.mdoc.in+
958a25439b6SCy Schubert	mv $(srcdir)/update-leap.mdoc.in+ $(srcdir)/update-leap.mdoc.in
959a25439b6SCy Schubert
960a25439b6SCy Schubert### Manpage
961a25439b6SCy Schubert
962a25439b6SCy Schubertupdate-leap.$(UPDATE_LEAP_MS): $(srcdir)/update-leap.$(MANTAGFMT).in $(top_builddir)/config.status
963a25439b6SCy Schubert	$(top_builddir)/config.status --file=update-leap.$(UPDATE_LEAP_MS)+:$(srcdir)/update-leap.$(MANTAGFMT).in
964a25439b6SCy Schubert	mv update-leap.$(UPDATE_LEAP_MS)+ update-leap.$(UPDATE_LEAP_MS)
965a25439b6SCy Schubert
966a25439b6SCy Schubert### Texinfo
967a25439b6SCy Schubert
968a25439b6SCy Schubert$(srcdir)/invoke-update-leap.menu: $(srcdir)/invoke-update-leap.texi
969a25439b6SCy Schubert	@: do-nothing action to avoid default SCCS get, .menu built with .texi
970a25439b6SCy Schubert
971a25439b6SCy Schubert$(srcdir)/invoke-update-leap.texi: $(srcdir)/update-leap-opts.def $(std_def_list)
972a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section update-leap-opts.def
973a25439b6SCy Schubert	$(top_srcdir)/scripts/build/check--help $@
974a25439b6SCy Schubert
975a25439b6SCy Schubert### HTML
976a25439b6SCy Schubert
977a466cc55SCy Schubert$(srcdir)/update-leap.html: $(srcdir)/invoke-update-leap.texi $(srcdir)/update-leap.texi $(top_srcdir)/sntp/include/version.texi
978a25439b6SCy Schubert	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o update-leap.html update-leap.texi || true )
979a25439b6SCy Schubert
980a25439b6SCy Schubert# Tell versions [3.59,3.63) of GNU make to not export all variables.
981a25439b6SCy Schubert# Otherwise a system limit (for SysV at least) may be exceeded.
982a25439b6SCy Schubert.NOEXPORT:
983