Lines Matching refs:xdir
1155 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
1156 if test "X$xdir" = "X$obj"; then
1157 xdir=
1159 xdir=$xdir/
1161 lobj=${xdir}$objdir/$objname
1264 if test ! -d "${xdir}$objdir"; then
1265 $show "$mkdir ${xdir}$objdir"
1266 $run $mkdir ${xdir}$objdir
1268 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1641 if test "X$xdir" = "X$arg"; then
1644 xdir="$xdir/"
1649 pic_object="$xdir$pic_object"
1677 non_pic_object="$xdir$non_pic_object"
1686 # $xdir was prepended to $pic_object above.
2184 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
2185 if test "X$xdir" = "X$arg"; then
2186 xdir=
2188 xdir="$xdir/"
2193 pic_object="$xdir$pic_object"
2221 non_pic_object="$xdir$non_pic_object"
2243 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
2244 if test "X$xdir" = "X$arg"; then
2245 xdir=
2247 xdir="$xdir/"
2250 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
2251 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`