Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:xdir

803     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
804 if test "X$xdir" = "X$obj"; then
805 xdir=
807 xdir=$xdir/
809 lobj=${xdir}$objdir/$objname
912 if test ! -d "${xdir}$objdir"; then
913 $show "$mkdir ${xdir}$objdir"
914 $run $mkdir ${xdir}$objdir
916 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1288 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1289 if test "X$xdir" = "X$arg"; then
1290 xdir=
1292 xdir="$xdir/"
1297 pic_object="$xdir$pic_object"
1325 non_pic_object="$xdir$non_pic_object"
1334 # $xdir was prepended to $pic_object above.
1347 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1348 if test "X$xdir" = "X$arg"; then
1349 xdir=
1351 xdir="$xdir/"
1354 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1355 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1832 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1833 if test "X$xdir" = "X$arg"; then
1834 xdir=
1836 xdir="$xdir/"
1841 pic_object="$xdir$pic_object"
1869 non_pic_object="$xdir$non_pic_object"
1878 # $xdir was prepended to $pic_object above.
1891 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1892 if test "X$xdir" = "X$arg"; then
1893 xdir=
1895 xdir="$xdir/"
1898 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1899 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`