mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-16 04:12:26 +02:00
390 lines
11 KiB
Makefile
390 lines
11 KiB
Makefile
# Makefile.in generated automatically by automake 1.4i from Makefile.am.
|
|
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
|
# Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# 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.
|
|
|
|
@SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
|
|
|
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 = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = @program_transform_name@
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
host_alias = @host_alias@
|
|
host_triplet = @host@
|
|
AMTAR = @AMTAR@
|
|
AWK = @AWK@
|
|
CATALOGS = @CATALOGS@
|
|
CATOBJEXT = @CATOBJEXT@
|
|
CC = @CC@
|
|
CPP = @CPP@
|
|
DATADIRNAME = @DATADIRNAME@
|
|
DEPDIR = @DEPDIR@
|
|
DF_PROG = @DF_PROG@
|
|
FESETROUND_LIBM = @FESETROUND_LIBM@
|
|
GENCAT = @GENCAT@
|
|
GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
|
|
GLIBC21 = @GLIBC21@
|
|
GMOFILES = @GMOFILES@
|
|
GMSGFMT = @GMSGFMT@
|
|
GNU_PACKAGE = @GNU_PACKAGE@
|
|
GT_NO = @GT_NO@
|
|
GT_YES = @GT_YES@
|
|
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
INSTOBJEXT = @INSTOBJEXT@
|
|
INTLDEPS = @INTLDEPS@
|
|
INTLLIBS = @INTLLIBS@
|
|
INTLOBJS = @INTLOBJS@
|
|
KMEM_GROUP = @KMEM_GROUP@
|
|
LIBICONV = @LIBICONV@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
|
|
LIB_CRYPT = @LIB_CRYPT@
|
|
LIB_NANOSLEEP = @LIB_NANOSLEEP@
|
|
MAN = @MAN@
|
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
|
MSGFMT = @MSGFMT@
|
|
NEED_SETGID = @NEED_SETGID@
|
|
OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
|
|
OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
|
|
PACKAGE = @PACKAGE@
|
|
PERL = @PERL@
|
|
POFILES = @POFILES@
|
|
POSUB = @POSUB@
|
|
POW_LIBM = @POW_LIBM@
|
|
RANLIB = @RANLIB@
|
|
SEQ_LIBM = @SEQ_LIBM@
|
|
SQRT_LIBM = @SQRT_LIBM@
|
|
U = @U@
|
|
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
|
USE_NLS = @USE_NLS@
|
|
VERSION = @VERSION@
|
|
YACC = @YACC@
|
|
_am_include = @_am_include@
|
|
_am_quote = @_am_quote@
|
|
install_sh = @install_sh@
|
|
l = @l@
|
|
|
|
info_TEXINFOS = coreutils.texi
|
|
|
|
EXTRA_DIST = perm.texi getdate.texi constants.texi doclicense.texi
|
|
|
|
# The following is necessary if the package name is 8 characters or longer.
|
|
# If the info documentation would be split into 10 or more separate files,
|
|
# then this is necessary even if the package name is 7 characters long.
|
|
#
|
|
# Tell makeinfo to put everything in a single info file: <package>.info.
|
|
# Otherwise, it would also generate files with names like <package>.info-[123],
|
|
# and those names all map to one 14-byte name (<package>.info-) on some crufty
|
|
# old systems.
|
|
MAKEINFO = makeinfo --no-split
|
|
EXEEXT =
|
|
OBJEXT = o
|
|
subdir = doc
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
DIST_SOURCES =
|
|
INFO_DEPS = coreutils.info
|
|
DVIS = coreutils.dvi
|
|
TEXINFOS = coreutils.texi
|
|
DIST_COMMON = ChangeLog Makefile.am Makefile.in mdate-sh stamp-vti \
|
|
texinfo.tex version.texi
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .dvi .info .ps .texi
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnits doc/Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
cd $(top_builddir) && \
|
|
CONFIG_HEADERS= CONFIG_LINKS= \
|
|
CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
|
|
|
|
$(srcdir)/version.texi: $(srcdir)/stamp-vti
|
|
@:
|
|
$(srcdir)/stamp-vti: coreutils.texi $(top_srcdir)/configure.in
|
|
@(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/coreutils.texi`; \
|
|
echo "@set UPDATED $$1 $$2 $$3"; \
|
|
echo "@set UPDATED-MONTH $$2 $$3"; \
|
|
echo "@set EDITION $(VERSION)"; \
|
|
echo "@set VERSION $(VERSION)") > vti.tmp
|
|
@cmp -s vti.tmp $(srcdir)/version.texi \
|
|
|| (echo "Updating $(srcdir)/version.texi"; \
|
|
cp vti.tmp $(srcdir)/version.texi)
|
|
-@rm -f vti.tmp
|
|
@cp $(srcdir)/version.texi $@
|
|
|
|
mostlyclean-vti:
|
|
-rm -f vti.tmp
|
|
|
|
maintainer-clean-vti:
|
|
-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
|
|
|
|
coreutils.info: coreutils.texi $(srcdir)/version.texi
|
|
coreutils.dvi: coreutils.texi $(srcdir)/version.texi
|
|
|
|
.texi.info:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
|
|
`echo $< | sed 's,.*/,,'`
|
|
|
|
.texi.dvi:
|
|
TEXINPUTS=$(srcdir):$$TEXINPUTS \
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
|
|
$(TEXI2DVI) $<
|
|
|
|
.texi:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
|
|
`echo $< | sed 's,.*/,,'`
|
|
TEXI2DVI = texi2dvi
|
|
DVIPS = dvips
|
|
.dvi.ps:
|
|
$(DVIPS) $< -o $@
|
|
|
|
uninstall-info-am:
|
|
$(PRE_UNINSTALL)
|
|
@if (install-info --version && \
|
|
install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
|
|
list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \
|
|
install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file; \
|
|
done; \
|
|
else :; fi
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
(if cd $(DESTDIR)$(infodir); then \
|
|
echo " rm -f $$file $$file-[0-9] $$file-[0-9][0-9])"; \
|
|
rm -f $$file $$file-[0-9] $$file-[0-9][0-9]; \
|
|
else :; fi); \
|
|
done
|
|
|
|
dist-info: $(INFO_DEPS)
|
|
list='$(INFO_DEPS)'; \
|
|
for base in $$list; do \
|
|
d=$(srcdir); \
|
|
for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|
done; \
|
|
done
|
|
|
|
mostlyclean-aminfo:
|
|
-rm -f coreutils.aux coreutils.cp coreutils.cps coreutils.dvi coreutils.fl \
|
|
coreutils.fn coreutils.ky coreutils.log coreutils.op \
|
|
coreutils.pg coreutils.ps coreutils.toc coreutils.tp \
|
|
coreutils.vr
|
|
|
|
maintainer-clean-aminfo:
|
|
cd $(srcdir) && \
|
|
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
|
|
tags: TAGS
|
|
TAGS:
|
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
top_distdir = ..
|
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
|
|
|
distdir: $(DISTFILES)
|
|
@for file in $(DISTFILES); do \
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
$(mkinstalldirs) "$(distdir)/$$dir"; \
|
|
fi; \
|
|
if test -d $$d/$$file; then \
|
|
cp -pR $$d/$$file $(distdir) \
|
|
|| exit 1; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
top_distdir="${top_distdir}" distdir="$(distdir)" \
|
|
dist-info
|
|
check-am: all-am
|
|
check: check-am
|
|
all-am: Makefile $(INFO_DEPS)
|
|
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(infodir)
|
|
|
|
install: install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
clean: clean-am
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
|
|
distclean-am: clean-am distclean-generic
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am: $(DVIS)
|
|
|
|
info: info-am
|
|
|
|
info-am: $(INFO_DEPS)
|
|
|
|
install-data-am: install-info-am
|
|
|
|
install-exec-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-info-am: $(INFO_DEPS)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(infodir)
|
|
@list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
d=$(srcdir); \
|
|
for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
|
|
if test -f $$d/$$ifile; then \
|
|
echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
|
|
$(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
|
|
else : ; fi; \
|
|
done; \
|
|
done
|
|
@$(POST_INSTALL)
|
|
@if (install-info --version && \
|
|
install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
|
|
list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
|
|
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
|
|
done; \
|
|
else : ; fi
|
|
install-man:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-aminfo \
|
|
maintainer-clean-generic maintainer-clean-vti
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-aminfo mostlyclean-generic mostlyclean-vti
|
|
|
|
uninstall-am: uninstall-info-am
|
|
|
|
.PHONY: all all-am check check-am clean clean-generic dist-info \
|
|
distclean distclean-generic distdir dvi dvi-am info info-am \
|
|
install install-am install-data install-data-am install-exec \
|
|
install-exec-am install-info install-info-am install-man \
|
|
install-strip installcheck installcheck-am installdirs \
|
|
maintainer-clean maintainer-clean-aminfo \
|
|
maintainer-clean-generic maintainer-clean-vti mostlyclean \
|
|
mostlyclean-aminfo mostlyclean-generic mostlyclean-vti \
|
|
uninstall uninstall-am uninstall-info-am
|
|
|
|
|
|
# Remove `DISABLED_' when fileutils, textutils, and sh-utils have
|
|
# all been merged into one package.
|
|
DISABLED_constants.texi: $(top_srcdir)/src/tail.c
|
|
LC_ALL=C \
|
|
sed -n -e 's/^#define \(DEFAULT_MAX[_A-Z]*\) \(.*\)/@set \1 \2/p' \
|
|
$(top_srcdir)/src/tail.c > t-$@
|
|
mv t-$@ $@
|
|
|
|
# Uncomment this when fileutils, textutils, and sh-utils have
|
|
# all been merged into one package.
|
|
# MAINTAINERCLEANFILES = constants.texi
|
|
|
|
$(DVIS): $(EXTRA_DIST)
|
|
$(INFO_DEPS): $(EXTRA_DIST)
|
|
|
|
# List words/regexps here that should not appear in the texinfo documentation.
|
|
check-texinfo:
|
|
grep timezone $(srcdir)/*.texi && exit 1 || :
|
|
grep -w POSIX $(srcdir)/*.texi && exit 1 || :
|
|
|
|
check: check-texinfo
|
|
# 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:
|