ack/mach/vax4/libem/Makefile
em 52d0f32e32 Copied from vax2, takes its info on which files
to use in which order from LIST.
1985-02-05 14:52:02 +00:00

31 lines
530 B
Makefile

# $Header$
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
all: head_em tail_em
head_em: head_em.s
vax4 -I../../../h -c head_em.s ; mv head_em.o head_em
tail_em:
ASAR=ar ; export ASAR ;\
RANLIB=ranlib ; export RANLIB ;\
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`