summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-27 10:54:09 +0000
committerJim Meyering <jim@meyering.net>2006-02-27 10:54:09 +0000
commit0c0d4f5707d399b8eaf5b0f6b4859f350e97ef09 (patch)
tree2d10c9a550047b8b4e04d794475a8f202fc48b7c /lib/Makefile.in
parentaeacca612b044abd8f0c7ac719b353d6d4c26dee (diff)
downloadcoreutils-0c0d4f5707d399b8eaf5b0f6b4859f350e97ef09.tar.xz
.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in21
1 files changed, 11 insertions, 10 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index d231b567b..3a8618ab9 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# Copyright (C) 1995-2005 Free Software Foundation, Inc.
+# Copyright (C) 1995-2006 Free Software Foundation, Inc.
srcdir = @srcdir@
@@ -233,8 +233,8 @@ am__DEPENDENCIES_1 = @LIBOBJS@
am__DEPENDENCIES_2 = @ALLOCA@
libcoreutils_a_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_2)
-am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) buffer-lcm.$(OBJEXT) \
- full-read.$(OBJEXT) full-write.$(OBJEXT) \
+am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) base64.$(OBJEXT) \
+ buffer-lcm.$(OBJEXT) full-read.$(OBJEXT) full-write.$(OBJEXT) \
localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
readtokens0.$(OBJEXT) strnlen1.$(OBJEXT) time_r.$(OBJEXT) \
unicodeio.$(OBJEXT) xalloc-die.$(OBJEXT) \
@@ -401,13 +401,13 @@ AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
noinst_LIBRARIES = libcoreutils.a
LDADD = $(noinst_LIBRARIES)
AM_CPPFLAGS = -I.. -I$(srcdir)
-libcoreutils_a_SOURCES = allocsa.c allocsa.h buffer-lcm.c buffer-lcm.h \
- euidaccess.h exit.h full-read.c full-read.h full-write.c \
- full-write.h getaddrinfo.h gettext.h localcharset.c \
- localcharset.h mbchar.h mbswidth.c mbswidth.h mbuiter.h \
- readtokens0.c readtokens0.h strcase.h strnlen1.c strnlen1.h \
- strstr.h time_r.c time_r.h unicodeio.c unicodeio.h verify.h \
- xalloc-die.c xgethostname.c xgethostname.h xmemcoll.c \
+libcoreutils_a_SOURCES = allocsa.c allocsa.h base64.c base64.h \
+ buffer-lcm.c buffer-lcm.h euidaccess.h exit.h full-read.c \
+ full-read.h full-write.c full-write.h getaddrinfo.h gettext.h \
+ localcharset.c localcharset.h mbchar.h mbswidth.c mbswidth.h \
+ mbuiter.h readtokens0.c readtokens0.h strcase.h strnlen1.c \
+ strnlen1.h strstr.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
libcoreutils_a_LIBADD = $(LIBOBJS) $(ALLOCA)
@@ -659,6 +659,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrtoul.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/yesno.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allocsa.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer-lcm.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-read.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@