new version for generating .o files
This commit is contained in:
parent
d2014ff946
commit
08cc79e513
1 changed files with 21 additions and 10 deletions
|
@ -1,17 +1,28 @@
|
||||||
# $Header$
|
# $Header$
|
||||||
install:
|
MACH=ns
|
||||||
../../install tail_em.a tail_em
|
|
||||||
../../install end.s tail_em.vend
|
|
||||||
|
|
||||||
cmp:
|
all: libem_o.a end.o
|
||||||
-../../compare tail_em.a tail_em
|
|
||||||
-../../compare end.s end_em
|
|
||||||
|
|
||||||
clean :
|
install: all
|
||||||
|
../../install libem_o.a tail_em
|
||||||
|
../../install end.o end_em
|
||||||
|
|
||||||
|
cmp: all
|
||||||
|
-../../compare libem_o.a tail_em
|
||||||
|
-../../compare end.o end_em
|
||||||
|
|
||||||
|
end.o: end.s
|
||||||
|
$(MACH) -I../../../h -c end.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:
|
||||||
@arch pv tail_em.a | pr -h `pwd`/tail_em.a
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||||
@pr `pwd`/end.s
|
@pr `pwd`/end.s
|
||||||
|
|
Loading…
Add table
Reference in a new issue