Home
last modified time | relevance | path

Searched refs:libtool (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/external/curl/m4/
Dxc-lt-iface.m429 dnl libtool and customizes its default behavior before
30 dnl libtool code is actually used in script.
35 # Determine libtool default behavior #
40 # where libtool knows how to build both library versions, and does not
82 # Make libtool aware of current shared and static library preferences
83 # taking in account that, depending on host characteristics, libtool
131 # Make libtool aware of current PIC preference taking in account that,
132 # depending on host characteristics, libtool may modify PIC default
146 dnl This macro performs embedding of libtool code into
147 dnl configure script, regardless of libtool version in
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dxc-lt-iface.m429 dnl libtool and customizes its default behavior before
30 dnl libtool code is actually used in script.
35 # Determine libtool default behavior #
40 # where libtool knows how to build both library versions, and does not
82 # Make libtool aware of current shared and static library preferences
83 # taking in account that, depending on host characteristics, libtool
131 # Make libtool aware of current PIC preference taking in account that,
132 # depending on host characteristics, libtool may modify PIC default
146 dnl This macro performs embedding of libtool code into
147 dnl configure script, regardless of libtool version in
[all …]
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/
Dhelp-message.test3 # RUN: llvm-libtool-darwin -h | \
5 # RUN: llvm-libtool-darwin -help | \
7 # RUN: llvm-libtool-darwin --help | \
9 # RUN: llvm-libtool-darwin --help-list | \
12 # RUN: not llvm-libtool-darwin -abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s
13 # RUN: not llvm-libtool-darwin --abcabc 2>&1 | FileCheck --check-prefix=UNKNOWN-ARG %s
15 # LIBTOOL-USAGE: OVERVIEW: llvm-libtool-darwin
16 # LIBTOOL-USAGE: USAGE: llvm-libtool-darwin{{(\.exe)?}} [options] <input files>
23 # CATEG: llvm-libtool-darwin Options:
24 # LIST-NOT: llvm-libtool-darwin Options:
Dinvalid-input-output-args.test4 # RUN: not llvm-libtool-darwin -static -o %t.lib 2>&1 | \
10 # RUN: not llvm-libtool-darwin -static %t.input 2>&1 | \
16 # RUN: not llvm-libtool-darwin -static %t.input -o 2>&1 | \
22 # RUN: not llvm-libtool-darwin -static %t.input -o %t.lib1 -o %t.lib2 2>&1 | \
28 # RUN: not llvm-libtool-darwin -static -o %t.lib %t.missing 2>&1 | \
35 # RUN: not llvm-libtool-darwin -static -o %t.lib %t.invalid 2>&1 | \
42 # RUN: not llvm-libtool-darwin -static -o %t.lib %t.elf 2>&1 | \
Dversion.test4 ## cctools libtool, which silences all argument parsing errors when -V is
8 # RUN: llvm-libtool-darwin -V | FileCheck %s
14 # RUN: llvm-libtool-darwin -V -D -U | FileCheck %s
17 # RUN: not llvm-libtool-darwin -V -static 2>&1 | FileCheck --check-prefix=ERROR %s
23 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input1.o %t-input2.o -V | FileCheck %s
24 # RUN: llvm-libtool-darwin -static -o %t2.lib %t-input1.o %t-input2.o
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dbuildconf165 libtool \
166 libtool.m4 \
167 libtool.m4.tmp \
194 if test -f $ac_dir/libtool.m4; then
195 cp -f $ac_dir/libtool.m4 m4/libtool.m4
199 if test -f m4/libtool.m4; then
204 m4/libtool.m4
205 rm -f m4/libtool.m4.tmp
210 if test -f m4/libtool.m4; then
212 $PERL -i.tmp -pe 's/\bmv +([^-\s])/mv -f $1/g' m4/libtool.m4
[all …]
/external/llvm-project/llvm/tools/llvm-libtool-darwin/
DCMakeLists.txt9 add_llvm_tool(llvm-libtool-darwin
10 llvm-libtool-darwin.cpp
14 add_llvm_tool_symlink(libtool llvm-libtool-darwin)
/external/libcups/config-scripts/
Dcups-libtool.m410 AC_ARG_ENABLE(libtool_unsupported, [ --enable-libtool-unsupported=/path/to/libtool
11 build with libtool (UNSUPPORTED!)],
14 AC_MSG_ERROR([Use --enable-libtool-unsupported=/path/to/libtool.])
18 echo "WARNING: libtool is not supported or endorsed by Apple Inc."
/external/libnfnetlink/build-aux/
Ddepcomp48 libtool Whether libtool is used (yes/no).
197 if test "$libtool" = yes; then
253 if test "$libtool" = yes; then
348 if test "$libtool" = yes; then
393 if test "$libtool" = yes; then
441 if test "$libtool" = yes; then
496 if test "$libtool" = yes; then
546 if test "$libtool" = yes; then
599 if test "$libtool" = yes; then
642 if test "$libtool" = yes; then
/external/llvm-project/polly/lib/External/ppcg/
Ddepcomp48 libtool Whether libtool is used (yes/no).
197 if test "$libtool" = yes; then
253 if test "$libtool" = yes; then
348 if test "$libtool" = yes; then
393 if test "$libtool" = yes; then
441 if test "$libtool" = yes; then
496 if test "$libtool" = yes; then
546 if test "$libtool" = yes; then
599 if test "$libtool" = yes; then
642 if test "$libtool" = yes; then
/external/libogg/win32/
DMakefile86 LIBTOOL = $(SHELL) $(top_builddir)/libtool
129 mostlyclean-libtool:
132 clean-libtool:
135 distclean-libtool:
136 -rm -f libtool
199 clean-am: clean-generic clean-libtool mostlyclean-am
203 distclean-am: clean-am distclean-generic distclean-libtool
229 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
233 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
234 distclean distclean-generic distclean-libtool distdir dvi \
[all …]
DMakefile.in129 mostlyclean-libtool:
132 clean-libtool:
135 distclean-libtool:
136 -rm -f libtool
199 clean-am: clean-generic clean-libtool mostlyclean-am
203 distclean-am: clean-am distclean-generic distclean-libtool
229 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
233 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
234 distclean distclean-generic distclean-libtool distdir dvi \
240 mostlyclean-libtool uninstall uninstall-am uninstall-info-am
/external/libcap-ng/libcap-ng-0.7/
Ddepcomp48 libtool Whether libtool is used (yes/no).
186 if test "$libtool" = yes; then
238 if test "$libtool" = yes; then
325 if test "$libtool" = yes; then
370 if test "$libtool" = yes; then
419 if test "$libtool" = yes; then
474 if test "$libtool" = yes; then
525 if test "$libtool" = yes; then
579 if test "$libtool" = yes; then
622 if test "$libtool" = yes; then
/external/libnetfilter_conntrack/
Ddepcomp48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
564 if test "$libtool" = yes; then
/external/libexif/
Ddepcomp48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
564 if test "$libtool" = yes; then
/external/libnfnetlink/
Ddepcomp48 libtool Whether libtool is used (yes/no).
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
418 if test "$libtool" = yes; then
469 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
564 if test "$libtool" = yes; then
/external/llvm-project/polly/lib/External/isl/interface/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/ImageMagick/config/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/python/cpython2/Modules/_ctypes/libffi/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/expat/conftools/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/curl/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/speex/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/iperf3/config/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/strace/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then
/external/libpng/
Ddepcomp47 libtool Whether libtool is used (yes/no).
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
521 if test "$libtool" = yes; then
576 if test "$libtool" = yes; then
627 if test "$libtool" = yes; then
682 if test "$libtool" = yes; then
725 if test "$libtool" = yes; then

12345678910>>...34