*** empty log message ***
This commit is contained in:
parent
095367ac29
commit
2b9c2283db
1 changed files with 6 additions and 11 deletions
|
@ -1,33 +1,28 @@
|
||||||
# $Header$
|
# $Header$
|
||||||
MACH=m68k2
|
MACH=m68k2
|
||||||
|
all: libem_o.a end.o
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
../../install head_em.o head_em
|
../../install libem_o.a tail_em
|
||||||
../../install libem_o.a tail_em.rt
|
|
||||||
../../install end.o end_em
|
../../install end.o end_em
|
||||||
|
|
||||||
cmp: all
|
cmp: all
|
||||||
-../../compare head_em.o head_em
|
-../../compare libem_o.a tail_em
|
||||||
-../../compare libem_o.a tail_em.rt
|
|
||||||
-../../compare end.o end_em
|
-../../compare end.o end_em
|
||||||
|
|
||||||
all: head_em.o libem_o.a end.o
|
|
||||||
|
|
||||||
end.o: end.s
|
end.o: end.s
|
||||||
$(MACH) -I../../../h -c 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
|
libem_o.a: libem_s.a
|
||||||
ASAR=aal ; export ASAR ;\
|
ASAR=aal ; export ASAR ;\
|
||||||
march . libem_o.a
|
march . libem_o.a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o libmon_o.a
|
||||||
|
|
||||||
opr :
|
opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@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…
Add table
Reference in a new issue