annotate amuse-ecolm.asd @ 231:7a5618d334e4
DRAFT: kludge for tactus-duration
Ignore-this: b5cb875a6d31e7ea35394f335abaddc0
darcs-hash:20091024170612-16a00-3a9ab095515a8510393ac4e61767ddae7a811870.gz
committer: Jamie Forth <j.forth@gold.ac.uk>
author |
j.forth <j.forth@gold.ac.uk> |
date |
Thu, 24 Feb 2011 11:23:18 +0000 |
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")))))))) |