xref: /freebsd/contrib/ntp/kernel/sys/Makefile.in (revision d37ea99837e6ad50837fd9fe1771ddf1c3ba6002)
1# Makefile.in generated automatically by automake 1.5 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@SET_MAKE@
15
16#AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies
17
18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = ../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
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@
67AUTOKEY = @AUTOKEY@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74DCFD = @DCFD@
75DEPDIR = @DEPDIR@
76EF_LIBS = @EF_LIBS@
77EF_PROGS = @EF_PROGS@
78EXEEXT = @EXEEXT@
79INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80LDFLAGS = @LDFLAGS@
81LIBPARSE = @LIBPARSE@
82LIBRSAREF = @LIBRSAREF@
83LN_S = @LN_S@
84MAKE_ADJTIMED = @MAKE_ADJTIMED@
85MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
86MAKE_LIBPARSE = @MAKE_LIBPARSE@
87MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
88MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
89MAKE_NTPTIME = @MAKE_NTPTIME@
90MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@
91MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
92MAKE_TICKADJ = @MAKE_TICKADJ@
93MAKE_TIMETRIM = @MAKE_TIMETRIM@
94OBJEXT = @OBJEXT@
95OPENSSL = @OPENSSL@
96OPENSSL_INC = @OPENSSL_INC@
97OPENSSL_LIB = @OPENSSL_LIB@
98PACKAGE = @PACKAGE@
99PATH_PERL = @PATH_PERL@
100PATH_SH = @PATH_SH@
101PROPDELAY = @PROPDELAY@
102RANLIB = @RANLIB@
103RSADIR = @RSADIR@
104RSAOBJS = @RSAOBJS@
105RSAREF = @RSAREF@
106RSASRCS = @RSASRCS@
107TESTDCF = @TESTDCF@
108U = @U@
109VERSION = @VERSION@
110am__include = @am__include@
111am__quote = @am__quote@
112install_sh = @install_sh@
113
114AUTOMAKE_OPTIONS = ../../util/ansi2knr
115noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \
116pcl720.h ppsclock.h timex.h tpro.h
117
118#EXTRA_DIST= TAGS
119# HMS: Avoid bug in automake
120#ETAGS_ARGS = ""
121ETAGS_ARGS = Makefile.am
122subdir = kernel/sys
123mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124CONFIG_HEADER = $(top_builddir)/config.h
125CONFIG_CLEAN_FILES =
126DIST_SOURCES =
127HEADERS = $(noinst_HEADERS)
128
129DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
130all: all-am
131
132.SUFFIXES:
133$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
134	cd $(top_srcdir) && \
135	  $(AUTOMAKE) --gnu  kernel/sys/Makefile
136Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
137	cd $(top_builddir) && \
138	  CONFIG_HEADERS= CONFIG_LINKS= \
139	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
140uninstall-info-am:
141
142tags: TAGS
143
144ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
145	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
146	unique=`for i in $$list; do \
147	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
148	  done | \
149	  $(AWK) '    { files[$$0] = 1; } \
150	       END { for (i in files) print i; }'`; \
151	mkid -fID $$unique $(LISP)
152
153TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
154		$(TAGS_FILES) $(LISP)
155	tags=; \
156	here=`pwd`; \
157	list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
158	unique=`for i in $$list; do \
159	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160	  done | \
161	  $(AWK) '    { files[$$0] = 1; } \
162	       END { for (i in files) print i; }'`; \
163	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
164	  || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
165
166GTAGS:
167	here=`CDPATH=: && cd $(top_builddir) && pwd` \
168	  && cd $(top_srcdir) \
169	  && gtags -i $(GTAGS_ARGS) $$here
170
171distclean-tags:
172	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
173
174DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175
176top_distdir = ../..
177distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
178
179distdir: $(DISTFILES)
180	@for file in $(DISTFILES); do \
181	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
182	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
183	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
184	    $(mkinstalldirs) "$(distdir)/$$dir"; \
185	  fi; \
186	  if test -d $$d/$$file; then \
187	    cp -pR $$d/$$file $(distdir) \
188	    || exit 1; \
189	  else \
190	    test -f $(distdir)/$$file \
191	    || cp -p $$d/$$file $(distdir)/$$file \
192	    || exit 1; \
193	  fi; \
194	done
195check-am: all-am
196check: check-am
197all-am: Makefile $(HEADERS)
198
199installdirs:
200
201install: install-am
202install-exec: install-exec-am
203install-data: install-data-am
204uninstall: uninstall-am
205
206install-am: all-am
207	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
208
209installcheck: installcheck-am
210install-strip:
211	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
212	  `test -z '$(STRIP)' || \
213	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
214mostlyclean-generic:
215
216clean-generic:
217
218distclean-generic:
219	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
220
221maintainer-clean-generic:
222	@echo "This command is intended for maintainers to use"
223	@echo "it deletes files that may require special tools to rebuild."
224clean: clean-am
225
226clean-am: clean-generic mostlyclean-am
227
228distclean: distclean-am
229
230distclean-am: clean-am distclean-generic distclean-tags
231
232dvi: dvi-am
233
234dvi-am:
235
236info: info-am
237
238info-am:
239
240install-data-am:
241
242install-exec-am:
243
244install-info: install-info-am
245
246install-man:
247
248installcheck-am:
249
250maintainer-clean: maintainer-clean-am
251
252maintainer-clean-am: distclean-am maintainer-clean-generic
253
254mostlyclean: mostlyclean-am
255
256mostlyclean-am: mostlyclean-generic
257
258uninstall-am: uninstall-info-am
259
260.PHONY: GTAGS all all-am check check-am clean clean-generic distclean \
261	distclean-generic distclean-tags distdir dvi dvi-am info \
262	info-am install install-am install-data install-data-am \
263	install-exec install-exec-am install-info install-info-am \
264	install-man install-strip installcheck installcheck-am \
265	installdirs maintainer-clean maintainer-clean-generic \
266	mostlyclean mostlyclean-generic tags uninstall uninstall-am \
267	uninstall-info-am
268
269# Tell versions [3.59,3.63) of GNU make to not export all variables.
270# Otherwise a system limit (for SysV at least) may be exceeded.
271.NOEXPORT:
272