changed name back: libem_s.a --> tail_em.a
This commit is contained in:
parent
c754f6ca69
commit
9c50da1e82
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
libem_s.a
|
tail_em.a
|
||||||
adi.s
|
adi.s
|
||||||
and.s
|
and.s
|
||||||
cii.s
|
cii.s
|
||||||
|
|
|
@ -2,15 +2,15 @@
|
||||||
MACH=i86
|
MACH=i86
|
||||||
install: all
|
install: all
|
||||||
../../install head_em.o head_em
|
../../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 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 libem_o.a end.o
|
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 -c end.s
|
||||||
|
@ -18,9 +18,9 @@ end.o: end.s
|
||||||
head_em.o: head_em.s
|
head_em.o: head_em.s
|
||||||
$(MACH) -I../../../h -c head_em.s
|
$(MACH) -I../../../h -c head_em.s
|
||||||
|
|
||||||
libem_o.a: libem_s.a
|
tail_em: tail_em.a
|
||||||
ASAR=aal ; export ASAR ;\
|
ASAR=aal ; export ASAR ;\
|
||||||
march . libem_o.a
|
march . tail_em
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
@ -29,5 +29,5 @@ 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 tail_em.a | pr -h `pwd`/tail_em.a
|
||||||
@pr `pwd`/end.s
|
@pr `pwd`/end.s
|
||||||
|
|
Loading…
Reference in a new issue