Searched refs:RANLIB (Results 1 - 25 of 136) sorted by relevance

123456

/external/vixl/tools/
H A Dcross_build_gcc.sh36 export RANLIB=$1ranlib
49 if [ ! -x "$RANLIB" ]; then
50 echo "Error: $RANLIB does not exist or is not executable."
/external/chromium_org/third_party/libXNVCtrl/
H A DMakefile22 RANLIB ?= ranlib macro
26 $(RANLIB) $@
/external/chromium_org/v8/tools/
H A Dcross_build_gcc.sh37 export RANLIB=$1ranlib
51 if [ ! -x "$RANLIB" ]; then
52 echo "Error: $RANLIB does not exist or is not executable."
/external/bison/djgpp/
H A Dconfig.site46 RANLIB=${RANLIB='ranlib'}
/external/chromium_org/third_party/icu/source/config/
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/chromium_org/third_party/icu/source/data/
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/chromium_org/third_party/icu/source/extra/uconv/
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/chromium_org/third_party/icu/source/test/testdata/
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu/icu4c/source/config/
H A DpkgdataMakefile34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu/icu4c/source/data/
H A DpkgdataMakefile34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu/icu4c/source/extra/uconv/
H A DpkgdataMakefile35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu/icu4c/source/test/testdata/
H A DpkgdataMakefile35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.arm-wince-mingw32ce-gcc91 #RANLIB = ranlib
92 #RANLIB = /opt/mingw/bin/i386-mingw32-ranlib
93 RANLIB = $(MINGW32CE)/$(TARGET)-ranlib
H A DMakefile.linux-gcc103 RANLIB = ranlib
104 #RANLIB = /opt/mingw/bin/i386-mingw32-ranlib
/external/fdlibm/
H A Dmakefile.in71 RANLIB = @RANLIB@
137 $(RANLIB) $(prefix)/lib/$(LIB) || true
141 $(RANLIB) $(LIB) || true
/external/libsepol/src/
H A DMakefile6 RANLIB ?= ranlib macro
25 $(RANLIB) $@
/external/chromium_org/third_party/opus/src/
H A DMakefile.unix39 RANLIB = $(TOOLCHAIN_PREFIX)ranlib
72 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
/external/libopus/
H A DMakefile.unix39 RANLIB = $(TOOLCHAIN_PREFIX)ranlib
72 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
/external/jpeg/
H A Dltconfig99 old_RANLIB="$RANLIB"
330 # If RANLIB is not set, then run the test.
331 if test "${RANLIB+set}" != "set"; then
339 RANLIB="ranlib"
349 if test -n "$RANLIB"; then
350 old_archive_cmds="$old_archive_cmds;\$RANLIB \$oldlib"
351 old_postinstall_cmds="\$RANLIB \$oldlib;$old_postinstall_cmds"
754 archive_cmds='$rm $objdir/a2ixlibrary.data;$echo "#define NAME $libname" > $objdir/a2ixlibrary.data;$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data;$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data;$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data;$AR cru $lib$libobjs;$RANLIB $lib;(cd $objdir && a2ixlibrary -32)'
1256 if test -n "$RANLIB"; then
1257 archive_cmds="$archive_cmds;\$RANLIB \
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltconfig99 old_RANLIB="$RANLIB"
330 # If RANLIB is not set, then run the test.
331 if test "${RANLIB+set}" != "set"; then
339 RANLIB="ranlib"
349 if test -n "$RANLIB"; then
350 old_archive_cmds="$old_archive_cmds;\$RANLIB \$oldlib"
351 old_postinstall_cmds="\$RANLIB \$oldlib;$old_postinstall_cmds"
754 archive_cmds='$rm $objdir/a2ixlibrary.data;$echo "#define NAME $libname" > $objdir/a2ixlibrary.data;$echo "#define LIBRARY_ID 1" >> $objdir/a2ixlibrary.data;$echo "#define VERSION $major" >> $objdir/a2ixlibrary.data;$echo "#define REVISION $revision" >> $objdir/a2ixlibrary.data;$AR cru $lib$libobjs;$RANLIB $lib;(cd $objdir && a2ixlibrary -32)'
1256 if test -n "$RANLIB"; then
1257 archive_cmds="$archive_cmds;\$RANLIB \
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/
H A DMakefile21 RANLIB = ranlib macro
112 $(RANLIB) libcryptomodule.a

Completed in 1326 milliseconds

123456