Adapted to new library.

This commit is contained in:
keie 1984-12-17 11:21:11 +00:00
parent 4f071008c8
commit 3b3d3f16b4

View file

@ -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