From: ceriel Date: Tue, 21 Mar 1995 09:39:29 +0000 (+0000) Subject: Added Amake.srclist X-Git-Tag: release-5-5~130 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b71c0ca9a38e7c906bf292e5de70d306a629a7fa;p=ack.git Added Amake.srclist --- diff --git a/modules/src/alloc/Amake.srclist b/modules/src/alloc/Amake.srclist new file mode 100644 index 000000000..efe5b5ca3 --- /dev/null +++ b/modules/src/alloc/Amake.srclist @@ -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 +}; + diff --git a/modules/src/flt_arith/Amake.srclist b/modules/src/flt_arith/Amake.srclist new file mode 100644 index 000000000..a10db2cb7 --- /dev/null +++ b/modules/src/flt_arith/Amake.srclist @@ -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, +}; diff --git a/modules/src/system/Amake.srclist b/modules/src/system/Amake.srclist new file mode 100644 index 000000000..49e31270f --- /dev/null +++ b/modules/src/system/Amake.srclist @@ -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 +};