Lines Matching refs:output_obj
878 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
879 lockfile="$output_obj.lock"
880 removelist="$removelist $output_obj $lockfile"
883 output_obj=
958 if test -z "$output_obj"; then
963 $run $rm "$lobj" "$output_obj"
969 test -n "$output_obj" && $run $rm $removelist
994 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
995 $show "$mv $output_obj $lobj"
996 if $run $mv $output_obj $lobj; then :
1037 $run $rm "$obj" "$output_obj"
1066 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1067 $show "$mv $output_obj $obj"
1068 if $run $mv $output_obj $obj; then :