*** empty log message ***
authorem <none@none>
Fri, 1 Feb 1985 22:12:31 +0000 (22:12 +0000)
committerem <none@none>
Fri, 1 Feb 1985 22:12:31 +0000 (22:12 +0000)
20 files changed:
mach/6500/libbc/Makefile [new file with mode: 0644]
mach/6500/libbc/compmodule [new file with mode: 0755]
mach/em22/libbc/Makefile [new file with mode: 0644]
mach/em22/libbc/compmodule [new file with mode: 0755]
mach/em24/libbc/Makefile [new file with mode: 0644]
mach/em24/libbc/compmodule [new file with mode: 0755]
mach/em44/libbc/Makefile [new file with mode: 0644]
mach/em44/libbc/compmodule [new file with mode: 0755]
mach/i80/libbc/Makefile [new file with mode: 0644]
mach/i80/libbc/compmodule [new file with mode: 0755]
mach/i86/libbc/Makefile [new file with mode: 0644]
mach/i86/libbc/compmodule [new file with mode: 0755]
mach/m68k2/libbc/Makefile [new file with mode: 0644]
mach/m68k2/libbc/compmodule [new file with mode: 0755]
mach/pdp/libbc/Makefile [new file with mode: 0644]
mach/pdp/libbc/compmodule [new file with mode: 0755]
mach/vax4/libbc/Makefile [new file with mode: 0644]
mach/vax4/libbc/compmodule [new file with mode: 0755]
mach/z8000/libbc/Makefile [new file with mode: 0644]
mach/z8000/libbc/compmodule [new file with mode: 0755]

diff --git a/mach/6500/libbc/Makefile b/mach/6500/libbc/Makefile
new file mode 100644 (file)
index 0000000..2be55a0
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=6500" "SUF=s"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/6500/libbc/compmodule b/mach/6500/libbc/compmodule
new file mode 100755 (executable)
index 0000000..2846132
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s
diff --git a/mach/em22/libbc/Makefile b/mach/em22/libbc/Makefile
new file mode 100644 (file)
index 0000000..2a46946
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=int22" "SUF=m"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/em22/libbc/compmodule b/mach/em22/libbc/compmodule
new file mode 100755 (executable)
index 0000000..330b4ae
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+echo `basename $1 $2`.m
diff --git a/mach/em24/libbc/Makefile b/mach/em24/libbc/Makefile
new file mode 100644 (file)
index 0000000..49e3164
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=int24" "SUF=m"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/em24/libbc/compmodule b/mach/em24/libbc/compmodule
new file mode 100755 (executable)
index 0000000..330b4ae
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+echo `basename $1 $2`.m
diff --git a/mach/em44/libbc/Makefile b/mach/em44/libbc/Makefile
new file mode 100644 (file)
index 0000000..8f260a8
--- /dev/null
@@ -0,0 +1,21 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=int44" "SUF=m"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       RANLIB=ranlib ; export RANLIB ;\
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/em44/libbc/compmodule b/mach/em44/libbc/compmodule
new file mode 100755 (executable)
index 0000000..330b4ae
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+echo `basename $1 $2`.m
diff --git a/mach/i80/libbc/Makefile b/mach/i80/libbc/Makefile
new file mode 100644 (file)
index 0000000..d6d01c0
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=8080" "SUF=s"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/i80/libbc/compmodule b/mach/i80/libbc/compmodule
new file mode 100755 (executable)
index 0000000..2bcf66c
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s
diff --git a/mach/i86/libbc/Makefile b/mach/i86/libbc/Makefile
new file mode 100644 (file)
index 0000000..6917949
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=i86" "SUF=s"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/i86/libbc/compmodule b/mach/i86/libbc/compmodule
new file mode 100755 (executable)
index 0000000..2bcf66c
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s
diff --git a/mach/m68k2/libbc/Makefile b/mach/m68k2/libbc/Makefile
new file mode 100644 (file)
index 0000000..f3e9eef
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=m68k2" "SUF=s"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/m68k2/libbc/compmodule b/mach/m68k2/libbc/compmodule
new file mode 100755 (executable)
index 0000000..2846132
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s
diff --git a/mach/pdp/libbc/Makefile b/mach/pdp/libbc/Makefile
new file mode 100644 (file)
index 0000000..7e516a9
--- /dev/null
@@ -0,0 +1,21 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=pdp" "SUF=o" "ASAR=ar"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       RANLIB=ranlib ; export RANLIB ;\
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/pdp/libbc/compmodule b/mach/pdp/libbc/compmodule
new file mode 100755 (executable)
index 0000000..491f6d2
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.o
diff --git a/mach/vax4/libbc/Makefile b/mach/vax4/libbc/Makefile
new file mode 100644 (file)
index 0000000..4a2432c
--- /dev/null
@@ -0,0 +1,21 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=vax4" "SUF=o" "ASAR=ar"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       RANLIB=ranlib ; export RANLIB ;\
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/vax4/libbc/compmodule b/mach/vax4/libbc/compmodule
new file mode 100755 (executable)
index 0000000..491f6d2
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.o
diff --git a/mach/z8000/libbc/Makefile b/mach/z8000/libbc/Makefile
new file mode 100644 (file)
index 0000000..ef381a1
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=z8000" "SUF=s"
+BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
+
+install:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
+       -../../compare head_bc
+       -../../compare tail_bc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/z8000/libbc/compmodule b/mach/z8000/libbc/compmodule
new file mode 100755 (executable)
index 0000000..2846132
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.s