Adapted to new library.
This commit is contained in:
parent
4f071008c8
commit
3b3d3f16b4
1 changed files with 15 additions and 21 deletions
|
@ -1,29 +1,23 @@
|
||||||
install:
|
install: tail_em.s.a tail_em.ve.s.a
|
||||||
../../install head.s head_em
|
../../install head_em.s head_em
|
||||||
../../install e.a tail_em
|
../../install tail_em.s.a tail_em
|
||||||
../../install libem_s.vend.a tail_em.vend
|
../../install tail_em.ve.s.a tail_em.vend
|
||||||
|
|
||||||
cmp:
|
cmp: tail_em.s.a tail_em.ve.s.a
|
||||||
-../../compare head.s head_em
|
-../../compare head_em.s head_em
|
||||||
-../../compare e.a tail_em
|
-../../compare tail_em.s.a tail_em
|
||||||
-../../compare libem_s.vend.a tail_em.vend
|
-../../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`
|
arch cr `cat LIST`
|
||||||
|
|
||||||
clean:
|
tail_em.ve.s.a:
|
||||||
rm -f *.o
|
arch cr tail_em.ve.s.a end.s
|
||||||
|
|
||||||
opr:
|
opr:
|
||||||
make pr | opr
|
make pr | opr
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/Makefile `pwd`/head_em.s
|
@pr `pwd`/Makefile `pwd`/head_em.s
|
||||||
pr -l33 `tail +1 LIST|sort`
|
@pr -l33 `tail +1 LIST|sort` `pwd`/end.s
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue