version generating .o files
This commit is contained in:
@@ -1,17 +1,28 @@
|
||||
# $Header$
|
||||
install:
|
||||
../../install head_em.s head_em
|
||||
../../install tail_mon.a tail_mon
|
||||
MACH=ns
|
||||
all: tail_mon head_em.o
|
||||
|
||||
compare:
|
||||
-../../compare head_em.s head_em
|
||||
-../../compare tail_mon.a tail_mon
|
||||
install: all
|
||||
../../install head_em.o head_em
|
||||
../../install tail_mon
|
||||
|
||||
clean :
|
||||
cmp: all
|
||||
-../../compare head_em.o head_em
|
||||
-../../compare tail_mon
|
||||
|
||||
tail_mon: tail_mon.a
|
||||
ASAR=aal ; export ASAR ;\
|
||||
march . tail_mon
|
||||
|
||||
head_em.o: head_em.s
|
||||
$(MACH) -I../../../h -c head_em.s
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
opr :
|
||||
make pr | opr
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr -h `pwd`/head_em.s head_em.s
|
||||
@ar pv tail_mon.a | pr -h `pwd`/tail_mon.a
|
||||
@pr -h `pwd`/head_em.s head_em.s
|
||||
@ar pv tail_mon.a | pr -h `pwd`/tail_mon.a
|
||||
|
||||
Reference in New Issue
Block a user