1987-01-29 22:10:18 +00:00
|
|
|
# $Header$
|
|
|
|
MACH=m68020
|
1990-09-27 14:29:09 +00:00
|
|
|
ASAR=aal
|
|
|
|
all: libem_o.a end.a
|
1987-01-29 22:10:18 +00:00
|
|
|
|
|
|
|
install: all
|
|
|
|
../../install libem_o.a tail_em
|
1990-09-27 14:29:09 +00:00
|
|
|
../../install end.a end_em
|
1987-01-29 22:10:18 +00:00
|
|
|
|
|
|
|
cmp: all
|
|
|
|
-../../compare libem_o.a tail_em
|
1990-09-27 14:29:09 +00:00
|
|
|
-../../compare end.a end_em
|
1987-01-29 22:10:18 +00:00
|
|
|
|
1990-09-27 14:29:09 +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
|
1990-09-27 14:29:09 +00:00
|
|
|
$(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
|
1990-09-27 14:29:09 +00:00
|
|
|
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
|
1989-05-29 14:42:18 +00:00
|
|
|
|
|
|
|
distr: trpstr.s
|