Added Amake.srclist
authorceriel <none@none>
Tue, 21 Mar 1995 09:39:29 +0000 (09:39 +0000)
committerceriel <none@none>
Tue, 21 Mar 1995 09:39:29 +0000 (09:39 +0000)
modules/src/alloc/Amake.srclist [new file with mode: 0644]
modules/src/flt_arith/Amake.srclist [new file with mode: 0644]
modules/src/system/Amake.srclist [new file with mode: 0644]

diff --git a/modules/src/alloc/Amake.srclist b/modules/src/alloc/Amake.srclist
new file mode 100644 (file)
index 0000000..efe5b5c
--- /dev/null
@@ -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 (file)
index 0000000..a10db2c
--- /dev/null
@@ -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 (file)
index 0000000..49e3127
--- /dev/null
@@ -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
+};