From c996384000464100c7a4de165c93bc88ba461f1c Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 28 Jan 1987 15:06:01 +0000 Subject: [PATCH] Adapted for new assembler syntax --- mach/i80/libmon/LIST | 3 +-- mach/i80/libmon/Makefile | 35 ++++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/mach/i80/libmon/LIST b/mach/i80/libmon/LIST index d3e1dc1d6..8d90b2534 100644 --- a/mach/i80/libmon/LIST +++ b/mach/i80/libmon/LIST @@ -1,8 +1,7 @@ -tail +libsys_s.a mon.s trp.s inn2.s prstring.s prdec.s char.her.s -tail.s diff --git a/mach/i80/libmon/Makefile b/mach/i80/libmon/Makefile index 6dacdfb8d..c334b9ba6 100644 --- a/mach/i80/libmon/Makefile +++ b/mach/i80/libmon/Makefile @@ -1,16 +1,29 @@ -install: tail - ../../install head.s head_em - ../../install tail tail_sys +# $Header$ +MACH=i80 +all: libsys_o.a head_em.o -cmp: tail - -../../compare head.s head_em - -../../compare tail tail_sys +install: all + ../../install head_em.o head_em + ../../install libsys_o.a tail_sys -tail: - arch cr `cat LIST` -opr: +cmp: all + -../../compare head_em.o head_em + -../../compare libsys_o.a tail_sys + +libsys_o.a: libsys_s.a + ASAR=aal ; export ASAR ;\ + march . libsys_o.a + +head_em.o: head_em.s + $(MACH) -I../../../h -c head_em.s + +clean: + rm -f *.o libsys_o.a + +opr : make pr | opr + pr: - @pr `pwd`/Makefile `pwd`/head.s - @pr -l33 `tail +1 LIST|sort` + @pr `pwd`/head_em.s + @arch pv libsys_s.a | pr -h `pwd`/libsys_s.a -- 2.34.1