aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-04-17 18:01:50 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-04-17 18:01:50 +0000
commite7b5e1e51708eca4912aed95860f06a8b5a522f1 (patch)
treef6062873e2e0cf56b3e64fe6889fb7c9338b3fad /src/make.code.defn
parentf7f7a801866271138a1888a493ae0c50ca372b52 (diff)
Tidying up the code to make it consistent with the structure in IOHDF5.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@230 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 5f804c9..9376fc6 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,4 +1,8 @@
-SRCS = Startup.c GHExtension.c Output2D.c Write2D.c Output3D.c Write3D.c DumpVar.c DumpGH.c RecoverGH.c RestoreFile.c ChooseOutput.c
+# Main make.code.defn file for thorn IOFlexIO
+# $Header$
-# all compilers should understand ANSI C
+SRCS = Startup.c Output2D.c Write2D.c Output.c Write.c DumpVar.c DumpGH.c \
+ RecoverGH.c RestoreFile.c ChooseOutput.c
+
+# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI