Initial revision
This commit is contained in:
parent
124c47369f
commit
ec82d26168
21
mach/em22/libm2/Makefile
Normal file
21
mach/em22/libm2/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
SUF=m
|
||||||
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
|
MACHDEF="MACH=int22" "SUF=$(SUF)"
|
||||||
|
M2DEF="PREF=pc" "SUB=" "SRC=lang/m2/libm2"
|
||||||
|
|
||||||
|
install:
|
||||||
|
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) cp
|
||||||
|
|
||||||
|
cmp:
|
||||||
|
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
|
||||||
|
-../../compare head_pc
|
||||||
|
-../../compare tail_pc
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f *.old *.[ce$(SUF)] tail* head*
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
|
||||||
|
pr:
|
||||||
|
@pr Makefile
|
||||||
4
mach/em22/libm2/compmodule
Executable file
4
mach/em22/libm2/compmodule
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
|
||||||
|
then echo `basename $1 $2`.m
|
||||||
|
else exit 1
|
||||||
|
fi
|
||||||
21
mach/em44/libm2/Makefile
Normal file
21
mach/em44/libm2/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
SUF=m
|
||||||
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
|
MACHDEF="MACH=int44" "SUF=$(SUF)"
|
||||||
|
M2DEF="PREF=pc" "SUB=" "SRC=lang/m2/libm2"
|
||||||
|
|
||||||
|
install:
|
||||||
|
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) cp
|
||||||
|
|
||||||
|
cmp:
|
||||||
|
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
|
||||||
|
-../../compare head_pc
|
||||||
|
-../../compare tail_pc
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f *.old *.[ce$(SUF)] tail* head*
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
|
||||||
|
pr:
|
||||||
|
@pr Makefile
|
||||||
4
mach/em44/libm2/compmodule
Executable file
4
mach/em44/libm2/compmodule
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
if ${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2
|
||||||
|
then echo `basename $1 $2`.m
|
||||||
|
else exit 1
|
||||||
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user