* Makefile.in (mm.o): New target that combines all the functions
authorFred Fish <fnf@specifix.com>
Sat, 28 Dec 1996 22:33:53 +0000 (22:33 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 28 Dec 1996 22:33:53 +0000 (22:33 +0000)
commitd6eecef07b2d34a41f1e4f37cc5a01cdb4570b73
tree6e67893858b295a0820037419eee28e13edf9103
parent39bf0ef4e6797058928dc5c8fe44fb3a26d4f5c4
* Makefile.in (mm.o): New target that combines all the functions
into a single object module.  This avoids client programs picking
  up part of the allocation routines from mmalloc and part from libc,
  which can lead to undefined behavior.
(CFILES): Add mm.c
(TARGETOBJS): Define to be either the individual objects or the
single combined object.
(TARGETLIB): Create the archive using TARGETOBJS.
* mm.c: New file that simply #includes the other source C files.
mmalloc/.Sanitize
mmalloc/mm.c [new file with mode: 0644]