annotate amuse-ecolm.asd @ 316:d9193c44b207
twiddle midi-db import example
Ignore-this: cf975529b1d8ad8af507e7dd2144ccea
darcs-hash:20100416180846-16a00-a91855cc12370a9198448353f4438647d4cdfdae.gz
author |
j.forth <j.forth@gold.ac.uk> |
date |
Fri, 16 Apr 2010 19:08:46 +0100 |
parents |
1d3cdca12aeb |
children |
|
rev |
line source |
d@185
|
1 (asdf:defsystem amuse-ecolm
|
d@185
|
2 :depends-on (amuse-tabcode clsql)
|
d@185
|
3 :components
|
d@185
|
4 ((:module implementations
|
d@185
|
5 :components
|
d@185
|
6 ((:module tabcode
|
d@185
|
7 :components
|
d@185
|
8 ((:file "package-ecolm")
|
d@185
|
9 (:file "ecolm" :depends-on ("package-ecolm")))))))) |