[mcclim-cvs] CVS mcclim/Apps/Scigraph
afuchs
afuchs at common-lisp.net
Sun Sep 2 18:45:44 UTC 2007
Update of /project/mcclim/cvsroot/mcclim/Apps/Scigraph
In directory clnet:/tmp/cvs-serv20400/Apps/Scigraph
Added Files:
scigraph.asd
Log Message:
Move the scigraph.asd to Apps/Scigraph again.
Not a good idea to automatically load a system that doesn't compile.
--- /project/mcclim/cvsroot/mcclim/Apps/Scigraph/scigraph.asd 2007/09/02 18:45:44 NONE
+++ /project/mcclim/cvsroot/mcclim/Apps/Scigraph/scigraph.asd 2007/09/02 18:45:44 1.1
;;; -*- lisp -*-
(defpackage :scigraph.system
(:use :cl :asdf))
(in-package :scigraph.system)
;;; This won't load in SBCL, either. I have really crappy code to
;;; extract dependency information from :serial t ASDF systems, but
;;; this comment is too narrow to contain it.
(defsystem :scigraph
:depends-on (:mcclim)
;; The DWIM part of SCIGRAPH
:serial t
:components
(
(:file "dwim/package")
(:file "dwim/feature-case")
(:file "dwim/macros")
(:file "dwim/tv")
(:file "dwim/draw")
(:file "dwim/present")
(:file "dwim/extensions")
(:file "dwim/wholine")
(:file "dwim/export")
;; The Scigraph part
(:file "scigraph/package")
(:file "scigraph/copy")
(:file "scigraph/dump")
(:file "scigraph/duplicate")
(:file "scigraph/random")
(:file "scigraph/menu-tools")
(:file "scigraph/basic-classes")
(:file "scigraph/draw")
(:file "scigraph/mouse")
(:file "scigraph/color")
(:file "scigraph/basic-graph")
(:file "scigraph/graph-mixins")
(:file "scigraph/axis")
(:file "scigraph/moving-object")
(:file "scigraph/symbol")
(:file "scigraph/graph-data")
(:file "scigraph/legend")
(:file "scigraph/graph-classes")
(:file "scigraph/present")
(:file "scigraph/annotations")
(:file "scigraph/annotated-graph")
(:file "scigraph/contour")
(:file "scigraph/equation")
(:file "scigraph/popup-accept")
(:file "scigraph/popup-accept-methods")
(:file "scigraph/duplicate-methods")
(:file "scigraph/frame")
(:file "scigraph/export")
(:file "scigraph/demo-frame")))
More information about the Mcclim-cvs
mailing list