lib/Makefile.am


Log

Author Commit Date CI Message
Jim Meyering 3ab2c8bb 2001-11-01T17:57:56 (libfetish_a_SOURCES): Add dirfd.h.
Jim Meyering f7782db7 2001-10-05T11:45:25 (libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.
Jim Meyering 620f086b 2001-09-26T08:13:27 (unlocked-io.h): Use $(SHELL).
Jim Meyering 1235321a 2001-09-26T08:11:01 (unlocked-io.h): Rewrite to use a separate script, rather than trying to embed it here. (EXTRA_DIST): Add gen-uio. Remove unlocked-io.hin
Jim Meyering c518eb1e 2001-09-01T09:50:21 (libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h.
Jim Meyering 4eea6d70 2001-08-31T09:29:44 (libfetish_a_SOURCES): Remove strtoxmax.c.
Jim Meyering 594030c4 2001-08-31T07:34:13 (libfetish_a_SOURCES): Add full-write.h.
Jim Meyering af3fdad9 2001-08-27T08:54:19 remove xstrtoxmax.c
Jim Meyering 5748a040 2001-08-27T08:52:40 (libfetish_a_SOURCES): Add strtoxmax.c
Jim Meyering 529aec85 2001-08-26T10:41:52 (libfetish_a_SOURCES): Add xstrtoimax.c.
Jim Meyering 86377298 2001-08-13T20:14:36 whoops. remove the backslash, too.
Jim Meyering dee827b2 2001-08-13T20:11:03 (unlocked-io.h): Do not append "_unlocked" twice. 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.
Jim Meyering 944bf339 2001-08-12T08:33:25 (libfetish_a_SOURCES): Add gtod.h.
Jim Meyering 07623fb6 2001-07-15T15:42:27 (all-local): Depend on unlocked-io.h, to ensure it is created.
Jim Meyering 32c66fb8 2001-07-15T15:29:05 (DISTCLEANFILES): Add unlocked-io.h.
Jim Meyering 1d322ada 2001-07-15T15:14:18 (EXTRA_DIST): Add unlocked-io.hin. (BUILT_SOURCES): Add unlocked-io.h. (io_functions): Define. (unlocked-io.h): New rule.
Jim Meyering 651a9db7 2001-07-05T07:58:06 (noinst_HEADERS): Remove definition, per new automake recommendation. (libfetish_a_SOURCES): Put all .h files here instead. Remove a thus-exposed (better checks in automake) duplicate and two unnecessary .h files.
Jim Meyering c2ce7a9f 2001-05-20T20:39:28 (libfetish_a_SOURCES): Add strftime.c, since we now compile it on all hosts.
Jim Meyering 2b2c3a6e 2001-03-03T19:06:54 (libfetish_a_SOURCES): Add dup-safer.c, fopen-safer.c. (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
Jim Meyering 1a3f7677 2000-12-19T08:36:39 (libfetish_a_SOURCES): Add physmem.c. (noinst_HEADERS): Add physmem.h.
Jim Meyering 9c1387f3 2000-09-20T08:05:24 (libfetish_a_SOURCES): Add sha.c. (noinst_HEADERS): Add sha.h. Based on code from Scott G. Miller and from GnuPG.
Jim Meyering 394fa230 2000-08-26T12:04:01 (noinst_HEADERS): Add __fpending.h.
Jim Meyering 7194c138 2000-07-17T20:45:00 (libfetish_a_SOURCES): Add mbswidth.c. (noinst_HEADERS): Add mbswidth.h.
Jim Meyering 370b21b7 2000-07-15T09:58:10 (libfetish_a_SOURCES): Add quote.c. (noinst_HEADERS): Add quote.h.
Jim Meyering 11bc0e79 2000-06-27T10:09:49 (libfetish_a_SOURCES): Remove readutmp.c.
Jim Meyering da980d26 2000-06-21T09:21:22 (libfetish_a_SOURCES): Add getstr.c. (noinst_HEADERS): Add getstr.h.
Jim Meyering bc54c457 2000-06-13T09:18:30 (all-local): Depend on lstat.c and stat.c.
Jim Meyering 2d1f7148 2000-06-03T08:34:34 (install-exec-local): On systems with glibc-2.1 or newer, don't install charset.alias.
Jim Meyering 4ca9a70d 2000-04-30T11:19:35 alphabetize
Jim Meyering 49d7ea3e 2000-04-08T06:34:02 (charset.alias): Use t-$@, not $@-t so the DOS 8.3 names don't conflict. Reported by Eli Zaretskii.
Jim Meyering ecd42141 2000-04-04T12:58:49 Be more DOS 8.3-friendly. * ref-add.sin: Renamed from ref-add.sed.in. * ref-del.sin: Renamed from ref-del.sed.in. * Makefile.am: Reflect renaming.
Jim Meyering 43523fc0 2000-04-04T12:47:19 Use a temporary file name that won't clash with `charset.alias' 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.
Jim Meyering abde3836 2000-03-24T05:54:46 (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in. (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.
Jim Meyering 07690e78 2000-03-24T05:46:01 (install-exec-local, uninstall-local, ref-add.sed, ref-del.sed): New rules. From Bruno.
Jim Meyering 485c4e6d 2000-03-04T21:10:21 (uninstall-local): Uncomment this rule so `make distcheck' works once again.
Jim Meyering b58b3db2 2000-03-04T20:15:03 (install-exec-local): Create $(libdir) before installing into it.
Jim Meyering e08ea16f 2000-03-02T15:28:23 (EXTRA_DIST): Add config.charset.
Jim Meyering 75232d6a 2000-03-01T13:26:04 (DEFS): Add -DLIBDIR=... (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. (noinst_HEADERS): Add unicodeio.h. (all-local, install-exec-local, charset.alias): New targets.
Jim Meyering 6eef3643 2000-01-23T09:53:48 (libfetish_a_SOURCES): Remove explicit mention of obstack.c.
Jim Meyering 9454c62e 2000-01-16T22:15:32 Sync with sh-utils/lib/Makefile.am.
Jim Meyering 7ee01a94 2000-01-16T20:15:58 alphabetize a little
Jim Meyering e0c32dcc 2000-01-11T08:43:16 s/fu/fetish/
Jim Meyering e0420c66 2000-01-10T07:31:14 (noinst_HEADERS): Add nanosleep.h.
Jim Meyering cd57deef 1999-12-19T10:46:19 (lstat.c): Adapt rule to handle new parts of xstat.in. (lstat.c): Likewise.
Jim Meyering 1fa55b5e 1999-11-22T14:09:58 (DISTCLEANFILES): Add lstat.c and stat.c.
Jim Meyering a09482e0 1999-11-01T09:53:41 (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES).
Jim Meyering 0a0f3598 1999-07-15T16:16:24 (noinst_HEADERS): Add getpagesize.h.
Jim Meyering 4099aee5 1999-05-23T20:40:59 (libfu_a_SOURCES): Add same.c. (noinst_HEADERS): Add same.h.
Jim Meyering 48eedd56 1999-04-18T23:16:49 (libfu_a_SOURCES): Add xstrtoumax.c. (noinst_HEADERS): Remove xstrtoul.h.
Jim Meyering 2d128598 1999-03-26T04:20:23 (libfu_a_SOURCES): Add version-etc.c. (noinst_HEADERS): Add version-etc.h.
Jim Meyering 38bb95f3 1999-01-04T20:14:26 remove strcasecmp.cin
Jim Meyering e4b94400 1999-01-02T19:31:19 (strcasecmp.c strncasecmp.c): Remove rules.
Jim Meyering 58034596 1998-12-31T22:03:13 (libfu_a_SOURCES): Remove strcasecmp.c. (BUILT_SOURCES): Add strcasecmp.c and strncasecmp.c. (EXTRA_DIST): Add strcasecmp.cin. (strcasecmp.c): New rule. (strncasecmp.c): New rule.
Jim Meyering 92c17942 1998-12-13T17:19:51 (EXTRA_DIST): Add xstat.in.
Jim Meyering 5d023c99 1998-12-12T05:46:02 (lstat.c): Add rule to generate this from xstat.in. (stat.c): Likewise.
Jim Meyering 20ab81ae 1998-12-07T06:25:29 (noinst_HEADERS): Add dirname.h.
Jim Meyering ab534a75 1998-09-07T02:21:19 (libfu_a_SOURCES): Change posixtm.y to posixtm.c. (noinst_HEADERS): Add posixtm.h.
Jim Meyering 7086754d 1998-08-13T02:07:54 (noinst_HEADERS): Add filemode.h.
Jim Meyering bc581d10 1998-07-16T23:26:50 (noinst_HEADERS): Add lchown.h.
Jim Meyering 40b13bd6 1998-07-04T01:33:19 (noinst_HEADERS): Add regex.h.
Jim Meyering 49e6107d 1998-05-16T04:37:45 (EXTRA_DIST): Remove. Automake groks the `LIBOBJS=' lines in the m4/*.m4 macros, so the hack of including some custom-replaced C source file names here is no longer needed.
Jim Meyering 63b027ff 1998-04-13T16:29:58 (noinst_HEADERS): Add safe-read.h.
Jim Meyering a34cff22 1998-03-14T16:31:51 s/get-date.h/getdate.h/
Jim Meyering da2cd9bb 1998-02-24T23:31:40 (libfu_a_SOURCES): Add quotearg.c. (noinst_HEADERS): Add quotearg.h.
Jim Meyering 21230f56 1998-02-20T21:42:29 (noinst_HEADERS): s/getdate.h/get-date.h/
Jim Meyering d54d7659 1998-01-04T22:42:38 (libfu_a_SOURCES): Add closeout.c. (noinst_HEADERS): Add closeout.h.
Jim Meyering 0c7a2d17 1997-12-21T11:46:49 (libfu_a_SOURCES): Add exclude.c. (noinst_HEADERS): Add exclude.h.
Jim Meyering 05807594 1997-11-30T10:24:16 (libfu_a_SOURCES): Add new file human.c. (noinst_HEADERS): Add new file human.h.
Jim Meyering eb53ea1e 1997-11-19T15:04:15 (AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't have to convert my hash package to use k&r C.
Jim Meyering f47e8ad2 1997-11-09T19:06:31 add -*-Makefile-*- to first line
Jim Meyering 990fd9be 1997-10-26T03:58:27 (EXTRA_DIST): Add malloc.c.
Jim Meyering 3aa741b5 1997-10-26T02:20:32 (noinst_HEADERS): Add xalloc.h.
Jim Meyering 611f6efc 1997-10-06T05:04:11 (noinst_HEADERS): Add savedir.h.
Jim Meyering 3f24e81a 1997-09-21T04:54:52 (libfu_a_SOURCES): Use hash.c, not oa-hash.c. (noinst_HEADERS): Use hash.h, not oa-hash.h.
Jim Meyering 48f55ca3 1997-09-15T03:19:52 (EXTRA_DIST): Add realloc.c.
Jim Meyering d8a2e4b7 1997-09-02T04:58:17 (EXTRA_DIST): Remove mvdir.c and rmdir.c. Add lstat.c and stat.c.
Jim Meyering cf10a561 1997-08-31T15:20:57 (libfu_a_SOURCES): Add oa-hash.c. (noinst_HEADERS): Add oa-hash.h.
Jim Meyering 10866a45 1997-07-06T21:25:57 (noinst_HEADERS): Add strverscmp.h.
Jim Meyering 2e3b1846 1997-07-06T14:47:50 (libfu_a_SOURCES): Add strverscmp.c. (noinst_HEADERS): Add strverscmp.h.
Jim Meyering dd75e519 1997-05-27T10:45:34 (libfu_a_SOURCES): Add addext.c. Remove getversion.c; get_version is now in backupfile.c. Add basename.c since it's no longer replacible.
Jim Meyering ca096920 1997-03-13T05:13:18 (EXTRA_DIST): Add chown.c.
Jim Meyering 03397632 1997-01-25T13:38:49 (noinst_HEADERS): Add getdate.h.
Jim Meyering 69aa0f06 1997-01-03T03:16:29 (EXTRA_DIST): Add getgroups.c.
Jim Meyering cf10390c 1996-12-11T04:34:37 (EXTRA_DIST): Add strftime.c to appease automake. Although it's not used yet, it'll be used by ls's (to-be-done) --format=FORMAT option.
Jim Meyering 7f118b9f 1996-12-10T20:48:12 (EXTRA_DIST): Add mktime.c. Reported by Thomas Bushnell.
Jim Meyering 363bfb76 1996-12-08T13:28:43 (noinst_LIBRARIES): Rename to lib?u.a as per new automake requirement. Rename ?u_* variables to lib?u_a_*.
Jim Meyering 09a94e58 1996-11-24T05:38:29 (EXTRA_DIST): Add getline.c now that getline isn't mentioned in AC_REPLACE_FUNCS.
Jim Meyering 365edb59 1996-10-22T04:51:44 (EXTRA_DIST): Remove group-member.c. Add (temporary hack to work around bug in automake-1.1f) mvdir.c and rmdir.c.
Jim Meyering 60d00c0c 1996-10-21T03:33:19 (INCLUDES): Add -I../intl. Reported by Eric Backus.
Jim Meyering 33d5609a 1996-10-12T05:09:28 (EXTRA_DIST): Remove.
Jim Meyering dfd26eb4 1996-10-11T04:49:50 (EXTRA_DIST): Remove posixtm.y and getdate.y. (fu_SOURCES): Put them here instead. Remove rules for building getdate.c and posixtm.c; now automake generates those rules.
Jim Meyering 7b7f6d34 1996-10-08T04:33:47 (EXTRA_DIST): Remove names of several files that automake adds automatically. (fu_SOURCES): Likewise. (fu_DEPENDENCIES): Depend on fu_LIBADD.
Jim Meyering 21454c83 1996-10-01T17:57:04 (fu_SOURCES): Remove getline.c (EXTRA_DIST): Add getline.c
Jim Meyering eacdc2f6 1996-09-20T03:47:37 (fu_SOURCES): Remove regex.c and rx.c. (EXTRA_DIST): Put them here instead.
Jim Meyering eed01068 1996-09-20T03:14:17 (fu_SOURCES): Move getopt.c and getopt1.c back to here fro EXTRA_DIST.
Jim Meyering 2ba2af4f 1996-09-07T17:59:26 (INCLUDES): Add -I../intl so compiler will find libintl.h for rpmatch.c.
Jim Meyering f1a6f56c 1996-09-05T02:45:35 (fu_SOURCES): Add regex.c and rx.c. (noinst_HEADERS): Add regex.h and rx.h.
Jim Meyering f1c77b1c 1996-08-19T02:10:25 (noinst_HEADERS): Add path-concat.h. (fu_SOURCES): Add path-concat.c.
Jim Meyering ab858989 1996-07-21T17:25:10 (EXTRA_DIST): Add rpmatch.c.
Jim Meyering 2dbd6a23 1996-07-21T17:11:10 (EXTRA_DIST): Put error.c and obstack.c here... (fu_SOURCES): Instead of here.