Lines Matching refs:opt_mode
1106 opt_mode="$optarg"
1203 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
2293 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2299 case $opt_mode in
2475 func_fatal_help "invalid operation mode \`$opt_mode'"
2490 for opt_mode in compile link execute install finish uninstall clean; do
2496 for opt_mode in compile link execute install finish uninstall clean; do
2645 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
3227 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6783 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6881 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7529 if test "$opt_mode" != relink; then
8028 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8079 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8263 if test "$opt_mode" = relink; then
8528 if test "$opt_mode" = relink; then
8540 if test "$opt_mode" = relink; then
9418 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9459 test "$opt_mode" = uninstall && odir="$dir"
9462 if test "$opt_mode" = clean; then
9495 case "$opt_mode" in
9541 if test "$opt_mode" = clean ; then
9592 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9595 test -z "$opt_mode" && {
9601 func_fatal_help "invalid operation mode \`$opt_mode'"