Lines Matching refs:mode

709     shift; set dummy --mode clean ${1+"$@"}; shift
712 shift; set dummy --mode compile ${1+"$@"}; shift
715 shift; set dummy --mode execute ${1+"$@"}; shift
718 shift; set dummy --mode finish ${1+"$@"}; shift
721 shift; set dummy --mode install ${1+"$@"}; shift
724 shift; set dummy --mode link ${1+"$@"}; shift
727 shift; set dummy --mode uninstall ${1+"$@"}; shift
752 --finish) mode="finish" ;;
754 --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
773 mode="$1"
795 -dlopen=*|--mode=*|--tag=*)
877 test -z "$mode" && func_fatal_error "error: you must specify a MODE."
885 if test -n "$execute_dlfiles" && test "$mode" != execute; then
1455 test "$mode" = compile && func_mode_compile ${1+"$@"}
1461 case $mode in
1470 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
1484 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
1488 This mode accepts the following additional options:
1527 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
1533 The commands that this mode executes may require superuser privileges. Use
1578 -no-fast-install disable the fast-install mode
1639 # Now that we've collected a possible --mode arg, show help if necessary
1771 test "$mode" = execute && func_mode_execute ${1+"$@"}
2290 test "$mode" = install && func_mode_install ${1+"$@"}
3844 lt_error_core (int exit_status, const char *mode,
3847 fprintf (stderr, "%s: %s: ", program_name, mode);
5671 if test "$linkmode" = prog || test "$mode" != relink; then
5769 if test "$linkmode" = prog || test "$mode" = relink; then
6408 if test "$mode" != relink; then
6894 test "$mode" != relink && rpath="$compile_rpath$rpath"
6943 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
7095 if test "$mode" = relink; then
7351 if test "$mode" = relink; then
7363 if test "$mode" = relink; then
8240 { test "$mode" = link || test "$mode" = relink; } &&
8282 test "$mode" = uninstall && objdir="$dir"
8285 if test "$mode" = clean; then
8318 case "$mode" in
8365 if test "$mode" = clean ; then
8417 { test "$mode" = uninstall || test "$mode" = clean; } &&
8420 test -z "$mode" && {
8426 func_fatal_help "invalid operation mode \`$mode'"