blob: bdb33086df16cf9561ba6030797a47ca16d31371 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<$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
|