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
};

View file

@ -0,0 +1,24 @@
# 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_FLT_ARITH = {
$PWD/b64_add.c,
$PWD/b64_sft.c,
$PWD/flt_add.c,
$PWD/flt_ar2flt.c,
$PWD/flt_chk.c,
$PWD/flt_cmp.c,
$PWD/flt_div.c,
$PWD/flt_flt2ar.c,
$PWD/flt_modf.c,
$PWD/flt_mul.c,
$PWD/flt_nrm.c,
$PWD/flt_str2fl.c,
$PWD/flt_umin.c,
$PWD/split.c,
$PWD/ucmp.c,
$PWD/flt_arith.h,
$PWD/misc.h,
};

View file

@ -0,0 +1,25 @@
# 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_SYSTEM = {
$PWD/access.c,
$PWD/break.c,
$PWD/chmode.c,
$PWD/close.c,
$PWD/create.c,
$PWD/filesize.c,
$PWD/lock.c,
$PWD/modtime.c,
$PWD/open.c,
$PWD/read.c,
$PWD/remove.c,
$PWD/rename.c,
$PWD/seek.c,
$PWD/stop.c,
$PWD/system.c,
$PWD/time.c,
$PWD/unlock.c,
$PWD/write.c,
$PWD/system.h
};