summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-05-02 03:15:53 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-05-02 03:15:53 +0000
commited861c6012db0e99137885d6f5eccda6214f3941 (patch)
treeb19fd436acf88ab245bfe168589b2392539505a4 /ACE/include/makeinclude/wrapper_macros.GNU
parentd11b530cff575ac5d8fa380aea095c733a10dc5c (diff)
downloadATCD-ed861c6012db0e99137885d6f5eccda6214f3941.tar.gz
Sat May 2 03:21:01 UTC 2009 Carlos O'Ryan <coryan@atdesk.com>
* include/makeinclude/rules.lib.GNU: * include/makeinclude/wrapper_macros.GNU: Moved the definition of LIB_PREFIX from rules.lib.GNU to wrapper_macros.GNU. Now that the checks for library dependencies (i.e. the LIB_CHECK variable) depends on LIB_PREFIX, this latter variable needs to be defined in all Makefiles. However, Makefiles for binaries do not include rules.lib.GNU. I am pretty sure they call include wrapper_macros, thus my choice for the new location.
Diffstat (limited to 'ACE/include/makeinclude/wrapper_macros.GNU')
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index a5b33c9a7aa..b169dc5e2f3 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -438,6 +438,7 @@ endif
OBJEXT ?= o
SOEXT ?= so
LIBEXT ?= a
+LIB_PREFIX ?= lib
CC_OUTPUT_FLAG ?= -o
SO_OUTPUT_FLAG ?= -o