HomeSort by relevance Sort by last modified time
    Searched full:ranlib (Results 101 - 125 of 567) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libpng/scripts/
makefile.hpux 40 RANLIB=ranlib
86 $(RANLIB) $@
makefile.cygwin 95 RANLIB=ranlib
96 #RANLIB=echo
164 $(RANLIB) $@
makefile.elf 35 RANLIB=ranlib
103 $(RANLIB) $@
makefile.gcmmx 37 RANLIB = ranlib
115 $(RANLIB) $@
makefile.hpgcc 31 RANLIB=ranlib
99 $(RANLIB) $@
makefile.linux 29 RANLIB=ranlib
95 $(RANLIB) $@
makefile.mingw 45 RANLIB=ranlib
165 $(RANLIB) $@
makefile.nommx 29 RANLIB=ranlib
95 $(RANLIB) $@
  /frameworks/compile/libbcc/runtime/
Makefile 174 $(call Set,Tmp.RANLIB,$(strip \
175 $(call GetCNAVar,RANLIB,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
189 $(Verb) $(Tmp.RANLIB) $(Tmp.RANLIBFLAGS) $$@
  /external/compiler-rt/make/
AppleBI.mk 98 $(call GetCNAVar,RANLIB,Platform.darwin_bni,Release,) $@ ; \
  /external/dropbear/libtommath/
makefile.cygwin_dll 46 ranlib libtommath.dll.a
Makefile.in 92 $(RANLIB) $@
115 $(RANLIB) $(LIBNAME)
  /external/llvm/tools/
Makefile 31 llc llvm-ranlib llvm-ar llvm-nm \
  /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");
  /external/webkit/Tools/android/flex-2.5.4a/
Makefile.in 54 RANLIB = @RANLIB@
163 -$(RANLIB) $(FLEXLIB)
173 -cd $(libdir) && $(RANLIB) $(FLEXLIB)
  /external/elfutils/src/
ranlib.c 117 argp_help (&argp, stderr, ARGP_HELP_SEE, "ranlib");
135 fprintf (stream, "ranlib (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION);
  /external/libffi/
Makefile.am 77 "RANLIB=$(RANLIB)" \
  /external/zlib/old/os2/
Makefile.os2 38 RANLIB=echo
72 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 138 RANLIB = @RANLIB@
  /external/bison/lib/
Makefile 189 RANLIB = ranlib
207 ac_ct_RANLIB = ranlib
340 echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
341 $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
361 $(RANLIB) libbison.a
365 $(RANLIB) liby.a
Makefile.in 189 RANLIB = @RANLIB@
340 echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
341 $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
361 $(RANLIB) libbison.a
365 $(RANLIB) liby.a
  /external/bison/build-aux/
Makefile 145 RANLIB = ranlib
163 ac_ct_RANLIB = ranlib
  /external/compiler-rt/
Makefile 175 $(call Set,Tmp.RANLIB,$(strip \
176 $(call GetCNAVar,RANLIB,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
190 $(Verb) $(Tmp.RANLIB) $(Tmp.RANLIBFLAGS) $$@
  /external/grub/lib/
Makefile.in 130 RANLIB = @RANLIB@
224 $(RANLIB) libcommon.a
  /external/llvm/docs/
GoldPlugin.html 182 export RANLIB=/bin/true #ranlib is not needed, and doesn't support .bc files in .a
191 export RANLIB=/bin/true

Completed in 1556 milliseconds

1 2 3 45 6 7 8 91011>>