summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
AgeCommit message (Collapse)Author
1999-04-11Added new target "tags" to generate a tag table for Emacs.Martin Mares
Also made "depend" work before the tree is compiled first time.
1999-04-01First few FreeBSD portability fixes.Martin Mares
1999-03-04Use dmalloc instead of EFence when available (dmalloc has lot of improvementsMartin Mares
over EFence and also hopefully smaller memory overhead, but sadly it's non-free for commercial use). If the DMALLOC_OPTIONS environment variable is not set, switch on `reasonable' checks by default. Also introduced mb_allocz() for cleared mb_alloc().
1999-01-10New makefiles. Includes support for out-of-source-tree builds.Martin Mares