From: ceriel Date: Fri, 30 Jan 1987 18:24:42 +0000 (+0000) Subject: Made more like other Makefiles X-Git-Tag: release-5-5~4855 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5e36fd335196b45b62599ac7fa14c07ed03597bd;p=ack.git Made more like other Makefiles --- diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index 55dc6ee71..42daff56c 100644 --- a/mach/6500/libem/Makefile +++ b/mach/6500/libem/Makefile @@ -1,23 +1,21 @@ -install: tail_em.s.a tail_em.ve.s.a +all: + +install: ../../install head_em.s head_em - ../../install tail_em.s.a tail_em - ../../install tail_em.ve.s.a tail_em.vend + ../../install libem_s.a tail_em + ../../install end.s end_em -cmp: tail_em.s.a tail_em.ve.s.a +cmp: -../../compare head_em.s head_em - -../../compare tail_em.s.a tail_em - -../../compare tail_em.ve.s.a tail_em.vend - -distr: tail_em.ve.s.a - -tail_em.s.a: - arch cr `cat LIST` - -tail_em.ve.s.a: - arch cr tail_em.ve.s.a end.s + -../../compare libem_s.a tail_em + -../../compare end.s end_em opr: make pr | opr + pr: - @pr `pwd`/Makefile `pwd`/head_em.s - @pr -l33 `tail +1 LIST|sort` `pwd`/end.s + @pr `pwd`/head_em.s + @arch pv libem_s.a | pr -h `pwd`/libem_s.a + @pr `pwd`/end.s + +clean: