ack/mach/i86/libem/Makefile

34 lines
571 B
Makefile
Raw Normal View History

1987-01-08 10:13:48 +00:00
# $Header$
MACH=i86
install: all
../../install head_em.o head_em
../../install tail_em
1987-01-08 10:13:48 +00:00
../../install end.o end_em
1984-12-07 17:32:33 +00:00
1987-01-08 10:13:48 +00:00
cmp: all
-../../compare head_em.o head_em
-../../compare tail_em
1987-01-08 10:13:48 +00:00
-../../compare end.o end_em
1984-12-07 17:32:33 +00:00
all: head_em.o tail_em end.o
1984-12-07 17:32:33 +00:00
1987-01-08 10:13:48 +00:00
end.o: end.s
$(MACH) -I../../../h -c end.s
head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s
tail_em: tail_em.a
1987-01-08 10:13:48 +00:00
ASAR=aal ; export ASAR ;\
march . tail_em
1987-01-08 10:13:48 +00:00
clean:
rm -f *.o
1984-12-07 17:32:33 +00:00
opr :
1987-01-08 10:13:48 +00:00
make pr | opr
1984-12-07 17:32:33 +00:00
pr:
1987-01-08 10:13:48 +00:00
@pr `pwd`/head_em.s
@arch pv tail_em.a | pr -h `pwd`/tail_em.a
1987-01-08 10:13:48 +00:00
@pr `pwd`/end.s