OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ranlib
(Results
1 - 25
of
99
) sorted by null
1
2
3
4
/external/llvm/tools/llvm-ar/
Makefile
12
TOOLALIAS = llvm-
ranlib
Android.mk
84
LLVM_RANLIB = $(HOST_OUT)/bin/llvm-
ranlib
87
# llvm-
ranlib
will get installed as well.
93
# Symlink for llvm-
ranlib
/external/chromium_org/third_party/libXNVCtrl/
Makefile
22
RANLIB
?=
ranlib
26
$(
RANLIB
) $@
/ndk/tests/abcc/jni/mman-win32/
configure
59
ranlib
="
ranlib
"
111
ranlib
="${cross_prefix}${
ranlib
}"
144
echo "
RANLIB
=$
ranlib
" >> config.mak
155
echo "
ranlib
: $
ranlib
"
/external/vixl/tools/
cross_build_gcc.sh
36
export
RANLIB
=$1
ranlib
49
if [ ! -x "$
RANLIB
" ]; then
50
echo "Error: $
RANLIB
does not exist or is not executable."
/external/compiler-rt/make/
options.mk
35
# FIXME: Remove these pipes once
ranlib
errors are fixed.
40
RANLIB
:=
ranlib
41
# FIXME: Remove these pipes once
ranlib
errors are fixed.
/external/chromium_org/v8/tools/
cross_build_gcc.sh
37
export
RANLIB
=$1
ranlib
51
if [ ! -x "$
RANLIB
" ]; then
52
echo "Error: $
RANLIB
does not exist or is not executable."
/external/chromium_org/third_party/sqlite/src/
Makefile.arm-wince-mingw32ce-gcc
91
#
RANLIB
=
ranlib
92
#
RANLIB
= /opt/mingw/bin/i386-mingw32-
ranlib
93
RANLIB
= $(MINGW32CE)/$(TARGET)-
ranlib
Makefile.linux-gcc
103
RANLIB
=
ranlib
104
#
RANLIB
= /opt/mingw/bin/i386-mingw32-
ranlib
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit
30
if [ -z "$
RANLIB
" ]
32
RANLIB
=
ranlib
40
if [ -z "$
RANLIB
" ]
42
RANLIB
=
ranlib
149
$
RANLIB
libc++abi.a
/external/bzip2/
Makefile
20
RANLIB
=
ranlib
49
@if ( test -f $(
RANLIB
) -o -f /usr/bin/
ranlib
-o \
50
-f /bin/
ranlib
-o -f /usr/ccs/bin/
ranlib
) ; then \
51
echo $(
RANLIB
) libbz2.a ; \
52
$(
RANLIB
) libbz2.a ; \
/external/libsepol/src/
Makefile
6
RANLIB
?=
ranlib
25
$(
RANLIB
) $@
/external/chromium_org/third_party/opus/src/
Makefile.unix
39
RANLIB
= $(TOOLCHAIN_PREFIX)
ranlib
72
ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(
RANLIB
) $@
/external/libopus/
Makefile.unix
39
RANLIB
= $(TOOLCHAIN_PREFIX)
ranlib
72
ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(
RANLIB
) $@
/external/chromium_org/third_party/libsrtp/srtp/crypto/
Makefile
21
RANLIB
=
ranlib
112
$(
RANLIB
) libcryptomodule.a
/external/chromium_org/third_party/mesa/src/scons/
crossmingw.py
197
env['
RANLIB
'] = mingw_prefix + '
ranlib
'
/external/llvm/utils/buildit/
build_llvm
132
for prog in ar nm
ranlib
strip lipo ld as ; do
339
find $DEST_DIR -name \*.a -print | xargs
ranlib
|| exit 1
/external/mesa3d/scons/
crossmingw.py
197
env['
RANLIB
'] = mingw_prefix + '
ranlib
'
/external/srtp/crypto/
Makefile
21
RANLIB
=
ranlib
105
$(
RANLIB
) libcryptomodule.a
/build/core/
prebuilt_internal.mk
250
$(transform-host-
ranlib
-copy-hack)
252
$(transform-
ranlib
-copy-hack)
/external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-runtime.sh
135
readonly NACLRANLIB=${NACL_BIN_PATH}/${NACL_CROSS_PREFIX_DASH}
ranlib
159
STRIP=${NACLSTRIP} AR=${NACLAR}
RANLIB
=${NACLRANLIB} OBJDUMP=${NACLOBJDUMP} \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py
12
* link static library handled by 'ar' command (possibly with '
ranlib
')
65
'
ranlib
' : None,
69
executables['
ranlib
'] = ["
ranlib
"]
137
# Not many Unices required
ranlib
anymore -- SunOS 4.x is, I
139
# platform intelligence here to skip
ranlib
if it's not
142
if self.
ranlib
:
144
self.spawn(self.
ranlib
+ [output_filename])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py
12
* link static library handled by 'ar' command (possibly with '
ranlib
')
65
'
ranlib
' : None,
69
executables['
ranlib
'] = ["
ranlib
"]
137
# Not many Unices required
ranlib
anymore -- SunOS 4.x is, I
139
# platform intelligence here to skip
ranlib
if it's not
142
if self.
ranlib
:
144
self.spawn(self.
ranlib
+ [output_filename])
/external/compiler-rt/make/platform/
darwin_bni.mk
14
RANLIB
:= $(shell xcrun -sdk $(SDKROOT) -find
ranlib
|| echo "false")
/external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl
53
RANLIB
=
ranlib
Completed in 3938 milliseconds
1
2
3
4