repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix one minor typo in patch.
[maxima.git]
/
share
/
draw
/
draw.system
blob
435d610d58ee35ff773e488c0b7d83d4cea7566c
1
;;; -*- Mode: lisp -*-
2
3
(mk:defsystem draw
4
:source-pathname (maxima::maxima-load-pathname-directory)
5
:binary-pathname (maxima::maxima-objdir "share" "draw")
6
:source-extension "lisp"
7
:components
8
((:file "grcommon")
9
(:file "gnuplot")
10
(:file "vtk")
11
(:file "picture") ))
12