aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
authoreschnett <eschnett@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-29 10:45:17 +0000
committereschnett <eschnett@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-29 10:45:17 +0000
commitf33a18fee7267ff212baec75795ecb13670643e8 (patch)
tree26461682ee96a7bd5f8da6879432d88fe49e2124 /m/Makefile
parentd7ddbe354ebe7072ff6687124e5f620d56a16b28 (diff)
Make self-updating work again after moving the "m" directory into the
thorn. Add README. Re-generate thorn. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@51 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/m/Makefile b/m/Makefile
index 5cfbcd0..a55d24f 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -8,8 +8,12 @@ all: WeylScal4.out
WeylScal4.out: WeylScal4.m
rm -rf WeylScal4
./runmath.sh $^
- for thorn in WeylScal*; do \
- ./copy-if-changed.sh $$thorn ../$$thorn; \
+ for thorn in WeylScal*; do \
+ ./copy-if-changed.sh $$thorn/configuration.ccl ../../$$thorn/configuration.ccl && \
+ ./copy-if-changed.sh $$thorn/interface.ccl ../../$$thorn/interface.ccl && \
+ ./copy-if-changed.sh $$thorn/param.ccl ../../$$thorn/param.ccl && \
+ ./copy-if-changed.sh $$thorn/schedule.ccl ../../$$thorn/schedule.ccl && \
+ ./copy-if-changed.sh $$thorn/src ../../$$thorn/src; \
done
clean: