</$objtype/mkfile
HCFILES=\
CExitWith.hc\
CString.hc\
DPackedString.hc\
Ieee.hc\
LowI.hc\
LowPS.hc\
LowSystem.hc\
PrimComparePS.hc\
PrimDecodeDouble.hc\
PrimDecodeFloat.hc\
PrimDoubleFromInteger.hc\
PrimEncodeDouble.hc\
PrimEncodeFloat.hc\
PrimError.hc\
PrimExitWith.hc\
PrimFloatFromInteger.hc\
PrimGetArgs.hc\
PrimIndex.hc\
PrimIntFromInteger.hc\
PrimIntegerAbs.hc\
PrimIntegerAdd.hc\
PrimIntegerAnd.hc\
PrimIntegerEq.hc\
PrimIntegerFromInt.hc\
PrimIntegerGe.hc\
PrimIntegerGt.hc\
PrimIntegerLe.hc\
PrimIntegerLt.hc\
PrimIntegerMul.hc\
PrimIntegerNe.hc\
PrimIntegerNeg.hc\
PrimIntegerOr.hc\
PrimIntegerQuotRem.hc\
PrimIntegerSub.hc\
PrimLength.hc\
PrimOpenSocket.hc\
PrimPackString.hc\
PrimUnpackPS.hc\
_Driver.hc\
all:V:
for(i in $HCFILES)@{
##echo $i
hcp $i $i.c
$CC $CFLAGS $i.c
rm $i.c
}
clean:V:
rm *.$O
CC=pcc
CFLAGS=-DPlan9 -D_BSD_EXTENSION -DLOW_BYTE_FIRST\
-I../../runtime/Kernel -I../../runtime/Builtin\
-I../../runtime/Mk -I../../runtime/Integer -c
|