Add graph, plot

This commit is contained in:
rsc 2004-04-14 19:54:10 +00:00
parent 6e18e03e63
commit 4314729dde
44 changed files with 2307 additions and 0 deletions

27
src/cmd/plot/mkfile Normal file
View file

@ -0,0 +1,27 @@
PLAN9=../../..
<$PLAN9/src/mkhdr
TARG=plot
OFILES=plot.$O\
HFILES=plot.h\
LIB=libplot.a
SHORTLIB=frame draw bio 9
LDFLAGS=$LDFLAGS -L$X11/lib -lX11
<$PLAN9/src/mkone
$LIB:
cd libplot
mk install
clean:V:
rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG libplot.a
cd libplot
mk clean
nuke:V:
mk clean
rm -f libplot.a[$OS]