New installation mechanism
authorceriel <none@none>
Mon, 2 Sep 1991 14:52:41 +0000 (14:52 +0000)
committerceriel <none@none>
Mon, 2 Sep 1991 14:52:41 +0000 (14:52 +0000)
mach/em44/.distr
mach/em44/Action
mach/em44/libend/.distr [new file with mode: 0644]
mach/em44/libend/LIST [new file with mode: 0644]
mach/em44/libend/edata.e [new file with mode: 0644]
mach/em44/libend/em_end.e [new file with mode: 0644]
mach/em44/libend/end.e [new file with mode: 0644]
mach/em44/libend/etext.e [new file with mode: 0644]
mach/em44/mach_params [new file with mode: 0644]
mach/i386/libfp/.distr

index ed1c830..cdd423d 100644 (file)
@@ -1,6 +1,3 @@
 Action
-libbc
-libcc
-libpc
-liboc
-libm2
+libend
+mach_params
index 655a952..e5d532f 100644 (file)
@@ -1,15 +1,3 @@
-name "4-4 Interpreter C libraries"
-dir libcc
-end
-name "4-4 Interpreter Pascal library"
-dir libpc
-end
-name "4-4 Interpreter Basic library"
-dir libbc
-end
-name "4-4 Interpreter Occam library"
-dir liboc
-end
-name "4-4 Interpreter Modula-2 library"
-dir libm2
+name "4-4 Interpreter etext,edata,end library"
+dir libend
 end
diff --git a/mach/em44/libend/.distr b/mach/em44/libend/.distr
new file mode 100644 (file)
index 0000000..2519bac
--- /dev/null
@@ -0,0 +1,2 @@
+LIST
+end_e.a
diff --git a/mach/em44/libend/LIST b/mach/em44/libend/LIST
new file mode 100644 (file)
index 0000000..76a3044
--- /dev/null
@@ -0,0 +1,5 @@
+end_e.a
+edata.e
+em_end.e
+end.e
+etext.e
diff --git a/mach/em44/libend/edata.e b/mach/em44/libend/edata.e
new file mode 100644 (file)
index 0000000..65217c1
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,4,4
+ exa edata
+edata
+ con 0
diff --git a/mach/em44/libend/em_end.e b/mach/em44/libend/em_end.e
new file mode 100644 (file)
index 0000000..b41177c
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,4,4
+ exa _end
+_end
+ bss 4,0,1
diff --git a/mach/em44/libend/end.e b/mach/em44/libend/end.e
new file mode 100644 (file)
index 0000000..2bb9854
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,4,4
+ exa end
+end
+ bss 4,0,1
diff --git a/mach/em44/libend/etext.e b/mach/em44/libend/etext.e
new file mode 100644 (file)
index 0000000..459907e
--- /dev/null
@@ -0,0 +1,4 @@
+ mes 2,4,4
+ exp $etext
+ pro $etext,0
+ end 0
diff --git a/mach/em44/mach_params b/mach/em44/mach_params
new file mode 100644 (file)
index 0000000..43b803c
--- /dev/null
@@ -0,0 +1,4 @@
+MACH=em44
+SUF=m
+ASAR=arch
+RANLIB=:
index deec15c..8f59394 100644 (file)
@@ -1,2 +1 @@
-Makefile
 byte_order.h