Home
last modified time | relevance | path

Searched refs:PLATLIBDIR (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.9.0b3.rst19 ``make install`` now uses the ``PLATLIBDIR`` variable for the destination
/external/python/cpython3/PC/
Dpyconfig.h685 #define PLATLIBDIR "lib" macro
/external/python/cpython3/Python/
Dinitconfig.c27 #ifndef PLATLIBDIR
1754 status = CONFIG_SET_BYTES_STR(config, &config->platlibdir, PLATLIBDIR, in config_read()
/external/python/cpython3/
DMakefile.pre.in146 PLATLIBDIR= @PLATLIBDIR@
147 SCRIPTDIR= $(prefix)/$(PLATLIBDIR)
822 -DPLATLIBDIR='"$(PLATLIBDIR)"' \
Dconfigure.ac4812 AC_SUBST(PLATLIBDIR) subst
4813 PLATLIBDIR="lib"
4826 PLATLIBDIR="$withval"
4827 BINLIBDEST='${exec_prefix}/${PLATLIBDIR}/python$(VERSION)'
4837 LIBPL='$(prefix)'"/${PLATLIBDIR}/python${VERSION}/config-${LDVERSION}"
4839 LIBPL='$(prefix)'"/${PLATLIBDIR}/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"
Dconfigure15415 PLATLIBDIR="lib"
15430 PLATLIBDIR="$withval"
15445 LIBPL='$(prefix)'"/${PLATLIBDIR}/python${VERSION}/config-${LDVERSION}"
15447 LIBPL='$(prefix)'"/${PLATLIBDIR}/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"