ack/mach/z80/libem/Makefile

30 lines
435 B
Makefile
Raw Normal View History

1985-03-29 21:44:50 +00:00
# $Header$
1987-02-02 13:30:20 +00:00
MACH=z80
all: libem_o.a end.o
1985-03-29 21:44:50 +00:00
1987-02-02 13:30:20 +00:00
install: all
../../install end.o end_em
../../install libem_o.a tail_em
1985-03-29 21:44:50 +00:00
1987-02-02 13:30:20 +00:00
cmp: all
-../../compare end.o end_em
-../../compare libem_o.a tail_em
libem_o.a: libem_s.a
ASAR=aal ; export ASAR ;\
march . libem_o.a
end.o: end.s
$(MACH) -I../../../h -c end.s
clean:
rm -f *.o libem_o.a
1985-03-29 21:44:50 +00:00
opr :
1987-02-02 13:30:20 +00:00
make pr | opr
1985-03-29 21:44:50 +00:00
pr:
1987-02-02 13:30:20 +00:00
@pr `pwd`/end.s
@arch pv libem_s.a | pr -h `pwd`/libem_s.a