aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/driver/make.code.defn2
-rw-r--r--src/gr/make.code.defn2
-rw-r--r--src/jtutil/make.code.defn2
-rw-r--r--src/make.code.defn5
-rw-r--r--src/patch/make.code.defn2
5 files changed, 7 insertions, 6 deletions
diff --git a/src/driver/make.code.defn b/src/driver/make.code.defn
index ce0f032..a414f4a 100644
--- a/src/driver/make.code.defn
+++ b/src/driver/make.code.defn
@@ -1,4 +1,4 @@
-# specification of things to be compiled in this directory
+# Cactus specification of things to be compiled in this directory
# $Header$
# Source files in this directory
diff --git a/src/gr/make.code.defn b/src/gr/make.code.defn
index 1a10449..2795891 100644
--- a/src/gr/make.code.defn
+++ b/src/gr/make.code.defn
@@ -1,4 +1,4 @@
-# specification of things to be compiled in this directory
+# Cactus specification of things to be compiled in this directory
# $Header$
# Source files in this directory
diff --git a/src/jtutil/make.code.defn b/src/jtutil/make.code.defn
index bf8e033..c188744 100644
--- a/src/jtutil/make.code.defn
+++ b/src/jtutil/make.code.defn
@@ -1,4 +1,4 @@
-# specification of things to be compiled in this directory
+# Cactus specification of things to be compiled in this directory
# $Header$
# Source files in this directory
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)
diff --git a/src/patch/make.code.defn b/src/patch/make.code.defn
index bfeccdf..a24223f 100644
--- a/src/patch/make.code.defn
+++ b/src/patch/make.code.defn
@@ -1,4 +1,4 @@
-# specification of things to be compiled in this directory
+# Cactus specification of things to be compiled in this directory
# $Header$
# Source files in this directory