Albert Koelmans newest version

This commit is contained in:
ceriel 1990-11-13 11:59:29 +00:00
parent c3d7275ae8
commit f950727c44
3 changed files with 27 additions and 0 deletions

2
mach/arm/libbc/.distr Normal file
View file

@ -0,0 +1,2 @@
Makefile
compmodule

21
mach/arm/libbc/Makefile Normal file
View 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
View file

@ -0,0 +1,4 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.so
else exit 1
fi