1985-02-05 14:52:02 +00:00
|
|
|
# $Header$
|
1987-02-02 16:19:04 +00:00
|
|
|
all: libem_o.a
|
|
|
|
|
1985-02-05 14:52:02 +00:00
|
|
|
install: cp
|
1984-10-26 11:01:40 +00:00
|
|
|
|
1985-02-05 14:52:02 +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
|
|
|
|
1985-02-05 14:52:02 +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
|
1985-02-05 14:52:02 +00:00
|
|
|
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
|
|
|
|
1985-02-05 14:52:02 +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:
|
1986-12-12 17:54:21 +00:00
|
|
|
@pr `pwd`/Makefile
|
1987-02-02 16:19:04 +00:00
|
|
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|