# 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 $(SCRATCH_BUILD)/git-lock.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 $^ $@ $(SCRATCH_BUILD)/git-lock.pl: $(SRCDIR)/util/git-lock.pl cd $(SCRATCH_BUILD) && cp $^ $@