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.defn6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 518d170..815dad2 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,4 +1,8 @@
# Main make.code.defn file for thorn pugh
# : /usr/users/cactus/CCTK/lib/make/new_thorn.pl,v 1.1 1999/02/03 17:00:50 goodale Exp n
# Source files in this directory
-SRCS = ReductionNorm1.c ReductionNorm2.c ReductionMin.c ReductionMax.c Overloadables.c Evolve.c Startup.c GHExtension.c Comm.c Storage.c SetupPGH.c SetupGroup.c Reduction.c PughUtils.c SetupPGV.c PostSendGA.c PostReceiveGA.c FinishReceiveGA.c LoadAware.c
+SRCS = Startup.c GHExtension.c Overloadables.c PughUtils.c LoadAware.c \
+ Evolve.c Comm.c Storage.c SetupPGH.c SetupGroup.c SetupPGV.c \
+ PostSendGA.c PostReceiveGA.c FinishReceiveGA.c \
+ Reduction.c ReductionSum.c ReductionNorm1.c ReductionNorm2.c \
+ ReductionMin.c ReductionMax.c