Searched defs:RANLIB (Results 1 - 25 of 38) sorted by relevance

12

/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/compiler-rt/make/
H A Doptions.mk40 RANLIB := ranlib macro
/external/libutf/
H A DMakefile13 RANLIB=true macro
70 $(RANLIB) $(LIB)
/external/selinux/libsepol/src/
H A DMakefile6 RANLIB ?= ranlib macro
39 $(RANLIB) $@
/external/compiler-rt/make/platform/
H A Ddarwin_bni.mk14 RANLIB := $(shell xcrun -sdk $(SDKROOT) -find ranlib || echo "false") macro
H A Dclang_macho_embedded.mk37 RANLIB := $(call XCRun,ranlib) macro
H A Dclang_darwin.mk61 RANLIB := $(call XCRun,ranlib) macro
/external/srtp/
H A DMakefile43 RANLIB = ranlib macro
104 $(RANLIB) libsrtp.a
114 $(RANLIB) libcryptomath.a
/external/srtp/crypto/
H A DMakefile21 RANLIB = ranlib macro
105 $(RANLIB) libcryptomodule.a
/external/selinux/libselinux/src/
H A DMakefile80 RANLIB ?= ranlib macro
111 $(RANLIB) $@
/external/selinux/libsemanage/src/
H A DMakefile64 RANLIB=ranlib macro
92 $(RANLIB) $@
/external/libogg/win32/
H A DMakefile97 RANLIB = ranlib macro
/external/elfutils/src/
H A DMakefile290 RANLIB = ranlib macro
/external/elfutils/src/config/
H A DMakefile174 RANLIB = ranlib macro
/external/elfutils/src/lib/
H A DMakefile224 RANLIB = ranlib macro
353 $(AM_V_at)$(RANLIB) libeu.a
/external/elfutils/src/libasm/
H A DMakefile275 RANLIB = ranlib macro
433 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
434 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
453 $(AM_V_at)$(RANLIB) libasm.a
458 $(AM_V_at)$(RANLIB) libasm_pic.a
/external/elfutils/src/libcpu/
H A DMakefile250 RANLIB = ranlib macro
386 $(AM_V_at)$(RANLIB) libcpu_i386.a
391 $(AM_V_at)$(RANLIB) libcpu_x86_64.a
/external/elfutils/src/libdw/
H A DMakefile325 RANLIB = ranlib macro
525 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
526 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
545 $(AM_V_at)$(RANLIB) libdw.a
550 $(AM_V_at)$(RANLIB) libdw_pic.a
/external/elfutils/src/libdwelf/
H A DMakefile254 RANLIB = ranlib macro
389 $(AM_V_at)$(RANLIB) libdwelf.a
394 $(AM_V_at)$(RANLIB) libdwelf_pic.a
/external/elfutils/src/libdwfl/
H A DMakefile313 RANLIB = ranlib macro
468 $(AM_V_at)$(RANLIB) libdwfl.a
473 $(AM_V_at)$(RANLIB) libdwfl_pic.a
/external/elfutils/src/libebl/
H A DMakefile276 RANLIB = ranlib macro
431 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
432 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
448 $(AM_V_at)$(RANLIB) libebl.a
/external/elfutils/src/libelf/
H A DMakefile318 RANLIB = ranlib macro
511 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
512 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
531 $(AM_V_at)$(RANLIB) libelf.a
536 $(AM_V_at)$(RANLIB) libelf_pic.a
/external/elfutils/src/m4/
H A DMakefile172 RANLIB = ranlib macro
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp177 RANLIB, enumerator in enum:__anon5997
197 "RANLIB",
1278 pkgDataFlags[RANLIB],
1331 uprv_strlen(libFileNames[LIB_FILE_VERSION]) + uprv_strlen(objectFile) + uprv_strlen(pkgDataFlags[RANLIB]) + BUFFER_PADDING_SIZE;
1348 pkgDataFlags[RANLIB],
/external/libvncserver/
H A DMakefile243 RANLIB = ranlib macro

Completed in 1060 milliseconds

12