ack/mach/vax4/libem/Makefile

34 lines
675 B
Makefile
Raw Normal View History

# $Header$
1990-01-12 10:29:26 +00:00
MACH=vax4
ASAR=aal
all: libem_o.a end.a
1987-02-02 16:19:04 +00:00
1990-01-12 10:29:26 +00:00
install: all
1987-02-02 16:19:04 +00:00
../../install libem_o.a tail_em
../../install end.a end_em
1984-10-26 11:01:40 +00:00
1990-01-12 10:29:26 +00:00
cmp: all
1987-02-02 16:19:04 +00:00
-../../compare libem_o.a tail_em
-../../compare end.a end_em
1990-01-12 10:29:26 +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
1990-01-12 10:29:26 +00:00
$(MACH) -I../../../h -c end.s
$(ASAR) cr end.a em_end.o etext.o edata.o end.o
1984-10-26 11:01:40 +00:00
1987-02-02 16:19:04 +00:00
libem_o.a: libem_s.a
ASAR=$(ASAR) ; export ASAR ;\
1987-02-02 16:19:04 +00:00
march . libem_o.a
1984-10-26 11:01:40 +00:00
clean:
rm -f *.o libem_o.a end.a
1987-02-02 16:19:04 +00:00
1990-01-12 10:29:26 +00:00
opr :
1984-10-26 11:01:40 +00:00
make pr | opr
1987-02-02 16:19:04 +00:00
1984-10-26 11:01:40 +00:00
pr:
1987-02-02 16:19:04 +00:00
@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