Initial revision
authorceriel <none@none>
Mon, 30 Mar 1987 08:02:43 +0000 (08:02 +0000)
committerceriel <none@none>
Mon, 30 Mar 1987 08:02:43 +0000 (08:02 +0000)
mach/mantra/liboc/Makefile [new file with mode: 0644]
mach/mantra/liboc/compmodule [new file with mode: 0755]
mach/sun2/liboc/Makefile [new file with mode: 0644]
mach/sun2/liboc/compmodule [new file with mode: 0755]
mach/sun3/liboc/Makefile [new file with mode: 0644]
mach/sun3/liboc/compmodule [new file with mode: 0755]

diff --git a/mach/mantra/liboc/Makefile b/mach/mantra/liboc/Makefile
new file mode 100644 (file)
index 0000000..a0f5ff2
--- /dev/null
@@ -0,0 +1,20 @@
+SUF=o
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=mantra" "SUF=$(SUF)" "ASAR=aal"
+PCDEF="PREF=ocm" "SUB=" "SRC=lang/occam/lib"
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tail
+       -../../compare tail_ocm
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/mantra/liboc/compmodule b/mach/mantra/liboc/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
diff --git a/mach/sun2/liboc/Makefile b/mach/sun2/liboc/Makefile
new file mode 100644 (file)
index 0000000..90b2080
--- /dev/null
@@ -0,0 +1,20 @@
+SUF=o
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=sun2" "SUF=$(SUF)" "ASAR=aal"
+PCDEF="PREF=ocm" "SUB=" "SRC=lang/occam/lib"
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tail
+       -../../compare tail_ocm
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/sun2/liboc/compmodule b/mach/sun2/liboc/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
diff --git a/mach/sun3/liboc/Makefile b/mach/sun3/liboc/Makefile
new file mode 100644 (file)
index 0000000..921625e
--- /dev/null
@@ -0,0 +1,20 @@
+SUF=o
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=sun3" "SUF=$(SUF)" "ASAR=aal"
+PCDEF="PREF=ocm" "SUB=" "SRC=lang/occam/lib"
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tailcp
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tail
+       -../../compare tail_ocm
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/sun3/liboc/compmodule b/mach/sun3/liboc/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