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.defn3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 2e3d01c..30d17ec 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,10 @@
# $Header$
# Source files in this directory
+
SRCS = Startup.c Reduction.c ReductionAvg.c AvgFunctions.c ReductionMax.c MaxFunctions.c ReductionMin.c MinFunctions.c ReductionCount.c CountFunctions.c ReductionSum.c SumFunctions.c ReductionNorm1.c Norm1Functions.c ReductionNorm2.c Norm2Functions.c ReductionNorm3.c Norm3Functions.c ReductionNorm4.c Norm4Functions.c ReductionNormInf.c NormInfFunctions.c
+#SRCS = Startup.c Reduction.c ReductionAvg.c AvgFunctions.c
+
# Subdirectories containing source files
SUBDIRS =