version generating .o files

This commit is contained in:
ceriel
1987-01-16 15:40:01 +00:00
parent aeb821c332
commit 979b18cbbd
3 changed files with 88 additions and 73 deletions

View File

@@ -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