diff options
author | roberto <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
commit | ef64b99e8412f2273dd2e8b3291c2f78ffc4667f (patch) | |
tree | fc0cfa1aab0ff6b228f511b410733ef4f35d1ead /contrib/ntp/ntpd/Makefile.in | |
download | FreeBSD-src-ef64b99e8412f2273dd2e8b3291c2f78ffc4667f.zip FreeBSD-src-ef64b99e8412f2273dd2e8b3291c2f78ffc4667f.tar.gz |
Virgin import of ntpd 4.0.98f
Diffstat (limited to 'contrib/ntp/ntpd/Makefile.in')
-rw-r--r-- | contrib/ntp/ntpd/Makefile.in | 907 |
1 files changed, 907 insertions, 0 deletions
diff --git a/contrib/ntp/ntpd/Makefile.in b/contrib/ntp/ntpd/Makefile.in new file mode 100644 index 0000000..ac5e591 --- /dev/null +++ b/contrib/ntp/ntpd/Makefile.in @@ -0,0 +1,907 @@ +# Makefile.in generated automatically by automake 1.4a from Makefile.am + +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +SHELL = @SHELL@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +bindir = @bindir@ +sbindir = @sbindir@ +libexecdir = @libexecdir@ +datadir = @datadir@ +sysconfdir = @sysconfdir@ +sharedstatedir = @sharedstatedir@ +localstatedir = @localstatedir@ +libdir = @libdir@ +infodir = @infodir@ +mandir = @mandir@ +includedir = @includedir@ +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ + +top_builddir = .. + +ACLOCAL = @ACLOCAL@ +AUTOCONF = @AUTOCONF@ +AUTOMAKE = @AUTOMAKE@ +AUTOHEADER = @AUTOHEADER@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_FLAG = +transform = @program_transform_name@ + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_alias = @build_alias@ +build_triplet = @build@ +host_alias = @host_alias@ +host_triplet = @host@ +target_alias = @target_alias@ +target_triplet = @target@ +AMTAR = @AMTAR@ +AMTARFLAGS = @AMTARFLAGS@ +AWK = @AWK@ +CC = @CC@ +CFLAGS = @CFLAGS@ +CHUTEST = @CHUTEST@ +CLKTEST = @CLKTEST@ +CPP = @CPP@ +DCFD = @DCFD@ +LDFLAGS = @LDFLAGS@ +LIBPARSE = @LIBPARSE@ +LIBRSAREF = @LIBRSAREF@ +LN_S = @LN_S@ +MAKEINFO = @MAKEINFO@ +MAKE_ADJTIMED = @MAKE_ADJTIMED@ +MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ +MAKE_LIBPARSE = @MAKE_LIBPARSE@ +MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ +MAKE_LIBRSAREF = @MAKE_LIBRSAREF@ +MAKE_NTPTIME = @MAKE_NTPTIME@ +MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ +MAKE_TICKADJ = @MAKE_TICKADJ@ +PACKAGE = @PACKAGE@ +PATH_SH = @PATH_SH@ +PROPDELAY = @PROPDELAY@ +RANLIB = @RANLIB@ +RSAREF = @RSAREF@ +TESTDCF = @TESTDCF@ +U = @U@ +VERSION = @VERSION@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + +AUTOMAKE_OPTIONS = ../util/ansi2knr +bin_PROGRAMS = ntpd +INCLUDES = -I$(top_srcdir)/include +# LDADD might need RESLIB and ADJLIB +LDADD = version.o @LIBPARSE@ ../libntp/libntp.a @LIBRSAREF@ +ntpd_LDADD = $(LDADD) -lm +DISTCLEANFILES = .version version.c +#EXTRA_DIST = ntpd.mak +ETAGS_ARGS = Makefile.am +### Y2Kfixes +check_PROGRAMS = @MAKE_CHECK_Y2K@ +EXTRA_PROGRAMS = check_y2k + +ntpd_SOURCES = map_vme.c ntp_config.c ntp_control.c ntp_io.c \ + ntp_loopfilter.c ntp_monitor.c ntp_peer.c ntp_proto.c \ + ntp_refclock.c ntp_request.c ntp_restrict.c ntp_timer.c \ + ntp_util.c ntp_intres.c ntp_filegen.c ntpd.c \ + refclock_conf.c refclock_chu.c refclock_local.c \ + refclock_pst.c refclock_wwvb.c refclock_mx4200.c \ + refclock_parse.c refclock_as2201.c refclock_bancomm.c \ + refclock_tpro.c refclock_leitch.c refclock_irig.c \ + refclock_msfees.c refclock_trak.c refclock_datum.c \ + refclock_acts.c refclock_heath.c refclock_nmea.c \ + refclock_atom.c refclock_ptbacts.c refclock_jupiter.c \ + refclock_usno.c refclock_true.c refclock_hpgps.c \ + refclock_shm.c refclock_gpsvme.c refclock_arbiter.c \ + refclock_arc.c refclock_palisade.c refclock_palisade.h \ + refclock_oncore.c refclock_chronolog.c refclock_dumbclock.c \ + refclock_ulink.c jupiter.h + +subdir = ntpd +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../config.h +CONFIG_CLEAN_FILES = +PROGRAMS = $(bin_PROGRAMS) + + +DEFS = @DEFS@ -I. -I$(srcdir) -I.. +CPPFLAGS = @CPPFLAGS@ +LIBS = @LIBS@ +ANSI2KNR = ../util/ansi2knr +check_y2k_SOURCES = check_y2k.c +check_y2k_OBJECTS = check_y2k$U.o +check_y2k_LDADD = $(LDADD) +check_y2k_DEPENDENCIES = version.o ../libntp/libntp.a +check_y2k_LDFLAGS = +am_ntpd_OBJECTS = map_vme$U.o ntp_config$U.o ntp_control$U.o ntp_io$U.o \ +ntp_loopfilter$U.o ntp_monitor$U.o ntp_peer$U.o ntp_proto$U.o \ +ntp_refclock$U.o ntp_request$U.o ntp_restrict$U.o ntp_timer$U.o \ +ntp_util$U.o ntp_intres$U.o ntp_filegen$U.o ntpd$U.o refclock_conf$U.o \ +refclock_chu$U.o refclock_local$U.o refclock_pst$U.o refclock_wwvb$U.o \ +refclock_mx4200$U.o refclock_parse$U.o refclock_as2201$U.o \ +refclock_bancomm$U.o refclock_tpro$U.o refclock_leitch$U.o \ +refclock_irig$U.o refclock_msfees$U.o refclock_trak$U.o \ +refclock_datum$U.o refclock_acts$U.o refclock_heath$U.o \ +refclock_nmea$U.o refclock_atom$U.o refclock_ptbacts$U.o \ +refclock_jupiter$U.o refclock_usno$U.o refclock_true$U.o \ +refclock_hpgps$U.o refclock_shm$U.o refclock_gpsvme$U.o \ +refclock_arbiter$U.o refclock_arc$U.o refclock_palisade$U.o \ +refclock_oncore$U.o refclock_chronolog$U.o refclock_dumbclock$U.o \ +refclock_ulink$U.o +ntpd_OBJECTS = $(am_ntpd_OBJECTS) +ntpd_DEPENDENCIES = version.o ../libntp/libntp.a +ntpd_LDFLAGS = +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = check_y2k.c $(ntpd_SOURCES) +DIST_COMMON = Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +GZIP_ENV = --best +SOURCES = check_y2k.c $(ntpd_SOURCES) +OBJECTS = check_y2k$U.o $(am_ntpd_OBJECTS) + +all: all-redirect +.SUFFIXES: +.SUFFIXES: .c .o +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ntpd/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + + +mostlyclean-binPROGRAMS: + +clean-binPROGRAMS: + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) + +distclean-binPROGRAMS: + +maintainer-clean-binPROGRAMS: + +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \ + echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \ + $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \ + else :; fi; \ + done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; for p in $$list; do \ + f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done + +mostlyclean-checkPROGRAMS: + +clean-checkPROGRAMS: + -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) + +distclean-checkPROGRAMS: + +maintainer-clean-checkPROGRAMS: + +.c.o: + $(COMPILE) -c $< + +mostlyclean-compile: + -rm -f *.o core *.core + +clean-compile: + +distclean-compile: + -rm -f *.tab.c + +maintainer-clean-compile: +../util/ansi2knr: ../util/ansi2knr.o + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +../util/ansi2knr.o: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o + + +mostlyclean-kr: + -rm -f *_.c + +clean-kr: + +distclean-kr: + +maintainer-clean-kr: +check_y2k$U.o: + +check_y2k: $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) + @rm -f check_y2k + $(LINK) $(check_y2k_LDFLAGS) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS) +map_vme$U.o: +ntp_config$U.o: +ntp_control$U.o: +ntp_io$U.o: +ntp_loopfilter$U.o: +ntp_monitor$U.o: +ntp_peer$U.o: +ntp_proto$U.o: +ntp_refclock$U.o: +ntp_request$U.o: +ntp_restrict$U.o: +ntp_timer$U.o: +ntp_util$U.o: +ntp_intres$U.o: +ntp_filegen$U.o: +ntpd$U.o: +refclock_conf$U.o: +refclock_chu$U.o: +refclock_local$U.o: +refclock_pst$U.o: +refclock_wwvb$U.o: +refclock_mx4200$U.o: +refclock_parse$U.o: +refclock_as2201$U.o: +refclock_bancomm$U.o: +refclock_tpro$U.o: +refclock_leitch$U.o: +refclock_irig$U.o: +refclock_msfees$U.o: +refclock_trak$U.o: +refclock_datum$U.o: +refclock_acts$U.o: +refclock_heath$U.o: +refclock_nmea$U.o: +refclock_atom$U.o: +refclock_ptbacts$U.o: +refclock_jupiter$U.o: +refclock_usno$U.o: +refclock_true$U.o: +refclock_hpgps$U.o: +refclock_shm$U.o: +refclock_gpsvme$U.o: +refclock_arbiter$U.o: +refclock_arc$U.o: +refclock_palisade$U.o: +refclock_oncore$U.o: +refclock_chronolog$U.o: +refclock_dumbclock$U.o: +refclock_ulink$U.o: + +ntpd: $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) + @rm -f ntpd + $(LINK) $(ntpd_LDFLAGS) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS) +check_y2k_.c: check_y2k.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/check_y2k.c; then echo $(srcdir)/check_y2k.c; else echo check_y2k.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > check_y2k_.c +map_vme_.c: map_vme.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/map_vme.c; then echo $(srcdir)/map_vme.c; else echo map_vme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > map_vme_.c +ntp_config_.c: ntp_config.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_config.c; then echo $(srcdir)/ntp_config.c; else echo ntp_config.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_config_.c +ntp_control_.c: ntp_control.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_control.c; then echo $(srcdir)/ntp_control.c; else echo ntp_control.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_control_.c +ntp_filegen_.c: ntp_filegen.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_filegen.c; then echo $(srcdir)/ntp_filegen.c; else echo ntp_filegen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_filegen_.c +ntp_intres_.c: ntp_intres.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_intres.c; then echo $(srcdir)/ntp_intres.c; else echo ntp_intres.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_intres_.c +ntp_io_.c: ntp_io.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_io.c; then echo $(srcdir)/ntp_io.c; else echo ntp_io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_io_.c +ntp_loopfilter_.c: ntp_loopfilter.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_loopfilter.c; then echo $(srcdir)/ntp_loopfilter.c; else echo ntp_loopfilter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_loopfilter_.c +ntp_monitor_.c: ntp_monitor.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_monitor.c; then echo $(srcdir)/ntp_monitor.c; else echo ntp_monitor.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_monitor_.c +ntp_peer_.c: ntp_peer.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_peer.c; then echo $(srcdir)/ntp_peer.c; else echo ntp_peer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_peer_.c +ntp_proto_.c: ntp_proto.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_proto.c; then echo $(srcdir)/ntp_proto.c; else echo ntp_proto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_proto_.c +ntp_refclock_.c: ntp_refclock.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_refclock.c; then echo $(srcdir)/ntp_refclock.c; else echo ntp_refclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_refclock_.c +ntp_request_.c: ntp_request.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_request.c; then echo $(srcdir)/ntp_request.c; else echo ntp_request.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_request_.c +ntp_restrict_.c: ntp_restrict.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_restrict.c; then echo $(srcdir)/ntp_restrict.c; else echo ntp_restrict.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_restrict_.c +ntp_timer_.c: ntp_timer.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_timer.c; then echo $(srcdir)/ntp_timer.c; else echo ntp_timer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_timer_.c +ntp_util_.c: ntp_util.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_util.c; then echo $(srcdir)/ntp_util.c; else echo ntp_util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_util_.c +ntpd_.c: ntpd.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpd.c; then echo $(srcdir)/ntpd.c; else echo ntpd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpd_.c +refclock_acts_.c: refclock_acts.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_acts.c; then echo $(srcdir)/refclock_acts.c; else echo refclock_acts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_acts_.c +refclock_arbiter_.c: refclock_arbiter.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arbiter.c; then echo $(srcdir)/refclock_arbiter.c; else echo refclock_arbiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arbiter_.c +refclock_arc_.c: refclock_arc.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arc.c; then echo $(srcdir)/refclock_arc.c; else echo refclock_arc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arc_.c +refclock_as2201_.c: refclock_as2201.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_as2201.c; then echo $(srcdir)/refclock_as2201.c; else echo refclock_as2201.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_as2201_.c +refclock_atom_.c: refclock_atom.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_atom.c; then echo $(srcdir)/refclock_atom.c; else echo refclock_atom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_atom_.c +refclock_bancomm_.c: refclock_bancomm.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_bancomm.c; then echo $(srcdir)/refclock_bancomm.c; else echo refclock_bancomm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_bancomm_.c +refclock_chronolog_.c: refclock_chronolog.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chronolog.c; then echo $(srcdir)/refclock_chronolog.c; else echo refclock_chronolog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chronolog_.c +refclock_chu_.c: refclock_chu.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chu.c; then echo $(srcdir)/refclock_chu.c; else echo refclock_chu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chu_.c +refclock_conf_.c: refclock_conf.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_conf.c; then echo $(srcdir)/refclock_conf.c; else echo refclock_conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_conf_.c +refclock_datum_.c: refclock_datum.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_datum.c; then echo $(srcdir)/refclock_datum.c; else echo refclock_datum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_datum_.c +refclock_dumbclock_.c: refclock_dumbclock.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_dumbclock.c; then echo $(srcdir)/refclock_dumbclock.c; else echo refclock_dumbclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_dumbclock_.c +refclock_gpsvme_.c: refclock_gpsvme.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_gpsvme.c; then echo $(srcdir)/refclock_gpsvme.c; else echo refclock_gpsvme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_gpsvme_.c +refclock_heath_.c: refclock_heath.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_heath.c; then echo $(srcdir)/refclock_heath.c; else echo refclock_heath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_heath_.c +refclock_hpgps_.c: refclock_hpgps.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hpgps.c; then echo $(srcdir)/refclock_hpgps.c; else echo refclock_hpgps.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hpgps_.c +refclock_irig_.c: refclock_irig.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_irig.c; then echo $(srcdir)/refclock_irig.c; else echo refclock_irig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_irig_.c +refclock_jupiter_.c: refclock_jupiter.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_jupiter.c; then echo $(srcdir)/refclock_jupiter.c; else echo refclock_jupiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_jupiter_.c +refclock_leitch_.c: refclock_leitch.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_leitch.c; then echo $(srcdir)/refclock_leitch.c; else echo refclock_leitch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_leitch_.c +refclock_local_.c: refclock_local.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_local.c; then echo $(srcdir)/refclock_local.c; else echo refclock_local.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_local_.c +refclock_msfees_.c: refclock_msfees.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_msfees.c; then echo $(srcdir)/refclock_msfees.c; else echo refclock_msfees.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_msfees_.c +refclock_mx4200_.c: refclock_mx4200.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_mx4200.c; then echo $(srcdir)/refclock_mx4200.c; else echo refclock_mx4200.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_mx4200_.c +refclock_nmea_.c: refclock_nmea.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_nmea.c; then echo $(srcdir)/refclock_nmea.c; else echo refclock_nmea.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_nmea_.c +refclock_oncore_.c: refclock_oncore.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_oncore.c; then echo $(srcdir)/refclock_oncore.c; else echo refclock_oncore.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_oncore_.c +refclock_palisade_.c: refclock_palisade.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_palisade.c; then echo $(srcdir)/refclock_palisade.c; else echo refclock_palisade.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_palisade_.c +refclock_parse_.c: refclock_parse.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_parse.c; then echo $(srcdir)/refclock_parse.c; else echo refclock_parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_parse_.c +refclock_pst_.c: refclock_pst.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pst.c; then echo $(srcdir)/refclock_pst.c; else echo refclock_pst.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pst_.c +refclock_ptbacts_.c: refclock_ptbacts.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ptbacts.c; then echo $(srcdir)/refclock_ptbacts.c; else echo refclock_ptbacts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ptbacts_.c +refclock_shm_.c: refclock_shm.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_shm.c; then echo $(srcdir)/refclock_shm.c; else echo refclock_shm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_shm_.c +refclock_tpro_.c: refclock_tpro.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_tpro.c; then echo $(srcdir)/refclock_tpro.c; else echo refclock_tpro.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_tpro_.c +refclock_trak_.c: refclock_trak.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_trak.c; then echo $(srcdir)/refclock_trak.c; else echo refclock_trak.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_trak_.c +refclock_true_.c: refclock_true.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_true.c; then echo $(srcdir)/refclock_true.c; else echo refclock_true.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_true_.c +refclock_ulink_.c: refclock_ulink.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ulink.c; then echo $(srcdir)/refclock_ulink.c; else echo refclock_ulink.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ulink_.c +refclock_usno_.c: refclock_usno.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_usno.c; then echo $(srcdir)/refclock_usno.c; else echo refclock_usno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_usno_.c +refclock_wwvb_.c: refclock_wwvb.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwvb.c; then echo $(srcdir)/refclock_wwvb.c; else echo refclock_wwvb.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwvb_.c +check_y2k_.o map_vme_.o ntp_config_.o ntp_control_.o ntp_filegen_.o \ +ntp_intres_.o ntp_io_.o ntp_loopfilter_.o ntp_monitor_.o ntp_peer_.o \ +ntp_proto_.o ntp_refclock_.o ntp_request_.o ntp_restrict_.o \ +ntp_timer_.o ntp_util_.o ntpd_.o refclock_acts_.o refclock_arbiter_.o \ +refclock_arc_.o refclock_as2201_.o refclock_atom_.o refclock_bancomm_.o \ +refclock_chronolog_.o refclock_chu_.o refclock_conf_.o \ +refclock_datum_.o refclock_dumbclock_.o refclock_gpsvme_.o \ +refclock_heath_.o refclock_hpgps_.o refclock_irig_.o \ +refclock_jupiter_.o refclock_leitch_.o refclock_local_.o \ +refclock_msfees_.o refclock_mx4200_.o refclock_nmea_.o \ +refclock_oncore_.o refclock_palisade_.o refclock_parse_.o \ +refclock_pst_.o refclock_ptbacts_.o refclock_shm_.o refclock_tpro_.o \ +refclock_trak_.o refclock_true_.o refclock_ulink_.o refclock_usno_.o \ +refclock_wwvb_.o : $(ANSI2KNR) + +tags: TAGS + +ID: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS)'; \ + unique=`for i in $$list; do echo $$i; done | \ + ${AWK:-awk} ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + here=`pwd` && cd $(srcdir) \ + && mkid -f$$here/ID $$unique $(LISP) + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) + tags=; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS)'; \ + unique=`for i in $$list; do echo $$i; done | \ + ${AWK:-awk} ' { files[$$0] = 1; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ + || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) + +mostlyclean-tags: + +clean-tags: + +distclean-tags: + -rm -f TAGS ID + +maintainer-clean-tags: + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +distdir: $(DISTFILES) + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done +check_y2k.o: check_y2k.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_malloc.h \ + ../include/ntp_refclock.h ../include/recvbuff.h \ + ../include/ntp_calendar.h ../include/parse.h \ + ../include/parse_conf.h +map_vme.o: map_vme.c ../config.h +ntp_config.o: ntp_config.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_filegen.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +ntp_control.o: ntp_control.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_control.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntp_filegen.o: ntp_filegen.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_string.h ../include/ntp_calendar.h \ + ../include/ntp_filegen.h ../include/ntp_stdlib.h \ + ../include/l_stdlib.h +ntp_intres.o: ntp_intres.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_request.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntp_io.o: ntp_io.c ../config.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h ../include/iosignal.h \ + ../include/ntp_if.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntp_loopfilter.o: ntp_loopfilter.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_syscall.h +ntp_monitor.o: ntp_monitor.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h ../include/ntp_if.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +ntp_peer.o: ntp_peer.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntp_proto.o: ntp_proto.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_unixtime.h ../include/ntp_control.h +ntp_refclock.o: ntp_refclock.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntp_request.o: ntp_request.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_request.h ../include/ntp_control.h \ + ../include/ntp_if.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_syscall.h +ntp_restrict.o: ntp_restrict.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_if.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +ntp_timer.o: ntp_timer.c ../config.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntp_util.o: ntp_util.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_filegen.h \ + ../include/ntp_if.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +ntpd.o: ntpd.c ../config.h ../include/ntpd.h ../include/ntp_syslog.h \ + ../include/ntp_fp.h ../include/ntp_types.h \ + ../include/ntp_machine.h ../include/ntp_proto.h \ + ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_acts.o: refclock_acts.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_control.h +refclock_arbiter.o: refclock_arbiter.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_arc.o: refclock_arc.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_as2201.o: refclock_as2201.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_atom.o: refclock_atom.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_bancomm.o: refclock_bancomm.c ../config.h +refclock_chronolog.o: refclock_chronolog.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_calendar.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_chu.o: refclock_chu.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_calendar.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_conf.o: refclock_conf.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_datum.o: refclock_datum.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_dumbclock.o: refclock_dumbclock.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_calendar.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_gpsvme.o: refclock_gpsvme.c ../config.h +refclock_heath.o: refclock_heath.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_hpgps.o: refclock_hpgps.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_irig.o: refclock_irig.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_calendar.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_jupiter.o: refclock_jupiter.c ../config.h +refclock_leitch.o: refclock_leitch.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_local.o: refclock_local.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_syscall.h +refclock_msfees.o: refclock_msfees.c ../config.h +refclock_mx4200.o: refclock_mx4200.c ../config.h +refclock_nmea.o: refclock_nmea.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_oncore.o: refclock_oncore.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_palisade.o: refclock_palisade.c ../config.h refclock_palisade.h \ + ../include/ntpd.h ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_control.h ../include/ntp_unixtime.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_parse.o: refclock_parse.c ../config.h +refclock_pst.o: refclock_pst.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h +refclock_ptbacts.o: refclock_ptbacts.c ../config.h refclock_acts.c \ + ../include/ntpd.h ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_control.h +refclock_shm.o: refclock_shm.c ../config.h +refclock_tpro.o: refclock_tpro.c ../config.h +refclock_trak.o: refclock_trak.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_stdlib.h ../include/ntp_string.h \ + ../include/l_stdlib.h ../include/ntp_unixtime.h +refclock_true.o: refclock_true.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_ulink.o: refclock_ulink.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_calendar.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h +refclock_usno.o: refclock_usno.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_unixtime.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h \ + ../include/ntp_control.h +refclock_wwvb.o: refclock_wwvb.c ../config.h ../include/ntpd.h \ + ../include/ntp_syslog.h ../include/ntp_fp.h \ + ../include/ntp_types.h ../include/ntp_machine.h \ + ../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \ + ../include/ntp_malloc.h ../include/ntp_refclock.h \ + ../include/recvbuff.h ../include/ntp_io.h \ + ../include/ntp_calendar.h ../include/ntp_stdlib.h \ + ../include/ntp_string.h ../include/l_stdlib.h + +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) + $(MAKE) $(AM_MAKEFLAGS) check-local +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: install-binPROGRAMS +install-exec: install-exec-am + +install-data-am: +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: uninstall-binPROGRAMS +uninstall: uninstall-am +all-am: Makefile $(PROGRAMS) +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install +installdirs: + $(mkinstalldirs) $(DESTDIR)$(bindir) + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-checkPROGRAMS \ + mostlyclean-compile mostlyclean-kr mostlyclean-tags \ + mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-compile clean-kr \ + clean-tags clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-binPROGRAMS distclean-checkPROGRAMS \ + distclean-compile distclean-kr distclean-tags \ + distclean-generic clean-am + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-binPROGRAMS \ + maintainer-clean-checkPROGRAMS maintainer-clean-compile \ + maintainer-clean-kr maintainer-clean-tags \ + maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ +maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ +mostlyclean-checkPROGRAMS distclean-checkPROGRAMS clean-checkPROGRAMS \ +maintainer-clean-checkPROGRAMS mostlyclean-compile distclean-compile \ +clean-compile maintainer-clean-compile mostlyclean-kr distclean-kr \ +clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \ +clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi \ +check-local check check-am installcheck-am installcheck install-exec-am \ +install-exec install-data-am install-data install-am install \ +uninstall-am uninstall all-redirect all-am all install-strip \ +installdirs mostlyclean-generic distclean-generic clean-generic \ +maintainer-clean-generic clean mostlyclean distclean maintainer-clean + + +check-local: @MAKE_CHECK_Y2K@ + [ -z "@MAKE_CHECK_Y2K@" ] || ./@MAKE_CHECK_Y2K@ + +$(PROGRAMS): $(LDADD) + +../libntp/libntp.a: + cd ../libntp && $(MAKE) + +../libparse/libparse.a: + cd ../libparse && $(MAKE) + +version.o: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ @LIBRSAREF@ Makefile + $(top_builddir)/scripts/mkver ntpd + $(COMPILE) -c version.c + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: |