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

  /src/tools/xz-include/
Makefile 20 CLEANFILES+= config.log config.status config.h libtool stamp-h1
  /src/lib/librumpuser/build-aux/
depcomp 47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
488 # Libtool generates 2 separate objects for the 2 libraries. These
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; the
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
depcomp 47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
488 # Libtool generates 2 separate objects for the 2 libraries. These
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; the
    [all...]
ltmain.sh 5 # libtool (GNU libtool) 2.4.6
13 # GNU Libtool is free software; you can redistribute it and/or modify
20 # is built using GNU Libtool, you may include this file under the
23 # GNU Libtool is distributed in the hope that it will be useful, but
32 PROGRAM=libtool
33 PACKAGE=libtool
42 # Run './libtool --help' for help with using this script from the
82 # this file as part of a program or library that is built using GNU Libtool,
888 # libtool processes, and avoids race conditions if possible. I
    [all...]
  /src/sys/external/isc/libsodium/dist/
depcomp 47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
488 # Libtool generates 2 separate objects for the 2 libraries. These
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; the
    [all...]
ltmain.sh 2 # libtool (GNU libtool) 2.4.2
10 # GNU Libtool is free software; you can redistribute it and/or modify
17 # is built using GNU Libtool, you may include this file under the
20 # GNU Libtool is distributed in the hope that it will be useful, but
26 # along with GNU Libtool; see the file COPYING. If not, a copy
54 # compile compile a source file into a libtool object
56 # finish complete the installation of libtool libraries
73 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7ubuntu1
77 # Report bugs to <bug-libtool@gnu.org>
    [all...]
configure 689 LIBTOOL
1519 --disable-libtool-lock avoid locking (might break parallel builds)
3301 as_fn_error $? "The build directory contains whitespaces - This can cause tests/installation to fail due to limitations of some libtool versions" "$LINENO" 5
6056 # Support running with and without libtool.
6057 ifneq ($(LIBTOOL),)
6058 valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
8915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
8916 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
9526 # Libtool will interpret -1 as no limit whatsoever
10900 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. *
    [all...]
  /src/libexec/httpd/lua/
Makefile 25 libtool -dynamic -o ${.TARGET} ${OBJS} ${PREFIX}/pkg/lib/liblua.dylib /usr/lib/libc.dylib ${PREFIX}/pkg/lib/libbozohttpd.dylib
  /src/common/dist/zlib/
configure 268 if "${CROSS_PREFIX}libtool" -V 2>&1 | grep Apple > /dev/null; then
269 AR="${CROSS_PREFIX}libtool"
270 elif libtool -V 2>&1 | grep Apple > /dev/null; then
271 AR="libtool"
273 AR="/usr/bin/libtool"

Completed in 531 milliseconds