ETAGS_ARGS = Makefile.am
#EXTRA_DIST = TAGS
+# clktest-opts.def wants ../include/copyright.def
+
chutest$(EXEEXT): ../libntp/libntp.a
clktest$(EXEEXT): ../libntp/libntp.a
autogen definitions options;
-/*
- * $Id: opts.def,v 3.34 2004/10/15 01:48:34 bkorb Exp $
- *
- * NTP copyright 1970-2004 Someone
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
prog-name = "clktest";
prog-title = "test the clock line discipline";
argument = '<tty_device>';
/* -*- Mode: Text -*- */
copyright = {
- date = "1970-2004";
+ date = "1970-2006";
owner = "ntp.org";
eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
- type = bsd;
+ type = note;
+ text = "see html/copyright.html";
};
#ifndef __windows__
refclock_zyfer.c
$(srcdir)/ntpd-opts.h: ntpd-opts.c
-$(srcdir)/ntpd-opts.c: ntpd-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpd-opts.c: ntpd-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) ntpd-opts.def
-$(srcdir)/ntpd.1: ntpd-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpd.1: ntpd-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Tagman1.tpl -bntpd ntpd-opts.def
-$(srcdir)/ntpd-opts.texi $(srcdir)/ntpd-opts.menu: ntpd-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpd-opts.texi $(srcdir)/ntpd-opts.menu: ntpd-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Taginfo.tpl -DLEVEL=section ntpd-opts.def
$(srcdir)/ntpdsim-opts.h: ntpdsim-opts.c
-$(srcdir)/ntpdsim-opts.c: ntpdsim-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpdsim-opts.c: ntpdsim-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) ntpdsim-opts.def
-$(srcdir)/ntpdsim.1: ntpdsim-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpdsim.1: ntpdsim-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Tagman1.tpl -bntpdsim ntpdsim-opts.def
-$(srcdir)/ntpdsim-opts.texi $(srcdir)/ntpdsim-opts.menu: ntpdsim-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpdsim-opts.texi $(srcdir)/ntpdsim-opts.menu: ntpdsim-opts.def ntpdbase-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Taginfo.tpl -DLEVEL=section ntpdsim-opts.def
$(PROGRAMS): $(LDADD)
autogen definitions options;
-/*
- * $Id: opts.def,v 3.34 2004/10/15 01:48:34 bkorb Exp $
- *
- * NTP copyright 1970-2004 Someone
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-copyright = {
- date = "1970-2004";
- owner = "ntp.org";
- eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
- type = bsd;
-};
+#include copyright.def
prog-name = "ntpd";
prog-title = "NTP daemon program";
-#ifndef __windows__
-rcfile = ".ntprc";
-#else
-rcfile = "ntp.ini";
-#endif
-
-environrc;
-
-version = `
-eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
-[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
-echo $VERSION`;
-
test-main;
flag = {
autogen definitions options;
-/*
- * $Id: opts.def,v 3.34 2004/10/15 01:48:34 bkorb Exp $
- *
- * NTP copyright 1970-2004 Someone
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-copyright = {
- date = "1970-2004";
- owner = "ntp.org";
- eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
- type = bsd;
-};
+#include copyright.def
prog-name = "ntpdsim";
prog-title = "NTP daemon simulation program";
run_ag= cd $(srcdir) && autogen -L ../include
$(srcdir)/ntpdc-opts.h: ntpdc-opts.c
-$(srcdir)/ntpdc-opts.c: ntpdc-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpdc-opts.c: ntpdc-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) ntpdc-opts.def
-$(srcdir)/ntpdc.1: ntpdc-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpdc.1: ntpdc-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Tagman1.tpl -bntpdc ntpdc-opts.def
-$(srcdir)/ntpdc-opts.texi $(srcdir)/ntpdc-opts.menu: ntpdc-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpdc-opts.texi $(srcdir)/ntpdc-opts.menu: ntpdc-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Taginfo.tpl -DLEVEL=section ntpdc-opts.def
ntpdc_SOURCES = ntpdc.c ntpdc_ops.c ntpdc-opts.c ntpdc-opts.h
autogen definitions options;
-/*
- * $Id: opts.def,v 3.34 2004/10/15 01:48:34 bkorb Exp $
- *
- * NTP copyright 1970-2004 Someone
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
prog-name = "ntpdc";
prog-title = "vendor-specific NTP query program";
ntpq_SOURCES= ntpq.c ntpq-subs.c ntpq-opts.c ntpq-opts.h
$(srcdir)/ntpq-opts.h: ntpq-opts.c
-$(srcdir)/ntpq-opts.c: ntpq-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpq-opts.c: ntpq-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) ntpq-opts.def
-$(srcdir)/ntpq.1: ntpq-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpq.1: ntpq-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Tagman1.tpl -bntpq ntpq-opts.def
-$(srcdir)/ntpq-opts.texi $(srcdir)/ntpq-opts.menu: ntpq-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntpq-opts.texi $(srcdir)/ntpq-opts.menu: ntpq-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Taginfo.tpl -DLEVEL=section ntpq-opts.def
$(PROGRAMS): $(LDADD)
autogen definitions options;
-/*
- * $Id: opts.def,v 3.34 2004/10/15 01:48:34 bkorb Exp $
- *
- * NTP copyright 1970-2004 Someone
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-copyright = {
- date = "1970-2004";
- owner = "ntp.org";
- eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
- type = bsd;
-};
-
+#include copyright.def
prog-name = "ntpq";
prog-title = "standard NTP query program";
config-header = config.h;
argument = '[ host ...]';
-#ifndef __windows__
-rcfile = ".ntprc";
-#else
-rcfile = "ntp.ini";
-#endif
-
-environrc;
-
-version = `
-eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
-[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
-echo $VERSION`;
-
test-main;
flag = {
autogen definitions options;
-/*
- * $Id: opts.def,v 3.34 2004/10/15 01:48:34 bkorb Exp $
- *
- * NTP copyright 1970-2004 Someone
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
copyright = {
- date = "1970-2005";
+ date = "1970-2006";
owner = "ntp.org";
eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
- type = bsd;
+ type = note;
+ text = 'See the sntp/Copyright file';
};
run_ag= cd $(srcdir) && autogen -L ../include
$(srcdir)/ntp-keygen-opts.h: ntp-keygen-opts.c
-$(srcdir)/ntp-keygen-opts.c: ntp-keygen-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntp-keygen-opts.c: ntp-keygen-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) ntp-keygen-opts.def
-$(srcdir)/ntp-keygen.1: ntp-keygen-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntp-keygen.1: ntp-keygen-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Tagman1.tpl -bntp-keygen ntp-keygen-opts.def
-$(srcdir)/ntp-keygen-opts.texi $(srcdir)/ntp-keygen-opts.menu: ntp-keygen-opts.def $(top_srcdir)/include/debug-opt.def
+$(srcdir)/ntp-keygen-opts.texi $(srcdir)/ntp-keygen-opts.menu: ntp-keygen-opts.def $(top_srcdir)/include/debug-opt.def $(top_srcdir)/include/copyright.def
$(run_ag) -Taginfo.tpl -DLEVEL=section ntp-keygen-opts.def
autogen definitions options;
-/*
- * $Id: sntp-opts.def,v 1.1.1.1 2005/12/14 00:29:10 bkorb Exp $
- *
- * NTP copyright 1970-2005 ntp.org
- *
- * NTP is free software.
- * You may redistribute it and/or modify it under the terms of the
- * GNU General Public License, as published by the Free Software
- * Foundation; either version 2, or (at your option) any later version.
- *
- * AutoGen is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with AutoGen. See the file "COPYING". If not,
- * write to: The Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- */
-
-copyright = {
- date = "1970-2005";
- owner = "ntp.org";
- eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
- type = bsd;
-};
-
+#include copyright.def
prog-name = "ntp-keygen";
prog-title = "Create a NTP host key";
package = ntp;
-homerc = $HOME, ".";
-rcfile = '.ntprc';
+
long-opts;
-environrc;
+
test-main;
config-header = "config.h";