• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/apache-786.1/httpd/build/

Lines Matching +refs:mode +refs:symbol

115 # We save the old values to restore during execute mode.
143 mode=$default_mode
171 # Return a directory name, but don't create it in dry-run mode
188 # If we're not in dry-run mode, bomb out on failure
510 $echo "$progname: enabling shell trace mode"
534 --finish) mode="finish" ;;
536 --mode) prevopt="--mode" prev=mode ;;
537 --mode=*) mode="$optarg" ;;
601 # Infer the operation mode.
602 if test -z "$mode"; then
603 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
604 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
607 mode=link
612 mode=compile
619 mode=execute
622 mode=install
625 mode=uninstall
628 # If we have no mode, but dlfiles were specified, then do execute mode.
629 test -n "$execute_dlfiles" && mode=execute
631 # Just use the default operation mode.
632 if test -z "$mode"; then
634 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
636 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
643 # Only execute mode is allowed to have -dlopen flags.
644 if test -n "$execute_dlfiles" && test "$mode" != execute; then
650 # Change the help message to a mode-specific one.
652 help="Try \`$modename --help --mode=$mode' for more information."
655 case $mode in
656 # libtool compile mode
1102 # libtool link mode
1237 # Add the symbol object into the linking commands.
1278 $echo "$modename: symbol file \`$arg' does not exist"
1667 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1669 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1670 # +DA*, +DD* enable 64-bit mode on the HP compiler
2675 $show "extracting exported symbol list from \`$soname'"
2705 if test "$linkmode" = prog || test "$mode" != relink; then
2799 if test "$linkmode" = prog || test "$mode" = relink; then
2875 $echo "*** However, this would only work if libtool was able to extract symbol"
3449 if test "$mode" != relink; then
3842 $echo "*** However, this would only work if libtool was able to extract symbol"
3920 test "$mode" != relink && rpath="$compile_rpath$rpath"
3972 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
4006 $show "generating symbol list for \`$libname.la'"
4072 if test "$mode" = relink; then
4159 $show "generating symbol list for \`$libname.la'"
4225 if test "$mode" = relink; then
4235 if test "$mode" = relink; then
4587 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
4597 /* External symbol declarations for the compiler. */\
4601 $show "generating symbol list for \`$output'"
4605 # Add our own program objects to the symbol list.
4692 /* The mapping between symbol names and symbols. */
4741 # compiling the symbol table file with pic_flag works around
4758 # Now compile the dynamic symbol file.
4766 # Transform the symbol file into the correct name.
4793 # Nullify the symbol file.
5283 lt_error_core (int exit_status, const char * mode,
5286 fprintf (stderr, "%s: %s: ", program_name, mode);
5351 # This environment variable determines our operation mode.
5353 # install mode needs the following variable:
5356 # When we are sourced in execute mode, \$file and \$echo are already set.
5672 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5804 # libtool install mode
6076 if test "$mode" = relink; then
6311 # libtool finish mode
6346 # Exit here if they wanted silent mode.
6386 # libtool execute mode
6527 # libtool clean and uninstall mode
6529 modename="$modename: $mode"
6566 test "$mode" = uninstall && objdir="$dir"
6569 if test "$mode" = clean; then
6602 case "$mode" in
6671 if test "$mode" = clean ; then
6724 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6736 case $mode in
6746 --finish same as \`--mode=finish'
6748 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6764 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6773 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6787 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6791 This mode accepts the following additional options:
6808 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6812 This mode accepts the following additional options:
6816 This mode sets the library path environment variable according to \`-dlopen'
6828 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6834 The commands that this mode executes may require superuser privileges. Use
6840 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6853 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6875 -no-fast-install disable the fast-install mode
6910 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6923 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6954 # mode:shell-script