ack/mach/m68020/libem/Makefile

39 lines
691 B
Makefile
Raw Normal View History

1987-01-29 22:10:18 +00:00
# $Header$
MACH=m68020
ASAR=aal
all: libem_o.a end.a
1987-01-29 22:10:18 +00:00
install: all
../../install libem_o.a tail_em
../../install end.a end_em
1987-01-29 22:10:18 +00:00
cmp: all
-../../compare libem_o.a tail_em
-../../compare end.a end_em
1987-01-29 22:10:18 +00:00
end.a: em_end.s etext.s edata.s end.s
$(MACH) -I../../../h -c em_end.s
$(MACH) -I../../../h -c edata.s
$(MACH) -I../../../h -c etext.s
1987-01-29 22:10:18 +00:00
$(MACH) -I../../../h -c end.s
$(ASAR) cr end.a em_end.o etext.o edata.o end.o
1987-01-29 22:10:18 +00:00
libem_o.a: libem_s.a
ASAR=$(ASAR) ; export ASAR ;\
1987-01-29 22:10:18 +00:00
march . libem_o.a
clean:
rm -f *.o libem_o.a
opr :
make pr | opr
pr:
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
@pr `pwd`/end.s
1988-10-03 10:53:47 +00:00
trpstr.s: trpstr.c strscript
sh strscript
distr: trpstr.s