# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.1l from Makefile.am

# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

pkgdatadir = $(datadir)/sh-utils
pkglibdir = $(libdir)/sh-utils
pkgincludedir = $(includedir)/sh-utils

top_builddir = ..

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,
YACC = yacc
RANLIB = ranlib
GENCAT = 
PERL = /usr/local/bin/perl
GMSGFMT = msgfmt
CC = cc

man_MANS = basename.1 chroot.1 date.1 dirname.1 echo.1 env.1 \
expr.1 false.1 groups.1 hostname.1 id.1 logname.1 pathchk.1 \
printenv.1 printf.1 pwd.1 sleep.1 tee.1 test.1 true.1 tty.1 \
users.1 who.1 whoami.1 yes.1 nice.1 nohup.1 su.1 stty.1 uname.1
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
MANS = basename.1 chroot.1 date.1 dirname.1 echo.1 env.1 expr.1 false.1 groups.1 hostname.1 id.1 logname.1 pathchk.1 printenv.1 printf.1 pwd.1 sleep.1 tee.1 test.1 true.1 tty.1 users.1 who.1 whoami.1 yes.1 nice.1 nohup.1 su.1 stty.1 uname.1


NROFF = nroff
DIST_COMMON =  Makefile.am Makefile.in


PACKAGE = sh-utils
VERSION = 1.16

DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
	$(TEXINFOS) $(MANS) $(EXTRA_DIST)

TAR = tar
default: all

.SUFFIXES:
$(srcdir)/Makefile.in: #M# Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
	cd $(top_srcdir) && automake --gnits man/Makefile

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status

install-man: $(MANS)
	$(NORMAL_INSTALL)
	$(mkinstalldirs) $(mandir)/man1
	sect=1;				\
	inst=`echo "hostname" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/hostname.1; then file=$(srcdir)/hostname.1; \
	else file=hostname.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "true" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/true.1; then file=$(srcdir)/true.1; \
	else file=true.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "id" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/id.1; then file=$(srcdir)/id.1; \
	else file=id.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "uname" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/uname.1; then file=$(srcdir)/uname.1; \
	else file=uname.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "tty" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/tty.1; then file=$(srcdir)/tty.1; \
	else file=tty.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "logname" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/logname.1; then file=$(srcdir)/logname.1; \
	else file=logname.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "users" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/users.1; then file=$(srcdir)/users.1; \
	else file=users.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "pathchk" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/pathchk.1; then file=$(srcdir)/pathchk.1; \
	else file=pathchk.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "who" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/who.1; then file=$(srcdir)/who.1; \
	else file=who.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "printenv" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/printenv.1; then file=$(srcdir)/printenv.1; \
	else file=printenv.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "whoami" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/whoami.1; then file=$(srcdir)/whoami.1; \
	else file=whoami.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "printf" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/printf.1; then file=$(srcdir)/printf.1; \
	else file=printf.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "yes" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/yes.1; then file=$(srcdir)/yes.1; \
	else file=yes.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "pwd" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/pwd.1; then file=$(srcdir)/pwd.1; \
	else file=pwd.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "nice" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/nice.1; then file=$(srcdir)/nice.1; \
	else file=nice.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "sleep" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/sleep.1; then file=$(srcdir)/sleep.1; \
	else file=sleep.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "nohup" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/nohup.1; then file=$(srcdir)/nohup.1; \
	else file=nohup.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "tee" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/tee.1; then file=$(srcdir)/tee.1; \
	else file=tee.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "su" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/su.1; then file=$(srcdir)/su.1; \
	else file=su.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "test" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/test.1; then file=$(srcdir)/test.1; \
	else file=test.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "stty" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/stty.1; then file=$(srcdir)/stty.1; \
	else file=stty.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "basename" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/basename.1; then file=$(srcdir)/basename.1; \
	else file=basename.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "chroot" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/chroot.1; then file=$(srcdir)/chroot.1; \
	else file=chroot.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "date" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/date.1; then file=$(srcdir)/date.1; \
	else file=date.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "dirname" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/dirname.1; then file=$(srcdir)/dirname.1; \
	else file=dirname.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "echo" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/echo.1; then file=$(srcdir)/echo.1; \
	else file=echo.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "env" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/env.1; then file=$(srcdir)/env.1; \
	else file=env.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "expr" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/expr.1; then file=$(srcdir)/expr.1; \
	else file=expr.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "false" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/false.1; then file=$(srcdir)/false.1; \
	else file=false.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "groups" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/groups.1; then file=$(srcdir)/groups.1; \
	else file=groups.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst

uninstall-man:
	inst=`echo "hostname" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "true" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "id" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "uname" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "tty" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "logname" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "users" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "pathchk" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "who" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "printenv" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "whoami" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "printf" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "yes" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "pwd" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "nice" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "sleep" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "nohup" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "tee" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "su" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "test" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "stty" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "basename" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "chroot" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "date" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "dirname" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "echo" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "env" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "expr" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "false" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "groups" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst

tags: TAGS
TAGS:


distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = man
distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  test -f $(distdir)/$$file \
	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	  || cp -p $$d/$$file $(distdir)/$$file; \
	done
info:
dvi:
check: all
	$(MAKE)
installcheck:
install-exec: 
	$(NORMAL_INSTALL)

install-data: install-man
	$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: uninstall-man

all: $(MANS) Makefile

install-strip:
	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
installdirs:
	$(mkinstalldirs)  $(mandir)/man1


mostlyclean-generic:
	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	rm -f Makefile $(DISTCLEANFILES)
	rm -f config.cache config.log stamp-h
	test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
	test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean:  mostlyclean-generic

clean:  clean-generic mostlyclean

distclean:  distclean-generic clean
	rm -f config.status

maintainer-clean:  maintainer-clean-generic distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

.PHONY: default install-man uninstall-man tags distdir info dvi \
installcheck install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


# Files to install if configure determines we can build the corresponding
# executables.
# MANFILES2 = nice.1 nohup.1 su.1 stty.1 uname.1

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
