aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-27 13:31:42 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-27 13:31:42 +0000
commit9708eb22375408d10fe0d3fd5094ae477f2fd6ff (patch)
tree257e738dbcae688fbced6abea03e9ee817632eab /src
parentf7e4d7ae9de31669bcb700e02bba9e71c4c959e5 (diff)
Remove unused code
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@15 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src')
-rw-r--r--src/make.configuration.deps8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 8d9007e..2efcc08 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -44,10 +44,6 @@ $(TARBALL_DIR)/cactus-flesh-source.o: $(TARBALL_DIR)/cactus-flesh-source.c
$(TARBALL_DIR)/cactus-flesh-source.c: $(TARBALL_DIR)/cactus-flesh-source.tar.gz
$(TARBALL_DIR)/makeblob '' Cactus < $< > $@
-#$(TARBALL_DIR)/cactus-flesh-source.d: $(TARBALL_DIR)/cactus-flesh-source.files
-# echo "$(@:%.d=%.c):" `cat $^` > $@
-#-include $(TARBALL_DIR)/cactus-flesh-source.d
-
$(TARBALL_DIR)/cactus-flesh-source.tar.gz: $(TARBALL_DIR)/cactus-flesh-source.files
cd $(CCTK_HOME) && \
tar czf $@ -T $<
@@ -76,10 +72,6 @@ $(TARBALL_DIR)/cactus-thorn-source-%.o: $(TARBALL_DIR)/cactus-thorn-source-%.c
$(TARBALL_DIR)/cactus-thorn-source-%.c: $(TARBALL_DIR)/cactus-thorn-source-%.tar.gz
$(TARBALL_DIR)/makeblob $(patsubst %/,%,$(dir $(filter %/$(@:$(TARBALL_DIR)/cactus-thorn-source-%.c=%),$(THORNS)))) $(@:$(TARBALL_DIR)/cactus-thorn-source-%.c=%) < $< > $@
-#$(TARBALL_DIR)/cactus-thorn-source-%.d: $(TARBALL_DIR)/cactus-thorn-source-%.files
-# echo "$(@:%.d=%.c):" `cat $^` > $@
-#-include $(patsubst %,$(TARBALL_DIR)/cactus-thorn-source-%.d,$(notdir $(THORNS)))
-
$(TARBALL_DIR)/cactus-thorn-source-%.tar.gz: $(TARBALL_DIR)/cactus-thorn-source-%.files
cd $(CCTK_HOME) && \
tar czf $@ -T $<