1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/doc/Makefile.in

343 lines
9.3 KiB
Makefile
Raw Normal View History

1998-04-11 15:04:39 +00:00
# Makefile.in generated automatically by automake 1.3 from Makefile.am
1996-01-31 14:53:02 +00:00
1998-02-25 23:35:53 +00:00
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
1996-01-31 14:53:02 +00:00
# This Makefile.in is free software; the Free Software Foundation
1997-09-01 20:25:23 +00:00
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
1994-09-29 16:18:55 +00:00
SHELL = /bin/sh
srcdir = @srcdir@
1995-12-19 04:25:24 +00:00
top_srcdir = @top_srcdir@
1994-09-29 16:18:55 +00:00
VPATH = @srcdir@
1995-12-19 04:25:24 +00:00
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
1998-03-23 22:47:05 +00:00
DISTDIR =
1995-12-19 04:25:24 +00:00
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
1994-09-29 16:18:55 +00:00
1996-02-13 05:17:50 +00:00
top_builddir = ..
1997-03-23 02:56:47 +00:00
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
1994-09-29 16:18:55 +00:00
INSTALL = @INSTALL@
1995-12-19 04:25:24 +00:00
INSTALL_PROGRAM = @INSTALL_PROGRAM@
1994-09-29 16:18:55 +00:00
INSTALL_DATA = @INSTALL_DATA@
1995-12-19 04:25:24 +00:00
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
1997-05-02 04:02:17 +00:00
1997-12-06 09:18:32 +00:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
1997-05-02 04:02:17 +00:00
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
1996-11-20 05:13:57 +00:00
CC = @CC@
1997-05-02 04:02:17 +00:00
CPP = @CPP@
DATADIRNAME = @DATADIRNAME@
1997-03-23 02:56:47 +00:00
DF_PROG = @DF_PROG@
1997-05-02 04:02:17 +00:00
GENCAT = @GENCAT@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
1998-05-03 22:14:55 +00:00
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
1997-05-02 04:02:17 +00:00
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
1997-03-23 02:56:47 +00:00
LIBOBJS = @LIBOBJS@
1997-05-02 04:02:17 +00:00
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
1997-03-23 02:56:47 +00:00
MVDIR_PROG = @MVDIR_PROG@
PACKAGE = @PACKAGE@
PERL = @PERL@
1997-05-02 04:02:17 +00:00
POFILES = @POFILES@
POSUB = @POSUB@
1997-03-23 02:56:47 +00:00
RANLIB = @RANLIB@
U = @U@
1997-05-02 04:02:17 +00:00
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
1997-03-23 02:56:47 +00:00
VERSION = @VERSION@
YACC = @YACC@
1997-05-02 04:02:17 +00:00
l = @l@
1995-12-19 04:25:24 +00:00
1996-02-13 05:17:50 +00:00
info_TEXINFOS = fileutils.texi
1996-06-16 18:48:30 +00:00
1997-07-14 15:42:30 +00:00
EXTRA_DIST = perm.texi getdate.texi
1996-11-02 14:53:43 +00:00
# Tell makeinfo to put everything in a single info file: sh-utils.info.
# Otherwise, it would also generate files with names like sh-utils.info-[123],
# and those names all map to one 14-byte name (sh-utils.info-) on some crufty
# old systems.
MAKEINFO = makeinfo --no-split
1996-11-20 05:13:57 +00:00
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1996-02-13 05:17:50 +00:00
CONFIG_HEADER = ../config.h
1996-08-19 02:28:42 +00:00
CONFIG_CLEAN_FILES =
1994-09-29 16:18:55 +00:00
TEXI2DVI = texi2dvi
1997-05-02 04:02:17 +00:00
TEXINFO_TEX = $(srcdir)/texinfo.tex
1995-12-19 04:25:24 +00:00
INFO_DEPS = fileutils.info
DVIS = fileutils.dvi
1996-02-13 05:17:50 +00:00
TEXINFOS = fileutils.texi
1996-10-08 04:26:01 +00:00
DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \
1996-08-19 02:28:42 +00:00
version.texi
1996-01-08 06:15:59 +00:00
1994-09-29 16:18:55 +00:00
1997-03-23 02:56:47 +00:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1996-05-06 04:20:07 +00:00
TAR = tar
1997-03-23 02:56:47 +00:00
GZIP = --best
1998-03-23 22:47:05 +00:00
all: Makefile $(INFO_DEPS)
1996-01-25 12:00:18 +00:00
1996-12-08 05:56:37 +00:00
.SUFFIXES:
1998-02-25 23:35:53 +00:00
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
1998-03-23 22:47:05 +00:00
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1997-06-14 16:36:22 +00:00
cd $(top_srcdir) && $(AUTOMAKE) --gnits doc/Makefile
1996-01-25 12:00:18 +00:00
1998-03-23 22:47:05 +00:00
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1996-11-20 05:13:57 +00:00
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
1996-01-31 14:53:02 +00:00
1996-12-08 05:56:37 +00:00
1998-02-07 08:13:08 +00:00
version.texi: stamp-vti
1997-03-23 02:56:47 +00:00
cp $(srcdir)/stamp-vti $(srcdir)/version.texi
1994-09-29 16:18:55 +00:00
1995-12-19 04:25:24 +00:00
stamp-vti: fileutils.texi $(top_srcdir)/configure.in
1997-05-02 04:02:17 +00:00
@echo "@set UPDATED `cd $(srcdir) \
1996-05-06 04:20:07 +00:00
&& $(SHELL) ./mdate-sh fileutils.texi`" > vti.tmp
1997-05-02 04:02:17 +00:00
@echo "@set EDITION $(VERSION)" >> vti.tmp
@echo "@set VERSION $(VERSION)" >> vti.tmp
@cmp -s vti.tmp $(srcdir)/stamp-vti \
|| (echo "Updating $(srcdir)/stamp-vti"; \
cp vti.tmp $(srcdir)/stamp-vti)
1997-09-30 04:19:04 +00:00
-@rm -f vti.tmp
1994-09-29 16:18:55 +00:00
1995-12-19 04:25:24 +00:00
mostlyclean-vti:
1997-09-30 04:19:04 +00:00
-rm -f vti.tmp
1994-09-29 16:18:55 +00:00
1995-12-19 04:25:24 +00:00
clean-vti:
1994-09-29 16:18:55 +00:00
1995-12-19 04:25:24 +00:00
distclean-vti:
maintainer-clean-vti:
1998-02-07 08:13:08 +00:00
-rm -f stamp-vti version.texi
1996-02-13 05:17:50 +00:00
1995-12-19 04:25:24 +00:00
fileutils.info: fileutils.texi version.texi
1996-08-19 02:28:42 +00:00
fileutils.dvi: fileutils.texi version.texi
1995-12-19 04:25:24 +00:00
1996-01-08 06:15:59 +00:00
1996-12-08 05:56:37 +00:00
DVIPS = dvips
1995-12-19 04:25:24 +00:00
.texi.info:
1997-05-02 04:02:17 +00:00
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
1996-08-19 02:28:42 +00:00
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
1995-12-19 04:25:24 +00:00
.texi.dvi:
1996-10-22 23:02:22 +00:00
TEXINPUTS=$(srcdir):$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
1995-12-19 04:25:24 +00:00
1997-03-23 02:56:47 +00:00
.texi:
1997-05-02 04:02:17 +00:00
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
1997-03-23 02:56:47 +00:00
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
1996-09-19 15:39:43 +00:00
.texinfo.info:
1997-05-02 04:02:17 +00:00
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
1996-09-19 15:39:43 +00:00
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
1997-03-23 02:56:47 +00:00
.texinfo:
1997-05-02 04:02:17 +00:00
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
1997-03-23 02:56:47 +00:00
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
1996-09-19 15:39:43 +00:00
.texinfo.dvi:
1997-05-02 04:02:17 +00:00
TEXINPUTS=$(srcdir):$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
1998-02-25 23:35:53 +00:00
.txi.info:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
.txi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
.txi:
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
cd $(srcdir) \
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
1996-12-08 05:56:37 +00:00
.dvi.ps:
$(DVIPS) $< -o $@
1996-09-19 15:39:43 +00:00
1996-11-20 05:13:57 +00:00
install-info-am: $(INFO_DEPS)
1997-05-02 04:02:17 +00:00
@$(NORMAL_INSTALL)
1998-03-23 22:47:05 +00:00
$(mkinstalldirs) $(DESTDIR)$(infodir)
1996-12-10 22:40:16 +00:00
@for file in $(INFO_DEPS); do \
1997-05-02 04:02:17 +00:00
d=$(srcdir); \
for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
if test -f $$d/$$ifile; then \
1998-03-23 22:47:05 +00:00
echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
$(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
1996-08-19 02:28:42 +00:00
else : ; fi; \
done; \
1994-09-29 16:18:55 +00:00
done
1997-05-02 04:02:17 +00:00
@$(POST_INSTALL)
1997-05-24 14:31:23 +00:00
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
1996-10-08 04:26:01 +00:00
for file in $(INFO_DEPS); do \
1998-03-23 22:47:05 +00:00
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
1996-10-08 04:26:01 +00:00
done; \
else : ; fi
1994-09-29 16:18:55 +00:00
1995-12-19 04:25:24 +00:00
uninstall-info:
1997-05-02 04:02:17 +00:00
$(PRE_UNINSTALL)
1997-05-24 14:31:23 +00:00
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
1996-10-08 04:26:01 +00:00
ii=yes; \
else ii=; fi; \
for file in $(INFO_DEPS); do \
1997-12-06 09:18:32 +00:00
test -z "$ii" \
1998-03-23 22:47:05 +00:00
|| install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
1995-12-19 04:25:24 +00:00
done
1998-02-25 23:35:53 +00:00
@$(NORMAL_UNINSTALL)
1997-05-02 04:02:17 +00:00
for file in $(INFO_DEPS); do \
1998-03-23 22:47:05 +00:00
(cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
1997-05-02 04:02:17 +00:00
done
1994-09-29 16:18:55 +00:00
1996-11-20 05:13:57 +00:00
dist-info: $(INFO_DEPS)
for base in $(INFO_DEPS); do \
d=$(srcdir); \
for file in `cd $$d && eval echo $$base*`; do \
test -f $(distdir)/$$file \
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
done; \
done
1997-05-02 04:02:17 +00:00
mostlyclean-aminfo:
1997-09-30 04:19:04 +00:00
-rm -f fileutils.aux fileutils.cp fileutils.cps fileutils.dvi \
1997-09-01 20:25:23 +00:00
fileutils.fn fileutils.fns fileutils.ky fileutils.kys \
fileutils.ps fileutils.log fileutils.pg fileutils.toc \
fileutils.tp fileutils.tps fileutils.vr fileutils.vrs \
fileutils.op fileutils.tr fileutils.cv fileutils.cn
1994-09-29 16:18:55 +00:00
1997-05-02 04:02:17 +00:00
clean-aminfo:
1994-09-29 16:18:55 +00:00
1997-05-02 04:02:17 +00:00
distclean-aminfo:
1994-09-29 16:18:55 +00:00
1997-05-02 04:02:17 +00:00
maintainer-clean-aminfo:
1997-09-01 20:25:23 +00:00
for i in $(INFO_DEPS); do \
rm -f $$i; \
if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
rm -f $$i-[0-9]*; \
fi; \
done
1995-12-19 04:25:24 +00:00
tags: TAGS
TAGS:
1994-09-29 16:18:55 +00:00
1996-01-08 06:15:59 +00:00
1996-02-13 05:17:50 +00:00
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
1996-08-19 02:28:42 +00:00
subdir = doc
1997-05-24 14:31:23 +00:00
1996-11-20 05:13:57 +00:00
distdir: $(DISTFILES)
1997-05-24 14:31:23 +00:00
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
1997-09-30 04:19:04 +00:00
distdir=`cd $(distdir) && pwd`; \
1997-05-24 14:31:23 +00:00
cd $(top_srcdir) \
1997-06-14 16:36:22 +00:00
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits doc/Makefile
1996-11-20 05:13:57 +00:00
@for file in $(DISTFILES); do \
d=$(srcdir); \
1996-01-08 06:15:59 +00:00
test -f $(distdir)/$$file \
1996-11-20 05:13:57 +00:00
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file; \
1994-11-04 14:48:40 +00:00
done
1997-05-24 14:31:23 +00:00
$(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
1995-12-19 04:25:24 +00:00
info: $(INFO_DEPS)
dvi: $(DVIS)
1996-01-08 06:15:59 +00:00
check: all
1996-12-08 05:56:37 +00:00
$(MAKE)
1996-01-08 06:15:59 +00:00
installcheck:
1996-02-28 05:05:21 +00:00
install-exec:
1997-05-02 04:02:17 +00:00
@$(NORMAL_INSTALL)
1996-02-28 05:05:21 +00:00
1996-11-20 05:13:57 +00:00
install-data: install-info-am
1997-05-02 04:02:17 +00:00
@$(NORMAL_INSTALL)
1995-12-19 04:25:24 +00:00
1996-05-06 04:20:07 +00:00
install: install-exec install-data all
1996-01-08 06:15:59 +00:00
@:
1995-12-19 04:25:24 +00:00
uninstall: uninstall-info
1996-03-29 04:54:45 +00:00
install-strip:
1997-06-29 03:27:24 +00:00
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
1995-12-19 04:25:24 +00:00
installdirs:
1998-03-23 22:47:05 +00:00
$(mkinstalldirs) $(DESTDIR)$(infodir)
1996-01-08 06:15:59 +00:00
1995-12-19 04:25:24 +00:00
mostlyclean-generic:
1997-09-30 04:19:04 +00:00
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1994-09-29 16:18:55 +00:00
1995-12-19 04:25:24 +00:00
clean-generic:
1997-09-30 04:19:04 +00:00
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1995-05-13 12:22:27 +00:00
1995-12-19 04:25:24 +00:00
distclean-generic:
1997-09-30 04:19:04 +00:00
-rm -f Makefile $(DISTCLEANFILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1995-12-19 04:25:24 +00:00
maintainer-clean-generic:
1997-09-30 04:19:04 +00:00
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1997-05-24 14:31:23 +00:00
mostlyclean: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
1995-12-19 04:25:24 +00:00
1997-05-24 14:31:23 +00:00
clean: clean-vti clean-aminfo clean-generic mostlyclean
1995-12-19 04:25:24 +00:00
1997-05-24 14:31:23 +00:00
distclean: distclean-vti distclean-aminfo distclean-generic clean
1997-09-30 04:19:04 +00:00
-rm -f config.status
1995-12-19 04:25:24 +00:00
1997-05-24 14:31:23 +00:00
maintainer-clean: maintainer-clean-vti maintainer-clean-aminfo \
1996-12-08 05:56:37 +00:00
maintainer-clean-generic distclean
1995-12-19 04:25:24 +00:00
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
1998-03-23 22:47:05 +00:00
.PHONY: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
clean-aminfo maintainer-clean-aminfo tags distdir info dvi installcheck \
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
1996-03-29 04:54:45 +00:00
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1995-12-19 04:25:24 +00:00
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1994-09-29 16:18:55 +00:00
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: