Home
last modified time | relevance | path

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

1234

/third_party/ltp/include/mk/
H A Dlib.mk70 $(if $(RANLIB),$(RANLIB),ranlib) "$@"
74 @echo "RANLIB $@"
75 @$(if $(RANLIB),$(RANLIB),ranlib) "$@"
/third_party/zlib/
H A Dconfigure60 RANLIB=${RANLIB-"${CROSS_PREFIX}ranlib"}
61 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
63 RANLIB=${RANLIB-"ranlib"}
313 RANLIB=${RANLIB-"true"}
853 echo RANLIB = $RANLIB >> configure.log
884 /^RANLIB *
[all...]
/third_party/selinux/libsepol/src/
H A DMakefile6 RANLIB ?= ranlib macro
53 $(RANLIB) $@
/third_party/libsnd/Scripts/
H A Dandroid-configure.sh81 export RANLIB=${CROSS_PREFIX}-ranlib
/third_party/optimized-routines/
H A DMakefile26 RANLIB = $(CROSS_COMPILE)ranlib macro
/third_party/musl/libc-test/
H A DMakefile11 RANLIB = $(CROSS_COMPILE)ranlib macro
94 $(RANLIB) $@
/third_party/musl/
H A Dconfigure181 RANLIB=*) RANLIB=${arg#*=} ;;
806 RANLIB = ${RANLIB:-\$(CROSS_COMPILE)ranlib}
H A DMakefile56 RANLIB = $(CROSS_COMPILE)ranlib macro
168 $(RANLIB) $@
/third_party/tzdata/
H A DMakefile553 RANLIB= : macro
652 $(RANLIB) '$(DESTDIR)$(LIBDIR)/libtz.a'
839 $(RANLIB) $@
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DNativeLibs.mk403 RANLIB=$(TOOLCHAIN_X86_PREFIX)-ranlib \
420 RANLIB=$(TOOLCHAIN_X86_64_PREFIX)-ranlib \
437 RANLIB=$(TOOLCHAIN_ARM_PREFIX)-ranlib \
454 RANLIB=$(TOOLCHAIN_ARM_V7A_PREFIX)-ranlib \
471 RANLIB=$(TOOLCHAIN_ARM_V7A_HARD_PREFIX)-ranlib \
488 RANLIB=$(TOOLCHAIN_ARM64_V8A_PREFIX)-ranlib \
505 RANLIB=$(TOOLCHAIN_MIPS_PREFIX)-ranlib \
522 RANLIB=$(TOOLCHAIN_MIPS64_PREFIX)-ranlib \
/third_party/optimized-routines/networking/
H A DDir.mk52 $(RANLIB) $@
/third_party/musl/porting/linux/user/
H A DMakefile56 RANLIB = $(CROSS_COMPILE)ranlib macro
168 $(RANLIB) $@
/third_party/musl/scripts/linux/
H A DMakefile56 RANLIB = $(CROSS_COMPILE)ranlib macro
168 $(RANLIB) $@
/third_party/musl/porting/liteos_a/user_debug/
H A DMakefile56 RANLIB = $(CROSS_COMPILE)ranlib macro
168 $(RANLIB) $@
/third_party/skia/third_party/externals/freetype/builds/amiga/
H A Dmakefile57 RANLIB = ppc-morphos-ranlib macro
289 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
/third_party/selinux/libselinux/src/
H A DMakefile116 RANLIB ?= ranlib macro
159 $(RANLIB) $@
/third_party/optimized-routines/math/
H A DDir.mk62 $(RANLIB) $@
/third_party/optimized-routines/string/
H A DDir.mk78 $(RANLIB) $@
/third_party/libevdev/
H A Dconfigure709 RANLIB
6740 if test -n "$RANLIB"; then
6741 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6764 RANLIB=$ac_cv_prog_RANLIB
6765 if test -n "$RANLIB"; then
6766 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6767 printf "%s\n" "$RANLIB" >&6; }
6776 ac_ct_RANLIB=$RANLIB
6819 RANLIB=":"
6827 RANLIB
[all...]
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak22 SILENT = DEPCC DEPHOSTCC DEPAS DEPX86ASM RANLIB RM
H A Dlibrary.mak39 $(RANLIB) $@
/third_party/skia/third_party/externals/libpng/
H A Dconfigure679 RANLIB
6193 if test -n "$RANLIB"; then
6194 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6213 RANLIB=$ac_cv_prog_RANLIB
6214 if test -n "$RANLIB"; then
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6216 $as_echo "$RANLIB" >&6; }
6225 ac_ct_RANLIB=$RANLIB
6263 RANLIB=":"
6271 RANLIB
[all...]
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp195 RANLIB, enumerator
215 "RANLIB",
1335 pkgDataFlags[RANLIB], in pkg_archiveLibrary()
1388 uprv_strlen(libFileNames[LIB_FILE_VERSION]) + uprv_strlen(objectFile) + uprv_strlen(pkgDataFlags[RANLIB]) + BUFFER_PADDING_SIZE); in pkg_generateLibraryFile()
1405 pkgDataFlags[RANLIB], in pkg_generateLibraryFile()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp195 RANLIB, enumerator
215 "RANLIB",
1332 pkgDataFlags[RANLIB], in pkg_archiveLibrary()
1385 uprv_strlen(libFileNames[LIB_FILE_VERSION]) + uprv_strlen(objectFile) + uprv_strlen(pkgDataFlags[RANLIB]) + BUFFER_PADDING_SIZE); in pkg_generateLibraryFile()
1402 pkgDataFlags[RANLIB], in pkg_generateLibraryFile()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp195 RANLIB, enumerator
215 "RANLIB",
1332 pkgDataFlags[RANLIB], in pkg_archiveLibrary()
1385 uprv_strlen(libFileNames[LIB_FILE_VERSION]) + uprv_strlen(objectFile) + uprv_strlen(pkgDataFlags[RANLIB]) + BUFFER_PADDING_SIZE); in pkg_generateLibraryFile()
1402 pkgDataFlags[RANLIB], in pkg_generateLibraryFile()

Completed in 31 milliseconds

1234