diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-29 04:54:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-29 04:54:45 +0000 |
commit | 56d806cf6f6b8415d5cb93bae7404123990a9da4 (patch) | |
tree | a3cb52ade4134d2079eb9020ca65c1d7807410cd | |
parent | c2efd628dfb138846dc5b8334b7397e9a3a128c0 (diff) | |
download | coreutils-56d806cf6f6b8415d5cb93bae7404123990a9da4.tar.xz |
.
-rw-r--r-- | doc/Makefile.in | 21 | ||||
-rw-r--r-- | lib/Makefile.in | 53 |
2 files changed, 38 insertions, 36 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index b6f7824a4..5c399fd90 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 0.30 from Makefile.am +# Makefile.in generated automatically by automake 0.31 from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -50,16 +50,16 @@ DVIS = fileutils.dvi TEXINFOS = fileutils.texi DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \ - version.texi +version.texi PACKAGE = @PACKAGE@ VERSION = @VERSION@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \ - $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER) $(DATA) + $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA) DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \ - $(TEXINFOS) $(INFO_DEPS) $(MANS) $(DIST_OTHER) $(DATA) + $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA) default: all @@ -158,6 +158,8 @@ uninstall: uninstall-info all: $(INFO_DEPS) Makefile +install-strip: + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install installdirs: $(top_srcdir)/mkinstalldirs $(infodir) @@ -188,12 +190,11 @@ maintainer-clean: maintainer-clean-vti maintainer-clean-info \ @echo "it deletes files that may require special tools to rebuild." .PHONY: default mostlyclean-vti distclean-vti clean-vti \ - maintainer-clean-vti install-info uninstall-info mostlyclean-info \ - distclean-info clean-info maintainer-clean-info tags dist 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 +maintainer-clean-vti install-info uninstall-info mostlyclean-info \ +distclean-info clean-info maintainer-clean-info tags dist 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: .SUFFIXES: .texi .info .dvi diff --git a/lib/Makefile.in b/lib/Makefile.in index 7d68ab922..cd1c8c023 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 0.30 from Makefile.am +# Makefile.in generated automatically by automake 0.31 from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -78,11 +78,11 @@ LIBS = @LIBS@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(CC) $(LDFLAGS) -o $@ fu_OBJECTS = getdate.o posixtm.o argmatch.o backupfile.o basename.o \ - dirname.o error.o fileblocks.o filemode.o full-write.o getopt.o \ - getopt1.o getversion.o group-member.o idcache.o isdir.o \ - long-options.o makepath.o modechange.o obstack.o safe-read.o \ - save-cwd.o savedir.o stripslash.o userspec.o xgetcwd.o xmalloc.o \ - xstrdup.o xstrtol.o xstrtoul.o yesno.o +dirname.o error.o fileblocks.o filemode.o full-write.o getopt.o \ +getopt1.o getversion.o group-member.o idcache.o isdir.o long-options.o \ +makepath.o modechange.o obstack.o safe-read.o save-cwd.o savedir.o \ +stripslash.o userspec.o xgetcwd.o xmalloc.o xstrdup.o xstrtol.o \ +xstrtoul.o yesno.o LIBFILES = libfu.a AR = ar @@ -90,26 +90,26 @@ RANLIB = @RANLIB@ HEADERS = $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in alloca.c fileblocks.c fnmatch.c \ - fsusage.c ftruncate.c mountlist.c +fsusage.c ftruncate.c mountlist.c PACKAGE = @PACKAGE@ VERSION = @VERSION@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \ - $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER) $(DATA) + $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA) DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \ - $(TEXINFOS) $(INFO_DEPS) $(MANS) $(DIST_OTHER) $(DATA) + $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA) DEP_FILES = .deps/alloca.P .deps/argmatch.P .deps/backupfile.P \ - .deps/basename.P .deps/dirname.P .deps/error.P .deps/fileblocks.P \ - .deps/filemode.P .deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P \ - .deps/full-write.P .deps/getdate.P .deps/getopt.P .deps/getopt1.P \ - .deps/getversion.P .deps/group-member.P .deps/idcache.P \ - .deps/isdir.P .deps/long-options.P .deps/makepath.P \ - .deps/modechange.P .deps/mountlist.P .deps/obstack.P \ - .deps/posixtm.P .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P \ - .deps/stripslash.P .deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P \ - .deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P +.deps/basename.P .deps/dirname.P .deps/error.P .deps/fileblocks.P \ +.deps/filemode.P .deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P \ +.deps/full-write.P .deps/getdate.P .deps/getopt.P .deps/getopt1.P \ +.deps/getversion.P .deps/group-member.P .deps/idcache.P .deps/isdir.P \ +.deps/long-options.P .deps/makepath.P .deps/modechange.P \ +.deps/mountlist.P .deps/obstack.P .deps/posixtm.P .deps/safe-read.P \ +.deps/save-cwd.P .deps/savedir.P .deps/stripslash.P .deps/userspec.P \ +.deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P \ +.deps/xstrtoul.P .deps/yesno.P SOURCES = $(fu_SOURCES) OBJECTS = $(fu_OBJECTS) @@ -221,6 +221,8 @@ uninstall: all: $(LIBFILES) $(HEADERS) Makefile +install-strip: + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install installdirs: @@ -254,14 +256,13 @@ maintainer-clean: maintainer-clean-noinstLIBRARIES \ @echo "it deletes files that may require special tools to rebuild." .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ - clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ - mostlyclean-compile distclean-compile clean-compile \ - maintainer-clean-compile tags mostlyclean-tags distclean-tags \ - clean-tags maintainer-clean-tags dist 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 +clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ +mostlyclean-compile distclean-compile clean-compile \ +maintainer-clean-compile tags mostlyclean-tags distclean-tags \ +clean-tags maintainer-clean-tags dist 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 # Since this directory contains two parsers, we have to be careful to avoid |