ack/mach/pdp/libem/Makefile

34 lines
577 B
Makefile
Raw Normal View History

1987-05-15 12:55:51 +00:00
all: head_em.o libem_o.a end.o
1984-07-19 12:51:00 +00:00
install: cp
cp: all
1987-02-04 15:39:00 +00:00
../../install head_em.o head_em
../../install libem_o.a tail_em
1987-05-15 12:55:51 +00:00
../../install end.o end_em
1984-07-19 12:51:00 +00:00
cmp: all
1987-02-04 15:39:00 +00:00
-../../compare head_em.o head_em
-../../compare libem_o.a tail_em
1987-05-15 12:55:51 +00:00
-../../compare end.o end_em
1984-07-19 12:51:00 +00:00
1987-02-04 15:39:00 +00:00
head_em.o: head_em.s
pdp -c head_em.s
1984-07-19 12:51:00 +00:00
1987-05-15 12:55:51 +00:00
end.o: end.s
pdp -c end.s
1987-02-04 15:39:00 +00:00
libem_o.a: libem_s.a
1987-05-15 12:55:51 +00:00
ASAR=aal ; export ASAR ; march . libem_o.a
1984-07-19 12:51:00 +00:00
clean:
1987-02-04 15:39:00 +00:00
rm -f *.o libem_o.a
1984-07-19 12:51:00 +00:00
opr:
make pr | opr
1987-02-04 15:39:00 +00:00
1984-07-19 12:51:00 +00:00
pr:
@pr `pwd`/Makefile `pwd`/head_em.s
1987-02-04 15:39:00 +00:00
@arch pv libem_s.a | pr -h `pwd`/libem_s.a