name change of lib, moved head_em.s to libsys

This commit is contained in:
ceriel 1987-01-29 11:03:30 +00:00
parent 9871983602
commit ef85335f8f

View file

@ -1,33 +1,30 @@
# $Header$ # $Header$
MACH=i86 MACH=i86
all: libem_o.a end.o
install: all install: all
../../install head_em.o head_em ../../install libem_o.a tail_em
../../install tail_em
../../install end.o end_em ../../install end.o end_em
cmp: all cmp: all
-../../compare head_em.o head_em -../../compare libem_o.a tail_em
-../../compare tail_em
-../../compare end.o end_em -../../compare end.o end_em
all: head_em.o tail_em end.o
end.o: end.s end.o: end.s
$(MACH) -I../../../h -c end.s $(MACH) -I../../../h -O -c end.s
head_em.o: head_em.s libem_o.a: libem_s.a
$(MACH) -I../../../h -c head_em.s
tail_em: tail_em.a
ASAR=aal ; export ASAR ;\ ASAR=aal ; export ASAR ;\
march . tail_em march . libem_o.a
clean: clean:
rm -f *.o rm -f *.o libem_o.a
opr : opr :
make pr | opr make pr | opr
pr: pr:
@pr `pwd`/head_em.s @arch pv libem_s.a | pr -h `pwd`/libem_s.a
@arch pv tail_em.a | pr -h `pwd`/tail_em.a
@pr `pwd`/end.s @pr `pwd`/end.s