ltmain.sh
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:194k
源码类别:

通讯编程

开发平台:

Visual C++

  1. # ltmain.sh - Provide generalized library-building support services.
  2. # NOTE: Changing this file will not affect anything until you rerun configure.
  3. #
  4. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
  5. # 2007  Free Software Foundation, Inc.
  6. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  7. #
  8. # This program is free software; you can redistribute it and/or modify
  9. # it under the terms of the GNU General Public License as published by
  10. # the Free Software Foundation; either version 2 of the License, or
  11. # (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful, but
  14. # WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16. # General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program; if not, write to the Free Software
  20. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  21. #
  22. # As a special exception to the GNU General Public License, if you
  23. # distribute this file as part of a program that contains a
  24. # configuration script generated by Autoconf, you may include it under
  25. # the same distribution terms that you use for the rest of that program.
  26. basename="s,^.*/,,g"
  27. # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
  28. # is ksh but when the shell is invoked as "sh" and the current value of
  29. # the _XPG environment variable is not equal to 1 (one), the special
  30. # positional parameter $0, within a function call, is the name of the
  31. # function.
  32. progpath="$0"
  33. # The name of this program:
  34. progname=`echo "$progpath" | $SED $basename`
  35. modename="$progname"
  36. # Global variables:
  37. EXIT_SUCCESS=0
  38. EXIT_FAILURE=1
  39. PROGRAM=ltmain.sh
  40. PACKAGE=libtool
  41. VERSION=1.5.24
  42. TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
  43. # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
  44. if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  45.   emulate sh
  46.   NULLCMD=:
  47.   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  48.   # is contrary to our usage.  Disable this feature.
  49.   alias -g '${1+"$@"}'='"$@"'
  50.   setopt NO_GLOB_SUBST
  51. else
  52.   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
  53. fi
  54. BIN_SH=xpg4; export BIN_SH # for Tru64
  55. DUALCASE=1; export DUALCASE # for MKS sh
  56. # Check that we have a working $echo.
  57. if test "X$1" = X--no-reexec; then
  58.   # Discard the --no-reexec flag, and continue.
  59.   shift
  60. elif test "X$1" = X--fallback-echo; then
  61.   # Avoid inline document here, it may be left over
  62.   :
  63. elif test "X`($echo 't') 2>/dev/null`" = 'Xt'; then
  64.   # Yippee, $echo works!
  65.   :
  66. else
  67.   # Restart under the correct shell, and then maybe $echo will work.
  68.   exec $SHELL "$progpath" --no-reexec ${1+"$@"}
  69. fi
  70. if test "X$1" = X--fallback-echo; then
  71.   # used as fallback echo
  72.   shift
  73.   cat <<EOF
  74. $*
  75. EOF
  76.   exit $EXIT_SUCCESS
  77. fi
  78. default_mode=
  79. help="Try `$progname --help' for more information."
  80. magic="%%%MAGIC variable%%%"
  81. mkdir="mkdir"
  82. mv="mv -f"
  83. rm="rm -f"
  84. # Sed substitution that helps us do robust quoting.  It backslashifies
  85. # metacharacters that are still active within double-quoted strings.
  86. Xsed="${SED}"' -e 1s/^X//'
  87. sed_quote_subst='s/([\`\"$\\])/\1/g'
  88. # test EBCDIC or ASCII
  89. case `echo X|tr X '101'` in
  90.  A) # ASCII based system
  91.     # n is not interpreted correctly by Solaris 8 /usr/ucb/tr
  92.   SP2NL='tr 40 12'
  93.   NL2SP='tr 1512 4040'
  94.   ;;
  95.  *) # EBCDIC based system
  96.   SP2NL='tr 100 n'
  97.   NL2SP='tr rn 100100'
  98.   ;;
  99. esac
  100. # NLS nuisances.
  101. # Only set LANG and LC_ALL to C if already set.
  102. # These must not be set unconditionally because not all systems understand
  103. # e.g. LANG=C (notably SCO).
  104. # We save the old values to restore during execute mode.
  105. for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
  106. do
  107.   eval "if test "${$lt_var+set}" = set; then
  108.   save_$lt_var=$$lt_var
  109.   $lt_var=C
  110.   export $lt_var
  111. fi"
  112. done
  113. # Make sure IFS has a sensible default
  114. lt_nl='
  115. '
  116. IFS="  $lt_nl"
  117. if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
  118.   $echo "$modename: not configured to build any kind of library" 1>&2
  119.   $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
  120.   exit $EXIT_FAILURE
  121. fi
  122. # Global variables.
  123. mode=$default_mode
  124. nonopt=
  125. prev=
  126. prevopt=
  127. run=
  128. show="$echo"
  129. show_help=
  130. execute_dlfiles=
  131. duplicate_deps=no
  132. preserve_args=
  133. lo2o="s/\.lo$/.${objext}/"
  134. o2lo="s/\.${objext}$/.lo/"
  135. extracted_archives=
  136. extracted_serial=0
  137. #####################################
  138. # Shell function definitions:
  139. # This seems to be the best place for them
  140. # func_mktempdir [string]
  141. # Make a temporary directory that won't clash with other running
  142. # libtool processes, and avoids race conditions if possible.  If
  143. # given, STRING is the basename for that directory.
  144. func_mktempdir ()
  145. {
  146.     my_template="${TMPDIR-/tmp}/${1-$progname}"
  147.     if test "$run" = ":"; then
  148.       # Return a directory name, but don't create it in dry-run mode
  149.       my_tmpdir="${my_template}-$$"
  150.     else
  151.       # If mktemp works, use that first and foremost
  152.       my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
  153.       if test ! -d "$my_tmpdir"; then
  154. # Failing that, at least try and use $RANDOM to avoid a race
  155. my_tmpdir="${my_template}-${RANDOM-0}$$"
  156. save_mktempdir_umask=`umask`
  157. umask 0077
  158. $mkdir "$my_tmpdir"
  159. umask $save_mktempdir_umask
  160.       fi
  161.       # If we're not in dry-run mode, bomb out on failure
  162.       test -d "$my_tmpdir" || {
  163.         $echo "cannot create temporary directory `$my_tmpdir'" 1>&2
  164. exit $EXIT_FAILURE
  165.       }
  166.     fi
  167.     $echo "X$my_tmpdir" | $Xsed
  168. }
  169. # func_win32_libid arg
  170. # return the library type of file 'arg'
  171. #
  172. # Need a lot of goo to handle *both* DLLs and import libs
  173. # Has to be a shell function in order to 'eat' the argument
  174. # that is supplied when $file_magic_command is called.
  175. func_win32_libid ()
  176. {
  177.   win32_libid_type="unknown"
  178.   win32_fileres=`file -L $1 2>/dev/null`
  179.   case $win32_fileres in
  180.   *ar archive import library*) # definitely import
  181.     win32_libid_type="x86 archive import"
  182.     ;;
  183.   *ar archive*) # could be an import, or static
  184.     if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | 
  185.       $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
  186.       win32_nmres=`eval $NM -f posix -A $1 | 
  187. $SED -n -e '1,100{
  188. / I /{
  189. s,.*,import,
  190. p
  191. q
  192. }
  193. }'`
  194.       case $win32_nmres in
  195.       import*)  win32_libid_type="x86 archive import";;
  196.       *)        win32_libid_type="x86 archive static";;
  197.       esac
  198.     fi
  199.     ;;
  200.   *DLL*)
  201.     win32_libid_type="x86 DLL"
  202.     ;;
  203.   *executable*) # but shell scripts are "executable" too...
  204.     case $win32_fileres in
  205.     *MS Windows PE Intel*)
  206.       win32_libid_type="x86 DLL"
  207.       ;;
  208.     esac
  209.     ;;
  210.   esac
  211.   $echo $win32_libid_type
  212. }
  213. # func_infer_tag arg
  214. # Infer tagged configuration to use if any are available and
  215. # if one wasn't chosen via the "--tag" command line option.
  216. # Only attempt this if the compiler in the base compile
  217. # command doesn't match the default compiler.
  218. # arg is usually of the form 'gcc ...'
  219. func_infer_tag ()
  220. {
  221.     if test -n "$available_tags" && test -z "$tagname"; then
  222.       CC_quoted=
  223.       for arg in $CC; do
  224. case $arg in
  225.   *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  226.   arg=""$arg""
  227.   ;;
  228. esac
  229. CC_quoted="$CC_quoted $arg"
  230.       done
  231.       case $@ in
  232.       # Blanks in the command may have been stripped by the calling shell,
  233.       # but not from the CC environment variable when configure was run.
  234.       " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
  235.       # Blanks at the start of $base_compile will cause this to fail
  236.       # if we don't check for them as well.
  237.       *)
  238. for z in $available_tags; do
  239.   if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
  240.     # Evaluate the configuration.
  241.     eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
  242.     CC_quoted=
  243.     for arg in $CC; do
  244.     # Double-quote args containing other shell metacharacters.
  245.     case $arg in
  246.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  247.       arg=""$arg""
  248.       ;;
  249.     esac
  250.     CC_quoted="$CC_quoted $arg"
  251.   done
  252.     case "$@ " in
  253.       " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
  254.       # The compiler in the base compile command matches
  255.       # the one in the tagged configuration.
  256.       # Assume this is the tagged configuration we want.
  257.       tagname=$z
  258.       break
  259.       ;;
  260.     esac
  261.   fi
  262. done
  263. # If $tagname still isn't set, then no tagged configuration
  264. # was found and let the user know that the "--tag" command
  265. # line option must be used.
  266. if test -z "$tagname"; then
  267.   $echo "$modename: unable to infer tagged configuration"
  268.   $echo "$modename: specify a tag with `--tag'" 1>&2
  269.   exit $EXIT_FAILURE
  270. #        else
  271. #          $echo "$modename: using $tagname tagged configuration"
  272. fi
  273. ;;
  274.       esac
  275.     fi
  276. }
  277. # func_extract_an_archive dir oldlib
  278. func_extract_an_archive ()
  279. {
  280.     f_ex_an_ar_dir="$1"; shift
  281.     f_ex_an_ar_oldlib="$1"
  282.     $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
  283.     $run eval "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)" || exit $?
  284.     if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
  285.      :
  286.     else
  287.       $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
  288.       exit $EXIT_FAILURE
  289.     fi
  290. }
  291. # func_extract_archives gentop oldlib ...
  292. func_extract_archives ()
  293. {
  294.     my_gentop="$1"; shift
  295.     my_oldlibs=${1+"$@"}
  296.     my_oldobjs=""
  297.     my_xlib=""
  298.     my_xabs=""
  299.     my_xdir=""
  300.     my_status=""
  301.     $show "${rm}r $my_gentop"
  302.     $run ${rm}r "$my_gentop"
  303.     $show "$mkdir $my_gentop"
  304.     $run $mkdir "$my_gentop"
  305.     my_status=$?
  306.     if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
  307.       exit $my_status
  308.     fi
  309.     for my_xlib in $my_oldlibs; do
  310.       # Extract the objects.
  311.       case $my_xlib in
  312. [\/]* | [A-Za-z]:[\/]*) my_xabs="$my_xlib" ;;
  313. *) my_xabs=`pwd`"/$my_xlib" ;;
  314.       esac
  315.       my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
  316.       my_xlib_u=$my_xlib
  317.       while :; do
  318.         case " $extracted_archives " in
  319. *" $my_xlib_u "*)
  320.   extracted_serial=`expr $extracted_serial + 1`
  321.   my_xlib_u=lt$extracted_serial-$my_xlib ;;
  322. *) break ;;
  323. esac
  324.       done
  325.       extracted_archives="$extracted_archives $my_xlib_u"
  326.       my_xdir="$my_gentop/$my_xlib_u"
  327.       $show "${rm}r $my_xdir"
  328.       $run ${rm}r "$my_xdir"
  329.       $show "$mkdir $my_xdir"
  330.       $run $mkdir "$my_xdir"
  331.       exit_status=$?
  332.       if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then
  333. exit $exit_status
  334.       fi
  335.       case $host in
  336.       *-darwin*)
  337. $show "Extracting $my_xabs"
  338. # Do not bother doing anything if just a dry run
  339. if test -z "$run"; then
  340.   darwin_orig_dir=`pwd`
  341.   cd $my_xdir || exit $?
  342.   darwin_archive=$my_xabs
  343.   darwin_curdir=`pwd`
  344.   darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
  345.   darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
  346.   if test -n "$darwin_arches"; then 
  347.     darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
  348.     darwin_arch=
  349.     $show "$darwin_base_archive has multiple architectures $darwin_arches"
  350.     for darwin_arch in  $darwin_arches ; do
  351.       mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
  352.       lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
  353.       cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
  354.       func_extract_an_archive "`pwd`" "${darwin_base_archive}"
  355.       cd "$darwin_curdir"
  356.       $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
  357.     done # $darwin_arches
  358.       ## Okay now we have a bunch of thin objects, gotta fatten them up :)
  359.     darwin_filelist=`find unfat-$$ -type f -name *.o -print -o -name *.lo -print| xargs basename | sort -u | $NL2SP`
  360.     darwin_file=
  361.     darwin_files=
  362.     for darwin_file in $darwin_filelist; do
  363.       darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
  364.       lipo -create -output "$darwin_file" $darwin_files
  365.     done # $darwin_filelist
  366.     ${rm}r unfat-$$
  367.     cd "$darwin_orig_dir"
  368.   else
  369.     cd "$darwin_orig_dir"
  370.       func_extract_an_archive "$my_xdir" "$my_xabs"
  371.   fi # $darwin_arches
  372. fi # $run
  373. ;;
  374.       *)
  375.         func_extract_an_archive "$my_xdir" "$my_xabs"
  376.         ;;
  377.       esac
  378.       my_oldobjs="$my_oldobjs "`find $my_xdir -name *.$objext -print -o -name *.lo -print | $NL2SP`
  379.     done
  380.     func_extract_archives_result="$my_oldobjs"
  381. }
  382. # End of Shell function definitions
  383. #####################################
  384. # Darwin sucks
  385. eval std_shrext="$shrext_cmds"
  386. disable_libs=no
  387. # Parse our command line options once, thoroughly.
  388. while test "$#" -gt 0
  389. do
  390.   arg="$1"
  391.   shift
  392.   case $arg in
  393.   -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
  394.   *) optarg= ;;
  395.   esac
  396.   # If the previous option needs an argument, assign it.
  397.   if test -n "$prev"; then
  398.     case $prev in
  399.     execute_dlfiles)
  400.       execute_dlfiles="$execute_dlfiles $arg"
  401.       ;;
  402.     tag)
  403.       tagname="$arg"
  404.       preserve_args="${preserve_args}=$arg"
  405.       # Check whether tagname contains only valid characters
  406.       case $tagname in
  407.       *[!-_A-Za-z0-9,/]*)
  408. $echo "$progname: invalid tag name: $tagname" 1>&2
  409. exit $EXIT_FAILURE
  410. ;;
  411.       esac
  412.       case $tagname in
  413.       CC)
  414. # Don't test for the "default" C tag, as we know, it's there, but
  415. # not specially marked.
  416. ;;
  417.       *)
  418. if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
  419.   taglist="$taglist $tagname"
  420.   # Evaluate the configuration.
  421.   eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
  422. else
  423.   $echo "$progname: ignoring unknown tag $tagname" 1>&2
  424. fi
  425. ;;
  426.       esac
  427.       ;;
  428.     *)
  429.       eval "$prev=$arg"
  430.       ;;
  431.     esac
  432.     prev=
  433.     prevopt=
  434.     continue
  435.   fi
  436.   # Have we seen a non-optional argument yet?
  437.   case $arg in
  438.   --help)
  439.     show_help=yes
  440.     ;;
  441.   --version)
  442.     echo "
  443. $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
  444. Copyright (C) 2007  Free Software Foundation, Inc.
  445. This is free software; see the source for copying conditions.  There is NO
  446. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
  447.     exit $?
  448.     ;;
  449.   --config)
  450.     ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath
  451.     # Now print the configurations for the tags.
  452.     for tagname in $taglist; do
  453.       ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
  454.     done
  455.     exit $?
  456.     ;;
  457.   --debug)
  458.     $echo "$progname: enabling shell trace mode"
  459.     set -x
  460.     preserve_args="$preserve_args $arg"
  461.     ;;
  462.   --dry-run | -n)
  463.     run=:
  464.     ;;
  465.   --features)
  466.     $echo "host: $host"
  467.     if test "$build_libtool_libs" = yes; then
  468.       $echo "enable shared libraries"
  469.     else
  470.       $echo "disable shared libraries"
  471.     fi
  472.     if test "$build_old_libs" = yes; then
  473.       $echo "enable static libraries"
  474.     else
  475.       $echo "disable static libraries"
  476.     fi
  477.     exit $?
  478.     ;;
  479.   --finish) mode="finish" ;;
  480.   --mode) prevopt="--mode" prev=mode ;;
  481.   --mode=*) mode="$optarg" ;;
  482.   --preserve-dup-deps) duplicate_deps="yes" ;;
  483.   --quiet | --silent)
  484.     show=:
  485.     preserve_args="$preserve_args $arg"
  486.     ;;
  487.   --tag)
  488.     prevopt="--tag"
  489.     prev=tag
  490.     preserve_args="$preserve_args --tag"
  491.     ;;
  492.   --tag=*)
  493.     set tag "$optarg" ${1+"$@"}
  494.     shift
  495.     prev=tag
  496.     preserve_args="$preserve_args --tag"
  497.     ;;
  498.   -dlopen)
  499.     prevopt="-dlopen"
  500.     prev=execute_dlfiles
  501.     ;;
  502.   -*)
  503.     $echo "$modename: unrecognized option `$arg'" 1>&2
  504.     $echo "$help" 1>&2
  505.     exit $EXIT_FAILURE
  506.     ;;
  507.   *)
  508.     nonopt="$arg"
  509.     break
  510.     ;;
  511.   esac
  512. done
  513. if test -n "$prevopt"; then
  514.   $echo "$modename: option `$prevopt' requires an argument" 1>&2
  515.   $echo "$help" 1>&2
  516.   exit $EXIT_FAILURE
  517. fi
  518. case $disable_libs in
  519. no) 
  520.   ;;
  521. shared)
  522.   build_libtool_libs=no
  523.   build_old_libs=yes
  524.   ;;
  525. static)
  526.   build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
  527.   ;;
  528. esac
  529. # If this variable is set in any of the actions, the command in it
  530. # will be execed at the end.  This prevents here-documents from being
  531. # left over by shells.
  532. exec_cmd=
  533. if test -z "$show_help"; then
  534.   # Infer the operation mode.
  535.   if test -z "$mode"; then
  536.     $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
  537.     $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
  538.     case $nonopt in
  539.     *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
  540.       mode=link
  541.       for arg
  542.       do
  543. case $arg in
  544. -c)
  545.    mode=compile
  546.    break
  547.    ;;
  548. esac
  549.       done
  550.       ;;
  551.     *db | *dbx | *strace | *truss)
  552.       mode=execute
  553.       ;;
  554.     *install*|cp|mv)
  555.       mode=install
  556.       ;;
  557.     *rm)
  558.       mode=uninstall
  559.       ;;
  560.     *)
  561.       # If we have no mode, but dlfiles were specified, then do execute mode.
  562.       test -n "$execute_dlfiles" && mode=execute
  563.       # Just use the default operation mode.
  564.       if test -z "$mode"; then
  565. if test -n "$nonopt"; then
  566.   $echo "$modename: warning: cannot infer operation mode from `$nonopt'" 1>&2
  567. else
  568.   $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
  569. fi
  570.       fi
  571.       ;;
  572.     esac
  573.   fi
  574.   # Only execute mode is allowed to have -dlopen flags.
  575.   if test -n "$execute_dlfiles" && test "$mode" != execute; then
  576.     $echo "$modename: unrecognized option `-dlopen'" 1>&2
  577.     $echo "$help" 1>&2
  578.     exit $EXIT_FAILURE
  579.   fi
  580.   # Change the help message to a mode-specific one.
  581.   generic_help="$help"
  582.   help="Try `$modename --help --mode=$mode' for more information."
  583.   # These modes are in order of execution frequency so that they run quickly.
  584.   case $mode in
  585.   # libtool compile mode
  586.   compile)
  587.     modename="$modename: compile"
  588.     # Get the compilation command and the source file.
  589.     base_compile=
  590.     srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
  591.     suppress_opt=yes
  592.     suppress_output=
  593.     arg_mode=normal
  594.     libobj=
  595.     later=
  596.     for arg
  597.     do
  598.       case $arg_mode in
  599.       arg  )
  600. # do not "continue".  Instead, add this to base_compile
  601. lastarg="$arg"
  602. arg_mode=normal
  603. ;;
  604.       target )
  605. libobj="$arg"
  606. arg_mode=normal
  607. continue
  608. ;;
  609.       normal )
  610. # Accept any command-line options.
  611. case $arg in
  612. -o)
  613.   if test -n "$libobj" ; then
  614.     $echo "$modename: you cannot specify `-o' more than once" 1>&2
  615.     exit $EXIT_FAILURE
  616.   fi
  617.   arg_mode=target
  618.   continue
  619.   ;;
  620. -static | -prefer-pic | -prefer-non-pic)
  621.   later="$later $arg"
  622.   continue
  623.   ;;
  624. -no-suppress)
  625.   suppress_opt=no
  626.   continue
  627.   ;;
  628. -Xcompiler)
  629.   arg_mode=arg  #  the next one goes into the "base_compile" arg list
  630.   continue      #  The current "srcfile" will either be retained or
  631.   ;;            #  replaced later.  I would guess that would be a bug.
  632. -Wc,*)
  633.   args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
  634.   lastarg=
  635.   save_ifs="$IFS"; IFS=','
  636.     for arg in $args; do
  637.     IFS="$save_ifs"
  638.     # Double-quote args containing other shell metacharacters.
  639.     # Many Bourne shells cannot handle close brackets correctly
  640.     # in scan sets, so we specify it separately.
  641.     case $arg in
  642.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  643.       arg=""$arg""
  644.       ;;
  645.     esac
  646.     lastarg="$lastarg $arg"
  647.   done
  648.   IFS="$save_ifs"
  649.   lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
  650.   # Add the arguments to base_compile.
  651.   base_compile="$base_compile $lastarg"
  652.   continue
  653.   ;;
  654. * )
  655.   # Accept the current argument as the source file.
  656.   # The previous "srcfile" becomes the current argument.
  657.   #
  658.   lastarg="$srcfile"
  659.   srcfile="$arg"
  660.   ;;
  661. esac  #  case $arg
  662. ;;
  663.       esac    #  case $arg_mode
  664.       # Aesthetically quote the previous argument.
  665.       lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
  666.       case $lastarg in
  667.       # Double-quote args containing other shell metacharacters.
  668.       # Many Bourne shells cannot handle close brackets correctly
  669.       # in scan sets, and some SunOS ksh mistreat backslash-escaping
  670.       # in scan sets (worked around with variable expansion),
  671.       # and furthermore cannot handle '|' '&' '(' ')' in scan sets 
  672.       # at all, so we specify them separately.
  673.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  674. lastarg=""$lastarg""
  675. ;;
  676.       esac
  677.       base_compile="$base_compile $lastarg"
  678.     done # for arg
  679.     case $arg_mode in
  680.     arg)
  681.       $echo "$modename: you must specify an argument for -Xcompile"
  682.       exit $EXIT_FAILURE
  683.       ;;
  684.     target)
  685.       $echo "$modename: you must specify a target with `-o'" 1>&2
  686.       exit $EXIT_FAILURE
  687.       ;;
  688.     *)
  689.       # Get the name of the library object.
  690.       [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
  691.       ;;
  692.     esac
  693.     # Recognize several different file suffixes.
  694.     # If the user specifies -o file.o, it is replaced with file.lo
  695.     xform='[cCFSifmso]'
  696.     case $libobj in
  697.     *.ada) xform=ada ;;
  698.     *.adb) xform=adb ;;
  699.     *.ads) xform=ads ;;
  700.     *.asm) xform=asm ;;
  701.     *.c++) xform=c++ ;;
  702.     *.cc) xform=cc ;;
  703.     *.ii) xform=ii ;;
  704.     *.class) xform=class ;;
  705.     *.cpp) xform=cpp ;;
  706.     *.cxx) xform=cxx ;;
  707.     *.[fF][09]?) xform=[fF][09]. ;;
  708.     *.for) xform=for ;;
  709.     *.java) xform=java ;;
  710.     *.obj) xform=obj ;;
  711.     esac
  712.     libobj=`$echo "X$libobj" | $Xsed -e "s/.$xform$/.lo/"`
  713.     case $libobj in
  714.     *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
  715.     *)
  716.       $echo "$modename: cannot determine name of library object from `$libobj'" 1>&2
  717.       exit $EXIT_FAILURE
  718.       ;;
  719.     esac
  720.     func_infer_tag $base_compile
  721.     for arg in $later; do
  722.       case $arg in
  723.       -static)
  724. build_old_libs=yes
  725. continue
  726. ;;
  727.       -prefer-pic)
  728. pic_mode=yes
  729. continue
  730. ;;
  731.       -prefer-non-pic)
  732. pic_mode=no
  733. continue
  734. ;;
  735.       esac
  736.     done
  737.     qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
  738.     case $qlibobj in
  739.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  740. qlibobj=""$qlibobj"" ;;
  741.     esac
  742.     test "X$libobj" != "X$qlibobj" 
  743. && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"'  &()|`$[]' 
  744. && $echo "$modename: libobj name `$libobj' may not contain shell special characters."
  745.     objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
  746.     xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
  747.     if test "X$xdir" = "X$obj"; then
  748.       xdir=
  749.     else
  750.       xdir=$xdir/
  751.     fi
  752.     lobj=${xdir}$objdir/$objname
  753.     if test -z "$base_compile"; then
  754.       $echo "$modename: you must specify a compilation command" 1>&2
  755.       $echo "$help" 1>&2
  756.       exit $EXIT_FAILURE
  757.     fi
  758.     # Delete any leftover library objects.
  759.     if test "$build_old_libs" = yes; then
  760.       removelist="$obj $lobj $libobj ${libobj}T"
  761.     else
  762.       removelist="$lobj $libobj ${libobj}T"
  763.     fi
  764.     $run $rm $removelist
  765.     trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
  766.     # On Cygwin there's no "real" PIC flag so we must build both object types
  767.     case $host_os in
  768.     cygwin* | mingw* | pw32* | os2*)
  769.       pic_mode=default
  770.       ;;
  771.     esac
  772.     if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
  773.       # non-PIC code in shared libraries is not supported
  774.       pic_mode=default
  775.     fi
  776.     # Calculate the filename of the output object if compiler does
  777.     # not support -o with -c
  778.     if test "$compiler_c_o" = no; then
  779.       output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%.[^.]*$%%'`.${objext}
  780.       lockfile="$output_obj.lock"
  781.       removelist="$removelist $output_obj $lockfile"
  782.       trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
  783.     else
  784.       output_obj=
  785.       need_locks=no
  786.       lockfile=
  787.     fi
  788.     # Lock this critical section if it is needed
  789.     # We use this script file to make the link, it avoids creating a new file
  790.     if test "$need_locks" = yes; then
  791.       until $run ln "$progpath" "$lockfile" 2>/dev/null; do
  792. $show "Waiting for $lockfile to be removed"
  793. sleep 2
  794.       done
  795.     elif test "$need_locks" = warn; then
  796.       if test -f "$lockfile"; then
  797. $echo "
  798. *** ERROR, $lockfile exists and contains:
  799. `cat $lockfile 2>/dev/null`
  800. This indicates that another process is trying to use the same
  801. temporary object file, and libtool could not work around it because
  802. your compiler does not support `-c' and `-o' together.  If you
  803. repeat this compilation, it may succeed, by chance, but you had better
  804. avoid parallel builds (make -j) in this platform, or get a better
  805. compiler."
  806. $run $rm $removelist
  807. exit $EXIT_FAILURE
  808.       fi
  809.       $echo "$srcfile" > "$lockfile"
  810.     fi
  811.     if test -n "$fix_srcfile_path"; then
  812.       eval srcfile="$fix_srcfile_path"
  813.     fi
  814.     qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
  815.     case $qsrcfile in
  816.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  817.       qsrcfile=""$qsrcfile"" ;;
  818.     esac
  819.     $run $rm "$libobj" "${libobj}T"
  820.     # Create a libtool object file (analogous to a ".la" file),
  821.     # but don't create it if we're doing a dry run.
  822.     test -z "$run" && cat > ${libobj}T <<EOF
  823. # $libobj - a libtool object file
  824. # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
  825. #
  826. # Please DO NOT delete this file!
  827. # It is necessary for linking the library.
  828. # Name of the PIC object.
  829. EOF
  830.     # Only build a PIC object if we are building libtool libraries.
  831.     if test "$build_libtool_libs" = yes; then
  832.       # Without this assignment, base_compile gets emptied.
  833.       fbsd_hideous_sh_bug=$base_compile
  834.       if test "$pic_mode" != no; then
  835. command="$base_compile $qsrcfile $pic_flag"
  836.       else
  837. # Don't build PIC code
  838. command="$base_compile $qsrcfile"
  839.       fi
  840.       if test ! -d "${xdir}$objdir"; then
  841. $show "$mkdir ${xdir}$objdir"
  842. $run $mkdir ${xdir}$objdir
  843. exit_status=$?
  844. if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
  845.   exit $exit_status
  846. fi
  847.       fi
  848.       if test -z "$output_obj"; then
  849. # Place PIC objects in $objdir
  850. command="$command -o $lobj"
  851.       fi
  852.       $run $rm "$lobj" "$output_obj"
  853.       $show "$command"
  854.       if $run eval "$command"; then :
  855.       else
  856. test -n "$output_obj" && $run $rm $removelist
  857. exit $EXIT_FAILURE
  858.       fi
  859.       if test "$need_locks" = warn &&
  860.  test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
  861. $echo "
  862. *** ERROR, $lockfile contains:
  863. `cat $lockfile 2>/dev/null`
  864. but it should contain:
  865. $srcfile
  866. This indicates that another process is trying to use the same
  867. temporary object file, and libtool could not work around it because
  868. your compiler does not support `-c' and `-o' together.  If you
  869. repeat this compilation, it may succeed, by chance, but you had better
  870. avoid parallel builds (make -j) in this platform, or get a better
  871. compiler."
  872. $run $rm $removelist
  873. exit $EXIT_FAILURE
  874.       fi
  875.       # Just move the object if needed, then go on to compile the next one
  876.       if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
  877. $show "$mv $output_obj $lobj"
  878. if $run $mv $output_obj $lobj; then :
  879. else
  880.   error=$?
  881.   $run $rm $removelist
  882.   exit $error
  883. fi
  884.       fi
  885.       # Append the name of the PIC object to the libtool object file.
  886.       test -z "$run" && cat >> ${libobj}T <<EOF
  887. pic_object='$objdir/$objname'
  888. EOF
  889.       # Allow error messages only from the first compilation.
  890.       if test "$suppress_opt" = yes; then
  891.         suppress_output=' >/dev/null 2>&1'
  892.       fi
  893.     else
  894.       # No PIC object so indicate it doesn't exist in the libtool
  895.       # object file.
  896.       test -z "$run" && cat >> ${libobj}T <<EOF
  897. pic_object=none
  898. EOF
  899.     fi
  900.     # Only build a position-dependent object if we build old libraries.
  901.     if test "$build_old_libs" = yes; then
  902.       if test "$pic_mode" != yes; then
  903. # Don't build PIC code
  904. command="$base_compile $qsrcfile"
  905.       else
  906. command="$base_compile $qsrcfile $pic_flag"
  907.       fi
  908.       if test "$compiler_c_o" = yes; then
  909. command="$command -o $obj"
  910.       fi
  911.       # Suppress compiler output if we already did a PIC compilation.
  912.       command="$command$suppress_output"
  913.       $run $rm "$obj" "$output_obj"
  914.       $show "$command"
  915.       if $run eval "$command"; then :
  916.       else
  917. $run $rm $removelist
  918. exit $EXIT_FAILURE
  919.       fi
  920.       if test "$need_locks" = warn &&
  921.  test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
  922. $echo "
  923. *** ERROR, $lockfile contains:
  924. `cat $lockfile 2>/dev/null`
  925. but it should contain:
  926. $srcfile
  927. This indicates that another process is trying to use the same
  928. temporary object file, and libtool could not work around it because
  929. your compiler does not support `-c' and `-o' together.  If you
  930. repeat this compilation, it may succeed, by chance, but you had better
  931. avoid parallel builds (make -j) in this platform, or get a better
  932. compiler."
  933. $run $rm $removelist
  934. exit $EXIT_FAILURE
  935.       fi
  936.       # Just move the object if needed
  937.       if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
  938. $show "$mv $output_obj $obj"
  939. if $run $mv $output_obj $obj; then :
  940. else
  941.   error=$?
  942.   $run $rm $removelist
  943.   exit $error
  944. fi
  945.       fi
  946.       # Append the name of the non-PIC object the libtool object file.
  947.       # Only append if the libtool object file exists.
  948.       test -z "$run" && cat >> ${libobj}T <<EOF
  949. # Name of the non-PIC object.
  950. non_pic_object='$objname'
  951. EOF
  952.     else
  953.       # Append the name of the non-PIC object the libtool object file.
  954.       # Only append if the libtool object file exists.
  955.       test -z "$run" && cat >> ${libobj}T <<EOF
  956. # Name of the non-PIC object.
  957. non_pic_object=none
  958. EOF
  959.     fi
  960.     $run $mv "${libobj}T" "${libobj}"
  961.     # Unlock the critical section if it was locked
  962.     if test "$need_locks" != no; then
  963.       $run $rm "$lockfile"
  964.     fi
  965.     exit $EXIT_SUCCESS
  966.     ;;
  967.   # libtool link mode
  968.   link | relink)
  969.     modename="$modename: link"
  970.     case $host in
  971.     *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
  972.       # It is impossible to link a dll without this setting, and
  973.       # we shouldn't force the makefile maintainer to figure out
  974.       # which system we are compiling for in order to pass an extra
  975.       # flag for every libtool invocation.
  976.       # allow_undefined=no
  977.       # FIXME: Unfortunately, there are problems with the above when trying
  978.       # to make a dll which has undefined symbols, in which case not
  979.       # even a static library is built.  For now, we need to specify
  980.       # -no-undefined on the libtool link line when we can be certain
  981.       # that all symbols are satisfied, otherwise we get a static library.
  982.       allow_undefined=yes
  983.       ;;
  984.     *)
  985.       allow_undefined=yes
  986.       ;;
  987.     esac
  988.     libtool_args="$nonopt"
  989.     base_compile="$nonopt $@"
  990.     compile_command="$nonopt"
  991.     finalize_command="$nonopt"
  992.     compile_rpath=
  993.     finalize_rpath=
  994.     compile_shlibpath=
  995.     finalize_shlibpath=
  996.     convenience=
  997.     old_convenience=
  998.     deplibs=
  999.     old_deplibs=
  1000.     compiler_flags=
  1001.     linker_flags=
  1002.     dllsearchpath=
  1003.     lib_search_path=`pwd`
  1004.     inst_prefix_dir=
  1005.     avoid_version=no
  1006.     dlfiles=
  1007.     dlprefiles=
  1008.     dlself=no
  1009.     export_dynamic=no
  1010.     export_symbols=
  1011.     export_symbols_regex=
  1012.     generated=
  1013.     libobjs=
  1014.     ltlibs=
  1015.     module=no
  1016.     no_install=no
  1017.     objs=
  1018.     non_pic_objects=
  1019.     notinst_path= # paths that contain not-installed libtool libraries
  1020.     precious_files_regex=
  1021.     prefer_static_libs=no
  1022.     preload=no
  1023.     prev=
  1024.     prevarg=
  1025.     release=
  1026.     rpath=
  1027.     xrpath=
  1028.     perm_rpath=
  1029.     temp_rpath=
  1030.     thread_safe=no
  1031.     vinfo=
  1032.     vinfo_number=no
  1033.     func_infer_tag $base_compile
  1034.     # We need to know -static, to get the right output filenames.
  1035.     for arg
  1036.     do
  1037.       case $arg in
  1038.       -all-static | -static | -static-libtool-libs)
  1039. case $arg in
  1040. -all-static)
  1041.   if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
  1042.     $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2
  1043.   fi
  1044.   if test -n "$link_static_flag"; then
  1045.     dlopen_self=$dlopen_self_static
  1046.   fi
  1047.   prefer_static_libs=yes
  1048.   ;;
  1049. -static)
  1050.   if test -z "$pic_flag" && test -n "$link_static_flag"; then
  1051.     dlopen_self=$dlopen_self_static
  1052.   fi
  1053.   prefer_static_libs=built
  1054.   ;;
  1055. -static-libtool-libs)
  1056.   if test -z "$pic_flag" && test -n "$link_static_flag"; then
  1057.     dlopen_self=$dlopen_self_static
  1058.   fi
  1059.   prefer_static_libs=yes
  1060.   ;;
  1061. esac
  1062. build_libtool_libs=no
  1063. build_old_libs=yes
  1064. break
  1065. ;;
  1066.       esac
  1067.     done
  1068.     # See if our shared archives depend on static archives.
  1069.     test -n "$old_archive_from_new_cmds" && build_old_libs=yes
  1070.     # Go through the arguments, transforming them on the way.
  1071.     while test "$#" -gt 0; do
  1072.       arg="$1"
  1073.       shift
  1074.       case $arg in
  1075.       *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1076. qarg="`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`" ### testsuite: skip nested quoting test
  1077. ;;
  1078.       *) qarg=$arg ;;
  1079.       esac
  1080.       libtool_args="$libtool_args $qarg"
  1081.       # If the previous option needs an argument, assign it.
  1082.       if test -n "$prev"; then
  1083. case $prev in
  1084. output)
  1085.   compile_command="$compile_command @OUTPUT@"
  1086.   finalize_command="$finalize_command @OUTPUT@"
  1087.   ;;
  1088. esac
  1089. case $prev in
  1090. dlfiles|dlprefiles)
  1091.   if test "$preload" = no; then
  1092.     # Add the symbol object into the linking commands.
  1093.     compile_command="$compile_command @SYMFILE@"
  1094.     finalize_command="$finalize_command @SYMFILE@"
  1095.     preload=yes
  1096.   fi
  1097.   case $arg in
  1098.   *.la | *.lo) ;;  # We handle these cases below.
  1099.   force)
  1100.     if test "$dlself" = no; then
  1101.       dlself=needless
  1102.       export_dynamic=yes
  1103.     fi
  1104.     prev=
  1105.     continue
  1106.     ;;
  1107.   self)
  1108.     if test "$prev" = dlprefiles; then
  1109.       dlself=yes
  1110.     elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
  1111.       dlself=yes
  1112.     else
  1113.       dlself=needless
  1114.       export_dynamic=yes
  1115.     fi
  1116.     prev=
  1117.     continue
  1118.     ;;
  1119.   *)
  1120.     if test "$prev" = dlfiles; then
  1121.       dlfiles="$dlfiles $arg"
  1122.     else
  1123.       dlprefiles="$dlprefiles $arg"
  1124.     fi
  1125.     prev=
  1126.     continue
  1127.     ;;
  1128.   esac
  1129.   ;;
  1130. expsyms)
  1131.   export_symbols="$arg"
  1132.   if test ! -f "$arg"; then
  1133.     $echo "$modename: symbol file `$arg' does not exist"
  1134.     exit $EXIT_FAILURE
  1135.   fi
  1136.   prev=
  1137.   continue
  1138.   ;;
  1139. expsyms_regex)
  1140.   export_symbols_regex="$arg"
  1141.   prev=
  1142.   continue
  1143.   ;;
  1144. inst_prefix)
  1145.   inst_prefix_dir="$arg"
  1146.   prev=
  1147.   continue
  1148.   ;;
  1149. precious_regex)
  1150.   precious_files_regex="$arg"
  1151.   prev=
  1152.   continue
  1153.   ;;
  1154. release)
  1155.   release="-$arg"
  1156.   prev=
  1157.   continue
  1158.   ;;
  1159. objectlist)
  1160.   if test -f "$arg"; then
  1161.     save_arg=$arg
  1162.     moreargs=
  1163.     for fil in `cat $save_arg`
  1164.     do
  1165. #       moreargs="$moreargs $fil"
  1166.       arg=$fil
  1167.       # A libtool-controlled object.
  1168.       # Check to see that this really is a libtool object.
  1169.       if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  1170. pic_object=
  1171. non_pic_object=
  1172. # Read the .lo file
  1173. # If there is no directory component, then add one.
  1174. case $arg in
  1175. */* | *\*) . $arg ;;
  1176. *) . ./$arg ;;
  1177. esac
  1178. if test -z "$pic_object" || 
  1179.    test -z "$non_pic_object" ||
  1180.    test "$pic_object" = none && 
  1181.    test "$non_pic_object" = none; then
  1182.   $echo "$modename: cannot find name of object for `$arg'" 1>&2
  1183.   exit $EXIT_FAILURE
  1184. fi
  1185. # Extract subdirectory from the argument.
  1186. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1187. if test "X$xdir" = "X$arg"; then
  1188.   xdir=
  1189. else
  1190.   xdir="$xdir/"
  1191. fi
  1192. if test "$pic_object" != none; then
  1193.   # Prepend the subdirectory the object is found in.
  1194.   pic_object="$xdir$pic_object"
  1195.   if test "$prev" = dlfiles; then
  1196.     if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
  1197.       dlfiles="$dlfiles $pic_object"
  1198.       prev=
  1199.       continue
  1200.     else
  1201.       # If libtool objects are unsupported, then we need to preload.
  1202.       prev=dlprefiles
  1203.     fi
  1204.   fi
  1205.   # CHECK ME:  I think I busted this.  -Ossama
  1206.   if test "$prev" = dlprefiles; then
  1207.     # Preload the old-style object.
  1208.     dlprefiles="$dlprefiles $pic_object"
  1209.     prev=
  1210.   fi
  1211.   # A PIC object.
  1212.   libobjs="$libobjs $pic_object"
  1213.   arg="$pic_object"
  1214. fi
  1215. # Non-PIC object.
  1216. if test "$non_pic_object" != none; then
  1217.   # Prepend the subdirectory the object is found in.
  1218.   non_pic_object="$xdir$non_pic_object"
  1219.   # A standard non-PIC object
  1220.   non_pic_objects="$non_pic_objects $non_pic_object"
  1221.   if test -z "$pic_object" || test "$pic_object" = none ; then
  1222.     arg="$non_pic_object"
  1223.   fi
  1224. else
  1225.   # If the PIC object exists, use it instead.
  1226.   # $xdir was prepended to $pic_object above.
  1227.   non_pic_object="$pic_object"
  1228.   non_pic_objects="$non_pic_objects $non_pic_object"
  1229. fi
  1230.       else
  1231. # Only an error if not doing a dry-run.
  1232. if test -z "$run"; then
  1233.   $echo "$modename: `$arg' is not a valid libtool object" 1>&2
  1234.   exit $EXIT_FAILURE
  1235. else
  1236.   # Dry-run case.
  1237.   # Extract subdirectory from the argument.
  1238.   xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1239.   if test "X$xdir" = "X$arg"; then
  1240.     xdir=
  1241.   else
  1242.     xdir="$xdir/"
  1243.   fi
  1244.   pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
  1245.   non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
  1246.   libobjs="$libobjs $pic_object"
  1247.   non_pic_objects="$non_pic_objects $non_pic_object"
  1248. fi
  1249.       fi
  1250.     done
  1251.   else
  1252.     $echo "$modename: link input file `$save_arg' does not exist"
  1253.     exit $EXIT_FAILURE
  1254.   fi
  1255.   arg=$save_arg
  1256.   prev=
  1257.   continue
  1258.   ;;
  1259. rpath | xrpath)
  1260.   # We need an absolute path.
  1261.   case $arg in
  1262.   [\/]* | [A-Za-z]:[\/]*) ;;
  1263.   *)
  1264.     $echo "$modename: only absolute run-paths are allowed" 1>&2
  1265.     exit $EXIT_FAILURE
  1266.     ;;
  1267.   esac
  1268.   if test "$prev" = rpath; then
  1269.     case "$rpath " in
  1270.     *" $arg "*) ;;
  1271.     *) rpath="$rpath $arg" ;;
  1272.     esac
  1273.   else
  1274.     case "$xrpath " in
  1275.     *" $arg "*) ;;
  1276.     *) xrpath="$xrpath $arg" ;;
  1277.     esac
  1278.   fi
  1279.   prev=
  1280.   continue
  1281.   ;;
  1282. xcompiler)
  1283.   compiler_flags="$compiler_flags $qarg"
  1284.   prev=
  1285.   compile_command="$compile_command $qarg"
  1286.   finalize_command="$finalize_command $qarg"
  1287.   continue
  1288.   ;;
  1289. xlinker)
  1290.   linker_flags="$linker_flags $qarg"
  1291.   compiler_flags="$compiler_flags $wl$qarg"
  1292.   prev=
  1293.   compile_command="$compile_command $wl$qarg"
  1294.   finalize_command="$finalize_command $wl$qarg"
  1295.   continue
  1296.   ;;
  1297. xcclinker)
  1298.   linker_flags="$linker_flags $qarg"
  1299.   compiler_flags="$compiler_flags $qarg"
  1300.   prev=
  1301.   compile_command="$compile_command $qarg"
  1302.   finalize_command="$finalize_command $qarg"
  1303.   continue
  1304.   ;;
  1305. shrext)
  1306.      shrext_cmds="$arg"
  1307.   prev=
  1308.   continue
  1309.   ;;
  1310. darwin_framework|darwin_framework_skip)
  1311.   test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
  1312.   compile_command="$compile_command $arg"
  1313.   finalize_command="$finalize_command $arg"
  1314.   prev=
  1315.   continue
  1316.   ;;
  1317. *)
  1318.   eval "$prev="$arg""
  1319.   prev=
  1320.   continue
  1321.   ;;
  1322. esac
  1323.       fi # test -n "$prev"
  1324.       prevarg="$arg"
  1325.       case $arg in
  1326.       -all-static)
  1327. if test -n "$link_static_flag"; then
  1328.   compile_command="$compile_command $link_static_flag"
  1329.   finalize_command="$finalize_command $link_static_flag"
  1330. fi
  1331. continue
  1332. ;;
  1333.       -allow-undefined)
  1334. # FIXME: remove this flag sometime in the future.
  1335. $echo "$modename: `-allow-undefined' is deprecated because it is the default" 1>&2
  1336. continue
  1337. ;;
  1338.       -avoid-version)
  1339. avoid_version=yes
  1340. continue
  1341. ;;
  1342.       -dlopen)
  1343. prev=dlfiles
  1344. continue
  1345. ;;
  1346.       -dlpreopen)
  1347. prev=dlprefiles
  1348. continue
  1349. ;;
  1350.       -export-dynamic)
  1351. export_dynamic=yes
  1352. continue
  1353. ;;
  1354.       -export-symbols | -export-symbols-regex)
  1355. if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
  1356.   $echo "$modename: more than one -exported-symbols argument is not allowed"
  1357.   exit $EXIT_FAILURE
  1358. fi
  1359. if test "X$arg" = "X-export-symbols"; then
  1360.   prev=expsyms
  1361. else
  1362.   prev=expsyms_regex
  1363. fi
  1364. continue
  1365. ;;
  1366.       -framework|-arch|-isysroot)
  1367. case " $CC " in
  1368.   *" ${arg} ${1} "* | *" ${arg} ${1} "*) 
  1369. prev=darwin_framework_skip ;;
  1370.   *) compiler_flags="$compiler_flags $arg"
  1371.      prev=darwin_framework ;;
  1372. esac
  1373. compile_command="$compile_command $arg"
  1374. finalize_command="$finalize_command $arg"
  1375. continue
  1376. ;;
  1377.       -inst-prefix-dir)
  1378. prev=inst_prefix
  1379. continue
  1380. ;;
  1381.       # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
  1382.       # so, if we see these flags be careful not to treat them like -L
  1383.       -L[A-Z][A-Z]*:*)
  1384. case $with_gcc/$host in
  1385. no/*-*-irix* | /*-*-irix*)
  1386.   compile_command="$compile_command $arg"
  1387.   finalize_command="$finalize_command $arg"
  1388.   ;;
  1389. esac
  1390. continue
  1391. ;;
  1392.       -L*)
  1393. dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
  1394. # We need an absolute path.
  1395. case $dir in
  1396. [\/]* | [A-Za-z]:[\/]*) ;;
  1397. *)
  1398.   absdir=`cd "$dir" && pwd`
  1399.   if test -z "$absdir"; then
  1400.     $echo "$modename: cannot determine absolute directory name of `$dir'" 1>&2
  1401.     absdir="$dir"
  1402.     notinst_path="$notinst_path $dir"
  1403.   fi
  1404.   dir="$absdir"
  1405.   ;;
  1406. esac
  1407. case "$deplibs " in
  1408. *" -L$dir "*) ;;
  1409. *)
  1410.   deplibs="$deplibs -L$dir"
  1411.   lib_search_path="$lib_search_path $dir"
  1412.   ;;
  1413. esac
  1414. case $host in
  1415. *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
  1416.   testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
  1417.   case :$dllsearchpath: in
  1418.   *":$dir:"*) ;;
  1419.   *) dllsearchpath="$dllsearchpath:$dir";;
  1420.   esac
  1421.   case :$dllsearchpath: in
  1422.   *":$testbindir:"*) ;;
  1423.   *) dllsearchpath="$dllsearchpath:$testbindir";;
  1424.   esac
  1425.   ;;
  1426. esac
  1427. continue
  1428. ;;
  1429.       -l*)
  1430. if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
  1431.   case $host in
  1432.   *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
  1433.     # These systems don't actually have a C or math library (as such)
  1434.     continue
  1435.     ;;
  1436.   *-*-os2*)
  1437.     # These systems don't actually have a C library (as such)
  1438.     test "X$arg" = "X-lc" && continue
  1439.     ;;
  1440.   *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
  1441.     # Do not include libc due to us having libc/libc_r.
  1442.     test "X$arg" = "X-lc" && continue
  1443.     ;;
  1444.   *-*-rhapsody* | *-*-darwin1.[012])
  1445.     # Rhapsody C and math libraries are in the System framework
  1446.     deplibs="$deplibs -framework System"
  1447.     continue
  1448.     ;;
  1449.   *-*-sco3.2v5* | *-*-sco5v6*)
  1450.     # Causes problems with __ctype
  1451.     test "X$arg" = "X-lc" && continue
  1452.     ;;
  1453.   *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
  1454.     # Compiler inserts libc in the correct place for threads to work
  1455.     test "X$arg" = "X-lc" && continue
  1456.     ;;
  1457.   esac
  1458. elif test "X$arg" = "X-lc_r"; then
  1459.  case $host in
  1460.  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
  1461.    # Do not include libc_r directly, use -pthread flag.
  1462.    continue
  1463.    ;;
  1464.  esac
  1465. fi
  1466. deplibs="$deplibs $arg"
  1467. continue
  1468. ;;
  1469.       # Tru64 UNIX uses -model [arg] to determine the layout of C++
  1470.       # classes, name mangling, and exception handling.
  1471.       -model)
  1472. compile_command="$compile_command $arg"
  1473. compiler_flags="$compiler_flags $arg"
  1474. finalize_command="$finalize_command $arg"
  1475. prev=xcompiler
  1476. continue
  1477. ;;
  1478.      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  1479. compiler_flags="$compiler_flags $arg"
  1480. compile_command="$compile_command $arg"
  1481. finalize_command="$finalize_command $arg"
  1482. continue
  1483. ;;
  1484.       -module)
  1485. module=yes
  1486. continue
  1487. ;;
  1488.       # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
  1489.       # -r[0-9][0-9]* specifies the processor on the SGI compiler
  1490.       # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
  1491.       # +DA*, +DD* enable 64-bit mode on the HP compiler
  1492.       # -q* pass through compiler args for the IBM compiler
  1493.       # -m* pass through architecture-specific compiler args for GCC
  1494.       # -m*, -t[45]*, -txscale* pass through architecture-specific
  1495.       # compiler args for GCC
  1496.       # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
  1497.       # -F/path gives path to uninstalled frameworks, gcc on darwin
  1498.       # @file GCC response files
  1499.       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| 
  1500.       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
  1501. # Unknown arguments in both finalize_command and compile_command need
  1502. # to be aesthetically quoted because they are evaled later.
  1503. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  1504. case $arg in
  1505. *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1506.   arg=""$arg""
  1507.   ;;
  1508. esac
  1509.         compile_command="$compile_command $arg"
  1510.         finalize_command="$finalize_command $arg"
  1511.         compiler_flags="$compiler_flags $arg"
  1512.         continue
  1513.         ;;
  1514.       -shrext)
  1515. prev=shrext
  1516. continue
  1517. ;;
  1518.       -no-fast-install)
  1519. fast_install=no
  1520. continue
  1521. ;;
  1522.       -no-install)
  1523. case $host in
  1524. *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
  1525.   # The PATH hackery in wrapper scripts is required on Windows
  1526.   # and Darwin in order for the loader to find any dlls it needs.
  1527.   $echo "$modename: warning: `-no-install' is ignored for $host" 1>&2
  1528.   $echo "$modename: warning: assuming `-no-fast-install' instead" 1>&2
  1529.   fast_install=no
  1530.   ;;
  1531. *) no_install=yes ;;
  1532. esac
  1533. continue
  1534. ;;
  1535.       -no-undefined)
  1536. allow_undefined=no
  1537. continue
  1538. ;;
  1539.       -objectlist)
  1540. prev=objectlist
  1541. continue
  1542. ;;
  1543.       -o) prev=output ;;
  1544.       -precious-files-regex)
  1545. prev=precious_regex
  1546. continue
  1547. ;;
  1548.       -release)
  1549. prev=release
  1550. continue
  1551. ;;
  1552.       -rpath)
  1553. prev=rpath
  1554. continue
  1555. ;;
  1556.       -R)
  1557. prev=xrpath
  1558. continue
  1559. ;;
  1560.       -R*)
  1561. dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
  1562. # We need an absolute path.
  1563. case $dir in
  1564. [\/]* | [A-Za-z]:[\/]*) ;;
  1565. *)
  1566.   $echo "$modename: only absolute run-paths are allowed" 1>&2
  1567.   exit $EXIT_FAILURE
  1568.   ;;
  1569. esac
  1570. case "$xrpath " in
  1571. *" $dir "*) ;;
  1572. *) xrpath="$xrpath $dir" ;;
  1573. esac
  1574. continue
  1575. ;;
  1576.       -static | -static-libtool-libs)
  1577. # The effects of -static are defined in a previous loop.
  1578. # We used to do the same as -all-static on platforms that
  1579. # didn't have a PIC flag, but the assumption that the effects
  1580. # would be equivalent was wrong.  It would break on at least
  1581. # Digital Unix and AIX.
  1582. continue
  1583. ;;
  1584.       -thread-safe)
  1585. thread_safe=yes
  1586. continue
  1587. ;;
  1588.       -version-info)
  1589. prev=vinfo
  1590. continue
  1591. ;;
  1592.       -version-number)
  1593. prev=vinfo
  1594. vinfo_number=yes
  1595. continue
  1596. ;;
  1597.       -Wc,*)
  1598. args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
  1599. arg=
  1600. save_ifs="$IFS"; IFS=','
  1601. for flag in $args; do
  1602.   IFS="$save_ifs"
  1603.   case $flag in
  1604.     *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1605.     flag=""$flag""
  1606.     ;;
  1607.   esac
  1608.   arg="$arg $wl$flag"
  1609.   compiler_flags="$compiler_flags $flag"
  1610. done
  1611. IFS="$save_ifs"
  1612. arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  1613. ;;
  1614.       -Wl,*)
  1615. args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  1616. arg=
  1617. save_ifs="$IFS"; IFS=','
  1618. for flag in $args; do
  1619.   IFS="$save_ifs"
  1620.   case $flag in
  1621.     *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1622.     flag=""$flag""
  1623.     ;;
  1624.   esac
  1625.   arg="$arg $wl$flag"
  1626.   compiler_flags="$compiler_flags $wl$flag"
  1627.   linker_flags="$linker_flags $flag"
  1628. done
  1629. IFS="$save_ifs"
  1630. arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  1631. ;;
  1632.       -Xcompiler)
  1633. prev=xcompiler
  1634. continue
  1635. ;;
  1636.       -Xlinker)
  1637. prev=xlinker
  1638. continue
  1639. ;;
  1640.       -XCClinker)
  1641. prev=xcclinker
  1642. continue
  1643. ;;
  1644.       # Some other compiler flag.
  1645.       -* | +*)
  1646. # Unknown arguments in both finalize_command and compile_command need
  1647. # to be aesthetically quoted because they are evaled later.
  1648. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  1649. case $arg in
  1650. *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1651.   arg=""$arg""
  1652.   ;;
  1653. esac
  1654. ;;
  1655.       *.$objext)
  1656. # A standard object.
  1657. objs="$objs $arg"
  1658. ;;
  1659.       *.lo)
  1660. # A libtool-controlled object.
  1661. # Check to see that this really is a libtool object.
  1662. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  1663.   pic_object=
  1664.   non_pic_object=
  1665.   # Read the .lo file
  1666.   # If there is no directory component, then add one.
  1667.   case $arg in
  1668.   */* | *\*) . $arg ;;
  1669.   *) . ./$arg ;;
  1670.   esac
  1671.   if test -z "$pic_object" || 
  1672.      test -z "$non_pic_object" ||
  1673.      test "$pic_object" = none && 
  1674.      test "$non_pic_object" = none; then
  1675.     $echo "$modename: cannot find name of object for `$arg'" 1>&2
  1676.     exit $EXIT_FAILURE
  1677.   fi
  1678.   # Extract subdirectory from the argument.
  1679.   xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1680.   if test "X$xdir" = "X$arg"; then
  1681.     xdir=
  1682.     else
  1683.     xdir="$xdir/"
  1684.   fi
  1685.   if test "$pic_object" != none; then
  1686.     # Prepend the subdirectory the object is found in.
  1687.     pic_object="$xdir$pic_object"
  1688.     if test "$prev" = dlfiles; then
  1689.       if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
  1690. dlfiles="$dlfiles $pic_object"
  1691. prev=
  1692. continue
  1693.       else
  1694. # If libtool objects are unsupported, then we need to preload.
  1695. prev=dlprefiles
  1696.       fi
  1697.     fi
  1698.     # CHECK ME:  I think I busted this.  -Ossama
  1699.     if test "$prev" = dlprefiles; then
  1700.       # Preload the old-style object.
  1701.       dlprefiles="$dlprefiles $pic_object"
  1702.       prev=
  1703.     fi
  1704.     # A PIC object.
  1705.     libobjs="$libobjs $pic_object"
  1706.     arg="$pic_object"
  1707.   fi
  1708.   # Non-PIC object.
  1709.   if test "$non_pic_object" != none; then
  1710.     # Prepend the subdirectory the object is found in.
  1711.     non_pic_object="$xdir$non_pic_object"
  1712.     # A standard non-PIC object
  1713.     non_pic_objects="$non_pic_objects $non_pic_object"
  1714.     if test -z "$pic_object" || test "$pic_object" = none ; then
  1715.       arg="$non_pic_object"
  1716.     fi
  1717.   else
  1718.     # If the PIC object exists, use it instead.
  1719.     # $xdir was prepended to $pic_object above.
  1720.     non_pic_object="$pic_object"
  1721.     non_pic_objects="$non_pic_objects $non_pic_object"
  1722.   fi
  1723. else
  1724.   # Only an error if not doing a dry-run.
  1725.   if test -z "$run"; then
  1726.     $echo "$modename: `$arg' is not a valid libtool object" 1>&2
  1727.     exit $EXIT_FAILURE
  1728.   else
  1729.     # Dry-run case.
  1730.     # Extract subdirectory from the argument.
  1731.     xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
  1732.     if test "X$xdir" = "X$arg"; then
  1733.       xdir=
  1734.     else
  1735.       xdir="$xdir/"
  1736.     fi
  1737.     pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
  1738.     non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
  1739.     libobjs="$libobjs $pic_object"
  1740.     non_pic_objects="$non_pic_objects $non_pic_object"
  1741.   fi
  1742. fi
  1743. ;;
  1744.       *.$libext)
  1745. # An archive.
  1746. deplibs="$deplibs $arg"
  1747. old_deplibs="$old_deplibs $arg"
  1748. continue
  1749. ;;
  1750.       *.la)
  1751. # A libtool-controlled library.
  1752. if test "$prev" = dlfiles; then
  1753.   # This library was specified with -dlopen.
  1754.   dlfiles="$dlfiles $arg"
  1755.   prev=
  1756. elif test "$prev" = dlprefiles; then
  1757.   # The library was specified with -dlpreopen.
  1758.   dlprefiles="$dlprefiles $arg"
  1759.   prev=
  1760. else
  1761.   deplibs="$deplibs $arg"
  1762. fi
  1763. continue
  1764. ;;
  1765.       # Some other compiler argument.
  1766.       *)
  1767. # Unknown arguments in both finalize_command and compile_command need
  1768. # to be aesthetically quoted because they are evaled later.
  1769. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
  1770. case $arg in
  1771. *[[~#^&*(){}|;<>?'  ]*|*]*|"")
  1772.   arg=""$arg""
  1773.   ;;
  1774. esac
  1775. ;;
  1776.       esac # arg
  1777.       # Now actually substitute the argument into the commands.
  1778.       if test -n "$arg"; then
  1779. compile_command="$compile_command $arg"
  1780. finalize_command="$finalize_command $arg"
  1781.       fi
  1782.     done # argument parsing loop
  1783.     if test -n "$prev"; then
  1784.       $echo "$modename: the `$prevarg' option requires an argument" 1>&2
  1785.       $echo "$help" 1>&2
  1786.       exit $EXIT_FAILURE
  1787.     fi
  1788.     if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
  1789.       eval arg="$export_dynamic_flag_spec"
  1790.       compile_command="$compile_command $arg"
  1791.       finalize_command="$finalize_command $arg"
  1792.     fi
  1793.     oldlibs=
  1794.     # calculate the name of the file, without its directory
  1795.     outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
  1796.     libobjs_save="$libobjs"
  1797.     if test -n "$shlibpath_var"; then
  1798.       # get the directories listed in $shlibpath_var
  1799.       eval shlib_search_path=`$echo "X${$shlibpath_var}" | $Xsed -e 's/:/ /g'`
  1800.     else
  1801.       shlib_search_path=
  1802.     fi
  1803.     eval sys_lib_search_path="$sys_lib_search_path_spec"
  1804.     eval sys_lib_dlsearch_path="$sys_lib_dlsearch_path_spec"
  1805.     output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
  1806.     if test "X$output_objdir" = "X$output"; then
  1807.       output_objdir="$objdir"
  1808.     else
  1809.       output_objdir="$output_objdir/$objdir"
  1810.     fi
  1811.     # Create the object directory.
  1812.     if test ! -d "$output_objdir"; then
  1813.       $show "$mkdir $output_objdir"
  1814.       $run $mkdir $output_objdir
  1815.       exit_status=$?
  1816.       if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then
  1817. exit $exit_status
  1818.       fi
  1819.     fi
  1820.     # Determine the type of output
  1821.     case $output in
  1822.     "")
  1823.       $echo "$modename: you must specify an output file" 1>&2
  1824.       $echo "$help" 1>&2
  1825.       exit $EXIT_FAILURE
  1826.       ;;
  1827.     *.$libext) linkmode=oldlib ;;
  1828.     *.lo | *.$objext) linkmode=obj ;;
  1829.     *.la) linkmode=lib ;;
  1830.     *) linkmode=prog ;; # Anything else should be a program.
  1831.     esac
  1832.     case $host in
  1833.     *cygwin* | *mingw* | *pw32*)
  1834.       # don't eliminate duplications in $postdeps and $predeps
  1835.       duplicate_compiler_generated_deps=yes
  1836.       ;;
  1837.     *)
  1838.       duplicate_compiler_generated_deps=$duplicate_deps
  1839.       ;;
  1840.     esac
  1841.     specialdeplibs=
  1842.     libs=
  1843.     # Find all interdependent deplibs by searching for libraries
  1844.     # that are linked more than once (e.g. -la -lb -la)
  1845.     for deplib in $deplibs; do
  1846.       if test "X$duplicate_deps" = "Xyes" ; then
  1847. case "$libs " in
  1848. *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  1849. esac
  1850.       fi
  1851.       libs="$libs $deplib"
  1852.     done
  1853.     if test "$linkmode" = lib; then
  1854.       libs="$predeps $libs $compiler_lib_search_path $postdeps"
  1855.       # Compute libraries that are listed more than once in $predeps
  1856.       # $postdeps and mark them as special (i.e., whose duplicates are
  1857.       # not to be eliminated).
  1858.       pre_post_deps=
  1859.       if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then
  1860. for pre_post_dep in $predeps $postdeps; do
  1861.   case "$pre_post_deps " in
  1862.   *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
  1863.   esac
  1864.   pre_post_deps="$pre_post_deps $pre_post_dep"
  1865. done
  1866.       fi
  1867.       pre_post_deps=
  1868.     fi
  1869.     deplibs=
  1870.     newdependency_libs=
  1871.     newlib_search_path=
  1872.     need_relink=no # whether we're linking any uninstalled libtool libraries
  1873.     notinst_deplibs= # not-installed libtool libraries
  1874.     case $linkmode in
  1875.     lib)
  1876. passes="conv link"
  1877. for file in $dlfiles $dlprefiles; do
  1878.   case $file in
  1879.   *.la) ;;
  1880.   *)
  1881.     $echo "$modename: libraries can `-dlopen' only libtool libraries: $file" 1>&2
  1882.     exit $EXIT_FAILURE
  1883.     ;;
  1884.   esac
  1885. done
  1886. ;;
  1887.     prog)
  1888. compile_deplibs=
  1889. finalize_deplibs=
  1890. alldeplibs=no
  1891. newdlfiles=
  1892. newdlprefiles=
  1893. passes="conv scan dlopen dlpreopen link"
  1894. ;;
  1895.     *)  passes="conv"
  1896. ;;
  1897.     esac
  1898.     for pass in $passes; do
  1899.       if test "$linkmode,$pass" = "lib,link" ||
  1900.  test "$linkmode,$pass" = "prog,scan"; then
  1901. libs="$deplibs"
  1902. deplibs=
  1903.       fi
  1904.       if test "$linkmode" = prog; then
  1905. case $pass in
  1906. dlopen) libs="$dlfiles" ;;
  1907. dlpreopen) libs="$dlprefiles" ;;
  1908. link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
  1909. esac
  1910.       fi
  1911.       if test "$pass" = dlopen; then
  1912. # Collect dlpreopened libraries
  1913. save_deplibs="$deplibs"
  1914. deplibs=
  1915.       fi
  1916.       for deplib in $libs; do
  1917. lib=
  1918. found=no
  1919. case $deplib in
  1920. -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  1921.   if test "$linkmode,$pass" = "prog,link"; then
  1922.     compile_deplibs="$deplib $compile_deplibs"
  1923.     finalize_deplibs="$deplib $finalize_deplibs"
  1924.   else
  1925.     compiler_flags="$compiler_flags $deplib"
  1926.   fi
  1927.   continue
  1928.   ;;
  1929. -l*)
  1930.   if test "$linkmode" != lib && test "$linkmode" != prog; then
  1931.     $echo "$modename: warning: `-l' is ignored for archives/objects" 1>&2
  1932.     continue
  1933.   fi
  1934.   name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
  1935.   for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
  1936.     for search_ext in .la $std_shrext .so .a; do
  1937.       # Search the libtool library
  1938.       lib="$searchdir/lib${name}${search_ext}"
  1939.       if test -f "$lib"; then
  1940. if test "$search_ext" = ".la"; then
  1941.   found=yes
  1942. else
  1943.   found=no
  1944. fi
  1945. break 2
  1946.       fi
  1947.     done
  1948.   done
  1949.   if test "$found" != yes; then
  1950.     # deplib doesn't seem to be a libtool library
  1951.     if test "$linkmode,$pass" = "prog,link"; then
  1952.       compile_deplibs="$deplib $compile_deplibs"
  1953.       finalize_deplibs="$deplib $finalize_deplibs"
  1954.     else
  1955.       deplibs="$deplib $deplibs"
  1956.       test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
  1957.     fi
  1958.     continue
  1959.   else # deplib is a libtool library
  1960.     # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
  1961.     # We need to do some special things here, and not later.
  1962.     if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
  1963.       case " $predeps $postdeps " in
  1964.       *" $deplib "*)
  1965. if (${SED} -e '2q' $lib |
  1966.                     grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
  1967.   library_names=
  1968.   old_library=
  1969.   case $lib in
  1970.   */* | *\*) . $lib ;;
  1971.   *) . ./$lib ;;
  1972.   esac
  1973.   for l in $old_library $library_names; do
  1974.     ll="$l"
  1975.   done
  1976.   if test "X$ll" = "X$old_library" ; then # only static version available
  1977.     found=no
  1978.     ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
  1979.     test "X$ladir" = "X$lib" && ladir="."
  1980.     lib=$ladir/$old_library
  1981.     if test "$linkmode,$pass" = "prog,link"; then
  1982.       compile_deplibs="$deplib $compile_deplibs"
  1983.       finalize_deplibs="$deplib $finalize_deplibs"
  1984.     else
  1985.       deplibs="$deplib $deplibs"
  1986.       test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
  1987.     fi
  1988.     continue
  1989.   fi
  1990. fi
  1991.         ;;
  1992.       *) ;;
  1993.       esac
  1994.     fi
  1995.   fi
  1996.   ;; # -l
  1997. -L*)
  1998.   case $linkmode in
  1999.   lib)
  2000.     deplibs="$deplib $deplibs"
  2001.     test "$pass" = conv && continue
  2002.     newdependency_libs="$deplib $newdependency_libs"
  2003.     newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  2004.     ;;
  2005.   prog)
  2006.     if test "$pass" = conv; then
  2007.       deplibs="$deplib $deplibs"
  2008.       continue
  2009.     fi
  2010.     if test "$pass" = scan; then
  2011.       deplibs="$deplib $deplibs"
  2012.     else
  2013.       compile_deplibs="$deplib $compile_deplibs"
  2014.       finalize_deplibs="$deplib $finalize_deplibs"
  2015.     fi
  2016.     newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
  2017.     ;;
  2018.   *)
  2019.     $echo "$modename: warning: `-L' is ignored for archives/objects" 1>&2
  2020.     ;;
  2021.   esac # linkmode
  2022.   continue
  2023.   ;; # -L
  2024. -R*)
  2025.   if test "$pass" = link; then
  2026.     dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
  2027.     # Make sure the xrpath contains only unique directories.
  2028.     case "$xrpath " in
  2029.     *" $dir "*) ;;
  2030.     *) xrpath="$xrpath $dir" ;;
  2031.     esac
  2032.   fi
  2033.   deplibs="$deplib $deplibs"
  2034.   continue
  2035.   ;;
  2036. *.la) lib="$deplib" ;;
  2037. *.$libext)
  2038.   if test "$pass" = conv; then
  2039.     deplibs="$deplib $deplibs"
  2040.     continue
  2041.   fi
  2042.   case $linkmode in
  2043.   lib)
  2044.     valid_a_lib=no
  2045.     case $deplibs_check_method in
  2046.       match_pattern*)
  2047. set dummy $deplibs_check_method
  2048.         match_pattern_regex=`expr "$deplibs_check_method" : "$2 (.*)"`
  2049. if eval $echo "$deplib" 2>/dev/null 
  2050.     | $SED 10q 
  2051.     | $EGREP "$match_pattern_regex" > /dev/null; then
  2052.   valid_a_lib=yes
  2053. fi
  2054. ;;
  2055.       pass_all)
  2056. valid_a_lib=yes
  2057. ;;
  2058.             esac
  2059.     if test "$valid_a_lib" != yes; then
  2060.       $echo
  2061.       $echo "*** Warning: Trying to link with static lib archive $deplib."
  2062.       $echo "*** I have the capability to make that library automatically link in when"
  2063.       $echo "*** you link to this library.  But I can only do this if you have a"
  2064.       $echo "*** shared version of the library, which you do not appear to have"
  2065.       $echo "*** because the file extensions .$libext of this argument makes me believe"
  2066.       $echo "*** that it is just a static archive that I should not used here."
  2067.     else
  2068.       $echo
  2069.       $echo "*** Warning: Linking the shared library $output against the"
  2070.       $echo "*** static library $deplib is not portable!"
  2071.       deplibs="$deplib $deplibs"
  2072.     fi
  2073.     continue
  2074.     ;;
  2075.   prog)
  2076.     if test "$pass" != link; then
  2077.       deplibs="$deplib $deplibs"
  2078.     else
  2079.       compile_deplibs="$deplib $compile_deplibs"
  2080.       finalize_deplibs="$deplib $finalize_deplibs"
  2081.     fi
  2082.     continue
  2083.     ;;
  2084.   esac # linkmode
  2085.   ;; # *.$libext
  2086. *.lo | *.$objext)
  2087.   if test "$pass" = conv; then
  2088.     deplibs="$deplib $deplibs"
  2089.   elif test "$linkmode" = prog; then
  2090.     if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
  2091.       # If there is no dlopen support or we're linking statically,
  2092.       # we need to preload.
  2093.       newdlprefiles="$newdlprefiles $deplib"
  2094.       compile_deplibs="$deplib $compile_deplibs"
  2095.       finalize_deplibs="$deplib $finalize_deplibs"
  2096.     else
  2097.       newdlfiles="$newdlfiles $deplib"
  2098.     fi
  2099.   fi
  2100.   continue
  2101.   ;;
  2102. %DEPLIBS%)
  2103.   alldeplibs=yes
  2104.   continue
  2105.   ;;
  2106. esac # case $deplib
  2107. if test "$found" = yes || test -f "$lib"; then :
  2108. else
  2109.   $echo "$modename: cannot find the library `$lib' or unhandled argument `$deplib'" 1>&2
  2110.   exit $EXIT_FAILURE
  2111. fi
  2112. # Check to see that this really is a libtool archive.
  2113. if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
  2114. else
  2115.   $echo "$modename: `$lib' is not a valid libtool archive" 1>&2
  2116.   exit $EXIT_FAILURE
  2117. fi
  2118. ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
  2119. test "X$ladir" = "X$lib" && ladir="."
  2120. dlname=
  2121. dlopen=
  2122. dlpreopen=
  2123. libdir=
  2124. library_names=
  2125. old_library=
  2126. # If the library was installed with an old release of libtool,
  2127. # it will not redefine variables installed, or shouldnotlink
  2128. installed=yes
  2129. shouldnotlink=no
  2130. avoidtemprpath=
  2131. # Read the .la file
  2132. case $lib in
  2133. */* | *\*) . $lib ;;
  2134. *) . ./$lib ;;
  2135. esac
  2136. if test "$linkmode,$pass" = "lib,link" ||
  2137.    test "$linkmode,$pass" = "prog,scan" ||
  2138.    { test "$linkmode" != prog && test "$linkmode" != lib; }; then
  2139.   test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
  2140.   test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
  2141. fi
  2142. if test "$pass" = conv; then
  2143.   # Only check for convenience libraries
  2144.   deplibs="$lib $deplibs"
  2145.   if test -z "$libdir"; then
  2146.     if test -z "$old_library"; then
  2147.       $echo "$modename: cannot find name of link library for `$lib'" 1>&2
  2148.       exit $EXIT_FAILURE
  2149.     fi
  2150.     # It is a libtool convenience library, so add in its objects.
  2151.     convenience="$convenience $ladir/$objdir/$old_library"
  2152.     old_convenience="$old_convenience $ladir/$objdir/$old_library"
  2153.     tmp_libs=
  2154.     for deplib in $dependency_libs; do
  2155.       deplibs="$deplib $deplibs"
  2156.               if test "X$duplicate_deps" = "Xyes" ; then
  2157.         case "$tmp_libs " in
  2158.         *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  2159.         esac
  2160.               fi
  2161.       tmp_libs="$tmp_libs $deplib"
  2162.     done
  2163.   elif test "$linkmode" != prog && test "$linkmode" != lib; then
  2164.     $echo "$modename: `$lib' is not a convenience library" 1>&2
  2165.     exit $EXIT_FAILURE
  2166.   fi
  2167.   continue
  2168. fi # $pass = conv
  2169. # Get the name of the library we link against.
  2170. linklib=
  2171. for l in $old_library $library_names; do
  2172.   linklib="$l"
  2173. done
  2174. if test -z "$linklib"; then
  2175.   $echo "$modename: cannot find name of link library for `$lib'" 1>&2
  2176.   exit $EXIT_FAILURE
  2177. fi
  2178. # This library was specified with -dlopen.
  2179. if test "$pass" = dlopen; then
  2180.   if test -z "$libdir"; then
  2181.     $echo "$modename: cannot -dlopen a convenience library: `$lib'" 1>&2
  2182.     exit $EXIT_FAILURE
  2183.   fi
  2184.   if test -z "$dlname" ||
  2185.      test "$dlopen_support" != yes ||
  2186.      test "$build_libtool_libs" = no; then
  2187.     # If there is no dlname, no dlopen support or we're linking
  2188.     # statically, we need to preload.  We also need to preload any
  2189.     # dependent libraries so libltdl's deplib preloader doesn't
  2190.     # bomb out in the load deplibs phase.
  2191.     dlprefiles="$dlprefiles $lib $dependency_libs"
  2192.   else
  2193.     newdlfiles="$newdlfiles $lib"
  2194.   fi
  2195.   continue
  2196. fi # $pass = dlopen
  2197. # We need an absolute path.
  2198. case $ladir in
  2199. [\/]* | [A-Za-z]:[\/]*) abs_ladir="$ladir" ;;
  2200. *)
  2201.   abs_ladir=`cd "$ladir" && pwd`
  2202.   if test -z "$abs_ladir"; then
  2203.     $echo "$modename: warning: cannot determine absolute directory name of `$ladir'" 1>&2
  2204.     $echo "$modename: passing it literally to the linker, although it might fail" 1>&2
  2205.     abs_ladir="$ladir"
  2206.   fi
  2207.   ;;
  2208. esac
  2209. laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
  2210. # Find the relevant object directory and library name.
  2211. if test "X$installed" = Xyes; then
  2212.   if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
  2213.     $echo "$modename: warning: library `$lib' was moved." 1>&2
  2214.     dir="$ladir"
  2215.     absdir="$abs_ladir"
  2216.     libdir="$abs_ladir"
  2217.   else
  2218.     dir="$libdir"
  2219.     absdir="$libdir"
  2220.   fi
  2221.   test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
  2222. else
  2223.   if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
  2224.     dir="$ladir"
  2225.     absdir="$abs_ladir"
  2226.     # Remove this search path later
  2227.     notinst_path="$notinst_path $abs_ladir"
  2228.   else
  2229.     dir="$ladir/$objdir"
  2230.     absdir="$abs_ladir/$objdir"
  2231.     # Remove this search path later
  2232.     notinst_path="$notinst_path $abs_ladir"
  2233.   fi
  2234. fi # $installed = yes
  2235. name=`$echo "X$laname" | $Xsed -e 's/.la$//' -e 's/^lib//'`
  2236. # This library was specified with -dlpreopen.
  2237. if test "$pass" = dlpreopen; then
  2238.   if test -z "$libdir"; then
  2239.     $echo "$modename: cannot -dlpreopen a convenience library: `$lib'" 1>&2
  2240.     exit $EXIT_FAILURE
  2241.   fi
  2242.   # Prefer using a static library (so that no silly _DYNAMIC symbols
  2243.   # are required to link).
  2244.   if test -n "$old_library"; then
  2245.     newdlprefiles="$newdlprefiles $dir/$old_library"
  2246.   # Otherwise, use the dlname, so that lt_dlopen finds it.
  2247.   elif test -n "$dlname"; then
  2248.     newdlprefiles="$newdlprefiles $dir/$dlname"
  2249.   else
  2250.     newdlprefiles="$newdlprefiles $dir/$linklib"
  2251.   fi
  2252. fi # $pass = dlpreopen
  2253. if test -z "$libdir"; then
  2254.   # Link the convenience library
  2255.   if test "$linkmode" = lib; then
  2256.     deplibs="$dir/$old_library $deplibs"
  2257.   elif test "$linkmode,$pass" = "prog,link"; then
  2258.     compile_deplibs="$dir/$old_library $compile_deplibs"
  2259.     finalize_deplibs="$dir/$old_library $finalize_deplibs"
  2260.   else
  2261.     deplibs="$lib $deplibs" # used for prog,scan pass
  2262.   fi
  2263.   continue
  2264. fi
  2265. if test "$linkmode" = prog && test "$pass" != link; then
  2266.   newlib_search_path="$newlib_search_path $ladir"
  2267.   deplibs="$lib $deplibs"
  2268.   linkalldeplibs=no
  2269.   if test "$link_all_deplibs" != no || test -z "$library_names" ||
  2270.      test "$build_libtool_libs" = no; then
  2271.     linkalldeplibs=yes
  2272.   fi
  2273.   tmp_libs=
  2274.   for deplib in $dependency_libs; do
  2275.     case $deplib in
  2276.     -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
  2277.     esac
  2278.     # Need to link against all dependency_libs?
  2279.     if test "$linkalldeplibs" = yes; then
  2280.       deplibs="$deplib $deplibs"
  2281.     else
  2282.       # Need to hardcode shared library paths
  2283.       # or/and link against static libraries
  2284.       newdependency_libs="$deplib $newdependency_libs"
  2285.     fi
  2286.     if test "X$duplicate_deps" = "Xyes" ; then
  2287.       case "$tmp_libs " in
  2288.       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  2289.       esac
  2290.     fi
  2291.     tmp_libs="$tmp_libs $deplib"
  2292.   done # for deplib
  2293.   continue
  2294. fi # $linkmode = prog...
  2295. if test "$linkmode,$pass" = "prog,link"; then
  2296.   if test -n "$library_names" &&
  2297.      { { test "$prefer_static_libs" = no ||
  2298.  test "$prefer_static_libs,$installed" = "built,yes"; } ||
  2299.        test -z "$old_library"; }; then
  2300.     # We need to hardcode the library path
  2301.     if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
  2302.       # Make sure the rpath contains only unique directories.
  2303.       case "$temp_rpath " in
  2304.       *" $dir "*) ;;
  2305.       *" $absdir "*) ;;
  2306.       *) temp_rpath="$temp_rpath $absdir" ;;
  2307.       esac
  2308.     fi
  2309.     # Hardcode the library path.
  2310.     # Skip directories that are in the system default run-time
  2311.     # search path.
  2312.     case " $sys_lib_dlsearch_path " in
  2313.     *" $absdir "*) ;;
  2314.     *)
  2315.       case "$compile_rpath " in
  2316.       *" $absdir "*) ;;
  2317.       *) compile_rpath="$compile_rpath $absdir"
  2318.       esac
  2319.       ;;
  2320.     esac
  2321.     case " $sys_lib_dlsearch_path " in
  2322.     *" $libdir "*) ;;
  2323.     *)
  2324.       case "$finalize_rpath " in
  2325.       *" $libdir "*) ;;
  2326.       *) finalize_rpath="$finalize_rpath $libdir"
  2327.       esac
  2328.       ;;
  2329.     esac
  2330.   fi # $linkmode,$pass = prog,link...
  2331.   if test "$alldeplibs" = yes &&
  2332.      { test "$deplibs_check_method" = pass_all ||
  2333.        { test "$build_libtool_libs" = yes &&
  2334.  test -n "$library_names"; }; }; then
  2335.     # We only need to search for static libraries
  2336.     continue
  2337.   fi
  2338. fi
  2339. link_static=no # Whether the deplib will be linked statically
  2340. use_static_libs=$prefer_static_libs
  2341. if test "$use_static_libs" = built && test "$installed" = yes ; then
  2342.   use_static_libs=no
  2343. fi
  2344. if test -n "$library_names" &&
  2345.    { test "$use_static_libs" = no || test -z "$old_library"; }; then
  2346.   if test "$installed" = no; then
  2347.     notinst_deplibs="$notinst_deplibs $lib"
  2348.     need_relink=yes
  2349.   fi
  2350.   # This is a shared library
  2351.   # Warn about portability, can't link against -module's on
  2352.   # some systems (darwin)
  2353.   if test "$shouldnotlink" = yes && test "$pass" = link ; then
  2354.     $echo
  2355.     if test "$linkmode" = prog; then
  2356.       $echo "*** Warning: Linking the executable $output against the loadable module"
  2357.     else
  2358.       $echo "*** Warning: Linking the shared library $output against the loadable module"
  2359.     fi
  2360.     $echo "*** $linklib is not portable!"
  2361.   fi
  2362.   if test "$linkmode" = lib &&
  2363.      test "$hardcode_into_libs" = yes; then
  2364.     # Hardcode the library path.
  2365.     # Skip directories that are in the system default run-time
  2366.     # search path.
  2367.     case " $sys_lib_dlsearch_path " in
  2368.     *" $absdir "*) ;;
  2369.     *)
  2370.       case "$compile_rpath " in
  2371.       *" $absdir "*) ;;
  2372.       *) compile_rpath="$compile_rpath $absdir"
  2373.       esac
  2374.       ;;
  2375.     esac
  2376.     case " $sys_lib_dlsearch_path " in
  2377.     *" $libdir "*) ;;
  2378.     *)
  2379.       case "$finalize_rpath " in
  2380.       *" $libdir "*) ;;
  2381.       *) finalize_rpath="$finalize_rpath $libdir"
  2382.       esac
  2383.       ;;
  2384.     esac
  2385.   fi
  2386.   if test -n "$old_archive_from_expsyms_cmds"; then
  2387.     # figure out the soname
  2388.     set dummy $library_names
  2389.     realname="$2"
  2390.     shift; shift
  2391.     libname=`eval \$echo "$libname_spec"`
  2392.     # use dlname if we got it. it's perfectly good, no?
  2393.     if test -n "$dlname"; then
  2394.       soname="$dlname"
  2395.     elif test -n "$soname_spec"; then
  2396.       # bleh windows
  2397.       case $host in
  2398.       *cygwin* | mingw*)
  2399. major=`expr $current - $age`
  2400. versuffix="-$major"
  2401. ;;
  2402.       esac
  2403.       eval soname="$soname_spec"
  2404.     else
  2405.       soname="$realname"
  2406.     fi
  2407.     # Make a new name for the extract_expsyms_cmds to use
  2408.     soroot="$soname"
  2409.     soname=`$echo $soroot | ${SED} -e 's/^.*///'`
  2410.     newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/.dll$//'`.a"
  2411.     # If the library has no export list, then create one now
  2412.     if test -f "$output_objdir/$soname-def"; then :
  2413.     else
  2414.       $show "extracting exported symbol list from `$soname'"
  2415.       save_ifs="$IFS"; IFS='~'
  2416.       cmds=$extract_expsyms_cmds
  2417.       for cmd in $cmds; do
  2418. IFS="$save_ifs"
  2419. eval cmd="$cmd"
  2420. $show "$cmd"
  2421. $run eval "$cmd" || exit $?
  2422.       done
  2423.       IFS="$save_ifs"
  2424.     fi
  2425.     # Create $newlib
  2426.     if test -f "$output_objdir/$newlib"; then :; else
  2427.       $show "generating import library for `$soname'"
  2428.       save_ifs="$IFS"; IFS='~'
  2429.       cmds=$old_archive_from_expsyms_cmds
  2430.       for cmd in $cmds; do
  2431. IFS="$save_ifs"
  2432. eval cmd="$cmd"
  2433. $show "$cmd"
  2434. $run eval "$cmd" || exit $?
  2435.       done
  2436.       IFS="$save_ifs"
  2437.     fi
  2438.     # make sure the library variables are pointing to the new library
  2439.     dir=$output_objdir
  2440.     linklib=$newlib
  2441.   fi # test -n "$old_archive_from_expsyms_cmds"
  2442.   if test "$linkmode" = prog || test "$mode" != relink; then
  2443.     add_shlibpath=
  2444.     add_dir=
  2445.     add=
  2446.     lib_linked=yes
  2447.     case $hardcode_action in
  2448.     immediate | unsupported)
  2449.       if test "$hardcode_direct" = no; then
  2450. add="$dir/$linklib"
  2451. case $host in
  2452.   *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
  2453.   *-*-sysv4*uw2*) add_dir="-L$dir" ;;
  2454.   *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | 
  2455.     *-*-unixware7*) add_dir="-L$dir" ;;
  2456.   *-*-darwin* )
  2457.     # if the lib is a module then we can not link against
  2458.     # it, someone is ignoring the new warnings I added
  2459.     if /usr/bin/file -L $add 2> /dev/null |
  2460.                       $EGREP ": [^:]* bundle" >/dev/null ; then
  2461.       $echo "** Warning, lib $linklib is a module, not a shared library"
  2462.       if test -z "$old_library" ; then
  2463.         $echo
  2464.         $echo "** And there doesn't seem to be a static archive available"
  2465.         $echo "** The link will probably fail, sorry"
  2466.       else
  2467.         add="$dir/$old_library"
  2468.       fi
  2469.     fi
  2470. esac
  2471.       elif test "$hardcode_minus_L" = no; then
  2472. case $host in
  2473. *-*-sunos*) add_shlibpath="$dir" ;;
  2474. esac
  2475. add_dir="-L$dir"
  2476. add="-l$name"
  2477.       elif test "$hardcode_shlibpath_var" = no; then
  2478. add_shlibpath="$dir"
  2479. add="-l$name"
  2480.       else
  2481. lib_linked=no
  2482.       fi
  2483.       ;;
  2484.     relink)
  2485.       if test "$hardcode_direct" = yes; then
  2486. add="$dir/$linklib"
  2487.       elif test "$hardcode_minus_L" = yes; then
  2488. add_dir="-L$dir"
  2489. # Try looking first in the location we're being installed to.
  2490. if test -n "$inst_prefix_dir"; then
  2491.   case $libdir in
  2492.     [\/]*)
  2493.       add_dir="$add_dir -L$inst_prefix_dir$libdir"
  2494.       ;;
  2495.   esac
  2496. fi
  2497. add="-l$name"
  2498.       elif test "$hardcode_shlibpath_var" = yes; then
  2499. add_shlibpath="$dir"
  2500. add="-l$name"
  2501.       else
  2502. lib_linked=no
  2503.       fi
  2504.       ;;
  2505.     *) lib_linked=no ;;
  2506.     esac
  2507.     if test "$lib_linked" != yes; then
  2508.       $echo "$modename: configuration error: unsupported hardcode properties"
  2509.       exit $EXIT_FAILURE
  2510.     fi
  2511.     if test -n "$add_shlibpath"; then
  2512.       case :$compile_shlibpath: in
  2513.       *":$add_shlibpath:"*) ;;
  2514.       *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
  2515.       esac
  2516.     fi
  2517.     if test "$linkmode" = prog; then
  2518.       test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
  2519.       test -n "$add" && compile_deplibs="$add $compile_deplibs"
  2520.     else
  2521.       test -n "$add_dir" && deplibs="$add_dir $deplibs"
  2522.       test -n "$add" && deplibs="$add $deplibs"
  2523.       if test "$hardcode_direct" != yes && 
  2524.  test "$hardcode_minus_L" != yes && 
  2525.  test "$hardcode_shlibpath_var" = yes; then
  2526. case :$finalize_shlibpath: in
  2527. *":$libdir:"*) ;;
  2528. *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
  2529. esac
  2530.       fi
  2531.     fi
  2532.   fi
  2533.   if test "$linkmode" = prog || test "$mode" = relink; then
  2534.     add_shlibpath=
  2535.     add_dir=
  2536.     add=
  2537.     # Finalize command for both is simple: just hardcode it.
  2538.     if test "$hardcode_direct" = yes; then
  2539.       add="$libdir/$linklib"
  2540.     elif test "$hardcode_minus_L" = yes; then
  2541.       add_dir="-L$libdir"
  2542.       add="-l$name"
  2543.     elif test "$hardcode_shlibpath_var" = yes; then
  2544.       case :$finalize_shlibpath: in
  2545.       *":$libdir:"*) ;;
  2546.       *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
  2547.       esac
  2548.       add="-l$name"
  2549.     elif test "$hardcode_automatic" = yes; then
  2550.       if test -n "$inst_prefix_dir" &&
  2551.  test -f "$inst_prefix_dir$libdir/$linklib" ; then
  2552.         add="$inst_prefix_dir$libdir/$linklib"
  2553.       else
  2554.         add="$libdir/$linklib"
  2555.       fi
  2556.     else
  2557.       # We cannot seem to hardcode it, guess we'll fake it.
  2558.       add_dir="-L$libdir"
  2559.       # Try looking first in the location we're being installed to.
  2560.       if test -n "$inst_prefix_dir"; then
  2561. case $libdir in
  2562.   [\/]*)
  2563.     add_dir="$add_dir -L$inst_prefix_dir$libdir"
  2564.     ;;
  2565. esac
  2566.       fi
  2567.       add="-l$name"
  2568.     fi
  2569.     if test "$linkmode" = prog; then
  2570.       test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
  2571.       test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
  2572.     else
  2573.       test -n "$add_dir" && deplibs="$add_dir $deplibs"
  2574.       test -n "$add" && deplibs="$add $deplibs"
  2575.     fi
  2576.   fi
  2577. elif test "$linkmode" = prog; then
  2578.   # Here we assume that one of hardcode_direct or hardcode_minus_L
  2579.   # is not unsupported.  This is valid on all known static and
  2580.   # shared platforms.
  2581.   if test "$hardcode_direct" != unsupported; then
  2582.     test -n "$old_library" && linklib="$old_library"
  2583.     compile_deplibs="$dir/$linklib $compile_deplibs"
  2584.     finalize_deplibs="$dir/$linklib $finalize_deplibs"
  2585.   else
  2586.     compile_deplibs="-l$name -L$dir $compile_deplibs"
  2587.     finalize_deplibs="-l$name -L$dir $finalize_deplibs"
  2588.   fi
  2589. elif test "$build_libtool_libs" = yes; then
  2590.   # Not a shared library
  2591.   if test "$deplibs_check_method" != pass_all; then
  2592.     # We're trying link a shared library against a static one
  2593.     # but the system doesn't support it.
  2594.     # Just print a warning and add the library to dependency_libs so
  2595.     # that the program can be linked against the static library.
  2596.     $echo
  2597.     $echo "*** Warning: This system can not link to static lib archive $lib."
  2598.     $echo "*** I have the capability to make that library automatically link in when"
  2599.     $echo "*** you link to this library.  But I can only do this if you have a"
  2600.     $echo "*** shared version of the library, which you do not appear to have."
  2601.     if test "$module" = yes; then
  2602.       $echo "*** But as you try to build a module library, libtool will still create "
  2603.       $echo "*** a static module, that should work as long as the dlopening application"
  2604.       $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
  2605.       if test -z "$global_symbol_pipe"; then
  2606. $echo
  2607. $echo "*** However, this would only work if libtool was able to extract symbol"
  2608. $echo "*** lists from a program, using `nm' or equivalent, but libtool could"
  2609. $echo "*** not find such a program.  So, this module is probably useless."
  2610. $echo "*** `nm' from GNU binutils and a full rebuild may help."
  2611.       fi
  2612.       if test "$build_old_libs" = no; then
  2613. build_libtool_libs=module
  2614. build_old_libs=yes
  2615.       else
  2616. build_libtool_libs=no
  2617.       fi
  2618.     fi
  2619.   else
  2620.     deplibs="$dir/$old_library $deplibs"
  2621.     link_static=yes
  2622.   fi
  2623. fi # link shared/static library?
  2624. if test "$linkmode" = lib; then
  2625.   if test -n "$dependency_libs" &&
  2626.      { test "$hardcode_into_libs" != yes ||
  2627.        test "$build_old_libs" = yes ||
  2628.        test "$link_static" = yes; }; then
  2629.     # Extract -R from dependency_libs
  2630.     temp_deplibs=
  2631.     for libdir in $dependency_libs; do
  2632.       case $libdir in
  2633.       -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
  2634.    case " $xrpath " in
  2635.    *" $temp_xrpath "*) ;;
  2636.    *) xrpath="$xrpath $temp_xrpath";;
  2637.    esac;;
  2638.       *) temp_deplibs="$temp_deplibs $libdir";;
  2639.       esac
  2640.     done
  2641.     dependency_libs="$temp_deplibs"
  2642.   fi
  2643.   newlib_search_path="$newlib_search_path $absdir"
  2644.   # Link against this library
  2645.   test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
  2646.   # ... and its dependency_libs
  2647.   tmp_libs=
  2648.   for deplib in $dependency_libs; do
  2649.     newdependency_libs="$deplib $newdependency_libs"
  2650.     if test "X$duplicate_deps" = "Xyes" ; then
  2651.       case "$tmp_libs " in
  2652.       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
  2653.       esac
  2654.     fi
  2655.     tmp_libs="$tmp_libs $deplib"
  2656.   done
  2657.   if test "$link_all_deplibs" != no; then
  2658.     # Add the search paths of all dependency libraries
  2659.     for deplib in $dependency_libs; do
  2660.       case $deplib in
  2661.       -L*) path="$deplib" ;;
  2662.       *.la)
  2663. dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
  2664. test "X$dir" = "X$deplib" && dir="."
  2665. # We need an absolute path.
  2666. case $dir in
  2667. [\/]* | [A-Za-z]:[\/]*) absdir="$dir" ;;
  2668. *)
  2669.   absdir=`cd "$dir" && pwd`
  2670.   if test -z "$absdir"; then
  2671.     $echo "$modename: warning: cannot determine absolute directory name of `$dir'" 1>&2
  2672.     absdir="$dir"
  2673.   fi
  2674.   ;;
  2675. esac
  2676. if grep "^installed=no" $deplib > /dev/null; then
  2677.   path="$absdir/$objdir"
  2678. else
  2679.   eval libdir=`${SED} -n -e 's/^libdir=(.*)$/1/p' $deplib`
  2680.   if test -z "$libdir"; then
  2681.     $echo "$modename: `$deplib' is not a valid libtool archive" 1>&2
  2682.     exit $EXIT_FAILURE
  2683.   fi
  2684.   if test "$absdir" != "$libdir"; then
  2685.     $echo "$modename: warning: `$deplib' seems to be moved" 1>&2
  2686.   fi
  2687.   path="$absdir"
  2688. fi
  2689. depdepl=
  2690. case $host in
  2691. *-*-darwin*)
  2692.   # we do not want to link against static libs,
  2693.   # but need to link against shared
  2694.   eval deplibrary_names=`${SED} -n -e 's/^library_names=(.*)$/1/p' $deplib`
  2695.   if test -n "$deplibrary_names" ; then
  2696.     for tmp in $deplibrary_names ; do
  2697.       depdepl=$tmp
  2698.     done
  2699.     if test -f "$path/$depdepl" ; then
  2700.       depdepl="$path/$depdepl"
  2701.     fi
  2702.     # do not add paths which are already there
  2703.     case " $newlib_search_path " in
  2704.     *" $path "*) ;;
  2705.     *) newlib_search_path="$newlib_search_path $path";;
  2706.     esac
  2707.   fi
  2708.   path=""
  2709.   ;;
  2710. *)
  2711.   path="-L$path"
  2712.   ;;
  2713. esac
  2714. ;;
  2715.       -l*)
  2716. case $host in
  2717. *-*-darwin*)
  2718.   # Again, we only want to link against shared libraries
  2719.   eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^-l,,"`
  2720.   for tmp in $newlib_search_path ; do
  2721.     if test -f "$tmp/lib$tmp_libs.dylib" ; then
  2722.       eval depdepl="$tmp/lib$tmp_libs.dylib"
  2723.       break
  2724.     fi
  2725.   done
  2726.   path=""
  2727.   ;;
  2728. *) continue ;;
  2729. esac
  2730. ;;
  2731.       *) continue ;;
  2732.       esac
  2733.       case " $deplibs " in
  2734.       *" $path "*) ;;
  2735.       *) deplibs="$path $deplibs" ;;
  2736.       esac
  2737.       case " $deplibs " in
  2738.       *" $depdepl "*) ;;
  2739.       *) deplibs="$depdepl $deplibs" ;;
  2740.       esac
  2741.     done
  2742.   fi # link_all_deplibs != no
  2743. fi # linkmode = lib
  2744.       done # for deplib in $libs
  2745.       dependency_libs="$newdependency_libs"
  2746.       if test "$pass" = dlpreopen; then
  2747. # Link the dlpreopened libraries before other libraries
  2748. for deplib in $save_deplibs; do
  2749.   deplibs="$deplib $deplibs"
  2750. done
  2751.       fi
  2752.       if test "$pass" != dlopen; then
  2753. if test "$pass" != conv; then
  2754.   # Make sure lib_search_path contains only unique directories.
  2755.   lib_search_path=
  2756.   for dir in $newlib_search_path; do
  2757.     case "$lib_search_path " in
  2758.     *" $dir "*) ;;
  2759.     *) lib_search_path="$lib_search_path $dir" ;;
  2760.     esac
  2761.   done
  2762.   newlib_search_path=
  2763. fi
  2764. if test "$linkmode,$pass" != "prog,link"; then
  2765.   vars="deplibs"
  2766. else
  2767.   vars="compile_deplibs finalize_deplibs"
  2768. fi
  2769. for var in $vars dependency_libs; do
  2770.   # Add libraries to $var in reverse order
  2771.   eval tmp_libs="$$var"
  2772.   new_libs=
  2773.   for deplib in $tmp_libs; do
  2774.     # FIXME: Pedantically, this is the right thing to do, so
  2775.     #        that some nasty dependency loop isn't accidentally
  2776.     #        broken:
  2777.     #new_libs="$deplib $new_libs"
  2778.     # Pragmatically, this seems to cause very few problems in
  2779.     # practice:
  2780.     case $deplib in
  2781.     -L*) new_libs="$deplib $new_libs" ;;
  2782.     -R*) ;;
  2783.     *)
  2784.       # And here is the reason: when a library appears more
  2785.       # than once as an explicit dependence of a library, or
  2786.       # is implicitly linked in more than once by the
  2787.       # compiler, it is considered special, and multiple
  2788.       # occurrences thereof are not removed.  Compare this
  2789.       # with having the same library being listed as a
  2790.       # dependency of multiple other libraries: in this case,
  2791.       # we know (pedantically, we assume) the library does not
  2792.       # need to be listed more than once, so we keep only the
  2793.       # last copy.  This is not always right, but it is rare
  2794.       # enough that we require users that really mean to play
  2795.       # such unportable linking tricks to link the library
  2796.       # using -Wl,-lname, so that libtool does not consider it
  2797.       # for duplicate removal.
  2798.       case " $specialdeplibs " in
  2799.       *" $deplib "*) new_libs="$deplib $new_libs" ;;
  2800.       *)
  2801. case " $new_libs " in
  2802. *" $deplib "*) ;;
  2803. *) new_libs="$deplib $new_libs" ;;
  2804. esac
  2805. ;;
  2806.       esac
  2807.       ;;
  2808.     esac
  2809.   done
  2810.   tmp_libs=
  2811.   for deplib in $new_libs; do
  2812.     case $deplib in
  2813.     -L*)
  2814.       case " $tmp_libs " in
  2815.       *" $deplib "*) ;;
  2816.       *) tmp_libs="$tmp_libs $deplib" ;;
  2817.       esac
  2818.       ;;
  2819.     *) tmp_libs="$tmp_libs $deplib" ;;
  2820.     esac
  2821.   done
  2822.   eval $var="$tmp_libs"
  2823. done # for var
  2824.       fi
  2825.       # Last step: remove runtime libs from dependency_libs
  2826.       # (they stay in deplibs)
  2827.       tmp_libs=
  2828.       for i in $dependency_libs ; do
  2829. case " $predeps $postdeps $compiler_lib_search_path " in
  2830. *" $i "*)
  2831.   i=""
  2832.   ;;
  2833. esac
  2834. if test -n "$i" ; then
  2835.   tmp_libs="$tmp_libs $i"
  2836. fi
  2837.       done
  2838.       dependency_libs=$tmp_libs
  2839.     done # for pass
  2840.     if test "$linkmode" = prog; then
  2841.       dlfiles="$newdlfiles"
  2842.       dlprefiles="$newdlprefiles"
  2843.     fi
  2844.     case $linkmode in
  2845.     oldlib)
  2846.       if test -n "$deplibs"; then
  2847. $echo "$modename: warning: `-l' and `-L' are ignored for archives" 1>&2
  2848.       fi
  2849.       if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
  2850. $echo "$modename: warning: `-dlopen' is ignored for archives" 1>&2
  2851.       fi
  2852.       if test -n "$rpath"; then
  2853. $echo "$modename: warning: `-rpath' is ignored for archives" 1>&2
  2854.       fi
  2855.       if test -n "$xrpath"; then
  2856. $echo "$modename: warning: `-R' is ignored for archives" 1>&2
  2857.       fi
  2858.       if test -n "$vinfo"; then
  2859. $echo "$modename: warning: `-version-info/-version-number' is ignored for archives" 1>&2
  2860.       fi
  2861.       if test -n "$release"; then
  2862. $echo "$modename: warning: `-release' is ignored for archives" 1>&2
  2863.       fi
  2864.       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
  2865. $echo "$modename: warning: `-export-symbols' is ignored for archives" 1>&2
  2866.       fi
  2867.       # Now set the variables for building old libraries.
  2868.       build_libtool_libs=no
  2869.       oldlibs="$output"
  2870.       objs="$objs$old_deplibs"
  2871.       ;;
  2872.     lib)
  2873.       # Make sure we only generate libraries of the form `libNAME.la'.
  2874.       case $outputname in
  2875.       lib*)
  2876. name=`$echo "X$outputname" | $Xsed -e 's/.la$//' -e 's/^lib//'`
  2877. eval shared_ext="$shrext_cmds"
  2878. eval libname="$libname_spec"
  2879. ;;
  2880.       *)
  2881. if test "$module" = no; then
  2882.   $echo "$modename: libtool library `$output' must begin with `lib'" 1>&2
  2883.   $echo "$help" 1>&2
  2884.   exit $EXIT_FAILURE
  2885. fi
  2886. if test "$need_lib_prefix" != no; then
  2887.   # Add the "lib" prefix for modules if required
  2888.   name=`$echo "X$outputname" | $Xsed -e 's/.la$//'`
  2889.   eval shared_ext="$shrext_cmds"
  2890.   eval libname="$libname_spec"
  2891. else
  2892.   libname=`$echo "X$outputname" | $Xsed -e 's/.la$//'`
  2893. fi
  2894. ;;
  2895.       esac
  2896.       if test -n "$objs"; then
  2897. if test "$deplibs_check_method" != pass_all; then
  2898.   $echo "$modename: cannot build libtool library `$output' from non-libtool objects on this host:$objs" 2>&1
  2899.   exit $EXIT_FAILURE
  2900. else
  2901.   $echo
  2902.   $echo "*** Warning: Linking the shared library $output against the non-libtool"
  2903.   $echo "*** objects $objs is not portable!"
  2904.   libobjs="$libobjs $objs"
  2905. fi
  2906.       fi
  2907.       if test "$dlself" != no; then
  2908. $echo "$modename: warning: `-dlopen self' is ignored for libtool libraries" 1>&2
  2909.       fi
  2910.       set dummy $rpath
  2911.       if test "$#" -gt 2; then
  2912. $echo "$modename: warning: ignoring multiple `-rpath's for a libtool library" 1>&2
  2913.       fi
  2914.       install_libdir="$2"
  2915.       oldlibs=
  2916.       if test -z "$rpath"; then
  2917. if test "$build_libtool_libs" = yes; then
  2918.   # Building a libtool convenience library.
  2919.   # Some compilers have problems with a `.al' extension so
  2920.   # convenience libraries should have the same extension an
  2921.   # archive normally would.
  2922.   oldlibs="$output_objdir/$libname.$libext $oldlibs"
  2923.   build_libtool_libs=convenience
  2924.   build_old_libs=yes
  2925. fi
  2926. if test -n "$vinfo"; then
  2927.   $echo "$modename: warning: `-version-info/-version-number' is ignored for convenience libraries" 1>&2
  2928. fi
  2929. if test -n "$release"; then
  2930.   $echo "$modename: warning: `-release' is ignored for convenience libraries" 1>&2
  2931. fi
  2932.       else
  2933. # Parse the version information argument.
  2934. save_ifs="$IFS"; IFS=':'
  2935. set dummy $vinfo 0 0 0
  2936. IFS="$save_ifs"
  2937. if test -n "$8"; then
  2938.   $echo "$modename: too many parameters to `-version-info'" 1>&2
  2939.   $echo "$help" 1>&2
  2940.   exit $EXIT_FAILURE
  2941. fi
  2942. # convert absolute version numbers to libtool ages
  2943. # this retains compatibility with .la files and attempts
  2944. # to make the code below a bit more comprehensible
  2945. case $vinfo_number in
  2946. yes)
  2947.   number_major="$2"
  2948.   number_minor="$3"
  2949.   number_revision="$4"
  2950.   #
  2951.   # There are really only two kinds -- those that
  2952.   # use the current revision as the major version
  2953.   # and those that subtract age and use age as
  2954.   # a minor version.  But, then there is irix
  2955.   # which has an extra 1 added just for fun
  2956.   #
  2957.   case $version_type in
  2958.   darwin|linux|osf|windows|none)
  2959.     current=`expr $number_major + $number_minor`
  2960.     age="$number_minor"
  2961.     revision="$number_revision"
  2962.     ;;
  2963.   freebsd-aout|freebsd-elf|sunos)
  2964.     current="$number_major"
  2965.     revision="$number_minor"
  2966.     age="0"
  2967.     ;;
  2968.   irix|nonstopux)
  2969.     current=`expr $number_major + $number_minor`
  2970.     age="$number_minor"
  2971.     revision="$number_minor"
  2972.     lt_irix_increment=no
  2973.     ;;
  2974.   esac
  2975.   ;;
  2976. no)
  2977.   current="$2"
  2978.   revision="$3"
  2979.   age="$4"
  2980.   ;;
  2981. esac
  2982. # Check that each of the things are valid numbers.
  2983. case $current in
  2984. 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
  2985. *)
  2986.   $echo "$modename: CURRENT `$current' must be a nonnegative integer" 1>&2
  2987.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  2988.   exit $EXIT_FAILURE
  2989.   ;;
  2990. esac
  2991. case $revision in
  2992. 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
  2993. *)
  2994.   $echo "$modename: REVISION `$revision' must be a nonnegative integer" 1>&2
  2995.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  2996.   exit $EXIT_FAILURE
  2997.   ;;
  2998. esac
  2999. case $age in
  3000. 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
  3001. *)
  3002.   $echo "$modename: AGE `$age' must be a nonnegative integer" 1>&2
  3003.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  3004.   exit $EXIT_FAILURE
  3005.   ;;
  3006. esac
  3007. if test "$age" -gt "$current"; then
  3008.   $echo "$modename: AGE `$age' is greater than the current interface number `$current'" 1>&2
  3009.   $echo "$modename: `$vinfo' is not valid version information" 1>&2
  3010.   exit $EXIT_FAILURE
  3011. fi
  3012. # Calculate the version variables.
  3013. major=
  3014. versuffix=
  3015. verstring=
  3016. case $version_type in
  3017. none) ;;
  3018. darwin)
  3019.   # Like Linux, but with the current version available in
  3020.   # verstring for coding it into the library header
  3021.   major=.`expr $current - $age`
  3022.   versuffix="$major.$age.$revision"
  3023.   # Darwin ld doesn't like 0 for these options...
  3024.   minor_current=`expr $current + 1`
  3025.   xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
  3026.   verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
  3027.   ;;
  3028. freebsd-aout)
  3029.   major=".$current"
  3030.   versuffix=".$current.$revision";
  3031.   ;;
  3032. freebsd-elf)
  3033.   major=".$current"
  3034.   versuffix=".$current";
  3035.   ;;
  3036. irix | nonstopux)
  3037.   if test "X$lt_irix_increment" = "Xno"; then
  3038.     major=`expr $current - $age`
  3039.   else
  3040.     major=`expr $current - $age + 1`
  3041.   fi
  3042.   case $version_type in
  3043.     nonstopux) verstring_prefix=nonstopux ;;
  3044.     *)         verstring_prefix=sgi ;;
  3045.   esac
  3046.   verstring="$verstring_prefix$major.$revision"
  3047.   # Add in all the interfaces that we are compatible with.
  3048.   loop=$revision
  3049.   while test "$loop" -ne 0; do
  3050.     iface=`expr $revision - $loop`
  3051.     loop=`expr $loop - 1`
  3052.     verstring="$verstring_prefix$major.$iface:$verstring"
  3053.   done
  3054.   # Before this point, $major must not contain `.'.
  3055.   major=.$major
  3056.   versuffix="$major.$revision"
  3057.   ;;
  3058. linux)
  3059.   major=.`expr $current - $age`
  3060.   versuffix="$major.$age.$revision"
  3061.   ;;
  3062. osf)
  3063.   major=.`expr $current - $age`
  3064.   versuffix=".$current.$age.$revision"
  3065.   verstring="$current.$age.$revision"
  3066.   # Add in all the interfaces that we are compatible with.
  3067.   loop=$age
  3068.   while test "$loop" -ne 0; do
  3069.     iface=`expr $current - $loop`
  3070.     loop=`expr $loop - 1`
  3071.     verstring="$verstring:${iface}.0"
  3072.   done
  3073.   # Make executables depend on our current version.
  3074.   verstring="$verstring:${current}.0"
  3075.   ;;
  3076. sunos)
  3077.   major=".$current"
  3078.   versuffix=".$current.$revision"
  3079.   ;;
  3080. windows)
  3081.   # Use '-' rather than '.', since we only want one
  3082.   # extension on DOS 8.3 filesystems.
  3083.   major=`expr $current - $age`
  3084.   versuffix="-$major"
  3085.   ;;
  3086. *)
  3087.   $echo "$modename: unknown library version type `$version_type'" 1>&2
  3088.   $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
  3089.   exit $EXIT_FAILURE
  3090.   ;;
  3091. esac
  3092. # Clear the version info if we defaulted, and they specified a release.
  3093. if test -z "$vinfo" && test -n "$release"; then
  3094.   major=
  3095.   case $version_type in
  3096.   darwin)
  3097.     # we can't check for "0.0" in archive_cmds due to quoting
  3098.     # problems, so we reset it completely
  3099.     verstring=
  3100.     ;;
  3101.   *)
  3102.     verstring="0.0"
  3103.     ;;
  3104.   esac
  3105.   if test "$need_version" = no; then
  3106.     versuffix=
  3107.   else
  3108.     versuffix=".0.0"
  3109.   fi
  3110. fi
  3111. # Remove version info from name if versioning should be avoided
  3112. if test "$avoid_version" = yes && test "$need_version" = no; then
  3113.   major=
  3114.   versuffix=
  3115.   verstring=""
  3116. fi
  3117. # Check to see if the archive will have undefined symbols.
  3118. if test "$allow_undefined" = yes; then
  3119.   if test "$allow_undefined_flag" = unsupported; then
  3120.     $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
  3121.     build_libtool_libs=no
  3122.     build_old_libs=yes
  3123.   fi
  3124. else
  3125.   # Don't allow undefined symbols.
  3126.   allow_undefined_flag="$no_undefined_flag"
  3127. fi
  3128.       fi
  3129.       if test "$mode" != relink; then
  3130. # Remove our outputs, but don't remove object files since they
  3131. # may have been created when compiling PIC objects.
  3132. removelist=
  3133. tempremovelist=`$echo "$output_objdir/*"`
  3134. for p in $tempremovelist; do
  3135.   case $p in
  3136.     *.$objext)
  3137.        ;;
  3138.     $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
  3139.        if test "X$precious_files_regex" != "X"; then
  3140.          if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
  3141.          then
  3142.    continue
  3143.  fi
  3144.        fi
  3145.        removelist="$removelist $p"
  3146.        ;;
  3147.     *) ;;
  3148.   esac
  3149. done
  3150. if test -n "$removelist"; then
  3151.   $show "${rm}r $removelist"
  3152.   $run ${rm}r $removelist
  3153. fi
  3154.       fi
  3155.       # Now set the variables for building old libraries.
  3156.       if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
  3157. oldlibs="$oldlibs $output_objdir/$libname.$libext"
  3158. # Transform .lo files to .o files.
  3159. oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/.'${libext}'$/d' -e "$lo2o" | $NL2SP`
  3160.       fi
  3161.       # Eliminate all temporary directories.
  3162.       #for path in $notinst_path; do
  3163.       # lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
  3164.       # deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
  3165.       # dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
  3166.       #done
  3167.       if test -n "$xrpath"; then