aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-01 20:27:15 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-01 20:27:15 +0000
commit5aac3f208fa45b75b04ff734ec646033301cd903 (patch)
treeb9b690f34f148d7b8c49318149f4c3865d6e73fa /src/make.code.defn
parent2bea46f9ff8413d905fb15b66a66ee14b3aad4bf (diff)
Added ReductionSum.c to list of sources.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@258 b61c5cb5-eaca-4651-9a7a-d64986f99364
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