2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

AIX support

[SVN r12986]
This commit is contained in:
Dave Abrahams
2002-02-28 16:02:56 +00:00
parent 573f378c98
commit fe6136169c
4 changed files with 18 additions and 2 deletions

View File

@@ -315,6 +315,9 @@ else if $(UNIX)
switch $(OS)
{
case AIX :
DLL_AS_LIB ?= true ;
SUFDLL ?= .so .imp ;
gLINKABLE_PRODUCT_INDEX(DLL) = 1 ; # (the .so is the one to link)
case AMIGA :
YACC ?= bison ;

View File

@@ -60,11 +60,16 @@ else if $(UNIX)
PYTHON_ROOT ?= /usr/local ;
PYTHON_INCLUDES ?= $(PYTHON_ROOT)/include/python$(PYTHON_VERSION) ;
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
PYTHON_PROPERTIES ?=
<include>$(PYTHON_INCLUDES)
<library-path>$(PYTHON_LIB_PATH)
<cxx><*><cflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'"
;
if $(OS) = OSF
{
PYTHON_PROPERTIES += <*><*><linkflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ;
}
}
# Locate the python executable

View File

@@ -315,6 +315,9 @@ else if $(UNIX)
switch $(OS)
{
case AIX :
DLL_AS_LIB ?= true ;
SUFDLL ?= .so .imp ;
gLINKABLE_PRODUCT_INDEX(DLL) = 1 ; # (the .so is the one to link)
case AMIGA :
YACC ?= bison ;

View File

@@ -60,11 +60,16 @@ else if $(UNIX)
PYTHON_ROOT ?= /usr/local ;
PYTHON_INCLUDES ?= $(PYTHON_ROOT)/include/python$(PYTHON_VERSION) ;
PYTHON_LIB_PATH ?= $(PYTHON_ROOT)/lib/python$(PYTHON_VERSION)/config ;
PYTHON_PROPERTIES ?=
<include>$(PYTHON_INCLUDES)
<library-path>$(PYTHON_LIB_PATH)
<cxx><*><cflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'"
;
if $(OS) = OSF
{
PYTHON_PROPERTIES += <*><*><linkflags>"-expect_unresolved 'Py*' -expect_unresolved '_Py*'" ;
}
}
# Locate the python executable