mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-14 04:18:48 +08:00
.
This commit is contained in:
parent
46fb83f548
commit
fd2d83d617
@ -127,7 +127,8 @@ libfetish_a_SOURCES = \
|
|||||||
canon-host.c closeout.c diacrit.c dirname.c exclude.c filemode.c \
|
canon-host.c closeout.c diacrit.c dirname.c exclude.c filemode.c \
|
||||||
full-write.c getopt.c getopt1.c getstr.c getugroups.c hard-locale.c hash.c \
|
full-write.c getopt.c getopt1.c getstr.c getugroups.c hard-locale.c hash.c \
|
||||||
human.c idcache.c isdir.c linebuffer.c localcharset.c long-options.c \
|
human.c idcache.c isdir.c linebuffer.c localcharset.c long-options.c \
|
||||||
makepath.c md5.c memcasecmp.c memcoll.c modechange.c path-concat.c \
|
makepath.c mbswidth.c md5.c memcasecmp.c memcoll.c modechange.c \
|
||||||
|
path-concat.c \
|
||||||
quote.c quotearg.c readtokens.c safe-read.c same.c save-cwd.c \
|
quote.c quotearg.c readtokens.c safe-read.c same.c save-cwd.c \
|
||||||
savedir.c stripslash.c unicodeio.c userspec.c version-etc.c xgetcwd.c \
|
savedir.c stripslash.c unicodeio.c userspec.c version-etc.c xgetcwd.c \
|
||||||
xgethostname.c xmalloc.c xstrdup.c xstrtod.c xstrtol.c xstrtoul.c \
|
xgethostname.c xmalloc.c xstrdup.c xstrtod.c xstrtol.c xstrtoul.c \
|
||||||
@ -141,8 +142,8 @@ noinst_HEADERS = \
|
|||||||
argmatch.h backupfile.h bumpalloc.h closeout.h diacrit.h dirname.h error.h \
|
argmatch.h backupfile.h bumpalloc.h closeout.h diacrit.h dirname.h error.h \
|
||||||
exclude.h filemode.h fnmatch.h fsusage.h getdate.h getline.h getopt.h \
|
exclude.h filemode.h fnmatch.h fsusage.h getdate.h getline.h getopt.h \
|
||||||
getstr.h getpagesize.h group-member.h hard-locale.h hash.h human.h lchown.h \
|
getstr.h getpagesize.h group-member.h hard-locale.h hash.h human.h lchown.h \
|
||||||
linebuffer.h long-options.h md5.h memcasecmp.h memcoll.h \
|
linebuffer.h long-options.h mbswidth.h md5.h memcasecmp.h memcoll.h \
|
||||||
makepath.h modechange.h mountlist.h nanosleep.h obstack.h \
|
makepath.h mbswidth.h modechange.h mountlist.h nanosleep.h obstack.h \
|
||||||
path-concat.h pathmax.h posixtm.h quote.h quotearg.h readtokens.h \
|
path-concat.h pathmax.h posixtm.h quote.h quotearg.h readtokens.h \
|
||||||
readutmp.h regex.h safe-read.h same.h save-cwd.h savedir.h \
|
readutmp.h regex.h safe-read.h same.h save-cwd.h savedir.h \
|
||||||
strverscmp.h unicodeio.h version-etc.h xalloc.h xstrtod.h xstrtol.h
|
strverscmp.h unicodeio.h version-etc.h xalloc.h xstrtod.h xstrtol.h
|
||||||
@ -176,12 +177,12 @@ argmatch$U.o backupfile$U.o basename$U.o canon-host$U.o closeout$U.o \
|
|||||||
diacrit$U.o dirname$U.o exclude$U.o filemode$U.o full-write$U.o \
|
diacrit$U.o dirname$U.o exclude$U.o filemode$U.o full-write$U.o \
|
||||||
getopt$U.o getopt1$U.o getstr$U.o getugroups$U.o hard-locale$U.o \
|
getopt$U.o getopt1$U.o getstr$U.o getugroups$U.o hard-locale$U.o \
|
||||||
hash$U.o human$U.o idcache$U.o isdir$U.o linebuffer$U.o \
|
hash$U.o human$U.o idcache$U.o isdir$U.o linebuffer$U.o \
|
||||||
localcharset$U.o long-options$U.o makepath$U.o md5$U.o memcasecmp$U.o \
|
localcharset$U.o long-options$U.o makepath$U.o mbswidth$U.o md5$U.o \
|
||||||
memcoll$U.o modechange$U.o path-concat$U.o quote$U.o quotearg$U.o \
|
memcasecmp$U.o memcoll$U.o modechange$U.o path-concat$U.o quote$U.o \
|
||||||
readtokens$U.o safe-read$U.o same$U.o save-cwd$U.o savedir$U.o \
|
quotearg$U.o readtokens$U.o safe-read$U.o same$U.o save-cwd$U.o \
|
||||||
stripslash$U.o unicodeio$U.o userspec$U.o version-etc$U.o xgetcwd$U.o \
|
savedir$U.o stripslash$U.o unicodeio$U.o userspec$U.o version-etc$U.o \
|
||||||
xgethostname$U.o xmalloc$U.o xstrdup$U.o xstrtod$U.o xstrtol$U.o \
|
xgetcwd$U.o xgethostname$U.o xmalloc$U.o xstrdup$U.o xstrtod$U.o \
|
||||||
xstrtoul$U.o xstrtoumax$U.o yesno$U.o
|
xstrtol$U.o xstrtoul$U.o xstrtoumax$U.o yesno$U.o
|
||||||
libfetish_a_OBJECTS = $(am_libfetish_a_OBJECTS)
|
libfetish_a_OBJECTS = $(am_libfetish_a_OBJECTS)
|
||||||
AR = ar
|
AR = ar
|
||||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
@ -208,27 +209,28 @@ $(DEPDIR)/hard-locale$U.Po $(DEPDIR)/hash$U.Po $(DEPDIR)/human$U.Po \
|
|||||||
$(DEPDIR)/idcache$U.Po $(DEPDIR)/isdir$U.Po $(DEPDIR)/lchown.Po \
|
$(DEPDIR)/idcache$U.Po $(DEPDIR)/isdir$U.Po $(DEPDIR)/lchown.Po \
|
||||||
$(DEPDIR)/linebuffer$U.Po $(DEPDIR)/localcharset$U.Po \
|
$(DEPDIR)/linebuffer$U.Po $(DEPDIR)/localcharset$U.Po \
|
||||||
$(DEPDIR)/long-options$U.Po $(DEPDIR)/lstat.Po $(DEPDIR)/makepath$U.Po \
|
$(DEPDIR)/long-options$U.Po $(DEPDIR)/lstat.Po $(DEPDIR)/makepath$U.Po \
|
||||||
$(DEPDIR)/malloc.Po $(DEPDIR)/md5$U.Po $(DEPDIR)/memcasecmp$U.Po \
|
$(DEPDIR)/malloc.Po $(DEPDIR)/mbswidth$U.Po $(DEPDIR)/md5$U.Po \
|
||||||
$(DEPDIR)/memchr.Po $(DEPDIR)/memcmp.Po $(DEPDIR)/memcoll$U.Po \
|
$(DEPDIR)/memcasecmp$U.Po $(DEPDIR)/memchr.Po $(DEPDIR)/memcmp.Po \
|
||||||
$(DEPDIR)/memcpy.Po $(DEPDIR)/memmove.Po $(DEPDIR)/memset.Po \
|
$(DEPDIR)/memcoll$U.Po $(DEPDIR)/memcpy.Po $(DEPDIR)/memmove.Po \
|
||||||
$(DEPDIR)/mktime.Po $(DEPDIR)/modechange$U.Po $(DEPDIR)/mountlist.Po \
|
$(DEPDIR)/memset.Po $(DEPDIR)/mktime.Po $(DEPDIR)/modechange$U.Po \
|
||||||
$(DEPDIR)/nanosleep.Po $(DEPDIR)/obstack.Po $(DEPDIR)/path-concat$U.Po \
|
$(DEPDIR)/mountlist.Po $(DEPDIR)/nanosleep.Po $(DEPDIR)/obstack.Po \
|
||||||
$(DEPDIR)/posixtm$U.Po $(DEPDIR)/putenv.Po $(DEPDIR)/quote$U.Po \
|
$(DEPDIR)/path-concat$U.Po $(DEPDIR)/posixtm$U.Po $(DEPDIR)/putenv.Po \
|
||||||
$(DEPDIR)/quotearg$U.Po $(DEPDIR)/readtokens$U.Po $(DEPDIR)/readutmp.Po \
|
$(DEPDIR)/quote$U.Po $(DEPDIR)/quotearg$U.Po $(DEPDIR)/readtokens$U.Po \
|
||||||
$(DEPDIR)/realloc.Po $(DEPDIR)/regex.Po $(DEPDIR)/rmdir.Po \
|
$(DEPDIR)/readutmp.Po $(DEPDIR)/realloc.Po $(DEPDIR)/regex.Po \
|
||||||
$(DEPDIR)/rpmatch.Po $(DEPDIR)/safe-read$U.Po $(DEPDIR)/same$U.Po \
|
$(DEPDIR)/rmdir.Po $(DEPDIR)/rpmatch.Po $(DEPDIR)/safe-read$U.Po \
|
||||||
$(DEPDIR)/save-cwd$U.Po $(DEPDIR)/savedir$U.Po $(DEPDIR)/stat.Po \
|
$(DEPDIR)/same$U.Po $(DEPDIR)/save-cwd$U.Po $(DEPDIR)/savedir$U.Po \
|
||||||
$(DEPDIR)/stime.Po $(DEPDIR)/stpcpy.Po $(DEPDIR)/strcasecmp.Po \
|
$(DEPDIR)/stat.Po $(DEPDIR)/stime.Po $(DEPDIR)/stpcpy.Po \
|
||||||
$(DEPDIR)/strcspn.Po $(DEPDIR)/strdup.Po $(DEPDIR)/strftime.Po \
|
$(DEPDIR)/strcasecmp.Po $(DEPDIR)/strcspn.Po $(DEPDIR)/strdup.Po \
|
||||||
$(DEPDIR)/stripslash$U.Po $(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po \
|
$(DEPDIR)/strftime.Po $(DEPDIR)/stripslash$U.Po \
|
||||||
$(DEPDIR)/strnlen.Po $(DEPDIR)/strpbrk.Po $(DEPDIR)/strstr.Po \
|
$(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po $(DEPDIR)/strnlen.Po \
|
||||||
$(DEPDIR)/strtod.Po $(DEPDIR)/strtol.Po $(DEPDIR)/strtoul.Po \
|
$(DEPDIR)/strpbrk.Po $(DEPDIR)/strstr.Po $(DEPDIR)/strtod.Po \
|
||||||
$(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po $(DEPDIR)/strverscmp.Po \
|
$(DEPDIR)/strtol.Po $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \
|
||||||
$(DEPDIR)/unicodeio$U.Po $(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po \
|
$(DEPDIR)/strtoumax.Po $(DEPDIR)/strverscmp.Po $(DEPDIR)/unicodeio$U.Po \
|
||||||
$(DEPDIR)/version-etc$U.Po $(DEPDIR)/xgetcwd$U.Po \
|
$(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po $(DEPDIR)/version-etc$U.Po \
|
||||||
$(DEPDIR)/xgethostname$U.Po $(DEPDIR)/xmalloc$U.Po \
|
$(DEPDIR)/xgetcwd$U.Po $(DEPDIR)/xgethostname$U.Po \
|
||||||
$(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po $(DEPDIR)/xstrtol$U.Po \
|
$(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po \
|
||||||
$(DEPDIR)/xstrtoul$U.Po $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po
|
$(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoul$U.Po \
|
||||||
|
$(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po
|
||||||
DIST_COMMON = README $(noinst_HEADERS) ChangeLog Makefile.am \
|
DIST_COMMON = README $(noinst_HEADERS) ChangeLog Makefile.am \
|
||||||
Makefile.in TODO alloca.c atexit.c chown.c dup2.c error.c error.h \
|
Makefile.in TODO alloca.c atexit.c chown.c dup2.c error.c error.h \
|
||||||
euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \
|
euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \
|
||||||
@ -386,6 +388,8 @@ makepath_.c: makepath.c $(ANSI2KNR)
|
|||||||
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/makepath.c; then echo $(srcdir)/makepath.c; else echo makepath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > makepath_.c
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/makepath.c; then echo $(srcdir)/makepath.c; else echo makepath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > makepath_.c
|
||||||
malloc_.c: malloc.c $(ANSI2KNR)
|
malloc_.c: malloc.c $(ANSI2KNR)
|
||||||
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c
|
||||||
|
mbswidth_.c: mbswidth.c $(ANSI2KNR)
|
||||||
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mbswidth.c; then echo $(srcdir)/mbswidth.c; else echo mbswidth.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mbswidth_.c
|
||||||
md5_.c: md5.c $(ANSI2KNR)
|
md5_.c: md5.c $(ANSI2KNR)
|
||||||
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/md5.c; then echo $(srcdir)/md5.c; else echo md5.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > md5_.c
|
$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/md5.c; then echo $(srcdir)/md5.c; else echo md5.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > md5_.c
|
||||||
memcasecmp_.c: memcasecmp.c $(ANSI2KNR)
|
memcasecmp_.c: memcasecmp.c $(ANSI2KNR)
|
||||||
@ -513,18 +517,18 @@ fsusage_.o ftruncate_.o full-write_.o getdate_.o getgroups_.o \
|
|||||||
gethostname_.o getline_.o getloadavg_.o getopt_.o getopt1_.o getpass_.o \
|
gethostname_.o getline_.o getloadavg_.o getopt_.o getopt1_.o getpass_.o \
|
||||||
getstr_.o getugroups_.o getusershell_.o group-member_.o hard-locale_.o \
|
getstr_.o getugroups_.o getusershell_.o group-member_.o hard-locale_.o \
|
||||||
hash_.o human_.o idcache_.o isdir_.o lchown_.o linebuffer_.o \
|
hash_.o human_.o idcache_.o isdir_.o lchown_.o linebuffer_.o \
|
||||||
localcharset_.o long-options_.o lstat_.o makepath_.o malloc_.o md5_.o \
|
localcharset_.o long-options_.o lstat_.o makepath_.o malloc_.o \
|
||||||
memcasecmp_.o memchr_.o memcmp_.o memcoll_.o memcpy_.o memmove_.o \
|
mbswidth_.o md5_.o memcasecmp_.o memchr_.o memcmp_.o memcoll_.o \
|
||||||
memset_.o mktime_.o modechange_.o mountlist_.o nanosleep_.o obstack_.o \
|
memcpy_.o memmove_.o memset_.o mktime_.o modechange_.o mountlist_.o \
|
||||||
path-concat_.o posixtm_.o putenv_.o quote_.o quotearg_.o readtokens_.o \
|
nanosleep_.o obstack_.o path-concat_.o posixtm_.o putenv_.o quote_.o \
|
||||||
readutmp_.o realloc_.o regex_.o rmdir_.o rpmatch_.o safe-read_.o \
|
quotearg_.o readtokens_.o readutmp_.o realloc_.o regex_.o rmdir_.o \
|
||||||
same_.o save-cwd_.o savedir_.o stat_.o stime_.o stpcpy_.o strcasecmp_.o \
|
rpmatch_.o safe-read_.o same_.o save-cwd_.o savedir_.o stat_.o stime_.o \
|
||||||
strcspn_.o strdup_.o strftime_.o stripslash_.o strncasecmp_.o \
|
stpcpy_.o strcasecmp_.o strcspn_.o strdup_.o strftime_.o stripslash_.o \
|
||||||
strndup_.o strnlen_.o strpbrk_.o strstr_.o strtod_.o strtol_.o \
|
strncasecmp_.o strndup_.o strnlen_.o strpbrk_.o strstr_.o strtod_.o \
|
||||||
strtoul_.o strtoull_.o strtoumax_.o strverscmp_.o unicodeio_.o \
|
strtol_.o strtoul_.o strtoull_.o strtoumax_.o strverscmp_.o \
|
||||||
userspec_.o utime_.o version-etc_.o xgetcwd_.o xgethostname_.o \
|
unicodeio_.o userspec_.o utime_.o version-etc_.o xgetcwd_.o \
|
||||||
xmalloc_.o xstrdup_.o xstrtod_.o xstrtol_.o xstrtoul_.o xstrtoumax_.o \
|
xgethostname_.o xmalloc_.o xstrdup_.o xstrtod_.o xstrtol_.o xstrtoul_.o \
|
||||||
yesno_.o : $(ANSI2KNR)
|
xstrtoumax_.o yesno_.o : $(ANSI2KNR)
|
||||||
.y.c:
|
.y.c:
|
||||||
$(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
|
$(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
|
||||||
if test -f y.tab.h; then \
|
if test -f y.tab.h; then \
|
||||||
@ -610,6 +614,7 @@ maintainer-clean-tags:
|
|||||||
@AMDEP@include $(DEPDIR)/lstat.Po
|
@AMDEP@include $(DEPDIR)/lstat.Po
|
||||||
@AMDEP@include $(DEPDIR)/makepath$U.Po
|
@AMDEP@include $(DEPDIR)/makepath$U.Po
|
||||||
@AMDEP@include $(DEPDIR)/malloc.Po
|
@AMDEP@include $(DEPDIR)/malloc.Po
|
||||||
|
@AMDEP@include $(DEPDIR)/mbswidth$U.Po
|
||||||
@AMDEP@include $(DEPDIR)/md5$U.Po
|
@AMDEP@include $(DEPDIR)/md5$U.Po
|
||||||
@AMDEP@include $(DEPDIR)/memcasecmp$U.Po
|
@AMDEP@include $(DEPDIR)/memcasecmp$U.Po
|
||||||
@AMDEP@include $(DEPDIR)/memchr.Po
|
@AMDEP@include $(DEPDIR)/memchr.Po
|
||||||
|
@ -154,6 +154,7 @@ ls-mntd-fs.m4 \
|
|||||||
lstat.m4 \
|
lstat.m4 \
|
||||||
malloc.m4 \
|
malloc.m4 \
|
||||||
mbstate_t.m4 \
|
mbstate_t.m4 \
|
||||||
|
mbswidth.m4 \
|
||||||
memcmp.m4 \
|
memcmp.m4 \
|
||||||
nanosleep.m4 \
|
nanosleep.m4 \
|
||||||
perl.m4 \
|
perl.m4 \
|
||||||
|
Loading…
Reference in New Issue
Block a user