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
|
||||
trp.s
|
||||
inn2.s
|
||||
prstring.s
|
||||
prdec.s
|
||||
char.her.s
|
||||
tail.s
|
||||
|
|
|
@ -1,16 +1,29 @@
|
|||
install: tail
|
||||
../../install head.s head_em
|
||||
../../install tail tail_sys
|
||||
# $Header$
|
||||
MACH=i80
|
||||
all: libsys_o.a head_em.o
|
||||
|
||||
cmp: tail
|
||||
-../../compare head.s head_em
|
||||
-../../compare tail tail_sys
|
||||
install: all
|
||||
../../install head_em.o head_em
|
||||
../../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
|
||||
|
||||
pr:
|
||||
@pr `pwd`/Makefile `pwd`/head.s
|
||||
@pr -l33 `tail +1 LIST|sort`
|
||||
@pr `pwd`/head_em.s
|
||||
@arch pv libsys_s.a | pr -h `pwd`/libsys_s.a
|
||||
|
|
Loading…
Reference in a new issue