Initial revision
This commit is contained in:
parent
134869ad1a
commit
6a51fac1e4
24
mach/em24/libm2/Makefile
Normal file
24
mach/em24/libm2/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
SUF=m
|
||||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=int24" "SUF=$(SUF)"
|
||||
M2DEF="PREF=m2" "SUB=" "SRC=lang/m2/libm2"
|
||||
|
||||
all:
|
||||
make -f $(MAKEFILE) $(M2DEF) $(MACHDEF) all
|
||||
|
||||
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/em24/libm2/compmodule
Executable file
4
mach/em24/libm2/compmodule
Executable file
|
@ -0,0 +1,4 @@
|
|||
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.m
|
||||
else exit 1
|
||||
fi
|
Loading…
Reference in a new issue