Made more like other Makefiles

This commit is contained in:
ceriel 1987-01-30 18:24:42 +00:00
parent 7e68455893
commit 5e36fd3351

View file

@ -1,23 +1,21 @@
install: tail_em.s.a tail_em.ve.s.a all:
install:
../../install head_em.s head_em ../../install head_em.s head_em
../../install tail_em.s.a tail_em ../../install libem_s.a tail_em
../../install tail_em.ve.s.a tail_em.vend ../../install end.s end_em
cmp: tail_em.s.a tail_em.ve.s.a cmp:
-../../compare head_em.s head_em -../../compare head_em.s head_em
-../../compare tail_em.s.a tail_em -../../compare libem_s.a tail_em
-../../compare tail_em.ve.s.a tail_em.vend -../../compare end.s end_em
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
opr: opr:
make pr | opr make pr | opr
pr: pr:
@pr `pwd`/Makefile `pwd`/head_em.s @pr `pwd`/head_em.s
@pr -l33 `tail +1 LIST|sort` `pwd`/end.s @arch pv libem_s.a | pr -h `pwd`/libem_s.a
@pr `pwd`/end.s
clean: