makefile adapted to new style archive handling, RCS and all that

This commit is contained in:
sater 1984-07-19 13:11:36 +00:00
parent d082a2b0a2
commit f16fdf4e7f

View file

@ -12,28 +12,21 @@ cmp: all
cmp tail_em $l/tail_em
rm -f head_em tail_em
distr:
arch cr `head -1 LIST` `tail +2 LIST`
all: head_em tail_em
head_em: head_em.s
pdp -c head_em.s ; mv head_em.o head_em
tail_em: tail_em.s.a
mkdir tmp; \
cd tmp; \
ar x ../tail_em.s.a; \
for i in *.s; \
do \
pdp -c $$i; \
done; \
ar cr tail.a `lorder *.o | tsort`; \
cp tail.a ../tail_em; \
cd ..; \
rm -r tmp
tail_em:
march . tail_em
clean:
-rm -f `ar t tail_em.s.a` ; rm -rf temp ; rm -f *.o
rm -f *.o
opr:
make pr | opr
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
@ar pv tail_em.s.a | pr -h `pwd`/tail_em.s.a
pr -l33 `tail +1 LIST|sort`