Initial revision

This commit is contained in:
ceriel
1987-02-25 19:45:17 +00:00
parent 897d312a1d
commit 4922093f24
27 changed files with 363 additions and 0 deletions

20
mach/ns/liboc/Makefile Normal file
View File

@@ -0,0 +1,20 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=ns" "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

6
mach/ns/liboc/compmodule Executable file
View File

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