Makefile.in revision 54359
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
101ETAGS_ARGS = $(srcdir)/Makefile.am
102#EXTRA_DIST = TAGS
103
104noinst_HEADERS = \
105	adjtime.h \
106	ascii.h \
107	binio.h \
108	global.h \
109	gps.h \
110	ieee754io.h \
111	iosignal.h \
112	l_stdlib.h \
113	mbg_gps166.h \
114	md5.h \
115	mx4200.h \
116	ntif.h \
117	ntp.h \
118	ntp_calendar.h \
119	ntp_control.h \
120	ntp_datum.h \
121	ntp_filegen.h \
122	ntp_fp.h \
123	ntp_if.h \
124	ntp_io.h \
125	ntp_machine.h \
126	ntp_malloc.h \
127	ntp_proto.h \
128	ntp_refclock.h \
129	ntp_request.h \
130	ntp_select.h \
131	ntp_stdlib.h \
132	ntp_string.h \
133	ntp_syscall.h \
134	ntp_syslog.h \
135	ntp_types.h \
136	ntp_unixtime.h \
137	ntpd.h \
138	parse.h \
139	parse_conf.h \
140	recvbuff.h \
141	trimble.h
142
143subdir = include
144mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
145CONFIG_HEADER = ../config.h
146CONFIG_CLEAN_FILES = 
147DIST_SOURCES = 
148HEADERS =  $(noinst_HEADERS)
149
150DIST_COMMON =  README $(noinst_HEADERS) Makefile.am Makefile.in
151
152
153DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
154
155GZIP_ENV = --best
156all: all-redirect
157.SUFFIXES:
158$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
159	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
160
161Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
162	cd $(top_builddir) \
163	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
165
166tags: TAGS
167
168ID: $(HEADERS) $(SOURCES) $(LISP)
169	list='$(SOURCES) $(HEADERS)'; \
170	unique=`for i in $$list; do echo $$i; done | \
171	  ${AWK:-awk} '    { files[$$0] = 1; } \
172	       END { for (i in files) print i; }'`; \
173	here=`pwd` && cd $(srcdir) \
174	  && mkid -f$$here/ID $$unique $(LISP)
175
176TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
177	tags=; \
178	here=`pwd`; \
179	list='$(SOURCES) $(HEADERS)'; \
180	unique=`for i in $$list; do echo $$i; done | \
181	  ${AWK:-awk} '    { files[$$0] = 1; } \
182	       END { for (i in files) print i; }'`; \
183	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
184	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
185
186mostlyclean-tags:
187
188clean-tags:
189
190distclean-tags:
191	-rm -f TAGS ID
192
193maintainer-clean-tags:
194
195distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
196
197distdir: $(DISTFILES)
198	@for file in $(DISTFILES); do \
199	  d=$(srcdir); \
200	  if test -d $$d/$$file; then \
201	    cp -pr $$d/$$file $(distdir)/$$file; \
202	  else \
203	    test -f $(distdir)/$$file \
204	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
205	    || cp -p $$d/$$file $(distdir)/$$file || :; \
206	  fi; \
207	done
208info-am:
209info: info-am
210dvi-am:
211dvi: dvi-am
212check-am: all-am
213check: check-am
214installcheck-am:
215installcheck: installcheck-am
216install-exec-am:
217install-exec: install-exec-am
218
219install-data-am:
220install-data: install-data-am
221
222install-am: all-am
223	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
224install: install-am
225uninstall-am:
226uninstall: uninstall-am
227all-am: Makefile $(HEADERS)
228all-redirect: all-am
229install-strip:
230	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
231installdirs:
232
233
234mostlyclean-generic:
235
236clean-generic:
237
238distclean-generic:
239	-rm -f Makefile $(CONFIG_CLEAN_FILES)
240	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
241
242maintainer-clean-generic:
243mostlyclean-am:  mostlyclean-tags mostlyclean-generic
244
245mostlyclean: mostlyclean-am
246
247clean-am:  clean-tags clean-generic mostlyclean-am
248
249clean: clean-am
250
251distclean-am:  distclean-tags distclean-generic clean-am
252
253distclean: distclean-am
254
255maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
256		distclean-am
257	@echo "This command is intended for maintainers to use;"
258	@echo "it deletes files that may require special tools to rebuild."
259
260maintainer-clean: maintainer-clean-am
261
262.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
263maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
264installcheck-am installcheck install-exec-am install-exec \
265install-data-am install-data install-am install uninstall-am uninstall \
266all-redirect all-am all install-strip installdirs mostlyclean-generic \
267distclean-generic clean-generic maintainer-clean-generic clean \
268mostlyclean distclean maintainer-clean
269
270
271# Tell versions [3.59,3.63) of GNU make to not export all variables.
272# Otherwise a system limit (for SysV at least) may be exceeded.
273.NOEXPORT:
274