HomeSort by relevance Sort by last modified time
    Searched refs:RANLIB (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /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.
lib_info.mk 57 RANLIB RANLIBFLAGS \
  /external/selinux/libsepol/src/
Makefile 6 RANLIB ?= ranlib
48 $(RANLIB) $@
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 45 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then
46 RANLIB=${RANLIB-"${CROSS_PREFIX}ranlib"}
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
49 RANLIB=${RANLIB-"ranlib"}
262 RANLIB=${RANLIB-"true"}
    [all...]
  /external/libopus/
Makefile.unix 39 RANLIB = $(TOOLCHAIN_PREFIX)ranlib
72 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
Makefile.mips 39 RANLIB = $(TOOLCHAIN_PREFIX)ranlib
74 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
  /external/syslinux/com32/elflink/ldlinux/
Makefile 43 $(RANLIB) $@
  /external/syslinux/mk/
syslinux.mk 62 RANLIB = ranlib
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Makefile 37 RANLIB=ranlib
72 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
101 -@(cd $(libdir); $(RANLIB) libz.a || true) >/dev/null 2>&1
110 # The ranlib in install is needed on NeXTSTEP which checks file times
  /external/python/cpython2/Modules/zlib/
configure 45 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then
46 RANLIB=${RANLIB-"${CROSS_PREFIX}ranlib"}
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
49 RANLIB=${RANLIB-"ranlib"}
262 RANLIB=${RANLIB-"true"
    [all...]
  /external/zlib/src/
configure 45 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then
46 RANLIB=${RANLIB-"${CROSS_PREFIX}ranlib"}
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
49 RANLIB=${RANLIB-"ranlib"}
262 RANLIB=${RANLIB-"true"
    [all...]
  /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/syslinux/dos/
Makefile 66 $(RANLIB) $@
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 230 RANLIB=${BINPREFIX}ranlib
232 export CC CXX LD AS AR RANLIB STRIP
248 RANLIB=${BINPREFIX}ranlib
251 export CC CXX LD AS AR RANLIB RC STRIP
  /external/libcap/
Make.Rules 56 RANLIB := ranlib
  /external/syslinux/com32/lib/
Makefile 99 $(RANLIB) $@
104 $(RANLIB) $@
  /external/compiler-rt/
Makefile 188 $(call Set,Tmp.RANLIB,$(strip \
189 $(call GetCNAVar,RANLIB,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
210 $(Verb) $(Tmp.RANLIB) $(Tmp.RANLIBFLAGS) $$@
  /external/libcap/libcap/
Makefile 52 $(RANLIB) $@
  /external/syslinux/gpxe/src/
Makefile 30 RANLIB := $(CROSS_COMPILE)ranlib
  /external/libcups/filter/
Makefile 147 $(RANLIB) $(LIBDIR)/libcupsimage.a
289 $(RANLIB) $@
  /external/selinux/libsemanage/src/
Makefile 65 RANLIB ?= ranlib
91 $(RANLIB) $@
  /external/icu/icu4c/source/config/
mh-cygwin-msvc 89 RANLIB = ls -s#M#
mh-msys-msvc 94 RANLIB = ls -s#M#
  /external/libgsm/
Makefile 107 # RANLIB = true
108 RANLIB = ranlib
305 $(RANLIB) $(LIBGSM)
  /external/llvm/utils/
GenLibDeps.pl 57 if (defined($ENV{RANLIB})) {
58 chomp($ranlibPath=$ENV{RANLIB});
62 chomp($ranlibPath=`which ranlib`);
63 die "Can't find 'ranlib'" if (! -x "$ranlibPath");

Completed in 1209 milliseconds

12 3 4 5 6