Albert Koelmans newest version
This commit is contained in:
parent
c3d7275ae8
commit
f950727c44
3 changed files with 27 additions and 0 deletions
2
mach/arm/libbc/.distr
Normal file
2
mach/arm/libbc/.distr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
compmodule
|
21
mach/arm/libbc/Makefile
Normal file
21
mach/arm/libbc/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
SUF=so
|
||||||
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
|
MACHDEF="MACH=arm" "SUF=$(SUF)"
|
||||||
|
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
|
||||||
|
|
||||||
|
install:
|
||||||
|
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
|
||||||
|
|
||||||
|
cmp:
|
||||||
|
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
|
||||||
|
-../../compare head_bc
|
||||||
|
-../../compare tail_bc
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f *.old *.[ce$(SUF)] tail* head*
|
||||||
|
|
||||||
|
opr:
|
||||||
|
make pr | opr
|
||||||
|
|
||||||
|
pr:
|
||||||
|
@pr Makefile
|
4
mach/arm/libbc/compmodule
Executable file
4
mach/arm/libbc/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
|
Loading…
Reference in a new issue