aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-03-31 15:53:25 +0000
committerallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>1999-03-31 15:53:25 +0000
commit25723a657e4701e744061364d72bf8c8df841c01 (patch)
tree45bd8c53712f321d06199615c9496336c1137e80
parent0a0682b94b69929b341a8d2a4933ac7dc91536f6 (diff)
Need one of these
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@6 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
-rw-r--r--src/make.code.defn12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
new file mode 100644
index 0000000..1a2684b
--- /dev/null
+++ b/src/make.code.defn
@@ -0,0 +1,12 @@
+# Main make.code.defn file for thorn IDLinearWaves
+# $Header$
+
+# Source files in this directory
+SRCS = \
+ LinearWaves.F\
+ planewaves.F\
+ teukwaves.F
+
+# Subdirectories containing source files
+SUBDIRS =
+