Name change of archive
authorceriel <none@none>
Wed, 4 Feb 1987 15:39:00 +0000 (15:39 +0000)
committerceriel <none@none>
Wed, 4 Feb 1987 15:39:00 +0000 (15:39 +0000)
mach/pdp/libem/LIST
mach/pdp/libem/Makefile

index b5ba948..aeadc40 100644 (file)
@@ -1,4 +1,4 @@
-tail_em.s.a
+libem_s.a
 RT.s
 adf.s
 adi.s
index bbad255..c58a41e 100644 (file)
@@ -1,28 +1,28 @@
+all:            head_em.o libem_o.a
 
 install:       cp
 
 cp:             all
-               ../../install head_em
-               ../../install tail_em
-               rm -f head_em tail_em
+               ../../install head_em.o head_em
+               ../../install libem_o.a tail_em
 
 cmp:            all
-               -../../compare head_em
-               -../../compare tail_em
-               rm -f head_em tail_em
+               -../../compare head_em.o head_em
+               -../../compare libem_o.a tail_em
 
-all:            head_em tail_em
 
-head_em:        head_em.s
-               pdp -c head_em.s ; mv head_em.o head_em
+head_em.o:      head_em.s
+               pdp -c head_em.s
 
-tail_em:
-               march . tail_em
+libem_o.a:     libem_s.a
+               march . libem_o.a
 
 clean:
-               rm -f *.o
+               rm -f *.o libem_o.a
+
 opr:
                make pr | opr
+
 pr:
                @pr `pwd`/Makefile `pwd`/head_em.s
-               pr -l33 `tail +1 LIST|sort`
+               @arch pv libem_s.a | pr -h `pwd`/libem_s.a