*** empty log message ***
authorem <none@none>
Mon, 1 Apr 1985 17:02:55 +0000 (17:02 +0000)
committerem <none@none>
Mon, 1 Apr 1985 17:02:55 +0000 (17:02 +0000)
mach/z80/libbc/Makefile [new file with mode: 0644]
mach/z80/libbc/compmodule [new file with mode: 0755]

diff --git a/mach/z80/libbc/Makefile b/mach/z80/libbc/Makefile
new file mode 100644 (file)
index 0000000..0b0b4e7
--- /dev/null
@@ -0,0 +1,20 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=z80" "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/z80/libbc/compmodule b/mach/z80/libbc/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