summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-04 14:38:26 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-04 14:38:26 +0000
commit07e969243ae104197ae8523dc948bc9d972d2d5c (patch)
tree6dd84dec8b8061b2c9137bb05a499e01173f62f2 /lib/make/make.configuration
parent6d64e56d22304c10cc9e5359364cb1789f41490d (diff)
Change ActiveThorns to ThornList
git-svn-id: http://svn.cactuscode.org/flesh/trunk@642 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 6c746ce9..e89b73fe 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -96,19 +96,19 @@ $(CCTK_LIBDIR)/lib%.a: update
include $(CONFIG)/make.config.deps
-# Rule to build the make.thornlist file from the ActiveThorns file
+# Rule to build the make.thornlist file from the ThornList file
-$(CONFIG)/make.thornlist: $(TOP)/ActiveThorns $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl)
+$(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl)
@echo $(DIVIDER)
if [ -r $@ ] ; then echo Reconfiguring thorns ; rm $@ ;\
else echo Configuring thorns ; fi
$(PERL) -s $(CST) -config_dir=$(CONFIG) -cctk_home=$(CCTK_HOME) -top=$(TOP) $<
-# Rule to build ActiveThorns
+# Rule to build ThornList
-$(TOP)/ActiveThorns:
+$(TOP)/ThornList:
@echo $(DIVIDER)
- @echo Creating ActiveThorn list containing all thorns in the packages directory
+ @echo Creating compiled ThornList containing all thorns in the packages directory
$(PERL) -s $(BUILD_ACTIVETHORNS) $(CCTK_HOME)/packages > $@
action="yes"; if [ "x$$EDITOR" = "x" ] ; then EDITOR=vi ; fi; \
while [ "x$$action" = "xyes" -o "x$$action" = "xy" -o "x$$action" = "xYES" -o "x$$action" = "xY" ] ; \