*** empty log message ***
This commit is contained in:
parent
6c247029bd
commit
fd44c34a61
2 changed files with 24 additions and 0 deletions
20
mach/z80/libbc/Makefile
Normal file
20
mach/z80/libbc/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
MAKEFILE=../../proto/libg/Makefile
|
||||
MACHDEF="MACH=z80" "SUF=s"
|
||||
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/z80/libbc/compmodule
Executable file
4
mach/z80/libbc/compmodule
Executable file
|
@ -0,0 +1,4 @@
|
|||
if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.s
|
||||
else rm -f `basename $1 $2`.s
|
||||
fi
|
Loading…
Reference in a new issue