xref: /freebsd/contrib/ntp/kernel/Makefile.in (revision ae83180158c4c937f170e31eff311b18c0286a93)
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
121SUBDIRS = sys
122ETAGS_ARGS = Makefile.am
123EXTRA_DIST = chuinit.c clkinit.c tty_chu.c tty_chu_STREAMS.c tty_clk.c tty_clk_STREAMS.c
124EXEEXT =
125OBJEXT = o
126subdir = kernel
127mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES =
130DIST_SOURCES =
131DIST_COMMON = README Makefile.am Makefile.in
132
133DIST_SUBDIRS = $(SUBDIRS)
134all: all-recursive
135
136.SUFFIXES:
137
138$(srcdir)/Makefile.in: Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
139	cd $(top_srcdir) && \
140	  $(AUTOMAKE) --gnu  kernel/Makefile
141
142Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
143	cd $(top_builddir) && \
144	  CONFIG_HEADERS= CONFIG_LINKS= \
145	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
146
147# This directory's subdirectories are mostly independent; you can cd
148# into them and run `make' without going through this Makefile.
149# To change the values of `make' variables: instead of editing Makefiles,
150# (1) if the variable is set in `config.status', edit `config.status'
151#     (which will cause the Makefiles to be regenerated when you run `make');
152# (2) otherwise, pass the desired values on the `make' command line.
153all-recursive install-data-recursive install-exec-recursive \
154installdirs-recursive install-recursive uninstall-recursive \
155install-info-recursive uninstall-info-recursive \
156check-recursive installcheck-recursive info-recursive dvi-recursive:
157	@set fnord $(MAKEFLAGS); amf=$$2; \
158	dot_seen=no; \
159	target=`echo $@ | sed s/-recursive//`; \
160	list='$(SUBDIRS)'; for subdir in $$list; do \
161	  echo "Making $$target in $$subdir"; \
162	  if test "$$subdir" = "."; then \
163	    dot_seen=yes; \
164	    local_target="$$target-am"; \
165	  else \
166	    local_target="$$target"; \
167	  fi; \
168	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
169	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
170	done; \
171	if test "$$dot_seen" = "no"; then \
172	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
173	fi; test -z "$$fail"
174
175mostlyclean-recursive clean-recursive distclean-recursive \
176maintainer-clean-recursive:
177	@set fnord $(MAKEFLAGS); amf=$$2; \
178	dot_seen=no; \
179	case "$@" in \
180	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
181	  *) list='$(SUBDIRS)' ;; \
182	esac; \
183	rev=''; for subdir in $$list; do \
184	  if test "$$subdir" = "."; then :; else \
185	    rev="$$subdir $$rev"; \
186	  fi; \
187	done; \
188	rev="$$rev ."; \
189	target=`echo $@ | sed s/-recursive//`; \
190	for subdir in $$rev; do \
191	  echo "Making $$target in $$subdir"; \
192	  if test "$$subdir" = "."; then \
193	    local_target="$$target-am"; \
194	  else \
195	    local_target="$$target"; \
196	  fi; \
197	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
198	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
199	done && test -z "$$fail"
200tags-recursive:
201	list='$(SUBDIRS)'; for subdir in $$list; do \
202	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
203	done
204
205tags: TAGS
206
207ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
208	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
209	unique=`for i in $$list; do \
210	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211	  done | \
212	  $(AWK) '    { files[$$0] = 1; } \
213	       END { for (i in files) print i; }'`; \
214	mkid -fID $$unique $(LISP)
215
216TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
217		$(TAGS_FILES) $(LISP)
218	tags=; \
219	here=`pwd`; \
220	list='$(SUBDIRS)'; for subdir in $$list; do \
221   if test "$$subdir" = .; then :; else \
222	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223   fi; \
224	done; \
225	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
226	unique=`for i in $$list; do \
227	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228	  done | \
229	  $(AWK) '    { files[$$0] = 1; } \
230	       END { for (i in files) print i; }'`; \
231	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
232	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
233
234GTAGS:
235	here=`CDPATH=: && cd $(top_builddir) && pwd` \
236	  && cd $(top_srcdir) \
237	  && gtags -i $$here
238
239distclean-tags:
240	-rm -f TAGS ID
241
242DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243
244top_distdir = ..
245distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
246
247distdir: $(DISTFILES)
248	@for file in $(DISTFILES); do \
249	  d=$(srcdir); \
250	  if test -d $$d/$$file; then \
251	    cp -pR $$d/$$file $(distdir) \
252	    || exit 1; \
253	  else \
254	    test -f $(distdir)/$$file \
255	    || cp -p $$d/$$file $(distdir)/$$file \
256	    || exit 1; \
257	  fi; \
258	done
259	for subdir in $(SUBDIRS); do \
260	  if test "$$subdir" = .; then :; else \
261	    test -d $(distdir)/$$subdir \
262	    || mkdir $(distdir)/$$subdir \
263	    || exit 1; \
264	    (cd $$subdir && \
265	      $(MAKE) $(AM_MAKEFLAGS) \
266	        top_distdir="$(top_distdir)" \
267	        distdir=../$(distdir)/$$subdir \
268	        distdir) \
269	      || exit 1; \
270	  fi; \
271	done
272check-am: all-am
273check: check-recursive
274all-am: Makefile
275
276installdirs: installdirs-recursive
277installdirs-am:
278
279install: install-recursive
280install-exec: install-exec-recursive
281install-data: install-data-recursive
282uninstall: uninstall-recursive
283
284install-am: all-am
285	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286
287installcheck: installcheck-recursive
288
289install-strip:
290	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
291	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
292
293mostlyclean-generic:
294
295clean-generic:
296
297distclean-generic:
298	-rm -f Makefile $(CONFIG_CLEAN_FILES)
299	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
300
301maintainer-clean-generic:
302	@echo "This command is intended for maintainers to use"
303	@echo "it deletes files that may require special tools to rebuild."
304	-rm -f Makefile.in
305clean: clean-recursive
306
307clean-am: clean-generic mostlyclean-am
308
309distclean: distclean-recursive
310
311distclean-am: clean-am distclean-generic distclean-tags
312
313dvi:
314
315dvi-am:
316
317info:
318
319info-am:
320
321install-data-am:
322
323install-exec-am:
324
325install-info:
326
327install-man:
328
329installcheck-am:
330
331maintainer-clean: maintainer-clean-recursive
332
333maintainer-clean-am: distclean-am maintainer-clean-generic
334
335mostlyclean: mostlyclean-recursive
336
337mostlyclean-am: mostlyclean-generic
338
339.PHONY: all all-am all-recursive check check-am check-recursive clean \
340	clean-generic clean-recursive distclean distclean-generic \
341	distclean-recursive distclean-tags distdir dvi dvi-am \
342	dvi-recursive info info-am info-recursive install install-am \
343	install-data install-data-am install-data-recursive \
344	install-exec install-exec-am install-exec-recursive \
345	install-info install-info-recursive install-man \
346	install-recursive install-strip installcheck installcheck-am \
347	installcheck-recursive installdirs installdirs-am \
348	installdirs-recursive maintainer-clean maintainer-clean-generic \
349	maintainer-clean-recursive mostlyclean mostlyclean-generic \
350	mostlyclean-recursive tags tags-recursive uninstall \
351	uninstall-am uninstall-info-recursive uninstall-recursive
352
353
354# Tell versions [3.59,3.63) of GNU make to not export all variables.
355# Otherwise a system limit (for SysV at least) may be exceeded.
356.NOEXPORT:
357