Adapted to new assembler producing .o files
This commit is contained in:
parent
187b008eb2
commit
7cfd88dab7
1 changed files with 24 additions and 9 deletions
|
@ -1,14 +1,29 @@
|
||||||
install: tail
|
# $Header$
|
||||||
../../install tail tail_em
|
MACH=i80
|
||||||
|
all: libem_o.a end.o
|
||||||
|
|
||||||
cmp: tail
|
install: all
|
||||||
-../../compare tail tail_em
|
../../install end.o end_em
|
||||||
|
../../install libem_o.a tail_em
|
||||||
|
|
||||||
tail:
|
|
||||||
arch cr `cat LIST`
|
|
||||||
|
|
||||||
opr:
|
cmp: all
|
||||||
|
-../../compare end.o end_em
|
||||||
|
-../../compare libem_o.a tail_em
|
||||||
|
|
||||||
|
libem_o.a: libem_s.a
|
||||||
|
ASAR=aal ; export ASAR ;\
|
||||||
|
march . libem_o.a
|
||||||
|
|
||||||
|
end.o: end.s
|
||||||
|
$(MACH) -I../../../h -c end.s
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o libem_o.a
|
||||||
|
|
||||||
|
opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/Makefile
|
@pr `pwd`/end.s
|
||||||
@pr -l33 `tail +1 LIST|sort`
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||||
|
|
Loading…
Reference in a new issue