Initial revision

This commit is contained in:
ceriel 1987-03-30 08:02:43 +00:00
parent 44089a20ab
commit 6c84dcbf80
6 changed files with 78 additions and 0 deletions

View file

@ -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

6
mach/mantra/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

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

@ -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

6
mach/sun2/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

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

@ -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

6
mach/sun3/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