• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/autoconf/

Lines Matching +refs:mode +refs:symbol

107 # We save the old values to restore during execute mode.
127 mode=$default_mode
153 # Return a directory name, but don't create it in dry-run mode
170 # If we're not in dry-run mode, bomb out on failure
475 $echo "$progname: enabling shell trace mode"
499 --finish) mode="finish" ;;
501 --mode) prevopt="--mode" prev=mode ;;
502 --mode=*) mode="$optarg" ;;
566 # Infer the operation mode.
567 if test -z "$mode"; then
568 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
569 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
572 mode=link
577 mode=compile
584 mode=execute
587 mode=install
590 mode=uninstall
593 # If we have no mode, but dlfiles were specified, then do execute mode.
594 test -n "$execute_dlfiles" && mode=execute
596 # Just use the default operation mode.
597 if test -z "$mode"; then
599 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
601 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
608 # Only execute mode is allowed to have -dlopen flags.
609 if test -n "$execute_dlfiles" && test "$mode" != execute; then
615 # Change the help message to a mode-specific one.
617 help="Try \`$modename --help --mode=$mode' for more information."
620 case $mode in
621 # libtool compile mode
1065 # libtool link mode
1190 # Add the symbol object into the linking commands.
1231 $echo "$modename: symbol file \`$arg' does not exist"
1615 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1617 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1618 # +DA*, +DD* enable 64-bit mode on the HP compiler
2615 $show "extracting exported symbol list from \`$soname'"
2645 if test "$linkmode" = prog || test "$mode" != relink; then
2739 if test "$linkmode" = prog || test "$mode" = relink; then
2815 $echo "*** However, this would only work if libtool was able to extract symbol"
3377 if test "$mode" != relink; then
3773 $echo "*** However, this would only work if libtool was able to extract symbol"
3851 test "$mode" != relink && rpath="$compile_rpath$rpath"
3900 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
3934 $show "generating symbol list for \`$libname.la'"
4000 if test "$mode" = relink; then
4087 $show "generating symbol list for \`$libname.la'"
4153 if test "$mode" = relink; then
4163 if test "$mode" = relink; then
4512 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4522 /* External symbol declarations for the compiler. */\
4526 $show "generating symbol list for \`$output'"
4530 # Add our own program objects to the symbol list.
4617 /* The mapping between symbol names and symbols. */
4666 # compiling the symbol table file with pic_flag works around
4683 # Now compile the dynamic symbol file.
4691 # Transform the symbol file into the correct name.
4718 # Nullify the symbol file.
5208 lt_error_core (int exit_status, const char * mode,
5211 fprintf (stderr, "%s: %s: ", program_name, mode);
5262 # This environment variable determines our operation mode.
5264 # install mode needs the following variable:
5267 # When we are sourced in execute mode, \$file and \$echo are already set.
5583 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5715 # libtool install mode
5987 if test "$mode" = relink; then
6222 # libtool finish mode
6257 # Exit here if they wanted silent mode.
6297 # libtool execute mode
6436 # libtool clean and uninstall mode
6438 modename="$modename: $mode"
6475 test "$mode" = uninstall && objdir="$dir"
6478 if test "$mode" = clean; then
6511 case "$mode" in
6580 if test "$mode" = clean ; then
6633 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6645 case $mode in
6655 --finish same as \`--mode=finish'
6657 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6673 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6682 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6696 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6700 This mode accepts the following additional options:
6717 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6721 This mode accepts the following additional options:
6725 This mode sets the library path environment variable according to \`-dlopen'
6737 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6743 The commands that this mode executes may require superuser privileges. Use
6749 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6762 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6784 -no-fast-install disable the fast-install mode
6817 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6830 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6861 # mode:shell-script