mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
.
This commit is contained in:
@@ -217,8 +217,9 @@ ARFLAGS = cru
|
||||
libcoreutils_a_AR = $(AR) $(ARFLAGS)
|
||||
am__DEPENDENCIES_1 = @LIBOBJS@
|
||||
am__DEPENDENCIES_2 = @ALLOCA@
|
||||
am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) full-read.$(OBJEXT) \
|
||||
full-write.$(OBJEXT) localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
|
||||
am_libcoreutils_a_OBJECTS = allocsa.$(OBJEXT) fprintime.$(OBJEXT) \
|
||||
full-read.$(OBJEXT) full-write.$(OBJEXT) \
|
||||
localcharset.$(OBJEXT) mbswidth.$(OBJEXT) \
|
||||
readtokens0.$(OBJEXT) time_r.$(OBJEXT) unicodeio.$(OBJEXT) \
|
||||
xalloc-die.$(OBJEXT) xgethostname.$(OBJEXT) xmemcoll.$(OBJEXT) \
|
||||
xstrndup.$(OBJEXT) xstrtoimax.$(OBJEXT) xstrtoumax.$(OBJEXT)
|
||||
@@ -369,13 +370,13 @@ noinst_LIBRARIES = libcoreutils.a
|
||||
LDADD = $(noinst_LIBRARIES)
|
||||
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 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
|
||||
fprintime.c fprintime.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 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)
|
||||
@@ -614,6 +615,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)/fprintime.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@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Po@am__quote@
|
||||
|
||||
Reference in New Issue
Block a user