aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 11:54:23 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-04 11:54:23 +0000
commit05100bf842050898eccf520c1e5ac29ea9bf9363 (patch)
treeef87e065b5e93806f7816c882045d6261d40529e /src/make.code.defn
parent6d05e08085c64b998424a36d83262724663ef3a5 (diff)
* change comments in all make.code.defn files
* add new sparse matrix library in src/sparse-matrix/umfpack/ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1098 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 99c23c2..11ef385 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,12 +1,13 @@
-# Main make.code.defn file for thorn AHFinderDirect
+# Cactus specification of where source code lives for this thorn
# $Header$
# Source files in this directory
SRCS =
# Subdirectories containing source files (normal compilation)
+# ... directories are listed in bottom-up order
SUBDIRS = jtutil patch \
- sparse-matrix/ilucg \
+ sparse-matrix/ilucg sparse-matrix/umfpack \
elliptic gr driver
## Subdirectories containing source files (using src/patch/test_patch_system.cc)