# 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 = $(DJDIR)
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)/textutils
pkglibdir = $(libdir)/textutils
pkgincludedir = $(includedir)/textutils

top_builddir = ..

INSTALL = /bin/gcc/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,
RANLIB = ranlib
GENCAT = 
PERL = 
GMSGFMT = 
CC = gcc

man_MANS = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 head.1 \
join.1 md5sum.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 \
tr.1 unexpand.1 uniq.1 wc.1
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
MANS = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 head.1 join.1 md5sum.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 tr.1 unexpand.1 uniq.1 wc.1


NROFF = nroff
DIST_COMMON =  Makefile.am Makefile.in


PACKAGE = textutils
VERSION = 1.22

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 "join" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/join.1; then file=$(srcdir)/join.1; \
	else file=join.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "tail" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/tail.1; then file=$(srcdir)/tail.1; \
	else file=tail.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "md5sum" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/md5sum.1; then file=$(srcdir)/md5sum.1; \
	else file=md5sum.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "tr" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/tr.1; then file=$(srcdir)/tr.1; \
	else file=tr.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "nl" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/nl.1; then file=$(srcdir)/nl.1; \
	else file=nl.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "unexpand" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/unexpand.1; then file=$(srcdir)/unexpand.1; \
	else file=unexpand.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "od" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/od.1; then file=$(srcdir)/od.1; \
	else file=od.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "uniq" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/uniq.1; then file=$(srcdir)/uniq.1; \
	else file=uniq.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "paste" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/paste.1; then file=$(srcdir)/paste.1; \
	else file=paste.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "wc" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/wc.1; then file=$(srcdir)/wc.1; \
	else file=wc.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "pr" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/pr.1; then file=$(srcdir)/pr.1; \
	else file=pr.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "sort" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/sort.1; then file=$(srcdir)/sort.1; \
	else file=sort.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "split" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/split.1; then file=$(srcdir)/split.1; \
	else file=split.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "sum" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/sum.1; then file=$(srcdir)/sum.1; \
	else file=sum.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "tac" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/tac.1; then file=$(srcdir)/tac.1; \
	else file=tac.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "cat" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/cat.1; then file=$(srcdir)/cat.1; \
	else file=cat.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "cksum" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/cksum.1; then file=$(srcdir)/cksum.1; \
	else file=cksum.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "comm" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/comm.1; then file=$(srcdir)/comm.1; \
	else file=comm.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "csplit" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/csplit.1; then file=$(srcdir)/csplit.1; \
	else file=csplit.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "cut" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/cut.1; then file=$(srcdir)/cut.1; \
	else file=cut.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "expand" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/expand.1; then file=$(srcdir)/expand.1; \
	else file=expand.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "fmt" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/fmt.1; then file=$(srcdir)/fmt.1; \
	else file=fmt.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "fold" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/fold.1; then file=$(srcdir)/fold.1; \
	else file=fold.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst
	sect=1;				\
	inst=`echo "head" | sed '$(transform)'`.1; \
	if test -f $(srcdir)/head.1; then file=$(srcdir)/head.1; \
	else file=head.1; fi; \
	$(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst

uninstall-man:
	inst=`echo "join" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "tail" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "md5sum" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "tr" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "nl" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "unexpand" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "od" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "uniq" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "paste" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "wc" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "pr" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "sort" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "split" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "sum" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "tac" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "cat" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "cksum" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "comm" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "csplit" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "cut" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "expand" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "fmt" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "fold" | sed '$(transform)'`.1; \
	rm -f $(mandir)/man1/$$inst
	inst=`echo "head" | 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


# 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:
