summaryrefslogtreecommitdiff
path: root/xmds2
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-11-29 13:24:03 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2012-11-29 13:24:03 -0500
commitf53644c51b5bb8b6bff66ac327d65111077a2544 (patch)
treec06e06c0e0c4289ff822a0b9d22b2dbb50fc8dc4 /xmds2
parent089655f17d9e9076ae26661bf89979252660559e (diff)
downloadNresonances-f53644c51b5bb8b6bff66ac327d65111077a2544.tar.gz
Nresonances-f53644c51b5bb8b6bff66ac327d65111077a2544.zip
added target to copy mathematica files
Diffstat (limited to 'xmds2')
-rw-r--r--xmds2/realistic_Rb_and_fields/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmds2/realistic_Rb_and_fields/Makefile b/xmds2/realistic_Rb_and_fields/Makefile
index 1f5c4fd..bc7cf13 100644
--- a/xmds2/realistic_Rb_and_fields/Makefile
+++ b/xmds2/realistic_Rb_and_fields/Makefile
@@ -21,6 +21,8 @@ XMDS_INCLUDES_misc = RbChosenRho.txt RbInits.cdata RbEquations.cdata \
XMDS_INCLUDES_xmds_in_target_dir = $(XMDS_INCLUDES_misc:%=$(test_dir)/%)
XMDS_INCLUDES_cdata_in_target_dir = $(XMDS_INCLUDES_misc:%=$(test_result_dir)/%)
+MATHEMATICA_DIR = ../../mathemathica_fwm
+
XMDS = xmds2
XSIL2GRAPHICS = xsil2graphics
@@ -68,6 +70,10 @@ test: $(XMDS_INCLUDES_cdata_in_target_dir) $(XMDS_INCLUDES_xmds_in_target_dir)
test_from_scratch:
rm -r tests/testsuite_results
+$(XMDS_INCLUDES_misc): %: $(MATHEMATICA_DIR)/%
+ cp $< $@
+
+copy_mathematica_generated_files: $(XMDS_INCLUDES_misc)
$(pdf_targets): %.pdf : %.eps
cat $< | ps2eps -B > __tt.eps