Initial revision
authorceriel <none@none>
Thu, 29 Jan 1987 20:03:43 +0000 (20:03 +0000)
committerceriel <none@none>
Thu, 29 Jan 1987 20:03:43 +0000 (20:03 +0000)
mach/m68020/libbc/Makefile [new file with mode: 0644]
mach/m68020/libbc/compmodule [new file with mode: 0755]

diff --git a/mach/m68020/libbc/Makefile b/mach/m68020/libbc/Makefile
new file mode 100644 (file)
index 0000000..3ad7e42
--- /dev/null
@@ -0,0 +1,21 @@
+SUF=o
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=m68020" "SUF=$(SUF)" "ASAR=aal"
+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/m68020/libbc/compmodule b/mach/m68020/libbc/compmodule
new file mode 100755 (executable)
index 0000000..6327cb9
--- /dev/null
@@ -0,0 +1,6 @@
+if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+then
+       echo `basename $1 $2`.o
+else
+       exit 1
+fi