xref: /freebsd/contrib/ntp/libntp/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 = ../ansi2knr no-dependencies
98
99
100AUTOMAKE_OPTIONS = ../util/ansi2knr
101noinst_LIBRARIES = libntp.a
102libntp_a_SOURCES = a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \
103	authencrypt.c authkeys.c authparity.c authreadkeys.c authusekey.c \
104	buftvtots.c caljulian.c calleapwhen.c caltontp.c calyearstart.c \
105	clocktime.c clocktypes.c decodenetnum.c dofptoa.c dolfptoa.c \
106	emalloc.c findconfig.c fptoa.c fptoms.c getopt.c hextoint.c \
107	hextolfp.c humandate.c inttoa.c lib_strbuf.c machines.c md5c.c \
108	memmove.c mexit.c mfptoa.c mfptoms.c modetoa.c mstolfp.c msutotsf.c \
109	msyslog.c netof.c numtoa.c numtohost.c octtoint.c prettydate.c \
110	ranny.c refnumtoa.c statestr.c syssignal.c systime.c tsftomsu.c \
111	tstotv.c tvtoa.c tvtots.c uglydate.c uinttoa.c utvtoa.c ymd2yd.c \
112	mfp_mul.c binio.c ieee754io.c gpstolfp.c recvbuff.c iosignal.c
113
114libntp_a_LIBADD = @LIBOBJS@
115libntp_a_DEPENDENCIES = @LIBOBJS@
116INCLUDES = -I$(top_srcdir)/include
117ETAGS_ARGS = Makefile.am
118
119noinst_HEADERS = lib_strbuf.h log.h
120
121EXTRA_DIST = README $(HEADERS) adjtimex.c log.c strerror.c mktime.c
122subdir = libntp
123mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124CONFIG_HEADER = ../config.h
125CONFIG_CLEAN_FILES =
126LIBRARIES =  $(noinst_LIBRARIES)
127
128
129DEFS = @DEFS@ -I. -I$(srcdir) -I..
130CPPFLAGS = @CPPFLAGS@
131LIBS = @LIBS@
132ANSI2KNR = ../util/ansi2knr
133am_libntp_a_OBJECTS =  a_md5encrypt$U.o adjtime$U.o atoint$U.o \
134atolfp$U.o atouint$U.o authencrypt$U.o authkeys$U.o authparity$U.o \
135authreadkeys$U.o authusekey$U.o buftvtots$U.o caljulian$U.o \
136calleapwhen$U.o caltontp$U.o calyearstart$U.o clocktime$U.o \
137clocktypes$U.o decodenetnum$U.o dofptoa$U.o dolfptoa$U.o emalloc$U.o \
138findconfig$U.o fptoa$U.o fptoms$U.o getopt$U.o hextoint$U.o \
139hextolfp$U.o humandate$U.o inttoa$U.o lib_strbuf$U.o machines$U.o \
140md5c$U.o memmove$U.o mexit$U.o mfptoa$U.o mfptoms$U.o modetoa$U.o \
141mstolfp$U.o msutotsf$U.o msyslog$U.o netof$U.o numtoa$U.o numtohost$U.o \
142octtoint$U.o prettydate$U.o ranny$U.o refnumtoa$U.o statestr$U.o \
143syssignal$U.o systime$U.o tsftomsu$U.o tstotv$U.o tvtoa$U.o tvtots$U.o \
144uglydate$U.o uinttoa$U.o utvtoa$U.o ymd2yd$U.o mfp_mul$U.o binio$U.o \
145ieee754io$U.o gpstolfp$U.o recvbuff$U.o iosignal$U.o
146libntp_a_OBJECTS =  $(am_libntp_a_OBJECTS)
147AR = ar
148COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149CCLD = $(CC)
150LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
151DIST_SOURCES =  $(libntp_a_SOURCES)
152HEADERS =  $(noinst_HEADERS)
153
154DIST_COMMON =  README $(noinst_HEADERS) Makefile.am Makefile.in mktime.c \
155strerror.c
156
157
158DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159
160GZIP_ENV = --best
161SOURCES = $(libntp_a_SOURCES)
162OBJECTS = $(am_libntp_a_OBJECTS)
163
164all: all-redirect
165.SUFFIXES:
166.SUFFIXES: .c .o
167$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
168	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libntp/Makefile
169
170Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
171	cd $(top_builddir) \
172	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
173
174
175mostlyclean-noinstLIBRARIES:
176
177clean-noinstLIBRARIES:
178	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
179
180distclean-noinstLIBRARIES:
181
182maintainer-clean-noinstLIBRARIES:
183
184.c.o:
185	$(COMPILE) -c $<
186
187mostlyclean-compile:
188	-rm -f *.o core *.core
189
190clean-compile:
191
192distclean-compile:
193	-rm -f *.tab.c
194
195maintainer-clean-compile:
196../util/ansi2knr: ../util/ansi2knr.o
197	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
198
199../util/ansi2knr.o:
200	cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
201
202
203mostlyclean-kr:
204	-rm -f *_.c
205
206clean-kr:
207
208distclean-kr:
209
210maintainer-clean-kr:
211a_md5encrypt$U.o:
212adjtime$U.o:
213atoint$U.o:
214atolfp$U.o:
215atouint$U.o:
216authencrypt$U.o:
217authkeys$U.o:
218authparity$U.o:
219authreadkeys$U.o:
220authusekey$U.o:
221buftvtots$U.o:
222caljulian$U.o:
223calleapwhen$U.o:
224caltontp$U.o:
225calyearstart$U.o:
226clocktime$U.o:
227clocktypes$U.o:
228decodenetnum$U.o:
229dofptoa$U.o:
230dolfptoa$U.o:
231emalloc$U.o:
232findconfig$U.o:
233fptoa$U.o:
234fptoms$U.o:
235getopt$U.o:
236hextoint$U.o:
237hextolfp$U.o:
238humandate$U.o:
239inttoa$U.o:
240lib_strbuf$U.o:
241machines$U.o:
242md5c$U.o:
243memmove$U.o:
244mexit$U.o:
245mfptoa$U.o:
246mfptoms$U.o:
247modetoa$U.o:
248mstolfp$U.o:
249msutotsf$U.o:
250msyslog$U.o:
251netof$U.o:
252numtoa$U.o:
253numtohost$U.o:
254octtoint$U.o:
255prettydate$U.o:
256ranny$U.o:
257refnumtoa$U.o:
258statestr$U.o:
259syssignal$U.o:
260systime$U.o:
261tsftomsu$U.o:
262tstotv$U.o:
263tvtoa$U.o:
264tvtots$U.o:
265uglydate$U.o:
266uinttoa$U.o:
267utvtoa$U.o:
268ymd2yd$U.o:
269mfp_mul$U.o:
270binio$U.o:
271ieee754io$U.o:
272gpstolfp$U.o:
273recvbuff$U.o:
274iosignal$U.o:
275
276libntp.a: $(libntp_a_OBJECTS) $(libntp_a_DEPENDENCIES)
277	-rm -f libntp.a
278	$(AR) cru libntp.a $(libntp_a_OBJECTS) $(libntp_a_LIBADD)
279	$(RANLIB) libntp.a
280a_md5encrypt_.c: a_md5encrypt.c $(ANSI2KNR)
281	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/a_md5encrypt.c; then echo $(srcdir)/a_md5encrypt.c; else echo a_md5encrypt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > a_md5encrypt_.c
282adjtime_.c: adjtime.c $(ANSI2KNR)
283	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtime.c; then echo $(srcdir)/adjtime.c; else echo adjtime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtime_.c
284atoint_.c: atoint.c $(ANSI2KNR)
285	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atoint.c; then echo $(srcdir)/atoint.c; else echo atoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atoint_.c
286atolfp_.c: atolfp.c $(ANSI2KNR)
287	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atolfp.c; then echo $(srcdir)/atolfp.c; else echo atolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atolfp_.c
288atouint_.c: atouint.c $(ANSI2KNR)
289	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atouint.c; then echo $(srcdir)/atouint.c; else echo atouint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atouint_.c
290authencrypt_.c: authencrypt.c $(ANSI2KNR)
291	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authencrypt.c; then echo $(srcdir)/authencrypt.c; else echo authencrypt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authencrypt_.c
292authkeys_.c: authkeys.c $(ANSI2KNR)
293	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authkeys.c; then echo $(srcdir)/authkeys.c; else echo authkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authkeys_.c
294authparity_.c: authparity.c $(ANSI2KNR)
295	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authparity.c; then echo $(srcdir)/authparity.c; else echo authparity.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authparity_.c
296authreadkeys_.c: authreadkeys.c $(ANSI2KNR)
297	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authreadkeys.c; then echo $(srcdir)/authreadkeys.c; else echo authreadkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authreadkeys_.c
298authusekey_.c: authusekey.c $(ANSI2KNR)
299	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authusekey.c; then echo $(srcdir)/authusekey.c; else echo authusekey.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authusekey_.c
300binio_.c: binio.c $(ANSI2KNR)
301	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/binio.c; then echo $(srcdir)/binio.c; else echo binio.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > binio_.c
302buftvtots_.c: buftvtots.c $(ANSI2KNR)
303	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/buftvtots.c; then echo $(srcdir)/buftvtots.c; else echo buftvtots.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > buftvtots_.c
304caljulian_.c: caljulian.c $(ANSI2KNR)
305	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/caljulian.c; then echo $(srcdir)/caljulian.c; else echo caljulian.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > caljulian_.c
306calleapwhen_.c: calleapwhen.c $(ANSI2KNR)
307	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calleapwhen.c; then echo $(srcdir)/calleapwhen.c; else echo calleapwhen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > calleapwhen_.c
308caltontp_.c: caltontp.c $(ANSI2KNR)
309	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/caltontp.c; then echo $(srcdir)/caltontp.c; else echo caltontp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > caltontp_.c
310calyearstart_.c: calyearstart.c $(ANSI2KNR)
311	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calyearstart.c; then echo $(srcdir)/calyearstart.c; else echo calyearstart.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > calyearstart_.c
312clocktime_.c: clocktime.c $(ANSI2KNR)
313	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocktime.c; then echo $(srcdir)/clocktime.c; else echo clocktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clocktime_.c
314clocktypes_.c: clocktypes.c $(ANSI2KNR)
315	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocktypes.c; then echo $(srcdir)/clocktypes.c; else echo clocktypes.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clocktypes_.c
316decodenetnum_.c: decodenetnum.c $(ANSI2KNR)
317	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/decodenetnum.c; then echo $(srcdir)/decodenetnum.c; else echo decodenetnum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > decodenetnum_.c
318dofptoa_.c: dofptoa.c $(ANSI2KNR)
319	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dofptoa.c; then echo $(srcdir)/dofptoa.c; else echo dofptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dofptoa_.c
320dolfptoa_.c: dolfptoa.c $(ANSI2KNR)
321	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dolfptoa.c; then echo $(srcdir)/dolfptoa.c; else echo dolfptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dolfptoa_.c
322emalloc_.c: emalloc.c $(ANSI2KNR)
323	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/emalloc.c; then echo $(srcdir)/emalloc.c; else echo emalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > emalloc_.c
324findconfig_.c: findconfig.c $(ANSI2KNR)
325	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/findconfig.c; then echo $(srcdir)/findconfig.c; else echo findconfig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > findconfig_.c
326fptoa_.c: fptoa.c $(ANSI2KNR)
327	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fptoa.c; then echo $(srcdir)/fptoa.c; else echo fptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fptoa_.c
328fptoms_.c: fptoms.c $(ANSI2KNR)
329	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fptoms.c; then echo $(srcdir)/fptoms.c; else echo fptoms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fptoms_.c
330getopt_.c: getopt.c $(ANSI2KNR)
331	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c
332gpstolfp_.c: gpstolfp.c $(ANSI2KNR)
333	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gpstolfp.c; then echo $(srcdir)/gpstolfp.c; else echo gpstolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gpstolfp_.c
334hextoint_.c: hextoint.c $(ANSI2KNR)
335	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextoint.c; then echo $(srcdir)/hextoint.c; else echo hextoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hextoint_.c
336hextolfp_.c: hextolfp.c $(ANSI2KNR)
337	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextolfp.c; then echo $(srcdir)/hextolfp.c; else echo hextolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hextolfp_.c
338humandate_.c: humandate.c $(ANSI2KNR)
339	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/humandate.c; then echo $(srcdir)/humandate.c; else echo humandate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > humandate_.c
340ieee754io_.c: ieee754io.c $(ANSI2KNR)
341	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ieee754io.c; then echo $(srcdir)/ieee754io.c; else echo ieee754io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ieee754io_.c
342inttoa_.c: inttoa.c $(ANSI2KNR)
343	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inttoa.c; then echo $(srcdir)/inttoa.c; else echo inttoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > inttoa_.c
344iosignal_.c: iosignal.c $(ANSI2KNR)
345	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/iosignal.c; then echo $(srcdir)/iosignal.c; else echo iosignal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > iosignal_.c
346lib_strbuf_.c: lib_strbuf.c $(ANSI2KNR)
347	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib_strbuf.c; then echo $(srcdir)/lib_strbuf.c; else echo lib_strbuf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lib_strbuf_.c
348machines_.c: machines.c $(ANSI2KNR)
349	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/machines.c; then echo $(srcdir)/machines.c; else echo machines.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > machines_.c
350md5c_.c: md5c.c $(ANSI2KNR)
351	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/md5c.c; then echo $(srcdir)/md5c.c; else echo md5c.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > md5c_.c
352memmove_.c: memmove.c $(ANSI2KNR)
353	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memmove.c; then echo $(srcdir)/memmove.c; else echo memmove.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memmove_.c
354mexit_.c: mexit.c $(ANSI2KNR)
355	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mexit.c; then echo $(srcdir)/mexit.c; else echo mexit.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mexit_.c
356mfp_mul_.c: mfp_mul.c $(ANSI2KNR)
357	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfp_mul.c; then echo $(srcdir)/mfp_mul.c; else echo mfp_mul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfp_mul_.c
358mfptoa_.c: mfptoa.c $(ANSI2KNR)
359	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfptoa.c; then echo $(srcdir)/mfptoa.c; else echo mfptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfptoa_.c
360mfptoms_.c: mfptoms.c $(ANSI2KNR)
361	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfptoms.c; then echo $(srcdir)/mfptoms.c; else echo mfptoms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfptoms_.c
362mktime_.c: mktime.c $(ANSI2KNR)
363	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mktime_.c
364modetoa_.c: modetoa.c $(ANSI2KNR)
365	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/modetoa.c; then echo $(srcdir)/modetoa.c; else echo modetoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > modetoa_.c
366mstolfp_.c: mstolfp.c $(ANSI2KNR)
367	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mstolfp.c; then echo $(srcdir)/mstolfp.c; else echo mstolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mstolfp_.c
368msutotsf_.c: msutotsf.c $(ANSI2KNR)
369	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/msutotsf.c; then echo $(srcdir)/msutotsf.c; else echo msutotsf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > msutotsf_.c
370msyslog_.c: msyslog.c $(ANSI2KNR)
371	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/msyslog.c; then echo $(srcdir)/msyslog.c; else echo msyslog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > msyslog_.c
372netof_.c: netof.c $(ANSI2KNR)
373	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/netof.c; then echo $(srcdir)/netof.c; else echo netof.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > netof_.c
374numtoa_.c: numtoa.c $(ANSI2KNR)
375	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numtoa.c; then echo $(srcdir)/numtoa.c; else echo numtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > numtoa_.c
376numtohost_.c: numtohost.c $(ANSI2KNR)
377	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numtohost.c; then echo $(srcdir)/numtohost.c; else echo numtohost.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > numtohost_.c
378octtoint_.c: octtoint.c $(ANSI2KNR)
379	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/octtoint.c; then echo $(srcdir)/octtoint.c; else echo octtoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > octtoint_.c
380prettydate_.c: prettydate.c $(ANSI2KNR)
381	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/prettydate.c; then echo $(srcdir)/prettydate.c; else echo prettydate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > prettydate_.c
382ranny_.c: ranny.c $(ANSI2KNR)
383	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ranny.c; then echo $(srcdir)/ranny.c; else echo ranny.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ranny_.c
384recvbuff_.c: recvbuff.c $(ANSI2KNR)
385	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/recvbuff.c; then echo $(srcdir)/recvbuff.c; else echo recvbuff.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > recvbuff_.c
386refnumtoa_.c: refnumtoa.c $(ANSI2KNR)
387	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refnumtoa.c; then echo $(srcdir)/refnumtoa.c; else echo refnumtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refnumtoa_.c
388statestr_.c: statestr.c $(ANSI2KNR)
389	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/statestr.c; then echo $(srcdir)/statestr.c; else echo statestr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > statestr_.c
390strerror_.c: strerror.c $(ANSI2KNR)
391	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strerror.c; then echo $(srcdir)/strerror.c; else echo strerror.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strerror_.c
392syssignal_.c: syssignal.c $(ANSI2KNR)
393	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/syssignal.c; then echo $(srcdir)/syssignal.c; else echo syssignal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > syssignal_.c
394systime_.c: systime.c $(ANSI2KNR)
395	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/systime.c; then echo $(srcdir)/systime.c; else echo systime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > systime_.c
396tsftomsu_.c: tsftomsu.c $(ANSI2KNR)
397	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tsftomsu.c; then echo $(srcdir)/tsftomsu.c; else echo tsftomsu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tsftomsu_.c
398tstotv_.c: tstotv.c $(ANSI2KNR)
399	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tstotv.c; then echo $(srcdir)/tstotv.c; else echo tstotv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tstotv_.c
400tvtoa_.c: tvtoa.c $(ANSI2KNR)
401	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tvtoa.c; then echo $(srcdir)/tvtoa.c; else echo tvtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tvtoa_.c
402tvtots_.c: tvtots.c $(ANSI2KNR)
403	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tvtots.c; then echo $(srcdir)/tvtots.c; else echo tvtots.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tvtots_.c
404uglydate_.c: uglydate.c $(ANSI2KNR)
405	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/uglydate.c; then echo $(srcdir)/uglydate.c; else echo uglydate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > uglydate_.c
406uinttoa_.c: uinttoa.c $(ANSI2KNR)
407	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/uinttoa.c; then echo $(srcdir)/uinttoa.c; else echo uinttoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > uinttoa_.c
408utvtoa_.c: utvtoa.c $(ANSI2KNR)
409	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/utvtoa.c; then echo $(srcdir)/utvtoa.c; else echo utvtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > utvtoa_.c
410ymd2yd_.c: ymd2yd.c $(ANSI2KNR)
411	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ymd2yd.c; then echo $(srcdir)/ymd2yd.c; else echo ymd2yd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ymd2yd_.c
412a_md5encrypt_.o adjtime_.o atoint_.o atolfp_.o atouint_.o \
413authencrypt_.o authkeys_.o authparity_.o authreadkeys_.o authusekey_.o \
414binio_.o buftvtots_.o caljulian_.o calleapwhen_.o caltontp_.o \
415calyearstart_.o clocktime_.o clocktypes_.o decodenetnum_.o dofptoa_.o \
416dolfptoa_.o emalloc_.o findconfig_.o fptoa_.o fptoms_.o getopt_.o \
417gpstolfp_.o hextoint_.o hextolfp_.o humandate_.o ieee754io_.o inttoa_.o \
418iosignal_.o lib_strbuf_.o machines_.o md5c_.o memmove_.o mexit_.o \
419mfp_mul_.o mfptoa_.o mfptoms_.o mktime_.o modetoa_.o mstolfp_.o \
420msutotsf_.o msyslog_.o netof_.o numtoa_.o numtohost_.o octtoint_.o \
421prettydate_.o ranny_.o recvbuff_.o refnumtoa_.o statestr_.o strerror_.o \
422syssignal_.o systime_.o tsftomsu_.o tstotv_.o tvtoa_.o tvtots_.o \
423uglydate_.o uinttoa_.o utvtoa_.o ymd2yd_.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
467a_md5encrypt.o: a_md5encrypt.c ../include/ntp_machine.h ../config.h \
468	../include/ntp_proto.h ../include/ntp_types.h \
469	../include/ntp_fp.h ../include/ntp_string.h ../include/global.h \
470	../include/md5.h ../include/ntp_stdlib.h ../include/l_stdlib.h
471adjtime.o: adjtime.c ../config.h
472atoint.o: atoint.c ../include/ntp_types.h ../include/ntp_machine.h \
473	../config.h ../include/ntp_proto.h ../include/ntp_stdlib.h \
474	../include/ntp_string.h ../include/l_stdlib.h
475atolfp.o: atolfp.c ../include/ntp_fp.h ../include/ntp_types.h \
476	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
477	../include/ntp_string.h
478atouint.o: atouint.c ../include/ntp_types.h ../include/ntp_machine.h \
479	../config.h ../include/ntp_proto.h ../include/ntp_stdlib.h \
480	../include/ntp_string.h ../include/l_stdlib.h
481authencrypt.o: authencrypt.c ../include/ntp_machine.h ../config.h \
482	../include/ntp_proto.h
483authkeys.o: authkeys.c ../config.h ../include/ntp_types.h \
484	../include/ntp_machine.h ../include/ntp_proto.h \
485	../include/ntp_fp.h ../include/ntp.h ../include/ntpd.h \
486	../include/ntp_syslog.h ../include/ntp_select.h \
487	../include/ntp_malloc.h ../include/ntp_refclock.h \
488	../include/recvbuff.h ../include/ntp_string.h \
489	../include/ntp_stdlib.h ../include/l_stdlib.h
490authparity.o: authparity.c ../include/ntp_stdlib.h \
491	../include/ntp_types.h ../include/ntp_machine.h ../config.h \
492	../include/ntp_proto.h ../include/ntp_string.h \
493	../include/l_stdlib.h
494authreadkeys.o: authreadkeys.c ../include/ntp_fp.h \
495	../include/ntp_types.h ../include/ntp_machine.h ../config.h \
496	../include/ntp_proto.h ../include/ntp.h ../include/ntp_stdlib.h \
497	../include/ntp_string.h ../include/l_stdlib.h \
498	../include/ntp_syslog.h
499authusekey.o: authusekey.c ../include/ntp_types.h \
500	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
501	../include/ntp_string.h ../include/ntp_stdlib.h \
502	../include/l_stdlib.h
503binio.o: binio.c ../include/binio.h ../include/ntp_stdlib.h \
504	../include/ntp_types.h ../include/ntp_machine.h ../config.h \
505	../include/ntp_proto.h ../include/ntp_string.h \
506	../include/l_stdlib.h
507buftvtots.o: buftvtots.c ../config.h ../include/ntp_fp.h \
508	../include/ntp_types.h ../include/ntp_machine.h \
509	../include/ntp_proto.h ../include/ntp_unixtime.h
510caljulian.o: caljulian.c ../include/ntp_types.h ../include/ntp_machine.h \
511	../config.h ../include/ntp_proto.h ../include/ntp_calendar.h \
512	../include/ntp_stdlib.h ../include/ntp_string.h \
513	../include/l_stdlib.h
514calleapwhen.o: calleapwhen.c ../include/ntp_types.h \
515	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
516	../include/ntp_calendar.h ../include/ntp_stdlib.h \
517	../include/ntp_string.h ../include/l_stdlib.h
518caltontp.o: caltontp.c ../include/ntp_types.h ../include/ntp_machine.h \
519	../config.h ../include/ntp_proto.h ../include/ntp_calendar.h \
520	../include/ntp_stdlib.h ../include/ntp_string.h \
521	../include/l_stdlib.h
522calyearstart.o: calyearstart.c ../include/ntp_types.h \
523	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
524	../include/ntp_calendar.h ../include/ntp_stdlib.h \
525	../include/ntp_string.h ../include/l_stdlib.h
526clocktime.o: clocktime.c ../include/ntp_fp.h ../include/ntp_types.h \
527	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
528	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
529	../include/ntp_string.h ../include/l_stdlib.h
530clocktypes.o: clocktypes.c ../include/ntp_fp.h ../include/ntp_types.h \
531	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
532	../include/ntp.h lib_strbuf.h ../include/ntp_refclock.h \
533	../include/recvbuff.h ../include/ntp_stdlib.h \
534	../include/ntp_string.h ../include/l_stdlib.h
535decodenetnum.o: decodenetnum.c ../include/ntp_stdlib.h \
536	../include/ntp_types.h ../include/ntp_machine.h ../config.h \
537	../include/ntp_proto.h ../include/ntp_string.h \
538	../include/l_stdlib.h
539desc.o: desc.c ../include/global.h ../include/ntp_types.h \
540	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
541	../include/rsaref.h ../include/md2.h ../include/md5.h \
542	../include/des.h
543dofptoa.o: dofptoa.c ../include/ntp_fp.h ../include/ntp_types.h \
544	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
545	lib_strbuf.h ../include/ntp_string.h ../include/ntp_stdlib.h \
546	../include/l_stdlib.h
547dolfptoa.o: dolfptoa.c ../include/ntp_fp.h ../include/ntp_types.h \
548	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
549	lib_strbuf.h ../include/ntp_string.h ../include/ntp_stdlib.h \
550	../include/l_stdlib.h
551emalloc.o: emalloc.c ../include/ntp_types.h ../include/ntp_machine.h \
552	../config.h ../include/ntp_proto.h ../include/ntp_malloc.h \
553	../include/ntp_stdlib.h ../include/ntp_string.h \
554	../include/l_stdlib.h ../include/ntp_syslog.h
555findconfig.o: findconfig.c ../config.h ../include/ntp_stdlib.h \
556	../include/ntp_types.h ../include/ntp_machine.h \
557	../include/ntp_proto.h ../include/ntp_string.h \
558	../include/l_stdlib.h
559fptoa.o: fptoa.c ../include/ntp_fp.h ../include/ntp_types.h \
560	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
561	../include/ntp_stdlib.h ../include/ntp_string.h \
562	../include/l_stdlib.h
563fptoms.o: fptoms.c ../include/ntp_fp.h ../include/ntp_types.h \
564	../include/ntp_machine.h ../config.h ../include/ntp_proto.h
565getopt.o: getopt.c ../include/ntp_stdlib.h ../include/ntp_types.h \
566	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
567	../include/ntp_string.h ../include/l_stdlib.h
568gpstolfp.o: gpstolfp.c ../include/ntp_fp.h ../include/ntp_types.h \
569	../include/ntp_machine.h ../config.h ../include/ntp_proto.h
570hextoint.o: hextoint.c ../include/ntp_stdlib.h ../include/ntp_types.h \
571	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
572	../include/ntp_string.h ../include/l_stdlib.h
573hextolfp.o: hextolfp.c ../include/ntp_fp.h ../include/ntp_types.h \
574	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
575	../include/ntp_string.h ../include/ntp_stdlib.h \
576	../include/l_stdlib.h
577humandate.o: humandate.c ../include/ntp_fp.h ../include/ntp_types.h \
578	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
579	../include/ntp_unixtime.h lib_strbuf.h ../include/ntp_stdlib.h \
580	../include/ntp_string.h ../include/l_stdlib.h
581ieee754io.o: ieee754io.c ../config.h ../include/l_stdlib.h \
582	../include/ntp_types.h ../include/ntp_machine.h \
583	../include/ntp_proto.h ../include/ntp_stdlib.h \
584	../include/ntp_string.h ../include/ntp_fp.h \
585	../include/ieee754io.h
586inttoa.o: inttoa.c lib_strbuf.h ../include/ntp_types.h \
587	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
588	../include/ntp_stdlib.h ../include/ntp_string.h \
589	../include/l_stdlib.h
590iosignal.o: iosignal.c ../config.h ../include/ntp_machine.h \
591	../include/ntp_proto.h ../include/ntpd.h \
592	../include/ntp_syslog.h ../include/ntp_fp.h \
593	../include/ntp_types.h ../include/ntp.h ../include/ntp_select.h \
594	../include/ntp_malloc.h ../include/ntp_refclock.h \
595	../include/recvbuff.h ../include/ntp_io.h ../include/ntp_if.h \
596	../include/ntp_stdlib.h ../include/ntp_string.h \
597	../include/l_stdlib.h ../include/iosignal.h
598lib_strbuf.o: lib_strbuf.c lib_strbuf.h ../include/ntp_types.h \
599	../include/ntp_machine.h ../config.h ../include/ntp_proto.h
600machines.o: machines.c ../config.h ../include/ntp_machine.h \
601	../include/ntp_proto.h ../include/ntp_syslog.h \
602	../include/ntp_stdlib.h ../include/ntp_types.h \
603	../include/ntp_string.h ../include/l_stdlib.h \
604	../include/ntp_unixtime.h
605md5c.o: md5c.c ../include/global.h ../include/ntp_types.h \
606	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
607	../include/md5.h
608memmove.o: memmove.c ../config.h
609mexit.o: mexit.c
610mfp_mul.o: mfp_mul.c ../include/ntp_stdlib.h ../include/ntp_types.h \
611	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
612	../include/ntp_string.h ../include/l_stdlib.h \
613	../include/ntp_fp.h
614mfptoa.o: mfptoa.c ../include/ntp_fp.h ../include/ntp_types.h \
615	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
616	../include/ntp_stdlib.h ../include/ntp_string.h \
617	../include/l_stdlib.h
618mfptoms.o: mfptoms.c ../include/ntp_fp.h ../include/ntp_types.h \
619	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
620	../include/ntp_stdlib.h ../include/ntp_string.h \
621	../include/l_stdlib.h
622modetoa.o: modetoa.c lib_strbuf.h ../include/ntp_types.h \
623	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
624	../include/ntp_stdlib.h ../include/ntp_string.h \
625	../include/l_stdlib.h
626mstolfp.o: mstolfp.c ../include/ntp_fp.h ../include/ntp_types.h \
627	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
628	../include/ntp_stdlib.h ../include/ntp_string.h \
629	../include/l_stdlib.h
630msutotsf.o: msutotsf.c ../include/ntp_types.h ../include/ntp_machine.h \
631	../config.h ../include/ntp_proto.h
632msyslog.o: msyslog.c ../config.h ../include/ntp_types.h \
633	../include/ntp_machine.h ../include/ntp_proto.h \
634	../include/ntp_string.h ../include/ntp_stdlib.h \
635	../include/l_stdlib.h ../include/ntp_syslog.h
636netof.o: netof.c ../include/ntp_fp.h ../include/ntp_types.h \
637	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
638	../include/ntp_stdlib.h ../include/ntp_string.h \
639	../include/l_stdlib.h
640numtoa.o: numtoa.c ../include/ntp_fp.h ../include/ntp_types.h \
641	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
642	lib_strbuf.h ../include/ntp_stdlib.h ../include/ntp_string.h \
643	../include/l_stdlib.h
644numtohost.o: numtohost.c ../include/ntp_fp.h ../include/ntp_types.h \
645	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
646	../include/ntp_stdlib.h ../include/ntp_string.h \
647	../include/l_stdlib.h lib_strbuf.h
648octtoint.o: octtoint.c ../include/ntp_stdlib.h ../include/ntp_types.h \
649	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
650	../include/ntp_string.h ../include/l_stdlib.h
651prettydate.o: prettydate.c ../include/ntp_fp.h ../include/ntp_types.h \
652	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
653	../include/ntp_unixtime.h lib_strbuf.h ../include/ntp_stdlib.h \
654	../include/ntp_string.h ../include/l_stdlib.h
655ranny.o: ranny.c ../include/ntp_stdlib.h ../include/ntp_types.h \
656	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
657	../include/ntp_string.h ../include/l_stdlib.h
658recvbuff.o: recvbuff.c ../config.h ../include/ntp_machine.h \
659	../include/ntp_proto.h ../include/ntp_fp.h \
660	../include/ntp_types.h ../include/ntp_stdlib.h \
661	../include/ntp_string.h ../include/l_stdlib.h \
662	../include/ntp_syslog.h ../include/ntp_io.h \
663	../include/recvbuff.h ../include/ntp.h ../include/iosignal.h \
664	../include/ntp_refclock.h
665refnumtoa.o: refnumtoa.c ../include/ntp_fp.h ../include/ntp_types.h \
666	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
667	lib_strbuf.h ../include/ntp_stdlib.h ../include/ntp_string.h \
668	../include/l_stdlib.h
669statestr.o: statestr.c ../config.h ../include/ntp_stdlib.h \
670	../include/ntp_types.h ../include/ntp_machine.h \
671	../include/ntp_proto.h ../include/ntp_string.h \
672	../include/l_stdlib.h ../include/ntp_fp.h ../include/ntp.h \
673	lib_strbuf.h ../include/ntp_refclock.h ../include/recvbuff.h \
674	../include/ntp_control.h
675syssignal.o: syssignal.c ../config.h ../include/ntp_syslog.h \
676	../include/ntp_stdlib.h ../include/ntp_types.h \
677	../include/ntp_machine.h ../include/ntp_proto.h \
678	../include/ntp_string.h ../include/l_stdlib.h
679systime.o: systime.c ../config.h ../include/ntp_machine.h \
680	../include/ntp_proto.h ../include/ntp_fp.h \
681	../include/ntp_types.h ../include/ntp_syslog.h \
682	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
683	../include/ntp_string.h ../include/l_stdlib.h
684tsftomsu.o: tsftomsu.c ../include/ntp_fp.h ../include/ntp_types.h \
685	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
686	../include/ntp_stdlib.h ../include/ntp_string.h \
687	../include/l_stdlib.h
688tstotv.o: tstotv.c ../include/ntp_types.h ../include/ntp_machine.h \
689	../config.h ../include/ntp_proto.h
690tvtoa.o: tvtoa.c lib_strbuf.h ../include/ntp_types.h \
691	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
692	../include/ntp_stdlib.h ../include/ntp_string.h \
693	../include/l_stdlib.h ../include/ntp_unixtime.h
694tvtots.o: tvtots.c ../include/ntp_types.h ../include/ntp_machine.h \
695	../config.h ../include/ntp_proto.h
696uglydate.o: uglydate.c ../include/ntp_fp.h ../include/ntp_types.h \
697	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
698	../include/ntp_unixtime.h lib_strbuf.h ../include/ntp_stdlib.h \
699	../include/ntp_string.h ../include/l_stdlib.h
700uinttoa.o: uinttoa.c lib_strbuf.h ../include/ntp_types.h \
701	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
702	../include/ntp_stdlib.h ../include/ntp_string.h \
703	../include/l_stdlib.h
704utvtoa.o: utvtoa.c lib_strbuf.h ../include/ntp_types.h \
705	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
706	../include/ntp_stdlib.h ../include/ntp_string.h \
707	../include/l_stdlib.h ../include/ntp_unixtime.h
708ymd2yd.o: ymd2yd.c ../include/ntp_fp.h ../include/ntp_types.h \
709	../include/ntp_machine.h ../config.h ../include/ntp_proto.h \
710	../include/ntp_unixtime.h ../include/ntp_stdlib.h \
711	../include/ntp_string.h ../include/l_stdlib.h
712
713info-am:
714info: info-am
715dvi-am:
716dvi: dvi-am
717check-am: all-am
718check: check-am
719installcheck-am:
720installcheck: installcheck-am
721install-exec-am:
722install-exec: install-exec-am
723
724install-data-am:
725install-data: install-data-am
726
727install-am: all-am
728	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
729install: install-am
730uninstall-am:
731uninstall: uninstall-am
732all-am: Makefile $(LIBRARIES) $(HEADERS)
733all-redirect: all-am
734install-strip:
735	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
736installdirs:
737
738
739mostlyclean-generic:
740
741clean-generic:
742
743distclean-generic:
744	-rm -f Makefile $(CONFIG_CLEAN_FILES)
745	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
746
747maintainer-clean-generic:
748mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
749		mostlyclean-kr mostlyclean-tags mostlyclean-generic
750
751mostlyclean: mostlyclean-am
752
753clean-am:  clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
754		clean-generic mostlyclean-am
755
756clean: clean-am
757
758distclean-am:  distclean-noinstLIBRARIES distclean-compile distclean-kr \
759		distclean-tags distclean-generic clean-am
760
761distclean: distclean-am
762
763maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
764		maintainer-clean-compile maintainer-clean-kr \
765		maintainer-clean-tags maintainer-clean-generic \
766		distclean-am
767	@echo "This command is intended for maintainers to use;"
768	@echo "it deletes files that may require special tools to rebuild."
769
770maintainer-clean: maintainer-clean-am
771
772.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
773clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
774mostlyclean-compile distclean-compile clean-compile \
775maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
776maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
777maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
778installcheck-am installcheck install-exec-am install-exec \
779install-data-am install-data install-am install uninstall-am uninstall \
780all-redirect all-am all install-strip installdirs mostlyclean-generic \
781distclean-generic clean-generic maintainer-clean-generic clean \
782mostlyclean distclean maintainer-clean
783
784
785../include/des.h:
786	touch ../include/des.h
787
788#mktime_.c: mktime.c $(ANSI2KNR)
789#	$(ANSI2KNR) $< mktime_.c
790
791#strerror_.c: strerror.c $(ANSI2KNR)
792#	$(ANSI2KNR) $< strerror_.c
793
794# Tell versions [3.59,3.63) of GNU make to not export all variables.
795# Otherwise a system limit (for SysV at least) may be exceeded.
796.NOEXPORT:
797