ack/mach/vax4/libem/Makefile

26 lines
388 B
Makefile
Raw Normal View History

# $Header$
1987-02-02 16:19:04 +00:00
all: libem_o.a
install: cp
1984-10-26 11:01:40 +00:00
cp: all
1987-02-02 16:19:04 +00:00
../../install libem_o.a tail_em
1984-10-26 11:01:40 +00:00
cmp: all
1987-02-02 16:19:04 +00:00
-../../compare libem_o.a tail_em
1984-10-26 11:01:40 +00:00
1987-02-02 16:19:04 +00:00
libem_o.a: libem_s.a
ASAR=ar ; export ASAR ;\
RANLIB=ranlib ; export RANLIB ;\
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
1984-10-26 11:01:40 +00:00
opr:
make pr | opr
1987-02-02 16:19:04 +00:00
1984-10-26 11:01:40 +00:00
pr:
@pr `pwd`/Makefile
1987-02-02 16:19:04 +00:00
@arch pv libem_s.a | pr -h `pwd`/libem_s.a