Home | History | Annotate | Download | only in jpeg

Lines Matching refs:MODE

67 mode=$default_mode
133 --finish) mode="finish" ;;
135 --mode) prevopt="--mode" prev=mode ;;
136 --mode=*) mode="$optarg" ;;
168 # Infer the operation mode.
169 if test -z "$mode"; then
172 mode=link
177 mode=compile
184 mode=execute
187 mode=install
190 mode=uninstall
193 # If we have no mode, but dlfiles were specified, then do execute mode.
194 test -n "$execute_dlfiles" && mode=execute
196 # Just use the default operation mode.
197 if test -z "$mode"; then
199 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
201 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
208 # Only execute mode is allowed to have -dlopen flags.
209 if test -n "$execute_dlfiles" && test "$mode" != execute; then
215 # Change the help message to a mode-specific one.
217 help="Try \`$modename --help --mode=$mode' for more information."
220 case "$mode" in
221 # libtool compile mode
367 # libtool link mode
1453 # This environment variable determines our operation mode.
1455 # install mode needs the following variables:
1459 # When we are sourced in execute mode, \$file and \$echo are already set.
1604 # libtool install mode
1995 # libtool finish mode
2060 # libtool execute mode
2191 # libtool uninstall mode
2282 $echo "$modename: you must specify a MODE" 1>&2
2288 $echo "$modename: invalid operation mode \`$mode'" 1>&2
2294 case "$mode
2296 "Usage: $modename [OPTION]... [MODE-ARG]...
2302 --finish same as \`--mode=finish'
2304 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
2309 MODE must be one of the following:
2318 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
2319 a more detailed description of MODE."
2325 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
2339 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
2343 This mode accepts the following additional options:
2347 This mode sets the library path environment variable according to \`-dlopen'
2359 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
2365 The commands that this mode executes may require superuser privileges. Use
2371 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
2384 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
2426 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
2439 $echo "$modename: invalid operation mode \`$mode'" 1>&2
2451 # mode:shell-script