Added Amake.srclist

This commit is contained in:
ceriel
1995-03-21 09:39:29 +00:00
parent 32c692d93b
commit b71c0ca9a3
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1994 Vrije Universiteit, The Netherlands.
# For full copyright and restrictions on use see the file COPYRIGHT in the
# top level of the Amoeba distribution.
L_ACK_MODULES_ALLOC = {
$PWD/Malloc.c,
$PWD/Salloc.c,
$PWD/Srealloc.c,
$PWD/Realloc.c,
$PWD/botch.c,
$PWD/clear.c,
$PWD/st_alloc.c,
$PWD/std_alloc.c,
$PWD/No_Mem.c,
$PWD/alloc.h
};