Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ntp / kernel / sys / 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 noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \
122 pcl720.h ppsclock.h timex.h tpro.h
123
124 #EXTRA_DIST= TAGS
125 # HMS: Avoid bug in automake 
126 #ETAGS_ARGS = ""
127 ETAGS_ARGS = Makefile.am
128 EXEEXT =
129 OBJEXT = o
130 subdir = kernel/sys
131 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132 CONFIG_HEADER = $(top_builddir)/config.h
133 CONFIG_CLEAN_FILES =
134 DIST_SOURCES =
135 HEADERS = $(noinst_HEADERS)
136
137 DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
138
139 all: all-am
140
141 .SUFFIXES:
142
143 $(srcdir)/Makefile.in: Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
144         cd $(top_srcdir) && \
145           $(AUTOMAKE) --gnu  kernel/sys/Makefile
146
147 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
148         cd $(top_builddir) && \
149           CONFIG_HEADERS= CONFIG_LINKS= \
150           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
151
152 tags: TAGS
153
154 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
155         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
156         unique=`for i in $$list; do \
157             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158           done | \
159           $(AWK) '    { files[$$0] = 1; } \
160                END { for (i in files) print i; }'`; \
161         mkid -fID $$unique $(LISP)
162
163 TAGS: $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
164                 $(TAGS_FILES) $(LISP)
165         tags=; \
166         here=`pwd`; \
167         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
168         unique=`for i in $$list; do \
169             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170           done | \
171           $(AWK) '    { files[$$0] = 1; } \
172                END { for (i in files) print i; }'`; \
173         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
174           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
175
176 GTAGS:
177         here=`CDPATH=: && cd $(top_builddir) && pwd` \
178           && cd $(top_srcdir) \
179           && gtags -i $$here
180
181 distclean-tags:
182         -rm -f TAGS ID
183
184 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185
186 top_distdir = ../..
187 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
188
189 distdir: $(DISTFILES)
190         @for file in $(DISTFILES); do \
191           d=$(srcdir); \
192           if test -d $$d/$$file; then \
193             cp -pR $$d/$$file $(distdir) \
194             || exit 1; \
195           else \
196             test -f $(distdir)/$$file \
197             || cp -p $$d/$$file $(distdir)/$$file \
198             || exit 1; \
199           fi; \
200         done
201 check-am: all-am
202 check: check-am
203 all-am: Makefile $(HEADERS)
204
205 installdirs:
206
207 install: install-am
208 install-exec: install-exec-am
209 install-data: install-data-am
210 uninstall: uninstall-am
211
212 install-am: all-am
213         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
214
215 installcheck: installcheck-am
216
217 install-strip:
218         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
219           INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
220
221 mostlyclean-generic:
222
223 clean-generic:
224
225 distclean-generic:
226         -rm -f Makefile $(CONFIG_CLEAN_FILES)
227         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
228
229 maintainer-clean-generic:
230         @echo "This command is intended for maintainers to use"
231         @echo "it deletes files that may require special tools to rebuild."
232         -rm -f Makefile.in
233 clean: clean-am
234
235 clean-am: clean-generic mostlyclean-am
236
237 distclean: distclean-am
238
239 distclean-am: clean-am distclean-generic distclean-tags
240
241 dvi:
242
243 dvi-am:
244
245 info:
246
247 info-am:
248
249 install-data-am:
250
251 install-exec-am:
252
253 install-info:
254
255 install-man:
256
257 installcheck-am:
258
259 maintainer-clean: maintainer-clean-am
260
261 maintainer-clean-am: distclean-am maintainer-clean-generic
262
263 mostlyclean: mostlyclean-am
264
265 mostlyclean-am: mostlyclean-generic
266
267 .PHONY: all all-am check check-am clean clean-generic distclean \
268         distclean-generic distclean-tags distdir dvi dvi-am info \
269         info-am install install-am install-data install-data-am \
270         install-exec install-exec-am install-info install-man \
271         install-strip installcheck installcheck-am installdirs \
272         maintainer-clean maintainer-clean-generic mostlyclean \
273         mostlyclean-generic tags uninstall uninstall-am
274
275
276 # Tell versions [3.59,3.63) of GNU make to not export all variables.
277 # Otherwise a system limit (for SysV at least) may be exceeded.
278 .NOEXPORT: