# make.code.deps file for thorn Formaline -*-Makefile-*- # Store the utilities in the scratch directory of this configuration. # This has to live here in the file make.code.deps instead of in the # file make.configuration.deps because only here the location of the # source directory is known. TARBALL_DIR = $(SCRATCH_BUILD) $(CCTK_TARGET): $(TARBALL_DIR)/gethostname.pl $(TARBALL_DIR)/makeblob.pl $(TARBALL_DIR)/makemetablob.pl $(TARBALL_DIR)/git-commit.pl $(TARBALL_DIR)/gethostname.pl: $(SRCDIR)/util/gethostname.pl cd $(TARBALL_DIR) && cp $^ $@ $(TARBALL_DIR)/makeblob.pl: $(SRCDIR)/util/makeblob.pl cd $(TARBALL_DIR) && cp $^ $@ $(TARBALL_DIR)/makemetablob.pl: $(SRCDIR)/util/makemetablob.pl cd $(TARBALL_DIR) && cp $^ $@ $(TARBALL_DIR)/git-commit.pl: $(SRCDIR)/util/git-commit.pl cd $(TARBALL_DIR) && cp $^ $@