Searched refs:ranlib (Results 1 - 25 of 203) sorted by relevance

123456789

/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-ranlib/
H A DMakefile1 ##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-ranlib
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dranlib.h56 * @(#)ranlib.h 8.1 (Berkeley) 6/2/93
65 * the order ranlib(1) originally produced and still produces without any
67 * This order has the ranlib structures in the order the objects appear in the
70 * option to ranlib(1). This table of contents has the archive member name
75 * ranlib(1) gets confused when it is run on a archive with the second type of
78 * significant and ranlib(1) only checks for the first one).
88 * __.SYMDEF begins with a long giving the size in bytes of the ranlib
94 struct ranlib { struct
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dranlib.h0 /* ranlib.h -- archive library index member definition for GNU.
58 #define ranlib symdef macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dsanity.sh17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
37 for i in size objdump nm ar ranlib ; do
46 ### ranlib
/macosx-10.10.1/CrackLib-37765/cracklib27/cracklib/
H A DMakefile15 -ranlib $(LIB)
/macosx-10.10.1/OpenSSL098-52/src/util/pl/
H A Dunix.pl41 $ranlib=&which("ranlib") or $ranlib="true";
H A DBC-32.pl45 $ranlib='';
H A DMingw32.pl65 $ranlib='ranlib';
H A DOS2-EMX.pl36 $ranlib="ar s";
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmakefile.amiga18 ranlib libcurl.a
H A DMakefile.m3267 RANLIB = $(CROSSPREFIX)ranlib
/macosx-10.10.1/ruby-106/ruby/test/mkmf/
H A Dtest_have_library.rb21 config_string('RANLIB') do |ranlib|
22 xsystem("#{ranlib} #{lib}")
/macosx-10.10.1/OpenLDAP-499.27/
H A Dar.sh5 # Problem is Rhapsody's ar doesn't work on a file that's been ranlib'ed
6 # and some makefiles want to edit ranlib'ed archives.
89 # File is fat. Undo ranlib.
94 ranlib $2;
/macosx-10.10.1/llvmCore-3425.0.34/tools/
H A DMakefile31 llc llvm-ranlib llvm-ar llvm-nm \
/macosx-10.10.1/net_snmp-143/
H A Dar.sh5 # Problem is Rhapsody's ar doesn't work on a file that's been ranlib'ed
6 # and some makefiles want to edit ranlib'ed archives.
90 # File is fat. Undo ranlib.
95 ranlib $2;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A DMakefile33 RANLIB=ranlib
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/doc/
H A DMakefile.am25 ranlib.1 \
96 ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS)
98 -$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod
99 -($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
101 rm -f ranlib.pod
/macosx-10.10.1/tcl-105/tk/tk/win/
H A Dconfigure.in56 dnl AC_CHECK_TOOL(RANLIB, ranlib)
61 AC_CHECK_PROG(RANLIB, ranlib, ranlib)
68 AC_MSG_ERROR([Required archive index tool 'ranlib' not found on PATH.])
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A Dconfigure.in49 #AC_CHECK_TOOL(RANLIB, ranlib)
54 AC_CHECK_PROG(RANLIB, ranlib, ranlib)
61 AC_MSG_ERROR([Required archive index tool 'ranlib' not found on PATH.])
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DMakefile.in62 RANLIB = ranlib
112 @echo Do not be alarmed if the following ranlib command
113 @echo fails due to the absence of a ranlib program on your system.
115 #If running ranlib fails, probably there is none.
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A Dconfigure.in68 dnl AC_CHECK_TOOL(RANLIB, ranlib)
73 AC_CHECK_PROG(RANLIB, ranlib, ranlib)
80 AC_MSG_ERROR([Required archive index tool 'ranlib' not found on PATH.])
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A Dconfigure.in59 dnl AC_CHECK_TOOL(RANLIB, ranlib)
64 AC_CHECK_PROG(RANLIB, ranlib, ranlib)
71 AC_MSG_ERROR([Required archive index tool 'ranlib' not found on PATH.])
/macosx-10.10.1/bzip2-36/bzip2/
H A DMakefile20 RANLIB=ranlib
49 @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \
50 -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \
/macosx-10.10.1/python_modules-40/tmpprefix/f2c/
H A DMakefile25 ranlib $(TMPPREFIX)/lib/$(LIBF2CNAME).a && \
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfipsld106 (ranlib "${THERE}/libcrypto.a") 2>/dev/null || :
108 (ranlib "${THERE}/libcrypto.a") 2>/dev/null || :;

Completed in 218 milliseconds

123456789