xref: /netbsd-src/external/bsd/ntp/dist/scripts/Makefile.in (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36build_triplet = @build@
37host_triplet = @host@
38subdir = scripts
39DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40	$(srcdir)/ntpver.in $(srcdir)/plot_summary.in \
41	$(srcdir)/summary.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
44	$(top_srcdir)/sntp/libevent/m4/openldap-thread-check.m4 \
45	$(top_srcdir)/sntp/libevent/m4/openldap.m4 \
46	$(top_srcdir)/sntp/m4/define_dir.m4 \
47	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
48	$(top_srcdir)/sntp/m4/libtool.m4 \
49	$(top_srcdir)/sntp/m4/ltoptions.m4 \
50	$(top_srcdir)/sntp/m4/ltsugar.m4 \
51	$(top_srcdir)/sntp/m4/ltversion.m4 \
52	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
53	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
54	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
55	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
56	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
57	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
58	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
59	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
60	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
61	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
62	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
63	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
64	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
65	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
66	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
67	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
68	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
69	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
70	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
71	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
72	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
73	$(top_srcdir)/sntp/m4/os_cflags.m4 \
74	$(top_srcdir)/sntp/m4/snprintf.m4 \
75	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
76am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77	$(ACLOCAL_M4)
78mkinstalldirs = $(install_sh) -d
79CONFIG_HEADER = $(top_builddir)/config.h
80CONFIG_CLEAN_FILES = ntpver plot_summary summary
81CONFIG_CLEAN_VPATH_FILES =
82SCRIPTS = $(noinst_SCRIPTS)
83AM_V_GEN = $(am__v_GEN_$(V))
84am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
85am__v_GEN_0 = @echo "  GEN   " $@;
86AM_V_at = $(am__v_at_$(V))
87am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
88am__v_at_0 = @
89SOURCES =
90DIST_SOURCES =
91RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92	html-recursive info-recursive install-data-recursive \
93	install-dvi-recursive install-exec-recursive \
94	install-html-recursive install-info-recursive \
95	install-pdf-recursive install-ps-recursive install-recursive \
96	installcheck-recursive installdirs-recursive pdf-recursive \
97	ps-recursive uninstall-recursive
98am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99am__vpath_adj = case $$p in \
100    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101    *) f=$$p;; \
102  esac;
103am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104am__install_max = 40
105am__nobase_strip_setup = \
106  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107am__nobase_strip = \
108  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109am__nobase_list = $(am__nobase_strip_setup); \
110  for p in $$list; do echo "$$p $$p"; done | \
111  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
112  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
113    if (++n[$$2] == $(am__install_max)) \
114      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
115    END { for (dir in files) print dir, files[dir] }'
116am__base_list = \
117  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119man1dir = $(mandir)/man1
120am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"
121man8dir = $(mandir)/man8
122NROFF = nroff
123MANS = $(man1_MANS) $(man8_MANS)
124DATA = $(noinst_DATA)
125RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
126  distclean-recursive maintainer-clean-recursive
127AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
128	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
129	distdir
130ETAGS = etags
131CTAGS = ctags
132DIST_SUBDIRS = $(SUBDIRS)
133DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
134am__relativize = \
135  dir0=`pwd`; \
136  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
137  sed_rest='s,^[^/]*/*,,'; \
138  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
139  sed_butlast='s,/*[^/]*$$,,'; \
140  while test -n "$$dir1"; do \
141    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
142    if test "$$first" != "."; then \
143      if test "$$first" = ".."; then \
144        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
145        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
146      else \
147        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
148        if test "$$first2" = "$$first"; then \
149          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
150        else \
151          dir2="../$$dir2"; \
152        fi; \
153        dir0="$$dir0"/"$$first"; \
154      fi; \
155    fi; \
156    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
157  done; \
158  reldir="$$dir2"
159ACLOCAL = @ACLOCAL@
160ALLOCA = @ALLOCA@
161AMTAR = @AMTAR@
162AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163AR = @AR@
164AUTOCONF = @AUTOCONF@
165AUTOHEADER = @AUTOHEADER@
166AUTOMAKE = @AUTOMAKE@
167AWK = @AWK@
168CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
169CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
170CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
171CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
172CC = @CC@
173CCDEPMODE = @CCDEPMODE@
174CFLAGS = @CFLAGS@
175CFLAGS_NTP = @CFLAGS_NTP@
176CHUTEST = @CHUTEST@
177CONFIG_SHELL = @CONFIG_SHELL@
178CPP = @CPP@
179CPPFLAGS = @CPPFLAGS@
180CPPFLAGS_NTP = @CPPFLAGS_NTP@
181CXX = @CXX@
182CXXCPP = @CXXCPP@
183CXXDEPMODE = @CXXDEPMODE@
184CXXFLAGS = @CXXFLAGS@
185CYGPATH_W = @CYGPATH_W@
186DCFD = @DCFD@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EDITLINE_LIBS = @EDITLINE_LIBS@
196EGREP = @EGREP@
197EXEEXT = @EXEEXT@
198FGREP = @FGREP@
199GREP = @GREP@
200GTEST_CONFIG = @GTEST_CONFIG@
201GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
202GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
203GTEST_LDFLAGS = @GTEST_LDFLAGS@
204GTEST_LIBS = @GTEST_LIBS@
205HAVE_INLINE = @HAVE_INLINE@
206HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
207HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
208INSTALL = @INSTALL@
209INSTALL_DATA = @INSTALL_DATA@
210INSTALL_PROGRAM = @INSTALL_PROGRAM@
211INSTALL_SCRIPT = @INSTALL_SCRIPT@
212INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213LD = @LD@
214LDADD_LIBNTP = @LDADD_LIBNTP@
215LDADD_NLIST = @LDADD_NLIST@
216LDADD_NTP = @LDADD_NTP@
217LDFLAGS = @LDFLAGS@
218LDFLAGS_NTP = @LDFLAGS_NTP@
219LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
220LIBM = @LIBM@
221LIBOBJS = @LIBOBJS@
222LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
223LIBOPTS_DIR = @LIBOPTS_DIR@
224LIBOPTS_LDADD = @LIBOPTS_LDADD@
225LIBPARSE = @LIBPARSE@
226LIBS = @LIBS@
227LIBTOOL = @LIBTOOL@
228LIBTOOL_DEPS = @LIBTOOL_DEPS@
229LIPO = @LIPO@
230LN_S = @LN_S@
231LSCF = @LSCF@
232LTLIBOBJS = @LTLIBOBJS@
233MAKEINFO = @MAKEINFO@
234MAKE_ADJTIMED = @MAKE_ADJTIMED@
235MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
236MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
237MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
238MAKE_LIBPARSE = @MAKE_LIBPARSE@
239MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
240MAKE_NTPDSIM = @MAKE_NTPDSIM@
241MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
242MAKE_NTPTIME = @MAKE_NTPTIME@
243MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
244MAKE_TICKADJ = @MAKE_TICKADJ@
245MAKE_TIMETRIM = @MAKE_TIMETRIM@
246MANIFEST_TOOL = @MANIFEST_TOOL@
247MANTAGFMT = @MANTAGFMT@
248MKDIR_P = @MKDIR_P@
249NM = @NM@
250NMEDIT = @NMEDIT@
251NTPDATE_DB = @NTPDATE_DB@
252NTPDATE_DL = @NTPDATE_DL@
253NTPDATE_DS = @NTPDATE_DS@
254NTPDATE_MS = @NTPDATE_MS@
255NTPDC_DB = @NTPDC_DB@
256NTPDC_DL = @NTPDC_DL@
257NTPDC_DS = @NTPDC_DS@
258NTPDC_MS = @NTPDC_MS@
259NTPDSIM_DB = @NTPDSIM_DB@
260NTPDSIM_DL = @NTPDSIM_DL@
261NTPDSIM_DS = @NTPDSIM_DS@
262NTPDSIM_MS = @NTPDSIM_MS@
263NTPD_DB = @NTPD_DB@
264NTPD_DL = @NTPD_DL@
265NTPD_DS = @NTPD_DS@
266NTPD_MS = @NTPD_MS@
267NTPQ_DB = @NTPQ_DB@
268NTPQ_DL = @NTPQ_DL@
269NTPQ_DS = @NTPQ_DS@
270NTPQ_MS = @NTPQ_MS@
271NTPSNMPD_DB = @NTPSNMPD_DB@
272NTPSNMPD_DL = @NTPSNMPD_DL@
273NTPSNMPD_DS = @NTPSNMPD_DS@
274NTPSNMPD_MS = @NTPSNMPD_MS@
275NTPTIME_DB = @NTPTIME_DB@
276NTPTIME_DL = @NTPTIME_DL@
277NTPTIME_DS = @NTPTIME_DS@
278NTPTIME_MS = @NTPTIME_MS@
279NTPTRACE_DB = @NTPTRACE_DB@
280NTPTRACE_DL = @NTPTRACE_DL@
281NTPTRACE_DS = @NTPTRACE_DS@
282NTPTRACE_MS = @NTPTRACE_MS@
283NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
284NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
285NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
286NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
287NTP_KEYSDIR = @NTP_KEYSDIR@
288NTP_WAIT_DB = @NTP_WAIT_DB@
289NTP_WAIT_DL = @NTP_WAIT_DL@
290NTP_WAIT_DS = @NTP_WAIT_DS@
291NTP_WAIT_MS = @NTP_WAIT_MS@
292OBJDUMP = @OBJDUMP@
293OBJEXT = @OBJEXT@
294OTOOL = @OTOOL@
295OTOOL64 = @OTOOL64@
296PACKAGE = @PACKAGE@
297PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
298PACKAGE_NAME = @PACKAGE_NAME@
299PACKAGE_STRING = @PACKAGE_STRING@
300PACKAGE_TARNAME = @PACKAGE_TARNAME@
301PACKAGE_URL = @PACKAGE_URL@
302PACKAGE_VERSION = @PACKAGE_VERSION@
303PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
304PATH_PERL = @PATH_PERL@
305PATH_SEPARATOR = @PATH_SEPARATOR@
306PATH_TEST = @PATH_TEST@
307PERLLIBDIR = @PERLLIBDIR@
308PKG_CONFIG = @PKG_CONFIG@
309POSIX_SHELL = @POSIX_SHELL@
310PROPDELAY = @PROPDELAY@
311PTHREAD_LIBS = @PTHREAD_LIBS@
312RANLIB = @RANLIB@
313SED = @SED@
314SET_MAKE = @SET_MAKE@
315SHELL = @SHELL@
316SNMP_CFLAGS = @SNMP_CFLAGS@
317SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
318SNMP_LIBS = @SNMP_LIBS@
319SNTP = @SNTP@
320SNTP_DB = @SNTP_DB@
321SNTP_DL = @SNTP_DL@
322SNTP_DS = @SNTP_DS@
323SNTP_MS = @SNTP_MS@
324STRIP = @STRIP@
325TESTDCF = @TESTDCF@
326TICKADJ_DB = @TICKADJ_DB@
327TICKADJ_DL = @TICKADJ_DL@
328TICKADJ_DS = @TICKADJ_DS@
329TICKADJ_MS = @TICKADJ_MS@
330TIMETRIM_DB = @TIMETRIM_DB@
331TIMETRIM_DL = @TIMETRIM_DL@
332TIMETRIM_DS = @TIMETRIM_DS@
333TIMETRIM_MS = @TIMETRIM_MS@
334VERSION = @VERSION@
335VER_SUFFIX = @VER_SUFFIX@
336YACC = @YACC@
337YFLAGS = @YFLAGS@
338abs_builddir = @abs_builddir@
339abs_srcdir = @abs_srcdir@
340abs_top_builddir = @abs_top_builddir@
341abs_top_srcdir = @abs_top_srcdir@
342ac_ct_AR = @ac_ct_AR@
343ac_ct_CC = @ac_ct_CC@
344ac_ct_CXX = @ac_ct_CXX@
345ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
346am__include = @am__include@
347am__leading_dot = @am__leading_dot@
348am__quote = @am__quote@
349am__tar = @am__tar@
350am__untar = @am__untar@
351bindir = @bindir@
352build = @build@
353build_alias = @build_alias@
354build_cpu = @build_cpu@
355build_os = @build_os@
356build_vendor = @build_vendor@
357builddir = @builddir@
358datadir = @datadir@
359datarootdir = @datarootdir@
360docdir = @docdir@
361dvidir = @dvidir@
362exec_prefix = @exec_prefix@
363host = @host@
364host_alias = @host_alias@
365host_cpu = @host_cpu@
366host_os = @host_os@
367host_vendor = @host_vendor@
368htmldir = @htmldir@
369includedir = @includedir@
370infodir = @infodir@
371install_sh = @install_sh@
372libdir = @libdir@
373libexecdir = @libexecdir@
374localedir = @localedir@
375localstatedir = @localstatedir@
376mandir = @mandir@
377mkdir_p = @mkdir_p@
378oldincludedir = @oldincludedir@
379pdfdir = @pdfdir@
380prefix = @prefix@
381program_transform_name = @program_transform_name@
382psdir = @psdir@
383sbindir = @sbindir@
384sharedstatedir = @sharedstatedir@
385srcdir = @srcdir@
386subdirs = @subdirs@
387sysconfdir = @sysconfdir@
388target_alias = @target_alias@
389top_build_prefix = @top_build_prefix@
390top_builddir = @top_builddir@
391top_srcdir = @top_srcdir@
392NULL =
393SUBDIRS = \
394	build		\
395	calc_tickadj	\
396	ntp-wait	\
397	ntpsweep	\
398	ntptrace	\
399	lib		\
400	$(NULL)
401
402man1_MANS =
403man8_MANS =
404DISTCLEANFILES = config.log $(man_MANS)
405run_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)"	\
406		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
407
408std_def_list = \
409	$(top_srcdir)/sntp/include/debug-opt.def		\
410	$(top_srcdir)/sntp/include/autogen-version.def 		\
411	$(top_srcdir)/sntp/include/copyright.def 		\
412	$(top_srcdir)/sntp/include/homerc.def 			\
413	$(top_srcdir)/sntp/include/ntp.lic 			\
414	$(top_srcdir)/sntp/include/version.def			\
415	$(NULL)
416
417noinst_SCRIPTS = \
418	ntpver			\
419	plot_summary		\
420	summary			\
421	$(NULL)
422
423EXTRA_DIST = \
424	deprecated			\
425	monitoring			\
426	invoke-plot_summary.texi	\
427	invoke-plot_summary.menu	\
428	plot_summary.1plot_summaryman	\
429	plot_summary.1plot_summarymdoc	\
430	plot_summary.mdoc.in		\
431	plot_summary.man.in		\
432	plot_summary.texi		\
433	plot_summary.html		\
434	plot_summary-opts		\
435	plot_summary-opts.def		\
436	rc				\
437	invoke-summary.texi		\
438	invoke-summary.menu		\
439	summary.1summaryman		\
440	summary.1summarymdoc		\
441	summary.mdoc.in			\
442	summary.man.in			\
443	summary.texi			\
444	summary.html			\
445	summary-opts			\
446	summary-opts.def		\
447	stats				\
448	$(NULL)
449
450noinst_DATA = \
451	invoke-plot_summary.texi	\
452	invoke-plot_summary.menu	\
453	plot_summary.1plot_summaryman	\
454	plot_summary.1plot_summarymdoc	\
455	plot_summary.mdoc.in		\
456	plot_summary.man.in		\
457	plot_summary.texi		\
458	plot_summary.html		\
459	invoke-summary.texi		\
460	invoke-summary.menu		\
461	summary.1summaryman		\
462	summary.1summarymdoc		\
463	summary.mdoc.in			\
464	summary.man.in			\
465	summary.texi			\
466	summary.html			\
467	$(NULL)
468
469OPTTPL = ../sntp/ag-tpl/perlopt.tpl
470all: all-recursive
471
472.SUFFIXES:
473$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
474	@for dep in $?; do \
475	  case '$(am__configure_deps)' in \
476	    *$$dep*) \
477	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
478	        && { if test -f $@; then exit 0; else break; fi; }; \
479	      exit 1;; \
480	  esac; \
481	done; \
482	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
483	$(am__cd) $(top_srcdir) && \
484	  $(AUTOMAKE) --foreign scripts/Makefile
485.PRECIOUS: Makefile
486Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
487	@case '$?' in \
488	  *config.status*) \
489	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
490	  *) \
491	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
492	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
493	esac;
494
495$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
498$(top_srcdir)/configure:  $(am__configure_deps)
499	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
501	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502$(am__aclocal_m4_deps):
503ntpver: $(top_builddir)/config.status $(srcdir)/ntpver.in
504	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
505plot_summary: $(top_builddir)/config.status $(srcdir)/plot_summary.in
506	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
507summary: $(top_builddir)/config.status $(srcdir)/summary.in
508	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
509
510mostlyclean-libtool:
511	-rm -f *.lo
512
513clean-libtool:
514	-rm -rf .libs _libs
515install-man1: $(man1_MANS)
516	@$(NORMAL_INSTALL)
517	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
518	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
519	{ for i in $$list; do echo "$$i"; done; \
520	} | while read p; do \
521	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
522	  echo "$$d$$p"; echo "$$p"; \
523	done | \
524	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
525	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
526	sed 'N;N;s,\n, ,g' | { \
527	list=; while read file base inst; do \
528	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
529	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
530	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
531	  fi; \
532	done; \
533	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
534	while read files; do \
535	  test -z "$$files" || { \
536	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
537	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
538	done; }
539
540uninstall-man1:
541	@$(NORMAL_UNINSTALL)
542	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
543	files=`{ for i in $$list; do echo "$$i"; done; \
544	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
545	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
546	test -z "$$files" || { \
547	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
548	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
549install-man8: $(man8_MANS)
550	@$(NORMAL_INSTALL)
551	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
552	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
553	{ for i in $$list; do echo "$$i"; done; \
554	} | while read p; do \
555	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
556	  echo "$$d$$p"; echo "$$p"; \
557	done | \
558	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
559	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
560	sed 'N;N;s,\n, ,g' | { \
561	list=; while read file base inst; do \
562	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
563	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
564	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
565	  fi; \
566	done; \
567	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
568	while read files; do \
569	  test -z "$$files" || { \
570	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
571	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
572	done; }
573
574uninstall-man8:
575	@$(NORMAL_UNINSTALL)
576	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
577	files=`{ for i in $$list; do echo "$$i"; done; \
578	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
579	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
580	test -z "$$files" || { \
581	  echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
582	  cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
583
584# This directory's subdirectories are mostly independent; you can cd
585# into them and run `make' without going through this Makefile.
586# To change the values of `make' variables: instead of editing Makefiles,
587# (1) if the variable is set in `config.status', edit `config.status'
588#     (which will cause the Makefiles to be regenerated when you run `make');
589# (2) otherwise, pass the desired values on the `make' command line.
590$(RECURSIVE_TARGETS):
591	@fail= failcom='exit 1'; \
592	for f in x $$MAKEFLAGS; do \
593	  case $$f in \
594	    *=* | --[!k]*);; \
595	    *k*) failcom='fail=yes';; \
596	  esac; \
597	done; \
598	dot_seen=no; \
599	target=`echo $@ | sed s/-recursive//`; \
600	list='$(SUBDIRS)'; for subdir in $$list; do \
601	  echo "Making $$target in $$subdir"; \
602	  if test "$$subdir" = "."; then \
603	    dot_seen=yes; \
604	    local_target="$$target-am"; \
605	  else \
606	    local_target="$$target"; \
607	  fi; \
608	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
609	  || eval $$failcom; \
610	done; \
611	if test "$$dot_seen" = "no"; then \
612	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
613	fi; test -z "$$fail"
614
615$(RECURSIVE_CLEAN_TARGETS):
616	@fail= failcom='exit 1'; \
617	for f in x $$MAKEFLAGS; do \
618	  case $$f in \
619	    *=* | --[!k]*);; \
620	    *k*) failcom='fail=yes';; \
621	  esac; \
622	done; \
623	dot_seen=no; \
624	case "$@" in \
625	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
626	  *) list='$(SUBDIRS)' ;; \
627	esac; \
628	rev=''; for subdir in $$list; do \
629	  if test "$$subdir" = "."; then :; else \
630	    rev="$$subdir $$rev"; \
631	  fi; \
632	done; \
633	rev="$$rev ."; \
634	target=`echo $@ | sed s/-recursive//`; \
635	for subdir in $$rev; do \
636	  echo "Making $$target in $$subdir"; \
637	  if test "$$subdir" = "."; then \
638	    local_target="$$target-am"; \
639	  else \
640	    local_target="$$target"; \
641	  fi; \
642	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
643	  || eval $$failcom; \
644	done && test -z "$$fail"
645tags-recursive:
646	list='$(SUBDIRS)'; for subdir in $$list; do \
647	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
648	done
649ctags-recursive:
650	list='$(SUBDIRS)'; for subdir in $$list; do \
651	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
652	done
653
654ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
655	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
656	unique=`for i in $$list; do \
657	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658	  done | \
659	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
660	      END { if (nonempty) { for (i in files) print i; }; }'`; \
661	mkid -fID $$unique
662tags: TAGS
663
664TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
665		$(TAGS_FILES) $(LISP)
666	set x; \
667	here=`pwd`; \
668	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
669	  include_option=--etags-include; \
670	  empty_fix=.; \
671	else \
672	  include_option=--include; \
673	  empty_fix=; \
674	fi; \
675	list='$(SUBDIRS)'; for subdir in $$list; do \
676	  if test "$$subdir" = .; then :; else \
677	    test ! -f $$subdir/TAGS || \
678	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
679	  fi; \
680	done; \
681	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
682	unique=`for i in $$list; do \
683	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
684	  done | \
685	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
686	      END { if (nonempty) { for (i in files) print i; }; }'`; \
687	shift; \
688	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
689	  test -n "$$unique" || unique=$$empty_fix; \
690	  if test $$# -gt 0; then \
691	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
692	      "$$@" $$unique; \
693	  else \
694	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
695	      $$unique; \
696	  fi; \
697	fi
698ctags: CTAGS
699CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
700		$(TAGS_FILES) $(LISP)
701	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
702	unique=`for i in $$list; do \
703	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
704	  done | \
705	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
706	      END { if (nonempty) { for (i in files) print i; }; }'`; \
707	test -z "$(CTAGS_ARGS)$$unique" \
708	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
709	     $$unique
710
711GTAGS:
712	here=`$(am__cd) $(top_builddir) && pwd` \
713	  && $(am__cd) $(top_srcdir) \
714	  && gtags -i $(GTAGS_ARGS) "$$here"
715
716distclean-tags:
717	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
718
719distdir: $(DISTFILES)
720	@list='$(MANS)'; if test -n "$$list"; then \
721	  list=`for p in $$list; do \
722	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
723	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
724	  if test -n "$$list" && \
725	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
726	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
727	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
728	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
729	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
730	    exit 1; \
731	  else :; fi; \
732	else :; fi
733	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
735	list='$(DISTFILES)'; \
736	  dist_files=`for file in $$list; do echo $$file; done | \
737	  sed -e "s|^$$srcdirstrip/||;t" \
738	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
739	case $$dist_files in \
740	  */*) $(MKDIR_P) `echo "$$dist_files" | \
741			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
742			   sort -u` ;; \
743	esac; \
744	for file in $$dist_files; do \
745	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
746	  if test -d $$d/$$file; then \
747	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
748	    if test -d "$(distdir)/$$file"; then \
749	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
750	    fi; \
751	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
752	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
753	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
754	    fi; \
755	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
756	  else \
757	    test -f "$(distdir)/$$file" \
758	    || cp -p $$d/$$file "$(distdir)/$$file" \
759	    || exit 1; \
760	  fi; \
761	done
762	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
763	  if test "$$subdir" = .; then :; else \
764	    test -d "$(distdir)/$$subdir" \
765	    || $(MKDIR_P) "$(distdir)/$$subdir" \
766	    || exit 1; \
767	  fi; \
768	done
769	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
770	  if test "$$subdir" = .; then :; else \
771	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
772	    $(am__relativize); \
773	    new_distdir=$$reldir; \
774	    dir1=$$subdir; dir2="$(top_distdir)"; \
775	    $(am__relativize); \
776	    new_top_distdir=$$reldir; \
777	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
778	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
779	    ($(am__cd) $$subdir && \
780	      $(MAKE) $(AM_MAKEFLAGS) \
781	        top_distdir="$$new_top_distdir" \
782	        distdir="$$new_distdir" \
783		am__remove_distdir=: \
784		am__skip_length_check=: \
785		am__skip_mode_fix=: \
786	        distdir) \
787	      || exit 1; \
788	  fi; \
789	done
790check-am: all-am
791check: check-recursive
792all-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
793installdirs: installdirs-recursive
794installdirs-am:
795	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"; do \
796	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
797	done
798install: install-recursive
799install-exec: install-exec-recursive
800install-data: install-data-recursive
801uninstall: uninstall-recursive
802
803install-am: all-am
804	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
805
806installcheck: installcheck-recursive
807install-strip:
808	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
809	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
810	  `test -z '$(STRIP)' || \
811	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
812mostlyclean-generic:
813
814clean-generic:
815
816distclean-generic:
817	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
818	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
819	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
820
821maintainer-clean-generic:
822	@echo "This command is intended for maintainers to use"
823	@echo "it deletes files that may require special tools to rebuild."
824clean: clean-recursive
825
826clean-am: clean-generic clean-libtool mostlyclean-am
827
828distclean: distclean-recursive
829	-rm -f Makefile
830distclean-am: clean-am distclean-generic distclean-tags
831
832dvi: dvi-recursive
833
834dvi-am:
835
836html: html-recursive
837
838html-am:
839
840info: info-recursive
841
842info-am:
843
844install-data-am: install-data-local install-man
845
846install-dvi: install-dvi-recursive
847
848install-dvi-am:
849
850install-exec-am:
851
852install-html: install-html-recursive
853
854install-html-am:
855
856install-info: install-info-recursive
857
858install-info-am:
859
860install-man: install-man1 install-man8
861
862install-pdf: install-pdf-recursive
863
864install-pdf-am:
865
866install-ps: install-ps-recursive
867
868install-ps-am:
869
870installcheck-am:
871
872maintainer-clean: maintainer-clean-recursive
873	-rm -f Makefile
874maintainer-clean-am: distclean-am maintainer-clean-generic
875
876mostlyclean: mostlyclean-recursive
877
878mostlyclean-am: mostlyclean-generic mostlyclean-libtool
879
880pdf: pdf-recursive
881
882pdf-am:
883
884ps: ps-recursive
885
886ps-am:
887
888uninstall-am: uninstall-man
889
890uninstall-man: uninstall-man1 uninstall-man8
891
892.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
893	install-am install-strip tags-recursive
894
895.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
896	all all-am check check-am clean clean-generic clean-libtool \
897	ctags ctags-recursive distclean distclean-generic \
898	distclean-libtool distclean-tags distdir dvi dvi-am html \
899	html-am info info-am install install-am install-data \
900	install-data-am install-data-local install-dvi install-dvi-am \
901	install-exec install-exec-am install-html install-html-am \
902	install-info install-info-am install-man install-man1 \
903	install-man8 install-pdf install-pdf-am install-ps \
904	install-ps-am install-strip installcheck installcheck-am \
905	installdirs installdirs-am maintainer-clean \
906	maintainer-clean-generic mostlyclean mostlyclean-generic \
907	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
908	uninstall uninstall-am uninstall-man uninstall-man1 \
909	uninstall-man8
910
911
912install-data-local: install-html
913
914plot_summary: plot_summary-opts
915
916plot_summary-opts: plot_summary-opts.def $(OPTTPL)
917	$(run_ag) plot_summary-opts.def
918
919### Nroff
920
921$(srcdir)/plot_summary.1plot_summaryman: $(srcdir)/plot_summary-opts.def $(std_def_list)
922	$(run_ag) -DMAN_SECTION=1plot_summaryman -Tagman-cmd.tpl plot_summary-opts.def
923
924$(srcdir)/plot_summary.man.in: $(srcdir)/plot_summary.1plot_summaryman $(top_srcdir)/sntp/scripts/mansec2subst.sed
925	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/plot_summary.1plot_summaryman > $(srcdir)/plot_summary.man.in+
926	mv $(srcdir)/plot_summary.man.in+ $(srcdir)/plot_summary.man.in
927
928### Mdoc
929
930$(srcdir)/plot_summary.1plot_summarymdoc: $(srcdir)/plot_summary-opts.def $(std_def_list)
931	$(run_ag) -DMAN_SECTION=1plot_summarymdoc -Tagmdoc-cmd.tpl plot_summary-opts.def
932
933$(srcdir)/plot_summary.mdoc.in: $(srcdir)/plot_summary.1plot_summarymdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
934	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/plot_summary.1plot_summarymdoc > $(srcdir)/plot_summary.mdoc.in+
935	mv $(srcdir)/plot_summary.mdoc.in+ $(srcdir)/plot_summary.mdoc.in
936
937### Manpage (local)
938
939plot_summary.1: $(srcdir)/plot_summary.$(MANTAGFMT).in $(top_builddir)/config.status
940	$(top_builddir)/config.status --file=plot_summary.1+:$(srcdir)/plot_summary.$(MANTAGFMT).in
941	mv plot_summary.1+ plot_summary.1
942
943### Texinfo
944
945$(srcdir)/invoke-plot_summary.menu: $(srcdir)/invoke-plot_summary.texi
946	@: do-nothing action to avoid default SCCS get, .menu built with .texi
947
948$(srcdir)/invoke-plot_summary.texi: plot_summary-opts $(srcdir)/plot_summary-opts.def $(std_def_list)
949	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section plot_summary-opts.def
950	$(top_srcdir)/scripts/build/check--help $@
951
952### HTML
953
954$(srcdir)/plot_summary.html: $(srcdir)/invoke-plot_summary.menu $(srcdir)/invoke-plot_summary.texi $(srcdir)/plot_summary.texi $(top_srcdir)/sntp/include/version.texi
955	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o plot_summary.html plot_summary.texi || true )
956
957summary: summary-opts
958
959summary-opts: summary-opts.def $(OPTTPL)
960	$(run_ag) summary-opts.def
961
962### Nroff
963
964$(srcdir)/summary.1summaryman: $(srcdir)/summary-opts.def $(std_def_list)
965	$(run_ag) -DMAN_SECTION=1summaryman -Tagman-cmd.tpl summary-opts.def
966
967$(srcdir)/summary.man.in: $(srcdir)/summary.1summaryman $(top_srcdir)/sntp/scripts/mansec2subst.sed
968	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/summary.1summaryman > $(srcdir)/summary.man.in+
969	mv $(srcdir)/summary.man.in+ $(srcdir)/summary.man.in
970
971### Mdoc
972
973$(srcdir)/summary.1summarymdoc: $(srcdir)/summary-opts.def $(std_def_list)
974	$(run_ag) -DMAN_SECTION=1summarymdoc -Tagmdoc-cmd.tpl summary-opts.def
975
976$(srcdir)/summary.mdoc.in: $(srcdir)/summary.1summarymdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
977	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/summary.1summarymdoc > $(srcdir)/summary.mdoc.in+
978	mv $(srcdir)/summary.mdoc.in+ $(srcdir)/summary.mdoc.in
979
980### Manpage (local)
981
982summary.1: $(srcdir)/summary.$(MANTAGFMT).in $(top_builddir)/config.status
983	$(top_builddir)/config.status --file=summary.1+:$(srcdir)/summary.$(MANTAGFMT).in
984	mv summary.1+ summary.1
985
986### Texinfo
987
988$(srcdir)/invoke-summary.menu: $(srcdir)/invoke-summary.texi
989	@: do-nothing action to avoid default SCCS get, .menu built with .texi
990
991$(srcdir)/invoke-summary.texi: summary-opts $(srcdir)/summary-opts.def $(std_def_list)
992	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section summary-opts.def
993	$(top_srcdir)/scripts/build/check--help $@
994
995### HTML
996
997$(srcdir)/summary.html: $(srcdir)/invoke-summary.menu $(srcdir)/invoke-summary.texi $(srcdir)/summary.texi $(top_srcdir)/sntp/include/version.texi
998	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o summary.html summary.texi || true )
999
1000# Tell versions [3.59,3.63) of GNU make to not export all variables.
1001# Otherwise a system limit (for SysV at least) may be exceeded.
1002.NOEXPORT:
1003