Home | History | Annotate | Download | only in libevent

Lines Matching refs:xdir

840     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
841 if test "X$xdir" = "X$obj"; then
842 xdir=
844 xdir=$xdir/
846 lobj=${xdir}$objdir/$objname
949 if test ! -d "${xdir}$objdir"; then
950 $show "$mkdir ${xdir}$objdir"
951 $run $mkdir ${xdir}$objdir
953 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1335 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1336 if test "X$xdir" = "X$arg"; then
1337 xdir=
1339 xdir="$xdir/"
1344 pic_object="$xdir$pic_object"
1372 non_pic_object="$xdir$non_pic_object"
1381 # $xdir was prepended to $pic_object above.
1394 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1395 if test "X$xdir" = "X$arg"; then
1396 xdir=
1398 xdir="$xdir/"
1401 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1402 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
1885 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1886 if test "X$xdir" = "X$arg"; then
1887 xdir=
1889 xdir="$xdir/"
1894 pic_object="$xdir$pic_object"
1922 non_pic_object="$xdir$non_pic_object"
1931 # $xdir was prepended to $pic_object above.
1944 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
1945 if test "X$xdir" = "X$arg"; then
1946 xdir=
1948 xdir="$xdir/"
1951 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
1952 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`