Makefile.in revision 82498
1# Makefile.in generated automatically by automake 1.4e from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35pkgdatadir = $(datadir)/@PACKAGE@
36pkglibdir = $(libdir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66
67@SET_MAKE@
68AMDEP = @AMDEP@
69AMTAR = @AMTAR@
70AUTOKEY = @AUTOKEY@
71AWK = @AWK@
72CC = @CC@
73CFLAGS = @CFLAGS@
74CHUTEST = @CHUTEST@
75CLKTEST = @CLKTEST@
76CPP = @CPP@
77DCFD = @DCFD@
78DEPDIR = @DEPDIR@
79EF_LIBS = @EF_LIBS@
80EF_PROGS = @EF_PROGS@
81INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
83LDFLAGS = @LDFLAGS@
84LIBPARSE = @LIBPARSE@
85LIBRSAREF = @LIBRSAREF@
86LN_S = @LN_S@
87MAKEINFO = @MAKEINFO@
88MAKE_ADJTIMED = @MAKE_ADJTIMED@
89MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
90MAKE_LIBPARSE = @MAKE_LIBPARSE@
91MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
92MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
93MAKE_NTPTIME = @MAKE_NTPTIME@
94MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@
95MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
96MAKE_TICKADJ = @MAKE_TICKADJ@
97MAKE_TIMETRIM = @MAKE_TIMETRIM@
98OPENSSL = @OPENSSL@
99OPENSSL_INC = @OPENSSL_INC@
100OPENSSL_LIB = @OPENSSL_LIB@
101PACKAGE = @PACKAGE@
102PATH_PERL = @PATH_PERL@
103PATH_SH = @PATH_SH@
104PROPDELAY = @PROPDELAY@
105RANLIB = @RANLIB@
106RSADIR = @RSADIR@
107RSAOBJS = @RSAOBJS@
108RSAREF = @RSAREF@
109RSASRCS = @RSASRCS@
110STRIP = @STRIP@
111TESTDCF = @TESTDCF@
112U = @U@
113VERSION = @VERSION@
114_am_include = @_am_include@
115install_sh = @install_sh@
116
117#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
118
119
120AUTOMAKE_OPTIONS = ../util/ansi2knr
121ETAGS_ARGS = $(srcdir)/Makefile.am
122#EXTRA_DIST = TAGS
123
124noinst_HEADERS = \
125	adjtime.h \
126	audio.h \
127	ascii.h \
128	audio.h \
129	binio.h \
130	global.h \
131	gps.h \
132	hopf6039.h \
133	icom.h \
134	ieee754io.h \
135	iosignal.h \
136	l_stdlib.h \
137	mbg_gps166.h \
138	md5.h \
139	mx4200.h \
140	ntif.h \
141	ntp.h \
142	ntp_calendar.h \
143	ntp_cmdargs.h \
144	ntp_config.h \
145	ntp_control.h \
146	ntp_crypto.h \
147	ntp_datum.h \
148	ntp_filegen.h \
149	ntp_fp.h \
150	ntp_if.h \
151	ntp_io.h \
152	ntp_machine.h \
153	ntp_malloc.h \
154	ntp_proto.h \
155	ntp_refclock.h \
156	ntp_request.h \
157	ntp_select.h \
158	ntp_stdlib.h \
159	ntp_string.h \
160	ntp_syscall.h \
161	ntp_syslog.h \
162	ntp_tty.h \
163	ntp_types.h \
164	ntp_unixtime.h \
165	ntpd.h \
166	parse.h \
167	parse_conf.h \
168	recvbuff.h \
169	trimble.h
170
171EXEEXT =
172OBJEXT = o
173subdir = include
174mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
175CONFIG_HEADER = $(top_builddir)/config.h
176CONFIG_CLEAN_FILES =
177DIST_SOURCES =
178HEADERS = $(noinst_HEADERS)
179
180DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
181
182all: all-am
183
184.SUFFIXES:
185
186$(srcdir)/Makefile.in: Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
187	cd $(top_srcdir) && \
188	  $(AUTOMAKE) --gnu  include/Makefile
189
190Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
191	cd $(top_builddir) && \
192	  CONFIG_HEADERS= CONFIG_LINKS= \
193	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
194
195tags: TAGS
196
197ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
198	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
199	unique=`for i in $$list; do \
200	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
201	  done | \
202	  $(AWK) '    { files[$$0] = 1; } \
203	       END { for (i in files) print i; }'`; \
204	mkid -fID $$unique $(LISP)
205
206TAGS: $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
207		$(TAGS_FILES) $(LISP)
208	tags=; \
209	here=`pwd`; \
210	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
211	unique=`for i in $$list; do \
212	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213	  done | \
214	  $(AWK) '    { files[$$0] = 1; } \
215	       END { for (i in files) print i; }'`; \
216	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
217	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
218
219GTAGS:
220	here=`CDPATH=: && cd $(top_builddir) && pwd` \
221	  && cd $(top_srcdir) \
222	  && gtags -i $$here
223
224distclean-tags:
225	-rm -f TAGS ID
226
227DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228
229top_distdir = ..
230distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
231
232distdir: $(DISTFILES)
233	@for file in $(DISTFILES); do \
234	  d=$(srcdir); \
235	  if test -d $$d/$$file; then \
236	    cp -pR $$d/$$file $(distdir) \
237	    || exit 1; \
238	  else \
239	    test -f $(distdir)/$$file \
240	    || cp -p $$d/$$file $(distdir)/$$file \
241	    || exit 1; \
242	  fi; \
243	done
244check-am: all-am
245check: check-am
246all-am: Makefile $(HEADERS)
247
248installdirs:
249
250install: install-am
251install-exec: install-exec-am
252install-data: install-data-am
253uninstall: uninstall-am
254
255install-am: all-am
256	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
257
258installcheck: installcheck-am
259
260install-strip:
261	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
262	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
263
264mostlyclean-generic:
265
266clean-generic:
267
268distclean-generic:
269	-rm -f Makefile $(CONFIG_CLEAN_FILES)
270	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
271
272maintainer-clean-generic:
273	@echo "This command is intended for maintainers to use"
274	@echo "it deletes files that may require special tools to rebuild."
275	-rm -f Makefile.in
276clean: clean-am
277
278clean-am: clean-generic mostlyclean-am
279
280distclean: distclean-am
281
282distclean-am: clean-am distclean-generic distclean-tags
283
284dvi:
285
286dvi-am:
287
288info:
289
290info-am:
291
292install-data-am:
293
294install-exec-am:
295
296install-info:
297
298install-man:
299
300installcheck-am:
301
302maintainer-clean: maintainer-clean-am
303
304maintainer-clean-am: distclean-am maintainer-clean-generic
305
306mostlyclean: mostlyclean-am
307
308mostlyclean-am: mostlyclean-generic
309
310.PHONY: all all-am check check-am clean clean-generic distclean \
311	distclean-generic distclean-tags distdir dvi dvi-am info \
312	info-am install install-am install-data install-data-am \
313	install-exec install-exec-am install-info install-man \
314	install-strip installcheck installcheck-am installdirs \
315	maintainer-clean maintainer-clean-generic mostlyclean \
316	mostlyclean-generic tags uninstall uninstall-am
317
318
319# Tell versions [3.59,3.63) of GNU make to not export all variables.
320# Otherwise a system limit (for SysV at least) may be exceeded.
321.NOEXPORT:
322