Home
last modified time | relevance | path

Searched refs:LIBPL (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Misc/
Dpython-config.sh.in52 LIBPL=$(echo "@LIBPL@" | sed "s#$prefix#$prefix_real#")
98 LIBPLUSED="-L$LIBPL"
109 echo "$LIBPL"
DHISTORY7017 - Issue #15458: python-config gets a new option --configdir to print the $LIBPL
/external/python/cpython2/
DMakefile.pre.in1199 LIBPL= $(LIBP)/config
1205 @for i in $(LIBDIR) $(LIBP) $(LIBPL) $(LIBPC); \
1216 $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \
1218 $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1219 $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1225 $(INSTALL_DATA) Modules/config.c $(DESTDIR)$(LIBPL)/config.c
1226 $(INSTALL_DATA) Modules/python.o $(DESTDIR)$(LIBPL)/python.o
1227 $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
1228 $(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile
1229 $(INSTALL_DATA) Modules/Setup $(DESTDIR)$(LIBPL)/Setup
[all …]
/external/python/cpython3/
DMakefile.pre.in1472 LIBPL= @LIBPL@
1478 @for i in $(LIBDIR) $(LIBPL) $(LIBPC); \
1489 $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \
1491 $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \
1497 $(INSTALL_DATA) Modules/config.c $(DESTDIR)$(LIBPL)/config.c
1498 $(INSTALL_DATA) Programs/python.o $(DESTDIR)$(LIBPL)/python.o
1499 $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(DESTDIR)$(LIBPL)/config.c.in
1500 $(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile
1501 $(INSTALL_DATA) Modules/Setup $(DESTDIR)$(LIBPL)/Setup
1502 $(INSTALL_DATA) Modules/Setup.local $(DESTDIR)$(LIBPL)/Setup.local
[all …]
Dconfigure.ac2537 LDSHARED="\$(LIBPL)/ld_so_aix \$(CC) -bI:\$(LIBPL)/python.exp"
4754 dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
4757 LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
4759 LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"
4761 AC_SUBST(LIBPL) subst
Dconfigure15308 LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
15310 LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}-${PLATFORM_TRIPLET}"
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a3.rst477 plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from
D3.6.0b1.rst1467 Update references to the $(LIBPL) installation path on AIX. This path was