Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ntp / kernel / Makefile.in
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66
67 @SET_MAKE@
68 AMDEP = @AMDEP@
69 AMTAR = @AMTAR@
70 AUTOKEY = @AUTOKEY@
71 AWK = @AWK@
72 CC = @CC@
73 CFLAGS = @CFLAGS@
74 CHUTEST = @CHUTEST@
75 CLKTEST = @CLKTEST@
76 CPP = @CPP@
77 DCFD = @DCFD@
78 DEPDIR = @DEPDIR@
79 EF_LIBS = @EF_LIBS@
80 EF_PROGS = @EF_PROGS@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
83 LDFLAGS = @LDFLAGS@
84 LIBPARSE = @LIBPARSE@
85 LIBRSAREF = @LIBRSAREF@
86 LN_S = @LN_S@
87 MAKEINFO = @MAKEINFO@
88 MAKE_ADJTIMED = @MAKE_ADJTIMED@
89 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
90 MAKE_LIBPARSE = @MAKE_LIBPARSE@
91 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
92 MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
93 MAKE_NTPTIME = @MAKE_NTPTIME@
94 MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@
95 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
96 MAKE_TICKADJ = @MAKE_TICKADJ@
97 MAKE_TIMETRIM = @MAKE_TIMETRIM@
98 OPENSSL = @OPENSSL@
99 OPENSSL_INC = @OPENSSL_INC@
100 OPENSSL_LIB = @OPENSSL_LIB@
101 PACKAGE = @PACKAGE@
102 PATH_PERL = @PATH_PERL@
103 PATH_SH = @PATH_SH@
104 PROPDELAY = @PROPDELAY@
105 RANLIB = @RANLIB@
106 RSADIR = @RSADIR@
107 RSAOBJS = @RSAOBJS@
108 RSAREF = @RSAREF@
109 RSASRCS = @RSASRCS@
110 STRIP = @STRIP@
111 TESTDCF = @TESTDCF@
112 U = @U@
113 VERSION = @VERSION@
114 _am_include = @_am_include@
115 install_sh = @install_sh@
116
117 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
118
119
120 AUTOMAKE_OPTIONS = ../util/ansi2knr
121 SUBDIRS = sys
122 ETAGS_ARGS = Makefile.am
123 EXTRA_DIST = chuinit.c clkinit.c tty_chu.c tty_chu_STREAMS.c tty_clk.c tty_clk_STREAMS.c
124 EXEEXT =
125 OBJEXT = o
126 subdir = kernel
127 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
128 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_FILES =
130 DIST_SOURCES =
131 DIST_COMMON = README Makefile.am Makefile.in
132
133 DIST_SUBDIRS = $(SUBDIRS)
134 all: 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
142 Makefile: $(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.
153 all-recursive install-data-recursive install-exec-recursive \
154 installdirs-recursive install-recursive uninstall-recursive \
155 install-info-recursive uninstall-info-recursive \
156 check-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
175 mostlyclean-recursive clean-recursive distclean-recursive \
176 maintainer-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"
200 tags-recursive:
201         list='$(SUBDIRS)'; for subdir in $$list; do \
202           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
203         done
204
205 tags: TAGS
206
207 ID: $(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
216 TAGS: 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
234 GTAGS:
235         here=`CDPATH=: && cd $(top_builddir) && pwd` \
236           && cd $(top_srcdir) \
237           && gtags -i $$here
238
239 distclean-tags:
240         -rm -f TAGS ID
241
242 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243
244 top_distdir = ..
245 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
246
247 distdir: $(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
272 check-am: all-am
273 check: check-recursive
274 all-am: Makefile
275
276 installdirs: installdirs-recursive
277 installdirs-am:
278
279 install: install-recursive
280 install-exec: install-exec-recursive
281 install-data: install-data-recursive
282 uninstall: uninstall-recursive
283
284 install-am: all-am
285         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286
287 installcheck: installcheck-recursive
288
289 install-strip:
290         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
291           INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
292
293 mostlyclean-generic:
294
295 clean-generic:
296
297 distclean-generic:
298         -rm -f Makefile $(CONFIG_CLEAN_FILES)
299         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
300
301 maintainer-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
305 clean: clean-recursive
306
307 clean-am: clean-generic mostlyclean-am
308
309 distclean: distclean-recursive
310
311 distclean-am: clean-am distclean-generic distclean-tags
312
313 dvi:
314
315 dvi-am:
316
317 info:
318
319 info-am:
320
321 install-data-am:
322
323 install-exec-am:
324
325 install-info:
326
327 install-man:
328
329 installcheck-am:
330
331 maintainer-clean: maintainer-clean-recursive
332
333 maintainer-clean-am: distclean-am maintainer-clean-generic
334
335 mostlyclean: mostlyclean-recursive
336
337 mostlyclean-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: