aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.deps
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.deps')
-rw-r--r--src/make.code.deps11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/make.code.deps b/src/make.code.deps
deleted file mode 100644
index e8ea1b9..0000000
--- a/src/make.code.deps
+++ /dev/null
@@ -1,11 +0,0 @@
-# Main make.code.deps file for thorn TGRtensor -*-Makefile-*-
-# $Header$
-
-USESTHORNS =
-
-# Automatically create dependencies for Fortran modules and Fortran includes
-define F90_DEPENDENCIES
-$(F_DEPEND) $(INC_DIRS:%=-I%) $(EXTRA_DEFINES:%=-D%) -DFCODE $< $(F_DEPEND_OUT)
-$(DEPENDENCY_FIXER)
-dir=`pwd`; $(CPP) $(INC_DIRS:%=-I%) $(EXTRA_DEFINES:%=-D%) -DFCODE $< | $(PERL) $(SRCDIR)/depend.pl - $< $(basename $(notdir $<)).F90.o $(SRCDIR)/ ./ .F90 .F90.o $(USESTHORNS:%=$$dir/../%/) >> $@ || { rm $@; exit 1; }
-endef