Albert Koelmans newest version

This commit is contained in:
ceriel 1990-11-13 12:53:53 +00:00
parent c5b98176f6
commit 321a62a192
3 changed files with 28 additions and 0 deletions

2
mach/arm/liboc/.distr Normal file
View file

@ -0,0 +1,2 @@
Makefile
compmodule

20
mach/arm/liboc/Makefile Normal file
View file

@ -0,0 +1,20 @@
SUF=so
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=arm" "SUF=$(SUF)"
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

6
mach/arm/liboc/compmodule Executable file
View file

@ -0,0 +1,6 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.so
else
exit 1
fi