aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
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