1984-12-20 14:26:14 +00:00
|
|
|
# $Header$
|
1984-10-25 14:28:18 +00:00
|
|
|
install:
|
1985-03-26 15:04:02 +00:00
|
|
|
../../install head_em.s head_em
|
1984-12-20 14:26:14 +00:00
|
|
|
../../install tail_mon.a tail_mon
|
1984-10-25 14:28:18 +00:00
|
|
|
|
1985-03-26 15:04:02 +00:00
|
|
|
compare:
|
|
|
|
-../../compare head_em.s head_em
|
|
|
|
-../../compare tail_mon.a tail_mon
|
|
|
|
|
1984-10-25 14:28:18 +00:00
|
|
|
clean :
|
|
|
|
|
|
|
|
opr :
|
|
|
|
make pr | opr
|
|
|
|
|
|
|
|
pr:
|
1985-03-26 15:04:02 +00:00
|
|
|
@pr -h `pwd`/head_em.s head_em.s
|
|
|
|
@ar pv tail_mon.a | pr -h `pwd`/tail_mon.a
|