summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 10:05:18 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-04 10:05:18 +0000
commit19eb223fd13fa3ad49e98ce2f561f705b3f81d96 (patch)
treeff91541333362ca7bb4c10f388e0727657278fb3 /Makefile
parentdae6ca25163e947242f7281dde691bd19cc297fe (diff)
Copy parameter files to examples directory rather than thornparfiles
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1517 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 353f229c..dd35c722 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.81 2000-03-23 14:58:31 allen Exp $
+# @version $Id: Makefile,v 1.82 2000-04-04 10:05:17 allen Exp $
# @@*/
##################################################################################
@@ -311,7 +311,7 @@ else
@echo " (forces the CST to be rerun)."
@echo " -testsuite : run the test program."
@echo " -thornlist : regenerates the ThornList file. "
- @echo " -thornparfiles : copies example parameter files to thornparfiles."
+ @echo " -examples : copies thorn parameter files to examples directory."
endif
@echo $(DIVIDER)
@echo $(MAKE) also knows the following targets
@@ -645,26 +645,26 @@ endif
ifneq ($strip($(CONFIGURATIONS)),)
-.PHONY $(addsuffix -thornparfiles,$(CONFIGURATIONS)):
+.PHONY $(addsuffix -examples,$(CONFIGURATIONS)):
# Copy thorn parameter files
-.PHONY thornparfiles:
+.PHONY examples:
-thornparfiles:
+examples:
@echo $(DIVIDER)
@echo Please specify a configuration.
@echo $(DIVIDER)
-$(addsuffix -thornparfiles,$(CONFIGURATIONS)):
+$(addsuffix -examples,$(CONFIGURATIONS)):
@echo $(DIVIDER)
- @echo Copying parameter files $(@:%-thornparfiles=%)
- if [ -r $(CONFIGS_DIR)/$(@:%-thornparfiles=%)/ThornList ] ; then $(PERL) lib/sbin/CopyParFiles.pl $(@:%-thornparfiles=%) ; fi
+ @echo Copying parameter files $(@:%-examples=%)
+ if [ -r $(CONFIGS_DIR)/$(@:%-examples=%)/ThornList ] ; then $(PERL) lib/sbin/CopyParFiles.pl $(@:%-examples=%) ; fi
endif
-%-thornparfiles:
+%-examples:
@echo $(DIVIDER)
- @echo Configuration $(@:%-thornparfiles=%) does not exist.
+ @echo Configuration $(@:%-examples=%) does not exist.
@echo Parameter file copying aborted.