X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FMakefile.in;h=035631017e3ca3e742add67cc0f80a4ee89b64cb;hb=268eada996dead3b74bf2e99e0f8e663db8c3e81;hp=278a3f62c2cc23ef131e8a2aea465ca1b42c2f0a;hpb=f086c3e2617438a2ff3dc57bd3c82df378c432e7;p=gnulib.git diff --git a/lib/Makefile.in b/lib/Makefile.in index 278a3f62c..035631017 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -127,7 +127,7 @@ libfetish_a_SOURCES = \ 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 \ makepath.c md5.c memcasecmp.c memcoll.c modechange.c path-concat.c \ - quotearg.c readtokens.c readutmp.c safe-read.c same.c save-cwd.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 \ xgethostname.c xmalloc.c xstrdup.c xstrtod.c xstrtol.c xstrtoul.c \ xstrtoumax.c yesno.c @@ -177,10 +177,10 @@ 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 \ localcharset$U.o long-options$U.o makepath$U.o md5$U.o memcasecmp$U.o \ memcoll$U.o modechange$U.o path-concat$U.o quotearg$U.o readtokens$U.o \ -readutmp$U.o safe-read$U.o same$U.o save-cwd$U.o savedir$U.o \ -stripslash$U.o unicodeio$U.o userspec$U.o version-etc$U.o xgetcwd$U.o \ -xgethostname$U.o xmalloc$U.o xstrdup$U.o xstrtod$U.o xstrtol$U.o \ -xstrtoul$U.o xstrtoumax$U.o yesno$U.o +safe-read$U.o same$U.o save-cwd$U.o savedir$U.o stripslash$U.o \ +unicodeio$U.o userspec$U.o version-etc$U.o xgetcwd$U.o xgethostname$U.o \ +xmalloc$U.o xstrdup$U.o xstrtod$U.o xstrtol$U.o xstrtoul$U.o \ +xstrtoumax$U.o yesno$U.o libfetish_a_OBJECTS = $(am_libfetish_a_OBJECTS) AR = ar COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -213,7 +213,7 @@ $(DEPDIR)/memcpy.Po $(DEPDIR)/memmove.Po $(DEPDIR)/memset.Po \ $(DEPDIR)/mktime.Po $(DEPDIR)/modechange$U.Po $(DEPDIR)/mountlist.Po \ $(DEPDIR)/nanosleep.Po $(DEPDIR)/obstack.Po $(DEPDIR)/path-concat$U.Po \ $(DEPDIR)/posixtm$U.Po $(DEPDIR)/putenv.Po $(DEPDIR)/quotearg$U.Po \ -$(DEPDIR)/readtokens$U.Po $(DEPDIR)/readutmp$U.Po $(DEPDIR)/realloc.Po \ +$(DEPDIR)/readtokens$U.Po $(DEPDIR)/readutmp.Po $(DEPDIR)/realloc.Po \ $(DEPDIR)/regex.Po $(DEPDIR)/rmdir.Po $(DEPDIR)/rpmatch.Po \ $(DEPDIR)/safe-read$U.Po $(DEPDIR)/same$U.Po $(DEPDIR)/save-cwd$U.Po \ $(DEPDIR)/savedir$U.Po $(DEPDIR)/stat.Po $(DEPDIR)/stime.Po \ @@ -234,10 +234,10 @@ euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \ getgroups.c gethostname.c getline.c getloadavg.c getpass.c \ getusershell.c group-member.c lchown.c malloc.c memchr.c memcmp.c \ memcpy.c memmove.c memset.c mktime.c mountlist.c nanosleep.c obstack.c \ -obstack.h putenv.c realloc.c regex.c rmdir.c rpmatch.c stime.c stpcpy.c \ -strcasecmp.c strcspn.c strdup.c strftime.c strncasecmp.c strndup.c \ -strnlen.c strpbrk.c strstr.c strtod.c strtol.c strtoul.c strtoull.c \ -strtoumax.c strverscmp.c utime.c +obstack.h putenv.c readutmp.c realloc.c regex.c rmdir.c rpmatch.c \ +stime.c stpcpy.c strcasecmp.c strcspn.c strdup.c strftime.c \ +strncasecmp.c strndup.c strnlen.c strpbrk.c strstr.c strtod.c strtol.c \ +strtoul.c strtoull.c strtoumax.c strverscmp.c utime.c DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -379,8 +379,6 @@ localcharset_.c: localcharset.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/localcharset.c; then echo $(srcdir)/localcharset.c; else echo localcharset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > localcharset_.c long-options_.c: long-options.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/long-options.c; then echo $(srcdir)/long-options.c; else echo long-options.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > long-options_.c -lstat_.c: lstat.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lstat.c; then echo $(srcdir)/lstat.c; else echo lstat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lstat_.c 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 malloc_.c: malloc.c $(ANSI2KNR) @@ -439,8 +437,6 @@ save-cwd_.c: save-cwd.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/save-cwd.c; then echo $(srcdir)/save-cwd.c; else echo save-cwd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > save-cwd_.c savedir_.c: savedir.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > savedir_.c -stat_.c: stat.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stat.c; then echo $(srcdir)/stat.c; else echo stat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stat_.c stime_.c: stime.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stime.c; then echo $(srcdir)/stime.c; else echo stime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stime_.c stpcpy_.c: stpcpy.c $(ANSI2KNR) @@ -510,12 +506,12 @@ fsusage_.o ftruncate_.o full-write_.o getdate_.o getgroups_.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 \ 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 makepath_.o malloc_.o md5_.o \ memcasecmp_.o memchr_.o memcmp_.o memcoll_.o memcpy_.o memmove_.o \ memset_.o mktime_.o modechange_.o mountlist_.o nanosleep_.o obstack_.o \ path-concat_.o posixtm_.o putenv_.o quotearg_.o readtokens_.o \ readutmp_.o realloc_.o regex_.o rmdir_.o rpmatch_.o safe-read_.o \ -same_.o save-cwd_.o savedir_.o stat_.o stime_.o stpcpy_.o strcasecmp_.o \ +same_.o save-cwd_.o savedir_.o stime_.o stpcpy_.o strcasecmp_.o \ strcspn_.o strdup_.o strftime_.o stripslash_.o strncasecmp_.o \ strndup_.o strnlen_.o strpbrk_.o strstr_.o strtod_.o strtol_.o \ strtoul_.o strtoull_.o strtoumax_.o strverscmp_.o unicodeio_.o \ @@ -625,7 +621,7 @@ maintainer-clean-tags: @AMDEP@include $(DEPDIR)/putenv.Po @AMDEP@include $(DEPDIR)/quotearg$U.Po @AMDEP@include $(DEPDIR)/readtokens$U.Po -@AMDEP@include $(DEPDIR)/readutmp$U.Po +@AMDEP@include $(DEPDIR)/readutmp.Po @AMDEP@include $(DEPDIR)/realloc.Po @AMDEP@include $(DEPDIR)/regex.Po @AMDEP@include $(DEPDIR)/rmdir.Po