ack/mach/vax4/libem/Makefile

26 lines
358 B
Makefile
Raw Normal View History

# $Header$
install: cp
1984-10-26 11:01:40 +00:00
cp: all
../../install tail_em
rm -f tail_em
1984-10-26 11:01:40 +00:00
cmp: all
-../../compare tail_em
rm -f tail_em
1984-10-26 11:01:40 +00:00
all: tail_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
@pr -l33 `tail +1 LIST|sort`