ack/mach/m68k4/libem/Makefile

34 lines
676 B
Makefile
Raw Normal View History

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