From: keie Date: Mon, 17 Dec 1984 11:21:11 +0000 (+0000) Subject: Adapted to new library. X-Git-Tag: release-5-5~5857 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3b3d3f16b420c8134cbdbf57c213484d3b4869b8;p=ack.git Adapted to new library. --- diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index dba156165..7bc1f9f2e 100644 --- a/mach/6500/libem/Makefile +++ b/mach/6500/libem/Makefile @@ -1,29 +1,23 @@ -install: - ../../install head.s head_em - ../../install e.a tail_em - ../../install libem_s.vend.a tail_em.vend +install: tail_em.s.a tail_em.ve.s.a + ../../install head_em.s head_em + ../../install tail_em.s.a tail_em + ../../install tail_em.ve.s.a tail_em.vend -cmp: - -../../compare head.s head_em - -../../compare e.a tail_em - -../../compare libem_s.vend.a tail_em.vend +cmp: tail_em.s.a tail_em.ve.s.a + -../../compare head_em.s head_em + -../../compare tail_em.s.a tail_em + -../../compare tail_em.ve.s.a tail_em.vend -distr: +distr: tail_em.s.a tail_em.ve.s.a + +tail_em.s.a: arch cr `cat LIST` -clean: - rm -f *.o +tail_em.ve.s.a: + arch cr tail_em.ve.s.a end.s + opr: make pr | opr pr: @pr `pwd`/Makefile `pwd`/head_em.s - pr -l33 `tail +1 LIST|sort` -clean : - -opr : - make pr | opr - -pr: - @pr head_em.s - @arch pv e.a | pr -h `pwd`/e.a - @arch pv libem_s.vend.a | pr -h `pwd`/libem_s.vend.a + @pr -l33 `tail +1 LIST|sort` `pwd`/end.s