summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-31 21:10:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-31 21:10:59 +0000
commitf7c3c19b8b32a48bf5c7c0e1235f9fb4ab04446c (patch)
tree336064b79e9471ab8f387d8204a39aa7375eccbd /lib/make/make.config.defn.in
parente3888f521cd388f8e5199459cc4de7d20bf1472c (diff)
Added LIBNAME_PREFIX and LIBNAME_SUFFIX to allow libraries to be named
differently on some architectures (e.g. NT). Removed fallback definition for GENERAL_LIBRARIES in make.configuration, and added fallback definitions for LIBNAME_PREFIX and LIBNAME_SUFFIX so old configurations should still work. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1872 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 2f197d00..b66c441b 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -79,6 +79,9 @@ OPTIONSEP = @OPTIONSEP@
# Some architectures need to do something special for linking in libraries
+LIBNAME_PREFIX= @LIBNAME_PREFIX@# Make sure there is no space at end.
+LIBNAME_SUFFIX= @LIBNAME_SUFFIX@
+
CACTUSLIBLINKLINE= @CACTUSLIBLINKLINE@
C_DEPEND = @C_DEPEND@