Initial revision
This commit is contained in:
parent
d0894b8c33
commit
62746ef4ff
2 changed files with 27 additions and 0 deletions
21
mach/m68020/libbc/Makefile
Normal file
21
mach/m68020/libbc/Makefile
Normal 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
6
mach/m68020/libbc/compmodule
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||||
|
then
|
||||||
|
echo `basename $1 $2`.o
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
Loading…
Reference in a new issue