1985-03-04 15:55:28 +00:00
|
|
|
# $Header$
|
1986-07-22 13:37:16 +00:00
|
|
|
MACH=m68k4
|
1991-02-01 15:38:19 +00:00
|
|
|
ASAR=aal
|
|
|
|
all: libem_o.a end.a
|
1987-02-26 19:54:57 +00:00
|
|
|
|
1986-07-22 13:37:16 +00:00
|
|
|
install: all
|
1987-02-26 19:54:57 +00:00
|
|
|
../../install libem_o.a tail_em
|
1991-02-01 15:38:19 +00:00
|
|
|
../../install end.a end_em
|
1985-03-04 15:55:28 +00:00
|
|
|
|
1986-07-22 13:37:16 +00:00
|
|
|
cmp: all
|
1987-02-26 19:54:57 +00:00
|
|
|
-../../compare libem_o.a tail_em
|
1991-02-01 15:38:19 +00:00
|
|
|
-../../compare end.a end_em
|
1985-03-04 15:55:28 +00:00
|
|
|
|
1991-02-01 15:38:19 +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
|
1986-07-22 13:37:16 +00:00
|
|
|
$(MACH) -I../../../h -c end.s
|
1991-02-01 15:38:19 +00:00
|
|
|
$(ASAR) cr end.a em_end.o etext.o edata.o end.o
|
1986-07-22 13:37:16 +00:00
|
|
|
|
|
|
|
libem_o.a: libem_s.a
|
1991-02-01 15:38:19 +00:00
|
|
|
ASAR=$(ASAR) ; export ASAR ;\
|
1986-07-22 13:37:16 +00:00
|
|
|
march . libem_o.a
|
|
|
|
|
|
|
|
clean:
|
1991-02-01 15:38:19 +00:00
|
|
|
rm -f *.o libem_o.a end.a
|
|
|
|
|
1985-03-04 15:55:28 +00:00
|
|
|
opr :
|
1986-07-22 13:37:16 +00:00
|
|
|
make pr | opr
|
1985-03-04 15:55:28 +00:00
|
|
|
|
|
|
|
pr:
|
1986-07-22 13:37:16 +00:00
|
|
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
1991-02-01 15:38:19 +00:00
|
|
|
@pr `pwd`/em_end.s `pwd`/edata.s `pwd`/etext.s `pwd`/end.s
|