ack/mach/ns/libem/Makefile

29 lines
433 B
Makefile
Raw Normal View History

1985-07-26 11:56:24 +00:00
# $Header$
1987-01-16 16:50:50 +00:00
MACH=ns
1985-07-26 11:56:24 +00:00
1987-01-16 16:50:50 +00:00
all: libem_o.a end.o
1985-07-26 11:56:24 +00:00
1987-01-16 16:50:50 +00:00
install: all
../../install libem_o.a tail_em
../../install end.o end_em
1985-07-26 11:56:24 +00:00
1987-01-16 16:50:50 +00:00
cmp: all
-../../compare libem_o.a tail_em
-../../compare end.o end_em
end.o: end.s
$(MACH) -I../../../h -c end.s
libem_o.a: libem_s.a
ASAR=aal ; export ASAR ;\
march . libem_o.a
clean:
rm -f *.o
1985-07-26 11:56:24 +00:00
opr :
1987-01-16 16:50:50 +00:00
make pr | opr
1985-07-26 11:56:24 +00:00
pr:
1987-01-16 16:50:50 +00:00
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
@pr `pwd`/end.s