aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-25 04:50:00 +0000
committerjshalf <jshalf@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2000-09-25 04:50:00 +0000
commit1a826b78b503406ab21d25148e52c7547a0e578a (patch)
treeb53c3eb0696019f1e185ebba6708c5721a63a3ed /src/make.code.defn
parenta3213b41c523b23a1c650b48026d5dac5e618909 (diff)
Initial add to the repository.
These are the basic files needed to re-implement isosurfacer in C. This has mostly been cleaned of C++ code, but hasn't been tested out yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@2 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
new file mode 100644
index 0000000..4145cb4
--- /dev/null
+++ b/src/make.code.defn
@@ -0,0 +1,13 @@
+# Main make.code.defn file for thorn IsoSurfacer
+# $Header$
+
+-include $(CCTK_HOME)/arrangements/external/TCPXX/src/make.code.defn
+
+# Source files in this directory
+SRCS = Startup.c IsoSurfacerInit.c IsoSurfacer.c \
+ NuSurfacer.c
+
+INC_DIRS += $(CCTK_HOME)/arrangements/external/TCPXX/src/ \
+ $(CCTK_HOME)/arrangements/external/RemoteIO/src
+
+