Initial revision
This commit is contained in:
parent
44089a20ab
commit
6c84dcbf80
20
mach/mantra/liboc/Makefile
Normal file
20
mach/mantra/liboc/Makefile
Normal 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
6
mach/mantra/liboc/compmodule
Executable 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
20
mach/sun2/liboc/Makefile
Normal 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
6
mach/sun2/liboc/compmodule
Executable 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
20
mach/sun3/liboc/Makefile
Normal 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
6
mach/sun3/liboc/compmodule
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||||
|
then
|
||||||
|
echo `basename $1 $2`.o
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
Loading…
Reference in a new issue