Home
last modified time | relevance | path

Searched full:exec_prefix (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/external/cronet/third_party/apache-portable-runtime/src/
Dconfig.layout15 exec_prefix: ${prefix}
16 bindir: ${exec_prefix}/bin
17 sbindir: ${exec_prefix}/bin
18 libdir: ${exec_prefix}/lib
19 libexecdir: ${exec_prefix}/modules
32 exec_prefix: ${prefix}
33 bindir: ${exec_prefix}/bin
34 sbindir: ${exec_prefix}/bin
35 libdir: ${exec_prefix}/lib
36 libexecdir: ${exec_prefix}/modules
[all …]
/external/python/cpython2/Modules/
Dgetpath.c18 * dependent directory (exec_prefix), containing the shared library
19 * modules. Note that prefix and exec_prefix can be the same directory,
22 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
24 * file or directory is found. If no prefix or exec_prefix is found, a
26 * EXEC_PREFIX are used (even though they will not work); python carries on
44 * are performed for prefix and for exec_prefix, but with a different
51 * not quite, what we need). For exec_prefix, the landmark is
55 * lib/python$VERSION/os.py and the exec_prefix will always be
64 * it points to prefix and exec_prefix. $PYTHONHOME can be a single
65 * directory, which is used for both, or the prefix and exec_prefix
[all …]
/external/python/cpython3/Modules/
Dgetpath.py34 # EXEC_PREFIX -- [in] sysconfig.get_config_var(...)
63 # If None, 'prefix' and 'exec_prefix' may be updated in config
81 # dependent directory (exec_prefix), containing the shared library
82 # modules. Note that prefix and exec_prefix can be the same directory,
85 # This script carries out separate searches for prefix and exec_prefix.
87 # file or directory is found. If no prefix or exec_prefix is found, a
89 # EXEC_PREFIX are used (even though they will not work); python carries on
112 # performed for prefix and for exec_prefix, but with different landmarks.
138 # is assumed to point to prefix and exec_prefix. $PYTHONHOME can be a
139 # single directory, which is used for both, or the prefix and exec_prefix
[all …]
/external/libcups/config-scripts/
Dcups-directories.m417 dnl Fix "exec_prefix" variable if it hasn't been specified...
18 if test "$exec_prefix" = "NONE"; then
20 exec_prefix="/usr"
22 exec_prefix="$prefix"
27 if test "$bindir" = "\${exec_prefix}/bin"; then
28 bindir="$exec_prefix/bin"
34 if test "$sbindir" = "\${exec_prefix}/sbin"; then
35 sbindir="$exec_prefix/sbin"
97 if test "$libdir" = "\${exec_prefix}/lib"; then
101 libdir="$exec_prefix/lib64"
[all …]
/external/freetype/builds/unix/
Dfreetype-config.in27 exec_prefix=`%PKG_CONFIG% --variable exec_prefix freetype2`
39 exec_prefix="%exec_prefix%"
56 orig_exec_prefix=$exec_prefix
62 lib_suffix=`echo $libdir | sed "s|$exec_prefix||"`
116 exec_prefix=$optarg
155 exec_prefix=$prefix
162 libdir=${exec_prefix}${lib_suffix}
178 echo ${SYSROOT}$exec_prefix
Dunix-def.in59 exec_prefix := @exec_prefix@
116 -e 's|%exec_prefix%|$(exec_prefix)|' \
135 exec_prefix_x := $(subst $(space),\\$(space),$(exec_prefix))
147 -e 's|%exec_prefix%|$(exec_prefix_x)|' \
/external/python/cpython2/Tools/freeze/
Dfreeze.py15 -P exec_prefix: Like -p but this is the 'exec_prefix', used to
16 install objects etc. The default is whatever sys.exec_prefix
113 exec_prefix = None # settable with -P option
178 exec_prefix = a
208 # default prefix and exec_prefix
209 if not exec_prefix:
211 exec_prefix = prefix
213 exec_prefix = sys.exec_prefix
226 binlib = exec_prefix
228 config_h_dir = exec_prefix
[all …]
/external/libxml2/
Dxml2-config.in4 exec_prefix=@exec_prefix@
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
52 exec_prefix=$optarg
53 libdir=$exec_prefix/lib
57 echo $exec_prefix
/external/cronet/third_party/libxml/linux/
Dxml2-config4 exec_prefix=${prefix}
6 libdir=${exec_prefix}/lib
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
52 exec_prefix=$optarg
53 libdir=$exec_prefix/lib
57 echo $exec_prefix
/external/python/cpython3/Tools/freeze/
Dfreeze.py15 -P exec_prefix: Like -p but this is the 'exec_prefix', used to
16 install objects etc. The default is whatever sys.exec_prefix
114 exec_prefix = None # settable with -P option
178 exec_prefix = a
208 # default prefix and exec_prefix
209 if not exec_prefix:
211 exec_prefix = prefix
213 exec_prefix = sys.exec_prefix
230 configdir = exec_prefix
232 config_h_dir = exec_prefix
[all …]
/external/libexif/auto-m4/
Dlib-prefix.m4122 dnl $exec_prefix will expand at the end of the configure script.
125 dnl Unfortunately, prefix and exec_prefix get only finally determined
132 if test "X$exec_prefix" = "XNONE"; then
135 acl_final_exec_prefix="$exec_prefix"
144 dnl variables prefix and exec_prefix bound to the values they will have
150 acl_save_exec_prefix="$exec_prefix"
151 exec_prefix="$acl_final_exec_prefix"
153 exec_prefix="$acl_save_exec_prefix"
/external/python/cpython3/Doc/library/
Dsys_path_init.rst28 The directory with the extension modules is called ``exec_prefix``.
31 and ``exec_prefix`` locations. Otherwise these directories are found by using
44 (``lib/python3.11/os.py``). On Windows ``prefix`` and ``exec_prefix`` are the same,
47 ``exec_prefix``. On some platforms :file:`lib` may be :file:`lib64` or another value,
50 Once found, ``prefix`` and ``exec_prefix`` are available at :data:`sys.prefix` and
51 :data:`sys.exec_prefix` respectively.
67 then ``prefix`` and ``exec_prefix`` are specific to the virtual environment.
74 and ``exec_prefix``.
/external/python/cpython3/Lib/test/
Dtest_getpath.py37 exec_prefix=r"C:\Python",
62 exec_prefix=r"C:\CPython",
80 for updating prefix and exec_prefix.
97 exec_prefix=r"C:\Python",
176 exec_prefix=r"C:\Python",
203 exec_prefix=r"C:\CPython",
230 exec_prefix=r"C:\CPython",
233 # Specify PYTHONHOME to get the correct prefix/exec_prefix
258 exec_prefix=r"C:\Python",
283 exec_prefix="/usr",
[all …]
D_test_embed_set_config.py114 # 'exec_prefix'
215 exec_prefix="exec_prefix",
226 exec_prefix="exec_prefix",
232 self.assertEqual(sys.base_exec_prefix, "exec_prefix")
/external/python/cpython3/Lib/distutils/command/
Dinstall.py168 self.exec_prefix = None
258 if ((self.prefix or self.exec_prefix or self.home) and
264 if self.home and (self.prefix or self.exec_prefix):
268 if self.user and (self.prefix or self.exec_prefix or self.home or
271 "exec_prefix/home, or install_(plat)base")
275 if self.exec_prefix:
277 self.exec_prefix = None
282 # input a heady brew of prefix, exec_prefix, home, install_base,
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
[all …]
/external/python/cpython2/Lib/distutils/command/
Dinstall.py168 self.exec_prefix = None
256 if ((self.prefix or self.exec_prefix or self.home) and
262 if self.home and (self.prefix or self.exec_prefix):
266 if self.user and (self.prefix or self.exec_prefix or self.home or
269 "exec_prefix/home, or install_(plat)base")
273 if self.exec_prefix:
275 self.exec_prefix = None
280 # input a heady brew of prefix, exec_prefix, home, install_base,
300 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
309 'sys_exec_prefix': exec_prefix,
[all …]
/external/python/setuptools/setuptools/_distutils/command/
Dinstall.py259 self.exec_prefix = None
348 if ((self.prefix or self.exec_prefix or self.home) and
354 if self.home and (self.prefix or self.exec_prefix):
358 if self.user and (self.prefix or self.exec_prefix or self.home or
361 "exec_prefix/home, or install_(plat)base")
365 if self.exec_prefix:
367 self.exec_prefix = None
372 # input a heady brew of prefix, exec_prefix, home, install_base,
392 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
407 'sys_exec_prefix': exec_prefix,
[all …]
/external/pcre/
Dpcre2-config.in4 exec_prefix=@exec_prefix@
55 exec_prefix=$optarg
62 exec_prefix=$optarg
66 echo $exec_prefix
/external/flac/m4/
Dlib-prefix.m4121 dnl $exec_prefix will expand at the end of the configure script.
124 dnl Unfortunately, prefix and exec_prefix get only finally determined
131 if test "X$exec_prefix" = "XNONE"; then
134 acl_final_exec_prefix="$exec_prefix"
143 dnl variables prefix and exec_prefix bound to the values they will have
149 acl_save_exec_prefix="$exec_prefix"
150 exec_prefix="$acl_final_exec_prefix"
152 exec_prefix="$acl_save_exec_prefix"
/external/zstd/lib/
DMakefile268 HAS_EXPLICIT_EXEC_PREFIX := $(if $(or $(EXEC_PREFIX),$(exec_prefix)),1,)
276 exec_prefix ?= $(PREFIX) macro
277 EXEC_PREFIX ?= $(exec_prefix) macro
278 libdir ?= $(EXEC_PREFIX)/lib
284 PCLIBDIR := $(patsubst $(EXEC_PREFIX)%,%,$(LIBDIR))
289 PCLIBPREFIX := $(if $(findstring $(LIBDIR),$(PCLIBDIR)),,$${exec_prefix})
291 # If no explicit EXEC_PREFIX was set by the caller, write it out as a reference
293 PCEXEC_PREFIX := $(if $(HAS_EXPLICIT_EXEC_PREFIX),$(EXEC_PREFIX),$${prefix})
315 -e 's|@EXEC_PREFIX@|$(PCEXEC_PREFIX)|' \
/external/libpcap/
Dlibpcap.pc.in5 # libdir may be defined in terms of prefix and exec_prefix, so the
9 exec_prefix="@exec_prefix@" var
/external/ltp/testcases/open_posix_testsuite/include/mk/
Dconfig.mk.in10 exec_prefix := @exec_prefix@
11 bindir := ${exec_prefix}/bin
/external/python/cpython2/Misc/
Dpython.man338 conventions; ${prefix} and ${exec_prefix} are installation-dependent
341 .IP \fI${exec_prefix}/bin/python\fP
346 .I ${exec_prefix}/lib/python<version>
354 .I ${exec_prefix}/include/python<version>
367 ${exec_prefix}/lib/python<version>, where ${prefix} and ${exec_prefix}
370 replaces both ${prefix} and ${exec_prefix}. To specify different values
371 for these, set $PYTHONHOME to ${prefix}:${exec_prefix}.
/external/python/cpython3/Python/
Dpathconfig.c29 wchar_t *exec_prefix; member
70 CLEAR(exec_prefix); in _PyPathConfig_ClearGlobal()
113 COPY(exec_prefix); in _PyPathConfig_ReadGlobal()
160 COPY(exec_prefix); in _PyPathConfig_UpdateGlobal()
226 PyMem_RawFree(_Py_path_config.exec_prefix); in Py_SetPath()
232 _Py_path_config.exec_prefix = _PyMem_RawWcsdup(L""); in Py_SetPath()
246 || _Py_path_config.exec_prefix == NULL in Py_SetPath()
356 return _Py_path_config.exec_prefix; in Py_GetExecPrefix()
/external/python/cpython2/RISCOS/Modules/
Dgetpath_riscos.c4 static char *prefix, *exec_prefix, *progpath, *module_search_path=NULL; variable
24 exec_prefix = prefix; in calculate_path()
51 return exec_prefix; in Py_GetExecPrefix()

12345678910>>...24