diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/memdbg/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/memdbg/mkpkg')
-rw-r--r-- | sys/memdbg/mkpkg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys/memdbg/mkpkg b/sys/memdbg/mkpkg new file mode 100644 index 00000000..985d6bdf --- /dev/null +++ b/sys/memdbg/mkpkg @@ -0,0 +1,27 @@ +# Memory i/o (MEMIO) portion of the system library. + +$checkout libmemdbg.a lib$ +$update libmemdbg.a +$checkin libmemdbg.a lib$ +$exit + +libmemdbg.a: + zrtadr.c + memlog.c + + begmem.x <mach.h> + calloc.x + coerce.x <szdtype.inc> + kmalloc.x memdbg.com <config.h> + krealloc.x memdbg.com <config.h> <mach.h> + malloc.x memdbg.com <config.h> + malloc1.x memdbg.com <mach.h> + mfree.x memdbg.com + mgdptr.x + mgtfwa.x <config.h> <mach.h> + msvfwa.x + realloc.x memdbg.com + salloc.x memdbg.com <config.h> <szdtype.inc> + sizeof.x <szdtype.inc> + vmalloc.x memdbg.com <config.h> <mach.h> + ; |