ltmain.sh
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:196k
源码类别:

网格计算

开发平台:

Java

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