Lines Matching refs:output
38 -o) output=$2;;
47 if test x"$output" = x; then
49 output=a.out
51 output=`echo $source | sed -e 's|.*/||' -e 's|\(.*\)\.[^\.]*|\1|'`.o
56 if test x"$output" != x; then
57 dir=x86/`dirname $output`
66 if test -f "x86/$1" && test "$1" != "$output"; then
74 if test x"$output" != x; then
75 cp $output x86/$output
79 if test x"$output" != x; then
80 dir=x64/`dirname $output`
89 if test -f "x64/$1" && test "$1" != "$output"; then
97 if test x"$output" != x; then
98 cp $output x64/$output
101 if test x"$output" != x; then
102 lipo -create -o $output x86/$output x64/$output