xref: /freebsd/contrib/ntp/kernel/Makefile.in (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
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@
66AMDEP = @AMDEP@
67AMTAR = @AMTAR@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74CXX = @CXX@
75CXXCPP = @CXXCPP@
76DCFD = @DCFD@
77DEPDIR = @DEPDIR@
78LDFLAGS = @LDFLAGS@
79LIBPARSE = @LIBPARSE@
80LIBRSAREF = @LIBRSAREF@
81LN_S = @LN_S@
82MAKEINFO = @MAKEINFO@
83MAKE_ADJTIMED = @MAKE_ADJTIMED@
84MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
85MAKE_LIBPARSE = @MAKE_LIBPARSE@
86MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
87MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
88MAKE_NTPTIME = @MAKE_NTPTIME@
89MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
90MAKE_TICKADJ = @MAKE_TICKADJ@
91PACKAGE = @PACKAGE@
92PATH_SH = @PATH_SH@
93PROPDELAY = @PROPDELAY@
94RANLIB = @RANLIB@
95RSAREF = @RSAREF@
96TESTDCF = @TESTDCF@
97U = @U@
98VERSION = @VERSION@
99install_sh = @install_sh@
100
101#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
102
103
104AUTOMAKE_OPTIONS = ../util/ansi2knr
105SUBDIRS = sys
106ETAGS_ARGS = Makefile.am
107EXTRA_DIST = chuinit.c clkinit.c tty_chu.c tty_chu_STREAMS.c tty_clk.c tty_clk_STREAMS.c
108subdir = kernel
109mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110CONFIG_HEADER = ../config.h
111CONFIG_CLEAN_FILES =
112DIST_SOURCES =
113DIST_COMMON =  README Makefile.am Makefile.in
114
115
116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
118GZIP_ENV = --best
119all: all-redirect
120.SUFFIXES:
121$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
122	cd $(top_srcdir) && $(AUTOMAKE) --gnu kernel/Makefile
123
124Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
125	cd $(top_builddir) \
126	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
127
128
129# This directory's subdirectories are mostly independent; you can cd
130# into them and run `make' without going through this Makefile.
131# To change the values of `make' variables: instead of editing Makefiles,
132# (1) if the variable is set in `config.status', edit `config.status'
133#     (which will cause the Makefiles to be regenerated when you run `make');
134# (2) otherwise, pass the desired values on the `make' command line.
135
136@SET_MAKE@
137
138all-recursive install-data-recursive install-exec-recursive \
139installdirs-recursive install-recursive uninstall-recursive  \
140check-recursive installcheck-recursive info-recursive dvi-recursive:
141	@set fnord $(MAKEFLAGS); amf=$$2; \
142	dot_seen=no; \
143	target=`echo $@ | sed s/-recursive//`; \
144	list='$(SUBDIRS)'; for subdir in $$list; do \
145	  echo "Making $$target in $$subdir"; \
146	  if test "$$subdir" = "."; then \
147	    dot_seen=yes; \
148	    local_target="$$target-am"; \
149	  else \
150	    local_target="$$target"; \
151	  fi; \
152	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
153	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
154	done; \
155	if test "$$dot_seen" = "no"; then \
156	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
157	fi; test -z "$$fail"
158
159mostlyclean-recursive clean-recursive distclean-recursive \
160maintainer-clean-recursive:
161	@set fnord $(MAKEFLAGS); amf=$$2; \
162	dot_seen=no; \
163	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
164	  rev="$$subdir $$rev"; \
165	  if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
166	done; \
167	test "$$dot_seen" = "no" && rev=". $$rev"; \
168	target=`echo $@ | sed s/-recursive//`; \
169	for subdir in $$rev; do \
170	  echo "Making $$target in $$subdir"; \
171	  if test "$$subdir" = "."; then \
172	    local_target="$$target-am"; \
173	  else \
174	    local_target="$$target"; \
175	  fi; \
176	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
177	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
178	done && test -z "$$fail"
179tags-recursive:
180	list='$(SUBDIRS)'; for subdir in $$list; do \
181	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
182	done
183
184tags: TAGS
185
186ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
187	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
188	unique=`for i in $$list; do \
189	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190	  done | \
191	  $(AWK) '    { files[$$0] = 1; } \
192	       END { for (i in files) print i; }'`; \
193	mkid -f$$here/ID $$unique $(LISP)
194
195TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
196		$(TAGS_FILES) $(LISP)
197	tags=; \
198	here=`pwd`; \
199	list='$(SUBDIRS)'; for subdir in $$list; do \
200   if test "$$subdir" = .; then :; else \
201	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202   fi; \
203	done; \
204	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
205	unique=`for i in $$list; do \
206	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207	  done | \
208	  $(AWK) '    { files[$$0] = 1; } \
209	       END { for (i in files) print i; }'`; \
210	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
211	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
212
213mostlyclean-tags:
214
215clean-tags:
216
217distclean-tags:
218	-rm -f TAGS ID
219
220maintainer-clean-tags:
221
222distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
223
224distdir: $(DISTFILES)
225	@for file in $(DISTFILES); do \
226	  d=$(srcdir); \
227	  if test -d $$d/$$file; then \
228	    cp -pR $$d/$$file $(distdir); \
229	  else \
230	    test -f $(distdir)/$$file \
231	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232	    || cp -p $$d/$$file $(distdir)/$$file || :; \
233	  fi; \
234	done
235	for subdir in $(SUBDIRS); do \
236	  if test "$$subdir" = .; then :; else \
237	    test -d $(distdir)/$$subdir \
238	    || mkdir $(distdir)/$$subdir \
239	    || exit 1; \
240	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
241	      || exit 1; \
242	  fi; \
243	done
244info-am:
245info: info-recursive
246dvi-am:
247dvi: dvi-recursive
248check-am: all-am
249check: check-recursive
250installcheck-am:
251installcheck: installcheck-recursive
252install-exec-am:
253install-exec: install-exec-recursive
254
255install-data-am:
256install-data: install-data-recursive
257
258install-am: all-am
259	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
260install: install-recursive
261uninstall-am:
262uninstall: uninstall-recursive
263all-am: Makefile
264all-redirect: all-recursive
265install-strip:
266	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
267installdirs: installdirs-recursive
268installdirs-am:
269
270
271mostlyclean-generic:
272
273clean-generic:
274
275distclean-generic:
276	-rm -f Makefile $(CONFIG_CLEAN_FILES)
277	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
278
279maintainer-clean-generic:
280	-rm -f Makefile.in
281mostlyclean-am:  mostlyclean-tags mostlyclean-generic
282
283mostlyclean: mostlyclean-recursive
284
285clean-am:  clean-tags clean-generic mostlyclean-am
286
287clean: clean-recursive
288
289distclean-am:  distclean-tags distclean-generic clean-am
290
291distclean: distclean-recursive
292
293maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
294		distclean-am
295	@echo "This command is intended for maintainers to use;"
296	@echo "it deletes files that may require special tools to rebuild."
297
298maintainer-clean: maintainer-clean-recursive
299
300.PHONY: install-recursive uninstall-recursive install-data-recursive \
301uninstall-data-recursive install-exec-recursive \
302uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
303all-recursive check-recursive installcheck-recursive info-recursive \
304dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
305maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
306distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
307dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
308install-exec install-data-am install-data install-am install \
309uninstall-am uninstall all-redirect all-am all install-strip \
310installdirs-am installdirs mostlyclean-generic distclean-generic \
311clean-generic maintainer-clean-generic clean mostlyclean distclean \
312maintainer-clean
313
314
315# Tell versions [3.59,3.63) of GNU make to not export all variables.
316# Otherwise a system limit (for SysV at least) may be exceeded.
317.NOEXPORT:
318