summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-25 17:01:54 +0000
committerJim Meyering <jim@meyering.net>2005-09-25 17:01:54 +0000
commit2c5def04621f3ea7dda4540af60fe2f501763152 (patch)
treea8bdaa2d72bb8d9e1bdc10fa46c567f9004fbef8 /lib
parent0e5662fd54929e7a3690bd8de25ef01f3f955592 (diff)
downloadcoreutils-2c5def04621f3ea7dda4540af60fe2f501763152.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in19
1 files changed, 9 insertions, 10 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 9c740928e..3f95258e0 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -64,7 +64,7 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
hard-locale.h hash-pjw.c hash-pjw.h hash.c hash.h human.c \
human.h idcache.c imaxtostr.c intprops.h inttostr.c inttostr.h \
lchown.c lchown.h linebuffer.c linebuffer.h long-options.c \
- long-options.h lstat.c lstat.h malloc.c md5.c md5.h \
+ long-options.h lstat.c lstat.h malloc.c mbchar.c md5.c md5.h \
memcasecmp.c memcasecmp.h memchr.c memcmp.c memcoll.c \
memcoll.h memcpy.c memmove.c mempcpy.c mempcpy.h memrchr.c \
memrchr.h memset.c mkdir-p.c mkdir-p.h mkdir.c mkstemp-safer.c \
@@ -225,7 +225,7 @@ am__DEPENDENCIES_1 = @LIBOBJS@
am__DEPENDENCIES_2 = @ALLOCA@
am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) fprintftime.$(OBJEXT) \
full-read.$(OBJEXT) full-write.$(OBJEXT) \
- localcharset.$(OBJEXT) mbchar.$(OBJEXT) mbswidth.$(OBJEXT) \
+ localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
readtokens0.$(OBJEXT) strnlen1.$(OBJEXT) time_r.$(OBJEXT) \
unicodeio.$(OBJEXT) xalloc-die.$(OBJEXT) \
xgethostname.$(OBJEXT) xmemcoll.$(OBJEXT) xstrndup.$(OBJEXT) \
@@ -388,13 +388,12 @@ AM_CPPFLAGS = -I.. -I$(srcdir)
libcoreutils_a_SOURCES = allocsa.c allocsa.h euidaccess.h exit.h \
fprintftime.c fprintftime.h full-read.c full-read.h \
full-write.c full-write.h getaddrinfo.h gettext.h \
- localcharset.c localcharset.h mbchar.c 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
+ 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)
libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
lib_OBJECTS = $(libcoreutils_a_OBJECTS)
@@ -540,6 +539,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/long-options.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lstat.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mbchar.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/md5.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcasecmp.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
@@ -641,7 +641,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-read.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full-write.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbchar.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readtokens0.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Po@am__quote@