Lines Matching refs:dir
219 dir=`echo "X$x" | sed -e 's/^X-L//'`
220 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
221 found_dir="$dir"
222 found_so="$dir/lib$name.$shlibext"
223 if test -f "$dir/lib$name.la"; then
224 found_la="$dir/lib$name.la"
227 if test -f "$dir/lib$name.$libext"; then
228 found_dir="$dir"
229 found_a="$dir/lib$name.$libext"
230 if test -f "$dir/lib$name.la"; then
231 found_la="$dir/lib$name.la"
439 dir=`echo "X$dep" | sed -e 's/^X-R//'`
445 if test "X$x" = "X$dir"; then
451 rpathdirs="$rpathdirs $dir"
457 if test "X$x" = "X$dir"; then
463 ltrpathdirs="$ltrpathdirs $dir"