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-gateSOURCES = $(grub_SOURCES)
187c478bd9Sstevel@tonic-gate
197c478bd9Sstevel@tonic-gatesrcdir = @srcdir@
207c478bd9Sstevel@tonic-gatetop_srcdir = @top_srcdir@
217c478bd9Sstevel@tonic-gateVPATH = @srcdir@
227c478bd9Sstevel@tonic-gatepkgdatadir = $(datadir)/@PACKAGE@
237c478bd9Sstevel@tonic-gatepkglibdir = $(libdir)/@PACKAGE@
247c478bd9Sstevel@tonic-gatepkgincludedir = $(includedir)/@PACKAGE@
257c478bd9Sstevel@tonic-gatetop_builddir = ..
267c478bd9Sstevel@tonic-gateam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
277c478bd9Sstevel@tonic-gateINSTALL = @INSTALL@
287c478bd9Sstevel@tonic-gateinstall_sh_DATA = $(install_sh) -c -m 644
297c478bd9Sstevel@tonic-gateinstall_sh_PROGRAM = $(install_sh) -c
307c478bd9Sstevel@tonic-gateinstall_sh_SCRIPT = $(install_sh) -c
317c478bd9Sstevel@tonic-gateINSTALL_HEADER = $(INSTALL_DATA)
327c478bd9Sstevel@tonic-gatetransform = $(program_transform_name)
337c478bd9Sstevel@tonic-gateNORMAL_INSTALL = :
347c478bd9Sstevel@tonic-gatePRE_INSTALL = :
357c478bd9Sstevel@tonic-gatePOST_INSTALL = :
367c478bd9Sstevel@tonic-gateNORMAL_UNINSTALL = :
377c478bd9Sstevel@tonic-gatePRE_UNINSTALL = :
387c478bd9Sstevel@tonic-gatePOST_UNINSTALL = :
39*1b8adde7SWilliam Kucharskibuild_triplet = @build@
407c478bd9Sstevel@tonic-gatehost_triplet = @host@
417c478bd9Sstevel@tonic-gatesbin_PROGRAMS = grub$(EXEEXT)
427c478bd9Sstevel@tonic-gatesubdir = grub
437c478bd9Sstevel@tonic-gateDIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
447c478bd9Sstevel@tonic-gateACLOCAL_M4 = $(top_srcdir)/aclocal.m4
457c478bd9Sstevel@tonic-gateam__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
467c478bd9Sstevel@tonic-gate	$(top_srcdir)/configure.ac
477c478bd9Sstevel@tonic-gateam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
487c478bd9Sstevel@tonic-gate	$(ACLOCAL_M4)
497c478bd9Sstevel@tonic-gatemkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
507c478bd9Sstevel@tonic-gateCONFIG_HEADER = $(top_builddir)/config.h
517c478bd9Sstevel@tonic-gateCONFIG_CLEAN_FILES =
527c478bd9Sstevel@tonic-gateam__installdirs = "$(DESTDIR)$(sbindir)"
537c478bd9Sstevel@tonic-gatesbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
547c478bd9Sstevel@tonic-gatePROGRAMS = $(sbin_PROGRAMS)
557c478bd9Sstevel@tonic-gateam_grub_OBJECTS = main.$(OBJEXT) asmstub.$(OBJEXT)
567c478bd9Sstevel@tonic-gategrub_OBJECTS = $(am_grub_OBJECTS)
577c478bd9Sstevel@tonic-gateam__DEPENDENCIES_1 =
587c478bd9Sstevel@tonic-gategrub_DEPENDENCIES = ../stage2/libgrub.a ../lib/libcommon.a \
597c478bd9Sstevel@tonic-gate	$(am__DEPENDENCIES_1)
607c478bd9Sstevel@tonic-gateDEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
617c478bd9Sstevel@tonic-gatedepcomp = $(SHELL) $(top_srcdir)/depcomp
627c478bd9Sstevel@tonic-gateam__depfiles_maybe = depfiles
637c478bd9Sstevel@tonic-gateCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
647c478bd9Sstevel@tonic-gate	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
657c478bd9Sstevel@tonic-gateCCLD = $(CC)
667c478bd9Sstevel@tonic-gateLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
677c478bd9Sstevel@tonic-gateSOURCES = $(grub_SOURCES)
687c478bd9Sstevel@tonic-gateDIST_SOURCES = $(grub_SOURCES)
697c478bd9Sstevel@tonic-gateETAGS = etags
707c478bd9Sstevel@tonic-gateCTAGS = ctags
717c478bd9Sstevel@tonic-gateDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
727c478bd9Sstevel@tonic-gateACLOCAL = @ACLOCAL@
737c478bd9Sstevel@tonic-gateAMDEP_FALSE = @AMDEP_FALSE@
747c478bd9Sstevel@tonic-gateAMDEP_TRUE = @AMDEP_TRUE@
757c478bd9Sstevel@tonic-gateAMTAR = @AMTAR@
767c478bd9Sstevel@tonic-gateAUTOCONF = @AUTOCONF@
777c478bd9Sstevel@tonic-gateAUTOHEADER = @AUTOHEADER@
787c478bd9Sstevel@tonic-gateAUTOMAKE = @AUTOMAKE@
797c478bd9Sstevel@tonic-gateAWK = @AWK@
807c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_FALSE = @BUILD_EXAMPLE_KERNEL_FALSE@
817c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_TRUE = @BUILD_EXAMPLE_KERNEL_TRUE@
827c478bd9Sstevel@tonic-gateCC = @CC@
837c478bd9Sstevel@tonic-gateCCAS = @CCAS@
847c478bd9Sstevel@tonic-gateCCASFLAGS = @CCASFLAGS@
857c478bd9Sstevel@tonic-gateCCDEPMODE = @CCDEPMODE@
867c478bd9Sstevel@tonic-gateCFLAGS = @CFLAGS@
877c478bd9Sstevel@tonic-gateCPP = @CPP@
887c478bd9Sstevel@tonic-gateCPPFLAGS = @CPPFLAGS@
897c478bd9Sstevel@tonic-gateCYGPATH_W = @CYGPATH_W@
907c478bd9Sstevel@tonic-gateDEFS = @DEFS@
917c478bd9Sstevel@tonic-gateDEPDIR = @DEPDIR@
927c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_FALSE = @DISKLESS_SUPPORT_FALSE@
937c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_TRUE = @DISKLESS_SUPPORT_TRUE@
947c478bd9Sstevel@tonic-gateECHO_C = @ECHO_C@
957c478bd9Sstevel@tonic-gateECHO_N = @ECHO_N@
967c478bd9Sstevel@tonic-gateECHO_T = @ECHO_T@
977c478bd9Sstevel@tonic-gateEGREP = @EGREP@
987c478bd9Sstevel@tonic-gateEXEEXT = @EXEEXT@
997c478bd9Sstevel@tonic-gateFSYS_CFLAGS = @FSYS_CFLAGS@
1007c478bd9Sstevel@tonic-gateGRUB_CFLAGS = @GRUB_CFLAGS@
1017c478bd9Sstevel@tonic-gateGRUB_LIBS = @GRUB_LIBS@
1027c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
1037c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_TRUE = @HERCULES_SUPPORT_TRUE@
1047c478bd9Sstevel@tonic-gateINSTALL_DATA = @INSTALL_DATA@
1057c478bd9Sstevel@tonic-gateINSTALL_PROGRAM = @INSTALL_PROGRAM@
1067c478bd9Sstevel@tonic-gateINSTALL_SCRIPT = @INSTALL_SCRIPT@
1077c478bd9Sstevel@tonic-gateINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1087c478bd9Sstevel@tonic-gateLDFLAGS = @LDFLAGS@
1097c478bd9Sstevel@tonic-gateLIBOBJS = @LIBOBJS@
1107c478bd9Sstevel@tonic-gateLIBS = @LIBS@
1117c478bd9Sstevel@tonic-gateLTLIBOBJS = @LTLIBOBJS@
1127c478bd9Sstevel@tonic-gateMAINT = @MAINT@
1137c478bd9Sstevel@tonic-gateMAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
1147c478bd9Sstevel@tonic-gateMAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1157c478bd9Sstevel@tonic-gateMAKEINFO = @MAKEINFO@
1167c478bd9Sstevel@tonic-gateNETBOOT_DRIVERS = @NETBOOT_DRIVERS@
1177c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_FALSE = @NETBOOT_SUPPORT_FALSE@
1187c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_TRUE = @NETBOOT_SUPPORT_TRUE@
1197c478bd9Sstevel@tonic-gateNET_CFLAGS = @NET_CFLAGS@
1207c478bd9Sstevel@tonic-gateNET_EXTRAFLAGS = @NET_EXTRAFLAGS@
1217c478bd9Sstevel@tonic-gateOBJCOPY = @OBJCOPY@
1227c478bd9Sstevel@tonic-gateOBJEXT = @OBJEXT@
1237c478bd9Sstevel@tonic-gatePACKAGE = @PACKAGE@
1247c478bd9Sstevel@tonic-gatePACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1257c478bd9Sstevel@tonic-gatePACKAGE_NAME = @PACKAGE_NAME@
1267c478bd9Sstevel@tonic-gatePACKAGE_STRING = @PACKAGE_STRING@
1277c478bd9Sstevel@tonic-gatePACKAGE_TARNAME = @PACKAGE_TARNAME@
1287c478bd9Sstevel@tonic-gatePACKAGE_VERSION = @PACKAGE_VERSION@
1297c478bd9Sstevel@tonic-gatePATH_SEPARATOR = @PATH_SEPARATOR@
1307c478bd9Sstevel@tonic-gatePERL = @PERL@
1317c478bd9Sstevel@tonic-gateRANLIB = @RANLIB@
1327c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_FALSE = @SERIAL_SPEED_SIMULATION_FALSE@
1337c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_TRUE = @SERIAL_SPEED_SIMULATION_TRUE@
1347c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_FALSE = @SERIAL_SUPPORT_FALSE@
1357c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_TRUE = @SERIAL_SUPPORT_TRUE@
1367c478bd9Sstevel@tonic-gateSET_MAKE = @SET_MAKE@
1377c478bd9Sstevel@tonic-gateSHELL = @SHELL@
1387c478bd9Sstevel@tonic-gateSTAGE1_CFLAGS = @STAGE1_CFLAGS@
1397c478bd9Sstevel@tonic-gateSTAGE2_CFLAGS = @STAGE2_CFLAGS@
1407c478bd9Sstevel@tonic-gateSTRIP = @STRIP@
1417c478bd9Sstevel@tonic-gateVERSION = @VERSION@
1427c478bd9Sstevel@tonic-gateac_ct_CC = @ac_ct_CC@
1437c478bd9Sstevel@tonic-gateac_ct_OBJCOPY = @ac_ct_OBJCOPY@
1447c478bd9Sstevel@tonic-gateac_ct_RANLIB = @ac_ct_RANLIB@
1457c478bd9Sstevel@tonic-gateac_ct_STRIP = @ac_ct_STRIP@
1467c478bd9Sstevel@tonic-gateam__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1477c478bd9Sstevel@tonic-gateam__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1487c478bd9Sstevel@tonic-gateam__include = @am__include@
1497c478bd9Sstevel@tonic-gateam__leading_dot = @am__leading_dot@
1507c478bd9Sstevel@tonic-gateam__quote = @am__quote@
151*1b8adde7SWilliam Kucharskiam__tar = @am__tar@
152*1b8adde7SWilliam Kucharskiam__untar = @am__untar@
1537c478bd9Sstevel@tonic-gatebindir = @bindir@
1547c478bd9Sstevel@tonic-gatebuild = @build@
1557c478bd9Sstevel@tonic-gatebuild_alias = @build_alias@
1567c478bd9Sstevel@tonic-gatebuild_cpu = @build_cpu@
1577c478bd9Sstevel@tonic-gatebuild_os = @build_os@
1587c478bd9Sstevel@tonic-gatebuild_vendor = @build_vendor@
1597c478bd9Sstevel@tonic-gatedatadir = @datadir@
1607c478bd9Sstevel@tonic-gateexec_prefix = @exec_prefix@
1617c478bd9Sstevel@tonic-gatehost = @host@
1627c478bd9Sstevel@tonic-gatehost_alias = @host_alias@
1637c478bd9Sstevel@tonic-gatehost_cpu = @host_cpu@
1647c478bd9Sstevel@tonic-gatehost_os = @host_os@
1657c478bd9Sstevel@tonic-gatehost_vendor = @host_vendor@
1667c478bd9Sstevel@tonic-gateincludedir = @includedir@
1677c478bd9Sstevel@tonic-gateinfodir = @infodir@
1687c478bd9Sstevel@tonic-gateinstall_sh = @install_sh@
1697c478bd9Sstevel@tonic-gatelibdir = @libdir@
1707c478bd9Sstevel@tonic-gatelibexecdir = @libexecdir@
1717c478bd9Sstevel@tonic-gatelocalstatedir = @localstatedir@
1727c478bd9Sstevel@tonic-gatemandir = @mandir@
1737c478bd9Sstevel@tonic-gatemkdir_p = @mkdir_p@
1747c478bd9Sstevel@tonic-gateoldincludedir = @oldincludedir@
1757c478bd9Sstevel@tonic-gateprefix = @prefix@
1767c478bd9Sstevel@tonic-gateprogram_transform_name = @program_transform_name@
1777c478bd9Sstevel@tonic-gatesbindir = @sbindir@
1787c478bd9Sstevel@tonic-gatesharedstatedir = @sharedstatedir@
1797c478bd9Sstevel@tonic-gatesysconfdir = @sysconfdir@
1807c478bd9Sstevel@tonic-gatetarget_alias = @target_alias@
1817c478bd9Sstevel@tonic-gate@SERIAL_SPEED_SIMULATION_FALSE@SERIAL_FLAGS = -DSUPPORT_SERIAL=1
1827c478bd9Sstevel@tonic-gate@SERIAL_SPEED_SIMULATION_TRUE@SERIAL_FLAGS = -DSUPPORT_SERIAL=1 -DSIMULATE_SLOWNESS_OF_SERIAL=1
1837c478bd9Sstevel@tonic-gateAM_CPPFLAGS = -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 \
1847c478bd9Sstevel@tonic-gate	-DFSYS_ISO9660=1 -DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 \
185b1b8ab34Slling	-DFSYS_ZFS=1 -DFSYS_UFS2=1 -DFSYS_VSTAFS=1 -DFSYS_XFS=1 \
1867c478bd9Sstevel@tonic-gate	-DUSE_MD5_PASSWORDS=1 -DSUPPORT_HERCULES=1 \
1877c478bd9Sstevel@tonic-gate	$(SERIAL_FLAGS) -I$(top_srcdir)/stage2 \
1887c478bd9Sstevel@tonic-gate	-I$(top_srcdir)/stage1 -I$(top_srcdir)/lib
1897c478bd9Sstevel@tonic-gate
190*1b8adde7SWilliam KucharskiAM_CFLAGS = $(GRUB_CFLAGS)
1917c478bd9Sstevel@tonic-gategrub_SOURCES = main.c asmstub.c
1927c478bd9Sstevel@tonic-gategrub_LDADD = ../stage2/libgrub.a  ../lib/libcommon.a $(GRUB_LIBS)
1937c478bd9Sstevel@tonic-gateall: all-am
1947c478bd9Sstevel@tonic-gate
1957c478bd9Sstevel@tonic-gate.SUFFIXES:
1967c478bd9Sstevel@tonic-gate.SUFFIXES: .c .o .obj
1977c478bd9Sstevel@tonic-gate$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1987c478bd9Sstevel@tonic-gate	@for dep in $?; do \
1997c478bd9Sstevel@tonic-gate	  case '$(am__configure_deps)' in \
2007c478bd9Sstevel@tonic-gate	    *$$dep*) \
2017c478bd9Sstevel@tonic-gate	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
2027c478bd9Sstevel@tonic-gate		&& exit 0; \
2037c478bd9Sstevel@tonic-gate	      exit 1;; \
2047c478bd9Sstevel@tonic-gate	  esac; \
2057c478bd9Sstevel@tonic-gate	done; \
2067c478bd9Sstevel@tonic-gate	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  grub/Makefile'; \
2077c478bd9Sstevel@tonic-gate	cd $(top_srcdir) && \
2087c478bd9Sstevel@tonic-gate	  $(AUTOMAKE) --gnu  grub/Makefile
2097c478bd9Sstevel@tonic-gate.PRECIOUS: Makefile
2107c478bd9Sstevel@tonic-gateMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2117c478bd9Sstevel@tonic-gate	@case '$?' in \
2127c478bd9Sstevel@tonic-gate	  *config.status*) \
2137c478bd9Sstevel@tonic-gate	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2147c478bd9Sstevel@tonic-gate	  *) \
2157c478bd9Sstevel@tonic-gate	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2167c478bd9Sstevel@tonic-gate	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2177c478bd9Sstevel@tonic-gate	esac;
2187c478bd9Sstevel@tonic-gate
2197c478bd9Sstevel@tonic-gate$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2207c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2217c478bd9Sstevel@tonic-gate
2227c478bd9Sstevel@tonic-gate$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2237c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2247c478bd9Sstevel@tonic-gate$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2257c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2267c478bd9Sstevel@tonic-gateinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
2277c478bd9Sstevel@tonic-gate	@$(NORMAL_INSTALL)
2287c478bd9Sstevel@tonic-gate	test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
2297c478bd9Sstevel@tonic-gate	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
2307c478bd9Sstevel@tonic-gate	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2317c478bd9Sstevel@tonic-gate	  if test -f $$p \
2327c478bd9Sstevel@tonic-gate	  ; then \
2337c478bd9Sstevel@tonic-gate	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
2347c478bd9Sstevel@tonic-gate	   echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
2357c478bd9Sstevel@tonic-gate	   $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
2367c478bd9Sstevel@tonic-gate	  else :; fi; \
2377c478bd9Sstevel@tonic-gate	done
2387c478bd9Sstevel@tonic-gate
2397c478bd9Sstevel@tonic-gateuninstall-sbinPROGRAMS:
2407c478bd9Sstevel@tonic-gate	@$(NORMAL_UNINSTALL)
2417c478bd9Sstevel@tonic-gate	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
2427c478bd9Sstevel@tonic-gate	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
2437c478bd9Sstevel@tonic-gate	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
2447c478bd9Sstevel@tonic-gate	  rm -f "$(DESTDIR)$(sbindir)/$$f"; \
2457c478bd9Sstevel@tonic-gate	done
2467c478bd9Sstevel@tonic-gate
2477c478bd9Sstevel@tonic-gateclean-sbinPROGRAMS:
2487c478bd9Sstevel@tonic-gate	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
2497c478bd9Sstevel@tonic-gategrub$(EXEEXT): $(grub_OBJECTS) $(grub_DEPENDENCIES)
2507c478bd9Sstevel@tonic-gate	@rm -f grub$(EXEEXT)
2517c478bd9Sstevel@tonic-gate	$(LINK) $(grub_LDFLAGS) $(grub_OBJECTS) $(grub_LDADD) $(LIBS)
2527c478bd9Sstevel@tonic-gate
2537c478bd9Sstevel@tonic-gatemostlyclean-compile:
2547c478bd9Sstevel@tonic-gate	-rm -f *.$(OBJEXT)
2557c478bd9Sstevel@tonic-gate
2567c478bd9Sstevel@tonic-gatedistclean-compile:
2577c478bd9Sstevel@tonic-gate	-rm -f *.tab.c
2587c478bd9Sstevel@tonic-gate
2597c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asmstub.Po@am__quote@
2607c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
2617c478bd9Sstevel@tonic-gate
2627c478bd9Sstevel@tonic-gate.c.o:
2637c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
2647c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
2657c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
266*1b8adde7SWilliam Kucharski@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2677c478bd9Sstevel@tonic-gate@am__fastdepCC_FALSE@	$(COMPILE) -c $<
2687c478bd9Sstevel@tonic-gate
2697c478bd9Sstevel@tonic-gate.c.obj:
2707c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
2717c478bd9Sstevel@tonic-gate@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
2727c478bd9Sstevel@tonic-gate@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
273*1b8adde7SWilliam Kucharski@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2747c478bd9Sstevel@tonic-gate@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
2757c478bd9Sstevel@tonic-gateuninstall-info-am:
2767c478bd9Sstevel@tonic-gate
2777c478bd9Sstevel@tonic-gateID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2787c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2797c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
2807c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2817c478bd9Sstevel@tonic-gate	  done | \
2827c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
2837c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
2847c478bd9Sstevel@tonic-gate	mkid -fID $$unique
2857c478bd9Sstevel@tonic-gatetags: TAGS
2867c478bd9Sstevel@tonic-gate
2877c478bd9Sstevel@tonic-gateTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
2887c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
2897c478bd9Sstevel@tonic-gate	tags=; \
2907c478bd9Sstevel@tonic-gate	here=`pwd`; \
2917c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
2927c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
2937c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2947c478bd9Sstevel@tonic-gate	  done | \
2957c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
2967c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
2977c478bd9Sstevel@tonic-gate	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2987c478bd9Sstevel@tonic-gate	  test -n "$$unique" || unique=$$empty_fix; \
2997c478bd9Sstevel@tonic-gate	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3007c478bd9Sstevel@tonic-gate	    $$tags $$unique; \
3017c478bd9Sstevel@tonic-gate	fi
3027c478bd9Sstevel@tonic-gatectags: CTAGS
3037c478bd9Sstevel@tonic-gateCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3047c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
3057c478bd9Sstevel@tonic-gate	tags=; \
3067c478bd9Sstevel@tonic-gate	here=`pwd`; \
3077c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3087c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
3097c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3107c478bd9Sstevel@tonic-gate	  done | \
3117c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
3127c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
3137c478bd9Sstevel@tonic-gate	test -z "$(CTAGS_ARGS)$$tags$$unique" \
3147c478bd9Sstevel@tonic-gate	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3157c478bd9Sstevel@tonic-gate	     $$tags $$unique
3167c478bd9Sstevel@tonic-gate
3177c478bd9Sstevel@tonic-gateGTAGS:
3187c478bd9Sstevel@tonic-gate	here=`$(am__cd) $(top_builddir) && pwd` \
3197c478bd9Sstevel@tonic-gate	  && cd $(top_srcdir) \
3207c478bd9Sstevel@tonic-gate	  && gtags -i $(GTAGS_ARGS) $$here
3217c478bd9Sstevel@tonic-gate
3227c478bd9Sstevel@tonic-gatedistclean-tags:
3237c478bd9Sstevel@tonic-gate	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3247c478bd9Sstevel@tonic-gate
3257c478bd9Sstevel@tonic-gatedistdir: $(DISTFILES)
3267c478bd9Sstevel@tonic-gate	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
3277c478bd9Sstevel@tonic-gate	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
3287c478bd9Sstevel@tonic-gate	list='$(DISTFILES)'; for file in $$list; do \
3297c478bd9Sstevel@tonic-gate	  case $$file in \
3307c478bd9Sstevel@tonic-gate	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
3317c478bd9Sstevel@tonic-gate	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
3327c478bd9Sstevel@tonic-gate	  esac; \
3337c478bd9Sstevel@tonic-gate	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3347c478bd9Sstevel@tonic-gate	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
3357c478bd9Sstevel@tonic-gate	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
3367c478bd9Sstevel@tonic-gate	    dir="/$$dir"; \
3377c478bd9Sstevel@tonic-gate	    $(mkdir_p) "$(distdir)$$dir"; \
3387c478bd9Sstevel@tonic-gate	  else \
3397c478bd9Sstevel@tonic-gate	    dir=''; \
3407c478bd9Sstevel@tonic-gate	  fi; \
3417c478bd9Sstevel@tonic-gate	  if test -d $$d/$$file; then \
3427c478bd9Sstevel@tonic-gate	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3437c478bd9Sstevel@tonic-gate	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
3447c478bd9Sstevel@tonic-gate	    fi; \
3457c478bd9Sstevel@tonic-gate	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
3467c478bd9Sstevel@tonic-gate	  else \
3477c478bd9Sstevel@tonic-gate	    test -f $(distdir)/$$file \
3487c478bd9Sstevel@tonic-gate	    || cp -p $$d/$$file $(distdir)/$$file \
3497c478bd9Sstevel@tonic-gate	    || exit 1; \
3507c478bd9Sstevel@tonic-gate	  fi; \
3517c478bd9Sstevel@tonic-gate	done
3527c478bd9Sstevel@tonic-gatecheck-am: all-am
3537c478bd9Sstevel@tonic-gatecheck: check-am
3547c478bd9Sstevel@tonic-gateall-am: Makefile $(PROGRAMS)
3557c478bd9Sstevel@tonic-gateinstalldirs:
3567c478bd9Sstevel@tonic-gate	for dir in "$(DESTDIR)$(sbindir)"; do \
3577c478bd9Sstevel@tonic-gate	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
3587c478bd9Sstevel@tonic-gate	done
3597c478bd9Sstevel@tonic-gateinstall: install-am
3607c478bd9Sstevel@tonic-gateinstall-exec: install-exec-am
3617c478bd9Sstevel@tonic-gateinstall-data: install-data-am
3627c478bd9Sstevel@tonic-gateuninstall: uninstall-am
3637c478bd9Sstevel@tonic-gate
3647c478bd9Sstevel@tonic-gateinstall-am: all-am
3657c478bd9Sstevel@tonic-gate	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3667c478bd9Sstevel@tonic-gate
3677c478bd9Sstevel@tonic-gateinstallcheck: installcheck-am
3687c478bd9Sstevel@tonic-gateinstall-strip:
3697c478bd9Sstevel@tonic-gate	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3707c478bd9Sstevel@tonic-gate	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3717c478bd9Sstevel@tonic-gate	  `test -z '$(STRIP)' || \
3727c478bd9Sstevel@tonic-gate	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3737c478bd9Sstevel@tonic-gatemostlyclean-generic:
3747c478bd9Sstevel@tonic-gate
3757c478bd9Sstevel@tonic-gateclean-generic:
3767c478bd9Sstevel@tonic-gate
3777c478bd9Sstevel@tonic-gatedistclean-generic:
378*1b8adde7SWilliam Kucharski	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3797c478bd9Sstevel@tonic-gate
3807c478bd9Sstevel@tonic-gatemaintainer-clean-generic:
3817c478bd9Sstevel@tonic-gate	@echo "This command is intended for maintainers to use"
3827c478bd9Sstevel@tonic-gate	@echo "it deletes files that may require special tools to rebuild."
3837c478bd9Sstevel@tonic-gateclean: clean-am
3847c478bd9Sstevel@tonic-gate
3857c478bd9Sstevel@tonic-gateclean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
3867c478bd9Sstevel@tonic-gate
3877c478bd9Sstevel@tonic-gatedistclean: distclean-am
3887c478bd9Sstevel@tonic-gate	-rm -rf ./$(DEPDIR)
3897c478bd9Sstevel@tonic-gate	-rm -f Makefile
3907c478bd9Sstevel@tonic-gatedistclean-am: clean-am distclean-compile distclean-generic \
3917c478bd9Sstevel@tonic-gate	distclean-tags
3927c478bd9Sstevel@tonic-gate
3937c478bd9Sstevel@tonic-gatedvi: dvi-am
3947c478bd9Sstevel@tonic-gate
3957c478bd9Sstevel@tonic-gatedvi-am:
3967c478bd9Sstevel@tonic-gate
3977c478bd9Sstevel@tonic-gatehtml: html-am
3987c478bd9Sstevel@tonic-gate
3997c478bd9Sstevel@tonic-gateinfo: info-am
4007c478bd9Sstevel@tonic-gate
4017c478bd9Sstevel@tonic-gateinfo-am:
4027c478bd9Sstevel@tonic-gate
4037c478bd9Sstevel@tonic-gateinstall-data-am:
4047c478bd9Sstevel@tonic-gate
4057c478bd9Sstevel@tonic-gateinstall-exec-am: install-sbinPROGRAMS
4067c478bd9Sstevel@tonic-gate
4077c478bd9Sstevel@tonic-gateinstall-info: install-info-am
4087c478bd9Sstevel@tonic-gate
4097c478bd9Sstevel@tonic-gateinstall-man:
4107c478bd9Sstevel@tonic-gate
4117c478bd9Sstevel@tonic-gateinstallcheck-am:
4127c478bd9Sstevel@tonic-gate
4137c478bd9Sstevel@tonic-gatemaintainer-clean: maintainer-clean-am
4147c478bd9Sstevel@tonic-gate	-rm -rf ./$(DEPDIR)
4157c478bd9Sstevel@tonic-gate	-rm -f Makefile
4167c478bd9Sstevel@tonic-gatemaintainer-clean-am: distclean-am maintainer-clean-generic
4177c478bd9Sstevel@tonic-gate
4187c478bd9Sstevel@tonic-gatemostlyclean: mostlyclean-am
4197c478bd9Sstevel@tonic-gate
4207c478bd9Sstevel@tonic-gatemostlyclean-am: mostlyclean-compile mostlyclean-generic
4217c478bd9Sstevel@tonic-gate
4227c478bd9Sstevel@tonic-gatepdf: pdf-am
4237c478bd9Sstevel@tonic-gate
4247c478bd9Sstevel@tonic-gatepdf-am:
4257c478bd9Sstevel@tonic-gate
4267c478bd9Sstevel@tonic-gateps: ps-am
4277c478bd9Sstevel@tonic-gate
4287c478bd9Sstevel@tonic-gateps-am:
4297c478bd9Sstevel@tonic-gate
4307c478bd9Sstevel@tonic-gateuninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
4317c478bd9Sstevel@tonic-gate
4327c478bd9Sstevel@tonic-gate.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
4337c478bd9Sstevel@tonic-gate	clean-sbinPROGRAMS ctags distclean distclean-compile \
4347c478bd9Sstevel@tonic-gate	distclean-generic distclean-tags distdir dvi dvi-am html \
4357c478bd9Sstevel@tonic-gate	html-am info info-am install install-am install-data \
4367c478bd9Sstevel@tonic-gate	install-data-am install-exec install-exec-am install-info \
4377c478bd9Sstevel@tonic-gate	install-info-am install-man install-sbinPROGRAMS install-strip \
4387c478bd9Sstevel@tonic-gate	installcheck installcheck-am installdirs maintainer-clean \
4397c478bd9Sstevel@tonic-gate	maintainer-clean-generic mostlyclean mostlyclean-compile \
4407c478bd9Sstevel@tonic-gate	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
4417c478bd9Sstevel@tonic-gate	uninstall-am uninstall-info-am uninstall-sbinPROGRAMS
4427c478bd9Sstevel@tonic-gate
4437c478bd9Sstevel@tonic-gate# Tell versions [3.59,3.63) of GNU make to not export all variables.
4447c478bd9Sstevel@tonic-gate# Otherwise a system limit (for SysV at least) may be exceeded.
4457c478bd9Sstevel@tonic-gate.NOEXPORT:
446