ack/mach/pdp/libem/Makefile

29 lines
481 B
Makefile
Raw Normal View History

1987-02-04 15:39:00 +00:00
all: head_em.o libem_o.a
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
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
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-02-04 15:39:00 +00:00
libem_o.a: libem_s.a
1987-02-04 15:41:00 +00:00
ASAR=ar ; 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