Initial revision

This commit is contained in:
ceriel 1987-01-29 20:03:43 +00:00
parent d0894b8c33
commit 62746ef4ff
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,21 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=m68020" "SUF=$(SUF)" "ASAR=aal"
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

6
mach/m68020/libbc/compmodule Executable file
View file

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