summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)Author
2002-06-15(lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,Jim Meyering
so that each temporary file name is unique and valid in the first 8 characters, for operation under DOS.
2002-05-22(libfetish_a_SOURCES): Add file-type.c and file-type.h.Jim Meyering
2002-04-28(libfetish_a_SOURCES): Add sig2str.h.Jim Meyering
2002-04-24(INCLUDES): Remove -I../intl.Jim Meyering
(libfetish_a_SOURCES): Add gettext.h.
2002-03-01(libfetish_a_SOURCES): Add gettime.c, settime.c,Jim Meyering
timespec.h. Remove nanosleep.h.
2002-02-26(libfetish_a_SOURCES): Add acl.h, acl.c.Jim Meyering
2002-02-16(libfetish_a_SOURCES): Add posixver.c and posixver.h.Jim Meyering
2002-01-26(getdate$U.o): Depend on unlocked-io.h.Jim Meyering
2002-01-22(Makefile): Don't depend on $(BUILT_SOURCES).Jim Meyering
Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in.
2002-01-22(libfetish_a_SOURCES): Add them.Jim Meyering
2001-11-27(libfetish_a_SOURCES): Remove gtod.h.Jim Meyering
2001-11-19remove a harmless newlineJim Meyering
2001-11-19(Makefile): Depend on $(BUILT_SOURCES), so thoseJim Meyering
files will be created before anything else.
2001-11-01(libfetish_a_SOURCES): Add dirfd.h.Jim Meyering
2001-10-05(libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.Jim Meyering
2001-09-26(unlocked-io.h): Use $(SHELL).Jim Meyering
2001-09-26(unlocked-io.h): Rewrite to use a separate script,Jim Meyering
rather than trying to embed it here. (EXTRA_DIST): Add gen-uio. Remove unlocked-io.hin
2001-09-01(libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h.Jim Meyering
2001-08-31(libfetish_a_SOURCES): Remove strtoxmax.c.Jim Meyering
2001-08-31(libfetish_a_SOURCES): Add full-write.h.Jim Meyering
2001-08-27remove xstrtoxmax.cJim Meyering
2001-08-27(libfetish_a_SOURCES): Add strtoxmax.cJim Meyering
2001-08-26(libfetish_a_SOURCES): Add xstrtoimax.c.Jim Meyering
2001-08-13whoops. remove the backslash, too.Jim Meyering
2001-08-13(unlocked-io.h): Do not append "_unlocked" twice.Jim Meyering
Port to Solaris 8, where 'sed' requires a space after the 'r' command, and where sh dislikes "$/". Clean up the spacing a bit. Redirect output to $tmp just once.
2001-08-12(libfetish_a_SOURCES): Add gtod.h.Jim Meyering
2001-07-15(all-local): Depend on unlocked-io.h, to ensure it is created.Jim Meyering
2001-07-15(DISTCLEANFILES): Add unlocked-io.h.Jim Meyering
2001-07-15(EXTRA_DIST): Add unlocked-io.hin.Jim Meyering
(BUILT_SOURCES): Add unlocked-io.h. (io_functions): Define. (unlocked-io.h): New rule.
2001-07-05(noinst_HEADERS): Remove definition, per new automake recommendation.Jim Meyering
(libfetish_a_SOURCES): Put all .h files here instead. Remove a thus-exposed (better checks in automake) duplicate and two unnecessary .h files.
2001-05-20(libfetish_a_SOURCES):Jim Meyering
Add strftime.c, since we now compile it on all hosts.
2001-03-03(libfetish_a_SOURCES): Add dup-safer.c, fopen-safer.c.Jim Meyering
(noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
2000-12-19(libfetish_a_SOURCES): Add physmem.c.Jim Meyering
(noinst_HEADERS): Add physmem.h.
2000-09-20(libfetish_a_SOURCES): Add sha.c.Jim Meyering
(noinst_HEADERS): Add sha.h. Based on code from Scott G. Miller and from GnuPG.
2000-08-26(noinst_HEADERS): Add __fpending.h.Jim Meyering
2000-07-17(libfetish_a_SOURCES): Add mbswidth.c.Jim Meyering
(noinst_HEADERS): Add mbswidth.h.
2000-07-15(libfetish_a_SOURCES): Add quote.c.Jim Meyering
(noinst_HEADERS): Add quote.h.
2000-06-27(libfetish_a_SOURCES): Remove readutmp.c.Jim Meyering
2000-06-21(libfetish_a_SOURCES): Add getstr.c.Jim Meyering
(noinst_HEADERS): Add getstr.h.
2000-06-13(all-local): Depend on lstat.c and stat.c.Jim Meyering
2000-06-03(install-exec-local): On systems with glibc-2.1 orJim Meyering
newer, don't install charset.alias.
2000-04-30alphabetizeJim Meyering
2000-04-08(charset.alias): Use t-$@, not $@-t so the DOS 8.3Jim Meyering
names don't conflict. Reported by Eli Zaretskii.
2000-04-04Be more DOS 8.3-friendly.Jim Meyering
* ref-add.sin: Renamed from ref-add.sed.in. * ref-del.sin: Renamed from ref-del.sed.in. * Makefile.am: Reflect renaming.
2000-04-04Use a temporary file name that won't clash with `charset.alias'Jim Meyering
in the DOS 8.3 name space. (charset_tmp): Define. (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t. (uninstall-local): Likewise. Reported by Eli Zaretskii.
2000-03-24(EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.Jim Meyering
(charset_alias): Define. (install-exec-local): Factor out common code. (uninstall-local): Split lines longer than 80. (ref-add.sed, ref-del.sed): Remove rules... (do the following instead) (SUFFIXES): Define. (.sed.in.sed): New rule. Don't redirect directly to $@. (CLEANFILES): Add ref-add.sed and ref-del.sed.
2000-03-24(install-exec-local, uninstall-local, ref-add.sed, ref-del.sed): New rules.Jim Meyering
From Bruno.
2000-03-04(uninstall-local): Uncomment this rule so `make distcheck' works once again.Jim Meyering
2000-03-04(install-exec-local): Create $(libdir) before installing into it.Jim Meyering
2000-03-02(EXTRA_DIST): Add config.charset.Jim Meyering