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 = $(stage1_exec_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-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-gatenoinst_PROGRAMS = stage1.exec$(EXEEXT)
427c478bd9Sstevel@tonic-gatesubdir = stage1
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-gatePROGRAMS = $(noinst_PROGRAMS)
537c478bd9Sstevel@tonic-gateam_stage1_exec_OBJECTS = stage1.$(OBJEXT)
547c478bd9Sstevel@tonic-gatestage1_exec_OBJECTS = $(am_stage1_exec_OBJECTS)
557c478bd9Sstevel@tonic-gatestage1_exec_LDADD = $(LDADD)
567c478bd9Sstevel@tonic-gateDEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
577c478bd9Sstevel@tonic-gateCCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
587c478bd9Sstevel@tonic-gateCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
597c478bd9Sstevel@tonic-gate	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
607c478bd9Sstevel@tonic-gateCCLD = $(CC)
617c478bd9Sstevel@tonic-gateLINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
627c478bd9Sstevel@tonic-gateSOURCES = $(stage1_exec_SOURCES)
637c478bd9Sstevel@tonic-gateDIST_SOURCES = $(stage1_exec_SOURCES)
64*1b8adde7SWilliam Kucharskiam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65*1b8adde7SWilliam Kucharskiam__vpath_adj = case $$p in \
66*1b8adde7SWilliam Kucharski    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67*1b8adde7SWilliam Kucharski    *) f=$$p;; \
68*1b8adde7SWilliam Kucharski  esac;
69*1b8adde7SWilliam Kucharskiam__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
707c478bd9Sstevel@tonic-gateam__installdirs = "$(DESTDIR)$(pkglibdir)"
717c478bd9Sstevel@tonic-gatenodist_pkglibDATA_INSTALL = $(INSTALL_DATA)
727c478bd9Sstevel@tonic-gateDATA = $(nodist_pkglib_DATA)
737c478bd9Sstevel@tonic-gateETAGS = etags
747c478bd9Sstevel@tonic-gateCTAGS = ctags
757c478bd9Sstevel@tonic-gateDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
767c478bd9Sstevel@tonic-gatepkglibdir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
777c478bd9Sstevel@tonic-gateACLOCAL = @ACLOCAL@
787c478bd9Sstevel@tonic-gateAMDEP_FALSE = @AMDEP_FALSE@
797c478bd9Sstevel@tonic-gateAMDEP_TRUE = @AMDEP_TRUE@
807c478bd9Sstevel@tonic-gateAMTAR = @AMTAR@
817c478bd9Sstevel@tonic-gateAUTOCONF = @AUTOCONF@
827c478bd9Sstevel@tonic-gateAUTOHEADER = @AUTOHEADER@
837c478bd9Sstevel@tonic-gateAUTOMAKE = @AUTOMAKE@
847c478bd9Sstevel@tonic-gateAWK = @AWK@
857c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_FALSE = @BUILD_EXAMPLE_KERNEL_FALSE@
867c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_TRUE = @BUILD_EXAMPLE_KERNEL_TRUE@
877c478bd9Sstevel@tonic-gateCC = @CC@
887c478bd9Sstevel@tonic-gateCCAS = @CCAS@
897c478bd9Sstevel@tonic-gateCCASFLAGS = @CCASFLAGS@
907c478bd9Sstevel@tonic-gateCCDEPMODE = @CCDEPMODE@
917c478bd9Sstevel@tonic-gateCFLAGS = @CFLAGS@
927c478bd9Sstevel@tonic-gateCPP = @CPP@
937c478bd9Sstevel@tonic-gateCPPFLAGS = @CPPFLAGS@
947c478bd9Sstevel@tonic-gateCYGPATH_W = @CYGPATH_W@
957c478bd9Sstevel@tonic-gateDEFS = @DEFS@
967c478bd9Sstevel@tonic-gateDEPDIR = @DEPDIR@
977c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_FALSE = @DISKLESS_SUPPORT_FALSE@
987c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_TRUE = @DISKLESS_SUPPORT_TRUE@
997c478bd9Sstevel@tonic-gateECHO_C = @ECHO_C@
1007c478bd9Sstevel@tonic-gateECHO_N = @ECHO_N@
1017c478bd9Sstevel@tonic-gateECHO_T = @ECHO_T@
1027c478bd9Sstevel@tonic-gateEGREP = @EGREP@
1037c478bd9Sstevel@tonic-gateEXEEXT = @EXEEXT@
1047c478bd9Sstevel@tonic-gateFSYS_CFLAGS = @FSYS_CFLAGS@
1057c478bd9Sstevel@tonic-gateGRUB_CFLAGS = @GRUB_CFLAGS@
1067c478bd9Sstevel@tonic-gateGRUB_LIBS = @GRUB_LIBS@
1077c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
1087c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_TRUE = @HERCULES_SUPPORT_TRUE@
1097c478bd9Sstevel@tonic-gateINSTALL_DATA = @INSTALL_DATA@
1107c478bd9Sstevel@tonic-gateINSTALL_PROGRAM = @INSTALL_PROGRAM@
1117c478bd9Sstevel@tonic-gateINSTALL_SCRIPT = @INSTALL_SCRIPT@
1127c478bd9Sstevel@tonic-gateINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1137c478bd9Sstevel@tonic-gateLDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00
1147c478bd9Sstevel@tonic-gateLIBOBJS = @LIBOBJS@
1157c478bd9Sstevel@tonic-gateLIBS = @LIBS@
1167c478bd9Sstevel@tonic-gateLTLIBOBJS = @LTLIBOBJS@
1177c478bd9Sstevel@tonic-gateMAINT = @MAINT@
1187c478bd9Sstevel@tonic-gateMAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
1197c478bd9Sstevel@tonic-gateMAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1207c478bd9Sstevel@tonic-gateMAKEINFO = @MAKEINFO@
1217c478bd9Sstevel@tonic-gateNETBOOT_DRIVERS = @NETBOOT_DRIVERS@
1227c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_FALSE = @NETBOOT_SUPPORT_FALSE@
1237c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_TRUE = @NETBOOT_SUPPORT_TRUE@
1247c478bd9Sstevel@tonic-gateNET_CFLAGS = @NET_CFLAGS@
1257c478bd9Sstevel@tonic-gateNET_EXTRAFLAGS = @NET_EXTRAFLAGS@
1267c478bd9Sstevel@tonic-gateOBJCOPY = @OBJCOPY@
1277c478bd9Sstevel@tonic-gateOBJEXT = @OBJEXT@
1287c478bd9Sstevel@tonic-gatePACKAGE = @PACKAGE@
1297c478bd9Sstevel@tonic-gatePACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1307c478bd9Sstevel@tonic-gatePACKAGE_NAME = @PACKAGE_NAME@
1317c478bd9Sstevel@tonic-gatePACKAGE_STRING = @PACKAGE_STRING@
1327c478bd9Sstevel@tonic-gatePACKAGE_TARNAME = @PACKAGE_TARNAME@
1337c478bd9Sstevel@tonic-gatePACKAGE_VERSION = @PACKAGE_VERSION@
1347c478bd9Sstevel@tonic-gatePATH_SEPARATOR = @PATH_SEPARATOR@
1357c478bd9Sstevel@tonic-gatePERL = @PERL@
1367c478bd9Sstevel@tonic-gateRANLIB = @RANLIB@
1377c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_FALSE = @SERIAL_SPEED_SIMULATION_FALSE@
1387c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_TRUE = @SERIAL_SPEED_SIMULATION_TRUE@
1397c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_FALSE = @SERIAL_SUPPORT_FALSE@
1407c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_TRUE = @SERIAL_SUPPORT_TRUE@
1417c478bd9Sstevel@tonic-gateSET_MAKE = @SET_MAKE@
1427c478bd9Sstevel@tonic-gateSHELL = @SHELL@
1437c478bd9Sstevel@tonic-gateSTAGE1_CFLAGS = @STAGE1_CFLAGS@
1447c478bd9Sstevel@tonic-gateSTAGE2_CFLAGS = @STAGE2_CFLAGS@
1457c478bd9Sstevel@tonic-gateSTRIP = @STRIP@
1467c478bd9Sstevel@tonic-gateVERSION = @VERSION@
1477c478bd9Sstevel@tonic-gateac_ct_CC = @ac_ct_CC@
1487c478bd9Sstevel@tonic-gateac_ct_OBJCOPY = @ac_ct_OBJCOPY@
1497c478bd9Sstevel@tonic-gateac_ct_RANLIB = @ac_ct_RANLIB@
1507c478bd9Sstevel@tonic-gateac_ct_STRIP = @ac_ct_STRIP@
1517c478bd9Sstevel@tonic-gateam__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1527c478bd9Sstevel@tonic-gateam__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1537c478bd9Sstevel@tonic-gateam__include = @am__include@
1547c478bd9Sstevel@tonic-gateam__leading_dot = @am__leading_dot@
1557c478bd9Sstevel@tonic-gateam__quote = @am__quote@
156*1b8adde7SWilliam Kucharskiam__tar = @am__tar@
157*1b8adde7SWilliam Kucharskiam__untar = @am__untar@
1587c478bd9Sstevel@tonic-gatebindir = @bindir@
1597c478bd9Sstevel@tonic-gatebuild = @build@
1607c478bd9Sstevel@tonic-gatebuild_alias = @build_alias@
1617c478bd9Sstevel@tonic-gatebuild_cpu = @build_cpu@
1627c478bd9Sstevel@tonic-gatebuild_os = @build_os@
1637c478bd9Sstevel@tonic-gatebuild_vendor = @build_vendor@
1647c478bd9Sstevel@tonic-gatedatadir = @datadir@
1657c478bd9Sstevel@tonic-gateexec_prefix = @exec_prefix@
1667c478bd9Sstevel@tonic-gatehost = @host@
1677c478bd9Sstevel@tonic-gatehost_alias = @host_alias@
1687c478bd9Sstevel@tonic-gatehost_cpu = @host_cpu@
1697c478bd9Sstevel@tonic-gatehost_os = @host_os@
1707c478bd9Sstevel@tonic-gatehost_vendor = @host_vendor@
1717c478bd9Sstevel@tonic-gateincludedir = @includedir@
1727c478bd9Sstevel@tonic-gateinfodir = @infodir@
1737c478bd9Sstevel@tonic-gateinstall_sh = @install_sh@
1747c478bd9Sstevel@tonic-gatelibdir = @libdir@
1757c478bd9Sstevel@tonic-gatelibexecdir = @libexecdir@
1767c478bd9Sstevel@tonic-gatelocalstatedir = @localstatedir@
1777c478bd9Sstevel@tonic-gatemandir = @mandir@
1787c478bd9Sstevel@tonic-gatemkdir_p = @mkdir_p@
1797c478bd9Sstevel@tonic-gateoldincludedir = @oldincludedir@
1807c478bd9Sstevel@tonic-gateprefix = @prefix@
1817c478bd9Sstevel@tonic-gateprogram_transform_name = @program_transform_name@
1827c478bd9Sstevel@tonic-gatesbindir = @sbindir@
1837c478bd9Sstevel@tonic-gatesharedstatedir = @sharedstatedir@
1847c478bd9Sstevel@tonic-gatesysconfdir = @sysconfdir@
1857c478bd9Sstevel@tonic-gatetarget_alias = @target_alias@
1867c478bd9Sstevel@tonic-gatenodist_pkglib_DATA = stage1
1877c478bd9Sstevel@tonic-gateCLEANFILES = $(nodist_pkglib_DATA)
1887c478bd9Sstevel@tonic-gate
1897c478bd9Sstevel@tonic-gate# We can't use builtins or standard includes.
1907c478bd9Sstevel@tonic-gateAM_CCASFLAGS = $(STAGE1_CFLAGS) -fno-builtin -nostdinc
1917c478bd9Sstevel@tonic-gatestage1_exec_SOURCES = stage1.S stage1.h
1927c478bd9Sstevel@tonic-gateSUFFIXES = .exec
1937c478bd9Sstevel@tonic-gateall: all-am
1947c478bd9Sstevel@tonic-gate
1957c478bd9Sstevel@tonic-gate.SUFFIXES:
1967c478bd9Sstevel@tonic-gate.SUFFIXES: .exec .S .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  stage1/Makefile'; \
2077c478bd9Sstevel@tonic-gate	cd $(top_srcdir) && \
2087c478bd9Sstevel@tonic-gate	  $(AUTOMAKE) --gnu  stage1/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-gate
2277c478bd9Sstevel@tonic-gateclean-noinstPROGRAMS:
2287c478bd9Sstevel@tonic-gate	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
2297c478bd9Sstevel@tonic-gatestage1.exec$(EXEEXT): $(stage1_exec_OBJECTS) $(stage1_exec_DEPENDENCIES)
2307c478bd9Sstevel@tonic-gate	@rm -f stage1.exec$(EXEEXT)
2317c478bd9Sstevel@tonic-gate	$(LINK) $(stage1_exec_LDFLAGS) $(stage1_exec_OBJECTS) $(stage1_exec_LDADD) $(LIBS)
2327c478bd9Sstevel@tonic-gate
2337c478bd9Sstevel@tonic-gatemostlyclean-compile:
2347c478bd9Sstevel@tonic-gate	-rm -f *.$(OBJEXT)
2357c478bd9Sstevel@tonic-gate
2367c478bd9Sstevel@tonic-gatedistclean-compile:
2377c478bd9Sstevel@tonic-gate	-rm -f *.tab.c
2387c478bd9Sstevel@tonic-gate
2397c478bd9Sstevel@tonic-gate.S.o:
2407c478bd9Sstevel@tonic-gate	$(CCASCOMPILE) -c $<
2417c478bd9Sstevel@tonic-gate
2427c478bd9Sstevel@tonic-gate.S.obj:
2437c478bd9Sstevel@tonic-gate	$(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
2447c478bd9Sstevel@tonic-gateuninstall-info-am:
2457c478bd9Sstevel@tonic-gateinstall-nodist_pkglibDATA: $(nodist_pkglib_DATA)
2467c478bd9Sstevel@tonic-gate	@$(NORMAL_INSTALL)
2477c478bd9Sstevel@tonic-gate	test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
2487c478bd9Sstevel@tonic-gate	@list='$(nodist_pkglib_DATA)'; for p in $$list; do \
2497c478bd9Sstevel@tonic-gate	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
250*1b8adde7SWilliam Kucharski	  f=$(am__strip_dir) \
2517c478bd9Sstevel@tonic-gate	  echo " $(nodist_pkglibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
2527c478bd9Sstevel@tonic-gate	  $(nodist_pkglibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
2537c478bd9Sstevel@tonic-gate	done
2547c478bd9Sstevel@tonic-gate
2557c478bd9Sstevel@tonic-gateuninstall-nodist_pkglibDATA:
2567c478bd9Sstevel@tonic-gate	@$(NORMAL_UNINSTALL)
2577c478bd9Sstevel@tonic-gate	@list='$(nodist_pkglib_DATA)'; for p in $$list; do \
258*1b8adde7SWilliam Kucharski	  f=$(am__strip_dir) \
2597c478bd9Sstevel@tonic-gate	  echo " rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
2607c478bd9Sstevel@tonic-gate	  rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
2617c478bd9Sstevel@tonic-gate	done
2627c478bd9Sstevel@tonic-gate
2637c478bd9Sstevel@tonic-gateID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2647c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2657c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
2667c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2677c478bd9Sstevel@tonic-gate	  done | \
2687c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
2697c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
2707c478bd9Sstevel@tonic-gate	mkid -fID $$unique
2717c478bd9Sstevel@tonic-gatetags: TAGS
2727c478bd9Sstevel@tonic-gate
2737c478bd9Sstevel@tonic-gateTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
2747c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
2757c478bd9Sstevel@tonic-gate	tags=; \
2767c478bd9Sstevel@tonic-gate	here=`pwd`; \
2777c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
2787c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
2797c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2807c478bd9Sstevel@tonic-gate	  done | \
2817c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
2827c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
2837c478bd9Sstevel@tonic-gate	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2847c478bd9Sstevel@tonic-gate	  test -n "$$unique" || unique=$$empty_fix; \
2857c478bd9Sstevel@tonic-gate	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2867c478bd9Sstevel@tonic-gate	    $$tags $$unique; \
2877c478bd9Sstevel@tonic-gate	fi
2887c478bd9Sstevel@tonic-gatectags: CTAGS
2897c478bd9Sstevel@tonic-gateCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
2907c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
2917c478bd9Sstevel@tonic-gate	tags=; \
2927c478bd9Sstevel@tonic-gate	here=`pwd`; \
2937c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
2947c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
2957c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2967c478bd9Sstevel@tonic-gate	  done | \
2977c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
2987c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
2997c478bd9Sstevel@tonic-gate	test -z "$(CTAGS_ARGS)$$tags$$unique" \
3007c478bd9Sstevel@tonic-gate	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3017c478bd9Sstevel@tonic-gate	     $$tags $$unique
3027c478bd9Sstevel@tonic-gate
3037c478bd9Sstevel@tonic-gateGTAGS:
3047c478bd9Sstevel@tonic-gate	here=`$(am__cd) $(top_builddir) && pwd` \
3057c478bd9Sstevel@tonic-gate	  && cd $(top_srcdir) \
3067c478bd9Sstevel@tonic-gate	  && gtags -i $(GTAGS_ARGS) $$here
3077c478bd9Sstevel@tonic-gate
3087c478bd9Sstevel@tonic-gatedistclean-tags:
3097c478bd9Sstevel@tonic-gate	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3107c478bd9Sstevel@tonic-gate
3117c478bd9Sstevel@tonic-gatedistdir: $(DISTFILES)
3127c478bd9Sstevel@tonic-gate	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
3137c478bd9Sstevel@tonic-gate	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
3147c478bd9Sstevel@tonic-gate	list='$(DISTFILES)'; for file in $$list; do \
3157c478bd9Sstevel@tonic-gate	  case $$file in \
3167c478bd9Sstevel@tonic-gate	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
3177c478bd9Sstevel@tonic-gate	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
3187c478bd9Sstevel@tonic-gate	  esac; \
3197c478bd9Sstevel@tonic-gate	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3207c478bd9Sstevel@tonic-gate	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
3217c478bd9Sstevel@tonic-gate	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
3227c478bd9Sstevel@tonic-gate	    dir="/$$dir"; \
3237c478bd9Sstevel@tonic-gate	    $(mkdir_p) "$(distdir)$$dir"; \
3247c478bd9Sstevel@tonic-gate	  else \
3257c478bd9Sstevel@tonic-gate	    dir=''; \
3267c478bd9Sstevel@tonic-gate	  fi; \
3277c478bd9Sstevel@tonic-gate	  if test -d $$d/$$file; then \
3287c478bd9Sstevel@tonic-gate	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3297c478bd9Sstevel@tonic-gate	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
3307c478bd9Sstevel@tonic-gate	    fi; \
3317c478bd9Sstevel@tonic-gate	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
3327c478bd9Sstevel@tonic-gate	  else \
3337c478bd9Sstevel@tonic-gate	    test -f $(distdir)/$$file \
3347c478bd9Sstevel@tonic-gate	    || cp -p $$d/$$file $(distdir)/$$file \
3357c478bd9Sstevel@tonic-gate	    || exit 1; \
3367c478bd9Sstevel@tonic-gate	  fi; \
3377c478bd9Sstevel@tonic-gate	done
3387c478bd9Sstevel@tonic-gatecheck-am: all-am
3397c478bd9Sstevel@tonic-gatecheck: check-am
3407c478bd9Sstevel@tonic-gateall-am: Makefile $(PROGRAMS) $(DATA)
3417c478bd9Sstevel@tonic-gateinstalldirs:
3427c478bd9Sstevel@tonic-gate	for dir in "$(DESTDIR)$(pkglibdir)"; do \
3437c478bd9Sstevel@tonic-gate	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
3447c478bd9Sstevel@tonic-gate	done
3457c478bd9Sstevel@tonic-gateinstall: install-am
3467c478bd9Sstevel@tonic-gateinstall-exec: install-exec-am
3477c478bd9Sstevel@tonic-gateinstall-data: install-data-am
3487c478bd9Sstevel@tonic-gateuninstall: uninstall-am
3497c478bd9Sstevel@tonic-gate
3507c478bd9Sstevel@tonic-gateinstall-am: all-am
3517c478bd9Sstevel@tonic-gate	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3527c478bd9Sstevel@tonic-gate
3537c478bd9Sstevel@tonic-gateinstallcheck: installcheck-am
3547c478bd9Sstevel@tonic-gateinstall-strip:
3557c478bd9Sstevel@tonic-gate	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3567c478bd9Sstevel@tonic-gate	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3577c478bd9Sstevel@tonic-gate	  `test -z '$(STRIP)' || \
3587c478bd9Sstevel@tonic-gate	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3597c478bd9Sstevel@tonic-gatemostlyclean-generic:
3607c478bd9Sstevel@tonic-gate
3617c478bd9Sstevel@tonic-gateclean-generic:
3627c478bd9Sstevel@tonic-gate	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3637c478bd9Sstevel@tonic-gate
3647c478bd9Sstevel@tonic-gatedistclean-generic:
365*1b8adde7SWilliam Kucharski	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3667c478bd9Sstevel@tonic-gate
3677c478bd9Sstevel@tonic-gatemaintainer-clean-generic:
3687c478bd9Sstevel@tonic-gate	@echo "This command is intended for maintainers to use"
3697c478bd9Sstevel@tonic-gate	@echo "it deletes files that may require special tools to rebuild."
3707c478bd9Sstevel@tonic-gateclean: clean-am
3717c478bd9Sstevel@tonic-gate
3727c478bd9Sstevel@tonic-gateclean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
3737c478bd9Sstevel@tonic-gate
3747c478bd9Sstevel@tonic-gatedistclean: distclean-am
3757c478bd9Sstevel@tonic-gate	-rm -f Makefile
3767c478bd9Sstevel@tonic-gatedistclean-am: clean-am distclean-compile distclean-generic \
3777c478bd9Sstevel@tonic-gate	distclean-tags
3787c478bd9Sstevel@tonic-gate
3797c478bd9Sstevel@tonic-gatedvi: dvi-am
3807c478bd9Sstevel@tonic-gate
3817c478bd9Sstevel@tonic-gatedvi-am:
3827c478bd9Sstevel@tonic-gate
3837c478bd9Sstevel@tonic-gatehtml: html-am
3847c478bd9Sstevel@tonic-gate
3857c478bd9Sstevel@tonic-gateinfo: info-am
3867c478bd9Sstevel@tonic-gate
3877c478bd9Sstevel@tonic-gateinfo-am:
3887c478bd9Sstevel@tonic-gate
3897c478bd9Sstevel@tonic-gateinstall-data-am:
3907c478bd9Sstevel@tonic-gate
3917c478bd9Sstevel@tonic-gateinstall-exec-am: install-nodist_pkglibDATA
3927c478bd9Sstevel@tonic-gate
3937c478bd9Sstevel@tonic-gateinstall-info: install-info-am
3947c478bd9Sstevel@tonic-gate
3957c478bd9Sstevel@tonic-gateinstall-man:
3967c478bd9Sstevel@tonic-gate
3977c478bd9Sstevel@tonic-gateinstallcheck-am:
3987c478bd9Sstevel@tonic-gate
3997c478bd9Sstevel@tonic-gatemaintainer-clean: maintainer-clean-am
4007c478bd9Sstevel@tonic-gate	-rm -f Makefile
4017c478bd9Sstevel@tonic-gatemaintainer-clean-am: distclean-am maintainer-clean-generic
4027c478bd9Sstevel@tonic-gate
4037c478bd9Sstevel@tonic-gatemostlyclean: mostlyclean-am
4047c478bd9Sstevel@tonic-gate
4057c478bd9Sstevel@tonic-gatemostlyclean-am: mostlyclean-compile mostlyclean-generic
4067c478bd9Sstevel@tonic-gate
4077c478bd9Sstevel@tonic-gatepdf: pdf-am
4087c478bd9Sstevel@tonic-gate
4097c478bd9Sstevel@tonic-gatepdf-am:
4107c478bd9Sstevel@tonic-gate
4117c478bd9Sstevel@tonic-gateps: ps-am
4127c478bd9Sstevel@tonic-gate
4137c478bd9Sstevel@tonic-gateps-am:
4147c478bd9Sstevel@tonic-gate
4157c478bd9Sstevel@tonic-gateuninstall-am: uninstall-info-am uninstall-nodist_pkglibDATA
4167c478bd9Sstevel@tonic-gate
4177c478bd9Sstevel@tonic-gate.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
4187c478bd9Sstevel@tonic-gate	clean-noinstPROGRAMS ctags distclean distclean-compile \
4197c478bd9Sstevel@tonic-gate	distclean-generic distclean-tags distdir dvi dvi-am html \
4207c478bd9Sstevel@tonic-gate	html-am info info-am install install-am install-data \
4217c478bd9Sstevel@tonic-gate	install-data-am install-exec install-exec-am install-info \
4227c478bd9Sstevel@tonic-gate	install-info-am install-man install-nodist_pkglibDATA \
4237c478bd9Sstevel@tonic-gate	install-strip installcheck installcheck-am installdirs \
4247c478bd9Sstevel@tonic-gate	maintainer-clean maintainer-clean-generic mostlyclean \
4257c478bd9Sstevel@tonic-gate	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
4267c478bd9Sstevel@tonic-gate	tags uninstall uninstall-am uninstall-info-am \
4277c478bd9Sstevel@tonic-gate	uninstall-nodist_pkglibDATA
4287c478bd9Sstevel@tonic-gate
4297c478bd9Sstevel@tonic-gate.exec:
4307c478bd9Sstevel@tonic-gate	$(OBJCOPY) -O binary $< $@
4317c478bd9Sstevel@tonic-gate# Tell versions [3.59,3.63) of GNU make to not export all variables.
4327c478bd9Sstevel@tonic-gate# Otherwise a system limit (for SysV at least) may be exceeded.
4337c478bd9Sstevel@tonic-gate.NOEXPORT:
434