coreutils/m4/Makefile.in

206 lines
5.3 KiB
Makefile
Raw Normal View History

1998-04-27 12:41:41 +08:00
# Makefile.in generated automatically by automake 1.3 from Makefile.am
1997-05-25 02:12:59 +08:00
1998-02-26 07:35:53 +08:00
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
1997-05-25 02:12:59 +08:00
# This Makefile.in is free software; the Free Software Foundation
1997-09-02 00:30:41 +08: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.
1997-05-25 02:12:59 +08:00
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
1998-03-24 06:47:05 +08:00
DISTDIR =
1997-05-25 02:12:59 +08:00
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@
transform = @program_transform_name@
1997-12-06 17:18:32 +08:00
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
1997-05-25 02:12:59 +08:00
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CPP = @CPP@
DATADIRNAME = @DATADIRNAME@
1998-05-20 00:05:54 +08:00
DF_PROG = @DF_PROG@
1997-05-25 02:12:59 +08:00
GENCAT = @GENCAT@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GT_NO = @GT_NO@
GT_YES = @GT_YES@
1998-05-02 23:31:13 +08:00
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
1997-05-25 02:12:59 +08:00
INSTOBJEXT = @INSTOBJEXT@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
LIBOBJS = @LIBOBJS@
MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
1998-05-20 00:05:54 +08:00
MVDIR_PROG = @MVDIR_PROG@
1997-05-25 02:12:59 +08:00
PACKAGE = @PACKAGE@
PERL = @PERL@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
1998-05-20 00:05:54 +08:00
YACC = @YACC@
1997-05-25 02:12:59 +08:00
l = @l@
1998-05-20 00:02:40 +08:00
EXTRA_DIST = README assert.m4 check-decl.m4 chown.m4 const.m4 d-ino.m4 \
d-type.m4 decl.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \
inttypes_h.m4 isc-posix.m4 jm-macros.m4 jm-mktime.m4 jm-winsz1.m4 \
jm-winsz2.m4 lchown.m4 lfs.m4 lstat.m4 malloc.m4 memcmp.m4 perl.m4 \
prereq.m4 putenv.m4 readdir.m4 realloc.m4 ssize_t.m4 stat.m4 strftime.m4 \
uintmax_t.m4 uptime.m4 utimbuf.m4
1997-05-25 02:12:59 +08:00
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
1997-11-30 19:13:18 +08:00
DIST_COMMON = README ChangeLog Makefile.am Makefile.in
1997-05-25 02:12:59 +08:00
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR = tar
GZIP = --best
1998-03-24 06:47:05 +08:00
all: Makefile
1997-05-25 02:12:59 +08:00
.SUFFIXES:
1998-04-11 23:04:39 +08:00
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1997-05-25 02:12:59 +08:00
cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile
1998-03-24 06:47:05 +08:00
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
1997-05-25 02:12:59 +08:00
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
tags: TAGS
TAGS:
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = m4
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
1997-09-30 12:19:04 +08:00
distdir=`cd $(distdir) && pwd`; \
1997-05-25 02:12:59 +08:00
cd $(top_srcdir) \
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits m4/Makefile
@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:
@$(NORMAL_INSTALL)
install: install-exec install-data all
@:
uninstall:
install-strip:
1997-06-26 00:08:03 +08:00
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
1997-05-25 02:12:59 +08:00
installdirs:
mostlyclean-generic:
1997-09-30 12:19:04 +08:00
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1997-05-25 02:12:59 +08:00
clean-generic:
1997-09-30 12:19:04 +08:00
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1997-05-25 02:12:59 +08:00
distclean-generic:
1997-09-30 12:19:04 +08: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)
1997-05-25 02:12:59 +08:00
maintainer-clean-generic:
1997-09-30 12:19:04 +08:00
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1997-05-25 02:12:59 +08:00
mostlyclean: mostlyclean-generic
clean: clean-generic mostlyclean
distclean: distclean-generic clean
1997-09-30 12:19:04 +08:00
-rm -f config.status
1997-05-25 02:12:59 +08:00
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."
1998-03-24 06:47:05 +08:00
.PHONY: 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
1997-05-25 02:12:59 +08:00
1998-05-20 00:02:40 +08:00
Makefile.am: Makefile.am.in
rm -f $@ $@t
sed -n '1,/^##m4-files-begin/p' $< > $@t
( echo EXTRA_DIST = README; \
1998-05-20 00:05:54 +08:00
find . -type f -name '*.m4' -print |sed s,^\./,, |sort ) \
1998-05-20 00:02:40 +08:00
|fmt | (tr '\012' @; echo) \
|sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
>> $@t
sed -n '/^##m4-files-end/,$$p' $< >> $@t
chmod a-w $@t
mv $@t $@
1997-05-25 02:12:59 +08:00
# 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: