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-gatesrcdir = @srcdir@
177c478bd9Sstevel@tonic-gatetop_srcdir = @top_srcdir@
187c478bd9Sstevel@tonic-gateVPATH = @srcdir@
197c478bd9Sstevel@tonic-gatepkgdatadir = $(datadir)/@PACKAGE@
207c478bd9Sstevel@tonic-gatepkglibdir = $(libdir)/@PACKAGE@
217c478bd9Sstevel@tonic-gatepkgincludedir = $(includedir)/@PACKAGE@
227c478bd9Sstevel@tonic-gatetop_builddir = .
237c478bd9Sstevel@tonic-gateam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
247c478bd9Sstevel@tonic-gateINSTALL = @INSTALL@
257c478bd9Sstevel@tonic-gateinstall_sh_DATA = $(install_sh) -c -m 644
267c478bd9Sstevel@tonic-gateinstall_sh_PROGRAM = $(install_sh) -c
277c478bd9Sstevel@tonic-gateinstall_sh_SCRIPT = $(install_sh) -c
287c478bd9Sstevel@tonic-gateINSTALL_HEADER = $(INSTALL_DATA)
297c478bd9Sstevel@tonic-gatetransform = $(program_transform_name)
307c478bd9Sstevel@tonic-gateNORMAL_INSTALL = :
317c478bd9Sstevel@tonic-gatePRE_INSTALL = :
327c478bd9Sstevel@tonic-gatePOST_INSTALL = :
337c478bd9Sstevel@tonic-gateNORMAL_UNINSTALL = :
347c478bd9Sstevel@tonic-gatePRE_UNINSTALL = :
357c478bd9Sstevel@tonic-gatePOST_UNINSTALL = :
36*1b8adde7SWilliam Kucharskibuild_triplet = @build@
377c478bd9Sstevel@tonic-gatehost_triplet = @host@
387c478bd9Sstevel@tonic-gateDIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
397c478bd9Sstevel@tonic-gate	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
407c478bd9Sstevel@tonic-gate	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
417c478bd9Sstevel@tonic-gate	THANKS TODO compile config.guess config.sub depcomp install-sh \
427c478bd9Sstevel@tonic-gate	missing mkinstalldirs
437c478bd9Sstevel@tonic-gatesubdir = .
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-gateam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
507c478bd9Sstevel@tonic-gate configure.lineno configure.status.lineno
517c478bd9Sstevel@tonic-gatemkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
527c478bd9Sstevel@tonic-gateCONFIG_HEADER = config.h
537c478bd9Sstevel@tonic-gateCONFIG_CLEAN_FILES =
547c478bd9Sstevel@tonic-gateSOURCES =
557c478bd9Sstevel@tonic-gateDIST_SOURCES =
567c478bd9Sstevel@tonic-gateRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
577c478bd9Sstevel@tonic-gate	html-recursive info-recursive install-data-recursive \
587c478bd9Sstevel@tonic-gate	install-exec-recursive install-info-recursive \
597c478bd9Sstevel@tonic-gate	install-recursive installcheck-recursive installdirs-recursive \
607c478bd9Sstevel@tonic-gate	pdf-recursive ps-recursive uninstall-info-recursive \
617c478bd9Sstevel@tonic-gate	uninstall-recursive
627c478bd9Sstevel@tonic-gateETAGS = etags
637c478bd9Sstevel@tonic-gateCTAGS = ctags
647c478bd9Sstevel@tonic-gateDIST_SUBDIRS = $(SUBDIRS)
657c478bd9Sstevel@tonic-gateDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
667c478bd9Sstevel@tonic-gatedistdir = $(PACKAGE)-$(VERSION)
677c478bd9Sstevel@tonic-gatetop_distdir = $(distdir)
687c478bd9Sstevel@tonic-gateam__remove_distdir = \
697c478bd9Sstevel@tonic-gate  { test ! -d $(distdir) \
707c478bd9Sstevel@tonic-gate    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
717c478bd9Sstevel@tonic-gate         && rm -fr $(distdir); }; }
727c478bd9Sstevel@tonic-gateDIST_ARCHIVES = $(distdir).tar.gz
737c478bd9Sstevel@tonic-gateGZIP_ENV = --best
747c478bd9Sstevel@tonic-gatedistuninstallcheck_listfiles = find . -type f -print
757c478bd9Sstevel@tonic-gatedistcleancheck_listfiles = find . -type f -print
767c478bd9Sstevel@tonic-gateACLOCAL = @ACLOCAL@
777c478bd9Sstevel@tonic-gateAMDEP_FALSE = @AMDEP_FALSE@
787c478bd9Sstevel@tonic-gateAMDEP_TRUE = @AMDEP_TRUE@
797c478bd9Sstevel@tonic-gateAMTAR = @AMTAR@
807c478bd9Sstevel@tonic-gateAUTOCONF = @AUTOCONF@
817c478bd9Sstevel@tonic-gateAUTOHEADER = @AUTOHEADER@
827c478bd9Sstevel@tonic-gateAUTOMAKE = @AUTOMAKE@
837c478bd9Sstevel@tonic-gateAWK = @AWK@
847c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_FALSE = @BUILD_EXAMPLE_KERNEL_FALSE@
857c478bd9Sstevel@tonic-gateBUILD_EXAMPLE_KERNEL_TRUE = @BUILD_EXAMPLE_KERNEL_TRUE@
867c478bd9Sstevel@tonic-gateCC = @CC@
877c478bd9Sstevel@tonic-gateCCAS = @CCAS@
887c478bd9Sstevel@tonic-gateCCASFLAGS = @CCASFLAGS@
897c478bd9Sstevel@tonic-gateCCDEPMODE = @CCDEPMODE@
907c478bd9Sstevel@tonic-gateCFLAGS = @CFLAGS@
917c478bd9Sstevel@tonic-gateCPP = @CPP@
927c478bd9Sstevel@tonic-gateCPPFLAGS = @CPPFLAGS@
937c478bd9Sstevel@tonic-gateCYGPATH_W = @CYGPATH_W@
947c478bd9Sstevel@tonic-gateDEFS = @DEFS@
957c478bd9Sstevel@tonic-gateDEPDIR = @DEPDIR@
967c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_FALSE = @DISKLESS_SUPPORT_FALSE@
977c478bd9Sstevel@tonic-gateDISKLESS_SUPPORT_TRUE = @DISKLESS_SUPPORT_TRUE@
987c478bd9Sstevel@tonic-gateECHO_C = @ECHO_C@
997c478bd9Sstevel@tonic-gateECHO_N = @ECHO_N@
1007c478bd9Sstevel@tonic-gateECHO_T = @ECHO_T@
1017c478bd9Sstevel@tonic-gateEGREP = @EGREP@
1027c478bd9Sstevel@tonic-gateEXEEXT = @EXEEXT@
1037c478bd9Sstevel@tonic-gateFSYS_CFLAGS = @FSYS_CFLAGS@
1047c478bd9Sstevel@tonic-gateGRUB_CFLAGS = @GRUB_CFLAGS@
1057c478bd9Sstevel@tonic-gateGRUB_LIBS = @GRUB_LIBS@
1067c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
1077c478bd9Sstevel@tonic-gateHERCULES_SUPPORT_TRUE = @HERCULES_SUPPORT_TRUE@
1087c478bd9Sstevel@tonic-gateINSTALL_DATA = @INSTALL_DATA@
1097c478bd9Sstevel@tonic-gateINSTALL_PROGRAM = @INSTALL_PROGRAM@
1107c478bd9Sstevel@tonic-gateINSTALL_SCRIPT = @INSTALL_SCRIPT@
1117c478bd9Sstevel@tonic-gateINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1127c478bd9Sstevel@tonic-gateLDFLAGS = @LDFLAGS@
1137c478bd9Sstevel@tonic-gateLIBOBJS = @LIBOBJS@
1147c478bd9Sstevel@tonic-gateLIBS = @LIBS@
1157c478bd9Sstevel@tonic-gateLTLIBOBJS = @LTLIBOBJS@
1167c478bd9Sstevel@tonic-gateMAINT = @MAINT@
1177c478bd9Sstevel@tonic-gateMAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
1187c478bd9Sstevel@tonic-gateMAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
1197c478bd9Sstevel@tonic-gateMAKEINFO = @MAKEINFO@
1207c478bd9Sstevel@tonic-gateNETBOOT_DRIVERS = @NETBOOT_DRIVERS@
1217c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_FALSE = @NETBOOT_SUPPORT_FALSE@
1227c478bd9Sstevel@tonic-gateNETBOOT_SUPPORT_TRUE = @NETBOOT_SUPPORT_TRUE@
1237c478bd9Sstevel@tonic-gateNET_CFLAGS = @NET_CFLAGS@
1247c478bd9Sstevel@tonic-gateNET_EXTRAFLAGS = @NET_EXTRAFLAGS@
1257c478bd9Sstevel@tonic-gateOBJCOPY = @OBJCOPY@
1267c478bd9Sstevel@tonic-gateOBJEXT = @OBJEXT@
1277c478bd9Sstevel@tonic-gatePACKAGE = @PACKAGE@
1287c478bd9Sstevel@tonic-gatePACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1297c478bd9Sstevel@tonic-gatePACKAGE_NAME = @PACKAGE_NAME@
1307c478bd9Sstevel@tonic-gatePACKAGE_STRING = @PACKAGE_STRING@
1317c478bd9Sstevel@tonic-gatePACKAGE_TARNAME = @PACKAGE_TARNAME@
1327c478bd9Sstevel@tonic-gatePACKAGE_VERSION = @PACKAGE_VERSION@
1337c478bd9Sstevel@tonic-gatePATH_SEPARATOR = @PATH_SEPARATOR@
1347c478bd9Sstevel@tonic-gatePERL = @PERL@
1357c478bd9Sstevel@tonic-gateRANLIB = @RANLIB@
1367c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_FALSE = @SERIAL_SPEED_SIMULATION_FALSE@
1377c478bd9Sstevel@tonic-gateSERIAL_SPEED_SIMULATION_TRUE = @SERIAL_SPEED_SIMULATION_TRUE@
1387c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_FALSE = @SERIAL_SUPPORT_FALSE@
1397c478bd9Sstevel@tonic-gateSERIAL_SUPPORT_TRUE = @SERIAL_SUPPORT_TRUE@
1407c478bd9Sstevel@tonic-gateSET_MAKE = @SET_MAKE@
1417c478bd9Sstevel@tonic-gateSHELL = @SHELL@
1427c478bd9Sstevel@tonic-gateSTAGE1_CFLAGS = @STAGE1_CFLAGS@
1437c478bd9Sstevel@tonic-gateSTAGE2_CFLAGS = @STAGE2_CFLAGS@
1447c478bd9Sstevel@tonic-gateSTRIP = @STRIP@
1457c478bd9Sstevel@tonic-gateVERSION = @VERSION@
1467c478bd9Sstevel@tonic-gateac_ct_CC = @ac_ct_CC@
1477c478bd9Sstevel@tonic-gateac_ct_OBJCOPY = @ac_ct_OBJCOPY@
1487c478bd9Sstevel@tonic-gateac_ct_RANLIB = @ac_ct_RANLIB@
1497c478bd9Sstevel@tonic-gateac_ct_STRIP = @ac_ct_STRIP@
1507c478bd9Sstevel@tonic-gateam__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1517c478bd9Sstevel@tonic-gateam__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1527c478bd9Sstevel@tonic-gateam__include = @am__include@
1537c478bd9Sstevel@tonic-gateam__leading_dot = @am__leading_dot@
1547c478bd9Sstevel@tonic-gateam__quote = @am__quote@
155*1b8adde7SWilliam Kucharskiam__tar = @am__tar@
156*1b8adde7SWilliam Kucharskiam__untar = @am__untar@
1577c478bd9Sstevel@tonic-gatebindir = @bindir@
1587c478bd9Sstevel@tonic-gatebuild = @build@
1597c478bd9Sstevel@tonic-gatebuild_alias = @build_alias@
1607c478bd9Sstevel@tonic-gatebuild_cpu = @build_cpu@
1617c478bd9Sstevel@tonic-gatebuild_os = @build_os@
1627c478bd9Sstevel@tonic-gatebuild_vendor = @build_vendor@
1637c478bd9Sstevel@tonic-gatedatadir = @datadir@
1647c478bd9Sstevel@tonic-gateexec_prefix = @exec_prefix@
1657c478bd9Sstevel@tonic-gatehost = @host@
1667c478bd9Sstevel@tonic-gatehost_alias = @host_alias@
1677c478bd9Sstevel@tonic-gatehost_cpu = @host_cpu@
1687c478bd9Sstevel@tonic-gatehost_os = @host_os@
1697c478bd9Sstevel@tonic-gatehost_vendor = @host_vendor@
1707c478bd9Sstevel@tonic-gateincludedir = @includedir@
1717c478bd9Sstevel@tonic-gateinfodir = @infodir@
1727c478bd9Sstevel@tonic-gateinstall_sh = @install_sh@
1737c478bd9Sstevel@tonic-gatelibdir = @libdir@
1747c478bd9Sstevel@tonic-gatelibexecdir = @libexecdir@
1757c478bd9Sstevel@tonic-gatelocalstatedir = @localstatedir@
1767c478bd9Sstevel@tonic-gatemandir = @mandir@
1777c478bd9Sstevel@tonic-gatemkdir_p = @mkdir_p@
1787c478bd9Sstevel@tonic-gateoldincludedir = @oldincludedir@
1797c478bd9Sstevel@tonic-gateprefix = @prefix@
1807c478bd9Sstevel@tonic-gateprogram_transform_name = @program_transform_name@
1817c478bd9Sstevel@tonic-gatesbindir = @sbindir@
1827c478bd9Sstevel@tonic-gatesharedstatedir = @sharedstatedir@
1837c478bd9Sstevel@tonic-gatesysconfdir = @sysconfdir@
1847c478bd9Sstevel@tonic-gatetarget_alias = @target_alias@
1857c478bd9Sstevel@tonic-gate
1867c478bd9Sstevel@tonic-gate# Do not change this order if you don't know what you are doing.
1877c478bd9Sstevel@tonic-gateAUTOMAKE_OPTIONS = 1.7 gnu
1887c478bd9Sstevel@tonic-gateSUBDIRS = netboot stage2 stage1 lib grub util docs
1897c478bd9Sstevel@tonic-gateEXTRA_DIST = BUGS MAINTENANCE
1907c478bd9Sstevel@tonic-gateall: config.h
1917c478bd9Sstevel@tonic-gate	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1927c478bd9Sstevel@tonic-gate
1937c478bd9Sstevel@tonic-gate.SUFFIXES:
1947c478bd9Sstevel@tonic-gateam--refresh:
1957c478bd9Sstevel@tonic-gate	@:
1967c478bd9Sstevel@tonic-gate$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1977c478bd9Sstevel@tonic-gate	@for dep in $?; do \
1987c478bd9Sstevel@tonic-gate	  case '$(am__configure_deps)' in \
1997c478bd9Sstevel@tonic-gate	    *$$dep*) \
2007c478bd9Sstevel@tonic-gate	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
2017c478bd9Sstevel@tonic-gate	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
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  Makefile'; \
2077c478bd9Sstevel@tonic-gate	cd $(top_srcdir) && \
2087c478bd9Sstevel@tonic-gate	  $(AUTOMAKE) --gnu  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	    echo ' $(SHELL) ./config.status'; \
2147c478bd9Sstevel@tonic-gate	    $(SHELL) ./config.status;; \
2157c478bd9Sstevel@tonic-gate	  *) \
2167c478bd9Sstevel@tonic-gate	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2177c478bd9Sstevel@tonic-gate	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2187c478bd9Sstevel@tonic-gate	esac;
2197c478bd9Sstevel@tonic-gate
2207c478bd9Sstevel@tonic-gate$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2217c478bd9Sstevel@tonic-gate	$(SHELL) ./config.status --recheck
2227c478bd9Sstevel@tonic-gate
2237c478bd9Sstevel@tonic-gate$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2247c478bd9Sstevel@tonic-gate	cd $(srcdir) && $(AUTOCONF)
2257c478bd9Sstevel@tonic-gate$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2267c478bd9Sstevel@tonic-gate	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2277c478bd9Sstevel@tonic-gate
2287c478bd9Sstevel@tonic-gateconfig.h: stamp-h1
2297c478bd9Sstevel@tonic-gate	@if test ! -f $@; then \
2307c478bd9Sstevel@tonic-gate	  rm -f stamp-h1; \
2317c478bd9Sstevel@tonic-gate	  $(MAKE) stamp-h1; \
2327c478bd9Sstevel@tonic-gate	else :; fi
2337c478bd9Sstevel@tonic-gate
2347c478bd9Sstevel@tonic-gatestamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2357c478bd9Sstevel@tonic-gate	@rm -f stamp-h1
2367c478bd9Sstevel@tonic-gate	cd $(top_builddir) && $(SHELL) ./config.status config.h
2377c478bd9Sstevel@tonic-gate$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2387c478bd9Sstevel@tonic-gate	cd $(top_srcdir) && $(AUTOHEADER)
2397c478bd9Sstevel@tonic-gate	rm -f stamp-h1
2407c478bd9Sstevel@tonic-gate	touch $@
2417c478bd9Sstevel@tonic-gate
2427c478bd9Sstevel@tonic-gatedistclean-hdr:
2437c478bd9Sstevel@tonic-gate	-rm -f config.h stamp-h1
2447c478bd9Sstevel@tonic-gateuninstall-info-am:
2457c478bd9Sstevel@tonic-gate
2467c478bd9Sstevel@tonic-gate# This directory's subdirectories are mostly independent; you can cd
2477c478bd9Sstevel@tonic-gate# into them and run `make' without going through this Makefile.
2487c478bd9Sstevel@tonic-gate# To change the values of `make' variables: instead of editing Makefiles,
2497c478bd9Sstevel@tonic-gate# (1) if the variable is set in `config.status', edit `config.status'
2507c478bd9Sstevel@tonic-gate#     (which will cause the Makefiles to be regenerated when you run `make');
2517c478bd9Sstevel@tonic-gate# (2) otherwise, pass the desired values on the `make' command line.
2527c478bd9Sstevel@tonic-gate$(RECURSIVE_TARGETS):
2537c478bd9Sstevel@tonic-gate	@set fnord $$MAKEFLAGS; amf=$$2; \
2547c478bd9Sstevel@tonic-gate	dot_seen=no; \
2557c478bd9Sstevel@tonic-gate	target=`echo $@ | sed s/-recursive//`; \
2567c478bd9Sstevel@tonic-gate	list='$(SUBDIRS)'; for subdir in $$list; do \
2577c478bd9Sstevel@tonic-gate	  echo "Making $$target in $$subdir"; \
2587c478bd9Sstevel@tonic-gate	  if test "$$subdir" = "."; then \
2597c478bd9Sstevel@tonic-gate	    dot_seen=yes; \
2607c478bd9Sstevel@tonic-gate	    local_target="$$target-am"; \
2617c478bd9Sstevel@tonic-gate	  else \
2627c478bd9Sstevel@tonic-gate	    local_target="$$target"; \
2637c478bd9Sstevel@tonic-gate	  fi; \
2647c478bd9Sstevel@tonic-gate	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2657c478bd9Sstevel@tonic-gate	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
2667c478bd9Sstevel@tonic-gate	done; \
2677c478bd9Sstevel@tonic-gate	if test "$$dot_seen" = "no"; then \
2687c478bd9Sstevel@tonic-gate	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2697c478bd9Sstevel@tonic-gate	fi; test -z "$$fail"
2707c478bd9Sstevel@tonic-gate
2717c478bd9Sstevel@tonic-gatemostlyclean-recursive clean-recursive distclean-recursive \
2727c478bd9Sstevel@tonic-gatemaintainer-clean-recursive:
2737c478bd9Sstevel@tonic-gate	@set fnord $$MAKEFLAGS; amf=$$2; \
2747c478bd9Sstevel@tonic-gate	dot_seen=no; \
2757c478bd9Sstevel@tonic-gate	case "$@" in \
2767c478bd9Sstevel@tonic-gate	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2777c478bd9Sstevel@tonic-gate	  *) list='$(SUBDIRS)' ;; \
2787c478bd9Sstevel@tonic-gate	esac; \
2797c478bd9Sstevel@tonic-gate	rev=''; for subdir in $$list; do \
2807c478bd9Sstevel@tonic-gate	  if test "$$subdir" = "."; then :; else \
2817c478bd9Sstevel@tonic-gate	    rev="$$subdir $$rev"; \
2827c478bd9Sstevel@tonic-gate	  fi; \
2837c478bd9Sstevel@tonic-gate	done; \
2847c478bd9Sstevel@tonic-gate	rev="$$rev ."; \
2857c478bd9Sstevel@tonic-gate	target=`echo $@ | sed s/-recursive//`; \
2867c478bd9Sstevel@tonic-gate	for subdir in $$rev; do \
2877c478bd9Sstevel@tonic-gate	  echo "Making $$target in $$subdir"; \
2887c478bd9Sstevel@tonic-gate	  if test "$$subdir" = "."; then \
2897c478bd9Sstevel@tonic-gate	    local_target="$$target-am"; \
2907c478bd9Sstevel@tonic-gate	  else \
2917c478bd9Sstevel@tonic-gate	    local_target="$$target"; \
2927c478bd9Sstevel@tonic-gate	  fi; \
2937c478bd9Sstevel@tonic-gate	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2947c478bd9Sstevel@tonic-gate	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
2957c478bd9Sstevel@tonic-gate	done && test -z "$$fail"
2967c478bd9Sstevel@tonic-gatetags-recursive:
2977c478bd9Sstevel@tonic-gate	list='$(SUBDIRS)'; for subdir in $$list; do \
2987c478bd9Sstevel@tonic-gate	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2997c478bd9Sstevel@tonic-gate	done
3007c478bd9Sstevel@tonic-gatectags-recursive:
3017c478bd9Sstevel@tonic-gate	list='$(SUBDIRS)'; for subdir in $$list; do \
3027c478bd9Sstevel@tonic-gate	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3037c478bd9Sstevel@tonic-gate	done
3047c478bd9Sstevel@tonic-gate
3057c478bd9Sstevel@tonic-gateID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3067c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3077c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
3087c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3097c478bd9Sstevel@tonic-gate	  done | \
3107c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
3117c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
3127c478bd9Sstevel@tonic-gate	mkid -fID $$unique
3137c478bd9Sstevel@tonic-gatetags: TAGS
3147c478bd9Sstevel@tonic-gate
3157c478bd9Sstevel@tonic-gateTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3167c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
3177c478bd9Sstevel@tonic-gate	tags=; \
3187c478bd9Sstevel@tonic-gate	here=`pwd`; \
3197c478bd9Sstevel@tonic-gate	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
3207c478bd9Sstevel@tonic-gate	  include_option=--etags-include; \
3217c478bd9Sstevel@tonic-gate	  empty_fix=.; \
3227c478bd9Sstevel@tonic-gate	else \
3237c478bd9Sstevel@tonic-gate	  include_option=--include; \
3247c478bd9Sstevel@tonic-gate	  empty_fix=; \
3257c478bd9Sstevel@tonic-gate	fi; \
3267c478bd9Sstevel@tonic-gate	list='$(SUBDIRS)'; for subdir in $$list; do \
3277c478bd9Sstevel@tonic-gate	  if test "$$subdir" = .; then :; else \
3287c478bd9Sstevel@tonic-gate	    test ! -f $$subdir/TAGS || \
3297c478bd9Sstevel@tonic-gate	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
3307c478bd9Sstevel@tonic-gate	  fi; \
3317c478bd9Sstevel@tonic-gate	done; \
3327c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3337c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
3347c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3357c478bd9Sstevel@tonic-gate	  done | \
3367c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
3377c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
3387c478bd9Sstevel@tonic-gate	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
3397c478bd9Sstevel@tonic-gate	  test -n "$$unique" || unique=$$empty_fix; \
3407c478bd9Sstevel@tonic-gate	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3417c478bd9Sstevel@tonic-gate	    $$tags $$unique; \
3427c478bd9Sstevel@tonic-gate	fi
3437c478bd9Sstevel@tonic-gatectags: CTAGS
3447c478bd9Sstevel@tonic-gateCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
3457c478bd9Sstevel@tonic-gate		$(TAGS_FILES) $(LISP)
3467c478bd9Sstevel@tonic-gate	tags=; \
3477c478bd9Sstevel@tonic-gate	here=`pwd`; \
3487c478bd9Sstevel@tonic-gate	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
3497c478bd9Sstevel@tonic-gate	unique=`for i in $$list; do \
3507c478bd9Sstevel@tonic-gate	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3517c478bd9Sstevel@tonic-gate	  done | \
3527c478bd9Sstevel@tonic-gate	  $(AWK) '    { files[$$0] = 1; } \
3537c478bd9Sstevel@tonic-gate	       END { for (i in files) print i; }'`; \
3547c478bd9Sstevel@tonic-gate	test -z "$(CTAGS_ARGS)$$tags$$unique" \
3557c478bd9Sstevel@tonic-gate	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3567c478bd9Sstevel@tonic-gate	     $$tags $$unique
3577c478bd9Sstevel@tonic-gate
3587c478bd9Sstevel@tonic-gateGTAGS:
3597c478bd9Sstevel@tonic-gate	here=`$(am__cd) $(top_builddir) && pwd` \
3607c478bd9Sstevel@tonic-gate	  && cd $(top_srcdir) \
3617c478bd9Sstevel@tonic-gate	  && gtags -i $(GTAGS_ARGS) $$here
3627c478bd9Sstevel@tonic-gate
3637c478bd9Sstevel@tonic-gatedistclean-tags:
3647c478bd9Sstevel@tonic-gate	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3657c478bd9Sstevel@tonic-gate
3667c478bd9Sstevel@tonic-gatedistdir: $(DISTFILES)
3677c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
3687c478bd9Sstevel@tonic-gate	mkdir $(distdir)
3697c478bd9Sstevel@tonic-gate	$(mkdir_p) $(distdir)/util
3707c478bd9Sstevel@tonic-gate	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
3717c478bd9Sstevel@tonic-gate	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
3727c478bd9Sstevel@tonic-gate	list='$(DISTFILES)'; for file in $$list; do \
3737c478bd9Sstevel@tonic-gate	  case $$file in \
3747c478bd9Sstevel@tonic-gate	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
3757c478bd9Sstevel@tonic-gate	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
3767c478bd9Sstevel@tonic-gate	  esac; \
3777c478bd9Sstevel@tonic-gate	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3787c478bd9Sstevel@tonic-gate	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
3797c478bd9Sstevel@tonic-gate	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
3807c478bd9Sstevel@tonic-gate	    dir="/$$dir"; \
3817c478bd9Sstevel@tonic-gate	    $(mkdir_p) "$(distdir)$$dir"; \
3827c478bd9Sstevel@tonic-gate	  else \
3837c478bd9Sstevel@tonic-gate	    dir=''; \
3847c478bd9Sstevel@tonic-gate	  fi; \
3857c478bd9Sstevel@tonic-gate	  if test -d $$d/$$file; then \
3867c478bd9Sstevel@tonic-gate	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3877c478bd9Sstevel@tonic-gate	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
3887c478bd9Sstevel@tonic-gate	    fi; \
3897c478bd9Sstevel@tonic-gate	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
3907c478bd9Sstevel@tonic-gate	  else \
3917c478bd9Sstevel@tonic-gate	    test -f $(distdir)/$$file \
3927c478bd9Sstevel@tonic-gate	    || cp -p $$d/$$file $(distdir)/$$file \
3937c478bd9Sstevel@tonic-gate	    || exit 1; \
3947c478bd9Sstevel@tonic-gate	  fi; \
3957c478bd9Sstevel@tonic-gate	done
396*1b8adde7SWilliam Kucharski	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3977c478bd9Sstevel@tonic-gate	  if test "$$subdir" = .; then :; else \
3987c478bd9Sstevel@tonic-gate	    test -d "$(distdir)/$$subdir" \
399*1b8adde7SWilliam Kucharski	    || $(mkdir_p) "$(distdir)/$$subdir" \
4007c478bd9Sstevel@tonic-gate	    || exit 1; \
401*1b8adde7SWilliam Kucharski	    distdir=`$(am__cd) $(distdir) && pwd`; \
402*1b8adde7SWilliam Kucharski	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
4037c478bd9Sstevel@tonic-gate	    (cd $$subdir && \
4047c478bd9Sstevel@tonic-gate	      $(MAKE) $(AM_MAKEFLAGS) \
405*1b8adde7SWilliam Kucharski	        top_distdir="$$top_distdir" \
406*1b8adde7SWilliam Kucharski	        distdir="$$distdir/$$subdir" \
4077c478bd9Sstevel@tonic-gate	        distdir) \
4087c478bd9Sstevel@tonic-gate	      || exit 1; \
4097c478bd9Sstevel@tonic-gate	  fi; \
4107c478bd9Sstevel@tonic-gate	done
4117c478bd9Sstevel@tonic-gate	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
4127c478bd9Sstevel@tonic-gate	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
4137c478bd9Sstevel@tonic-gate	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
4147c478bd9Sstevel@tonic-gate	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
4157c478bd9Sstevel@tonic-gate	|| chmod -R a+r $(distdir)
4167c478bd9Sstevel@tonic-gatedist-gzip: distdir
417*1b8adde7SWilliam Kucharski	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
4187c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4197c478bd9Sstevel@tonic-gate
4207c478bd9Sstevel@tonic-gatedist-bzip2: distdir
421*1b8adde7SWilliam Kucharski	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
4227c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4237c478bd9Sstevel@tonic-gate
4247c478bd9Sstevel@tonic-gatedist-tarZ: distdir
425*1b8adde7SWilliam Kucharski	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
4267c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4277c478bd9Sstevel@tonic-gate
4287c478bd9Sstevel@tonic-gatedist-shar: distdir
4297c478bd9Sstevel@tonic-gate	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
4307c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4317c478bd9Sstevel@tonic-gate
4327c478bd9Sstevel@tonic-gatedist-zip: distdir
4337c478bd9Sstevel@tonic-gate	-rm -f $(distdir).zip
4347c478bd9Sstevel@tonic-gate	zip -rq $(distdir).zip $(distdir)
4357c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4367c478bd9Sstevel@tonic-gate
4377c478bd9Sstevel@tonic-gatedist dist-all: distdir
438*1b8adde7SWilliam Kucharski	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
4397c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4407c478bd9Sstevel@tonic-gate
4417c478bd9Sstevel@tonic-gate# This target untars the dist file and tries a VPATH configuration.  Then
4427c478bd9Sstevel@tonic-gate# it guarantees that the distribution is self-contained by making another
4437c478bd9Sstevel@tonic-gate# tarfile.
4447c478bd9Sstevel@tonic-gatedistcheck: dist
4457c478bd9Sstevel@tonic-gate	case '$(DIST_ARCHIVES)' in \
4467c478bd9Sstevel@tonic-gate	*.tar.gz*) \
4477c478bd9Sstevel@tonic-gate	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
4487c478bd9Sstevel@tonic-gate	*.tar.bz2*) \
4497c478bd9Sstevel@tonic-gate	  bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
4507c478bd9Sstevel@tonic-gate	*.tar.Z*) \
4517c478bd9Sstevel@tonic-gate	  uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
4527c478bd9Sstevel@tonic-gate	*.shar.gz*) \
4537c478bd9Sstevel@tonic-gate	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
4547c478bd9Sstevel@tonic-gate	*.zip*) \
4557c478bd9Sstevel@tonic-gate	  unzip $(distdir).zip ;;\
4567c478bd9Sstevel@tonic-gate	esac
4577c478bd9Sstevel@tonic-gate	chmod -R a-w $(distdir); chmod a+w $(distdir)
4587c478bd9Sstevel@tonic-gate	mkdir $(distdir)/_build
4597c478bd9Sstevel@tonic-gate	mkdir $(distdir)/_inst
4607c478bd9Sstevel@tonic-gate	chmod a-w $(distdir)
4617c478bd9Sstevel@tonic-gate	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
4627c478bd9Sstevel@tonic-gate	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
4637c478bd9Sstevel@tonic-gate	  && cd $(distdir)/_build \
4647c478bd9Sstevel@tonic-gate	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
4657c478bd9Sstevel@tonic-gate	    $(DISTCHECK_CONFIGURE_FLAGS) \
4667c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) \
4677c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
4687c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) check \
4697c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) install \
4707c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
4717c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
4727c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
4737c478bd9Sstevel@tonic-gate	        distuninstallcheck \
4747c478bd9Sstevel@tonic-gate	  && chmod -R a-w "$$dc_install_base" \
4757c478bd9Sstevel@tonic-gate	  && ({ \
4767c478bd9Sstevel@tonic-gate	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
4777c478bd9Sstevel@tonic-gate	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
4787c478bd9Sstevel@tonic-gate	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
4797c478bd9Sstevel@tonic-gate	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
4807c478bd9Sstevel@tonic-gate	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
4817c478bd9Sstevel@tonic-gate	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
4827c478bd9Sstevel@tonic-gate	  && rm -rf "$$dc_destdir" \
4837c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) dist \
4847c478bd9Sstevel@tonic-gate	  && rm -rf $(DIST_ARCHIVES) \
4857c478bd9Sstevel@tonic-gate	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
4867c478bd9Sstevel@tonic-gate	$(am__remove_distdir)
4877c478bd9Sstevel@tonic-gate	@(echo "$(distdir) archives ready for distribution: "; \
4887c478bd9Sstevel@tonic-gate	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
4897c478bd9Sstevel@tonic-gate	  sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
4907c478bd9Sstevel@tonic-gatedistuninstallcheck:
4917c478bd9Sstevel@tonic-gate	@cd $(distuninstallcheck_dir) \
4927c478bd9Sstevel@tonic-gate	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
4937c478bd9Sstevel@tonic-gate	   || { echo "ERROR: files left after uninstall:" ; \
4947c478bd9Sstevel@tonic-gate	        if test -n "$(DESTDIR)"; then \
4957c478bd9Sstevel@tonic-gate	          echo "  (check DESTDIR support)"; \
4967c478bd9Sstevel@tonic-gate	        fi ; \
4977c478bd9Sstevel@tonic-gate	        $(distuninstallcheck_listfiles) ; \
4987c478bd9Sstevel@tonic-gate	        exit 1; } >&2
4997c478bd9Sstevel@tonic-gatedistcleancheck: distclean
5007c478bd9Sstevel@tonic-gate	@if test '$(srcdir)' = . ; then \
5017c478bd9Sstevel@tonic-gate	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
5027c478bd9Sstevel@tonic-gate	  exit 1 ; \
5037c478bd9Sstevel@tonic-gate	fi
5047c478bd9Sstevel@tonic-gate	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
5057c478bd9Sstevel@tonic-gate	  || { echo "ERROR: files left in build directory after distclean:" ; \
5067c478bd9Sstevel@tonic-gate	       $(distcleancheck_listfiles) ; \
5077c478bd9Sstevel@tonic-gate	       exit 1; } >&2
5087c478bd9Sstevel@tonic-gatecheck-am: all-am
5097c478bd9Sstevel@tonic-gatecheck: check-recursive
5107c478bd9Sstevel@tonic-gateall-am: Makefile config.h
5117c478bd9Sstevel@tonic-gateinstalldirs: installdirs-recursive
5127c478bd9Sstevel@tonic-gateinstalldirs-am:
5137c478bd9Sstevel@tonic-gateinstall: install-recursive
5147c478bd9Sstevel@tonic-gateinstall-exec: install-exec-recursive
5157c478bd9Sstevel@tonic-gateinstall-data: install-data-recursive
5167c478bd9Sstevel@tonic-gateuninstall: uninstall-recursive
5177c478bd9Sstevel@tonic-gate
5187c478bd9Sstevel@tonic-gateinstall-am: all-am
5197c478bd9Sstevel@tonic-gate	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
5207c478bd9Sstevel@tonic-gate
5217c478bd9Sstevel@tonic-gateinstallcheck: installcheck-recursive
5227c478bd9Sstevel@tonic-gateinstall-strip:
5237c478bd9Sstevel@tonic-gate	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
5247c478bd9Sstevel@tonic-gate	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
5257c478bd9Sstevel@tonic-gate	  `test -z '$(STRIP)' || \
5267c478bd9Sstevel@tonic-gate	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
5277c478bd9Sstevel@tonic-gatemostlyclean-generic:
5287c478bd9Sstevel@tonic-gate
5297c478bd9Sstevel@tonic-gateclean-generic:
5307c478bd9Sstevel@tonic-gate
5317c478bd9Sstevel@tonic-gatedistclean-generic:
532*1b8adde7SWilliam Kucharski	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
5337c478bd9Sstevel@tonic-gate
5347c478bd9Sstevel@tonic-gatemaintainer-clean-generic:
5357c478bd9Sstevel@tonic-gate	@echo "This command is intended for maintainers to use"
5367c478bd9Sstevel@tonic-gate	@echo "it deletes files that may require special tools to rebuild."
5377c478bd9Sstevel@tonic-gateclean: clean-recursive
5387c478bd9Sstevel@tonic-gate
5397c478bd9Sstevel@tonic-gateclean-am: clean-generic mostlyclean-am
5407c478bd9Sstevel@tonic-gate
5417c478bd9Sstevel@tonic-gatedistclean: distclean-recursive
5427c478bd9Sstevel@tonic-gate	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
5437c478bd9Sstevel@tonic-gate	-rm -f Makefile
5447c478bd9Sstevel@tonic-gatedistclean-am: clean-am distclean-generic distclean-hdr distclean-tags
5457c478bd9Sstevel@tonic-gate
5467c478bd9Sstevel@tonic-gatedvi: dvi-recursive
5477c478bd9Sstevel@tonic-gate
5487c478bd9Sstevel@tonic-gatedvi-am:
5497c478bd9Sstevel@tonic-gate
5507c478bd9Sstevel@tonic-gatehtml: html-recursive
5517c478bd9Sstevel@tonic-gate
5527c478bd9Sstevel@tonic-gateinfo: info-recursive
5537c478bd9Sstevel@tonic-gate
5547c478bd9Sstevel@tonic-gateinfo-am:
5557c478bd9Sstevel@tonic-gate
5567c478bd9Sstevel@tonic-gateinstall-data-am:
5577c478bd9Sstevel@tonic-gate
5587c478bd9Sstevel@tonic-gateinstall-exec-am:
5597c478bd9Sstevel@tonic-gate
5607c478bd9Sstevel@tonic-gateinstall-info: install-info-recursive
5617c478bd9Sstevel@tonic-gate
5627c478bd9Sstevel@tonic-gateinstall-man:
5637c478bd9Sstevel@tonic-gate
5647c478bd9Sstevel@tonic-gateinstallcheck-am:
5657c478bd9Sstevel@tonic-gate
5667c478bd9Sstevel@tonic-gatemaintainer-clean: maintainer-clean-recursive
5677c478bd9Sstevel@tonic-gate	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
5687c478bd9Sstevel@tonic-gate	-rm -rf $(top_srcdir)/autom4te.cache
5697c478bd9Sstevel@tonic-gate	-rm -f Makefile
5707c478bd9Sstevel@tonic-gatemaintainer-clean-am: distclean-am maintainer-clean-generic
5717c478bd9Sstevel@tonic-gate
5727c478bd9Sstevel@tonic-gatemostlyclean: mostlyclean-recursive
5737c478bd9Sstevel@tonic-gate
5747c478bd9Sstevel@tonic-gatemostlyclean-am: mostlyclean-generic
5757c478bd9Sstevel@tonic-gate
5767c478bd9Sstevel@tonic-gatepdf: pdf-recursive
5777c478bd9Sstevel@tonic-gate
5787c478bd9Sstevel@tonic-gatepdf-am:
5797c478bd9Sstevel@tonic-gate
5807c478bd9Sstevel@tonic-gateps: ps-recursive
5817c478bd9Sstevel@tonic-gate
5827c478bd9Sstevel@tonic-gateps-am:
5837c478bd9Sstevel@tonic-gate
5847c478bd9Sstevel@tonic-gateuninstall-am: uninstall-info-am
5857c478bd9Sstevel@tonic-gate
5867c478bd9Sstevel@tonic-gateuninstall-info: uninstall-info-recursive
5877c478bd9Sstevel@tonic-gate
5887c478bd9Sstevel@tonic-gate.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
5897c478bd9Sstevel@tonic-gate	check-am clean clean-generic clean-recursive ctags \
5907c478bd9Sstevel@tonic-gate	ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
5917c478bd9Sstevel@tonic-gate	dist-tarZ dist-zip distcheck distclean distclean-generic \
5927c478bd9Sstevel@tonic-gate	distclean-hdr distclean-recursive distclean-tags \
5937c478bd9Sstevel@tonic-gate	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5947c478bd9Sstevel@tonic-gate	html-am info info-am install install-am install-data \
5957c478bd9Sstevel@tonic-gate	install-data-am install-exec install-exec-am install-info \
5967c478bd9Sstevel@tonic-gate	install-info-am install-man install-strip installcheck \
5977c478bd9Sstevel@tonic-gate	installcheck-am installdirs installdirs-am maintainer-clean \
5987c478bd9Sstevel@tonic-gate	maintainer-clean-generic maintainer-clean-recursive \
5997c478bd9Sstevel@tonic-gate	mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
6007c478bd9Sstevel@tonic-gate	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
6017c478bd9Sstevel@tonic-gate	uninstall-info-am
6027c478bd9Sstevel@tonic-gate
6037c478bd9Sstevel@tonic-gate# Tell versions [3.59,3.63) of GNU make to not export all variables.
6047c478bd9Sstevel@tonic-gate# Otherwise a system limit (for SysV at least) may be exceeded.
6057c478bd9Sstevel@tonic-gate.NOEXPORT:
606