summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-08 00:35:04 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-08 00:35:04 +0000
commit060594db56431230a9cab8f0d61d3b186f099342 (patch)
treecfdefbc360f5969d5e5e76941c98362fc9dce0bd /lib
parentce3bb28d9562875cfbd6f6054df68fc742576099 (diff)
downloadcoreutils-060594db56431230a9cab8f0d61d3b186f099342.tar.xz
Regenerate.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in14
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index eeecc615f..de78ee76f 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.5b from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -17,6 +17,8 @@
# Copyright (C) 1995-2005 Free Software Foundation, Inc.
+SOURCES = $(libcoreutils_a_SOURCES) t-fpending.c
+
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
@@ -73,7 +75,8 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
physmem.c physmem.h posixtm.c posixtm.h posixver.c posixver.h \
printf-args.c printf-parse.c putenv.c quote.c quote.h \
quotearg.c quotearg.h raise.c readlink.c readtokens.c \
- readtokens.h readutmp.c readutmp.h realloc.c regex.c rename.c \
+ readtokens.h readutmp.c readutmp.h realloc.c regcomp.c regex.c \
+ regex.h regex_internal.c regex_internal.h regexec.c rename.c \
rmdir.c root-dev-ino.c root-dev-ino.h rpmatch.c safe-read.c \
safe-read.h safe-write.c safe-write.h same.c same.h save-cwd.c \
save-cwd.h savedir.c savedir.h setenv.c setenv.h settime.c \
@@ -372,8 +375,8 @@ AM_CPPFLAGS = -I.. -I$(srcdir)
libcoreutils_a_SOURCES = allocsa.c allocsa.h euidaccess.h exit.h \
full-read.c full-read.h full-write.c full-write.h gettext.h \
localcharset.c localcharset.h mbswidth.c mbswidth.h \
- readtokens0.c readtokens0.h regex.h time_r.c time_r.h \
- unicodeio.c unicodeio.h verify.h xalloc-die.c xgethostname.c \
+ readtokens0.c readtokens0.h time_r.c time_r.h unicodeio.c \
+ unicodeio.h verify.h xalloc-die.c xgethostname.c \
xgethostname.h xmemcoll.c xmemcoll.h xstrndup.c xstrndup.h \
xstrtoimax.c xstrtoumax.c printf-args.h printf-parse.h \
vasprintf.h vasnprintf.h
@@ -554,7 +557,10 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/readtokens.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/readutmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regcomp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex_internal.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regexec.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rename.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rmdir.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/root-dev-ino.Po@am__quote@