aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-07-24 14:02:47 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>1999-07-24 14:02:47 +0000
commit8d6ae5f593a1d13cf49191bcf0eb9c6990472c15 (patch)
tree5bf0a8d6db6f9730f2bfeea82c97e3b33cee8ab6 /src/make.code.defn
parent412cd95c56862d069f52c67c080bceecdc324a81 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@3 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/make.code.defn')
-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..4ee7a71
--- /dev/null
+++ b/src/make.code.defn
@@ -0,0 +1,12 @@
+# Main make.code.defn file for thorn Boundary
+# $Header$
+
+# Source files in this directory
+SRCS = FlatBoundary.F\
+ FlatBoundaryWrappers.c\
+ RadiationBoundary.F\
+ RadiationBoundaryWrappers.c
+
+# Subdirectories containing source files
+SUBDIRS =
+