ack/mach/vax4/libem/Makefile

29 lines
445 B
Makefile
Raw Normal View History

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