Home | History | Annotate | Download | only in dbus

Lines Matching refs:xdir

824     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
825 if test "X$xdir" = "X$obj"; then
826 xdir=
828 xdir=$xdir/
830 lobj=${xdir}$objdir/$objname
933 if test ! -d "${xdir}$objdir"; then
934 $show "$mkdir ${xdir}$objdir"
935 $run $mkdir ${xdir}$objdir
937 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1318 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1319 if test "X$xdir" = "X$arg"; then
1320 xdir=
1322 xdir="$xdir/"
1327 pic_object="$xdir$pic_object"
1355 non_pic_object="$xdir$non_pic_object"
1364 # $xdir was prepended to $pic_object above.
1377 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1378 if test "X$xdir" = "X$arg"; then
1379 xdir=
1381 xdir="$xdir/"
1384 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1385 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1862 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1863 if test "X$xdir" = "X$arg"; then
1864 xdir=
1866 xdir="$xdir/"
1871 pic_object="$xdir$pic_object"
1899 non_pic_object="$xdir$non_pic_object"
1908 # $xdir was prepended to $pic_object above.
1921 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1922 if test "X$xdir" = "X$arg"; then
1923 xdir=
1925 xdir="$xdir/"
1928 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1929 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`