summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
AgeCommit message (Collapse)Author
2004-03-03(libfetish_a_SOURCES): Add cloexec.c, cloexec.h.Jim Meyering
2003-12-19(libfetish_a_SOURCES): Remove search_.h.Jim Meyering
(DISTCLEANFILES): Remove definition.
2003-12-02Reflect sha -> sha1 renaming.Jim Meyering
2003-11-27(libfetish_a_SOURCES): Add c-strtod.c, c-strtod.h.Jim Meyering
2003-11-09(libfetish_a_SOURCES): Add root-dev-ino.c root-dev-ino.h.Jim Meyering
2003-10-17(libfetish_a_SOURCES): Add xfts.c and xfts.h.Jim Meyering
2003-10-16(libfetish_a_SOURCES): Add xgethostname.h.Jim Meyering
2003-10-15(libfetish_a_SOURCES): Add userspec.h.Jim Meyering
2003-10-08(libfetish_a_SOURCES): Add xstrtoimax.c.Jim Meyering
2003-10-02(libfetish_a_SOURCES): Add fts.c fts_.h.Jim Meyering
Remove ftw_.h.
2003-09-13(libfetish_a_SOURCES): Add exit.h, strndup.h, time_r.c, time_r.h.Jim Meyering
2003-08-18Merge from gnulib.Jim Meyering
(libfetish_a_SOURCES): Remove getndelim2.c, getndelim2.h, xstrtoimax.c. Add localcharset.h. (CLEANFILES, SUFFIXES): Initialize to empty. (EXTRA_DIST): Add getndelim2.c, getndelim2.h. (install-exec-local): Use $(GLIBC21), not @GLIBC21@. Do not mkdir libdir if not glibc21. (charset.alias): @host@ -> $(host). (SUFFIXES, .sin.sed, CLEANFILES): Reorder rules to match gnulib module suggestions.
2003-08-09(libeftish_a_SOURCES): Add utimens.c, utimens.h.Jim Meyering
2003-08-09Use the e.g., `$(FNMATCH_H)' notation for AC_REPLACEDJim Meyering
variable names, rather than @FNMATCH_H@. Likewise for $(ALLOCA_H). (fnmatch.h): Use `$@' in the commands, in place of the three copies of the literal target, `fnmatch.h'. (alloca.h): Likewise.
2003-08-09(libfetish_a_SOURCES): Remove fnmatch_.h.Jim Meyering
(lib_OBJECTS): New macro, for convenience when cutting and pasting Makefile.am templates from gnulib. (EXTRA_DIST): Remove fnmatch_loop.c. (BUILT_SOURCES): Append $(FNMATCH_H). Import the following changes from gnulib templates for alloca and fnmatch): (all-local $(lib_OBJECTS)): New dependencies. (alloca.h): Use alloca.h-t for temporary. (EXTRA_DIST): Append fnmatch_.h, fnmatch_loop.c. (fnmatch.h): New rule. (MOSTLYCLEANFILES): Add fnmatch.h, fnmatch.h-t. (DISTCLEANFILES): Remove fnmatch.h
2003-08-07(libfetish_a_SOURCES): Change getdelim2.c andJim Meyering
getdelim2.h to getndelim2.c and getndelim2.h.
2003-08-01(libfetish_a_SOURCES): Remove bumpalloc.h.Jim Meyering
2003-07-28Reflect renaming: stdbool.hin -> stdbool_.h.Jim Meyering
2003-07-23(libfetish_a_SOURCES): Add xstrndup.c and xstrndup.h.Jim Meyering
2003-07-16(AM_CPPFLAGS): Rename from `INCLUDES', to avoid warning from automake -Wall.Jim Meyering
2003-07-12(BUILT_SOURCES): Use `BUILT_SOURCES += $(STDBOOL_H)'Jim Meyering
rather than `all-local: $(STDBOOL_H)'. The latter didn't force creation of stdbool.h before most other targets. Likewise for $(ALLOCA_H).
2003-07-10(libfetish_a_SOURCES): Add these:Jim Meyering
printf-args.h, printf-parse.h, vasprintf.h, vasnprintf.h.
2003-06-18(libfetish_a_SOURCES): Add getdelim2.c and getdelim2.h.Jim Meyering
2003-06-06(MOSTLYCLEANFILES): Add alloca.h and alloca.ht.Jim Meyering
(MOSTLYCLEANFILES): Add stdbool.ht.
2003-06-06(EXTRA_DIST): Add alloca_.h.Jim Meyering
(all-local $(lib_OBJECTS)): Depend on $(ALLOCA_H). (alloca.h): New rule.
2003-06-02(MOSTLYCLEANFILES): Initialize.Jim Meyering
(stdbool.h): New rule. (all-local $(lib_OBJECTS)): Depend on $(STDBOOL_H) (MOSTLYCLEANFILES): Add stdbool.h. (EXTRA_DIST): Add stdbool.h.
2003-04-05(DEFS): Use += notation rather than `DEFS = ... @DEFS@'.Jim Meyering
Use $(VAR) rather than @VAR@, now that we can rely on automake to emit a definition for each substituted variable.
2003-03-14(libfetish_a_SOURCES): Remove unused files: c-stack.c, c-stack.h.Jim Meyering
2003-03-14(AUTOMAKE_OPTIONS): Remove definition --Jim Meyering
before it pointed to ../src/ansi2knr.
2003-03-07(libfetish_a_SOURCES): Remove mmap-stack.h.Jim Meyering
2003-02-18(CLEANFILES): Remove ftw.h and search.h.Jim Meyering
(DISTCLEANFILES): Add them here. Add fnmatch.h, too.
2003-02-16(libfetish_a_SOURCES): Add mmap-stack.h.Jim Meyering
2003-02-10(libfetish_a_SOURCES): Add euidaccess.h.Jim Meyering
2003-01-22(CLEANFILES): Add generated files: ftw.h search.h.Jim Meyering
2003-01-20*** empty log message ***Jim Meyering
2003-01-20(libfetish_a_SOURCES): Use ftw_.h here, too.Jim Meyering
2003-01-12(libfetish_a_SOURCES): Add ftw.h.Jim Meyering
2003-01-12(libfetish_a_SOURCES): Add canonicalize.h.Jim Meyering
2003-01-10(libfetish_a_SOURCES): Add xgetcwd.h.Jim Meyering
2003-01-06(libfetish_a_SOURCES): Add full-read.c and full-read.h.Jim Meyering
2003-01-03(libfetish_a_SOURCES): Add cycle-check.c, cycle-check.h, and dev-ino.h.Jim Meyering
2002-12-15(libfetish_a_SOURCES): Add strftime.h.Jim Meyering
2002-12-06Add copyright notice.Jim Meyering
(libfetish_a_SOURCES): Add unlocked-io.h. (BUILT_SOURCES, all-local): Remove unlocked-io.h. (DISTCLEANFILES, io_functions): Remove macros. (EXTRA_DIST): Remove gen_uio. (unlocked-io.h): Remove rule.
2002-12-04Reflect the fact that stat.c and lstat.c are no longer generated.Jim Meyering
(BUILT_SOURCES): Remove stat.c and lstat.c. (DISTCLEANFILES): Likewise. (EXTRA_DIST): Likewise. (all_local): Don't depend on stat.c or lstat.c. (stat.c, lstat.c): Remove rules. (EXTRA_DIST): Remove xstat.in.
2002-12-01(libfetish_a_SOURCES): Add safe-write.c and safe-write.h.Jim Meyering
2002-11-06(EXTRA_DIST): Add inttostr.h.Jim Meyering
2002-10-19(libfetish_a_SOURCES): Add imaxtostr.c, offtostr.c, umaxtostr.c.Jim Meyering
(EXTRA_DIST): Add inttostr.c.
2002-09-11(libfetish_a_SOURCES): Add xnanosleep.c and xnanosleep.h.Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add exitfail.c and exitfail.h.Jim Meyering
2002-06-22(libfetish_a_SOURCES): Add c-stack.c, too.Jim Meyering