Initial revision
authorem <none@none>
Fri, 26 Jul 1985 11:05:30 +0000 (11:05 +0000)
committerem <none@none>
Fri, 26 Jul 1985 11:05:30 +0000 (11:05 +0000)
mach/ns/libbc/Makefile [new file with mode: 0644]
mach/ns/libbc/compmodule [new file with mode: 0755]
mach/ns/libcc/compmodule [new file with mode: 0755]

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