aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-04-23 16:41:31 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2002-04-23 16:41:31 +0000
commitcf7d25d425bb83833c99ff88a73ea4838b50feb5 (patch)
tree500f5d7deee8c35c0360f39f994b32b78fda25d9 /src/make.code.defn
parenta1063cbd7ddb585ac878ce431bc929a5fd8271e9 (diff)
Code cleanup before moving into production mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@29 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 4ab0091..f16782d 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,6 +1,11 @@
-SRCS = Startup.c GHExtension.c Output3D.c DumpVar.c
+# Main make.code.defn file for thorn IOPanda
+# $Header$
+# Source files in this directory
+SRCS = Startup.c Output.c DumpVar.c
+
+# Other subdirectories
SUBDIRS = Panda
-# all compilers should understand ANSI C
+# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI