aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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