summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-20 07:13:36 +0000
committerJim Meyering <jim@meyering.net>2005-06-20 07:13:36 +0000
commit7cb0b72a2c643b4abeeaae011f3e83aa3644ce08 (patch)
tree9bdc91c615663d77ac699728ed8318f961e13076 /lib
parent15b998e0d05c15d6869fed9d404687a8c24440c0 (diff)
downloadcoreutils-7cb0b72a2c643b4abeeaae011f3e83aa3644ce08.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in36
1 files changed, 18 insertions, 18 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 1b4201968..39737c8a3 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -86,8 +86,9 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
umaxtostr.c unistd-safer.h unlinkdir.c unlinkdir.h \
unlocked-io.h unsetenv.c userspec.c userspec.h utime.c \
utimecmp.c utimecmp.h utimens.c utimens.h vasnprintf.c \
- vasprintf.c xalloc.h xmalloc.c xnanosleep.c xnanosleep.h \
- xstrtol.c xstrtol.h xstrtoul.c xtime.h yesno.c yesno.h
+ vasprintf.c xalloc.h xfts.c xfts.h xgetcwd.c xgetcwd.h \
+ xmalloc.c xnanosleep.c xnanosleep.h xstrtol.c xstrtol.h \
+ xstrtoul.c xtime.h yesno.c yesno.h
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
$(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/allocsa.m4 \
@@ -192,11 +193,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
$(top_srcdir)/m4/utimes.m4 $(top_srcdir)/m4/vasnprintf.m4 \
$(top_srcdir)/m4/vasprintf.m4 $(top_srcdir)/m4/wchar_t.m4 \
$(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \
- $(top_srcdir)/m4/xgetcwd.m4 $(top_srcdir)/m4/xnanosleep.m4 \
- $(top_srcdir)/m4/xreadlink.m4 $(top_srcdir)/m4/xstrtod.m4 \
- $(top_srcdir)/m4/xstrtoimax.m4 $(top_srcdir)/m4/xstrtol.m4 \
- $(top_srcdir)/m4/xstrtoumax.m4 $(top_srcdir)/m4/yesno.m4 \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/m4/xfts.m4 $(top_srcdir)/m4/xgetcwd.m4 \
+ $(top_srcdir)/m4/xnanosleep.m4 $(top_srcdir)/m4/xreadlink.m4 \
+ $(top_srcdir)/m4/xstrtod.m4 $(top_srcdir)/m4/xstrtoimax.m4 \
+ $(top_srcdir)/m4/xstrtol.m4 $(top_srcdir)/m4/xstrtoumax.m4 \
+ $(top_srcdir)/m4/yesno.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
@@ -213,10 +214,10 @@ am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) diacrit.$(OBJEXT) \
localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
readtokens0.$(OBJEXT) root-dev-ino.$(OBJEXT) time_r.$(OBJEXT) \
unicodeio.$(OBJEXT) version-etc.$(OBJEXT) \
- version-etc-fsf.$(OBJEXT) xalloc-die.$(OBJEXT) xfts.$(OBJEXT) \
- xgetcwd.$(OBJEXT) xgethostname.$(OBJEXT) xmemcoll.$(OBJEXT) \
- xreadlink.$(OBJEXT) xstrndup.$(OBJEXT) xstrtod.$(OBJEXT) \
- xstrtoimax.$(OBJEXT) xstrtoumax.$(OBJEXT)
+ version-etc-fsf.$(OBJEXT) xalloc-die.$(OBJEXT) \
+ xgethostname.$(OBJEXT) xmemcoll.$(OBJEXT) xreadlink.$(OBJEXT) \
+ xstrndup.$(OBJEXT) xstrtod.$(OBJEXT) xstrtoimax.$(OBJEXT) \
+ xstrtoumax.$(OBJEXT)
libcoreutils_a_OBJECTS = $(am_libcoreutils_a_OBJECTS)
PROGRAMS = $(noinst_PROGRAMS)
t_fpending_SOURCES = t-fpending.c
@@ -370,11 +371,10 @@ libcoreutils_a_SOURCES = allocsa.c allocsa.h dev-ino.h diacrit.c \
localcharset.h mbswidth.c mbswidth.h readtokens0.c \
readtokens0.h regex.h root-dev-ino.c root-dev-ino.h time_r.c \
time_r.h unicodeio.c unicodeio.h version-etc.c version-etc.h \
- version-etc-fsf.c xalloc-die.c xfts.c xfts.h xgetcwd.c \
- xgetcwd.h xgethostname.c xgethostname.h xmemcoll.c xmemcoll.h \
- xreadlink.c xreadlink.h xstrndup.c xstrndup.h xstrtod.c \
- xstrtod.h xstrtoimax.c xstrtoumax.c printf-args.h \
- printf-parse.h vasprintf.h vasnprintf.h
+ version-etc-fsf.c xalloc-die.c xgethostname.c xgethostname.h \
+ xmemcoll.c xmemcoll.h xreadlink.c xreadlink.h xstrndup.c \
+ xstrndup.h xstrtod.c xstrtod.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)
@@ -592,6 +592,8 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/utimens.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasnprintf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xfts.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xgetcwd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xnanosleep.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrtol.Po@am__quote@
@@ -611,8 +613,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc-fsf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfts.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetcwd.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgethostname.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmemcoll.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xreadlink.Po@am__quote@