summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)Author
2000-01-23(libfetish_a_SOURCES): Remove explicit mention of obstack.c.Jim Meyering
2000-01-16Sync with sh-utils/lib/Makefile.am.Jim Meyering
2000-01-16alphabetize a littleJim Meyering
2000-01-11s/fu/fetish/Jim Meyering
2000-01-10(noinst_HEADERS): Add nanosleep.h.Jim Meyering
1999-12-19(lstat.c): Adapt rule to handle new parts of xstat.in.Jim Meyering
(lstat.c): Likewise.
1999-11-22(DISTCLEANFILES): Add lstat.c and stat.c.Jim Meyering
1999-11-01(MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES).Jim Meyering
1999-07-15(noinst_HEADERS): Add getpagesize.h.Jim Meyering
1999-05-23(libfu_a_SOURCES): Add same.c.Jim Meyering
(noinst_HEADERS): Add same.h.
1999-04-18(libfu_a_SOURCES): Add xstrtoumax.c.Jim Meyering
(noinst_HEADERS): Remove xstrtoul.h.
1999-03-26(libfu_a_SOURCES): Add version-etc.c.Jim Meyering
(noinst_HEADERS): Add version-etc.h.
1999-01-04remove strcasecmp.cinJim Meyering
1999-01-02(strcasecmp.c strncasecmp.c): Remove rules.Jim Meyering
1998-12-31(libfu_a_SOURCES): Remove strcasecmp.c.Jim Meyering
(BUILT_SOURCES): Add strcasecmp.c and strncasecmp.c. (EXTRA_DIST): Add strcasecmp.cin. (strcasecmp.c): New rule. (strncasecmp.c): New rule.
1998-12-13(EXTRA_DIST): Add xstat.in.Jim Meyering
1998-12-12(lstat.c): Add rule to generate this from xstat.in.Jim Meyering
(stat.c): Likewise.
1998-12-07(noinst_HEADERS): Add dirname.h.Jim Meyering
1998-09-07(libfu_a_SOURCES): Change posixtm.y to posixtm.c.Jim Meyering
(noinst_HEADERS): Add posixtm.h.
1998-08-13(noinst_HEADERS): Add filemode.h.Jim Meyering
1998-07-16(noinst_HEADERS): Add lchown.h.Jim Meyering
1998-07-04(noinst_HEADERS): Add regex.h.Jim Meyering
1998-05-16(EXTRA_DIST): Remove. Automake groks the `LIBOBJS='Jim Meyering
lines in the m4/*.m4 macros, so the hack of including some custom-replaced C source file names here is no longer needed.
1998-04-13(noinst_HEADERS): Add safe-read.h.Jim Meyering
1998-03-14s/get-date.h/getdate.h/Jim Meyering
1998-02-24(libfu_a_SOURCES): Add quotearg.c.Jim Meyering
(noinst_HEADERS): Add quotearg.h.
1998-02-20(noinst_HEADERS): s/getdate.h/get-date.h/Jim Meyering
1998-01-04(libfu_a_SOURCES): Add closeout.c.Jim Meyering
(noinst_HEADERS): Add closeout.h.
1997-12-21(libfu_a_SOURCES): Add exclude.c.Jim Meyering
(noinst_HEADERS): Add exclude.h.
1997-11-30(libfu_a_SOURCES): Add new file human.c.Jim Meyering
(noinst_HEADERS): Add new file human.h.
1997-11-19(AUTOMAKE_OPTIONS): Use ansi2knr so *I* don'tJim Meyering
have to convert my hash package to use k&r C.
1997-11-09add -*-Makefile-*- to first lineJim Meyering
1997-10-26(EXTRA_DIST): Add malloc.c.Jim Meyering
1997-10-26(noinst_HEADERS): Add xalloc.h.Jim Meyering
1997-10-06(noinst_HEADERS): Add savedir.h.Jim Meyering
1997-09-21(libfu_a_SOURCES): Use hash.c, not oa-hash.c.Jim Meyering
(noinst_HEADERS): Use hash.h, not oa-hash.h.
1997-09-15(EXTRA_DIST): Add realloc.c.Jim Meyering
1997-09-02(EXTRA_DIST): Remove mvdir.c and rmdir.c.Jim Meyering
Add lstat.c and stat.c.
1997-08-31(libfu_a_SOURCES): Add oa-hash.c.Jim Meyering
(noinst_HEADERS): Add oa-hash.h.
1997-07-06(noinst_HEADERS): Add strverscmp.h.Jim Meyering
1997-07-06(libfu_a_SOURCES): Add strverscmp.c.Jim Meyering
(noinst_HEADERS): Add strverscmp.h.
1997-05-27(libfu_a_SOURCES): Add addext.c.Jim Meyering
Remove getversion.c; get_version is now in backupfile.c. Add basename.c since it's no longer replacible.
1997-03-13(EXTRA_DIST): Add chown.c.Jim Meyering
1997-01-25(noinst_HEADERS): Add getdate.h.Jim Meyering
1997-01-03(EXTRA_DIST): Add getgroups.c.Jim Meyering
1996-12-11(EXTRA_DIST): Add strftime.c to appease automake.Jim Meyering
Although it's not used yet, it'll be used by ls's (to-be-done) --format=FORMAT option.
1996-12-10(EXTRA_DIST): Add mktime.c.Jim Meyering
Reported by Thomas Bushnell.
1996-12-08(noinst_LIBRARIES): Rename to lib?u.a as perJim Meyering
new automake requirement. Rename ?u_* variables to lib?u_a_*.
1996-11-24(EXTRA_DIST): Add getline.c now that getlineJim Meyering
isn't mentioned in AC_REPLACE_FUNCS.
1996-10-22(EXTRA_DIST): Remove group-member.c.Jim Meyering
Add (temporary hack to work around bug in automake-1.1f) mvdir.c and rmdir.c.