Lines Matching refs:lib
3771 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
3772 using 'ar' and 'ranlib', or on Windows using 'lib'.
3856 || func_fatal_help "'$lib' is not a valid libtool archive"
4003 for lib in $libs; do
4004 echo "removing references to $lt_sysroot and '=' prefixes from $lib"
4008 for lib in $libs; do
4009 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
4011 mv -f $tmpdir/tmp-la $lib
4348 lib=$destdir/$realname
4453 for lib in $notinst_deplibs; do
4456 if test -f "$lib"; then
4457 func_source "$lib"
4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4461 func_warning "'$lib' has not been installed in '$libdir'"
4712 else # not an import lib
6460 # True if ARG is an import lib, as indicated by $file_magic_cmd
6995 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
7275 # -stdlib=* select c++ std lib with clang
7484 *.la) linkmode=lib ;;
7502 if test lib = "$linkmode"; then
7528 lib)
7552 # The preopen pass in lib mode reverses $deplibs; put it back here
7554 if test lib,link = "$linkmode,$pass"; then
7564 if test lib,link = "$linkmode,$pass" ||
7576 if test lib,dlpreopen = "$linkmode,$pass"; then
7578 for lib in $dlprefiles; do
7581 func_resolve_sysroot "$lib"
7582 case $lib in
7606 lib=
7616 if test lib = "$linkmode"; then
7626 if test lib != "$linkmode" && test prog != "$linkmode"; then
7632 if test lib = "$linkmode"; then
7640 lib=$searchdir/lib$name$search_ext
7641 if test -f "$lib"; then
7658 if func_lalib_p "$lib"; then
7661 func_source "$lib"
7667 func_dirname "$lib" "" "."
7669 lib=$ladir/$old_library
7675 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7691 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7702 if test lib = "$linkmode"; then
7713 lib)
7758 lib=$func_resolve_sysroot_result
7766 lib)
7793 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
7837 $found || test -f "$lib" \
7838 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
7841 func_lalib_unsafe_p "$lib" \
7842 || func_fatal_error "'$lib' is not a valid libtool archive"
7844 func_dirname "$lib" "" "."
7862 func_source "$lib"
7875 if test lib,link = "$linkmode,$pass" ||
7877 { test prog != "$linkmode" && test lib != "$linkmode"; }; then
7884 deplibs="$lib $deplibs"
7887 func_fatal_error "cannot find name of link library for '$lib'"
7892 elif test prog != "$linkmode" && test lib != "$linkmode"; then
7893 func_fatal_error "'$lib' is not a convenience library"
7921 func_fatal_error "cannot find name of link library for '$lib'"
7927 && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
7936 func_append dlprefiles " $lib $dependency_libs"
7938 func_append newdlfiles " $lib"
7955 func_basename "$lib"
7961 func_warning "library '$lib' was moved."
7983 func_stripname 'lib' '.la' "$laname"
7989 func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
8035 if test lib = "$linkmode"; then
8041 deplibs="$lib $deplibs" # used for prog,scan pass
8049 deplibs="$lib $deplibs"
8139 func_append notinst_deplibs " $lib"
8144 func_append notinst_deplibs " $lib"
8155 if test "X$dlpremoduletest" = "X$lib"; then
8169 if test lib = "$linkmode" &&
8222 func_stripname 'lib' '.dll' "$soname"
8257 # if the lib is a (non-dlopened) module then we cannot
8261 if test "X$dlopenmodule" != "X$lib"; then
8262 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
8407 $ECHO "*** Warning: This system cannot link to static lib archive $lib."
8435 if test lib = "$linkmode"; then
8541 fi # linkmode = lib
8681 if test prog = "$linkmode" || test lib = "$linkmode"; then
8717 lib)
8720 lib*)
8721 func_stripname 'lib' '.la' "$outputname"
8728 && func_fatal_help "libtool library '$output' must begin with 'lib'"
8731 # Add the "lib" prefix for modules if required
9097 for lib in $old_dlfiles; do
9099 *" $lib "*) ;;
9100 *) func_append dlfiles " $lib" ;;
9107 for lib in $old_dlprefiles; do
9109 *" $lib "*) ;;
9110 *) func_append dlprefiles " $lib" ;;
9611 lib=$output_objdir/$realname
10148 reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
10302 testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
10800 for lib in $dlfiles; do
10801 case $lib in
10803 func_basename "$lib"
10805 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10807 func_fatal_error "'$lib' is not a valid libtool archive"
10810 *) func_append newdlfiles " $lib" ;;
10815 for lib in $dlprefiles; do
10816 case $lib in
10822 func_basename "$lib"
10824 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10826 func_fatal_error "'$lib' is not a valid libtool archive"
10834 for lib in $dlfiles; do
10835 case $lib in
10836 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
10837 *) abs=`pwd`"/$lib" ;;
10843 for lib in $dlprefiles; do
10844 case $lib in
10845 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
10846 *) abs=`pwd`"/$lib" ;;