diff options
author | rsc <devnull@localhost> | 2004-04-14 19:54:10 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-14 19:54:10 +0000 |
commit | 4314729ddef28cb619ce97d50f0968ca24c93803 (patch) | |
tree | 3abd7849a10e842a57b1fd535f8278d22a6bf132 /src/cmd/plot/libplot/mkfile | |
parent | 6e18e03e63942f7b0912bb91d0da02fd493af0af (diff) | |
download | plan9port-4314729ddef28cb619ce97d50f0968ca24c93803.tar.gz plan9port-4314729ddef28cb619ce97d50f0968ca24c93803.tar.bz2 plan9port-4314729ddef28cb619ce97d50f0968ca24c93803.zip |
Add graph, plot
Diffstat (limited to 'src/cmd/plot/libplot/mkfile')
-rw-r--r-- | src/cmd/plot/libplot/mkfile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/mkfile b/src/cmd/plot/libplot/mkfile new file mode 100644 index 00000000..a73bd617 --- /dev/null +++ b/src/cmd/plot/libplot/mkfile @@ -0,0 +1,42 @@ +PLAN9=../../../.. +<$PLAN9/src/mkhdr + +LIB=../libplot.a +OFILES=box.$O\ + cfill.$O\ + circ.$O\ + closepl.$O\ + color.$O\ + disk.$O\ + doublebuffer.$O\ + dpoint.$O\ + erase.$O\ + fill.$O\ + frame.$O\ + grade.$O\ + line.$O\ + machdep.$O\ + move.$O\ + openpl.$O\ + parabola.$O\ + pen.$O\ + poly.$O\ + ppause.$O\ + pprompt.$O\ + range.$O\ + rarc.$O\ + restore.$O\ + rmove.$O\ + rvec.$O\ + save.$O\ + sbox.$O\ + spline.$O\ + subr.$O\ + text.$O\ + vec.$O\ + whoami.$O\ + +HFILES=mplot.h\ + +<$PLAN9/src/mklib + |