ack/mach/vax4/libem/Makefile

31 lines
530 B
Makefile
Raw Normal View History

# $Header$
install: cp
1984-10-26 11:01:40 +00:00
cp: all
../../install head_em
../../install tail_em
rm -f head_em tail_em
1984-10-26 11:01:40 +00:00
cmp: all
-../../compare head_em
-../../compare tail_em
rm -f head_em tail_em
1984-10-26 11:01:40 +00:00
all: head_em tail_em
1984-10-26 11:01:40 +00:00
head_em: head_em.s
vax4 -I../../../h -c head_em.s ; mv head_em.o head_em
1984-10-26 11:01:40 +00:00
tail_em:
ASAR=ar ; export ASAR ;\
RANLIB=ranlib ; export RANLIB ;\
march . tail_em
1984-10-26 11:01:40 +00:00
clean:
rm -f *.o
1984-10-26 11:01:40 +00:00
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
@pr -l33 `tail +1 LIST|sort`