From: ceriel Date: Fri, 30 Jan 1987 20:27:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4846 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2b9c2283db690c1b1f51e33ff54561b0fae16020;p=ack.git *** empty log message *** --- diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index 15239122d..852e18a09 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -1,33 +1,28 @@ # $Header$ MACH=m68k2 +all: libem_o.a end.o + install: all - ../../install head_em.o head_em - ../../install libem_o.a tail_em.rt + ../../install libem_o.a tail_em ../../install end.o end_em cmp: all - -../../compare head_em.o head_em - -../../compare libem_o.a tail_em.rt + -../../compare libem_o.a tail_em -../../compare end.o end_em -all: head_em.o libem_o.a end.o - end.o: end.s $(MACH) -I../../../h -c end.s -head_em.o: head_em.s - $(MACH) -I../../../h -c head_em.s - libem_o.a: libem_s.a ASAR=aal ; export ASAR ;\ march . libem_o.a clean: - rm -f *.o + rm -f *.o libmon_o.a + opr : make pr | opr pr: - @pr `pwd`/head_em.s @arch pv libem_s.a | pr -h `pwd`/libem_s.a @pr `pwd`/end.s