Mercurial > hg > amuse
annotate amuse-midi.asd @ 126:efaa02d21690
move amuse-midi out of amuse.asd to amuse-midi.asd
darcs-hash:20070730140900-c0ce4-9e8c4877f581746446186bf61de5501afcb11a32.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 30 Jul 2007 15:09:00 +0100 |
parents | |
children | 995819f3a1d0 |
rev | line source |
---|---|
m@126 | 1 (asdf:defsystem amuse-midi |
m@126 | 2 :name "amuse-mtp" |
m@126 | 3 :description "" |
m@126 | 4 :depends-on ("amuse" "midi") |
m@126 | 5 :serial t |
m@126 | 6 :components |
m@126 | 7 ((:module implementations |
m@126 | 8 :components |
m@126 | 9 ((:module midi |
m@126 | 10 :components |
m@126 | 11 ((:file "package") |
m@126 | 12 (:file "classes") |
m@126 | 13 (:file "constructors") |
m@126 | 14 (:file "midifile-import") |
m@126 | 15 (:file "methods"))))))) |