Lines Matching refs:output
37 -o) output=$2;;
46 if test x"$output" = x; then
48 output=a.out
50 output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
55 if test x"$output" != x; then
56 dir=x86/`dirname $output`
65 if test -f "x86/$1" && test "$1" != "$output"; then
73 if test x"$output" != x; then
74 cp $output x86/$output
78 if test x"$output" != x; then
79 dir=x64/`dirname $output`
88 if test -f "x64/$1" && test "$1" != "$output"; then
96 if test x"$output" != x; then
97 cp $output x64/$output
100 if test x"$output" != x; then
101 lipo -create -o $output x86/$output x64/$output