ack/mach/vax4/libbsd4_2/Makefile

30 lines
503 B
Makefile
Raw Normal View History

1986-12-12 16:12:19 +00:00
# $Header$
install: cp
cp: all
../../install head_em
../../install tail_mon
rm -f head_em tail_mon
cmp: all
-../../compare head_em
-../../compare tail_mon
rm -f head_em tail_mon
all: head_em tail_mon
head_em: head_em.s
vax4 -I../../../h -c head_em.s ; mv head_em.o head_em
tail_mon:
1990-01-11 16:00:19 +00:00
ASAR=aal ; export ASAR ;\
1986-12-12 16:12:19 +00:00
march . tail_mon
clean:
rm -f *.o
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
@pr -l33 `tail +1 LIST|sort`