xref: /freebsd/contrib/ntp/kernel/sys/Makefile.in (revision 224ba2bd)
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
121noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \
122pcl720.h ppsclock.h timex.h tpro.h
123
124#EXTRA_DIST= TAGS
125# HMS: Avoid bug in automake
126#ETAGS_ARGS = ""
127ETAGS_ARGS = Makefile.am
128EXEEXT =
129OBJEXT = o
130subdir = kernel/sys
131mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
132CONFIG_HEADER = $(top_builddir)/config.h
133CONFIG_CLEAN_FILES =
134DIST_SOURCES =
135HEADERS = $(noinst_HEADERS)
136
137DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
138
139all: 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
147Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
148	cd $(top_builddir) && \
149	  CONFIG_HEADERS= CONFIG_LINKS= \
150	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
151
152tags: TAGS
153
154ID: $(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
163TAGS: $(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
176GTAGS:
177	here=`CDPATH=: && cd $(top_builddir) && pwd` \
178	  && cd $(top_srcdir) \
179	  && gtags -i $$here
180
181distclean-tags:
182	-rm -f TAGS ID
183
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185
186top_distdir = ../..
187distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
188
189distdir: $(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
201check-am: all-am
202check: check-am
203all-am: Makefile $(HEADERS)
204
205installdirs:
206
207install: install-am
208install-exec: install-exec-am
209install-data: install-data-am
210uninstall: uninstall-am
211
212install-am: all-am
213	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
214
215installcheck: installcheck-am
216
217install-strip:
218	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
219	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
220
221mostlyclean-generic:
222
223clean-generic:
224
225distclean-generic:
226	-rm -f Makefile $(CONFIG_CLEAN_FILES)
227	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
228
229maintainer-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
233clean: clean-am
234
235clean-am: clean-generic mostlyclean-am
236
237distclean: distclean-am
238
239distclean-am: clean-am distclean-generic distclean-tags
240
241dvi:
242
243dvi-am:
244
245info:
246
247info-am:
248
249install-data-am:
250
251install-exec-am:
252
253install-info:
254
255install-man:
256
257installcheck-am:
258
259maintainer-clean: maintainer-clean-am
260
261maintainer-clean-am: distclean-am maintainer-clean-generic
262
263mostlyclean: mostlyclean-am
264
265mostlyclean-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:
279