argument = '<tty_device>';
#include copyright.def
+#include autogen-version.def
detail = <<- _EODetail_
Clktest can be used to test the clock line discipline (CLKLDISC,
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
AUTOMAKE_OPTIONS = ../util/ansi2knr
ETAGS_ARGS = $(srcdir)/Makefile.am
-EXTRA_DIST = copyright.def debug-opt.def version.def
+EXTRA_DIST = copyright.def debug-opt.def autogen-version.def version.def
SUBDIRS = isc
#assert (version-compare >= autogen-version "5.8.5")
+guard-option-names;
check_PROGRAMS = @MAKE_CHECK_Y2K@
EXTRA_PROGRAMS = check_y2k ntpdsim
run_ag = cd $(srcdir) && autogen -L ../include
-std_def_list= $(top_srcdir)/include/debug-opt.def \
- $(top_srcdir)/include/copyright.def \
+std_def_list= $(top_srcdir)/include/debug-opt.def \
+ $(top_srcdir)/include/autogen-version.def \
+ $(top_srcdir)/include/copyright.def \
$(top_srcdir)/include/version.def
check-local: @MAKE_CHECK_Y2K@
ntpdc-opts.menu
man_MANS= ntpdc.1
run_ag= cd $(srcdir) && autogen -L ../include
-std_def_list= $(top_srcdir)/include/debug-opt.def \
- $(top_srcdir)/include/copyright.def \
+std_def_list= $(top_srcdir)/include/debug-opt.def \
+ $(top_srcdir)/include/autogen-version.def \
+ $(top_srcdir)/include/copyright.def \
$(top_srcdir)/include/version.def
$(srcdir)/ntpdc-opts.h: ntpdc-opts.c
argument = '[ host ...]';
#include copyright.def
+#include autogen-version.def
test-main;
BUILT_SOURCES= ntpq-opts.c ntpq-opts.h ntpq.1 ntpq-opts.texi ntpq-opts.menu
man_MANS= ntpq.1
run_ag= cd $(srcdir) && autogen -L ../include
-std_def_list= $(top_srcdir)/include/debug-opt.def \
- $(top_srcdir)/include/copyright.def \
+std_def_list= $(top_srcdir)/include/debug-opt.def \
+ $(top_srcdir)/include/autogen-version.def \
+ $(top_srcdir)/include/copyright.def \
$(top_srcdir)/include/version.def
ntpq_SOURCES= ntpq.c ntpq-subs.c ntpq-opts.c ntpq-opts.h
autogen definitions options;
#include copyright.def
+#include autogen-version.def
prog-name = "ntpq";
prog-title = "standard NTP query program";
EXTRA_DIST= bincheck.mf \
COPYRIGHT \
- sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu version.def
-BUILT_SOURCES= check-version.def \
+ sntp-opts.def sntp.1 sntp-opts.texi sntp-opts.menu \
+ autogen-version.def version.def
+BUILT_SOURCES= check-autogen-version.def check-version.def \
sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
man_MANS= sntp.1
FRC:
+check-autogen-version.def: FRC
+ @cd $(srcdir) \
+ && test -r ../include/autogen-version.def \
+ && ( if cmp -s ../include/autogen-version.def autogen-version.def; \
+ then : ; \
+ else cp ../include/autogen-version.def autogen-version.def; \
+ echo "Installing new sntp/autogen-version.def file"; \
+ fi )
+
check-version.def: FRC
@cd $(srcdir) \
&& test -r ../include/version.def \
autogen definitions options;
+#include autogen-version.def
+
copyright = {
date = "1970-2006";
owner = "ntp.org";
ntp-keygen-opts.texi ntp-keygen-opts.menu
man_MANS= ntp-keygen.1
run_ag= cd $(srcdir) && autogen -L ../include
-std_def_list= $(top_srcdir)/include/debug-opt.def \
- $(top_srcdir)/include/copyright.def \
+std_def_list= $(top_srcdir)/include/debug-opt.def \
+ $(top_srcdir)/include/autogen-version.def \
+ $(top_srcdir)/include/copyright.def \
$(top_srcdir)/include/version.def
$(srcdir)/ntp-keygen-opts.h: ntp-keygen-opts.c
autogen definitions options;
#include copyright.def
+#include autogen-version.def
prog-name = "ntp-keygen";
prog-title = "Create a NTP host key";