HomeSort by relevance Sort by last modified time
    Searched refs:exec_prefix (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /external/jemalloc/bin/
jemalloc.sh.in 4 exec_prefix=@exec_prefix@
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/bin/
sdl2-config 4 exec_prefix=${prefix}
6 libdir=${exec_prefix}/lib
28 exec_prefix=$optarg
35 exec_prefix=$optarg
39 echo $exec_prefix
48 echo -L${exec_prefix}/lib -lmingw32 -lSDL2main -lSDL2 -mwindows
52 echo -L${exec_prefix}/lib -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/bin/
sdl2-config 4 exec_prefix=${prefix}
6 libdir=${exec_prefix}/lib
28 exec_prefix=$optarg
35 exec_prefix=$optarg
39 echo $exec_prefix
48 echo -L${exec_prefix}/lib -lmingw32 -lSDL2main -lSDL2 -mwindows
52 echo -L${exec_prefix}/lib -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc
  /external/ImageMagick/Magick++/bin/
Magick++-config.in 9 exec_prefix=@exec_prefix@
35 exec_prefix=$optarg
38 echo $exec_prefix
  /external/ImageMagick/MagickCore/
MagickCore-config.in 8 exec_prefix=@exec_prefix@
32 exec_prefix=$optarg
35 echo $exec_prefix
  /external/ImageMagick/MagickWand/
MagickWand-config.in 8 exec_prefix=@exec_prefix@
32 exec_prefix=$optarg
35 echo $exec_prefix
  /external/libusb-compat/
libusb-config.in 4 exec_prefix=@exec_prefix@
37 exec_prefix=$optarg
44 exec_prefix=$optarg
74 echo $exec_prefix
  /external/libvncserver/
libvncserver-config.in 4 exec_prefix=@exec_prefix@
35 exec_prefix=$optarg
42 exec_prefix=$optarg
46 echo $exec_prefix
  /external/libxml2/
xml2-config.in 4 exec_prefix=@exec_prefix@
16 --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/cpython2/RISCOS/Modules/
getpath_riscos.c 4 static char *prefix, *exec_prefix, *progpath, *module_search_path=NULL; variable
24 exec_prefix = prefix;
51 return exec_prefix;
  /external/python/cpython2/Modules/
getpath.c 17 * dependent directory (exec_prefix), containing the shared library
18 * modules. Note that prefix and exec_prefix can be the same directory,
21 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
23 * file or directory is found. If no prefix or exec_prefix is found, a
25 * EXEC_PREFIX are used (even though they will not work); python carries on
43 * are performed for prefix and for exec_prefix, but with a different
50 * not quite, what we need). For exec_prefix, the landmark is
54 * lib/python$VERSION/os.py and the exec_prefix will always be
63 * it points to prefix and exec_prefix. $PYTHONHOME can be a single
64 * directory, which is used for both, or the prefix and exec_prefix
116 static char exec_prefix[MAXPATHLEN+1]; variable
    [all...]
  /external/ltp/include/mk/
config.mk.default 51 exec_prefix := ${prefix}
52 bindir := ${exec_prefix}/bin
53 libdir := ${exec_prefix}/lib
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 17 * dependent directory (exec_prefix), containing the shared library
18 * modules. Note that prefix and exec_prefix can be the same directory,
21 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
23 * file or directory is found. If no prefix or exec_prefix is found, a
25 * EXEC_PREFIX are used (even though they will not work); python carries on
43 * are performed for prefix and for exec_prefix, but with a different
50 * not quite, what we need). For exec_prefix, the landmark is
54 * lib/python$VERSION/os.py and the exec_prefix will always be
63 * it points to prefix and exec_prefix. $PYTHONHOME can be a single
64 * directory, which is used for both, or the prefix and exec_prefix
129 static char exec_prefix[MAXPATHLEN+1]; variable
    [all...]
  /external/libpcap/
pcap-config 8 exec_prefix="${prefix}"
10 libdir="${exec_prefix}/lib"
  /external/pcre/dist2/
pcre2-config.in 4 exec_prefix=@exec_prefix@
55 exec_prefix=$optarg
62 exec_prefix=$optarg
66 echo $exec_prefix
  /external/python/cpython3/Modules/
getpath.c 17 * dependent directory (exec_prefix), containing the shared library
18 * modules. Note that prefix and exec_prefix can be the same directory,
21 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
23 * file or directory is found. If no prefix or exec_prefix is found, a
25 * EXEC_PREFIX are used (even though they will not work); python carries on
43 * are performed for prefix and for exec_prefix, but with a different
50 * not quite, what we need). For exec_prefix, the landmark is
54 * lib/python$VERSION/os.py and the exec_prefix will always be
63 * it points to prefix and exec_prefix. $PYTHONHOME can be a single
64 * directory, which is used for both, or the prefix and exec_prefix
113 static wchar_t exec_prefix[MAXPATHLEN+1]; variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 14 For the EDK II, UEFI, implementation of Python, PREFIX and EXEC_PREFIX
17 EXEC_PREFIX = PREFIX
59 #ifndef EXEC_PREFIX
60 #define EXEC_PREFIX PREFIX
70 EXEC_PREFIX LIBPYTHON "/lib-dynload"
81 static char exec_prefix[MAXPATHLEN+1]; variable
400 dependent directory (exec_prefix), containing the shared library
401 modules. Note that prefix and exec_prefix are the same directory
404 Separate searches are carried out for prefix and exec_prefix.
406 file or directory is found. If no prefix or exec_prefix is found, a
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 10 For the EDK II, UEFI, implementation of Python, PREFIX and EXEC_PREFIX
13 EXEC_PREFIX = PREFIX
66 #ifndef EXEC_PREFIX
67 #define EXEC_PREFIX PREFIX
87 static char exec_prefix[MAXPATHLEN+1]; variable
331 dependent directory (exec_prefix), containing the shared library
332 modules. Note that prefix and exec_prefix are the same directory
335 Separate searches are carried out for prefix and exec_prefix.
337 file or directory is found. If no prefix or exec_prefix is found, a
339 EXEC_PREFIX are used (even though they may not work); python carries on
    [all...]
  /external/freetype/builds/unix/
freetype-config.in 27 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
    [all...]
  /external/tensorflow/tensorflow/c/
generate-pc.sh 57 exec_prefix=\${prefix}
58 libdir=\${exec_prefix}/lib
  /prebuilts/gdb/darwin-x86/bin/
python-config.sh 42 # The ${prefix}/include and ${exec_prefix}/lib macros can be '$prefix/include' and the like, so we
45 exec_prefix="$exec_prefix_build"
48 libdir=$(echo "${exec_prefix}/lib" | sed "s#^$prefix_build#$prefix_real#")
51 exec_prefix="$exec_prefix_real"
99 echo "$exec_prefix"
  /prebuilts/gdb/linux-x86/bin/
python-config.sh 42 # The ${prefix}/include and ${exec_prefix}/lib macros can be '$prefix/include' and the like, so we
45 exec_prefix="$exec_prefix_build"
48 libdir=$(echo "${exec_prefix}/lib" | sed "s#^$prefix_build#$prefix_real#")
51 exec_prefix="$exec_prefix_real"
99 echo "$exec_prefix"
  /external/libcap/
Make.Rules 20 exec_prefix=$(prefix)
21 lib_prefix=$(exec_prefix)
26 exec_prefix=
27 lib_prefix=$(exec_prefix)
35 SBINDIR=$(exec_prefix)/sbin
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders 68 exec_prefix=${prefix}
70 libdir=${exec_prefix}/lib
71 libexecdir=${exec_prefix}/libexec
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders 68 exec_prefix=${prefix}
70 libdir=${exec_prefix}/lib
71 libexecdir=${exec_prefix}/libexec

Completed in 633 milliseconds

1 2 3 4 5 6 7 8 910