ack/mach/pdp/libem/Makefile

29 lines
443 B
Makefile
Raw Normal View History

1984-07-19 12:51:00 +00:00
install: cp
cp: all
../../install head_em
../../install tail_em
1984-07-19 12:51:00 +00:00
rm -f head_em tail_em
cmp: all
-../../compare head_em
-../../compare tail_em
1984-07-19 12:51:00 +00:00
rm -f head_em tail_em
all: head_em tail_em
head_em: head_em.s
pdp -c head_em.s ; mv head_em.o head_em
tail_em:
march . tail_em
1984-07-19 12:51:00 +00:00
clean:
rm -f *.o
1984-07-19 12:51:00 +00:00
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
pr -l33 `tail +1 LIST|sort`