Initial revision
This commit is contained in:
parent
3ab2228a8b
commit
59e9948aac
2 changed files with 27 additions and 0 deletions
21
mach/vax4/liboc/Makefile
Normal file
21
mach/vax4/liboc/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
SUF=o
|
||||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=vax4" "SUF=$(SUF)" "ASAR=ar"
|
||||
PCDEF="PREF=ocm" "SUB=" "SRC=lang/occam/lib"
|
||||
|
||||
install:
|
||||
RANLIB=ranlib ; export RANLIB ;\
|
||||
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/vax4/liboc/compmodule
Executable file
6
mach/vax4/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