ack/mach/i86/libem/Makefile

31 lines
449 B
Makefile
Raw Normal View History

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