Initial revision
authorceriel <none@none>
Wed, 13 May 1987 16:13:52 +0000 (16:13 +0000)
committerceriel <none@none>
Wed, 13 May 1987 16:13:52 +0000 (16:13 +0000)
mach/em22/libm2/Makefile [new file with mode: 0644]
mach/em22/libm2/compmodule [new file with mode: 0755]
mach/em44/libm2/Makefile [new file with mode: 0644]
mach/em44/libm2/compmodule [new file with mode: 0755]

diff --git a/mach/em22/libm2/Makefile b/mach/em22/libm2/Makefile
new file mode 100644 (file)
index 0000000..85eafbd
--- /dev/null
@@ -0,0 +1,21 @@
+SUF=m
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=int22" "SUF=$(SUF)"
+M2DEF="PREF=pc" "SUB=" "SRC=lang/m2/libm2"
+
+install:
+       make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) cp
+
+cmp:
+       make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
+       -../../compare head_pc
+       -../../compare tail_pc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/em22/libm2/compmodule b/mach/em22/libm2/compmodule
new file mode 100755 (executable)
index 0000000..1c3c2ec
--- /dev/null
@@ -0,0 +1,4 @@
+if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+then echo `basename $1 $2`.m
+else exit 1
+fi
diff --git a/mach/em44/libm2/Makefile b/mach/em44/libm2/Makefile
new file mode 100644 (file)
index 0000000..2c2249c
--- /dev/null
@@ -0,0 +1,21 @@
+SUF=m
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=int44" "SUF=$(SUF)"
+M2DEF="PREF=pc" "SUB=" "SRC=lang/m2/libm2"
+
+install:
+       make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) cp
+
+cmp:
+       make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
+       -../../compare head_pc
+       -../../compare tail_pc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/em44/libm2/compmodule b/mach/em44/libm2/compmodule
new file mode 100755 (executable)
index 0000000..1c3c2ec
--- /dev/null
@@ -0,0 +1,4 @@
+if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
+then echo `basename $1 $2`.m
+else exit 1
+fi