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