Adapted for new assembler syntax
authorceriel <none@none>
Wed, 28 Jan 1987 15:06:01 +0000 (15:06 +0000)
committerceriel <none@none>
Wed, 28 Jan 1987 15:06:01 +0000 (15:06 +0000)
mach/i80/libmon/LIST
mach/i80/libmon/Makefile

index d3e1dc1..8d90b25 100644 (file)
@@ -1,8 +1,7 @@
-tail
+libsys_s.a
 mon.s
 trp.s
 inn2.s
 prstring.s
 prdec.s
 char.her.s
-tail.s
index 6dacdfb..c334b9b 100644 (file)
@@ -1,16 +1,29 @@
-install:       tail
-               ../../install head.s head_em
-               ../../install tail tail_sys
+# $Header$
+MACH=i80
+all:           libsys_o.a head_em.o
 
-cmp:           tail
-               -../../compare head.s head_em
-               -../../compare tail tail_sys
+install:       all
+               ../../install head_em.o head_em
+               ../../install libsys_o.a tail_sys
 
-tail:
-               arch cr `cat LIST`
 
-opr:
+cmp:           all
+               -../../compare head_em.o head_em
+               -../../compare libsys_o.a tail_sys
+
+libsys_o.a:    libsys_s.a
+               ASAR=aal ; export ASAR ;\
+               march . libsys_o.a
+
+head_em.o:     head_em.s
+               $(MACH) -I../../../h -c head_em.s
+
+clean:
+               rm -f *.o libsys_o.a
+
+opr :
                make pr | opr
+
 pr:
-               @pr `pwd`/Makefile `pwd`/head.s
-               @pr -l33 `tail +1 LIST|sort`
+               @pr `pwd`/head_em.s
+               @arch pv libsys_s.a | pr -h `pwd`/libsys_s.a