Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:output_obj

1193       output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
1194 lockfile="$output_obj.lock"
1195 removelist="$removelist $output_obj $lockfile"
1198 output_obj=
1273 if test -z "$output_obj"; then
1278 $run $rm "$lobj" "$output_obj"
1283 test -n "$output_obj" && $run $rm $removelist
1308 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
1309 $show "$mv $output_obj $lobj"
1310 if $run $mv $output_obj $lobj; then :
1351 $run $rm "$obj" "$output_obj"
1380 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1381 $show "$mv $output_obj $obj"
1382 if $run $mv $output_obj $obj; then :