HomeSort by: relevance | last modified time | path
    Searched refs:ranlib (Results 1 - 15 of 15) sorted by relevancy

  /src/include/
ranlib.h 1 /* $NetBSD: ranlib.h,v 1.6 2003/08/07 09:44:11 agc Exp $ */
31 * @(#)ranlib.h 8.1 (Berkeley) 6/2/93
40 struct ranlib { struct
Makefile 19 paths.h pwd.h quota.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
  /src/sys/arch/playstation2/conf/
build.playstation2.sh 14 RANLIB=${root}/bin/${target}-ranlib; export RANLIB
  /src/share/man/man5/
Makefile 15 printcap.5 protocols.5 ranlib.5 rc.conf.5 remote.5 \
  /src/share/mk/
bsd.host.mk 39 HOST_RANLIB?= ranlib
sys.mk 16 RANLIB?= ranlib
bsd.own.mk 385 RANLIB= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-ranlib
411 RANLIB= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ranlib
  /src/usr.bin/make/unit-tests/
archive.exp 6 ranlib libprog.a
archive.mk 46 ranlib ${.TARGET}
  /src/lib/libc/gdtoa/
makefile 58 ranlib gdtoa.a || true
66 # If your system lacks ranlib, you do not need it.
  /src/distrib/alpha/rz25dist/
Makefile 58 ln -s ../local/bin/ranlib ${DESTDIR}/usr/bin
  /src/common/dist/zlib/
Makefile.in 37 RANLIB=ranlib
128 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
311 -@($(RANLIB) $(DESTDIR)$(libdir)/libz.a || true) >/dev/null 2>&1
329 # The ranlib in install is needed on NeXTSTEP which checks file times
  /src/usr.bin/crunch/examples/
really-big.conf 47 progs pagesize passwd paste patch pr printenv printf quota ranlib
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1047 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
1048 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
1537 AC_CHECK_TOOL(RANLIB, ranlib, :)
1538 test -z "$RANLIB" && RANLIB=:
1539 _LT_DECL([], [RANLIB], [1],
1547 if test -n "$RANLIB"; then
1550 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
1553 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 678 RANLIB
10553 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
10554 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
10560 if test -n "$RANLIB"; then
10561 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
10570 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
10580 RANLIB=$ac_cv_prog_RANLIB
10581 if test -n "$RANLIB"; then
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
10583 $as_echo "$RANLIB" >&6;
    [all...]

Completed in 65 milliseconds