Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:output_obj

841       output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
842 lockfile="$output_obj.lock"
843 removelist="$removelist $output_obj $lockfile"
846 output_obj=
921 if test -z "$output_obj"; then
926 $run $rm "$lobj" "$output_obj"
931 test -n "$output_obj" && $run $rm $removelist
956 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
957 $show "$mv $output_obj $lobj"
958 if $run $mv $output_obj $lobj; then :
999 $run $rm "$obj" "$output_obj"
1028 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
1029 $show "$mv $output_obj $obj"
1030 if $run $mv $output_obj $obj; then :