Name change in library
authorceriel <none@none>
Mon, 2 Feb 1987 16:19:04 +0000 (16:19 +0000)
committerceriel <none@none>
Mon, 2 Feb 1987 16:19:04 +0000 (16:19 +0000)
mach/vax4/libem/LIST
mach/vax4/libem/Makefile

index 8902b31..86d071c 100644 (file)
@@ -1,4 +1,4 @@
-tail_em.a
+libem_s.a
 adf.s
 adi.s
 and.s
index 2177b36..ad79696 100644 (file)
@@ -1,25 +1,25 @@
 # $Header$
+all:            libem_o.a
+
 install:       cp
 
 cp:             all
-               ../../install tail_em
-               rm -f tail_em
+               ../../install libem_o.a tail_em
 
 cmp:            all
-               -../../compare tail_em
-               rm -f tail_em
-
-all:            tail_em
+               -../../compare libem_o.a tail_em
 
-tail_em:
+libem_o.a:     libem_s.a
                ASAR=ar ; export ASAR ;\
                RANLIB=ranlib ; export RANLIB ;\
-               march . tail_em
+               march . libem_o.a
 
 clean:
-               rm -f *.o
+               rm -f *.o libem_o.a
+
 opr:
                make pr | opr
+
 pr:
                @pr `pwd`/Makefile
-               @pr -l33 `tail +1 LIST|sort`
+               @arch pv libem_s.a | pr -h `pwd`/libem_s.a