generate .o files
This commit is contained in:
parent
12b6ae2d44
commit
29cd9e7692
@ -1,5 +1,6 @@
|
|||||||
|
SUF=o
|
||||||
MAKEFILE=../../proto/libg/Makefile
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
MACHDEF="MACH=i80" "SUF=s"
|
MACHDEF="MACH=i80" "SUF=$(SUF)" "ASAR=aal"
|
||||||
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
|
if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
|
||||||
then echo `basename $1 $2`.s
|
then echo `basename $1 $2`.o
|
||||||
else rm -f `basename $1 $2`.s
|
else exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user