xref: /freebsd/contrib/ntp/kernel/sys/Makefile.in (revision c0b746e5)
1# Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13SHELL = @SHELL@
14
15srcdir = @srcdir@
16top_srcdir = @top_srcdir@
17VPATH = @srcdir@
18prefix = @prefix@
19exec_prefix = @exec_prefix@
20
21bindir = @bindir@
22sbindir = @sbindir@
23libexecdir = @libexecdir@
24datadir = @datadir@
25sysconfdir = @sysconfdir@
26sharedstatedir = @sharedstatedir@
27localstatedir = @localstatedir@
28libdir = @libdir@
29infodir = @infodir@
30mandir = @mandir@
31includedir = @includedir@
32oldincludedir = /usr/include
33
34DESTDIR =
35
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39
40top_builddir = ../..
41
42ACLOCAL = @ACLOCAL@
43AUTOCONF = @AUTOCONF@
44AUTOMAKE = @AUTOMAKE@
45AUTOHEADER = @AUTOHEADER@
46
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50INSTALL_SCRIPT = @INSTALL_SCRIPT@
51INSTALL_STRIP_FLAG =
52transform = @program_transform_name@
53
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@
67AMTARFLAGS = @AMTARFLAGS@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74DCFD = @DCFD@
75LDFLAGS = @LDFLAGS@
76LIBPARSE = @LIBPARSE@
77LIBRSAREF = @LIBRSAREF@
78LN_S = @LN_S@
79MAKEINFO = @MAKEINFO@
80MAKE_ADJTIMED = @MAKE_ADJTIMED@
81MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
82MAKE_LIBPARSE = @MAKE_LIBPARSE@
83MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
84MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
85MAKE_NTPTIME = @MAKE_NTPTIME@
86MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
87MAKE_TICKADJ = @MAKE_TICKADJ@
88PACKAGE = @PACKAGE@
89PATH_SH = @PATH_SH@
90PROPDELAY = @PROPDELAY@
91RANLIB = @RANLIB@
92RSAREF = @RSAREF@
93TESTDCF = @TESTDCF@
94U = @U@
95VERSION = @VERSION@
96
97#AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies
98
99
100AUTOMAKE_OPTIONS = ../../util/ansi2knr
101noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \
102pcl720.h ppsclock.h timex.h tpro.h
103
104#EXTRA_DIST= TAGS
105# HMS: Avoid bug in automake
106#ETAGS_ARGS = ""
107ETAGS_ARGS = Makefile.am
108subdir = kernel/sys
109mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110CONFIG_HEADER = ../../config.h
111CONFIG_CLEAN_FILES =
112DIST_SOURCES =
113HEADERS =  $(noinst_HEADERS)
114
115DIST_COMMON =  README $(noinst_HEADERS) Makefile.am Makefile.in
116
117
118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119
120GZIP_ENV = --best
121all: all-redirect
122.SUFFIXES:
123$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps kernel/sys/Makefile
125
126Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
127	cd $(top_builddir) \
128	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
131tags: TAGS
132
133ID: $(HEADERS) $(SOURCES) $(LISP)
134	list='$(SOURCES) $(HEADERS)'; \
135	unique=`for i in $$list; do echo $$i; done | \
136	  ${AWK:-awk} '    { files[$$0] = 1; } \
137	       END { for (i in files) print i; }'`; \
138	here=`pwd` && cd $(srcdir) \
139	  && mkid -f$$here/ID $$unique $(LISP)
140
141TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
142	tags=; \
143	here=`pwd`; \
144	list='$(SOURCES) $(HEADERS)'; \
145	unique=`for i in $$list; do echo $$i; done | \
146	  ${AWK:-awk} '    { files[$$0] = 1; } \
147	       END { for (i in files) print i; }'`; \
148	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
149	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
150
151mostlyclean-tags:
152
153clean-tags:
154
155distclean-tags:
156	-rm -f TAGS ID
157
158maintainer-clean-tags:
159
160distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
161
162distdir: $(DISTFILES)
163	@for file in $(DISTFILES); do \
164	  d=$(srcdir); \
165	  if test -d $$d/$$file; then \
166	    cp -pr $$d/$$file $(distdir)/$$file; \
167	  else \
168	    test -f $(distdir)/$$file \
169	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
170	    || cp -p $$d/$$file $(distdir)/$$file || :; \
171	  fi; \
172	done
173info-am:
174info: info-am
175dvi-am:
176dvi: dvi-am
177check-am: all-am
178check: check-am
179installcheck-am:
180installcheck: installcheck-am
181install-exec-am:
182install-exec: install-exec-am
183
184install-data-am:
185install-data: install-data-am
186
187install-am: all-am
188	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
189install: install-am
190uninstall-am:
191uninstall: uninstall-am
192all-am: Makefile $(HEADERS)
193all-redirect: all-am
194install-strip:
195	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
196installdirs:
197
198
199mostlyclean-generic:
200
201clean-generic:
202
203distclean-generic:
204	-rm -f Makefile $(CONFIG_CLEAN_FILES)
205	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
206
207maintainer-clean-generic:
208mostlyclean-am:  mostlyclean-tags mostlyclean-generic
209
210mostlyclean: mostlyclean-am
211
212clean-am:  clean-tags clean-generic mostlyclean-am
213
214clean: clean-am
215
216distclean-am:  distclean-tags distclean-generic clean-am
217
218distclean: distclean-am
219
220maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
221		distclean-am
222	@echo "This command is intended for maintainers to use;"
223	@echo "it deletes files that may require special tools to rebuild."
224
225maintainer-clean: maintainer-clean-am
226
227.PHONY: tags mostlyclean-tags distclean-tags clean-tags \
228maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
229installcheck-am installcheck install-exec-am install-exec \
230install-data-am install-data install-am install uninstall-am uninstall \
231all-redirect all-am all install-strip installdirs mostlyclean-generic \
232distclean-generic clean-generic maintainer-clean-generic clean \
233mostlyclean distclean maintainer-clean
234
235
236# Tell versions [3.59,3.63) of GNU make to not export all variables.
237# Otherwise a system limit (for SysV at least) may be exceeded.
238.NOEXPORT:
239