af152bd08e
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.
9 lines
No EOL
160 B
Makefile
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 |