From 7cb0b72a2c643b4abeeaae011f3e83aa3644ce08 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 20 Jun 2005 07:13:36 +0000 Subject: . --- lib/Makefile.in | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'lib') 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@ -- cgit v1.2.3-70-g09d2