New installation mechanism

This commit is contained in:
ceriel 1991-09-02 14:52:41 +00:00
parent 1d5fae2b24
commit 6960652579
10 changed files with 31 additions and 20 deletions

View file

@ -1,6 +1,3 @@
Action
libbc
libcc
libpc
liboc
libm2
libend
mach_params

View 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

2
mach/em44/libend/.distr Normal file
View file

@ -0,0 +1,2 @@
LIST
end_e.a

5
mach/em44/libend/LIST Normal file
View file

@ -0,0 +1,5 @@
end_e.a
edata.e
em_end.e
end.e
etext.e

4
mach/em44/libend/edata.e Normal file
View file

@ -0,0 +1,4 @@
mes 2,4,4
exa edata
edata
con 0

View file

@ -0,0 +1,4 @@
mes 2,4,4
exa _end
_end
bss 4,0,1

4
mach/em44/libend/end.e Normal file
View file

@ -0,0 +1,4 @@
mes 2,4,4
exa end
end
bss 4,0,1

4
mach/em44/libend/etext.e Normal file
View file

@ -0,0 +1,4 @@
mes 2,4,4
exp $etext
pro $etext,0
end 0

4
mach/em44/mach_params Normal file
View file

@ -0,0 +1,4 @@
MACH=em44
SUF=m
ASAR=arch
RANLIB=:

View file

@ -1,2 +1 @@
Makefile
byte_order.h