Home
last modified time | relevance | path

Searched refs:EXEC_PREFIX (Results 1 – 11 of 11) sorted by relevance

/third_party/lz4/programs/
DMakefile162 EXEC_PREFIX ?= $(prefix) macro
163 exec_prefix ?= $(EXEC_PREFIX)
/third_party/python/Lib/distutils/
Dsysconfig.py25 _EXEC_PREFIX as EXEC_PREFIX, unknown
327 prefix = plat_specific and EXEC_PREFIX or PREFIX
/third_party/lz4/tests/
Dtest_install.sh14 for upper in DUMMY PREFIX EXEC_PREFIX LIBDIR INCLUDEDIR PKGCONFIGDIR BINDIR MANDIR MAN1DIR ; do
/third_party/lz4/lib/
DMakefile156 EXEC_PREFIX ?= $(prefix) macro
157 exec_prefix ?= $(EXEC_PREFIX)
/third_party/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh312 EXEC_PREFIX="${PREFIX}/bin"
/third_party/python/Modules/
Dgetpath.c107 #if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
1450 calculate->exec_prefix_macro = Py_DecodeLocale(EXEC_PREFIX, &len); in calculate_init()
/third_party/python/Doc/distutils/
Dapiref.rst1480 .. data:: EXEC_PREFIX
1525 :const:`PREFIX`, or as the exec-prefix instead of :const:`EXEC_PREFIX` if
1535 :const:`PREFIX`, or as the exec-prefix instead of :const:`EXEC_PREFIX` if
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1155 prefix = plat_specific and EXEC_PREFIX or PREFIX
2716 wchar_t *exec_prefix_macro; /* EXEC_PREFIX macro */
3054 calculate->exec_prefix_macro = Py_DecodeLocale(EXEC_PREFIX, &len);
3056 return DECODE_LOCALE_ERR("EXEC_PREFIX macro", len);
/third_party/skia/third_party/externals/libpng/
DCHANGES1625 Made libpng.pc respect EXEC_PREFIX (D. P. Kreil, J. Bowler)
/third_party/flutter/skia/third_party/externals/libpng/
DCHANGES1625 Made libpng.pc respect EXEC_PREFIX (D. P. Kreil, J. Bowler)
/third_party/python/Misc/
DHISTORY3626 - Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h