stasis-aries-wal/Makefile.am
Sears Russell af152bd08e Logwriter can now handler partial log entries correctly (it ignores them)
Buffer Mananger no longer steals pages pre-maturely
Alloc is an operation, and correct.
Caching broken out into a new module
Wrote a utility to translate a log file into human-readable ascii.
2004-06-30 01:09:57 +00:00

9 lines
No EOL
160 B
Makefile

EXTRA_DIST = reconf
SUBDIRS = src test utilities
AM_CFLAGS = -g -Wall -pedantic
docs:
doxygen doc/Doxyfile-api
doxygen doc/Doxyfile-developers
.PHONY: docs