ack/mach/6500/libem/Makefile

22 lines
338 B
Makefile
Raw Normal View History

1987-01-30 18:24:42 +00:00
all:
install:
1984-12-17 11:21:11 +00:00
../../install head_em.s head_em
1987-01-30 18:24:42 +00:00
../../install libem_s.a tail_em
../../install end.s end_em
1987-01-30 18:24:42 +00:00
cmp:
1984-12-17 11:21:11 +00:00
-../../compare head_em.s head_em
1987-01-30 18:24:42 +00:00
-../../compare libem_s.a tail_em
-../../compare end.s end_em
1984-12-17 11:21:11 +00:00
1984-12-17 11:06:48 +00:00
opr:
make pr | opr
1987-01-30 18:24:42 +00:00
1984-12-17 11:06:48 +00:00
pr:
1987-01-30 18:24:42 +00:00
@pr `pwd`/head_em.s
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
@pr `pwd`/end.s
clean: