Albert Koelmans newest version
This commit is contained in:
2
mach/arm/libm2/.distr
Normal file
2
mach/arm/libm2/.distr
Normal file
@@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
compmodule
|
||||
22
mach/arm/libm2/Makefile
Normal file
22
mach/arm/libm2/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
SUF=so
|
||||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=arm" "SUF=$(SUF)"
|
||||
PCDEF="PREF=m2" "SUB=" "SRC=lang/m2/libm2"
|
||||
|
||||
install:
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
|
||||
|
||||
|
||||
cmp:
|
||||
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
|
||||
-../../compare head_m2
|
||||
-../../compare tail_m2
|
||||
|
||||
clean:
|
||||
-rm -f *.old *.[ce$(SUF)] tail* head*
|
||||
|
||||
opr:
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr Makefile
|
||||
4
mach/arm/libm2/compmodule
Executable file
4
mach/arm/libm2/compmodule
Executable file
@@ -0,0 +1,4 @@
|
||||
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.so
|
||||
else exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user