Adapted for new assembler syntax
This commit is contained in:
parent
0930a80dd3
commit
c996384000
2 changed files with 25 additions and 13 deletions
|
@ -1,8 +1,7 @@
|
||||||
tail
|
libsys_s.a
|
||||||
mon.s
|
mon.s
|
||||||
trp.s
|
trp.s
|
||||||
inn2.s
|
inn2.s
|
||||||
prstring.s
|
prstring.s
|
||||||
prdec.s
|
prdec.s
|
||||||
char.her.s
|
char.her.s
|
||||||
tail.s
|
|
||||||
|
|
|
@ -1,16 +1,29 @@
|
||||||
install: tail
|
# $Header$
|
||||||
../../install head.s head_em
|
MACH=i80
|
||||||
../../install tail tail_sys
|
all: libsys_o.a head_em.o
|
||||||
|
|
||||||
cmp: tail
|
install: all
|
||||||
-../../compare head.s head_em
|
../../install head_em.o head_em
|
||||||
-../../compare tail tail_sys
|
../../install libsys_o.a tail_sys
|
||||||
|
|
||||||
tail:
|
|
||||||
arch cr `cat LIST`
|
|
||||||
|
|
||||||
opr:
|
cmp: all
|
||||||
|
-../../compare head_em.o head_em
|
||||||
|
-../../compare libsys_o.a tail_sys
|
||||||
|
|
||||||
|
libsys_o.a: libsys_s.a
|
||||||
|
ASAR=aal ; export ASAR ;\
|
||||||
|
march . libsys_o.a
|
||||||
|
|
||||||
|
head_em.o: head_em.s
|
||||||
|
$(MACH) -I../../../h -c head_em.s
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o libsys_o.a
|
||||||
|
|
||||||
|
opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/Makefile `pwd`/head.s
|
@pr `pwd`/head_em.s
|
||||||
@pr -l33 `tail +1 LIST|sort`
|
@arch pv libsys_s.a | pr -h `pwd`/libsys_s.a
|
||||||
|
|
Loading…
Reference in a new issue