Lines Matching full:libdir
1549 libdir=
1573 if test -z "$libdir"; then
1610 if test -z "$libdir"; then
1640 if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
1644 libdir="$abs_ladir"
1646 dir="$libdir"
1647 absdir="$libdir"
1659 if test -z "$libdir"; then
1675 if test -z "$libdir"; then
1741 *" $libdir "*) ;;
1744 *" $libdir "*) ;;
1745 *) finalize_rpath="$finalize_rpath $libdir"
1862 case "$libdir" in
1864 add_dir="-L$inst_prefix_dir$libdir $add_dir"
1900 *":$libdir:"*) ;;
1901 *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
1913 add="$libdir/$linklib"
1915 add_dir="-L$libdir"
1919 *":$libdir:"*) ;;
1920 libdir:" ;;
1925 add_dir="-L$libdir"
1928 case "$libdir" in
1930 add_dir="-L$inst_prefix_dir$libdir $add_dir"
2011 for libdir in $dependency_libs; do
2012 case $libdir in
2013 -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
2018 *) temp_deplibs="$temp_deplibs $libdir";;
2061 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
2062 if test -z "$libdir"; then
2066 if test "$absdir" != "$libdir"; then
2453 for libdir in $xrpath; do
2454 temp_xrpath="$temp_xrpath -R$libdir"
2456 *" $libdir "*) ;;
2457 *) finalize_rpath="$finalize_rpath $libdir" ;;
2801 for libdir in $rpath; do
2805 hardcode_libdirs="$libdir"
2809 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
2812 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
2822 *" $libdir "*) ;;
2823 *) perm_rpath="$perm_rpath $libdir" ;;
2830 libdir="$hardcode_libdirs"
3217 for libdir in $rpath $xrpath; do
3220 *" $libdir "*) ;;
3221 *) finalize_rpath="$finalize_rpath $libdir" ;;
3229 for libdir in $compile_rpath $finalize_rpath; do
3233 hardcode_libdirs="$libdir"
3237 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
3240 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
3250 *" $libdir "*) ;;
3251 *) perm_rpath="$perm_rpath $libdir" ;;
3257 *":$libdir:"*) ;;
3258 *) dllsearchpath="$dllsearchpath:$libdir";;
3266 libdir="$hardcode_libdirs"
3273 for libdir in $finalize_rpath; do
3277 hardcode_libdirs="$libdir"
3281 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
3284 hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
3294 *" $libdir "*) ;;
3295 *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
3302 libdir="$hardcode_libdirs"
3975 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
3976 if test -z "$libdir"; then
3980 newdependency_libs="$newdependency_libs $libdir/$name"
3989 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
3990 if test -z "$libdir"; then
3994 newdlfiles="$newdlfiles $libdir/$name"
4000 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
4001 if test -z "$libdir"; then
4005 newdlprefiles="$newdlprefiles $libdir/$name"
4047 libdir='$install_libdir'"
4240 # Add the libdir to current_libdirs if it is the destination.
4241 if test "X$destdir" = "X$libdir"; then
4243 *" $libdir "*) ;;
4244 *) current_libdirs="$current_libdirs $libdir" ;;
4247 # Note the libdir as a future libdir.
4249 *" $libdir "*) ;;
4250 *) future_libdirs="$future_libdirs $libdir" ;;
4260 inst_prefix_dir=`$echo "$destdir" | sed "s%$libdir\$%%"`
4266 $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
4418 libdir=
4426 libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
4427 if test -n "$libdir" && test ! -f "$libfile"; then
4428 $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
4547 for libdir in $libdirs; do
4574 for libdir in $libdirs; do
4575 echo " $libdir"
4579 echo "in a given directory, LIBDIR, you must either use libtool, and"
4583 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4587 echo " - add LIBDIR to the \`$runpath_var' environment variable"
4591 libdir=LIBDIR
4600 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
5003 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
5007 Each LIBDIR is a directory that contains libtool libraries.
5047 -LLIBDIR search LIBDIR for required installed libraries
5055 -rpath LIBDIR the created library will eventually be installed in LIBDIR
5056 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries