Lines Matching refs:lib

2484 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
2485 using \`ar' and \`ranlib', or on Windows using \`lib'.
2568 || func_fatal_help "\`$lib' is not a valid libtool archive"
2714 for lib in $libs; do
2715 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
2719 for lib in $libs; do
2720 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
2722 mv -f $tmpdir/tmp-la $lib
3050 lib="$destdir/$realname"
3155 for lib in $notinst_deplibs; do
3158 if test -f "$lib"; then
3159 func_source "$lib"
3161 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3163 func_warning "\`$lib' has not been installed in \`$libdir'"
3411 else # not an import lib
5115 # True if ARG is an import lib, as indicated by $file_magic_cmd
5618 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
6072 *.la) linkmode=lib ;;
6090 if test "$linkmode" = lib; then
6116 lib)
6140 # The preopen pass in lib mode reverses $deplibs; put it back here
6142 if test "$linkmode,$pass" = "lib,link"; then
6152 if test "$linkmode,$pass" = "lib,link" ||
6164 if test "$linkmode,$pass" = "lib,dlpreopen"; then
6166 for lib in $dlprefiles; do
6169 func_resolve_sysroot "$lib"
6170 case $lib in
6194 lib=
6207 lib)
6231 if test "$linkmode" != lib && test "$linkmode" != prog; then
6237 if test "$linkmode" = lib; then
6245 lib="$searchdir/lib${name}${search_ext}"
6246 if test -f "$lib"; then
6263 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
6272 if func_lalib_p "$lib"; then
6275 func_source "$lib"
6281 func_dirname "$lib" "" "."
6283 lib=$ladir/$old_library
6289 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
6306 if test "$linkmode" = lib ; then
6317 lib)
6362 lib=$func_resolve_sysroot_result
6370 lib)
6392 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
6441 if test "$found" = yes || test -f "$lib"; then :
6443 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
6447 func_lalib_unsafe_p "$lib" \
6448 || func_fatal_error "\`$lib' is not a valid libtool archive"
6450 func_dirname "$lib" "" "."
6468 func_source "$lib"
6481 if test "$linkmode,$pass" = "lib,link" ||
6483 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
6490 deplibs="$lib $deplibs"
6493 func_fatal_error "cannot find name of link library for \`$lib'"
6498 elif test "$linkmode" != prog && test "$linkmode" != lib; then
6499 func_fatal_error "\`$lib' is not a convenience library"
6527 func_fatal_error "cannot find name of link library for \`$lib'"
6533 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
6542 func_append dlprefiles " $lib $dependency_libs"
6544 func_append newdlfiles " $lib"
6561 func_basename "$lib"
6567 func_warning "library \`$lib' was moved."
6589 func_stripname 'lib' '.la' "$laname"
6595 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
6641 if test "$linkmode" = lib; then
6647 deplibs="$lib $deplibs" # used for prog,scan pass
6655 deplibs="$lib $deplibs"
6745 func_append notinst_deplibs " $lib"
6750 func_append notinst_deplibs " $lib"
6761 if test "X$dlpremoduletest" = "X$lib"; then
6775 if test "$linkmode" = lib &&
6828 func_stripname 'lib' '.dll' "$soname"
6863 # if the lib is a (non-dlopened) module then we can not
6867 if test "X$dlopenmodule" != "X$lib"; then
6868 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
7013 $ECHO "*** Warning: This system can not link to static lib archive $lib."
7041 if test "$linkmode" = lib; then
7147 fi # linkmode = lib
7256 if test "$linkmode" = prog || test "$linkmode" = lib; then
7292 lib)
7295 lib*)
7296 func_stripname 'lib' '.la' "$outputname"
7303 func_fatal_help "libtool library \`$output' must begin with \`lib'"
7306 # Add the "lib" prefix for modules if required
7654 for lib in $old_dlfiles; do
7656 *" $lib "*) ;;
7657 *) func_append dlfiles " $lib" ;;
7664 for lib in $old_dlprefiles; do
7666 *" $lib "*) ;;
7667 *) func_append dlprefiles " $lib" ;;
8168 lib="$output_objdir/$realname"
8702 reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
8858 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
9355 for lib in $dlfiles; do
9356 case $lib in
9358 func_basename "$lib"
9360 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
9362 func_fatal_error "\`$lib' is not a valid libtool archive"
9365 *) func_append newdlfiles " $lib" ;;
9370 for lib in $dlprefiles; do
9371 case $lib in
9377 func_basename "$lib"
9379 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
9381 func_fatal_error "\`$lib' is not a valid libtool archive"
9389 for lib in $dlfiles; do
9390 case $lib in
9391 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
9392 *) abs=`pwd`"/$lib" ;;
9398 for lib in $dlprefiles; do
9399 case $lib in
9400 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
9401 *) abs=`pwd`"/$lib" ;;