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

1234

/external/dropbear/libtomcrypt/testprof/
H A Dmakefile4 ifndef RANLIB
5 RANLIB=ranlib macro
20 $(RANLIB) $@
/external/bison/djgpp/
H A Dconfig.site47 RANLIB=${RANLIB='ranlib'}
/external/chromium/third_party/icu/source/config/
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
H A DMakefile.inc.in204 RANLIB = @RANLIB@
H A Dmh-cygwin-msvc88 RANLIB = ls -s#M#
/external/chromium/third_party/icu/source/data/
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/chromium/third_party/icu/source/test/testdata/
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu4c/config/
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
H A DMakefile.inc.in205 RANLIB = @RANLIB@
H A Dmh-cygwin-msvc88 RANLIB = ls -s#M#
/external/icu4c/data/
H A DpkgdataMakefile.in34 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu4c/extra/uconv/
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/icu4c/test/testdata/
H A DpkgdataMakefile.in35 @echo RANLIB=$(RANLIB) >> $(OUTPUTFILE)
/external/clearsilver/util/
H A DMakefile22 $(RANLIB) $@
/external/fdlibm/
H A Dmakefile.in71 RANLIB = @RANLIB@
137 $(RANLIB) $(prefix)/lib/$(LIB) || true
141 $(RANLIB) $(LIB) || true
/external/zlib/
H A Dconfigure36 RANLIB=${RANLIB-"${CROSS_PREFIX}ranlib"}
37 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB}
39 RANLIB=${RANLIB-"ranlib"}
185 RANLIB=${RANLIB-"true"}
561 /^RANLIB *=/s#=.*#=$RANLIB#
585 /^RANLIB *
[all...]
/external/clearsilver/
H A Drules.mk.in94 RANLIB = @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...]
H A Dconfigure1491 if test -n "$RANLIB"; then
1492 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1506 RANLIB="$ac_cv_prog_RANLIB"
1507 if test -n "$RANLIB"; then
1508 echo "$ac_t""$RANLIB" 1>&6
1780 s%@RANLIB@%$RANLIB%g
/external/qemu/distrib/zlib-1.2.3/
H A Dconfigure27 RANLIB=${RANLIB-"ranlib"}
130 RANLIB=${RANLIB-"true"}
451 /^RANLIB *=/s#=.*#=$RANLIB#
/external/clearsilver/cgi/
H A DMakefile30 $(RANLIB) $@
/external/bzip2/
H A DMakefile20 RANLIB=ranlib macro
49 @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \
51 echo $(RANLIB) libbz2.a ; \
52 $(RANLIB) libbz2.a ; \
/external/clearsilver/cs/
H A DMakefile43 $(RANLIB) $@
/external/libffi/
H A Dltconfig283 old_RANLIB="$RANLIB"
626 if test -n "$RANLIB"; then
627 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
628 old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
651 test -z "$RANLIB" && RANLIB=:
1612 if test -n "$RANLIB"; then
1613 archive_cmds="$archive_cmds~\$RANLIB \$lib"
1614 postinstall_cmds='$RANLIB $lib'
2158 RANLIB old_archive_cmd
[all...]
/external/e2fsprogs/lib/et/
H A DMakefile.in86 @-$(RANLIB) $(DESTDIR)$(libdir)/libcom_err.a

Completed in 730 milliseconds

1234