ack/mach/vax4/libbsd4_2/Makefile

28 lines
450 B
Makefile
Raw Normal View History

1986-12-12 16:12:19 +00:00
# $Header$
install: cp
cp: all
1990-01-15 12:42:57 +00:00
../../install head_em.o head_em
1986-12-12 16:12:19 +00:00
../../install tail_mon
cmp: all
1990-01-15 12:42:57 +00:00
-../../compare head_em.o head_em
1986-12-12 16:12:19 +00:00
-../../compare tail_mon
all: head_em tail_mon
head_em: head_em.s
vax4 -I../../../h -c head_em.s
1986-12-12 16:12:19 +00:00
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`