From: ceriel Date: Wed, 28 Jan 1987 15:27:59 +0000 (+0000) Subject: Adapted to new assembler producing .o files X-Git-Tag: release-5-5~4908 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7cfd88dab727444f0ebd6b5e3caf4f48b2c1d83b;p=ack.git Adapted to new assembler producing .o files --- diff --git a/mach/i80/libem/Makefile b/mach/i80/libem/Makefile index 7aef585c8..e4ec304d6 100644 --- a/mach/i80/libem/Makefile +++ b/mach/i80/libem/Makefile @@ -1,14 +1,29 @@ -install: tail - ../../install tail tail_em +# $Header$ +MACH=i80 +all: libem_o.a end.o -cmp: tail - -../../compare tail tail_em +install: all + ../../install end.o end_em + ../../install libem_o.a tail_em -tail: - arch cr `cat LIST` -opr: +cmp: all + -../../compare end.o end_em + -../../compare libem_o.a tail_em + +libem_o.a: libem_s.a + ASAR=aal ; export ASAR ;\ + march . libem_o.a + +end.o: end.s + $(MACH) -I../../../h -c end.s + +clean: + rm -f *.o libem_o.a + +opr : make pr | opr + pr: - @pr `pwd`/Makefile - @pr -l33 `tail +1 LIST|sort` + @pr `pwd`/end.s + @arch pv libem_s.a | pr -h `pwd`/libem_s.a