</$objtype/mkfile
HCFILES=\
CRead.hc\
CShow.hc\
Lex.hc\
PreludeText.hc\
Read.hc\
ReadParen.hc\
Read_10.hc\
Read_11.hc\
Read_12.hc\
Read_13.hc\
Read_14.hc\
Read_15.hc\
Read_2.hc\
Read_3.hc\
Read_4.hc\
Read_5.hc\
Read_6.hc\
Read_7.hc\
Read_8.hc\
Read_9.hc\
Read_Bool.hc\
Read_Char.hc\
Read_Double.hc\
Read_Either.hc\
Read_Float.hc\
Read_Int.hc\
Read_Integer.hc\
Read_List.hc\
Read_Maybe.hc\
Read_Ordering.hc\
Read_Unit.hc\
Reads.hc\
ShowChar.hc\
ShowParen.hc\
ShowString.hc\
ShowType.hc\
Show_10.hc\
Show_11.hc\
Show_12.hc\
Show_13.hc\
Show_14.hc\
Show_15.hc\
Show_2.hc\
Show_3.hc\
Show_4.hc\
Show_5.hc\
Show_6.hc\
Show_7.hc\
Show_8.hc\
Show_9.hc\
Show_Bool.hc\
Show_Char.hc\
Show_Double.hc\
Show_Either.hc\
Show_Float.hc\
Show_Fun.hc\
Show_IO.hc\
Show_Int.hc\
Show_Integer.hc\
Show_List.hc\
Show_Maybe.hc\
Show_Ordering.hc\
Show_Unit.hc\
Shows.hc\
TReadS.hc\
TShowS.hc\
_ReadCon.hc\
_ReadCon0.hc\
_ReadConArg.hc\
_ReadConInfix.hc\
_ReadField.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 -c
|