Lines Matching refs:lib

2454 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
2455 using \`ar' and \`ranlib', or on Windows using \`lib'.
2538 || func_fatal_help "\`$lib' is not a valid libtool archive"
2684 for lib in $libs; do
2685 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
2689 for lib in $libs; do
2690 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
2692 mv -f $tmpdir/tmp-la $lib
3020 lib="$destdir/$realname"
3125 for lib in $notinst_deplibs; do
3128 if test -f "$lib"; then
3129 func_source "$lib"
3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3133 func_warning "\`$lib' has not been installed in \`$libdir'"
3381 else # not an import lib
5082 # True if ARG is an import lib, as indicated by $file_magic_cmd
5585 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
6038 *.la) linkmode=lib ;;
6056 if test "$linkmode" = lib; then
6082 lib)
6106 # The preopen pass in lib mode reverses $deplibs; put it back here
6108 if test "$linkmode,$pass" = "lib,link"; then
6118 if test "$linkmode,$pass" = "lib,link" ||
6130 if test "$linkmode,$pass" = "lib,dlpreopen"; then
6132 for lib in $dlprefiles; do
6135 func_resolve_sysroot "$lib"
6136 case $lib in
6160 lib=
6170 if test "$linkmode" = lib ; then
6180 if test "$linkmode" != lib && test "$linkmode" != prog; then
6186 if test "$linkmode" = lib; then
6194 lib="$searchdir/lib${name}${search_ext}"
6195 if test -f "$lib"; then
6212 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
6221 if func_lalib_p "$lib"; then
6224 func_source "$lib"
6230 func_dirname "$lib" "" "."
6232 lib=$ladir/$old_library
6238 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
6255 if test "$linkmode" = lib ; then
6266 lib)
6311 lib=$func_resolve_sysroot_result
6319 lib)
6341 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
6390 if test "$found" = yes || test -f "$lib"; then :
6392 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
6396 func_lalib_unsafe_p "$lib" \
6397 || func_fatal_error "\`$lib' is not a valid libtool archive"
6399 func_dirname "$lib" "" "."
6417 func_source "$lib"
6430 if test "$linkmode,$pass" = "lib,link" ||
6432 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
6439 deplibs="$lib $deplibs"
6442 func_fatal_error "cannot find name of link library for \`$lib'"
6447 elif test "$linkmode" != prog && test "$linkmode" != lib; then
6448 func_fatal_error "\`$lib' is not a convenience library"
6476 func_fatal_error "cannot find name of link library for \`$lib'"
6482 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
6491 func_append dlprefiles " $lib $dependency_libs"
6493 func_append newdlfiles " $lib"
6510 func_basename "$lib"
6516 func_warning "library \`$lib' was moved."
6538 func_stripname 'lib' '.la' "$laname"
6544 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
6590 if test "$linkmode" = lib; then
6596 deplibs="$lib $deplibs" # used for prog,scan pass
6604 deplibs="$lib $deplibs"
6694 func_append notinst_deplibs " $lib"
6699 func_append notinst_deplibs " $lib"
6710 if test "X$dlpremoduletest" = "X$lib"; then
6724 if test "$linkmode" = lib &&
6777 func_stripname 'lib' '.dll' "$soname"
6812 # if the lib is a (non-dlopened) module then we can not
6816 if test "X$dlopenmodule" != "X$lib"; then
6817 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
6962 $ECHO "*** Warning: This system can not link to static lib archive $lib."
6990 if test "$linkmode" = lib; then
7096 fi # linkmode = lib
7205 if test "$linkmode" = prog || test "$linkmode" = lib; then
7241 lib)
7244 lib*)
7245 func_stripname 'lib' '.la' "$outputname"
7252 func_fatal_help "libtool library \`$output' must begin with \`lib'"
7255 # Add the "lib" prefix for modules if required
7603 for lib in $old_dlfiles; do
7605 *" $lib "*) ;;
7606 *) func_append dlfiles " $lib" ;;
7613 for lib in $old_dlprefiles; do
7615 *" $lib "*) ;;
7616 *) func_append dlprefiles " $lib" ;;
8117 lib="$output_objdir/$realname"
8651 reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
8807 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
9304 for lib in $dlfiles; do
9305 case $lib in
9307 func_basename "$lib"
9309 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
9311 func_fatal_error "\`$lib' is not a valid libtool archive"
9314 *) func_append newdlfiles " $lib" ;;
9319 for lib in $dlprefiles; do
9320 case $lib in
9326 func_basename "$lib"
9328 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
9330 func_fatal_error "\`$lib' is not a valid libtool archive"
9338 for lib in $dlfiles; do
9339 case $lib in
9340 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
9341 *) abs=`pwd`"/$lib" ;;
9347 for lib in $dlprefiles; do
9348 case $lib in
9349 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
9350 *) abs=`pwd`"/$lib" ;;