From 827f3da23846d4555ed78e76a4eb386914954c5d Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 4 Feb 1987 15:39:00 +0000 Subject: [PATCH] Name change of archive --- mach/pdp/libem/LIST | 2 +- mach/pdp/libem/Makefile | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mach/pdp/libem/LIST b/mach/pdp/libem/LIST index b5ba94851..aeadc40d7 100644 --- a/mach/pdp/libem/LIST +++ b/mach/pdp/libem/LIST @@ -1,4 +1,4 @@ -tail_em.s.a +libem_s.a RT.s adf.s adi.s diff --git a/mach/pdp/libem/Makefile b/mach/pdp/libem/Makefile index bbad255b8..c58a41ed2 100644 --- a/mach/pdp/libem/Makefile +++ b/mach/pdp/libem/Makefile @@ -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 -- 2.34.1