1*1b8adde7SWilliam Kucharski# Makefile.in generated by automake 1.9.4 from Makefile.am.
27c478bd9Sstevel@tonic-gate# @configure_input@
37c478bd9Sstevel@tonic-gate
47c478bd9Sstevel@tonic-gate# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
57c478bd9Sstevel@tonic-gate# 2003, 2004  Free Software Foundation, Inc.
67c478bd9Sstevel@tonic-gate# This Makefile.in is free software; the Free Software Foundation
77c478bd9Sstevel@tonic-gate# gives unlimited permission to copy and/or distribute it,
87c478bd9Sstevel@tonic-gate# with or without modifications, as long as this notice is preserved.
97c478bd9Sstevel@tonic-gate
107c478bd9Sstevel@tonic-gate# This program is distributed in the hope that it will be useful,
117c478bd9Sstevel@tonic-gate# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
127c478bd9Sstevel@tonic-gate# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
137c478bd9Sstevel@tonic-gate# PARTICULAR PURPOSE.
147c478bd9Sstevel@tonic-gate
157c478bd9Sstevel@tonic-gate@SET_MAKE@
167c478bd9Sstevel@tonic-gate
177c478bd9Sstevel@tonic-gate
187c478bd9Sstevel@tonic-gateSOURCES = $(kernel_SOURCES)
197c478bd9Sstevel@tonic-gate
207c478bd9Sstevel@tonic-gatesrcdir = @srcdir@
217c478bd9Sstevel@tonic-gatetop_srcdir = @top_srcdir@
227c478bd9Sstevel@tonic-gateVPATH = @srcdir@
237c478bd9Sstevel@tonic-gatepkgdatadir = $(datadir)/@PACKAGE@
247c478bd9Sstevel@tonic-gatepkglibdir = $(libdir)/@PACKAGE@
257c478bd9Sstevel@tonic-gatepkgincludedir = $(includedir)/@PACKAGE@
267c478bd9Sstevel@tonic-gatetop_builddir = ..
277c478bd9Sstevel@tonic-gateam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
287c478bd9Sstevel@tonic-gateINSTALL = @INSTALL@
297c478bd9Sstevel@tonic-gateinstall_sh_DATA = $(install_sh) -c -m 644
307c478bd9Sstevel@tonic-gateinstall_sh_PROGRAM = $(install_sh) -c
317c478bd9Sstevel@tonic-gateinstall_sh_SCRIPT = $(install_sh) -c
327c478bd9Sstevel@tonic-gateINSTALL_HEADER = $(INSTALL_DATA)
337c478bd9Sstevel@tonic-gatetransform = $(program_transform_name)
347c478bd9Sstevel@tonic-gateNORMAL_INSTALL = :
357c478bd9Sstevel@tonic-gatePRE_INSTALL = :
367c478bd9Sstevel@tonic-gatePOST_INSTALL = :
377c478bd9Sstevel@tonic-gateNORMAL_UNINSTALL = :
387c478bd9Sstevel@tonic-gatePRE_UNINSTALL = :
397c478bd9Sstevel@tonic-gatePOST_UNINSTALL = :
40*1b8adde7SWilliam Kucharskibuild_triplet = @build@
417c478bd9Sstevel@tonic-gatehost_triplet = @host@
427c478bd9Sstevel@tonic-gateEXTRA_PROGRAMS = kernel$(EXEEXT)
437c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@noinst_PROGRAMS = kernel$(EXEEXT)
447c478bd9Sstevel@tonic-gatesubdir = docs
457c478bd9Sstevel@tonic-gateDIST_COMMON = $(grub_TEXINFOS) $(multiboot_TEXINFOS) \
467c478bd9Sstevel@tonic-gate	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
477c478bd9Sstevel@tonic-gate	$(srcdir)/stamp-vti $(srcdir)/version.texi mdate-sh \
487c478bd9Sstevel@tonic-gate	texinfo.tex
497c478bd9Sstevel@tonic-gateACLOCAL_M4 = $(top_srcdir)/aclocal.m4
507c478bd9Sstevel@tonic-gateam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
517c478bd9Sstevel@tonic-gate	$(top_srcdir)/configure.ac
527c478bd9Sstevel@tonic-gateam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
537c478bd9Sstevel@tonic-gate	$(ACLOCAL_M4)
547c478bd9Sstevel@tonic-gatemkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
557c478bd9Sstevel@tonic-gateCONFIG_HEADER = $(top_builddir)/config.h
567c478bd9Sstevel@tonic-gateCONFIG_CLEAN_FILES =
577c478bd9Sstevel@tonic-gatePROGRAMS = $(noinst_PROGRAMS)
587c478bd9Sstevel@tonic-gateam__kernel_SOURCES_DIST = boot.S kernel.c multiboot.h
597c478bd9Sstevel@tonic-gateam__objects_1 = boot.$(OBJEXT) kernel-kernel.$(OBJEXT)
607c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@am_kernel_OBJECTS = $(am__objects_1)
617c478bd9Sstevel@tonic-gatekernel_OBJECTS = $(am_kernel_OBJECTS)
627c478bd9Sstevel@tonic-gatekernel_LDADD = $(LDADD)
637c478bd9Sstevel@tonic-gateSCRIPTS = $(noinst_SCRIPTS)
647c478bd9Sstevel@tonic-gateDEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
657c478bd9Sstevel@tonic-gatedepcomp = $(SHELL) $(top_srcdir)/depcomp
667c478bd9Sstevel@tonic-gateam__depfiles_maybe = depfiles
677c478bd9Sstevel@tonic-gateCCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
687c478bd9Sstevel@tonic-gateCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
697c478bd9Sstevel@tonic-gate	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
707c478bd9Sstevel@tonic-gateCCLD = $(CC)
717c478bd9Sstevel@tonic-gateLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
727c478bd9Sstevel@tonic-gateSOURCES = $(kernel_SOURCES)
737c478bd9Sstevel@tonic-gateDIST_SOURCES = $(am__kernel_SOURCES_DIST)
747c478bd9Sstevel@tonic-gateINFO_DEPS = $(srcdir)/grub.info $(srcdir)/multiboot.info
757c478bd9Sstevel@tonic-gateam__TEXINFO_TEX_DIR = $(srcdir)
767c478bd9Sstevel@tonic-gateDVIS = grub.dvi multiboot.dvi
777c478bd9Sstevel@tonic-gatePDFS = grub.pdf multiboot.pdf
787c478bd9Sstevel@tonic-gatePSS = grub.ps multiboot.ps
797c478bd9Sstevel@tonic-gateHTMLS = grub.html multiboot.html
807c478bd9Sstevel@tonic-gateTEXINFOS = grub.texi multiboot.texi
817c478bd9Sstevel@tonic-gateTEXI2DVI = texi2dvi
827c478bd9Sstevel@tonic-gateTEXI2PDF = $(TEXI2DVI) --pdf --batch
837c478bd9Sstevel@tonic-gateMAKEINFOHTML = $(MAKEINFO) --html
847c478bd9Sstevel@tonic-gateAM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
857c478bd9Sstevel@tonic-gateDVIPS = dvips
867c478bd9Sstevel@tonic-gateam__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"
877c478bd9Sstevel@tonic-gateman1dir = $(mandir)/man1
887c478bd9Sstevel@tonic-gateman8dir = $(mandir)/man8
897c478bd9Sstevel@tonic-gateNROFF = nroff
907c478bd9Sstevel@tonic-gateMANS = $(man_MANS)
917c478bd9Sstevel@tonic-gateETAGS = etags
927c478bd9Sstevel@tonic-gateCTAGS = ctags
937c478bd9Sstevel@tonic-gateDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
947c478bd9Sstevel@tonic-gateACLOCAL = @ACLOCAL@
957c478bd9Sstevel@tonic-gateAMDEP_FALSE = @AMDEP_FALSE@
967c478bd9Sstevel@tonic-gateAMDEP_TRUE = @AMDEP_TRUE@
977c478bd9Sstevel@tonic-gateAMTAR = @AMTAR@
987c478bd9Sstevel@tonic-gateAUTOCONF = @AUTOCONF@
997c478bd9Sstevel@tonic-gateAUTOHEADER = @AUTOHEADER@
1007c478bd9Sstevel@tonic-gateAUTOMAKE = @AUTOMAKE@
1017c478bd9Sstevel@tonic-gateAWK = @AWK@
1027c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_FALSE = @BUILD_EXAMPLE_KERNEL_FALSE@
1037c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_TRUE = @BUILD_EXAMPLE_KERNEL_TRUE@
1047c478bd9Sstevel@tonic-gateCC = @CC@
1057c478bd9Sstevel@tonic-gateCCAS = @CCAS@
1067c478bd9Sstevel@tonic-gateCCASFLAGS = @CCASFLAGS@
1077c478bd9Sstevel@tonic-gateCCDEPMODE = @CCDEPMODE@
1087c478bd9Sstevel@tonic-gateCFLAGS = @CFLAGS@
1097c478bd9Sstevel@tonic-gateCPP = @CPP@
1107c478bd9Sstevel@tonic-gateCPPFLAGS = @CPPFLAGS@
1117c478bd9Sstevel@tonic-gateCYGPATH_W = @CYGPATH_W@
1127c478bd9Sstevel@tonic-gateDEFS = @DEFS@
1137c478bd9Sstevel@tonic-gateDEPDIR = @DEPDIR@
1147c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_FALSE = @DISKLESS_SUPPORT_FALSE@
1157c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_TRUE = @DISKLESS_SUPPORT_TRUE@
1167c478bd9Sstevel@tonic-gateECHO_C = @ECHO_C@
1177c478bd9Sstevel@tonic-gateECHO_N = @ECHO_N@
1187c478bd9Sstevel@tonic-gateECHO_T = @ECHO_T@
1197c478bd9Sstevel@tonic-gateEGREP = @EGREP@
1207c478bd9Sstevel@tonic-gateEXEEXT = @EXEEXT@
1217c478bd9Sstevel@tonic-gateFSYS_CFLAGS = @FSYS_CFLAGS@
1227c478bd9Sstevel@tonic-gateGRUB_CFLAGS = @GRUB_CFLAGS@
1237c478bd9Sstevel@tonic-gateGRUB_LIBS = @GRUB_LIBS@
1247c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
1257c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_TRUE = @HERCULES_SUPPORT_TRUE@
1267c478bd9Sstevel@tonic-gateINSTALL_DATA = @INSTALL_DATA@
1277c478bd9Sstevel@tonic-gateINSTALL_PROGRAM = @INSTALL_PROGRAM@
1287c478bd9Sstevel@tonic-gateINSTALL_SCRIPT = @INSTALL_SCRIPT@
1297c478bd9Sstevel@tonic-gateINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1307c478bd9Sstevel@tonic-gateLDFLAGS = @LDFLAGS@
1317c478bd9Sstevel@tonic-gateLIBOBJS = @LIBOBJS@
1327c478bd9Sstevel@tonic-gateLIBS = @LIBS@
1337c478bd9Sstevel@tonic-gateLTLIBOBJS = @LTLIBOBJS@
1347c478bd9Sstevel@tonic-gateMAINT = @MAINT@
1357c478bd9Sstevel@tonic-gateMAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
1367c478bd9Sstevel@tonic-gateMAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1377c478bd9Sstevel@tonic-gateMAKEINFO = @MAKEINFO@
1387c478bd9Sstevel@tonic-gateNETBOOT_DRIVERS = @NETBOOT_DRIVERS@
1397c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_FALSE = @NETBOOT_SUPPORT_FALSE@
1407c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_TRUE = @NETBOOT_SUPPORT_TRUE@
1417c478bd9Sstevel@tonic-gateNET_CFLAGS = @NET_CFLAGS@
1427c478bd9Sstevel@tonic-gateNET_EXTRAFLAGS = @NET_EXTRAFLAGS@
1437c478bd9Sstevel@tonic-gateOBJCOPY = @OBJCOPY@
1447c478bd9Sstevel@tonic-gateOBJEXT = @OBJEXT@
1457c478bd9Sstevel@tonic-gatePACKAGE = @PACKAGE@
1467c478bd9Sstevel@tonic-gatePACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1477c478bd9Sstevel@tonic-gatePACKAGE_NAME = @PACKAGE_NAME@
1487c478bd9Sstevel@tonic-gatePACKAGE_STRING = @PACKAGE_STRING@
1497c478bd9Sstevel@tonic-gatePACKAGE_TARNAME = @PACKAGE_TARNAME@
1507c478bd9Sstevel@tonic-gatePACKAGE_VERSION = @PACKAGE_VERSION@
1517c478bd9Sstevel@tonic-gatePATH_SEPARATOR = @PATH_SEPARATOR@
1527c478bd9Sstevel@tonic-gatePERL = @PERL@
1537c478bd9Sstevel@tonic-gateRANLIB = @RANLIB@
1547c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_FALSE = @SERIAL_SPEED_SIMULATION_FALSE@
1557c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_TRUE = @SERIAL_SPEED_SIMULATION_TRUE@
1567c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_FALSE = @SERIAL_SUPPORT_FALSE@
1577c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_TRUE = @SERIAL_SUPPORT_TRUE@
1587c478bd9Sstevel@tonic-gateSET_MAKE = @SET_MAKE@
1597c478bd9Sstevel@tonic-gateSHELL = @SHELL@
1607c478bd9Sstevel@tonic-gateSTAGE1_CFLAGS = @STAGE1_CFLAGS@
1617c478bd9Sstevel@tonic-gateSTAGE2_CFLAGS = @STAGE2_CFLAGS@
1627c478bd9Sstevel@tonic-gateSTRIP = @STRIP@
1637c478bd9Sstevel@tonic-gateVERSION = @VERSION@
1647c478bd9Sstevel@tonic-gateac_ct_CC = @ac_ct_CC@
1657c478bd9Sstevel@tonic-gateac_ct_OBJCOPY = @ac_ct_OBJCOPY@
1667c478bd9Sstevel@tonic-gateac_ct_RANLIB = @ac_ct_RANLIB@
1677c478bd9Sstevel@tonic-gateac_ct_STRIP = @ac_ct_STRIP@
1687c478bd9Sstevel@tonic-gateam__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1697c478bd9Sstevel@tonic-gateam__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1707c478bd9Sstevel@tonic-gateam__include = @am__include@
1717c478bd9Sstevel@tonic-gateam__leading_dot = @am__leading_dot@
1727c478bd9Sstevel@tonic-gateam__quote = @am__quote@
173*1b8adde7SWilliam Kucharskiam__tar = @am__tar@
174*1b8adde7SWilliam Kucharskiam__untar = @am__untar@
1757c478bd9Sstevel@tonic-gatebindir = @bindir@
1767c478bd9Sstevel@tonic-gatebuild = @build@
1777c478bd9Sstevel@tonic-gatebuild_alias = @build_alias@
1787c478bd9Sstevel@tonic-gatebuild_cpu = @build_cpu@
1797c478bd9Sstevel@tonic-gatebuild_os = @build_os@
1807c478bd9Sstevel@tonic-gatebuild_vendor = @build_vendor@
1817c478bd9Sstevel@tonic-gatedatadir = @datadir@
1827c478bd9Sstevel@tonic-gateexec_prefix = @exec_prefix@
1837c478bd9Sstevel@tonic-gatehost = @host@
1847c478bd9Sstevel@tonic-gatehost_alias = @host_alias@
1857c478bd9Sstevel@tonic-gatehost_cpu = @host_cpu@
1867c478bd9Sstevel@tonic-gatehost_os = @host_os@
1877c478bd9Sstevel@tonic-gatehost_vendor = @host_vendor@
1887c478bd9Sstevel@tonic-gateincludedir = @includedir@
1897c478bd9Sstevel@tonic-gateinfodir = @infodir@
1907c478bd9Sstevel@tonic-gateinstall_sh = @install_sh@
1917c478bd9Sstevel@tonic-gatelibdir = @libdir@
1927c478bd9Sstevel@tonic-gatelibexecdir = @libexecdir@
1937c478bd9Sstevel@tonic-gatelocalstatedir = @localstatedir@
1947c478bd9Sstevel@tonic-gatemandir = @mandir@
1957c478bd9Sstevel@tonic-gatemkdir_p = @mkdir_p@
1967c478bd9Sstevel@tonic-gateoldincludedir = @oldincludedir@
1977c478bd9Sstevel@tonic-gateprefix = @prefix@
1987c478bd9Sstevel@tonic-gateprogram_transform_name = @program_transform_name@
1997c478bd9Sstevel@tonic-gatesbindir = @sbindir@
2007c478bd9Sstevel@tonic-gatesharedstatedir = @sharedstatedir@
2017c478bd9Sstevel@tonic-gatesysconfdir = @sysconfdir@
2027c478bd9Sstevel@tonic-gatetarget_alias = @target_alias@
2037c478bd9Sstevel@tonic-gateinfo_TEXINFOS = grub.texi multiboot.texi
2047c478bd9Sstevel@tonic-gategrub_TEXINFOS = internals.texi
2057c478bd9Sstevel@tonic-gateEXAMPLES = boot.S kernel.c multiboot.h
2067c478bd9Sstevel@tonic-gatemultiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
2077c478bd9Sstevel@tonic-gateman_MANS = grub.8 mbchk.1 grub-install.8 grub-md5-crypt.8 grub-terminfo.8
2087c478bd9Sstevel@tonic-gateHELP2MAN = help2man
2097c478bd9Sstevel@tonic-gateSRC2TEXI = src2texi
2107c478bd9Sstevel@tonic-gatenoinst_SCRIPTS = $(HELP2MAN) $(SRC2TEXI)
2117c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@kernel_SOURCES = $(EXAMPLES)
2127c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@kernel_CFLAGS = -fno-builtin -nostdinc -O -g -Wall \
2137c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@	-imacros $(top_builddir)/config.h
2147c478bd9Sstevel@tonic-gate
2157c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@kernel_LDFLAGS = -nostdlib -Wl,-N -Wl,-Ttext -Wl,100000
2167c478bd9Sstevel@tonic-gateEXTRA_DIST = menu.lst $(man_MANS) $(noinst_SCRIPTS) \
2177c478bd9Sstevel@tonic-gate	$(EXAMPLES) $(multiboot_TEXINFOS)
2187c478bd9Sstevel@tonic-gate
2197c478bd9Sstevel@tonic-gateCLEANFILES = $(noinst_PROGRAMS)
2207c478bd9Sstevel@tonic-gateall: all-am
2217c478bd9Sstevel@tonic-gate
2227c478bd9Sstevel@tonic-gate.SUFFIXES:
2237c478bd9Sstevel@tonic-gate.SUFFIXES: .S .c .dvi .html .info .o .obj .pdf .ps .texi
2247c478bd9Sstevel@tonic-gate$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
2257c478bd9Sstevel@tonic-gate	@for dep in $?; do \
2267c478bd9Sstevel@tonic-gate	  case '$(am__configure_deps)' in \
2277c478bd9Sstevel@tonic-gate	    *$$dep*) \
2287c478bd9Sstevel@tonic-gate	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
2297c478bd9Sstevel@tonic-gate		&& exit 0; \
2307c478bd9Sstevel@tonic-gate	      exit 1;; \
2317c478bd9Sstevel@tonic-gate	  esac; \
2327c478bd9Sstevel@tonic-gate	done; \
2337c478bd9Sstevel@tonic-gate	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  docs/Makefile'; \
2347c478bd9Sstevel@tonic-gate	cd $(top_srcdir) && \
2357c478bd9Sstevel@tonic-gate	  $(AUTOMAKE) --gnu  docs/Makefile
2367c478bd9Sstevel@tonic-gate.PRECIOUS: Makefile
2377c478bd9Sstevel@tonic-gateMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2387c478bd9Sstevel@tonic-gate	@case '$?' in \
2397c478bd9Sstevel@tonic-gate	  *config.status*) \
2407c478bd9Sstevel@tonic-gate	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2417c478bd9Sstevel@tonic-gate	  *) \
2427c478bd9Sstevel@tonic-gate	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2437c478bd9Sstevel@tonic-gate	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2447c478bd9Sstevel@tonic-gate	esac;
2457c478bd9Sstevel@tonic-gate
2467c478bd9Sstevel@tonic-gate$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2477c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2487c478bd9Sstevel@tonic-gate
2497c478bd9Sstevel@tonic-gate$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2507c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2517c478bd9Sstevel@tonic-gate$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2527c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2537c478bd9Sstevel@tonic-gate
2547c478bd9Sstevel@tonic-gateclean-noinstPROGRAMS:
2557c478bd9Sstevel@tonic-gate	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
2567c478bd9Sstevel@tonic-gatekernel$(EXEEXT): $(kernel_OBJECTS) $(kernel_DEPENDENCIES)
2577c478bd9Sstevel@tonic-gate	@rm -f kernel$(EXEEXT)
2587c478bd9Sstevel@tonic-gate	$(LINK) $(kernel_LDFLAGS) $(kernel_OBJECTS) $(kernel_LDADD) $(LIBS)
2597c478bd9Sstevel@tonic-gate
2607c478bd9Sstevel@tonic-gatemostlyclean-compile:
2617c478bd9Sstevel@tonic-gate	-rm -f *.$(OBJEXT)
2627c478bd9Sstevel@tonic-gate
2637c478bd9Sstevel@tonic-gatedistclean-compile:
2647c478bd9Sstevel@tonic-gate	-rm -f *.tab.c
2657c478bd9Sstevel@tonic-gate
2667c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel-kernel.Po@am__quote@
2677c478bd9Sstevel@tonic-gate
2687c478bd9Sstevel@tonic-gate.S.o:
2697c478bd9Sstevel@tonic-gate	$(CCASCOMPILE) -c $<
2707c478bd9Sstevel@tonic-gate
2717c478bd9Sstevel@tonic-gate.S.obj:
2727c478bd9Sstevel@tonic-gate	$(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
2737c478bd9Sstevel@tonic-gate
2747c478bd9Sstevel@tonic-gate.c.o:
2757c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
2767c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
2777c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278*1b8adde7SWilliam Kucharski@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2797c478bd9Sstevel@tonic-gate@am__fastdepCC_FALSE@	$(COMPILE) -c $<
2807c478bd9Sstevel@tonic-gate
2817c478bd9Sstevel@tonic-gate.c.obj:
2827c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
2837c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
2847c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285*1b8adde7SWilliam Kucharski@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2867c478bd9Sstevel@tonic-gate@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
2877c478bd9Sstevel@tonic-gate
2887c478bd9Sstevel@tonic-gatekernel-kernel.o: kernel.c
2897c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -MT kernel-kernel.o -MD -MP -MF "$(DEPDIR)/kernel-kernel.Tpo" -c -o kernel-kernel.o `test -f 'kernel.c' || echo '$(srcdir)/'`kernel.c; \
2907c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/kernel-kernel.Tpo" "$(DEPDIR)/kernel-kernel.Po"; else rm -f "$(DEPDIR)/kernel-kernel.Tpo"; exit 1; fi
2917c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='kernel.c' object='kernel-kernel.o' libtool=no @AMDEPBACKSLASH@
292*1b8adde7SWilliam Kucharski@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2937c478bd9Sstevel@tonic-gate@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -c -o kernel-kernel.o `test -f 'kernel.c' || echo '$(srcdir)/'`kernel.c
2947c478bd9Sstevel@tonic-gate
2957c478bd9Sstevel@tonic-gatekernel-kernel.obj: kernel.c
2967c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -MT kernel-kernel.obj -MD -MP -MF "$(DEPDIR)/kernel-kernel.Tpo" -c -o kernel-kernel.obj `if test -f 'kernel.c'; then $(CYGPATH_W) 'kernel.c'; else $(CYGPATH_W) '$(srcdir)/kernel.c'; fi`; \
2977c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/kernel-kernel.Tpo" "$(DEPDIR)/kernel-kernel.Po"; else rm -f "$(DEPDIR)/kernel-kernel.Tpo"; exit 1; fi
2987c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='kernel.c' object='kernel-kernel.obj' libtool=no @AMDEPBACKSLASH@
299*1b8adde7SWilliam Kucharski@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3007c478bd9Sstevel@tonic-gate@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -c -o kernel-kernel.obj `if test -f 'kernel.c'; then $(CYGPATH_W) 'kernel.c'; else $(CYGPATH_W) '$(srcdir)/kernel.c'; fi`
3017c478bd9Sstevel@tonic-gate
3027c478bd9Sstevel@tonic-gate.texi.info:
303*1b8adde7SWilliam Kucharski	restore=: && backupdir="$(am__leading_dot)am$$$$" && \
3047c478bd9Sstevel@tonic-gate	am__cwd=`pwd` && cd $(srcdir) && \
3057c478bd9Sstevel@tonic-gate	rm -rf $$backupdir && mkdir $$backupdir && \
3067c478bd9Sstevel@tonic-gate	for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
307*1b8adde7SWilliam Kucharski	  if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
3087c478bd9Sstevel@tonic-gate	done; \
3097c478bd9Sstevel@tonic-gate	cd "$$am__cwd"; \
3107c478bd9Sstevel@tonic-gate	if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
3117c478bd9Sstevel@tonic-gate	 -o $@ $<; \
3127c478bd9Sstevel@tonic-gate	then \
3137c478bd9Sstevel@tonic-gate	  rc=0; \
3147c478bd9Sstevel@tonic-gate	  cd $(srcdir); \
3157c478bd9Sstevel@tonic-gate	else \
3167c478bd9Sstevel@tonic-gate	  rc=$$?; \
3177c478bd9Sstevel@tonic-gate	  cd $(srcdir) && \
3187c478bd9Sstevel@tonic-gate	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
3197c478bd9Sstevel@tonic-gate	fi; \
320*1b8adde7SWilliam Kucharski	rm -rf $$backupdir; exit $$rc
3217c478bd9Sstevel@tonic-gate
3227c478bd9Sstevel@tonic-gate.texi.dvi:
3237c478bd9Sstevel@tonic-gate	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
3247c478bd9Sstevel@tonic-gate	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
3257c478bd9Sstevel@tonic-gate	$(TEXI2DVI) $<
3267c478bd9Sstevel@tonic-gate
3277c478bd9Sstevel@tonic-gate.texi.pdf:
3287c478bd9Sstevel@tonic-gate	TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
3297c478bd9Sstevel@tonic-gate	MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
3307c478bd9Sstevel@tonic-gate	$(TEXI2PDF) $<
3317c478bd9Sstevel@tonic-gate
3327c478bd9Sstevel@tonic-gate.texi.html:
333*1b8adde7SWilliam Kucharski	rm -rf $(@:.html=.htp)
334*1b8adde7SWilliam Kucharski	if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
335*1b8adde7SWilliam Kucharski	 -o $(@:.html=.htp) $<; \
336*1b8adde7SWilliam Kucharski	then \
337*1b8adde7SWilliam Kucharski	  rm -rf $@; \
338*1b8adde7SWilliam Kucharski	  if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
339*1b8adde7SWilliam Kucharski	    mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
340*1b8adde7SWilliam Kucharski	else \
341*1b8adde7SWilliam Kucharski	  if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
342*1b8adde7SWilliam Kucharski	    rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
343*1b8adde7SWilliam Kucharski	  exit 1; \
344*1b8adde7SWilliam Kucharski	fi
3457c478bd9Sstevel@tonic-gate$(srcdir)/grub.info: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
3467c478bd9Sstevel@tonic-gategrub.dvi: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
3477c478bd9Sstevel@tonic-gategrub.pdf: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
3487c478bd9Sstevel@tonic-gategrub.html: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
3497c478bd9Sstevel@tonic-gate$(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-vti
3507c478bd9Sstevel@tonic-gate$(srcdir)/stamp-vti: grub.texi $(top_srcdir)/configure
3517c478bd9Sstevel@tonic-gate	@(dir=.; test -f ./grub.texi || dir=$(srcdir); \
3527c478bd9Sstevel@tonic-gate	set `$(SHELL) $(srcdir)/mdate-sh $$dir/grub.texi`; \
3537c478bd9Sstevel@tonic-gate	echo "@set UPDATED $$1 $$2 $$3"; \
3547c478bd9Sstevel@tonic-gate	echo "@set UPDATED-MONTH $$2 $$3"; \
3557c478bd9Sstevel@tonic-gate	echo "@set EDITION $(VERSION)"; \
3567c478bd9Sstevel@tonic-gate	echo "@set VERSION $(VERSION)") > vti.tmp
3577c478bd9Sstevel@tonic-gate	@cmp -s vti.tmp $(srcdir)/version.texi \
3587c478bd9Sstevel@tonic-gate	  || (echo "Updating $(srcdir)/version.texi"; \
3597c478bd9Sstevel@tonic-gate	      cp vti.tmp $(srcdir)/version.texi)
3607c478bd9Sstevel@tonic-gate	-@rm -f vti.tmp
3617c478bd9Sstevel@tonic-gate	@cp $(srcdir)/version.texi $@
3627c478bd9Sstevel@tonic-gate
3637c478bd9Sstevel@tonic-gatemostlyclean-vti:
3647c478bd9Sstevel@tonic-gate	-rm -f vti.tmp
3657c478bd9Sstevel@tonic-gate
3667c478bd9Sstevel@tonic-gatemaintainer-clean-vti:
3677c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
3687c478bd9Sstevel@tonic-gate$(srcdir)/multiboot.info: multiboot.texi $(multiboot_TEXINFOS)
3697c478bd9Sstevel@tonic-gatemultiboot.dvi: multiboot.texi $(multiboot_TEXINFOS)
3707c478bd9Sstevel@tonic-gatemultiboot.pdf: multiboot.texi $(multiboot_TEXINFOS)
3717c478bd9Sstevel@tonic-gatemultiboot.html: multiboot.texi $(multiboot_TEXINFOS)
3727c478bd9Sstevel@tonic-gate.dvi.ps:
3737c478bd9Sstevel@tonic-gate	$(DVIPS) -o $@ $<
3747c478bd9Sstevel@tonic-gate
3757c478bd9Sstevel@tonic-gateuninstall-info-am:
3767c478bd9Sstevel@tonic-gate	$(PRE_UNINSTALL)
3777c478bd9Sstevel@tonic-gate	@if (install-info --version && \
3787c478bd9Sstevel@tonic-gate	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
3797c478bd9Sstevel@tonic-gate	  list='$(INFO_DEPS)'; \
3807c478bd9Sstevel@tonic-gate	  for file in $$list; do \
3817c478bd9Sstevel@tonic-gate	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
3827c478bd9Sstevel@tonic-gate	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
3837c478bd9Sstevel@tonic-gate	    install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
3847c478bd9Sstevel@tonic-gate	  done; \
3857c478bd9Sstevel@tonic-gate	else :; fi
3867c478bd9Sstevel@tonic-gate	@$(NORMAL_UNINSTALL)
3877c478bd9Sstevel@tonic-gate	@list='$(INFO_DEPS)'; \
3887c478bd9Sstevel@tonic-gate	for file in $$list; do \
3897c478bd9Sstevel@tonic-gate	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
3907c478bd9Sstevel@tonic-gate	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
3917c478bd9Sstevel@tonic-gate	  (if cd "$(DESTDIR)$(infodir)"; then \
3927c478bd9Sstevel@tonic-gate	     echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \
3937c478bd9Sstevel@tonic-gate	     rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
3947c478bd9Sstevel@tonic-gate	   else :; fi); \
3957c478bd9Sstevel@tonic-gate	done
3967c478bd9Sstevel@tonic-gate
3977c478bd9Sstevel@tonic-gatedist-info: $(INFO_DEPS)
3987c478bd9Sstevel@tonic-gate	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
3997c478bd9Sstevel@tonic-gate	list='$(INFO_DEPS)'; \
4007c478bd9Sstevel@tonic-gate	for base in $$list; do \
4017c478bd9Sstevel@tonic-gate	  case $$base in \
4027c478bd9Sstevel@tonic-gate	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
4037c478bd9Sstevel@tonic-gate	  esac; \
4047c478bd9Sstevel@tonic-gate	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
4057c478bd9Sstevel@tonic-gate	  for file in $$d/$$base*; do \
4067c478bd9Sstevel@tonic-gate	    relfile=`expr "$$file" : "$$d/\(.*\)"`; \
4077c478bd9Sstevel@tonic-gate	    test -f $(distdir)/$$relfile || \
4087c478bd9Sstevel@tonic-gate	      cp -p $$file $(distdir)/$$relfile; \
4097c478bd9Sstevel@tonic-gate	  done; \
4107c478bd9Sstevel@tonic-gate	done
4117c478bd9Sstevel@tonic-gate
4127c478bd9Sstevel@tonic-gatemostlyclean-aminfo:
4137c478bd9Sstevel@tonic-gate	-rm -rf grub.aux grub.cp grub.cps grub.fn grub.ky grub.log grub.pg grub.tmp \
4147c478bd9Sstevel@tonic-gate	  grub.toc grub.tp grub.vr grub.dvi grub.pdf grub.ps grub.html \
4157c478bd9Sstevel@tonic-gate	  multiboot.aux multiboot.cp multiboot.cps multiboot.fn \
4167c478bd9Sstevel@tonic-gate	  multiboot.ky multiboot.log multiboot.pg multiboot.tmp \
4177c478bd9Sstevel@tonic-gate	  multiboot.toc multiboot.tp multiboot.vr multiboot.dvi \
4187c478bd9Sstevel@tonic-gate	  multiboot.pdf multiboot.ps multiboot.html
4197c478bd9Sstevel@tonic-gate
4207c478bd9Sstevel@tonic-gatemaintainer-clean-aminfo:
4217c478bd9Sstevel@tonic-gate	@list='$(INFO_DEPS)'; for i in $$list; do \
4227c478bd9Sstevel@tonic-gate	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
4237c478bd9Sstevel@tonic-gate	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
4247c478bd9Sstevel@tonic-gate	  rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
4257c478bd9Sstevel@tonic-gate	done
4267c478bd9Sstevel@tonic-gateinstall-man1: $(man1_MANS) $(man_MANS)
4277c478bd9Sstevel@tonic-gate	@$(NORMAL_INSTALL)
4287c478bd9Sstevel@tonic-gate	test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
4297c478bd9Sstevel@tonic-gate	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
4307c478bd9Sstevel@tonic-gate	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
4317c478bd9Sstevel@tonic-gate	for i in $$l2; do \
4327c478bd9Sstevel@tonic-gate	  case "$$i" in \
4337c478bd9Sstevel@tonic-gate	    *.1*) list="$$list $$i" ;; \
4347c478bd9Sstevel@tonic-gate	  esac; \
4357c478bd9Sstevel@tonic-gate	done; \
4367c478bd9Sstevel@tonic-gate	for i in $$list; do \
4377c478bd9Sstevel@tonic-gate	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
4387c478bd9Sstevel@tonic-gate	  else file=$$i; fi; \
4397c478bd9Sstevel@tonic-gate	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
4407c478bd9Sstevel@tonic-gate	  case "$$ext" in \
4417c478bd9Sstevel@tonic-gate	    1*) ;; \
4427c478bd9Sstevel@tonic-gate	    *) ext='1' ;; \
4437c478bd9Sstevel@tonic-gate	  esac; \
4447c478bd9Sstevel@tonic-gate	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
4457c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
4467c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
4477c478bd9Sstevel@tonic-gate	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
4487c478bd9Sstevel@tonic-gate	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
4497c478bd9Sstevel@tonic-gate	done
4507c478bd9Sstevel@tonic-gateuninstall-man1:
4517c478bd9Sstevel@tonic-gate	@$(NORMAL_UNINSTALL)
4527c478bd9Sstevel@tonic-gate	@list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
4537c478bd9Sstevel@tonic-gate	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
4547c478bd9Sstevel@tonic-gate	for i in $$l2; do \
4557c478bd9Sstevel@tonic-gate	  case "$$i" in \
4567c478bd9Sstevel@tonic-gate	    *.1*) list="$$list $$i" ;; \
4577c478bd9Sstevel@tonic-gate	  esac; \
4587c478bd9Sstevel@tonic-gate	done; \
4597c478bd9Sstevel@tonic-gate	for i in $$list; do \
4607c478bd9Sstevel@tonic-gate	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
4617c478bd9Sstevel@tonic-gate	  case "$$ext" in \
4627c478bd9Sstevel@tonic-gate	    1*) ;; \
4637c478bd9Sstevel@tonic-gate	    *) ext='1' ;; \
4647c478bd9Sstevel@tonic-gate	  esac; \
4657c478bd9Sstevel@tonic-gate	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
4667c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
4677c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
4687c478bd9Sstevel@tonic-gate	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
4697c478bd9Sstevel@tonic-gate	  rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
4707c478bd9Sstevel@tonic-gate	done
4717c478bd9Sstevel@tonic-gateinstall-man8: $(man8_MANS) $(man_MANS)
4727c478bd9Sstevel@tonic-gate	@$(NORMAL_INSTALL)
4737c478bd9Sstevel@tonic-gate	test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
4747c478bd9Sstevel@tonic-gate	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
4757c478bd9Sstevel@tonic-gate	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
4767c478bd9Sstevel@tonic-gate	for i in $$l2; do \
4777c478bd9Sstevel@tonic-gate	  case "$$i" in \
4787c478bd9Sstevel@tonic-gate	    *.8*) list="$$list $$i" ;; \
4797c478bd9Sstevel@tonic-gate	  esac; \
4807c478bd9Sstevel@tonic-gate	done; \
4817c478bd9Sstevel@tonic-gate	for i in $$list; do \
4827c478bd9Sstevel@tonic-gate	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
4837c478bd9Sstevel@tonic-gate	  else file=$$i; fi; \
4847c478bd9Sstevel@tonic-gate	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
4857c478bd9Sstevel@tonic-gate	  case "$$ext" in \
4867c478bd9Sstevel@tonic-gate	    8*) ;; \
4877c478bd9Sstevel@tonic-gate	    *) ext='8' ;; \
4887c478bd9Sstevel@tonic-gate	  esac; \
4897c478bd9Sstevel@tonic-gate	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
4907c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
4917c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
4927c478bd9Sstevel@tonic-gate	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
4937c478bd9Sstevel@tonic-gate	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
4947c478bd9Sstevel@tonic-gate	done
4957c478bd9Sstevel@tonic-gateuninstall-man8:
4967c478bd9Sstevel@tonic-gate	@$(NORMAL_UNINSTALL)
4977c478bd9Sstevel@tonic-gate	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
4987c478bd9Sstevel@tonic-gate	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
4997c478bd9Sstevel@tonic-gate	for i in $$l2; do \
5007c478bd9Sstevel@tonic-gate	  case "$$i" in \
5017c478bd9Sstevel@tonic-gate	    *.8*) list="$$list $$i" ;; \
5027c478bd9Sstevel@tonic-gate	  esac; \
5037c478bd9Sstevel@tonic-gate	done; \
5047c478bd9Sstevel@tonic-gate	for i in $$list; do \
5057c478bd9Sstevel@tonic-gate	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
5067c478bd9Sstevel@tonic-gate	  case "$$ext" in \
5077c478bd9Sstevel@tonic-gate	    8*) ;; \
5087c478bd9Sstevel@tonic-gate	    *) ext='8' ;; \
5097c478bd9Sstevel@tonic-gate	  esac; \
5107c478bd9Sstevel@tonic-gate	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
5117c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
5127c478bd9Sstevel@tonic-gate	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
5137c478bd9Sstevel@tonic-gate	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
5147c478bd9Sstevel@tonic-gate	  rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
5157c478bd9Sstevel@tonic-gate	done
5167c478bd9Sstevel@tonic-gate
5177c478bd9Sstevel@tonic-gateID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5187c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5197c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
5207c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5217c478bd9Sstevel@tonic-gate	  done | \
5227c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
5237c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
5247c478bd9Sstevel@tonic-gate	mkid -fID $$unique
5257c478bd9Sstevel@tonic-gatetags: TAGS
5267c478bd9Sstevel@tonic-gate
5277c478bd9Sstevel@tonic-gateTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
5287c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
5297c478bd9Sstevel@tonic-gate	tags=; \
5307c478bd9Sstevel@tonic-gate	here=`pwd`; \
5317c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
5327c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
5337c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5347c478bd9Sstevel@tonic-gate	  done | \
5357c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
5367c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
5377c478bd9Sstevel@tonic-gate	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
5387c478bd9Sstevel@tonic-gate	  test -n "$$unique" || unique=$$empty_fix; \
5397c478bd9Sstevel@tonic-gate	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
5407c478bd9Sstevel@tonic-gate	    $$tags $$unique; \
5417c478bd9Sstevel@tonic-gate	fi
5427c478bd9Sstevel@tonic-gatectags: CTAGS
5437c478bd9Sstevel@tonic-gateCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
5447c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
5457c478bd9Sstevel@tonic-gate	tags=; \
5467c478bd9Sstevel@tonic-gate	here=`pwd`; \
5477c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
5487c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
5497c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5507c478bd9Sstevel@tonic-gate	  done | \
5517c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
5527c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
5537c478bd9Sstevel@tonic-gate	test -z "$(CTAGS_ARGS)$$tags$$unique" \
5547c478bd9Sstevel@tonic-gate	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5557c478bd9Sstevel@tonic-gate	     $$tags $$unique
5567c478bd9Sstevel@tonic-gate
5577c478bd9Sstevel@tonic-gateGTAGS:
5587c478bd9Sstevel@tonic-gate	here=`$(am__cd) $(top_builddir) && pwd` \
5597c478bd9Sstevel@tonic-gate	  && cd $(top_srcdir) \
5607c478bd9Sstevel@tonic-gate	  && gtags -i $(GTAGS_ARGS) $$here
5617c478bd9Sstevel@tonic-gate
5627c478bd9Sstevel@tonic-gatedistclean-tags:
5637c478bd9Sstevel@tonic-gate	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5647c478bd9Sstevel@tonic-gate
5657c478bd9Sstevel@tonic-gatedistdir: $(DISTFILES)
5667c478bd9Sstevel@tonic-gate	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
5677c478bd9Sstevel@tonic-gate	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
5687c478bd9Sstevel@tonic-gate	list='$(DISTFILES)'; for file in $$list; do \
5697c478bd9Sstevel@tonic-gate	  case $$file in \
5707c478bd9Sstevel@tonic-gate	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
5717c478bd9Sstevel@tonic-gate	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
5727c478bd9Sstevel@tonic-gate	  esac; \
5737c478bd9Sstevel@tonic-gate	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
5747c478bd9Sstevel@tonic-gate	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
5757c478bd9Sstevel@tonic-gate	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
5767c478bd9Sstevel@tonic-gate	    dir="/$$dir"; \
5777c478bd9Sstevel@tonic-gate	    $(mkdir_p) "$(distdir)$$dir"; \
5787c478bd9Sstevel@tonic-gate	  else \
5797c478bd9Sstevel@tonic-gate	    dir=''; \
5807c478bd9Sstevel@tonic-gate	  fi; \
5817c478bd9Sstevel@tonic-gate	  if test -d $$d/$$file; then \
5827c478bd9Sstevel@tonic-gate	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
5837c478bd9Sstevel@tonic-gate	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
5847c478bd9Sstevel@tonic-gate	    fi; \
5857c478bd9Sstevel@tonic-gate	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
5867c478bd9Sstevel@tonic-gate	  else \
5877c478bd9Sstevel@tonic-gate	    test -f $(distdir)/$$file \
5887c478bd9Sstevel@tonic-gate	    || cp -p $$d/$$file $(distdir)/$$file \
5897c478bd9Sstevel@tonic-gate	    || exit 1; \
5907c478bd9Sstevel@tonic-gate	  fi; \
5917c478bd9Sstevel@tonic-gate	done
5927c478bd9Sstevel@tonic-gate	$(MAKE) $(AM_MAKEFLAGS) \
5937c478bd9Sstevel@tonic-gate	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
5947c478bd9Sstevel@tonic-gate	  dist-info
5957c478bd9Sstevel@tonic-gatecheck-am: all-am
5967c478bd9Sstevel@tonic-gatecheck: check-am
5977c478bd9Sstevel@tonic-gateall-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(SCRIPTS) $(MANS)
5987c478bd9Sstevel@tonic-gateinstalldirs:
5997c478bd9Sstevel@tonic-gate	for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"; do \
6007c478bd9Sstevel@tonic-gate	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
6017c478bd9Sstevel@tonic-gate	done
6027c478bd9Sstevel@tonic-gateinstall: install-am
6037c478bd9Sstevel@tonic-gateinstall-exec: install-exec-am
6047c478bd9Sstevel@tonic-gateinstall-data: install-data-am
6057c478bd9Sstevel@tonic-gateuninstall: uninstall-am
6067c478bd9Sstevel@tonic-gate
6077c478bd9Sstevel@tonic-gateinstall-am: all-am
6087c478bd9Sstevel@tonic-gate	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
6097c478bd9Sstevel@tonic-gate
6107c478bd9Sstevel@tonic-gateinstallcheck: installcheck-am
6117c478bd9Sstevel@tonic-gateinstall-strip:
6127c478bd9Sstevel@tonic-gate	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
6137c478bd9Sstevel@tonic-gate	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
6147c478bd9Sstevel@tonic-gate	  `test -z '$(STRIP)' || \
6157c478bd9Sstevel@tonic-gate	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
6167c478bd9Sstevel@tonic-gatemostlyclean-generic:
6177c478bd9Sstevel@tonic-gate
6187c478bd9Sstevel@tonic-gateclean-generic:
6197c478bd9Sstevel@tonic-gate	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
6207c478bd9Sstevel@tonic-gate
6217c478bd9Sstevel@tonic-gatedistclean-generic:
622*1b8adde7SWilliam Kucharski	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
6237c478bd9Sstevel@tonic-gate
6247c478bd9Sstevel@tonic-gatemaintainer-clean-generic:
6257c478bd9Sstevel@tonic-gate	@echo "This command is intended for maintainers to use"
6267c478bd9Sstevel@tonic-gate	@echo "it deletes files that may require special tools to rebuild."
6277c478bd9Sstevel@tonic-gateclean: clean-am
6287c478bd9Sstevel@tonic-gate
6297c478bd9Sstevel@tonic-gateclean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
6307c478bd9Sstevel@tonic-gate
6317c478bd9Sstevel@tonic-gatedistclean: distclean-am
6327c478bd9Sstevel@tonic-gate	-rm -rf ./$(DEPDIR)
6337c478bd9Sstevel@tonic-gate	-rm -f Makefile
6347c478bd9Sstevel@tonic-gatedistclean-am: clean-am distclean-compile distclean-generic \
6357c478bd9Sstevel@tonic-gate	distclean-tags
6367c478bd9Sstevel@tonic-gate
6377c478bd9Sstevel@tonic-gatedvi: dvi-am
6387c478bd9Sstevel@tonic-gate
6397c478bd9Sstevel@tonic-gatedvi-am: $(DVIS)
6407c478bd9Sstevel@tonic-gate
6417c478bd9Sstevel@tonic-gatehtml: html-am
6427c478bd9Sstevel@tonic-gate
6437c478bd9Sstevel@tonic-gatehtml-am: $(HTMLS)
6447c478bd9Sstevel@tonic-gate
6457c478bd9Sstevel@tonic-gateinfo: info-am
6467c478bd9Sstevel@tonic-gate
6477c478bd9Sstevel@tonic-gateinfo-am: $(INFO_DEPS)
6487c478bd9Sstevel@tonic-gate
6497c478bd9Sstevel@tonic-gateinstall-data-am: install-info-am install-man
6507c478bd9Sstevel@tonic-gate
6517c478bd9Sstevel@tonic-gateinstall-exec-am:
6527c478bd9Sstevel@tonic-gate
6537c478bd9Sstevel@tonic-gateinstall-info: install-info-am
6547c478bd9Sstevel@tonic-gate
6557c478bd9Sstevel@tonic-gateinstall-info-am: $(INFO_DEPS)
6567c478bd9Sstevel@tonic-gate	@$(NORMAL_INSTALL)
6577c478bd9Sstevel@tonic-gate	test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
6587c478bd9Sstevel@tonic-gate	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
6597c478bd9Sstevel@tonic-gate	list='$(INFO_DEPS)'; \
6607c478bd9Sstevel@tonic-gate	for file in $$list; do \
6617c478bd9Sstevel@tonic-gate	  case $$file in \
6627c478bd9Sstevel@tonic-gate	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
6637c478bd9Sstevel@tonic-gate	  esac; \
6647c478bd9Sstevel@tonic-gate	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
6657c478bd9Sstevel@tonic-gate	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
6667c478bd9Sstevel@tonic-gate	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
6677c478bd9Sstevel@tonic-gate                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
6687c478bd9Sstevel@tonic-gate	    if test -f $$ifile; then \
6697c478bd9Sstevel@tonic-gate	      relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
6707c478bd9Sstevel@tonic-gate	      echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
6717c478bd9Sstevel@tonic-gate	      $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
6727c478bd9Sstevel@tonic-gate	    else : ; fi; \
6737c478bd9Sstevel@tonic-gate	  done; \
6747c478bd9Sstevel@tonic-gate	done
6757c478bd9Sstevel@tonic-gate	@$(POST_INSTALL)
6767c478bd9Sstevel@tonic-gate	@if (install-info --version && \
6777c478bd9Sstevel@tonic-gate	     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
6787c478bd9Sstevel@tonic-gate	  list='$(INFO_DEPS)'; \
6797c478bd9Sstevel@tonic-gate	  for file in $$list; do \
6807c478bd9Sstevel@tonic-gate	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
6817c478bd9Sstevel@tonic-gate	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
6827c478bd9Sstevel@tonic-gate	    install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
6837c478bd9Sstevel@tonic-gate	  done; \
6847c478bd9Sstevel@tonic-gate	else : ; fi
6857c478bd9Sstevel@tonic-gateinstall-man: install-man1 install-man8
6867c478bd9Sstevel@tonic-gate
6877c478bd9Sstevel@tonic-gateinstallcheck-am:
6887c478bd9Sstevel@tonic-gate
6897c478bd9Sstevel@tonic-gatemaintainer-clean: maintainer-clean-am
6907c478bd9Sstevel@tonic-gate	-rm -rf ./$(DEPDIR)
6917c478bd9Sstevel@tonic-gate	-rm -f Makefile
6927c478bd9Sstevel@tonic-gatemaintainer-clean-am: distclean-am maintainer-clean-aminfo \
6937c478bd9Sstevel@tonic-gate	maintainer-clean-generic maintainer-clean-vti
6947c478bd9Sstevel@tonic-gate
6957c478bd9Sstevel@tonic-gatemostlyclean: mostlyclean-am
6967c478bd9Sstevel@tonic-gate
6977c478bd9Sstevel@tonic-gatemostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
6987c478bd9Sstevel@tonic-gate	mostlyclean-generic mostlyclean-vti
6997c478bd9Sstevel@tonic-gate
7007c478bd9Sstevel@tonic-gatepdf: pdf-am
7017c478bd9Sstevel@tonic-gate
7027c478bd9Sstevel@tonic-gatepdf-am: $(PDFS)
7037c478bd9Sstevel@tonic-gate
7047c478bd9Sstevel@tonic-gateps: ps-am
7057c478bd9Sstevel@tonic-gate
7067c478bd9Sstevel@tonic-gateps-am: $(PSS)
7077c478bd9Sstevel@tonic-gate
7087c478bd9Sstevel@tonic-gateuninstall-am: uninstall-info-am uninstall-man
7097c478bd9Sstevel@tonic-gate
7107c478bd9Sstevel@tonic-gateuninstall-man: uninstall-man1 uninstall-man8
7117c478bd9Sstevel@tonic-gate
7127c478bd9Sstevel@tonic-gate.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
7137c478bd9Sstevel@tonic-gate	clean-noinstPROGRAMS ctags dist-info distclean \
7147c478bd9Sstevel@tonic-gate	distclean-compile distclean-generic distclean-tags distdir dvi \
7157c478bd9Sstevel@tonic-gate	dvi-am html html-am info info-am install install-am \
7167c478bd9Sstevel@tonic-gate	install-data install-data-am install-exec install-exec-am \
7177c478bd9Sstevel@tonic-gate	install-info install-info-am install-man install-man1 \
7187c478bd9Sstevel@tonic-gate	install-man8 install-strip installcheck installcheck-am \
7197c478bd9Sstevel@tonic-gate	installdirs maintainer-clean maintainer-clean-aminfo \
7207c478bd9Sstevel@tonic-gate	maintainer-clean-generic maintainer-clean-vti mostlyclean \
7217c478bd9Sstevel@tonic-gate	mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
7227c478bd9Sstevel@tonic-gate	mostlyclean-vti pdf pdf-am ps ps-am tags uninstall \
7237c478bd9Sstevel@tonic-gate	uninstall-am uninstall-info-am uninstall-man uninstall-man1 \
7247c478bd9Sstevel@tonic-gate	uninstall-man8
7257c478bd9Sstevel@tonic-gate
7267c478bd9Sstevel@tonic-gate
7277c478bd9Sstevel@tonic-gate@BUILD_EXAMPLE_KERNEL_TRUE@boot.o: multiboot.h
7287c478bd9Sstevel@tonic-gate
7297c478bd9Sstevel@tonic-gate# Cancel the rule %.texi -> %. This rule may confuse make to determine
7307c478bd9Sstevel@tonic-gate# the dependecies.
7317c478bd9Sstevel@tonic-gate.texi:
7327c478bd9Sstevel@tonic-gate
7337c478bd9Sstevel@tonic-gate%.c.texi: %.c $(srcdir)/$(SRC2TEXI)
7347c478bd9Sstevel@tonic-gate	$(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
7357c478bd9Sstevel@tonic-gate
7367c478bd9Sstevel@tonic-gate%.h.texi: %.h $(srcdir)/$(SRC2TEXI)
7377c478bd9Sstevel@tonic-gate	$(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
7387c478bd9Sstevel@tonic-gate
7397c478bd9Sstevel@tonic-gate%.S.texi: %.S $(srcdir)/$(SRC2TEXI)
7407c478bd9Sstevel@tonic-gate	$(SHELL) $(srcdir)/$(SRC2TEXI) $(srcdir) $< $@
7417c478bd9Sstevel@tonic-gate
7427c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@$(srcdir)/grub.8: ../grub/grub $(srcdir)/$(HELP2MAN)
7437c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	$(PERL) $(srcdir)/$(HELP2MAN) --name="the grub shell" \
7447c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--section=8 --output=$@ $<
7457c478bd9Sstevel@tonic-gate
7467c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@$(srcdir)/grub-install.8: ../util/grub-install $(srcdir)/$(HELP2MAN)
7477c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	chmod 755 $<
7487c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	$(PERL) $(srcdir)/$(HELP2MAN) --name="install GRUB on your drive" \
7497c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--section=8 --output=$@ $<
7507c478bd9Sstevel@tonic-gate
7517c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@$(srcdir)/mbchk.1: ../util/mbchk $(srcdir)/$(HELP2MAN)
7527c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	$(PERL) $(srcdir)/$(HELP2MAN) \
7537c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--name="check the format of a Multiboot kernel" \
7547c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--section=1 --output=$@ $<
7557c478bd9Sstevel@tonic-gate
7567c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@$(srcdir)/grub-md5-crypt.8: ../util/grub-md5-crypt $(srcdir)/$(HELP2MAN)
7577c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	chmod 755 $<
7587c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	$(PERL) $(srcdir)/$(HELP2MAN) \
7597c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--name="Encrypt a password in MD5 format" \
7607c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--section=8 --output=$@ $<
7617c478bd9Sstevel@tonic-gate
7627c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@$(srcdir)/grub-terminfo.8: ../util/grub-terminfo $(srcdir)/$(HELP2MAN)
7637c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	chmod 755 $<
7647c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@	$(PERL) $(srcdir)/$(HELP2MAN) \
7657c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--name="Generate a terminfo command from a terminfo name" \
7667c478bd9Sstevel@tonic-gate@MAINTAINER_MODE_TRUE@		--section=8 --output=$@ $<
7677c478bd9Sstevel@tonic-gate# Tell versions [3.59,3.63) of GNU make to not export all variables.
7687c478bd9Sstevel@tonic-gate# Otherwise a system limit (for SysV at least) may be exceeded.
7697c478bd9Sstevel@tonic-gate.NOEXPORT:
770