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 101SUBDIRS = sys 102ETAGS_ARGS = Makefile.am 103EXTRA_DIST = chuinit.c clkinit.c tty_chu.c tty_chu_STREAMS.c tty_clk.c tty_clk_STREAMS.c 104subdir = kernel 105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 106CONFIG_HEADER = ../config.h 107CONFIG_CLEAN_FILES = 108DIST_SOURCES = 109DIST_COMMON = README Makefile.am Makefile.in 110 111 112DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 113 114GZIP_ENV = --best 115all: all-redirect 116.SUFFIXES: 117$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 118 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps kernel/Makefile 119 120Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 121 cd $(top_builddir) \ 122 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 123 124 125# This directory's subdirectories are mostly independent; you can cd 126# into them and run `make' without going through this Makefile. 127# To change the values of `make' variables: instead of editing Makefiles, 128# (1) if the variable is set in `config.status', edit `config.status' 129# (which will cause the Makefiles to be regenerated when you run `make'); 130# (2) otherwise, pass the desired values on the `make' command line. 131 132@SET_MAKE@ 133 134all-recursive install-data-recursive install-exec-recursive \ 135installdirs-recursive install-recursive uninstall-recursive \ 136check-recursive installcheck-recursive info-recursive dvi-recursive: 137 @set fnord $(MAKEFLAGS); amf=$$2; \ 138 dot_seen=no; \ 139 target=`echo $@ | sed s/-recursive//`; \ 140 list='$(SUBDIRS)'; for subdir in $$list; do \ 141 echo "Making $$target in $$subdir"; \ 142 if test "$$subdir" = "."; then \ 143 dot_seen=yes; \ 144 local_target="$$target-am"; \ 145 else \ 146 local_target="$$target"; \ 147 fi; \ 148 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 149 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 150 done; \ 151 if test "$$dot_seen" = "no"; then \ 152 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 153 fi; test -z "$$fail" 154 155mostlyclean-recursive clean-recursive distclean-recursive \ 156maintainer-clean-recursive: 157 @set fnord $(MAKEFLAGS); amf=$$2; \ 158 dot_seen=no; \ 159 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 160 rev="$$subdir $$rev"; \ 161 if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \ 162 done; \ 163 test "$$dot_seen" = "no" && rev=". $$rev"; \ 164 target=`echo $@ | sed s/-recursive//`; \ 165 for subdir in $$rev; do \ 166 echo "Making $$target in $$subdir"; \ 167 if test "$$subdir" = "."; then \ 168 local_target="$$target-am"; \ 169 else \ 170 local_target="$$target"; \ 171 fi; \ 172 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 173 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 174 done && test -z "$$fail" 175tags-recursive: 176 list='$(SUBDIRS)'; for subdir in $$list; do \ 177 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 178 done 179 180tags: TAGS 181 182ID: $(HEADERS) $(SOURCES) $(LISP) 183 list='$(SOURCES) $(HEADERS)'; \ 184 unique=`for i in $$list; do echo $$i; done | \ 185 ${AWK:-awk} ' { files[$$0] = 1; } \ 186 END { for (i in files) print i; }'`; \ 187 here=`pwd` && cd $(srcdir) \ 188 && mkid -f$$here/ID $$unique $(LISP) 189 190TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 191 tags=; \ 192 here=`pwd`; \ 193 list='$(SUBDIRS)'; for subdir in $$list; do \ 194 if test "$$subdir" = .; then :; else \ 195 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ 196 fi; \ 197 done; \ 198 list='$(SOURCES) $(HEADERS)'; \ 199 unique=`for i in $$list; do echo $$i; done | \ 200 ${AWK:-awk} ' { files[$$0] = 1; } \ 201 END { for (i in files) print i; }'`; \ 202 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 203 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 204 205mostlyclean-tags: 206 207clean-tags: 208 209distclean-tags: 210 -rm -f TAGS ID 211 212maintainer-clean-tags: 213 214distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 215 216distdir: $(DISTFILES) 217 @for file in $(DISTFILES); do \ 218 d=$(srcdir); \ 219 if test -d $$d/$$file; then \ 220 cp -pr $$d/$$file $(distdir)/$$file; \ 221 else \ 222 test -f $(distdir)/$$file \ 223 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 224 || cp -p $$d/$$file $(distdir)/$$file || :; \ 225 fi; \ 226 done 227 for subdir in $(SUBDIRS); do \ 228 if test "$$subdir" = .; then :; else \ 229 test -d $(distdir)/$$subdir \ 230 || mkdir $(distdir)/$$subdir \ 231 || exit 1; \ 232 chmod 777 $(distdir)/$$subdir; \ 233 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ 234 || exit 1; \ 235 fi; \ 236 done 237info-am: 238info: info-recursive 239dvi-am: 240dvi: dvi-recursive 241check-am: all-am 242check: check-recursive 243installcheck-am: 244installcheck: installcheck-recursive 245install-exec-am: 246install-exec: install-exec-recursive 247 248install-data-am: 249install-data: install-data-recursive 250 251install-am: all-am 252 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 253install: install-recursive 254uninstall-am: 255uninstall: uninstall-recursive 256all-am: Makefile 257all-redirect: all-recursive 258install-strip: 259 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 260installdirs: installdirs-recursive 261installdirs-am: 262 263 264mostlyclean-generic: 265 266clean-generic: 267 268distclean-generic: 269 -rm -f Makefile $(CONFIG_CLEAN_FILES) 270 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 271 272maintainer-clean-generic: 273mostlyclean-am: mostlyclean-tags mostlyclean-generic 274 275mostlyclean: mostlyclean-recursive 276 277clean-am: clean-tags clean-generic mostlyclean-am 278 279clean: clean-recursive 280 281distclean-am: distclean-tags distclean-generic clean-am 282 283distclean: distclean-recursive 284 285maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ 286 distclean-am 287 @echo "This command is intended for maintainers to use;" 288 @echo "it deletes files that may require special tools to rebuild." 289 290maintainer-clean: maintainer-clean-recursive 291 292.PHONY: install-recursive uninstall-recursive install-data-recursive \ 293uninstall-data-recursive install-exec-recursive \ 294uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ 295all-recursive check-recursive installcheck-recursive info-recursive \ 296dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ 297maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ 298distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ 299dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ 300install-exec install-data-am install-data install-am install \ 301uninstall-am uninstall all-redirect all-am all install-strip \ 302installdirs-am installdirs mostlyclean-generic distclean-generic \ 303clean-generic maintainer-clean-generic clean mostlyclean distclean \ 304maintainer-clean 305 306 307# Tell versions [3.59,3.63) of GNU make to not export all variables. 308# Otherwise a system limit (for SysV at least) may be exceeded. 309.NOEXPORT: 310