From 5172df62c449e5b5da7665f6475ae654bfde1224 Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 11 May 2001 13:16:28 +0000 Subject: Added optional use of ranlib to create archoive indices. A known-architecture file or the config line can now set USE_RANLIB=yes to have the make system use ranlib. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2174 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 5bf88e1f..de7660ed 100644 --- a/lib/make/make.config.defn.in +++ b/lib/make/make.config.defn.in @@ -109,6 +109,10 @@ F77_POSTPROCESSING = @F77_POSTPROCESSING@ F_POSTPROCESSING = @F_POSTPROCESSING@ F90_POSTPROCESSING = @F90_POSTPROCESSING@ +# Do we need to use ranlib ? + +USE_RANLIB = @USE_RANLIB@ + # Exclude some files from the dependency lists DEP_EXCLUDE_FILES = cctk_FunctionAliases\.h|CParameterStructNames\.h|cctk_Arguments\.h|definethisthorn\.h|FParameters.h|CParameters\.h -- cgit v1.2.3