From 883cd6c62de3de31bb86f8670c61feb1aeb1d5f3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Mar 2000 12:49:12 +0000 Subject: [PATCH] . --- lib/Makefile.in | 132 +++++++++++++++++++++++++++------------------ m4/Makefile.in | 1 + tests/basename/Makefile.in | 4 +- tests/date/Makefile.in | 10 ++-- tests/factor/Makefile.in | 4 +- tests/seq/Makefile.in | 4 +- tests/stty/Makefile.in | 4 +- tests/test/Makefile.in | 4 +- 8 files changed, 104 insertions(+), 59 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 810c5f0..68c75e0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -88,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -118,16 +119,18 @@ AUTOMAKE_OPTIONS = ../src/ansi2knr noinst_LIBRARIES = libfetish.a INCLUDES = -I.. -I$(srcdir) -I../intl +DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ libfetish_a_SOURCES = \ getdate.y posixtm.c addext.c argmatch.c backupfile.c basename.c \ canon-host.c closeout.c dirname.c exclude.c filemode.c diacrit.c \ full-write.c getopt.c getopt1.c getugroups.c hard-locale.c hash.c \ - human.c idcache.c isdir.c linebuffer.c long-options.c makepath.c \ - md5.c memcasecmp.c memcoll.c modechange.c path-concat.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 \ - savedir.c stripslash.c userspec.c version-etc.c xgetcwd.c xgethostname.c \ - xmalloc.c xstrdup.c xstrtod.c xstrtol.c xstrtoul.c xstrtoumax.c yesno.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 libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@ @@ -141,7 +144,7 @@ noinst_HEADERS = \ makepath.h modechange.h mountlist.h nanosleep.h obstack.h \ path-concat.h pathmax.h posixtm.h quotearg.h readtokens.h \ readutmp.h regex.h safe-read.h same.h save-cwd.h savedir.h \ - strverscmp.h version-etc.h xalloc.h xstrtod.h xstrtol.h + strverscmp.h unicodeio.h version-etc.h xalloc.h xstrtod.h xstrtol.h BUILT_SOURCES = getdate.c lstat.c stat.c @@ -149,14 +152,14 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = lstat.c stat.c EXTRA_DIST = xstat.in + +CLEANFILES = charset.alias subdir = lib mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) - -DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -166,12 +169,13 @@ am_libfetish_a_OBJECTS = getdate$U.o posixtm$U.o addext$U.o \ argmatch$U.o backupfile$U.o basename$U.o canon-host$U.o closeout$U.o \ dirname$U.o exclude$U.o filemode$U.o diacrit$U.o full-write$U.o \ getopt$U.o getopt1$U.o getugroups$U.o hard-locale$U.o hash$U.o \ -human$U.o idcache$U.o isdir$U.o linebuffer$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 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 +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 libfetish_a_OBJECTS = $(am_libfetish_a_OBJECTS) AR = ar COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -209,28 +213,30 @@ $(DEPDIR)/getopt$U.Po $(DEPDIR)/getopt1$U.Po $(DEPDIR)/getugroups$U.Po \ $(DEPDIR)/getusershell.Po $(DEPDIR)/group-member.Po \ $(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)/linebuffer$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)/memchr.Po \ -$(DEPDIR)/memcmp.Po $(DEPDIR)/memcoll$U.Po $(DEPDIR)/memcpy.Po \ -$(DEPDIR)/memmove.Po $(DEPDIR)/memset.Po $(DEPDIR)/mkdir.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)/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 \ -$(DEPDIR)/stpcpy.Po $(DEPDIR)/strcasecmp.Po $(DEPDIR)/strcspn.Po \ -$(DEPDIR)/strdup.Po $(DEPDIR)/strftime.Po $(DEPDIR)/stripslash$U.Po \ +$(DEPDIR)/linebuffer$U.Po $(DEPDIR)/localcharset$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)/memchr.Po $(DEPDIR)/memcmp.Po $(DEPDIR)/memcoll$U.Po \ +$(DEPDIR)/memcpy.Po $(DEPDIR)/memmove.Po $(DEPDIR)/memset.Po \ +$(DEPDIR)/mkdir.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)/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 $(DEPDIR)/stpcpy.Po \ +$(DEPDIR)/strcasecmp.Po $(DEPDIR)/strcspn.Po $(DEPDIR)/strdup.Po \ +$(DEPDIR)/strftime.Po $(DEPDIR)/stripslash$U.Po \ $(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po $(DEPDIR)/strpbrk.Po \ $(DEPDIR)/strstr.Po $(DEPDIR)/strtod.Po $(DEPDIR)/strtol.Po \ $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po \ -$(DEPDIR)/strverscmp.Po $(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po \ -$(DEPDIR)/version-etc$U.Po $(DEPDIR)/xgetcwd$U.Po \ -$(DEPDIR)/xgethostname$U.Po $(DEPDIR)/xmalloc$U.Po \ -$(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po $(DEPDIR)/xstrtol$U.Po \ -$(DEPDIR)/xstrtoul$U.Po $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po +$(DEPDIR)/strverscmp.Po $(DEPDIR)/unicodeio$U.Po \ +$(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po $(DEPDIR)/version-etc$U.Po \ +$(DEPDIR)/xgetcwd$U.Po $(DEPDIR)/xgethostname$U.Po \ +$(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po \ +$(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoul$U.Po \ +$(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po SOURCES = $(libfetish_a_SOURCES) OBJECTS = $(am_libfetish_a_OBJECTS) @@ -357,6 +363,8 @@ lchown_.c: lchown.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lchown.c; then echo $(srcdir)/lchown.c; else echo lchown.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lchown_.c linebuffer_.c: linebuffer.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/linebuffer.c; then echo $(srcdir)/linebuffer.c; else echo linebuffer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > linebuffer_.c +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) @@ -457,6 +465,8 @@ strtoumax_.c: strtoumax.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoumax.c; then echo $(srcdir)/strtoumax.c; else echo strtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoumax_.c strverscmp_.c: strverscmp.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strverscmp.c; then echo $(srcdir)/strverscmp.c; else echo strverscmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strverscmp_.c +unicodeio_.c: unicodeio.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/unicodeio.c; then echo $(srcdir)/unicodeio.c; else echo unicodeio.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > unicodeio_.c userspec_.c: userspec.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/userspec.c; then echo $(srcdir)/userspec.c; else echo userspec.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > userspec_.c utime_.c: utime.c $(ANSI2KNR) @@ -487,18 +497,19 @@ euidaccess_.o exclude_.o fileblocks_.o filemode_.o fnmatch_.o \ fsusage_.o ftruncate_.o full-write_.o getdate_.o getgroups_.o \ gethostname_.o getline_.o getloadavg_.o getopt_.o getopt1_.o \ getugroups_.o getusershell_.o group-member_.o hard-locale_.o hash_.o \ -human_.o idcache_.o isdir_.o lchown_.o linebuffer_.o long-options_.o \ -lstat_.o makepath_.o malloc_.o md5_.o memcasecmp_.o memchr_.o memcmp_.o \ -memcoll_.o memcpy_.o memmove_.o memset_.o mkdir_.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 strcspn_.o \ -strdup_.o strftime_.o stripslash_.o strncasecmp_.o strndup_.o \ -strpbrk_.o strstr_.o strtod_.o strtol_.o strtoul_.o strtoull_.o \ -strtoumax_.o strverscmp_.o userspec_.o utime_.o version-etc_.o \ -xgetcwd_.o xgethostname_.o xmalloc_.o xstrdup_.o xstrtod_.o xstrtol_.o \ -xstrtoul_.o xstrtoumax_.o yesno_.o : $(ANSI2KNR) +human_.o idcache_.o isdir_.o lchown_.o linebuffer_.o localcharset_.o \ +long-options_.o lstat_.o makepath_.o malloc_.o md5_.o memcasecmp_.o \ +memchr_.o memcmp_.o memcoll_.o memcpy_.o memmove_.o memset_.o mkdir_.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 \ +strcspn_.o strdup_.o strftime_.o stripslash_.o strncasecmp_.o \ +strndup_.o strpbrk_.o strstr_.o strtod_.o strtol_.o strtoul_.o \ +strtoull_.o strtoumax_.o strverscmp_.o unicodeio_.o userspec_.o \ +utime_.o version-etc_.o xgetcwd_.o xgethostname_.o xmalloc_.o \ +xstrdup_.o xstrtod_.o xstrtol_.o xstrtoul_.o xstrtoumax_.o yesno_.o : \ +$(ANSI2KNR) .y.c: $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c if test -f y.tab.h; then \ @@ -589,6 +600,7 @@ distdir: $(DISTFILES) @AMDEP@include $(DEPDIR)/isdir$U.Po @AMDEP@include $(DEPDIR)/lchown.Po @AMDEP@include $(DEPDIR)/linebuffer$U.Po +@AMDEP@include $(DEPDIR)/localcharset$U.Po @AMDEP@include $(DEPDIR)/long-options$U.Po @AMDEP@include $(DEPDIR)/lstat.Po @AMDEP@include $(DEPDIR)/makepath$U.Po @@ -639,6 +651,7 @@ distdir: $(DISTFILES) @AMDEP@include $(DEPDIR)/strtoull.Po @AMDEP@include $(DEPDIR)/strtoumax.Po @AMDEP@include $(DEPDIR)/strverscmp.Po +@AMDEP@include $(DEPDIR)/unicodeio$U.Po @AMDEP@include $(DEPDIR)/userspec$U.Po @AMDEP@include $(DEPDIR)/utime.Po @AMDEP@include $(DEPDIR)/version-etc$U.Po @@ -677,7 +690,7 @@ check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am -install-exec-am: +install-exec-am: install-exec-local install-exec: install-exec-am install-data-am: @@ -688,7 +701,7 @@ install-am: all-am install: install-am uninstall-am: uninstall: uninstall-am -all-am: Makefile $(LIBRARIES) $(HEADERS) +all-am: Makefile $(LIBRARIES) $(HEADERS) all-local all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install @@ -698,6 +711,7 @@ installdirs: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) @@ -740,11 +754,12 @@ maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \ maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \ maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ clean-depend maintainer-clean-depend info-am info dvi-am dvi check \ -check-am installcheck-am installcheck install-exec-am install-exec \ -install-data-am install-data install-am install uninstall-am uninstall \ -all-redirect all-am all install-strip installdirs mostlyclean-generic \ -distclean-generic clean-generic maintainer-clean-generic clean \ -mostlyclean distclean maintainer-clean +check-am installcheck-am installcheck install-exec-local \ +install-exec-am install-exec install-data-am install-data install-am \ +install uninstall-am uninstall all-local all-redirect all-am all \ +install-strip installdirs mostlyclean-generic distclean-generic \ +clean-generic maintainer-clean-generic clean mostlyclean distclean \ +maintainer-clean lstat.c: xstat.in sed \ @@ -764,6 +779,21 @@ stat.c: xstat.in $(srcdir)/xstat.in > $@-t mv $@-t $@ +# What a mess needed in order to install a simple file in $(libdir)! + +all-local: charset.alias + +install-exec-local: all-local + $(INSTALL_DATA) charset.alias $(libdir)/charset.alias + +# Probably not a good idea. Other packages need $(libdir)/charset.alias too. +#uninstall-local: +# -rm -f $(libdir)/charset.alias + +charset.alias: config.charset + $(SHELL) $(srcdir)/config.charset '@host@' > $@-t + mv $@-t $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/m4/Makefile.in b/m4/Makefile.in index 841a301..ead988e 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -88,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 149ec79..126d143 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -155,7 +158,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index bcfd7c0..79e8e85 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -119,7 +122,8 @@ W92-3.X millen-1.X rel-0.X rel-1a.X rel-1b.X rel-2a.X rel-2b.X rel-2c.X \ rel-2d.X rel-2e.X rel-2f.X rel-2g.X rel-3a.X next-s.X next-m.X next-h.X \ next-d.X next-w.X next-mo.X next-y.X utc-0.X utc-0a.X utc-1.I utc-1.X \ utc-1a.I utc-1a.X date2sec-0.X date2sec-0a.X date2sec-1.X sec2date-0.X \ -this-m.X this-h.X this-w.X this-mo.X this-y.X risks-1.X regress-1.X +this-m.X this-h.X this-w.X this-mo.X this-y.X risks-1.X regress-1.X \ +datevtime-1.X run_gen = 1.O 1.E 2.O 2.E 3.O 3.E 4.O 4.E 5.O 5.E 6.O 6.E 7.O 7.E 8.O 8.E 9.O \ 9.E leap-1.O leap-1.E U95-1.O U95-1.E U95-2.O U95-2.E U95-3.O U95-3.E U92-1.O \ @@ -133,7 +137,8 @@ next-w.E next-mo.O next-mo.E next-y.O next-y.E utc-0.O utc-0.E utc-0a.O \ utc-0a.E utc-1.O utc-1.E utc-1a.O utc-1a.E date2sec-0.O date2sec-0.E \ date2sec-0a.O date2sec-0a.E date2sec-1.O date2sec-1.E sec2date-0.O \ sec2date-0.E this-m.O this-m.E this-h.O this-h.E this-w.O this-w.E this-mo.O \ -this-mo.E this-y.O this-y.E risks-1.O risks-1.E regress-1.O regress-1.E +this-mo.E this-y.O this-y.E risks-1.O risks-1.E regress-1.O regress-1.E \ +datevtime-1.O datevtime-1.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) @@ -183,7 +188,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 8e5aac1..27294de 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -155,7 +158,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 4fc5ec5..dd435b3 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -155,7 +158,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 6ffe16b..f4bea26 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -149,7 +152,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 0d9d5de..f1a02bc 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -200,7 +203,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done -- 2.7.4