Home
last modified time | relevance | path

Searched refs:SHLIB_SUFFIX (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/
Dconfigure.ac2503 AC_SUBST(SHLIB_SUFFIX) subst
2510 # SHLIB_SUFFIX is the extension of shared libraries `(including the dot!)
2513 if test -z "$SHLIB_SUFFIX"; then
2517 ia64) SHLIB_SUFFIX=.so;;
2518 *) SHLIB_SUFFIX=.sl;;
2521 CYGWIN*) SHLIB_SUFFIX=.dll;;
2522 *) SHLIB_SUFFIX=.so;;
2525 AC_MSG_RESULT($SHLIB_SUFFIX)
4745 EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
4747 EXT_SUFFIX=${SHLIB_SUFFIX};;
DMakefile.pre.in155 SHLIB_SUFFIX= @SHLIB_SUFFIX@
1488 if test "$(SHLIB_SUFFIX)" = .dll; then \
Dconfigure9352 if test -z "$SHLIB_SUFFIX"; then
9356 ia64) SHLIB_SUFFIX=.so;;
9357 *) SHLIB_SUFFIX=.sl;;
9360 CYGWIN*) SHLIB_SUFFIX=.dll;;
9361 *) SHLIB_SUFFIX=.so;;
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SHLIB_SUFFIX" >&5
9365 $as_echo "$SHLIB_SUFFIX" >&6; }
15295 EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
15297 EXT_SUFFIX=${SHLIB_SUFFIX};;
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2183 ``SHLIB_SUFFIX`` and ``EXT_SUFFIX`` macros) (:issue:`16754`).
2453 ``SHLIB_SUFFIX``, depending on the context (:issue:`19555`).
/external/python/cpython3/Misc/
DHISTORY6218 two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of
6219 SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.