home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
textutils-1.19-src.tgz
/
tar.out
/
fsf
/
textutils
/
man
/
Makefile.in
< prev
next >
Wrap
Makefile
|
1996-09-28
|
10KB
|
290 lines
# Makefile.in generated automatically by automake 1.0 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 = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
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 = $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
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 = @PACKAGE@
VERSION = @VERSION@
DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
$(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
$(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
TAR = tar
default: all
$(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
cd $(top_srcdir) && automake $(subdir)/Makefile
Makefile: $(top_builddir)/config.status Makefile.in
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
install-man: $(MANS)
$(mkinstalldirs) $(mandir)/man1
@sect=1; \
inst=`echo "expand" | sed '$(transform)'`.1; \
echo installing expand.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/expand.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "pr" | sed '$(transform)'`.1; \
echo installing pr.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/pr.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "unexpand" | sed '$(transform)'`.1; \
echo installing unexpand.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/unexpand.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "cksum" | sed '$(transform)'`.1; \
echo installing cksum.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/cksum.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "fold" | sed '$(transform)'`.1; \
echo installing fold.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/fold.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "tr" | sed '$(transform)'`.1; \
echo installing tr.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/tr.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "fmt" | sed '$(transform)'`.1; \
echo installing fmt.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/fmt.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "sort" | sed '$(transform)'`.1; \
echo installing sort.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/sort.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "tail" | sed '$(transform)'`.1; \
echo installing tail.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/tail.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "split" | sed '$(transform)'`.1; \
echo installing split.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/split.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "comm" | sed '$(transform)'`.1; \
echo installing comm.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/comm.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "cut" | sed '$(transform)'`.1; \
echo installing cut.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/cut.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "csplit" | sed '$(transform)'`.1; \
echo installing csplit.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/csplit.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "join" | sed '$(transform)'`.1; \
echo installing join.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/join.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "head" | sed '$(transform)'`.1; \
echo installing head.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/head.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "od" | sed '$(transform)'`.1; \
echo installing od.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/od.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "sum" | sed '$(transform)'`.1; \
echo installing sum.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/sum.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "cat" | sed '$(transform)'`.1; \
echo installing cat.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/cat.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "tac" | sed '$(transform)'`.1; \
echo installing tac.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/tac.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "wc" | sed '$(transform)'`.1; \
echo installing wc.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/wc.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "nl" | sed '$(transform)'`.1; \
echo installing nl.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/nl.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "md5sum" | sed '$(transform)'`.1; \
echo installing md5sum.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/md5sum.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "uniq" | sed '$(transform)'`.1; \
echo installing uniq.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/uniq.1 $(mandir)/man$$sect/$$inst
@sect=1; \
inst=`echo "paste" | sed '$(transform)'`.1; \
echo installing paste.1 as $(mandir)/man$$sect/$$inst; \
$(INSTALL_DATA) $(srcdir)/paste.1 $(mandir)/man$$sect/$$inst
uninstall-man:
inst=`echo "expand" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "pr" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "unexpand" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "cksum" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "fold" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "tr" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "fmt" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "sort" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "tail" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "split" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "comm" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "cut" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "csplit" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "join" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "head" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "od" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "sum" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "cat" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "tac" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "wc" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "nl" | sed '$(transform)'`.1; \
rm -f $(mandir)/man1/$$inst
inst=`echo "md5sum" | 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
tags: TAGS
TAGS:
subdir = man
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
distdir: $(DEP_DISTFILES)
@for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
test -f $(distdir)/$$file \
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $(srcdir)/$$file $(distdir)/$$file; \
done
info:
dvi:
check: all
installcheck:
install-exec:
install-data: install-man
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 $(CONFIG_HEADER) stamp-h
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 check \
installcheck install-exec install-data install uninstall all \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
.SUFFIXES:
# 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: