From: ceriel Date: Thu, 29 Jan 1987 11:03:30 +0000 (+0000) Subject: name change of lib, moved head_em.s to libsys X-Git-Tag: release-5-5~4882 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ef85335f8ffb56c5e10cc8c423a372e6807b830c;p=ack.git name change of lib, moved head_em.s to libsys --- diff --git a/mach/i86/libem/Makefile b/mach/i86/libem/Makefile index c1ebb198c..1924bb795 100644 --- a/mach/i86/libem/Makefile +++ b/mach/i86/libem/Makefile @@ -1,33 +1,30 @@ # $Header$ MACH=i86 + +all: libem_o.a end.o + install: all - ../../install head_em.o head_em - ../../install tail_em + ../../install libem_o.a tail_em ../../install end.o end_em cmp: all - -../../compare head_em.o head_em - -../../compare tail_em + -../../compare libem_o.a tail_em -../../compare end.o end_em -all: head_em.o tail_em end.o end.o: end.s - $(MACH) -I../../../h -c end.s + $(MACH) -I../../../h -O -c end.s -head_em.o: head_em.s - $(MACH) -I../../../h -c head_em.s - -tail_em: tail_em.a +libem_o.a: libem_s.a ASAR=aal ; export ASAR ;\ - march . tail_em + march . libem_o.a clean: - rm -f *.o + rm -f *.o libem_o.a + opr : make pr | opr pr: - @pr `pwd`/head_em.s - @arch pv tail_em.a | pr -h `pwd`/tail_em.a + @arch pv libem_s.a | pr -h `pwd`/libem_s.a @pr `pwd`/end.s