xref: /freebsd/contrib/ntp/ntpd/Makefile.in (revision 5129159789cc9d7bc514e4546b88e3427695002d)
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13SHELL = @SHELL@
14
15srcdir = @srcdir@
16top_srcdir = @top_srcdir@
17VPATH = @srcdir@
18prefix = @prefix@
19exec_prefix = @exec_prefix@
20
21bindir = @bindir@
22sbindir = @sbindir@
23libexecdir = @libexecdir@
24datadir = @datadir@
25sysconfdir = @sysconfdir@
26sharedstatedir = @sharedstatedir@
27localstatedir = @localstatedir@
28libdir = @libdir@
29infodir = @infodir@
30mandir = @mandir@
31includedir = @includedir@
32oldincludedir = /usr/include
33
34DESTDIR =
35
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39
40top_builddir = ..
41
42ACLOCAL = @ACLOCAL@
43AUTOCONF = @AUTOCONF@
44AUTOMAKE = @AUTOMAKE@
45AUTOHEADER = @AUTOHEADER@
46
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50INSTALL_SCRIPT = @INSTALL_SCRIPT@
51INSTALL_STRIP_FLAG =
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AMTAR = @AMTAR@
67AMTARFLAGS = @AMTARFLAGS@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74DCFD = @DCFD@
75LDFLAGS = @LDFLAGS@
76LIBPARSE = @LIBPARSE@
77LIBRSAREF = @LIBRSAREF@
78LN_S = @LN_S@
79MAKEINFO = @MAKEINFO@
80MAKE_ADJTIMED = @MAKE_ADJTIMED@
81MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
82MAKE_LIBPARSE = @MAKE_LIBPARSE@
83MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
84MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
85MAKE_NTPTIME = @MAKE_NTPTIME@
86MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
87MAKE_TICKADJ = @MAKE_TICKADJ@
88PACKAGE = @PACKAGE@
89PATH_SH = @PATH_SH@
90PROPDELAY = @PROPDELAY@
91RANLIB = @RANLIB@
92RSAREF = @RSAREF@
93TESTDCF = @TESTDCF@
94U = @U@
95VERSION = @VERSION@
96
97#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
98
99
100AUTOMAKE_OPTIONS = ../util/ansi2knr
101bin_PROGRAMS = ntpd
102INCLUDES = -I$(top_srcdir)/include
103# LDADD might need RESLIB and ADJLIB
104LDADD = version.o @LIBPARSE@ ../libntp/libntp.a @LIBRSAREF@
105ntpd_LDADD = $(LDADD) -lm
106DISTCLEANFILES = .version version.c
107#EXTRA_DIST = ntpd.mak
108ETAGS_ARGS = Makefile.am
109###							Y2Kfixes
110check_PROGRAMS = @MAKE_CHECK_Y2K@
111EXTRA_PROGRAMS = check_y2k
112
113ntpd_SOURCES = map_vme.c ntp_config.c ntp_control.c ntp_io.c \
114	ntp_loopfilter.c ntp_monitor.c ntp_peer.c ntp_proto.c \
115	ntp_refclock.c ntp_request.c ntp_restrict.c ntp_timer.c \
116	ntp_util.c ntp_intres.c ntp_filegen.c ntpd.c \
117	refclock_conf.c refclock_chu.c refclock_local.c \
118	refclock_pst.c refclock_wwvb.c refclock_mx4200.c \
119	refclock_parse.c refclock_as2201.c refclock_bancomm.c \
120	refclock_tpro.c refclock_leitch.c refclock_irig.c \
121	refclock_msfees.c refclock_trak.c refclock_datum.c \
122	refclock_acts.c refclock_heath.c refclock_nmea.c \
123	refclock_atom.c refclock_ptbacts.c refclock_jupiter.c \
124	refclock_usno.c refclock_true.c refclock_hpgps.c \
125	refclock_shm.c refclock_gpsvme.c refclock_arbiter.c \
126	refclock_arc.c refclock_palisade.c refclock_palisade.h \
127	refclock_oncore.c refclock_chronolog.c refclock_dumbclock.c \
128	refclock_ulink.c jupiter.h
129
130subdir = ntpd
131mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132CONFIG_HEADER = ../config.h
133CONFIG_CLEAN_FILES =
134PROGRAMS =  $(bin_PROGRAMS)
135
136
137DEFS = @DEFS@ -I. -I$(srcdir) -I..
138CPPFLAGS = @CPPFLAGS@
139LIBS = @LIBS@
140ANSI2KNR = ../util/ansi2knr
141check_y2k_SOURCES = check_y2k.c
142check_y2k_OBJECTS =  check_y2k$U.o
143check_y2k_LDADD = $(LDADD)
144check_y2k_DEPENDENCIES =  version.o ../libntp/libntp.a
145check_y2k_LDFLAGS =
146am_ntpd_OBJECTS =  map_vme$U.o ntp_config$U.o ntp_control$U.o ntp_io$U.o \
147ntp_loopfilter$U.o ntp_monitor$U.o ntp_peer$U.o ntp_proto$U.o \
148ntp_refclock$U.o ntp_request$U.o ntp_restrict$U.o ntp_timer$U.o \
149ntp_util$U.o ntp_intres$U.o ntp_filegen$U.o ntpd$U.o refclock_conf$U.o \
150refclock_chu$U.o refclock_local$U.o refclock_pst$U.o refclock_wwvb$U.o \
151refclock_mx4200$U.o refclock_parse$U.o refclock_as2201$U.o \
152refclock_bancomm$U.o refclock_tpro$U.o refclock_leitch$U.o \
153refclock_irig$U.o refclock_msfees$U.o refclock_trak$U.o \
154refclock_datum$U.o refclock_acts$U.o refclock_heath$U.o \
155refclock_nmea$U.o refclock_atom$U.o refclock_ptbacts$U.o \
156refclock_jupiter$U.o refclock_usno$U.o refclock_true$U.o \
157refclock_hpgps$U.o refclock_shm$U.o refclock_gpsvme$U.o \
158refclock_arbiter$U.o refclock_arc$U.o refclock_palisade$U.o \
159refclock_oncore$U.o refclock_chronolog$U.o refclock_dumbclock$U.o \
160refclock_ulink$U.o
161ntpd_OBJECTS =  $(am_ntpd_OBJECTS)
162ntpd_DEPENDENCIES =  version.o ../libntp/libntp.a
163ntpd_LDFLAGS =
164COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165CCLD = $(CC)
166LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
167DIST_SOURCES =  check_y2k.c $(ntpd_SOURCES)
168DIST_COMMON =  Makefile.am Makefile.in
169
170
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172
173GZIP_ENV = --best
174SOURCES = check_y2k.c $(ntpd_SOURCES)
175OBJECTS = check_y2k$U.o $(am_ntpd_OBJECTS)
176
177all: all-redirect
178.SUFFIXES:
179.SUFFIXES: .c .o
180$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
181	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps ntpd/Makefile
182
183Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
184	cd $(top_builddir) \
185	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
186
187
188mostlyclean-binPROGRAMS:
189
190clean-binPROGRAMS:
191	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
192
193distclean-binPROGRAMS:
194
195maintainer-clean-binPROGRAMS:
196
197install-binPROGRAMS: $(bin_PROGRAMS)
198	@$(NORMAL_INSTALL)
199	$(mkinstalldirs) $(DESTDIR)$(bindir)
200	@list='$(bin_PROGRAMS)'; for p in $$list; do \
201	  if test -f $$p; then \
202	    f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
203	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
204	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
205	  else :; fi; \
206	done
207
208uninstall-binPROGRAMS:
209	@$(NORMAL_UNINSTALL)
210	@list='$(bin_PROGRAMS)'; for p in $$list; do \
211	  f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
212	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
213	  rm -f $(DESTDIR)$(bindir)/$$f; \
214	done
215
216mostlyclean-checkPROGRAMS:
217
218clean-checkPROGRAMS:
219	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
220
221distclean-checkPROGRAMS:
222
223maintainer-clean-checkPROGRAMS:
224
225.c.o:
226	$(COMPILE) -c $<
227
228mostlyclean-compile:
229	-rm -f *.o core *.core
230
231clean-compile:
232
233distclean-compile:
234	-rm -f *.tab.c
235
236maintainer-clean-compile:
237../util/ansi2knr: ../util/ansi2knr.o
238	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
239
240../util/ansi2knr.o:
241	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
242
243
244mostlyclean-kr:
245	-rm -f *_.c
246
247clean-kr:
248
249distclean-kr:
250
251maintainer-clean-kr:
252check_y2k$U.o:
253
254check_y2k: $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES)
255	@rm -f check_y2k
256	$(LINK) $(check_y2k_LDFLAGS) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS)
257map_vme$U.o:
258ntp_config$U.o:
259ntp_control$U.o:
260ntp_io$U.o:
261ntp_loopfilter$U.o:
262ntp_monitor$U.o:
263ntp_peer$U.o:
264ntp_proto$U.o:
265ntp_refclock$U.o:
266ntp_request$U.o:
267ntp_restrict$U.o:
268ntp_timer$U.o:
269ntp_util$U.o:
270ntp_intres$U.o:
271ntp_filegen$U.o:
272ntpd$U.o:
273refclock_conf$U.o:
274refclock_chu$U.o:
275refclock_local$U.o:
276refclock_pst$U.o:
277refclock_wwvb$U.o:
278refclock_mx4200$U.o:
279refclock_parse$U.o:
280refclock_as2201$U.o:
281refclock_bancomm$U.o:
282refclock_tpro$U.o:
283refclock_leitch$U.o:
284refclock_irig$U.o:
285refclock_msfees$U.o:
286refclock_trak$U.o:
287refclock_datum$U.o:
288refclock_acts$U.o:
289refclock_heath$U.o:
290refclock_nmea$U.o:
291refclock_atom$U.o:
292refclock_ptbacts$U.o:
293refclock_jupiter$U.o:
294refclock_usno$U.o:
295refclock_true$U.o:
296refclock_hpgps$U.o:
297refclock_shm$U.o:
298refclock_gpsvme$U.o:
299refclock_arbiter$U.o:
300refclock_arc$U.o:
301refclock_palisade$U.o:
302refclock_oncore$U.o:
303refclock_chronolog$U.o:
304refclock_dumbclock$U.o:
305refclock_ulink$U.o:
306
307ntpd: $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES)
308	@rm -f ntpd
309	$(LINK) $(ntpd_LDFLAGS) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS)
310check_y2k_.c: check_y2k.c $(ANSI2KNR)
311	$(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
312map_vme_.c: map_vme.c $(ANSI2KNR)
313	$(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
314ntp_config_.c: ntp_config.c $(ANSI2KNR)
315	$(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
316ntp_control_.c: ntp_control.c $(ANSI2KNR)
317	$(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
318ntp_filegen_.c: ntp_filegen.c $(ANSI2KNR)
319	$(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
320ntp_intres_.c: ntp_intres.c $(ANSI2KNR)
321	$(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
322ntp_io_.c: ntp_io.c $(ANSI2KNR)
323	$(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
324ntp_loopfilter_.c: ntp_loopfilter.c $(ANSI2KNR)
325	$(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
326ntp_monitor_.c: ntp_monitor.c $(ANSI2KNR)
327	$(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
328ntp_peer_.c: ntp_peer.c $(ANSI2KNR)
329	$(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
330ntp_proto_.c: ntp_proto.c $(ANSI2KNR)
331	$(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
332ntp_refclock_.c: ntp_refclock.c $(ANSI2KNR)
333	$(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
334ntp_request_.c: ntp_request.c $(ANSI2KNR)
335	$(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
336ntp_restrict_.c: ntp_restrict.c $(ANSI2KNR)
337	$(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
338ntp_timer_.c: ntp_timer.c $(ANSI2KNR)
339	$(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
340ntp_util_.c: ntp_util.c $(ANSI2KNR)
341	$(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
342ntpd_.c: ntpd.c $(ANSI2KNR)
343	$(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
344refclock_acts_.c: refclock_acts.c $(ANSI2KNR)
345	$(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
346refclock_arbiter_.c: refclock_arbiter.c $(ANSI2KNR)
347	$(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
348refclock_arc_.c: refclock_arc.c $(ANSI2KNR)
349	$(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
350refclock_as2201_.c: refclock_as2201.c $(ANSI2KNR)
351	$(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
352refclock_atom_.c: refclock_atom.c $(ANSI2KNR)
353	$(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
354refclock_bancomm_.c: refclock_bancomm.c $(ANSI2KNR)
355	$(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
356refclock_chronolog_.c: refclock_chronolog.c $(ANSI2KNR)
357	$(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
358refclock_chu_.c: refclock_chu.c $(ANSI2KNR)
359	$(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
360refclock_conf_.c: refclock_conf.c $(ANSI2KNR)
361	$(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
362refclock_datum_.c: refclock_datum.c $(ANSI2KNR)
363	$(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
364refclock_dumbclock_.c: refclock_dumbclock.c $(ANSI2KNR)
365	$(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
366refclock_gpsvme_.c: refclock_gpsvme.c $(ANSI2KNR)
367	$(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
368refclock_heath_.c: refclock_heath.c $(ANSI2KNR)
369	$(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
370refclock_hpgps_.c: refclock_hpgps.c $(ANSI2KNR)
371	$(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
372refclock_irig_.c: refclock_irig.c $(ANSI2KNR)
373	$(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
374refclock_jupiter_.c: refclock_jupiter.c $(ANSI2KNR)
375	$(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
376refclock_leitch_.c: refclock_leitch.c $(ANSI2KNR)
377	$(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
378refclock_local_.c: refclock_local.c $(ANSI2KNR)
379	$(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
380refclock_msfees_.c: refclock_msfees.c $(ANSI2KNR)
381	$(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
382refclock_mx4200_.c: refclock_mx4200.c $(ANSI2KNR)
383	$(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
384refclock_nmea_.c: refclock_nmea.c $(ANSI2KNR)
385	$(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
386refclock_oncore_.c: refclock_oncore.c $(ANSI2KNR)
387	$(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
388refclock_palisade_.c: refclock_palisade.c $(ANSI2KNR)
389	$(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
390refclock_parse_.c: refclock_parse.c $(ANSI2KNR)
391	$(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
392refclock_pst_.c: refclock_pst.c $(ANSI2KNR)
393	$(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
394refclock_ptbacts_.c: refclock_ptbacts.c $(ANSI2KNR)
395	$(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
396refclock_shm_.c: refclock_shm.c $(ANSI2KNR)
397	$(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
398refclock_tpro_.c: refclock_tpro.c $(ANSI2KNR)
399	$(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
400refclock_trak_.c: refclock_trak.c $(ANSI2KNR)
401	$(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
402refclock_true_.c: refclock_true.c $(ANSI2KNR)
403	$(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
404refclock_ulink_.c: refclock_ulink.c $(ANSI2KNR)
405	$(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
406refclock_usno_.c: refclock_usno.c $(ANSI2KNR)
407	$(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
408refclock_wwvb_.c: refclock_wwvb.c $(ANSI2KNR)
409	$(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
410check_y2k_.o map_vme_.o ntp_config_.o ntp_control_.o ntp_filegen_.o \
411ntp_intres_.o ntp_io_.o ntp_loopfilter_.o ntp_monitor_.o ntp_peer_.o \
412ntp_proto_.o ntp_refclock_.o ntp_request_.o ntp_restrict_.o \
413ntp_timer_.o ntp_util_.o ntpd_.o refclock_acts_.o refclock_arbiter_.o \
414refclock_arc_.o refclock_as2201_.o refclock_atom_.o refclock_bancomm_.o \
415refclock_chronolog_.o refclock_chu_.o refclock_conf_.o \
416refclock_datum_.o refclock_dumbclock_.o refclock_gpsvme_.o \
417refclock_heath_.o refclock_hpgps_.o refclock_irig_.o \
418refclock_jupiter_.o refclock_leitch_.o refclock_local_.o \
419refclock_msfees_.o refclock_mx4200_.o refclock_nmea_.o \
420refclock_oncore_.o refclock_palisade_.o refclock_parse_.o \
421refclock_pst_.o refclock_ptbacts_.o refclock_shm_.o refclock_tpro_.o \
422refclock_trak_.o refclock_true_.o refclock_ulink_.o refclock_usno_.o \
423refclock_wwvb_.o : $(ANSI2KNR)
424
425tags: TAGS
426
427ID: $(HEADERS) $(SOURCES) $(LISP)
428	list='$(SOURCES) $(HEADERS)'; \
429	unique=`for i in $$list; do echo $$i; done | \
430	  ${AWK:-awk} '    { files[$$0] = 1; } \
431	       END { for (i in files) print i; }'`; \
432	here=`pwd` && cd $(srcdir) \
433	  && mkid -f$$here/ID $$unique $(LISP)
434
435TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
436	tags=; \
437	here=`pwd`; \
438	list='$(SOURCES) $(HEADERS)'; \
439	unique=`for i in $$list; do echo $$i; done | \
440	  ${AWK:-awk} '    { files[$$0] = 1; } \
441	       END { for (i in files) print i; }'`; \
442	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
443	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
444
445mostlyclean-tags:
446
447clean-tags:
448
449distclean-tags:
450	-rm -f TAGS ID
451
452maintainer-clean-tags:
453
454distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
455
456distdir: $(DISTFILES)
457	@for file in $(DISTFILES); do \
458	  d=$(srcdir); \
459	  if test -d $$d/$$file; then \
460	    cp -pr $$d/$$file $(distdir)/$$file; \
461	  else \
462	    test -f $(distdir)/$$file \
463	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
464	    || cp -p $$d/$$file $(distdir)/$$file || :; \
465	  fi; \
466	done
467check_y2k.o: check_y2k.c ../config.h ../include/ntpd.h \
468	../include/ntp_syslog.h ../include/ntp_fp.h \
469	../include/ntp_types.h ../include/ntp_machine.h \
470	../include/ntp_proto.h ../include/ntp.h ../include/ntp_malloc.h \
471	../include/ntp_refclock.h ../include/recvbuff.h \
472	../include/ntp_calendar.h ../include/parse.h \
473	../include/parse_conf.h
474map_vme.o: map_vme.c ../config.h
475ntp_config.o: ntp_config.c ../config.h ../include/ntpd.h \
476	../include/ntp_syslog.h ../include/ntp_fp.h \
477	../include/ntp_types.h ../include/ntp_machine.h \
478	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
479	../include/ntp_malloc.h ../include/ntp_refclock.h \
480	../include/recvbuff.h ../include/ntp_io.h \
481	../include/ntp_unixtime.h ../include/ntp_filegen.h \
482	../include/ntp_stdlib.h ../include/ntp_string.h \
483	../include/l_stdlib.h
484ntp_control.o: ntp_control.c ../config.h ../include/ntpd.h \
485	../include/ntp_syslog.h ../include/ntp_fp.h \
486	../include/ntp_types.h ../include/ntp_machine.h \
487	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
488	../include/ntp_malloc.h ../include/ntp_refclock.h \
489	../include/recvbuff.h ../include/ntp_io.h \
490	../include/ntp_control.h ../include/ntp_stdlib.h \
491	../include/ntp_string.h ../include/l_stdlib.h
492ntp_filegen.o: ntp_filegen.c ../config.h ../include/ntpd.h \
493	../include/ntp_syslog.h ../include/ntp_fp.h \
494	../include/ntp_types.h ../include/ntp_machine.h \
495	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
496	../include/ntp_malloc.h ../include/ntp_refclock.h \
497	../include/recvbuff.h ../include/ntp_io.h \
498	../include/ntp_string.h ../include/ntp_calendar.h \
499	../include/ntp_filegen.h ../include/ntp_stdlib.h \
500	../include/l_stdlib.h
501ntp_intres.o: ntp_intres.c ../config.h ../include/ntpd.h \
502	../include/ntp_syslog.h ../include/ntp_fp.h \
503	../include/ntp_types.h ../include/ntp_machine.h \
504	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
505	../include/ntp_malloc.h ../include/ntp_refclock.h \
506	../include/recvbuff.h ../include/ntp_io.h \
507	../include/ntp_request.h ../include/ntp_stdlib.h \
508	../include/ntp_string.h ../include/l_stdlib.h
509ntp_io.o: ntp_io.c ../config.h ../include/ntp_machine.h \
510	../include/ntp_proto.h ../include/ntpd.h \
511	../include/ntp_syslog.h ../include/ntp_fp.h \
512	../include/ntp_types.h ../include/ntp.h ../include/ntp_select.h \
513	../include/ntp_malloc.h ../include/ntp_refclock.h \
514	../include/recvbuff.h ../include/ntp_io.h ../include/iosignal.h \
515	../include/ntp_if.h ../include/ntp_stdlib.h \
516	../include/ntp_string.h ../include/l_stdlib.h
517ntp_loopfilter.o: ntp_loopfilter.c ../config.h ../include/ntpd.h \
518	../include/ntp_syslog.h ../include/ntp_fp.h \
519	../include/ntp_types.h ../include/ntp_machine.h \
520	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
521	../include/ntp_malloc.h ../include/ntp_refclock.h \
522	../include/recvbuff.h ../include/ntp_io.h \
523	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
524	../include/ntp_string.h ../include/l_stdlib.h \
525	../include/ntp_syscall.h
526ntp_monitor.o: ntp_monitor.c ../config.h ../include/ntpd.h \
527	../include/ntp_syslog.h ../include/ntp_fp.h \
528	../include/ntp_types.h ../include/ntp_machine.h \
529	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
530	../include/ntp_malloc.h ../include/ntp_refclock.h \
531	../include/recvbuff.h ../include/ntp_io.h ../include/ntp_if.h \
532	../include/ntp_stdlib.h ../include/ntp_string.h \
533	../include/l_stdlib.h
534ntp_peer.o: ntp_peer.c ../config.h ../include/ntpd.h \
535	../include/ntp_syslog.h ../include/ntp_fp.h \
536	../include/ntp_types.h ../include/ntp_machine.h \
537	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
538	../include/ntp_malloc.h ../include/ntp_refclock.h \
539	../include/recvbuff.h ../include/ntp_stdlib.h \
540	../include/ntp_string.h ../include/l_stdlib.h
541ntp_proto.o: ntp_proto.c ../config.h ../include/ntpd.h \
542	../include/ntp_syslog.h ../include/ntp_fp.h \
543	../include/ntp_types.h ../include/ntp_machine.h \
544	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
545	../include/ntp_malloc.h ../include/ntp_refclock.h \
546	../include/recvbuff.h ../include/ntp_stdlib.h \
547	../include/ntp_string.h ../include/l_stdlib.h \
548	../include/ntp_unixtime.h ../include/ntp_control.h
549ntp_refclock.o: ntp_refclock.c ../config.h ../include/ntpd.h \
550	../include/ntp_syslog.h ../include/ntp_fp.h \
551	../include/ntp_types.h ../include/ntp_machine.h \
552	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
553	../include/ntp_malloc.h ../include/ntp_refclock.h \
554	../include/recvbuff.h ../include/ntp_io.h \
555	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
556	../include/ntp_string.h ../include/l_stdlib.h
557ntp_request.o: ntp_request.c ../config.h ../include/ntpd.h \
558	../include/ntp_syslog.h ../include/ntp_fp.h \
559	../include/ntp_types.h ../include/ntp_machine.h \
560	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
561	../include/ntp_malloc.h ../include/ntp_refclock.h \
562	../include/recvbuff.h ../include/ntp_io.h \
563	../include/ntp_request.h ../include/ntp_control.h \
564	../include/ntp_if.h ../include/ntp_stdlib.h \
565	../include/ntp_string.h ../include/l_stdlib.h \
566	../include/ntp_syscall.h
567ntp_restrict.o: ntp_restrict.c ../config.h ../include/ntpd.h \
568	../include/ntp_syslog.h ../include/ntp_fp.h \
569	../include/ntp_types.h ../include/ntp_machine.h \
570	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
571	../include/ntp_malloc.h ../include/ntp_refclock.h \
572	../include/recvbuff.h ../include/ntp_if.h \
573	../include/ntp_stdlib.h ../include/ntp_string.h \
574	../include/l_stdlib.h
575ntp_timer.o: ntp_timer.c ../config.h ../include/ntp_machine.h \
576	../include/ntp_proto.h ../include/ntpd.h \
577	../include/ntp_syslog.h ../include/ntp_fp.h \
578	../include/ntp_types.h ../include/ntp.h ../include/ntp_select.h \
579	../include/ntp_malloc.h ../include/ntp_refclock.h \
580	../include/recvbuff.h ../include/ntp_stdlib.h \
581	../include/ntp_string.h ../include/l_stdlib.h
582ntp_util.o: ntp_util.c ../config.h ../include/ntpd.h \
583	../include/ntp_syslog.h ../include/ntp_fp.h \
584	../include/ntp_types.h ../include/ntp_machine.h \
585	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
586	../include/ntp_malloc.h ../include/ntp_refclock.h \
587	../include/recvbuff.h ../include/ntp_io.h \
588	../include/ntp_unixtime.h ../include/ntp_filegen.h \
589	../include/ntp_if.h ../include/ntp_stdlib.h \
590	../include/ntp_string.h ../include/l_stdlib.h
591ntpd.o: ntpd.c ../config.h ../include/ntpd.h ../include/ntp_syslog.h \
592	../include/ntp_fp.h ../include/ntp_types.h \
593	../include/ntp_machine.h ../include/ntp_proto.h \
594	../include/ntp.h ../include/ntp_select.h \
595	../include/ntp_malloc.h ../include/ntp_refclock.h \
596	../include/recvbuff.h ../include/ntp_io.h \
597	../include/ntp_stdlib.h ../include/ntp_string.h \
598	../include/l_stdlib.h
599refclock_acts.o: refclock_acts.c ../config.h ../include/ntpd.h \
600	../include/ntp_syslog.h ../include/ntp_fp.h \
601	../include/ntp_types.h ../include/ntp_machine.h \
602	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
603	../include/ntp_malloc.h ../include/ntp_refclock.h \
604	../include/recvbuff.h ../include/ntp_io.h \
605	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
606	../include/ntp_string.h ../include/l_stdlib.h \
607	../include/ntp_control.h
608refclock_arbiter.o: refclock_arbiter.c ../config.h ../include/ntpd.h \
609	../include/ntp_syslog.h ../include/ntp_fp.h \
610	../include/ntp_types.h ../include/ntp_machine.h \
611	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
612	../include/ntp_malloc.h ../include/ntp_refclock.h \
613	../include/recvbuff.h ../include/ntp_io.h \
614	../include/ntp_stdlib.h ../include/ntp_string.h \
615	../include/l_stdlib.h
616refclock_arc.o: refclock_arc.c ../config.h ../include/ntpd.h \
617	../include/ntp_syslog.h ../include/ntp_fp.h \
618	../include/ntp_types.h ../include/ntp_machine.h \
619	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
620	../include/ntp_malloc.h ../include/ntp_refclock.h \
621	../include/recvbuff.h ../include/ntp_io.h \
622	../include/ntp_stdlib.h ../include/ntp_string.h \
623	../include/l_stdlib.h
624refclock_as2201.o: refclock_as2201.c ../config.h ../include/ntpd.h \
625	../include/ntp_syslog.h ../include/ntp_fp.h \
626	../include/ntp_types.h ../include/ntp_machine.h \
627	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
628	../include/ntp_malloc.h ../include/ntp_refclock.h \
629	../include/recvbuff.h ../include/ntp_io.h \
630	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
631	../include/ntp_string.h ../include/l_stdlib.h
632refclock_atom.o: refclock_atom.c ../config.h ../include/ntpd.h \
633	../include/ntp_syslog.h ../include/ntp_fp.h \
634	../include/ntp_types.h ../include/ntp_machine.h \
635	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
636	../include/ntp_malloc.h ../include/ntp_refclock.h \
637	../include/recvbuff.h ../include/ntp_io.h \
638	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
639	../include/ntp_string.h ../include/l_stdlib.h
640refclock_bancomm.o: refclock_bancomm.c ../config.h
641refclock_chronolog.o: refclock_chronolog.c ../config.h ../include/ntpd.h \
642	../include/ntp_syslog.h ../include/ntp_fp.h \
643	../include/ntp_types.h ../include/ntp_machine.h \
644	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
645	../include/ntp_malloc.h ../include/ntp_refclock.h \
646	../include/recvbuff.h ../include/ntp_io.h \
647	../include/ntp_calendar.h ../include/ntp_stdlib.h \
648	../include/ntp_string.h ../include/l_stdlib.h
649refclock_chu.o: refclock_chu.c ../config.h ../include/ntpd.h \
650	../include/ntp_syslog.h ../include/ntp_fp.h \
651	../include/ntp_types.h ../include/ntp_machine.h \
652	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
653	../include/ntp_malloc.h ../include/ntp_refclock.h \
654	../include/recvbuff.h ../include/ntp_io.h \
655	../include/ntp_calendar.h ../include/ntp_stdlib.h \
656	../include/ntp_string.h ../include/l_stdlib.h
657refclock_conf.o: refclock_conf.c ../config.h ../include/ntpd.h \
658	../include/ntp_syslog.h ../include/ntp_fp.h \
659	../include/ntp_types.h ../include/ntp_machine.h \
660	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
661	../include/ntp_malloc.h ../include/ntp_refclock.h \
662	../include/recvbuff.h ../include/ntp_stdlib.h \
663	../include/ntp_string.h ../include/l_stdlib.h
664refclock_datum.o: refclock_datum.c ../config.h ../include/ntpd.h \
665	../include/ntp_syslog.h ../include/ntp_fp.h \
666	../include/ntp_types.h ../include/ntp_machine.h \
667	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
668	../include/ntp_malloc.h ../include/ntp_refclock.h \
669	../include/recvbuff.h ../include/ntp_io.h \
670	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
671	../include/ntp_string.h ../include/l_stdlib.h
672refclock_dumbclock.o: refclock_dumbclock.c ../config.h ../include/ntpd.h \
673	../include/ntp_syslog.h ../include/ntp_fp.h \
674	../include/ntp_types.h ../include/ntp_machine.h \
675	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
676	../include/ntp_malloc.h ../include/ntp_refclock.h \
677	../include/recvbuff.h ../include/ntp_io.h \
678	../include/ntp_calendar.h ../include/ntp_stdlib.h \
679	../include/ntp_string.h ../include/l_stdlib.h
680refclock_gpsvme.o: refclock_gpsvme.c ../config.h
681refclock_heath.o: refclock_heath.c ../config.h ../include/ntpd.h \
682	../include/ntp_syslog.h ../include/ntp_fp.h \
683	../include/ntp_types.h ../include/ntp_machine.h \
684	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
685	../include/ntp_malloc.h ../include/ntp_refclock.h \
686	../include/recvbuff.h ../include/ntp_io.h \
687	../include/ntp_stdlib.h ../include/ntp_string.h \
688	../include/l_stdlib.h
689refclock_hpgps.o: refclock_hpgps.c ../config.h ../include/ntpd.h \
690	../include/ntp_syslog.h ../include/ntp_fp.h \
691	../include/ntp_types.h ../include/ntp_machine.h \
692	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
693	../include/ntp_malloc.h ../include/ntp_refclock.h \
694	../include/recvbuff.h ../include/ntp_io.h \
695	../include/ntp_stdlib.h ../include/ntp_string.h \
696	../include/l_stdlib.h
697refclock_irig.o: refclock_irig.c ../config.h ../include/ntpd.h \
698	../include/ntp_syslog.h ../include/ntp_fp.h \
699	../include/ntp_types.h ../include/ntp_machine.h \
700	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
701	../include/ntp_malloc.h ../include/ntp_refclock.h \
702	../include/recvbuff.h ../include/ntp_io.h \
703	../include/ntp_calendar.h ../include/ntp_stdlib.h \
704	../include/ntp_string.h ../include/l_stdlib.h
705refclock_jupiter.o: refclock_jupiter.c ../config.h
706refclock_leitch.o: refclock_leitch.c ../config.h ../include/ntpd.h \
707	../include/ntp_syslog.h ../include/ntp_fp.h \
708	../include/ntp_types.h ../include/ntp_machine.h \
709	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
710	../include/ntp_malloc.h ../include/ntp_refclock.h \
711	../include/recvbuff.h ../include/ntp_io.h \
712	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
713	../include/ntp_string.h ../include/l_stdlib.h
714refclock_local.o: refclock_local.c ../config.h ../include/ntpd.h \
715	../include/ntp_syslog.h ../include/ntp_fp.h \
716	../include/ntp_types.h ../include/ntp_machine.h \
717	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
718	../include/ntp_malloc.h ../include/ntp_refclock.h \
719	../include/recvbuff.h ../include/ntp_stdlib.h \
720	../include/ntp_string.h ../include/l_stdlib.h \
721	../include/ntp_syscall.h
722refclock_msfees.o: refclock_msfees.c ../config.h
723refclock_mx4200.o: refclock_mx4200.c ../config.h
724refclock_nmea.o: refclock_nmea.c ../config.h ../include/ntpd.h \
725	../include/ntp_syslog.h ../include/ntp_fp.h \
726	../include/ntp_types.h ../include/ntp_machine.h \
727	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
728	../include/ntp_malloc.h ../include/ntp_refclock.h \
729	../include/recvbuff.h ../include/ntp_io.h \
730	../include/ntp_stdlib.h ../include/ntp_string.h \
731	../include/l_stdlib.h
732refclock_oncore.o: refclock_oncore.c ../config.h ../include/ntpd.h \
733	../include/ntp_syslog.h ../include/ntp_fp.h \
734	../include/ntp_types.h ../include/ntp_machine.h \
735	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
736	../include/ntp_malloc.h ../include/ntp_refclock.h \
737	../include/recvbuff.h ../include/ntp_io.h \
738	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
739	../include/ntp_string.h ../include/l_stdlib.h
740refclock_palisade.o: refclock_palisade.c ../config.h refclock_palisade.h \
741	../include/ntpd.h ../include/ntp_syslog.h ../include/ntp_fp.h \
742	../include/ntp_types.h ../include/ntp_machine.h \
743	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
744	../include/ntp_malloc.h ../include/ntp_refclock.h \
745	../include/recvbuff.h ../include/ntp_io.h \
746	../include/ntp_control.h ../include/ntp_unixtime.h \
747	../include/ntp_stdlib.h ../include/ntp_string.h \
748	../include/l_stdlib.h
749refclock_parse.o: refclock_parse.c ../config.h
750refclock_pst.o: refclock_pst.c ../config.h ../include/ntpd.h \
751	../include/ntp_syslog.h ../include/ntp_fp.h \
752	../include/ntp_types.h ../include/ntp_machine.h \
753	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
754	../include/ntp_malloc.h ../include/ntp_refclock.h \
755	../include/recvbuff.h ../include/ntp_io.h \
756	../include/ntp_stdlib.h ../include/ntp_string.h \
757	../include/l_stdlib.h
758refclock_ptbacts.o: refclock_ptbacts.c ../config.h refclock_acts.c \
759	../include/ntpd.h ../include/ntp_syslog.h ../include/ntp_fp.h \
760	../include/ntp_types.h ../include/ntp_machine.h \
761	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
762	../include/ntp_malloc.h ../include/ntp_refclock.h \
763	../include/recvbuff.h ../include/ntp_io.h \
764	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
765	../include/ntp_string.h ../include/l_stdlib.h \
766	../include/ntp_control.h
767refclock_shm.o: refclock_shm.c ../config.h
768refclock_tpro.o: refclock_tpro.c ../config.h
769refclock_trak.o: refclock_trak.c ../config.h ../include/ntpd.h \
770	../include/ntp_syslog.h ../include/ntp_fp.h \
771	../include/ntp_types.h ../include/ntp_machine.h \
772	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
773	../include/ntp_malloc.h ../include/ntp_refclock.h \
774	../include/recvbuff.h ../include/ntp_io.h \
775	../include/ntp_stdlib.h ../include/ntp_string.h \
776	../include/l_stdlib.h ../include/ntp_unixtime.h
777refclock_true.o: refclock_true.c ../config.h ../include/ntpd.h \
778	../include/ntp_syslog.h ../include/ntp_fp.h \
779	../include/ntp_types.h ../include/ntp_machine.h \
780	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
781	../include/ntp_malloc.h ../include/ntp_refclock.h \
782	../include/recvbuff.h ../include/ntp_io.h \
783	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
784	../include/ntp_string.h ../include/l_stdlib.h
785refclock_ulink.o: refclock_ulink.c ../config.h ../include/ntpd.h \
786	../include/ntp_syslog.h ../include/ntp_fp.h \
787	../include/ntp_types.h ../include/ntp_machine.h \
788	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
789	../include/ntp_malloc.h ../include/ntp_refclock.h \
790	../include/recvbuff.h ../include/ntp_io.h \
791	../include/ntp_calendar.h ../include/ntp_stdlib.h \
792	../include/ntp_string.h ../include/l_stdlib.h
793refclock_usno.o: refclock_usno.c ../config.h ../include/ntpd.h \
794	../include/ntp_syslog.h ../include/ntp_fp.h \
795	../include/ntp_types.h ../include/ntp_machine.h \
796	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
797	../include/ntp_malloc.h ../include/ntp_refclock.h \
798	../include/recvbuff.h ../include/ntp_io.h \
799	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
800	../include/ntp_string.h ../include/l_stdlib.h \
801	../include/ntp_control.h
802refclock_wwvb.o: refclock_wwvb.c ../config.h ../include/ntpd.h \
803	../include/ntp_syslog.h ../include/ntp_fp.h \
804	../include/ntp_types.h ../include/ntp_machine.h \
805	../include/ntp_proto.h ../include/ntp.h ../include/ntp_select.h \
806	../include/ntp_malloc.h ../include/ntp_refclock.h \
807	../include/recvbuff.h ../include/ntp_io.h \
808	../include/ntp_calendar.h ../include/ntp_stdlib.h \
809	../include/ntp_string.h ../include/l_stdlib.h
810
811info-am:
812info: info-am
813dvi-am:
814dvi: dvi-am
815check-am: all-am
816	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
817	$(MAKE) $(AM_MAKEFLAGS) check-local
818check: check-am
819installcheck-am:
820installcheck: installcheck-am
821install-exec-am: install-binPROGRAMS
822install-exec: install-exec-am
823
824install-data-am:
825install-data: install-data-am
826
827install-am: all-am
828	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
829install: install-am
830uninstall-am: uninstall-binPROGRAMS
831uninstall: uninstall-am
832all-am: Makefile $(PROGRAMS)
833all-redirect: all-am
834install-strip:
835	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
836installdirs:
837	$(mkinstalldirs)  $(DESTDIR)$(bindir)
838
839
840mostlyclean-generic:
841
842clean-generic:
843
844distclean-generic:
845	-rm -f Makefile $(CONFIG_CLEAN_FILES)
846	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
847	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
848
849maintainer-clean-generic:
850mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-checkPROGRAMS \
851		mostlyclean-compile mostlyclean-kr mostlyclean-tags \
852		mostlyclean-generic
853
854mostlyclean: mostlyclean-am
855
856clean-am:  clean-binPROGRAMS clean-checkPROGRAMS clean-compile clean-kr \
857		clean-tags clean-generic mostlyclean-am
858
859clean: clean-am
860
861distclean-am:  distclean-binPROGRAMS distclean-checkPROGRAMS \
862		distclean-compile distclean-kr distclean-tags \
863		distclean-generic clean-am
864
865distclean: distclean-am
866
867maintainer-clean-am:  maintainer-clean-binPROGRAMS \
868		maintainer-clean-checkPROGRAMS maintainer-clean-compile \
869		maintainer-clean-kr maintainer-clean-tags \
870		maintainer-clean-generic distclean-am
871	@echo "This command is intended for maintainers to use;"
872	@echo "it deletes files that may require special tools to rebuild."
873
874maintainer-clean: maintainer-clean-am
875
876.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
877maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
878mostlyclean-checkPROGRAMS distclean-checkPROGRAMS clean-checkPROGRAMS \
879maintainer-clean-checkPROGRAMS mostlyclean-compile distclean-compile \
880clean-compile maintainer-clean-compile mostlyclean-kr distclean-kr \
881clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
882clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi \
883check-local check check-am installcheck-am installcheck install-exec-am \
884install-exec install-data-am install-data install-am install \
885uninstall-am uninstall all-redirect all-am all install-strip \
886installdirs mostlyclean-generic distclean-generic clean-generic \
887maintainer-clean-generic clean mostlyclean distclean maintainer-clean
888
889
890check-local: @MAKE_CHECK_Y2K@
891	[ -z "@MAKE_CHECK_Y2K@" ] || ./@MAKE_CHECK_Y2K@
892
893$(PROGRAMS): $(LDADD)
894
895../libntp/libntp.a:
896	cd ../libntp && $(MAKE)
897
898../libparse/libparse.a:
899	cd ../libparse && $(MAKE)
900
901version.o: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ @LIBRSAREF@ Makefile
902	$(top_builddir)/scripts/mkver ntpd
903	$(COMPILE) -c version.c
904
905# Tell versions [3.59,3.63) of GNU make to not export all variables.
906# Otherwise a system limit (for SysV at least) may be exceeded.
907.NOEXPORT:
908