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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-ranlib/
CMakeLists.txt 4 add_llvm_tool(llvm-ranlib
5 llvm-ranlib.cpp
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
classes.good 2 : ${ac_cv_prog/RANLIB='/usr/bin/ranlib'}
classes.inp 2 ac_cv_prog/RANLIB=/usr/bin/ranlib
cv-vars.good 2 : ${ac_cv_prog_RANLIB='/usr/bin/ranlib'}
cv-vars.inp 2 ac_cv_prog_RANLIB=/usr/bin/ranlib
modulo.good 10 s%@RANLIB@%$RANLIB%g
  /external/dropbear/libtomcrypt/testprof/
makefile 3 # ranlib tools
4 ifndef RANLIB
5 RANLIB=ranlib
20 $(RANLIB) $@
makefile.shared 5 # ranlib tools
6 ifndef RANLIB
7 RANLIB=ranlib
makefile.icc 16 ranlib $@
  /external/llvm/docs/CommandGuide/
llvm-ranlib.pod 5 llvm-ranlib - Generate index for LLVM archive
9 B<llvm-ranlib> [--version] [-help] <archive-file>
13 The B<llvm-ranlib> command is similar to the common Unix utility, C<ranlib>. It
15 B<llvm-ar> modifier F<s> is usually more efficient than running B<llvm-ranlib>
17 implementations of C<ranlib>, B<llvm-ranlib> indexes LLVM bitcode files, not
31 Print the version of B<llvm-ranlib> and exit without building a symbol table.
35 Print usage help for B<llvm-ranlib> and exit without building a symbol table.
41 If B<llvm-ranlib> succeeds, it will exit with 0. If an error occurs, a non-zer
    [all...]
  /external/fdlibm/
configure.in 11 AC_CHECK_PROGS(RANLIB, [ranlib echo])
  /external/elfutils/tests/
run-ranlib-test.sh 29 tempfiles ranlib-test.a ranlib-test.a-copy
31 cat > ranlib-test.a <<"EOF"
39 cp ranlib-test.a ranlib-test.a-copy
41 testrun ../src/ranlib ranlib-test.a
43 # The ranlib call should not have changed anything.
44 cmp ranlib-test.a ranlib-test.a-cop
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MSDOS/
djgpp.sed 7 s/@RANLIB@/ranlib/
  /external/compiler-rt/make/
options.mk 29 # FIXME: Remove these pipes once ranlib errors are fixed.
31 RANLIB := ranlib
32 # FIXME: Remove these pipes once ranlib errors are fixed.
  /frameworks/compile/libbcc/runtime/make/
options.mk 29 # FIXME: Remove these pipes once ranlib errors are fixed.
31 RANLIB := ranlib
32 # FIXME: Remove these pipes once ranlib errors are fixed.
  /external/mesa3d/docs/
README.NeXT 3 linking they will need to be ranlib'd by hand. For more information see
  /external/libpng/scripts/
smakefile.ppc 15 RANLIB = ppc-amigaos-ranlib
29 $(RANLIB) $@
  /external/e2fsprogs/lib/
Makefile.checker 14 -$(Q) $(RANLIB) $@
Makefile.profile 15 -$(Q) $(RANLIB) $@
22 -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/$(LIBRARY)_p.a
  /external/elfutils/po/
POTFILES.in 26 src/ranlib.c
  /external/icu4c/config/
pkgdataMakefile.in 34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
  /external/icu4c/data/
icupkg.inc 16 RANLIB=ranlib
pkgdataMakefile.in 34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
  /external/icu4c/extra/uconv/
pkgdataMakefile.in 35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
  /external/icu4c/test/testdata/
pkgdataMakefile.in 35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)

Completed in 1110 milliseconds

1 2 3 4 5 6 7 8 91011>>