summaryrefslogtreecommitdiff
path: root/src/main/make.code.defn
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:37:44 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-18 11:37:44 +0000
commit2d04c2ff4a60d036e36a29b3b16905bc26544453 (patch)
treefbad45bf48b3a973831a2c78076a5a1109424021 /src/main/make.code.defn
parent4d4f441b39716065ba4d993acb2ff2c0f4da27ab (diff)
Ordering routines in alphabetical order (!)
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1055 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/make.code.defn')
-rw-r--r--src/main/make.code.defn26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/main/make.code.defn b/src/main/make.code.defn
index 08b42689..98d15f5d 100644
--- a/src/main/make.code.defn
+++ b/src/main/make.code.defn
@@ -3,33 +3,33 @@
# $Header$
SRCS=\
+ActiveThorns.c\
Banner.c\
CactusDefaultInitialise.c\
CactusDefaultEvolve.c\
CactusDefaultShutdown.c\
CallStartupFunctions.c\
+CommandLine.c\
ConfigData.c\
Coord.c\
+Dummies.c\
+flesh.cc\
+FortranWrappers.c\
+GHExtensions.c\
+Groups.c\
+GroupsOnGH.c\
InitialiseCactus.c\
InitialiseDataStructures.c\
+OverloadMain.c\
+Parameters.c\
ProcessCommandLine.c\
ProcessEnvironment.c\
ProcessParameterDatabase.c\
+rfrInterface.c\
+ScheduleInterface.c\
SetParams.c\
ShutdownCactus.c\
-flesh.cc\
-Groups.c\
-GroupsOnGH.c\
-Dummies.c\
-rfrInterface.c\
-OverloadMain.c\
-CommandLine.c\
-GHExtensions.c\
-WarnLevel.c\
-ActiveThorns.c\
-Parameters.c\
Subsystems.c\
-ScheduleInterface.c\
-FortranWrappers.c
+WarnLevel.c