Lines Matching refs:lib
1866 || func_fatal_help "\`$lib' is not a valid libtool archive"
2307 lib="$destdir/$realname"
2412 for lib in $notinst_deplibs; do
2415 if test -f "$lib"; then
2416 func_source "$lib"
2418 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
2420 func_warning "\`$lib' has not been installed in \`$libdir'"
5162 *.la) linkmode=lib ;;
5180 if test "$linkmode" = lib; then
5206 lib)
5256 for lib in $dlprefiles; do
5259 case $lib in
5260 *.la) func_source "$lib" ;;
5283 lib=
5292 if test "$linkmode" = lib ; then
5302 if test "$linkmode" != lib && test "$linkmode" != prog; then
5308 if test "$linkmode" = lib; then
5316 lib="$searchdir/lib${name}${search_ext}"
5317 if test -f "$lib"; then
5334 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
5343 if func_lalib_p "$lib"; then
5346 func_source "$lib"
5352 func_dirname "$lib" "" "."
5354 lib=$ladir/$old_library
5360 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
5377 if test "$linkmode" = lib ; then
5388 lib)
5428 *.la) lib="$deplib" ;;
5435 lib)
5506 if test "$found" = yes || test -f "$lib"; then :
5508 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
5512 func_lalib_unsafe_p "$lib" \
5513 || func_fatal_error "\`$lib' is not a valid libtool archive"
5515 func_dirname "$lib" "" "."
5533 func_source "$lib"
5548 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
5555 deplibs="$lib $deplibs"
5558 func_fatal_error "cannot find name of link library for \`$lib'"
5563 elif test "$linkmode" != prog && test "$linkmode" != lib; then
5564 func_fatal_error "\`$lib' is not a convenience library"
5586 func_fatal_error "cannot find name of link library for \`$lib'"
5592 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
5601 dlprefiles="$dlprefiles $lib $dependency_libs"
5603 newdlfiles="$newdlfiles $lib"
5620 func_basename "$lib"
5626 func_warning "library \`$lib' was moved."
5654 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
5674 if test "$linkmode" = lib; then
5680 deplibs="$lib $deplibs" # used for prog,scan pass
5688 deplibs="$lib $deplibs"
5777 notinst_deplibs="$notinst_deplibs $lib"
5782 notinst_deplibs="$notinst_deplibs $lib"
5793 if test "X$dlpremoduletest" = "X$lib"; then
5807 if test "$linkmode" = lib &&
5899 if test "X$dlopenmodule" != "X$lib"; then
6045 $ECHO "*** Warning: This system can not link to static lib archive $lib."
6073 if test "$linkmode" = lib; then
6280 if test "$linkmode" = prog || test "$linkmode" = lib; then
6316 lib)
6319 lib*)
6676 for lib in $old_dlfiles; do
6678 *" $lib "*) ;;
6679 *) dlfiles="$dlfiles $lib" ;;
6686 for lib in $old_dlprefiles; do
6688 *" $lib "*) ;;
6689 *) dlprefiles="$dlprefiles $lib" ;;
7177 lib="$output_objdir/$realname"
8282 for lib in $dlfiles; do
8283 case $lib in
8285 func_basename "$lib"
8287 libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
8289 func_fatal_error "\`$lib' is not a valid libtool archive"
8292 *) newdlfiles="$newdlfiles $lib" ;;
8297 for lib in $dlprefiles; do
8298 case $lib in
8304 func_basename "$lib"
8306 libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
8308 func_fatal_error "\`$lib' is not a valid libtool archive"
8316 for lib in $dlfiles; do
8317 case $lib in
8318 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
8319 *) abs=`pwd`"/$lib" ;;
8325 for lib in $dlprefiles; do
8326 case $lib in
8327 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
8328 *) abs=`pwd`"/$lib" ;;