ack/mach/pdp/libem/Makefile
1984-10-26 10:25:32 +00:00

32 lines
491 B
Makefile

install: cp
cp: all
../../install head_em
../../install tail_em
rm -f head_em tail_em
cmp: all
-../../compare head_em
-../../compare tail_em
rm -f head_em tail_em
distr:
arch cr `head -1 LIST` `tail +2 LIST`
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
clean:
rm -f *.o
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
pr -l33 `tail +1 LIST|sort`