Adapted to using the new assembler & linker.
This commit is contained in:
parent
eae06603f3
commit
409bbbe31b
@ -1,19 +1,33 @@
|
|||||||
install:
|
# $Header$
|
||||||
../../install head_em.s head_em
|
MACH=m68k2
|
||||||
../../install libem_s.a tail_em.rt
|
install: all
|
||||||
../../install end.s end_em.s
|
../../install head_em.o head_em
|
||||||
|
../../install libem_o.a tail_em.rt
|
||||||
|
../../install end.o end_em
|
||||||
|
|
||||||
cmp:
|
cmp: all
|
||||||
-../../compare head_em.s head_em
|
-../../compare head_em.o head_em
|
||||||
-../../compare libem_s.a tail_em.rt
|
-../../compare libem_o.a tail_em.rt
|
||||||
-../../compare end.s end_em.s
|
-../../compare end.o end_em
|
||||||
|
|
||||||
clean :
|
all: head_em.o libem_o.a end.o
|
||||||
|
|
||||||
|
end.o: end.s
|
||||||
|
$(MACH) -I../../../h -c end.s
|
||||||
|
|
||||||
|
head_em.o: head_em.s
|
||||||
|
$(MACH) -I../../../h -c head_em.s
|
||||||
|
|
||||||
|
libem_o.a: libem_s.a
|
||||||
|
ASAR=aal ; export ASAR ;\
|
||||||
|
march . libem_o.a
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.o
|
||||||
opr :
|
opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/head_em.s
|
@pr `pwd`/head_em.s
|
||||||
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||||
@pr `pwd`/end.s
|
@pr `pwd`/end.s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user