1984-07-19 12:51:00 +00:00
|
|
|
|
|
|
|
install: cp
|
|
|
|
|
|
|
|
cp: all
|
1984-10-26 10:25:32 +00:00
|
|
|
../../install head_em
|
|
|
|
../../install tail_em
|
1984-07-19 12:51:00 +00:00
|
|
|
rm -f head_em tail_em
|
|
|
|
|
|
|
|
cmp: all
|
1984-10-26 10:25:32 +00:00
|
|
|
-../../compare head_em
|
|
|
|
-../../compare tail_em
|
1984-07-19 12:51:00 +00:00
|
|
|
rm -f head_em tail_em
|
|
|
|
|
1984-07-19 13:11:36 +00:00
|
|
|
distr:
|
|
|
|
arch cr `head -1 LIST` `tail +2 LIST`
|
|
|
|
|
1984-07-19 12:51:00 +00:00
|
|
|
all: head_em tail_em
|
|
|
|
|
|
|
|
head_em: head_em.s
|
|
|
|
pdp -c head_em.s ; mv head_em.o head_em
|
|
|
|
|
1984-07-19 13:11:36 +00:00
|
|
|
tail_em:
|
|
|
|
march . tail_em
|
1984-07-19 12:51:00 +00:00
|
|
|
|
|
|
|
clean:
|
1984-07-19 13:11:36 +00:00
|
|
|
rm -f *.o
|
1984-07-19 12:51:00 +00:00
|
|
|
opr:
|
|
|
|
make pr | opr
|
|
|
|
pr:
|
|
|
|
@pr `pwd`/Makefile `pwd`/head_em.s
|
1984-07-19 13:11:36 +00:00
|
|
|
pr -l33 `tail +1 LIST|sort`
|