Albert Koelmans newest version
authorceriel <none@none>
Tue, 13 Nov 1990 12:05:13 +0000 (12:05 +0000)
committerceriel <none@none>
Tue, 13 Nov 1990 12:05:13 +0000 (12:05 +0000)
mach/arm/libm2/.distr [new file with mode: 0644]
mach/arm/libm2/Makefile [new file with mode: 0644]
mach/arm/libm2/compmodule [new file with mode: 0755]
mach/arm/libpc/.distr [new file with mode: 0644]
mach/arm/libpc/LOCAL_FILES [new file with mode: 0644]
mach/arm/libpc/Makefile [new file with mode: 0644]
mach/arm/libpc/compmodule [new file with mode: 0755]

diff --git a/mach/arm/libm2/.distr b/mach/arm/libm2/.distr
new file mode 100644 (file)
index 0000000..37100a8
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+compmodule
diff --git a/mach/arm/libm2/Makefile b/mach/arm/libm2/Makefile
new file mode 100644 (file)
index 0000000..c2477de
--- /dev/null
@@ -0,0 +1,22 @@
+SUF=so
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=arm" "SUF=$(SUF)"
+PCDEF="PREF=m2" "SUB=" "SRC=lang/m2/libm2"
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
+
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
+       -../../compare head_m2
+       -../../compare tail_m2
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/arm/libm2/compmodule b/mach/arm/libm2/compmodule
new file mode 100755 (executable)
index 0000000..e832037
--- /dev/null
@@ -0,0 +1,4 @@
+if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+then echo `basename $1 $2`.so
+else exit 1
+fi
diff --git a/mach/arm/libpc/.distr b/mach/arm/libpc/.distr
new file mode 100644 (file)
index 0000000..abea6f0
--- /dev/null
@@ -0,0 +1,3 @@
+LOCAL_FILES
+Makefile
+compmodule
diff --git a/mach/arm/libpc/LOCAL_FILES b/mach/arm/libpc/LOCAL_FILES
new file mode 100644 (file)
index 0000000..b76d294
--- /dev/null
@@ -0,0 +1,12 @@
+If you want to run pascal programs that use local files, you must create a
+subdirectory called 'plf' in the current directory. This directory holds the
+temporary files, and will NOT be automatically cleaned up when the program
+exits.
+
+This is the result of the fact that
+1) a Unix absolute pathname is hard wired into the runtime libraries
+2) Unix allows you to unlink open files, which RiscOs doesn't.
+
+In other words, it is not my fault....
+
+amk.
diff --git a/mach/arm/libpc/Makefile b/mach/arm/libpc/Makefile
new file mode 100644 (file)
index 0000000..bb50aae
--- /dev/null
@@ -0,0 +1,21 @@
+SUF=so
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=arm" "SUF=$(SUF)"
+PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(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/arm/libpc/compmodule b/mach/arm/libpc/compmodule
new file mode 100755 (executable)
index 0000000..e832037
--- /dev/null
@@ -0,0 +1,4 @@
+if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+then echo `basename $1 $2`.so
+else exit 1
+fi