From 0591737d5dc63666aa34b5946c300eb9e56cc4b8 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 4 Nov 1999 18:55:36 +0000 Subject: Attempt to exclude certain files from the dependency lists to prevent excessive recompilation when the thornlist is changed. Tested under Linux. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1134 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.config.defn.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/make/make.config.defn.in') 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@ -- cgit v1.2.3