plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a4a13093d010bf695461aea83bd349574d09a502
parent 1aa4e9c82e91806e2ec09b0c05951a5fc299a812
Author: rsc <devnull@localhost>
Date:   Fri, 23 Apr 2004 05:21:04 +0000

forgot this

Diffstat:
Asrc/cmd/draw/mkfile | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/cmd/draw/mkfile b/src/cmd/draw/mkfile @@ -0,0 +1,11 @@ +<$PLAN9/src/mkhdr + +TARG=`ls *.[cy] | sed 's/\.[cy]//'` +SHORTLIB=draw bio 9 + +<$PLAN9/src/mkmany + +$O.tweak: tweak.$O + $LD -o $target tweak.$O -lthread -ldraw -lbio -l9 $LDFLAGS + +LDFLAGS=$LDFLAGS -L$X11/lib -lX11