ack/mach/ns/libsys/Makefile

29 lines
445 B
Makefile
Raw Normal View History

1985-07-26 12:52:13 +00:00
# $Header$
1987-01-16 15:40:01 +00:00
MACH=ns
all: tail_mon head_em.o
1985-07-26 12:52:13 +00:00
1987-01-16 15:40:01 +00:00
install: all
../../install head_em.o head_em
../../install tail_mon
1985-07-26 12:52:13 +00:00
1987-01-16 15:40:01 +00:00
cmp: all
-../../compare head_em.o head_em
-../../compare tail_mon
tail_mon: tail_mon.a
ASAR=aal ; export ASAR ;\
march . tail_mon
head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s
clean:
rm -f *.o
1985-07-26 12:52:13 +00:00
opr :
1987-01-16 15:40:01 +00:00
make pr | opr
1985-07-26 12:52:13 +00:00
pr:
1987-01-16 15:40:01 +00:00
@pr -h `pwd`/head_em.s head_em.s
@ar pv tail_mon.a | pr -h `pwd`/tail_mon.a