New installation mechanism

This commit is contained in:
ceriel 1991-08-28 16:00:10 +00:00
parent 49b3949315
commit 8a9e71256f
3 changed files with 8 additions and 3 deletions

View file

@ -2,4 +2,6 @@ Action
as as
cg cg
libem libem
libend
libmon
mach_params mach_params

View file

@ -7,3 +7,9 @@ end
name "Zilog Z8000 EM library" name "Zilog Z8000 EM library"
dir libem dir libem
end end
name "Zilog Z8000 system call library"
dir libmon
end
name "Zilog Z8000 end,etext,edata library"
dir libend
end

View file

@ -1,5 +1,2 @@
LIST LIST
Makefile
head_em.s
libem_s.a libem_s.a
end.s