summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 11abe3c3..64408aea 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -70,6 +70,10 @@ CXX_DEPEND_OUT = @CXX_DEPEND_OUT@
F_DEPEND_OUT = @F_DEPEND_OUT@
F77_DEPEND_OUT = @F77_DEPEND_OUT@
+# Exclude some files from the dependency lists
+
+DEP_EXCLUDE_FILES = cctk_arguments\.h|definethisthorn\.h|FParameters.h|CParameters\.h
+
# Command used to get the working directory
GET_WD = @GET_WD@