*** empty log message ***
authorem <none@none>
Mon, 18 Mar 1985 17:27:42 +0000 (17:27 +0000)
committerem <none@none>
Mon, 18 Mar 1985 17:27:42 +0000 (17:27 +0000)
mach/i80/libbc/compmodule
mach/i80/libcc/Makefile
mach/i80/libem/Makefile [new file with mode: 0644]
mach/i80/libpc/Makefile [new file with mode: 0644]
mach/i80/libpc/compmodule [new file with mode: 0755]

index 2bcf66c..e7e4da6 100755 (executable)
@@ -1,2 +1,4 @@
-${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
-echo `basename $1 $2`.s
+if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
+then echo `basename $1 $2`.s
+else rm -f `basename $1 $2`.s
+fi
index 8380418..a811339 100644 (file)
@@ -1,5 +1,5 @@
 MAKEFILE=../../proto/libg/Makefile
-MACHDEF="MACH=8080" "SUF=s"
+MACHDEF="MACH=i80" "SUF=s"
 STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio"
 GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"
 MON="PREF=mon" "SRC=lang/cem/libcc/mon"
diff --git a/mach/i80/libem/Makefile b/mach/i80/libem/Makefile
new file mode 100644 (file)
index 0000000..7aef585
--- /dev/null
@@ -0,0 +1,14 @@
+install:       tail
+               ../../install tail tail_em
+
+cmp:           tail
+               -../../compare tail tail_em
+
+tail:
+               arch cr `cat LIST`
+
+opr:
+               make pr | opr
+pr:
+               @pr `pwd`/Makefile
+               @pr -l33 `tail +1 LIST|sort`
diff --git a/mach/i80/libpc/Makefile b/mach/i80/libpc/Makefile
new file mode 100644 (file)
index 0000000..74fe98d
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=i80" "SUF=s"
+PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
+       -../../compare head_pc
+       -../../compare tail_pc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/i80/libpc/compmodule b/mach/i80/libpc/compmodule
new file mode 100755 (executable)
index 0000000..e7e4da6
--- /dev/null
@@ -0,0 +1,4 @@
+if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
+then echo `basename $1 $2`.s
+else rm -f `basename $1 $2`.s
+fi