<$PLAN9/src/mkhdr

TARG=`ls *.[cy] | sed 's/\.[cy]//'`
SHORTLIB=draw bio 9

<$PLAN9/src/mkmany

$O.tcolors: tcolors.$O
	$LD -o $target tcolors.$O -ldraw -lthread -l9 $LDFLAGS

$O.mc: mc.$O
	$LD -o $target mc.$O -lfs -lmux -ldraw -lthread -lbio -l9 $LDFLAGS

$O.stats: stats.$O
	$LD -o $target stats.$O -ldraw -lthread -lbio -l9 $LDFLAGS

LDFLAGS=$LDFLAGS -L$X11/lib -lX11