Home | History | Annotate | Download | only in scripts

Lines Matching refs:output

28 Compiler flag queries output the union of the sets of flags when combined.
182 # Compiler flag output
294 # Do the output in the correct order so that these can be used in-line of
296 output=""
297 test "$echo_cppflags" = "yes" && output="$output $gmock_cppflags"
298 test "$echo_cxxflags" = "yes" && output="$output $gmock_cxxflags"
299 test "$echo_ldflags" = "yes" && output="$output $gmock_ldflags"
300 test "$echo_libs" = "yes" && output="$output $gmock_libs"
301 echo $output