annotate src/fftw-3.3.3/ltmain.sh @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents 37bf6b4a2645
children
rev   line source
Chris@10 1
Chris@10 2 # libtool (GNU libtool) 2.4.2
Chris@10 3 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
Chris@10 4
Chris@10 5 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
Chris@10 6 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Chris@10 7 # This is free software; see the source for copying conditions. There is NO
Chris@10 8 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Chris@10 9
Chris@10 10 # GNU Libtool is free software; you can redistribute it and/or modify
Chris@10 11 # it under the terms of the GNU General Public License as published by
Chris@10 12 # the Free Software Foundation; either version 2 of the License, or
Chris@10 13 # (at your option) any later version.
Chris@10 14 #
Chris@10 15 # As a special exception to the GNU General Public License,
Chris@10 16 # if you distribute this file as part of a program or library that
Chris@10 17 # is built using GNU Libtool, you may include this file under the
Chris@10 18 # same distribution terms that you use for the rest of that program.
Chris@10 19 #
Chris@10 20 # GNU Libtool is distributed in the hope that it will be useful, but
Chris@10 21 # WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@10 22 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Chris@10 23 # General Public License for more details.
Chris@10 24 #
Chris@10 25 # You should have received a copy of the GNU General Public License
Chris@10 26 # along with GNU Libtool; see the file COPYING. If not, a copy
Chris@10 27 # can be downloaded from http://www.gnu.org/licenses/gpl.html,
Chris@10 28 # or obtained by writing to the Free Software Foundation, Inc.,
Chris@10 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Chris@10 30
Chris@10 31 # Usage: $progname [OPTION]... [MODE-ARG]...
Chris@10 32 #
Chris@10 33 # Provide generalized library-building support services.
Chris@10 34 #
Chris@10 35 # --config show all configuration variables
Chris@10 36 # --debug enable verbose shell tracing
Chris@10 37 # -n, --dry-run display commands without modifying any files
Chris@10 38 # --features display basic configuration information and exit
Chris@10 39 # --mode=MODE use operation mode MODE
Chris@10 40 # --preserve-dup-deps don't remove duplicate dependency libraries
Chris@10 41 # --quiet, --silent don't print informational messages
Chris@10 42 # --no-quiet, --no-silent
Chris@10 43 # print informational messages (default)
Chris@10 44 # --no-warn don't display warning messages
Chris@10 45 # --tag=TAG use configuration variables from tag TAG
Chris@10 46 # -v, --verbose print more informational messages than default
Chris@10 47 # --no-verbose don't print the extra informational messages
Chris@10 48 # --version print version information
Chris@10 49 # -h, --help, --help-all print short, long, or detailed help message
Chris@10 50 #
Chris@10 51 # MODE must be one of the following:
Chris@10 52 #
Chris@10 53 # clean remove files from the build directory
Chris@10 54 # compile compile a source file into a libtool object
Chris@10 55 # execute automatically set library path, then run a program
Chris@10 56 # finish complete the installation of libtool libraries
Chris@10 57 # install install libraries or executables
Chris@10 58 # link create a library or an executable
Chris@10 59 # uninstall remove libraries from an installed directory
Chris@10 60 #
Chris@10 61 # MODE-ARGS vary depending on the MODE. When passed as first option,
Chris@10 62 # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
Chris@10 63 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
Chris@10 64 #
Chris@10 65 # When reporting a bug, please describe a test case to reproduce it and
Chris@10 66 # include the following information:
Chris@10 67 #
Chris@10 68 # host-triplet: $host
Chris@10 69 # shell: $SHELL
Chris@10 70 # compiler: $LTCC
Chris@10 71 # compiler flags: $LTCFLAGS
Chris@10 72 # linker: $LD (gnu? $with_gnu_ld)
Chris@10 73 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.1
Chris@10 74 # automake: $automake_version
Chris@10 75 # autoconf: $autoconf_version
Chris@10 76 #
Chris@10 77 # Report bugs to <bug-libtool@gnu.org>.
Chris@10 78 # GNU libtool home page: <http://www.gnu.org/software/libtool/>.
Chris@10 79 # General help using GNU software: <http://www.gnu.org/gethelp/>.
Chris@10 80
Chris@10 81 PROGRAM=libtool
Chris@10 82 PACKAGE=libtool
Chris@10 83 VERSION="2.4.2 Debian-2.4.2-1.1"
Chris@10 84 TIMESTAMP=""
Chris@10 85 package_revision=1.3337
Chris@10 86
Chris@10 87 # Be Bourne compatible
Chris@10 88 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
Chris@10 89 emulate sh
Chris@10 90 NULLCMD=:
Chris@10 91 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
Chris@10 92 # is contrary to our usage. Disable this feature.
Chris@10 93 alias -g '${1+"$@"}'='"$@"'
Chris@10 94 setopt NO_GLOB_SUBST
Chris@10 95 else
Chris@10 96 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
Chris@10 97 fi
Chris@10 98 BIN_SH=xpg4; export BIN_SH # for Tru64
Chris@10 99 DUALCASE=1; export DUALCASE # for MKS sh
Chris@10 100
Chris@10 101 # A function that is used when there is no print builtin or printf.
Chris@10 102 func_fallback_echo ()
Chris@10 103 {
Chris@10 104 eval 'cat <<_LTECHO_EOF
Chris@10 105 $1
Chris@10 106 _LTECHO_EOF'
Chris@10 107 }
Chris@10 108
Chris@10 109 # NLS nuisances: We save the old values to restore during execute mode.
Chris@10 110 lt_user_locale=
Chris@10 111 lt_safe_locale=
Chris@10 112 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
Chris@10 113 do
Chris@10 114 eval "if test \"\${$lt_var+set}\" = set; then
Chris@10 115 save_$lt_var=\$$lt_var
Chris@10 116 $lt_var=C
Chris@10 117 export $lt_var
Chris@10 118 lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
Chris@10 119 lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
Chris@10 120 fi"
Chris@10 121 done
Chris@10 122 LC_ALL=C
Chris@10 123 LANGUAGE=C
Chris@10 124 export LANGUAGE LC_ALL
Chris@10 125
Chris@10 126 $lt_unset CDPATH
Chris@10 127
Chris@10 128
Chris@10 129 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
Chris@10 130 # is ksh but when the shell is invoked as "sh" and the current value of
Chris@10 131 # the _XPG environment variable is not equal to 1 (one), the special
Chris@10 132 # positional parameter $0, within a function call, is the name of the
Chris@10 133 # function.
Chris@10 134 progpath="$0"
Chris@10 135
Chris@10 136
Chris@10 137
Chris@10 138 : ${CP="cp -f"}
Chris@10 139 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
Chris@10 140 : ${MAKE="make"}
Chris@10 141 : ${MKDIR="mkdir"}
Chris@10 142 : ${MV="mv -f"}
Chris@10 143 : ${RM="rm -f"}
Chris@10 144 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
Chris@10 145 : ${Xsed="$SED -e 1s/^X//"}
Chris@10 146
Chris@10 147 # Global variables:
Chris@10 148 EXIT_SUCCESS=0
Chris@10 149 EXIT_FAILURE=1
Chris@10 150 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
Chris@10 151 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
Chris@10 152
Chris@10 153 exit_status=$EXIT_SUCCESS
Chris@10 154
Chris@10 155 # Make sure IFS has a sensible default
Chris@10 156 lt_nl='
Chris@10 157 '
Chris@10 158 IFS=" $lt_nl"
Chris@10 159
Chris@10 160 dirname="s,/[^/]*$,,"
Chris@10 161 basename="s,^.*/,,"
Chris@10 162
Chris@10 163 # func_dirname file append nondir_replacement
Chris@10 164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
Chris@10 165 # otherwise set result to NONDIR_REPLACEMENT.
Chris@10 166 func_dirname ()
Chris@10 167 {
Chris@10 168 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
Chris@10 169 if test "X$func_dirname_result" = "X${1}"; then
Chris@10 170 func_dirname_result="${3}"
Chris@10 171 else
Chris@10 172 func_dirname_result="$func_dirname_result${2}"
Chris@10 173 fi
Chris@10 174 } # func_dirname may be replaced by extended shell implementation
Chris@10 175
Chris@10 176
Chris@10 177 # func_basename file
Chris@10 178 func_basename ()
Chris@10 179 {
Chris@10 180 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
Chris@10 181 } # func_basename may be replaced by extended shell implementation
Chris@10 182
Chris@10 183
Chris@10 184 # func_dirname_and_basename file append nondir_replacement
Chris@10 185 # perform func_basename and func_dirname in a single function
Chris@10 186 # call:
Chris@10 187 # dirname: Compute the dirname of FILE. If nonempty,
Chris@10 188 # add APPEND to the result, otherwise set result
Chris@10 189 # to NONDIR_REPLACEMENT.
Chris@10 190 # value returned in "$func_dirname_result"
Chris@10 191 # basename: Compute filename of FILE.
Chris@10 192 # value retuned in "$func_basename_result"
Chris@10 193 # Implementation must be kept synchronized with func_dirname
Chris@10 194 # and func_basename. For efficiency, we do not delegate to
Chris@10 195 # those functions but instead duplicate the functionality here.
Chris@10 196 func_dirname_and_basename ()
Chris@10 197 {
Chris@10 198 # Extract subdirectory from the argument.
Chris@10 199 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
Chris@10 200 if test "X$func_dirname_result" = "X${1}"; then
Chris@10 201 func_dirname_result="${3}"
Chris@10 202 else
Chris@10 203 func_dirname_result="$func_dirname_result${2}"
Chris@10 204 fi
Chris@10 205 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
Chris@10 206 } # func_dirname_and_basename may be replaced by extended shell implementation
Chris@10 207
Chris@10 208
Chris@10 209 # func_stripname prefix suffix name
Chris@10 210 # strip PREFIX and SUFFIX off of NAME.
Chris@10 211 # PREFIX and SUFFIX must not contain globbing or regex special
Chris@10 212 # characters, hashes, percent signs, but SUFFIX may contain a leading
Chris@10 213 # dot (in which case that matches only a dot).
Chris@10 214 # func_strip_suffix prefix name
Chris@10 215 func_stripname ()
Chris@10 216 {
Chris@10 217 case ${2} in
Chris@10 218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
Chris@10 219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
Chris@10 220 esac
Chris@10 221 } # func_stripname may be replaced by extended shell implementation
Chris@10 222
Chris@10 223
Chris@10 224 # These SED scripts presuppose an absolute path with a trailing slash.
Chris@10 225 pathcar='s,^/\([^/]*\).*$,\1,'
Chris@10 226 pathcdr='s,^/[^/]*,,'
Chris@10 227 removedotparts=':dotsl
Chris@10 228 s@/\./@/@g
Chris@10 229 t dotsl
Chris@10 230 s,/\.$,/,'
Chris@10 231 collapseslashes='s@/\{1,\}@/@g'
Chris@10 232 finalslash='s,/*$,/,'
Chris@10 233
Chris@10 234 # func_normal_abspath PATH
Chris@10 235 # Remove doubled-up and trailing slashes, "." path components,
Chris@10 236 # and cancel out any ".." path components in PATH after making
Chris@10 237 # it an absolute path.
Chris@10 238 # value returned in "$func_normal_abspath_result"
Chris@10 239 func_normal_abspath ()
Chris@10 240 {
Chris@10 241 # Start from root dir and reassemble the path.
Chris@10 242 func_normal_abspath_result=
Chris@10 243 func_normal_abspath_tpath=$1
Chris@10 244 func_normal_abspath_altnamespace=
Chris@10 245 case $func_normal_abspath_tpath in
Chris@10 246 "")
Chris@10 247 # Empty path, that just means $cwd.
Chris@10 248 func_stripname '' '/' "`pwd`"
Chris@10 249 func_normal_abspath_result=$func_stripname_result
Chris@10 250 return
Chris@10 251 ;;
Chris@10 252 # The next three entries are used to spot a run of precisely
Chris@10 253 # two leading slashes without using negated character classes;
Chris@10 254 # we take advantage of case's first-match behaviour.
Chris@10 255 ///*)
Chris@10 256 # Unusual form of absolute path, do nothing.
Chris@10 257 ;;
Chris@10 258 //*)
Chris@10 259 # Not necessarily an ordinary path; POSIX reserves leading '//'
Chris@10 260 # and for example Cygwin uses it to access remote file shares
Chris@10 261 # over CIFS/SMB, so we conserve a leading double slash if found.
Chris@10 262 func_normal_abspath_altnamespace=/
Chris@10 263 ;;
Chris@10 264 /*)
Chris@10 265 # Absolute path, do nothing.
Chris@10 266 ;;
Chris@10 267 *)
Chris@10 268 # Relative path, prepend $cwd.
Chris@10 269 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
Chris@10 270 ;;
Chris@10 271 esac
Chris@10 272 # Cancel out all the simple stuff to save iterations. We also want
Chris@10 273 # the path to end with a slash for ease of parsing, so make sure
Chris@10 274 # there is one (and only one) here.
Chris@10 275 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
Chris@10 276 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
Chris@10 277 while :; do
Chris@10 278 # Processed it all yet?
Chris@10 279 if test "$func_normal_abspath_tpath" = / ; then
Chris@10 280 # If we ascended to the root using ".." the result may be empty now.
Chris@10 281 if test -z "$func_normal_abspath_result" ; then
Chris@10 282 func_normal_abspath_result=/
Chris@10 283 fi
Chris@10 284 break
Chris@10 285 fi
Chris@10 286 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
Chris@10 287 -e "$pathcar"`
Chris@10 288 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
Chris@10 289 -e "$pathcdr"`
Chris@10 290 # Figure out what to do with it
Chris@10 291 case $func_normal_abspath_tcomponent in
Chris@10 292 "")
Chris@10 293 # Trailing empty path component, ignore it.
Chris@10 294 ;;
Chris@10 295 ..)
Chris@10 296 # Parent dir; strip last assembled component from result.
Chris@10 297 func_dirname "$func_normal_abspath_result"
Chris@10 298 func_normal_abspath_result=$func_dirname_result
Chris@10 299 ;;
Chris@10 300 *)
Chris@10 301 # Actual path component, append it.
Chris@10 302 func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
Chris@10 303 ;;
Chris@10 304 esac
Chris@10 305 done
Chris@10 306 # Restore leading double-slash if one was found on entry.
Chris@10 307 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
Chris@10 308 }
Chris@10 309
Chris@10 310 # func_relative_path SRCDIR DSTDIR
Chris@10 311 # generates a relative path from SRCDIR to DSTDIR, with a trailing
Chris@10 312 # slash if non-empty, suitable for immediately appending a filename
Chris@10 313 # without needing to append a separator.
Chris@10 314 # value returned in "$func_relative_path_result"
Chris@10 315 func_relative_path ()
Chris@10 316 {
Chris@10 317 func_relative_path_result=
Chris@10 318 func_normal_abspath "$1"
Chris@10 319 func_relative_path_tlibdir=$func_normal_abspath_result
Chris@10 320 func_normal_abspath "$2"
Chris@10 321 func_relative_path_tbindir=$func_normal_abspath_result
Chris@10 322
Chris@10 323 # Ascend the tree starting from libdir
Chris@10 324 while :; do
Chris@10 325 # check if we have found a prefix of bindir
Chris@10 326 case $func_relative_path_tbindir in
Chris@10 327 $func_relative_path_tlibdir)
Chris@10 328 # found an exact match
Chris@10 329 func_relative_path_tcancelled=
Chris@10 330 break
Chris@10 331 ;;
Chris@10 332 $func_relative_path_tlibdir*)
Chris@10 333 # found a matching prefix
Chris@10 334 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
Chris@10 335 func_relative_path_tcancelled=$func_stripname_result
Chris@10 336 if test -z "$func_relative_path_result"; then
Chris@10 337 func_relative_path_result=.
Chris@10 338 fi
Chris@10 339 break
Chris@10 340 ;;
Chris@10 341 *)
Chris@10 342 func_dirname $func_relative_path_tlibdir
Chris@10 343 func_relative_path_tlibdir=${func_dirname_result}
Chris@10 344 if test "x$func_relative_path_tlibdir" = x ; then
Chris@10 345 # Have to descend all the way to the root!
Chris@10 346 func_relative_path_result=../$func_relative_path_result
Chris@10 347 func_relative_path_tcancelled=$func_relative_path_tbindir
Chris@10 348 break
Chris@10 349 fi
Chris@10 350 func_relative_path_result=../$func_relative_path_result
Chris@10 351 ;;
Chris@10 352 esac
Chris@10 353 done
Chris@10 354
Chris@10 355 # Now calculate path; take care to avoid doubling-up slashes.
Chris@10 356 func_stripname '' '/' "$func_relative_path_result"
Chris@10 357 func_relative_path_result=$func_stripname_result
Chris@10 358 func_stripname '/' '/' "$func_relative_path_tcancelled"
Chris@10 359 if test "x$func_stripname_result" != x ; then
Chris@10 360 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
Chris@10 361 fi
Chris@10 362
Chris@10 363 # Normalisation. If bindir is libdir, return empty string,
Chris@10 364 # else relative path ending with a slash; either way, target
Chris@10 365 # file name can be directly appended.
Chris@10 366 if test ! -z "$func_relative_path_result"; then
Chris@10 367 func_stripname './' '' "$func_relative_path_result/"
Chris@10 368 func_relative_path_result=$func_stripname_result
Chris@10 369 fi
Chris@10 370 }
Chris@10 371
Chris@10 372 # The name of this program:
Chris@10 373 func_dirname_and_basename "$progpath"
Chris@10 374 progname=$func_basename_result
Chris@10 375
Chris@10 376 # Make sure we have an absolute path for reexecution:
Chris@10 377 case $progpath in
Chris@10 378 [\\/]*|[A-Za-z]:\\*) ;;
Chris@10 379 *[\\/]*)
Chris@10 380 progdir=$func_dirname_result
Chris@10 381 progdir=`cd "$progdir" && pwd`
Chris@10 382 progpath="$progdir/$progname"
Chris@10 383 ;;
Chris@10 384 *)
Chris@10 385 save_IFS="$IFS"
Chris@10 386 IFS=${PATH_SEPARATOR-:}
Chris@10 387 for progdir in $PATH; do
Chris@10 388 IFS="$save_IFS"
Chris@10 389 test -x "$progdir/$progname" && break
Chris@10 390 done
Chris@10 391 IFS="$save_IFS"
Chris@10 392 test -n "$progdir" || progdir=`pwd`
Chris@10 393 progpath="$progdir/$progname"
Chris@10 394 ;;
Chris@10 395 esac
Chris@10 396
Chris@10 397 # Sed substitution that helps us do robust quoting. It backslashifies
Chris@10 398 # metacharacters that are still active within double-quoted strings.
Chris@10 399 Xsed="${SED}"' -e 1s/^X//'
Chris@10 400 sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
Chris@10 401
Chris@10 402 # Same as above, but do not quote variable references.
Chris@10 403 double_quote_subst='s/\(["`\\]\)/\\\1/g'
Chris@10 404
Chris@10 405 # Sed substitution that turns a string into a regex matching for the
Chris@10 406 # string literally.
Chris@10 407 sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
Chris@10 408
Chris@10 409 # Sed substitution that converts a w32 file name or path
Chris@10 410 # which contains forward slashes, into one that contains
Chris@10 411 # (escaped) backslashes. A very naive implementation.
Chris@10 412 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
Chris@10 413
Chris@10 414 # Re-`\' parameter expansions in output of double_quote_subst that were
Chris@10 415 # `\'-ed in input to the same. If an odd number of `\' preceded a '$'
Chris@10 416 # in input to double_quote_subst, that '$' was protected from expansion.
Chris@10 417 # Since each input `\' is now two `\'s, look for any number of runs of
Chris@10 418 # four `\'s followed by two `\'s and then a '$'. `\' that '$'.
Chris@10 419 bs='\\'
Chris@10 420 bs2='\\\\'
Chris@10 421 bs4='\\\\\\\\'
Chris@10 422 dollar='\$'
Chris@10 423 sed_double_backslash="\
Chris@10 424 s/$bs4/&\\
Chris@10 425 /g
Chris@10 426 s/^$bs2$dollar/$bs&/
Chris@10 427 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
Chris@10 428 s/\n//g"
Chris@10 429
Chris@10 430 # Standard options:
Chris@10 431 opt_dry_run=false
Chris@10 432 opt_help=false
Chris@10 433 opt_quiet=false
Chris@10 434 opt_verbose=false
Chris@10 435 opt_warning=:
Chris@10 436
Chris@10 437 # func_echo arg...
Chris@10 438 # Echo program name prefixed message, along with the current mode
Chris@10 439 # name if it has been set yet.
Chris@10 440 func_echo ()
Chris@10 441 {
Chris@10 442 $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
Chris@10 443 }
Chris@10 444
Chris@10 445 # func_verbose arg...
Chris@10 446 # Echo program name prefixed message in verbose mode only.
Chris@10 447 func_verbose ()
Chris@10 448 {
Chris@10 449 $opt_verbose && func_echo ${1+"$@"}
Chris@10 450
Chris@10 451 # A bug in bash halts the script if the last line of a function
Chris@10 452 # fails when set -e is in force, so we need another command to
Chris@10 453 # work around that:
Chris@10 454 :
Chris@10 455 }
Chris@10 456
Chris@10 457 # func_echo_all arg...
Chris@10 458 # Invoke $ECHO with all args, space-separated.
Chris@10 459 func_echo_all ()
Chris@10 460 {
Chris@10 461 $ECHO "$*"
Chris@10 462 }
Chris@10 463
Chris@10 464 # func_error arg...
Chris@10 465 # Echo program name prefixed message to standard error.
Chris@10 466 func_error ()
Chris@10 467 {
Chris@10 468 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
Chris@10 469 }
Chris@10 470
Chris@10 471 # func_warning arg...
Chris@10 472 # Echo program name prefixed warning message to standard error.
Chris@10 473 func_warning ()
Chris@10 474 {
Chris@10 475 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
Chris@10 476
Chris@10 477 # bash bug again:
Chris@10 478 :
Chris@10 479 }
Chris@10 480
Chris@10 481 # func_fatal_error arg...
Chris@10 482 # Echo program name prefixed message to standard error, and exit.
Chris@10 483 func_fatal_error ()
Chris@10 484 {
Chris@10 485 func_error ${1+"$@"}
Chris@10 486 exit $EXIT_FAILURE
Chris@10 487 }
Chris@10 488
Chris@10 489 # func_fatal_help arg...
Chris@10 490 # Echo program name prefixed message to standard error, followed by
Chris@10 491 # a help hint, and exit.
Chris@10 492 func_fatal_help ()
Chris@10 493 {
Chris@10 494 func_error ${1+"$@"}
Chris@10 495 func_fatal_error "$help"
Chris@10 496 }
Chris@10 497 help="Try \`$progname --help' for more information." ## default
Chris@10 498
Chris@10 499
Chris@10 500 # func_grep expression filename
Chris@10 501 # Check whether EXPRESSION matches any line of FILENAME, without output.
Chris@10 502 func_grep ()
Chris@10 503 {
Chris@10 504 $GREP "$1" "$2" >/dev/null 2>&1
Chris@10 505 }
Chris@10 506
Chris@10 507
Chris@10 508 # func_mkdir_p directory-path
Chris@10 509 # Make sure the entire path to DIRECTORY-PATH is available.
Chris@10 510 func_mkdir_p ()
Chris@10 511 {
Chris@10 512 my_directory_path="$1"
Chris@10 513 my_dir_list=
Chris@10 514
Chris@10 515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
Chris@10 516
Chris@10 517 # Protect directory names starting with `-'
Chris@10 518 case $my_directory_path in
Chris@10 519 -*) my_directory_path="./$my_directory_path" ;;
Chris@10 520 esac
Chris@10 521
Chris@10 522 # While some portion of DIR does not yet exist...
Chris@10 523 while test ! -d "$my_directory_path"; do
Chris@10 524 # ...make a list in topmost first order. Use a colon delimited
Chris@10 525 # list incase some portion of path contains whitespace.
Chris@10 526 my_dir_list="$my_directory_path:$my_dir_list"
Chris@10 527
Chris@10 528 # If the last portion added has no slash in it, the list is done
Chris@10 529 case $my_directory_path in */*) ;; *) break ;; esac
Chris@10 530
Chris@10 531 # ...otherwise throw away the child directory and loop
Chris@10 532 my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
Chris@10 533 done
Chris@10 534 my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
Chris@10 535
Chris@10 536 save_mkdir_p_IFS="$IFS"; IFS=':'
Chris@10 537 for my_dir in $my_dir_list; do
Chris@10 538 IFS="$save_mkdir_p_IFS"
Chris@10 539 # mkdir can fail with a `File exist' error if two processes
Chris@10 540 # try to create one of the directories concurrently. Don't
Chris@10 541 # stop in that case!
Chris@10 542 $MKDIR "$my_dir" 2>/dev/null || :
Chris@10 543 done
Chris@10 544 IFS="$save_mkdir_p_IFS"
Chris@10 545
Chris@10 546 # Bail out if we (or some other process) failed to create a directory.
Chris@10 547 test -d "$my_directory_path" || \
Chris@10 548 func_fatal_error "Failed to create \`$1'"
Chris@10 549 fi
Chris@10 550 }
Chris@10 551
Chris@10 552
Chris@10 553 # func_mktempdir [string]
Chris@10 554 # Make a temporary directory that won't clash with other running
Chris@10 555 # libtool processes, and avoids race conditions if possible. If
Chris@10 556 # given, STRING is the basename for that directory.
Chris@10 557 func_mktempdir ()
Chris@10 558 {
Chris@10 559 my_template="${TMPDIR-/tmp}/${1-$progname}"
Chris@10 560
Chris@10 561 if test "$opt_dry_run" = ":"; then
Chris@10 562 # Return a directory name, but don't create it in dry-run mode
Chris@10 563 my_tmpdir="${my_template}-$$"
Chris@10 564 else
Chris@10 565
Chris@10 566 # If mktemp works, use that first and foremost
Chris@10 567 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
Chris@10 568
Chris@10 569 if test ! -d "$my_tmpdir"; then
Chris@10 570 # Failing that, at least try and use $RANDOM to avoid a race
Chris@10 571 my_tmpdir="${my_template}-${RANDOM-0}$$"
Chris@10 572
Chris@10 573 save_mktempdir_umask=`umask`
Chris@10 574 umask 0077
Chris@10 575 $MKDIR "$my_tmpdir"
Chris@10 576 umask $save_mktempdir_umask
Chris@10 577 fi
Chris@10 578
Chris@10 579 # If we're not in dry-run mode, bomb out on failure
Chris@10 580 test -d "$my_tmpdir" || \
Chris@10 581 func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
Chris@10 582 fi
Chris@10 583
Chris@10 584 $ECHO "$my_tmpdir"
Chris@10 585 }
Chris@10 586
Chris@10 587
Chris@10 588 # func_quote_for_eval arg
Chris@10 589 # Aesthetically quote ARG to be evaled later.
Chris@10 590 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
Chris@10 591 # is double-quoted, suitable for a subsequent eval, whereas
Chris@10 592 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
Chris@10 593 # which are still active within double quotes backslashified.
Chris@10 594 func_quote_for_eval ()
Chris@10 595 {
Chris@10 596 case $1 in
Chris@10 597 *[\\\`\"\$]*)
Chris@10 598 func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
Chris@10 599 *)
Chris@10 600 func_quote_for_eval_unquoted_result="$1" ;;
Chris@10 601 esac
Chris@10 602
Chris@10 603 case $func_quote_for_eval_unquoted_result in
Chris@10 604 # Double-quote args containing shell metacharacters to delay
Chris@10 605 # word splitting, command substitution and and variable
Chris@10 606 # expansion for a subsequent eval.
Chris@10 607 # Many Bourne shells cannot handle close brackets correctly
Chris@10 608 # in scan sets, so we specify it separately.
Chris@10 609 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
Chris@10 610 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
Chris@10 611 ;;
Chris@10 612 *)
Chris@10 613 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
Chris@10 614 esac
Chris@10 615 }
Chris@10 616
Chris@10 617
Chris@10 618 # func_quote_for_expand arg
Chris@10 619 # Aesthetically quote ARG to be evaled later; same as above,
Chris@10 620 # but do not quote variable references.
Chris@10 621 func_quote_for_expand ()
Chris@10 622 {
Chris@10 623 case $1 in
Chris@10 624 *[\\\`\"]*)
Chris@10 625 my_arg=`$ECHO "$1" | $SED \
Chris@10 626 -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
Chris@10 627 *)
Chris@10 628 my_arg="$1" ;;
Chris@10 629 esac
Chris@10 630
Chris@10 631 case $my_arg in
Chris@10 632 # Double-quote args containing shell metacharacters to delay
Chris@10 633 # word splitting and command substitution for a subsequent eval.
Chris@10 634 # Many Bourne shells cannot handle close brackets correctly
Chris@10 635 # in scan sets, so we specify it separately.
Chris@10 636 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
Chris@10 637 my_arg="\"$my_arg\""
Chris@10 638 ;;
Chris@10 639 esac
Chris@10 640
Chris@10 641 func_quote_for_expand_result="$my_arg"
Chris@10 642 }
Chris@10 643
Chris@10 644
Chris@10 645 # func_show_eval cmd [fail_exp]
Chris@10 646 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
Chris@10 647 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
Chris@10 648 # is given, then evaluate it.
Chris@10 649 func_show_eval ()
Chris@10 650 {
Chris@10 651 my_cmd="$1"
Chris@10 652 my_fail_exp="${2-:}"
Chris@10 653
Chris@10 654 ${opt_silent-false} || {
Chris@10 655 func_quote_for_expand "$my_cmd"
Chris@10 656 eval "func_echo $func_quote_for_expand_result"
Chris@10 657 }
Chris@10 658
Chris@10 659 if ${opt_dry_run-false}; then :; else
Chris@10 660 eval "$my_cmd"
Chris@10 661 my_status=$?
Chris@10 662 if test "$my_status" -eq 0; then :; else
Chris@10 663 eval "(exit $my_status); $my_fail_exp"
Chris@10 664 fi
Chris@10 665 fi
Chris@10 666 }
Chris@10 667
Chris@10 668
Chris@10 669 # func_show_eval_locale cmd [fail_exp]
Chris@10 670 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
Chris@10 671 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
Chris@10 672 # is given, then evaluate it. Use the saved locale for evaluation.
Chris@10 673 func_show_eval_locale ()
Chris@10 674 {
Chris@10 675 my_cmd="$1"
Chris@10 676 my_fail_exp="${2-:}"
Chris@10 677
Chris@10 678 ${opt_silent-false} || {
Chris@10 679 func_quote_for_expand "$my_cmd"
Chris@10 680 eval "func_echo $func_quote_for_expand_result"
Chris@10 681 }
Chris@10 682
Chris@10 683 if ${opt_dry_run-false}; then :; else
Chris@10 684 eval "$lt_user_locale
Chris@10 685 $my_cmd"
Chris@10 686 my_status=$?
Chris@10 687 eval "$lt_safe_locale"
Chris@10 688 if test "$my_status" -eq 0; then :; else
Chris@10 689 eval "(exit $my_status); $my_fail_exp"
Chris@10 690 fi
Chris@10 691 fi
Chris@10 692 }
Chris@10 693
Chris@10 694 # func_tr_sh
Chris@10 695 # Turn $1 into a string suitable for a shell variable name.
Chris@10 696 # Result is stored in $func_tr_sh_result. All characters
Chris@10 697 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
Chris@10 698 # if $1 begins with a digit, a '_' is prepended as well.
Chris@10 699 func_tr_sh ()
Chris@10 700 {
Chris@10 701 case $1 in
Chris@10 702 [0-9]* | *[!a-zA-Z0-9_]*)
Chris@10 703 func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
Chris@10 704 ;;
Chris@10 705 * )
Chris@10 706 func_tr_sh_result=$1
Chris@10 707 ;;
Chris@10 708 esac
Chris@10 709 }
Chris@10 710
Chris@10 711
Chris@10 712 # func_version
Chris@10 713 # Echo version message to standard output and exit.
Chris@10 714 func_version ()
Chris@10 715 {
Chris@10 716 $opt_debug
Chris@10 717
Chris@10 718 $SED -n '/(C)/!b go
Chris@10 719 :more
Chris@10 720 /\./!{
Chris@10 721 N
Chris@10 722 s/\n# / /
Chris@10 723 b more
Chris@10 724 }
Chris@10 725 :go
Chris@10 726 /^# '$PROGRAM' (GNU /,/# warranty; / {
Chris@10 727 s/^# //
Chris@10 728 s/^# *$//
Chris@10 729 s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
Chris@10 730 p
Chris@10 731 }' < "$progpath"
Chris@10 732 exit $?
Chris@10 733 }
Chris@10 734
Chris@10 735 # func_usage
Chris@10 736 # Echo short help message to standard output and exit.
Chris@10 737 func_usage ()
Chris@10 738 {
Chris@10 739 $opt_debug
Chris@10 740
Chris@10 741 $SED -n '/^# Usage:/,/^# *.*--help/ {
Chris@10 742 s/^# //
Chris@10 743 s/^# *$//
Chris@10 744 s/\$progname/'$progname'/
Chris@10 745 p
Chris@10 746 }' < "$progpath"
Chris@10 747 echo
Chris@10 748 $ECHO "run \`$progname --help | more' for full usage"
Chris@10 749 exit $?
Chris@10 750 }
Chris@10 751
Chris@10 752 # func_help [NOEXIT]
Chris@10 753 # Echo long help message to standard output and exit,
Chris@10 754 # unless 'noexit' is passed as argument.
Chris@10 755 func_help ()
Chris@10 756 {
Chris@10 757 $opt_debug
Chris@10 758
Chris@10 759 $SED -n '/^# Usage:/,/# Report bugs to/ {
Chris@10 760 :print
Chris@10 761 s/^# //
Chris@10 762 s/^# *$//
Chris@10 763 s*\$progname*'$progname'*
Chris@10 764 s*\$host*'"$host"'*
Chris@10 765 s*\$SHELL*'"$SHELL"'*
Chris@10 766 s*\$LTCC*'"$LTCC"'*
Chris@10 767 s*\$LTCFLAGS*'"$LTCFLAGS"'*
Chris@10 768 s*\$LD*'"$LD"'*
Chris@10 769 s/\$with_gnu_ld/'"$with_gnu_ld"'/
Chris@10 770 s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
Chris@10 771 s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
Chris@10 772 p
Chris@10 773 d
Chris@10 774 }
Chris@10 775 /^# .* home page:/b print
Chris@10 776 /^# General help using/b print
Chris@10 777 ' < "$progpath"
Chris@10 778 ret=$?
Chris@10 779 if test -z "$1"; then
Chris@10 780 exit $ret
Chris@10 781 fi
Chris@10 782 }
Chris@10 783
Chris@10 784 # func_missing_arg argname
Chris@10 785 # Echo program name prefixed message to standard error and set global
Chris@10 786 # exit_cmd.
Chris@10 787 func_missing_arg ()
Chris@10 788 {
Chris@10 789 $opt_debug
Chris@10 790
Chris@10 791 func_error "missing argument for $1."
Chris@10 792 exit_cmd=exit
Chris@10 793 }
Chris@10 794
Chris@10 795
Chris@10 796 # func_split_short_opt shortopt
Chris@10 797 # Set func_split_short_opt_name and func_split_short_opt_arg shell
Chris@10 798 # variables after splitting SHORTOPT after the 2nd character.
Chris@10 799 func_split_short_opt ()
Chris@10 800 {
Chris@10 801 my_sed_short_opt='1s/^\(..\).*$/\1/;q'
Chris@10 802 my_sed_short_rest='1s/^..\(.*\)$/\1/;q'
Chris@10 803
Chris@10 804 func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
Chris@10 805 func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
Chris@10 806 } # func_split_short_opt may be replaced by extended shell implementation
Chris@10 807
Chris@10 808
Chris@10 809 # func_split_long_opt longopt
Chris@10 810 # Set func_split_long_opt_name and func_split_long_opt_arg shell
Chris@10 811 # variables after splitting LONGOPT at the `=' sign.
Chris@10 812 func_split_long_opt ()
Chris@10 813 {
Chris@10 814 my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
Chris@10 815 my_sed_long_arg='1s/^--[^=]*=//'
Chris@10 816
Chris@10 817 func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
Chris@10 818 func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
Chris@10 819 } # func_split_long_opt may be replaced by extended shell implementation
Chris@10 820
Chris@10 821 exit_cmd=:
Chris@10 822
Chris@10 823
Chris@10 824
Chris@10 825
Chris@10 826
Chris@10 827 magic="%%%MAGIC variable%%%"
Chris@10 828 magic_exe="%%%MAGIC EXE variable%%%"
Chris@10 829
Chris@10 830 # Global variables.
Chris@10 831 nonopt=
Chris@10 832 preserve_args=
Chris@10 833 lo2o="s/\\.lo\$/.${objext}/"
Chris@10 834 o2lo="s/\\.${objext}\$/.lo/"
Chris@10 835 extracted_archives=
Chris@10 836 extracted_serial=0
Chris@10 837
Chris@10 838 # If this variable is set in any of the actions, the command in it
Chris@10 839 # will be execed at the end. This prevents here-documents from being
Chris@10 840 # left over by shells.
Chris@10 841 exec_cmd=
Chris@10 842
Chris@10 843 # func_append var value
Chris@10 844 # Append VALUE to the end of shell variable VAR.
Chris@10 845 func_append ()
Chris@10 846 {
Chris@10 847 eval "${1}=\$${1}\${2}"
Chris@10 848 } # func_append may be replaced by extended shell implementation
Chris@10 849
Chris@10 850 # func_append_quoted var value
Chris@10 851 # Quote VALUE and append to the end of shell variable VAR, separated
Chris@10 852 # by a space.
Chris@10 853 func_append_quoted ()
Chris@10 854 {
Chris@10 855 func_quote_for_eval "${2}"
Chris@10 856 eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
Chris@10 857 } # func_append_quoted may be replaced by extended shell implementation
Chris@10 858
Chris@10 859
Chris@10 860 # func_arith arithmetic-term...
Chris@10 861 func_arith ()
Chris@10 862 {
Chris@10 863 func_arith_result=`expr "${@}"`
Chris@10 864 } # func_arith may be replaced by extended shell implementation
Chris@10 865
Chris@10 866
Chris@10 867 # func_len string
Chris@10 868 # STRING may not start with a hyphen.
Chris@10 869 func_len ()
Chris@10 870 {
Chris@10 871 func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
Chris@10 872 } # func_len may be replaced by extended shell implementation
Chris@10 873
Chris@10 874
Chris@10 875 # func_lo2o object
Chris@10 876 func_lo2o ()
Chris@10 877 {
Chris@10 878 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
Chris@10 879 } # func_lo2o may be replaced by extended shell implementation
Chris@10 880
Chris@10 881
Chris@10 882 # func_xform libobj-or-source
Chris@10 883 func_xform ()
Chris@10 884 {
Chris@10 885 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
Chris@10 886 } # func_xform may be replaced by extended shell implementation
Chris@10 887
Chris@10 888
Chris@10 889 # func_fatal_configuration arg...
Chris@10 890 # Echo program name prefixed message to standard error, followed by
Chris@10 891 # a configuration failure hint, and exit.
Chris@10 892 func_fatal_configuration ()
Chris@10 893 {
Chris@10 894 func_error ${1+"$@"}
Chris@10 895 func_error "See the $PACKAGE documentation for more information."
Chris@10 896 func_fatal_error "Fatal configuration error."
Chris@10 897 }
Chris@10 898
Chris@10 899
Chris@10 900 # func_config
Chris@10 901 # Display the configuration for all the tags in this script.
Chris@10 902 func_config ()
Chris@10 903 {
Chris@10 904 re_begincf='^# ### BEGIN LIBTOOL'
Chris@10 905 re_endcf='^# ### END LIBTOOL'
Chris@10 906
Chris@10 907 # Default configuration.
Chris@10 908 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
Chris@10 909
Chris@10 910 # Now print the configurations for the tags.
Chris@10 911 for tagname in $taglist; do
Chris@10 912 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
Chris@10 913 done
Chris@10 914
Chris@10 915 exit $?
Chris@10 916 }
Chris@10 917
Chris@10 918 # func_features
Chris@10 919 # Display the features supported by this script.
Chris@10 920 func_features ()
Chris@10 921 {
Chris@10 922 echo "host: $host"
Chris@10 923 if test "$build_libtool_libs" = yes; then
Chris@10 924 echo "enable shared libraries"
Chris@10 925 else
Chris@10 926 echo "disable shared libraries"
Chris@10 927 fi
Chris@10 928 if test "$build_old_libs" = yes; then
Chris@10 929 echo "enable static libraries"
Chris@10 930 else
Chris@10 931 echo "disable static libraries"
Chris@10 932 fi
Chris@10 933
Chris@10 934 exit $?
Chris@10 935 }
Chris@10 936
Chris@10 937 # func_enable_tag tagname
Chris@10 938 # Verify that TAGNAME is valid, and either flag an error and exit, or
Chris@10 939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
Chris@10 940 # variable here.
Chris@10 941 func_enable_tag ()
Chris@10 942 {
Chris@10 943 # Global variable:
Chris@10 944 tagname="$1"
Chris@10 945
Chris@10 946 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
Chris@10 947 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
Chris@10 948 sed_extractcf="/$re_begincf/,/$re_endcf/p"
Chris@10 949
Chris@10 950 # Validate tagname.
Chris@10 951 case $tagname in
Chris@10 952 *[!-_A-Za-z0-9,/]*)
Chris@10 953 func_fatal_error "invalid tag name: $tagname"
Chris@10 954 ;;
Chris@10 955 esac
Chris@10 956
Chris@10 957 # Don't test for the "default" C tag, as we know it's
Chris@10 958 # there but not specially marked.
Chris@10 959 case $tagname in
Chris@10 960 CC) ;;
Chris@10 961 *)
Chris@10 962 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
Chris@10 963 taglist="$taglist $tagname"
Chris@10 964
Chris@10 965 # Evaluate the configuration. Be careful to quote the path
Chris@10 966 # and the sed script, to avoid splitting on whitespace, but
Chris@10 967 # also don't use non-portable quotes within backquotes within
Chris@10 968 # quotes we have to do it in 2 steps:
Chris@10 969 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
Chris@10 970 eval "$extractedcf"
Chris@10 971 else
Chris@10 972 func_error "ignoring unknown tag $tagname"
Chris@10 973 fi
Chris@10 974 ;;
Chris@10 975 esac
Chris@10 976 }
Chris@10 977
Chris@10 978 # func_check_version_match
Chris@10 979 # Ensure that we are using m4 macros, and libtool script from the same
Chris@10 980 # release of libtool.
Chris@10 981 func_check_version_match ()
Chris@10 982 {
Chris@10 983 if test "$package_revision" != "$macro_revision"; then
Chris@10 984 if test "$VERSION" != "$macro_version"; then
Chris@10 985 if test -z "$macro_version"; then
Chris@10 986 cat >&2 <<_LT_EOF
Chris@10 987 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
Chris@10 988 $progname: definition of this LT_INIT comes from an older release.
Chris@10 989 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
Chris@10 990 $progname: and run autoconf again.
Chris@10 991 _LT_EOF
Chris@10 992 else
Chris@10 993 cat >&2 <<_LT_EOF
Chris@10 994 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
Chris@10 995 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
Chris@10 996 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
Chris@10 997 $progname: and run autoconf again.
Chris@10 998 _LT_EOF
Chris@10 999 fi
Chris@10 1000 else
Chris@10 1001 cat >&2 <<_LT_EOF
Chris@10 1002 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
Chris@10 1003 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
Chris@10 1004 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
Chris@10 1005 $progname: of $PACKAGE $VERSION and run autoconf again.
Chris@10 1006 _LT_EOF
Chris@10 1007 fi
Chris@10 1008
Chris@10 1009 exit $EXIT_MISMATCH
Chris@10 1010 fi
Chris@10 1011 }
Chris@10 1012
Chris@10 1013
Chris@10 1014 # Shorthand for --mode=foo, only valid as the first argument
Chris@10 1015 case $1 in
Chris@10 1016 clean|clea|cle|cl)
Chris@10 1017 shift; set dummy --mode clean ${1+"$@"}; shift
Chris@10 1018 ;;
Chris@10 1019 compile|compil|compi|comp|com|co|c)
Chris@10 1020 shift; set dummy --mode compile ${1+"$@"}; shift
Chris@10 1021 ;;
Chris@10 1022 execute|execut|execu|exec|exe|ex|e)
Chris@10 1023 shift; set dummy --mode execute ${1+"$@"}; shift
Chris@10 1024 ;;
Chris@10 1025 finish|finis|fini|fin|fi|f)
Chris@10 1026 shift; set dummy --mode finish ${1+"$@"}; shift
Chris@10 1027 ;;
Chris@10 1028 install|instal|insta|inst|ins|in|i)
Chris@10 1029 shift; set dummy --mode install ${1+"$@"}; shift
Chris@10 1030 ;;
Chris@10 1031 link|lin|li|l)
Chris@10 1032 shift; set dummy --mode link ${1+"$@"}; shift
Chris@10 1033 ;;
Chris@10 1034 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
Chris@10 1035 shift; set dummy --mode uninstall ${1+"$@"}; shift
Chris@10 1036 ;;
Chris@10 1037 esac
Chris@10 1038
Chris@10 1039
Chris@10 1040
Chris@10 1041 # Option defaults:
Chris@10 1042 opt_debug=:
Chris@10 1043 opt_dry_run=false
Chris@10 1044 opt_config=false
Chris@10 1045 opt_preserve_dup_deps=false
Chris@10 1046 opt_features=false
Chris@10 1047 opt_finish=false
Chris@10 1048 opt_help=false
Chris@10 1049 opt_help_all=false
Chris@10 1050 opt_silent=:
Chris@10 1051 opt_warning=:
Chris@10 1052 opt_verbose=:
Chris@10 1053 opt_silent=false
Chris@10 1054 opt_verbose=false
Chris@10 1055
Chris@10 1056
Chris@10 1057 # Parse options once, thoroughly. This comes as soon as possible in the
Chris@10 1058 # script to make things like `--version' happen as quickly as we can.
Chris@10 1059 {
Chris@10 1060 # this just eases exit handling
Chris@10 1061 while test $# -gt 0; do
Chris@10 1062 opt="$1"
Chris@10 1063 shift
Chris@10 1064 case $opt in
Chris@10 1065 --debug|-x) opt_debug='set -x'
Chris@10 1066 func_echo "enabling shell trace mode"
Chris@10 1067 $opt_debug
Chris@10 1068 ;;
Chris@10 1069 --dry-run|--dryrun|-n)
Chris@10 1070 opt_dry_run=:
Chris@10 1071 ;;
Chris@10 1072 --config)
Chris@10 1073 opt_config=:
Chris@10 1074 func_config
Chris@10 1075 ;;
Chris@10 1076 --dlopen|-dlopen)
Chris@10 1077 optarg="$1"
Chris@10 1078 opt_dlopen="${opt_dlopen+$opt_dlopen
Chris@10 1079 }$optarg"
Chris@10 1080 shift
Chris@10 1081 ;;
Chris@10 1082 --preserve-dup-deps)
Chris@10 1083 opt_preserve_dup_deps=:
Chris@10 1084 ;;
Chris@10 1085 --features)
Chris@10 1086 opt_features=:
Chris@10 1087 func_features
Chris@10 1088 ;;
Chris@10 1089 --finish)
Chris@10 1090 opt_finish=:
Chris@10 1091 set dummy --mode finish ${1+"$@"}; shift
Chris@10 1092 ;;
Chris@10 1093 --help)
Chris@10 1094 opt_help=:
Chris@10 1095 ;;
Chris@10 1096 --help-all)
Chris@10 1097 opt_help_all=:
Chris@10 1098 opt_help=': help-all'
Chris@10 1099 ;;
Chris@10 1100 --mode)
Chris@10 1101 test $# = 0 && func_missing_arg $opt && break
Chris@10 1102 optarg="$1"
Chris@10 1103 opt_mode="$optarg"
Chris@10 1104 case $optarg in
Chris@10 1105 # Valid mode arguments:
Chris@10 1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
Chris@10 1107
Chris@10 1108 # Catch anything else as an error
Chris@10 1109 *) func_error "invalid argument for $opt"
Chris@10 1110 exit_cmd=exit
Chris@10 1111 break
Chris@10 1112 ;;
Chris@10 1113 esac
Chris@10 1114 shift
Chris@10 1115 ;;
Chris@10 1116 --no-silent|--no-quiet)
Chris@10 1117 opt_silent=false
Chris@10 1118 func_append preserve_args " $opt"
Chris@10 1119 ;;
Chris@10 1120 --no-warning|--no-warn)
Chris@10 1121 opt_warning=false
Chris@10 1122 func_append preserve_args " $opt"
Chris@10 1123 ;;
Chris@10 1124 --no-verbose)
Chris@10 1125 opt_verbose=false
Chris@10 1126 func_append preserve_args " $opt"
Chris@10 1127 ;;
Chris@10 1128 --silent|--quiet)
Chris@10 1129 opt_silent=:
Chris@10 1130 func_append preserve_args " $opt"
Chris@10 1131 opt_verbose=false
Chris@10 1132 ;;
Chris@10 1133 --verbose|-v)
Chris@10 1134 opt_verbose=:
Chris@10 1135 func_append preserve_args " $opt"
Chris@10 1136 opt_silent=false
Chris@10 1137 ;;
Chris@10 1138 --tag)
Chris@10 1139 test $# = 0 && func_missing_arg $opt && break
Chris@10 1140 optarg="$1"
Chris@10 1141 opt_tag="$optarg"
Chris@10 1142 func_append preserve_args " $opt $optarg"
Chris@10 1143 func_enable_tag "$optarg"
Chris@10 1144 shift
Chris@10 1145 ;;
Chris@10 1146
Chris@10 1147 -\?|-h) func_usage ;;
Chris@10 1148 --help) func_help ;;
Chris@10 1149 --version) func_version ;;
Chris@10 1150
Chris@10 1151 # Separate optargs to long options:
Chris@10 1152 --*=*)
Chris@10 1153 func_split_long_opt "$opt"
Chris@10 1154 set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
Chris@10 1155 shift
Chris@10 1156 ;;
Chris@10 1157
Chris@10 1158 # Separate non-argument short options:
Chris@10 1159 -\?*|-h*|-n*|-v*)
Chris@10 1160 func_split_short_opt "$opt"
Chris@10 1161 set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
Chris@10 1162 shift
Chris@10 1163 ;;
Chris@10 1164
Chris@10 1165 --) break ;;
Chris@10 1166 -*) func_fatal_help "unrecognized option \`$opt'" ;;
Chris@10 1167 *) set dummy "$opt" ${1+"$@"}; shift; break ;;
Chris@10 1168 esac
Chris@10 1169 done
Chris@10 1170
Chris@10 1171 # Validate options:
Chris@10 1172
Chris@10 1173 # save first non-option argument
Chris@10 1174 if test "$#" -gt 0; then
Chris@10 1175 nonopt="$opt"
Chris@10 1176 shift
Chris@10 1177 fi
Chris@10 1178
Chris@10 1179 # preserve --debug
Chris@10 1180 test "$opt_debug" = : || func_append preserve_args " --debug"
Chris@10 1181
Chris@10 1182 case $host in
Chris@10 1183 *cygwin* | *mingw* | *pw32* | *cegcc*)
Chris@10 1184 # don't eliminate duplications in $postdeps and $predeps
Chris@10 1185 opt_duplicate_compiler_generated_deps=:
Chris@10 1186 ;;
Chris@10 1187 *)
Chris@10 1188 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
Chris@10 1189 ;;
Chris@10 1190 esac
Chris@10 1191
Chris@10 1192 $opt_help || {
Chris@10 1193 # Sanity checks first:
Chris@10 1194 func_check_version_match
Chris@10 1195
Chris@10 1196 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
Chris@10 1197 func_fatal_configuration "not configured to build any kind of library"
Chris@10 1198 fi
Chris@10 1199
Chris@10 1200 # Darwin sucks
Chris@10 1201 eval std_shrext=\"$shrext_cmds\"
Chris@10 1202
Chris@10 1203 # Only execute mode is allowed to have -dlopen flags.
Chris@10 1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
Chris@10 1205 func_error "unrecognized option \`-dlopen'"
Chris@10 1206 $ECHO "$help" 1>&2
Chris@10 1207 exit $EXIT_FAILURE
Chris@10 1208 fi
Chris@10 1209
Chris@10 1210 # Change the help message to a mode-specific one.
Chris@10 1211 generic_help="$help"
Chris@10 1212 help="Try \`$progname --help --mode=$opt_mode' for more information."
Chris@10 1213 }
Chris@10 1214
Chris@10 1215
Chris@10 1216 # Bail if the options were screwed
Chris@10 1217 $exit_cmd $EXIT_FAILURE
Chris@10 1218 }
Chris@10 1219
Chris@10 1220
Chris@10 1221
Chris@10 1222
Chris@10 1223 ## ----------- ##
Chris@10 1224 ## Main. ##
Chris@10 1225 ## ----------- ##
Chris@10 1226
Chris@10 1227 # func_lalib_p file
Chris@10 1228 # True iff FILE is a libtool `.la' library or `.lo' object file.
Chris@10 1229 # This function is only a basic sanity check; it will hardly flush out
Chris@10 1230 # determined imposters.
Chris@10 1231 func_lalib_p ()
Chris@10 1232 {
Chris@10 1233 test -f "$1" &&
Chris@10 1234 $SED -e 4q "$1" 2>/dev/null \
Chris@10 1235 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
Chris@10 1236 }
Chris@10 1237
Chris@10 1238 # func_lalib_unsafe_p file
Chris@10 1239 # True iff FILE is a libtool `.la' library or `.lo' object file.
Chris@10 1240 # This function implements the same check as func_lalib_p without
Chris@10 1241 # resorting to external programs. To this end, it redirects stdin and
Chris@10 1242 # closes it afterwards, without saving the original file descriptor.
Chris@10 1243 # As a safety measure, use it only where a negative result would be
Chris@10 1244 # fatal anyway. Works if `file' does not exist.
Chris@10 1245 func_lalib_unsafe_p ()
Chris@10 1246 {
Chris@10 1247 lalib_p=no
Chris@10 1248 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
Chris@10 1249 for lalib_p_l in 1 2 3 4
Chris@10 1250 do
Chris@10 1251 read lalib_p_line
Chris@10 1252 case "$lalib_p_line" in
Chris@10 1253 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
Chris@10 1254 esac
Chris@10 1255 done
Chris@10 1256 exec 0<&5 5<&-
Chris@10 1257 fi
Chris@10 1258 test "$lalib_p" = yes
Chris@10 1259 }
Chris@10 1260
Chris@10 1261 # func_ltwrapper_script_p file
Chris@10 1262 # True iff FILE is a libtool wrapper script
Chris@10 1263 # This function is only a basic sanity check; it will hardly flush out
Chris@10 1264 # determined imposters.
Chris@10 1265 func_ltwrapper_script_p ()
Chris@10 1266 {
Chris@10 1267 func_lalib_p "$1"
Chris@10 1268 }
Chris@10 1269
Chris@10 1270 # func_ltwrapper_executable_p file
Chris@10 1271 # True iff FILE is a libtool wrapper executable
Chris@10 1272 # This function is only a basic sanity check; it will hardly flush out
Chris@10 1273 # determined imposters.
Chris@10 1274 func_ltwrapper_executable_p ()
Chris@10 1275 {
Chris@10 1276 func_ltwrapper_exec_suffix=
Chris@10 1277 case $1 in
Chris@10 1278 *.exe) ;;
Chris@10 1279 *) func_ltwrapper_exec_suffix=.exe ;;
Chris@10 1280 esac
Chris@10 1281 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
Chris@10 1282 }
Chris@10 1283
Chris@10 1284 # func_ltwrapper_scriptname file
Chris@10 1285 # Assumes file is an ltwrapper_executable
Chris@10 1286 # uses $file to determine the appropriate filename for a
Chris@10 1287 # temporary ltwrapper_script.
Chris@10 1288 func_ltwrapper_scriptname ()
Chris@10 1289 {
Chris@10 1290 func_dirname_and_basename "$1" "" "."
Chris@10 1291 func_stripname '' '.exe' "$func_basename_result"
Chris@10 1292 func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
Chris@10 1293 }
Chris@10 1294
Chris@10 1295 # func_ltwrapper_p file
Chris@10 1296 # True iff FILE is a libtool wrapper script or wrapper executable
Chris@10 1297 # This function is only a basic sanity check; it will hardly flush out
Chris@10 1298 # determined imposters.
Chris@10 1299 func_ltwrapper_p ()
Chris@10 1300 {
Chris@10 1301 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
Chris@10 1302 }
Chris@10 1303
Chris@10 1304
Chris@10 1305 # func_execute_cmds commands fail_cmd
Chris@10 1306 # Execute tilde-delimited COMMANDS.
Chris@10 1307 # If FAIL_CMD is given, eval that upon failure.
Chris@10 1308 # FAIL_CMD may read-access the current command in variable CMD!
Chris@10 1309 func_execute_cmds ()
Chris@10 1310 {
Chris@10 1311 $opt_debug
Chris@10 1312 save_ifs=$IFS; IFS='~'
Chris@10 1313 for cmd in $1; do
Chris@10 1314 IFS=$save_ifs
Chris@10 1315 eval cmd=\"$cmd\"
Chris@10 1316 func_show_eval "$cmd" "${2-:}"
Chris@10 1317 done
Chris@10 1318 IFS=$save_ifs
Chris@10 1319 }
Chris@10 1320
Chris@10 1321
Chris@10 1322 # func_source file
Chris@10 1323 # Source FILE, adding directory component if necessary.
Chris@10 1324 # Note that it is not necessary on cygwin/mingw to append a dot to
Chris@10 1325 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
Chris@10 1326 # behavior happens only for exec(3), not for open(2)! Also, sourcing
Chris@10 1327 # `FILE.' does not work on cygwin managed mounts.
Chris@10 1328 func_source ()
Chris@10 1329 {
Chris@10 1330 $opt_debug
Chris@10 1331 case $1 in
Chris@10 1332 */* | *\\*) . "$1" ;;
Chris@10 1333 *) . "./$1" ;;
Chris@10 1334 esac
Chris@10 1335 }
Chris@10 1336
Chris@10 1337
Chris@10 1338 # func_resolve_sysroot PATH
Chris@10 1339 # Replace a leading = in PATH with a sysroot. Store the result into
Chris@10 1340 # func_resolve_sysroot_result
Chris@10 1341 func_resolve_sysroot ()
Chris@10 1342 {
Chris@10 1343 func_resolve_sysroot_result=$1
Chris@10 1344 case $func_resolve_sysroot_result in
Chris@10 1345 =*)
Chris@10 1346 func_stripname '=' '' "$func_resolve_sysroot_result"
Chris@10 1347 func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
Chris@10 1348 ;;
Chris@10 1349 esac
Chris@10 1350 }
Chris@10 1351
Chris@10 1352 # func_replace_sysroot PATH
Chris@10 1353 # If PATH begins with the sysroot, replace it with = and
Chris@10 1354 # store the result into func_replace_sysroot_result.
Chris@10 1355 func_replace_sysroot ()
Chris@10 1356 {
Chris@10 1357 case "$lt_sysroot:$1" in
Chris@10 1358 ?*:"$lt_sysroot"*)
Chris@10 1359 func_stripname "$lt_sysroot" '' "$1"
Chris@10 1360 func_replace_sysroot_result="=$func_stripname_result"
Chris@10 1361 ;;
Chris@10 1362 *)
Chris@10 1363 # Including no sysroot.
Chris@10 1364 func_replace_sysroot_result=$1
Chris@10 1365 ;;
Chris@10 1366 esac
Chris@10 1367 }
Chris@10 1368
Chris@10 1369 # func_infer_tag arg
Chris@10 1370 # Infer tagged configuration to use if any are available and
Chris@10 1371 # if one wasn't chosen via the "--tag" command line option.
Chris@10 1372 # Only attempt this if the compiler in the base compile
Chris@10 1373 # command doesn't match the default compiler.
Chris@10 1374 # arg is usually of the form 'gcc ...'
Chris@10 1375 func_infer_tag ()
Chris@10 1376 {
Chris@10 1377 $opt_debug
Chris@10 1378 if test -n "$available_tags" && test -z "$tagname"; then
Chris@10 1379 CC_quoted=
Chris@10 1380 for arg in $CC; do
Chris@10 1381 func_append_quoted CC_quoted "$arg"
Chris@10 1382 done
Chris@10 1383 CC_expanded=`func_echo_all $CC`
Chris@10 1384 CC_quoted_expanded=`func_echo_all $CC_quoted`
Chris@10 1385 case $@ in
Chris@10 1386 # Blanks in the command may have been stripped by the calling shell,
Chris@10 1387 # but not from the CC environment variable when configure was run.
Chris@10 1388 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
Chris@10 1389 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
Chris@10 1390 # Blanks at the start of $base_compile will cause this to fail
Chris@10 1391 # if we don't check for them as well.
Chris@10 1392 *)
Chris@10 1393 for z in $available_tags; do
Chris@10 1394 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
Chris@10 1395 # Evaluate the configuration.
Chris@10 1396 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
Chris@10 1397 CC_quoted=
Chris@10 1398 for arg in $CC; do
Chris@10 1399 # Double-quote args containing other shell metacharacters.
Chris@10 1400 func_append_quoted CC_quoted "$arg"
Chris@10 1401 done
Chris@10 1402 CC_expanded=`func_echo_all $CC`
Chris@10 1403 CC_quoted_expanded=`func_echo_all $CC_quoted`
Chris@10 1404 case "$@ " in
Chris@10 1405 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
Chris@10 1406 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
Chris@10 1407 # The compiler in the base compile command matches
Chris@10 1408 # the one in the tagged configuration.
Chris@10 1409 # Assume this is the tagged configuration we want.
Chris@10 1410 tagname=$z
Chris@10 1411 break
Chris@10 1412 ;;
Chris@10 1413 esac
Chris@10 1414 fi
Chris@10 1415 done
Chris@10 1416 # If $tagname still isn't set, then no tagged configuration
Chris@10 1417 # was found and let the user know that the "--tag" command
Chris@10 1418 # line option must be used.
Chris@10 1419 if test -z "$tagname"; then
Chris@10 1420 func_echo "unable to infer tagged configuration"
Chris@10 1421 func_fatal_error "specify a tag with \`--tag'"
Chris@10 1422 # else
Chris@10 1423 # func_verbose "using $tagname tagged configuration"
Chris@10 1424 fi
Chris@10 1425 ;;
Chris@10 1426 esac
Chris@10 1427 fi
Chris@10 1428 }
Chris@10 1429
Chris@10 1430
Chris@10 1431
Chris@10 1432 # func_write_libtool_object output_name pic_name nonpic_name
Chris@10 1433 # Create a libtool object file (analogous to a ".la" file),
Chris@10 1434 # but don't create it if we're doing a dry run.
Chris@10 1435 func_write_libtool_object ()
Chris@10 1436 {
Chris@10 1437 write_libobj=${1}
Chris@10 1438 if test "$build_libtool_libs" = yes; then
Chris@10 1439 write_lobj=\'${2}\'
Chris@10 1440 else
Chris@10 1441 write_lobj=none
Chris@10 1442 fi
Chris@10 1443
Chris@10 1444 if test "$build_old_libs" = yes; then
Chris@10 1445 write_oldobj=\'${3}\'
Chris@10 1446 else
Chris@10 1447 write_oldobj=none
Chris@10 1448 fi
Chris@10 1449
Chris@10 1450 $opt_dry_run || {
Chris@10 1451 cat >${write_libobj}T <<EOF
Chris@10 1452 # $write_libobj - a libtool object file
Chris@10 1453 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
Chris@10 1454 #
Chris@10 1455 # Please DO NOT delete this file!
Chris@10 1456 # It is necessary for linking the library.
Chris@10 1457
Chris@10 1458 # Name of the PIC object.
Chris@10 1459 pic_object=$write_lobj
Chris@10 1460
Chris@10 1461 # Name of the non-PIC object
Chris@10 1462 non_pic_object=$write_oldobj
Chris@10 1463
Chris@10 1464 EOF
Chris@10 1465 $MV "${write_libobj}T" "${write_libobj}"
Chris@10 1466 }
Chris@10 1467 }
Chris@10 1468
Chris@10 1469
Chris@10 1470 ##################################################
Chris@10 1471 # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
Chris@10 1472 ##################################################
Chris@10 1473
Chris@10 1474 # func_convert_core_file_wine_to_w32 ARG
Chris@10 1475 # Helper function used by file name conversion functions when $build is *nix,
Chris@10 1476 # and $host is mingw, cygwin, or some other w32 environment. Relies on a
Chris@10 1477 # correctly configured wine environment available, with the winepath program
Chris@10 1478 # in $build's $PATH.
Chris@10 1479 #
Chris@10 1480 # ARG is the $build file name to be converted to w32 format.
Chris@10 1481 # Result is available in $func_convert_core_file_wine_to_w32_result, and will
Chris@10 1482 # be empty on error (or when ARG is empty)
Chris@10 1483 func_convert_core_file_wine_to_w32 ()
Chris@10 1484 {
Chris@10 1485 $opt_debug
Chris@10 1486 func_convert_core_file_wine_to_w32_result="$1"
Chris@10 1487 if test -n "$1"; then
Chris@10 1488 # Unfortunately, winepath does not exit with a non-zero error code, so we
Chris@10 1489 # are forced to check the contents of stdout. On the other hand, if the
Chris@10 1490 # command is not found, the shell will set an exit code of 127 and print
Chris@10 1491 # *an error message* to stdout. So we must check for both error code of
Chris@10 1492 # zero AND non-empty stdout, which explains the odd construction:
Chris@10 1493 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
Chris@10 1494 if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
Chris@10 1495 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
Chris@10 1496 $SED -e "$lt_sed_naive_backslashify"`
Chris@10 1497 else
Chris@10 1498 func_convert_core_file_wine_to_w32_result=
Chris@10 1499 fi
Chris@10 1500 fi
Chris@10 1501 }
Chris@10 1502 # end: func_convert_core_file_wine_to_w32
Chris@10 1503
Chris@10 1504
Chris@10 1505 # func_convert_core_path_wine_to_w32 ARG
Chris@10 1506 # Helper function used by path conversion functions when $build is *nix, and
Chris@10 1507 # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
Chris@10 1508 # configured wine environment available, with the winepath program in $build's
Chris@10 1509 # $PATH. Assumes ARG has no leading or trailing path separator characters.
Chris@10 1510 #
Chris@10 1511 # ARG is path to be converted from $build format to win32.
Chris@10 1512 # Result is available in $func_convert_core_path_wine_to_w32_result.
Chris@10 1513 # Unconvertible file (directory) names in ARG are skipped; if no directory names
Chris@10 1514 # are convertible, then the result may be empty.
Chris@10 1515 func_convert_core_path_wine_to_w32 ()
Chris@10 1516 {
Chris@10 1517 $opt_debug
Chris@10 1518 # unfortunately, winepath doesn't convert paths, only file names
Chris@10 1519 func_convert_core_path_wine_to_w32_result=""
Chris@10 1520 if test -n "$1"; then
Chris@10 1521 oldIFS=$IFS
Chris@10 1522 IFS=:
Chris@10 1523 for func_convert_core_path_wine_to_w32_f in $1; do
Chris@10 1524 IFS=$oldIFS
Chris@10 1525 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
Chris@10 1526 if test -n "$func_convert_core_file_wine_to_w32_result" ; then
Chris@10 1527 if test -z "$func_convert_core_path_wine_to_w32_result"; then
Chris@10 1528 func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
Chris@10 1529 else
Chris@10 1530 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
Chris@10 1531 fi
Chris@10 1532 fi
Chris@10 1533 done
Chris@10 1534 IFS=$oldIFS
Chris@10 1535 fi
Chris@10 1536 }
Chris@10 1537 # end: func_convert_core_path_wine_to_w32
Chris@10 1538
Chris@10 1539
Chris@10 1540 # func_cygpath ARGS...
Chris@10 1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
Chris@10 1542 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
Chris@10 1543 # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
Chris@10 1544 # (2), returns the Cygwin file name or path in func_cygpath_result (input
Chris@10 1545 # file name or path is assumed to be in w32 format, as previously converted
Chris@10 1546 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
Chris@10 1547 # or path in func_cygpath_result (input file name or path is assumed to be in
Chris@10 1548 # Cygwin format). Returns an empty string on error.
Chris@10 1549 #
Chris@10 1550 # ARGS are passed to cygpath, with the last one being the file name or path to
Chris@10 1551 # be converted.
Chris@10 1552 #
Chris@10 1553 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
Chris@10 1554 # environment variable; do not put it in $PATH.
Chris@10 1555 func_cygpath ()
Chris@10 1556 {
Chris@10 1557 $opt_debug
Chris@10 1558 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
Chris@10 1559 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
Chris@10 1560 if test "$?" -ne 0; then
Chris@10 1561 # on failure, ensure result is empty
Chris@10 1562 func_cygpath_result=
Chris@10 1563 fi
Chris@10 1564 else
Chris@10 1565 func_cygpath_result=
Chris@10 1566 func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
Chris@10 1567 fi
Chris@10 1568 }
Chris@10 1569 #end: func_cygpath
Chris@10 1570
Chris@10 1571
Chris@10 1572 # func_convert_core_msys_to_w32 ARG
Chris@10 1573 # Convert file name or path ARG from MSYS format to w32 format. Return
Chris@10 1574 # result in func_convert_core_msys_to_w32_result.
Chris@10 1575 func_convert_core_msys_to_w32 ()
Chris@10 1576 {
Chris@10 1577 $opt_debug
Chris@10 1578 # awkward: cmd appends spaces to result
Chris@10 1579 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
Chris@10 1580 $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
Chris@10 1581 }
Chris@10 1582 #end: func_convert_core_msys_to_w32
Chris@10 1583
Chris@10 1584
Chris@10 1585 # func_convert_file_check ARG1 ARG2
Chris@10 1586 # Verify that ARG1 (a file name in $build format) was converted to $host
Chris@10 1587 # format in ARG2. Otherwise, emit an error message, but continue (resetting
Chris@10 1588 # func_to_host_file_result to ARG1).
Chris@10 1589 func_convert_file_check ()
Chris@10 1590 {
Chris@10 1591 $opt_debug
Chris@10 1592 if test -z "$2" && test -n "$1" ; then
Chris@10 1593 func_error "Could not determine host file name corresponding to"
Chris@10 1594 func_error " \`$1'"
Chris@10 1595 func_error "Continuing, but uninstalled executables may not work."
Chris@10 1596 # Fallback:
Chris@10 1597 func_to_host_file_result="$1"
Chris@10 1598 fi
Chris@10 1599 }
Chris@10 1600 # end func_convert_file_check
Chris@10 1601
Chris@10 1602
Chris@10 1603 # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
Chris@10 1604 # Verify that FROM_PATH (a path in $build format) was converted to $host
Chris@10 1605 # format in TO_PATH. Otherwise, emit an error message, but continue, resetting
Chris@10 1606 # func_to_host_file_result to a simplistic fallback value (see below).
Chris@10 1607 func_convert_path_check ()
Chris@10 1608 {
Chris@10 1609 $opt_debug
Chris@10 1610 if test -z "$4" && test -n "$3"; then
Chris@10 1611 func_error "Could not determine the host path corresponding to"
Chris@10 1612 func_error " \`$3'"
Chris@10 1613 func_error "Continuing, but uninstalled executables may not work."
Chris@10 1614 # Fallback. This is a deliberately simplistic "conversion" and
Chris@10 1615 # should not be "improved". See libtool.info.
Chris@10 1616 if test "x$1" != "x$2"; then
Chris@10 1617 lt_replace_pathsep_chars="s|$1|$2|g"
Chris@10 1618 func_to_host_path_result=`echo "$3" |
Chris@10 1619 $SED -e "$lt_replace_pathsep_chars"`
Chris@10 1620 else
Chris@10 1621 func_to_host_path_result="$3"
Chris@10 1622 fi
Chris@10 1623 fi
Chris@10 1624 }
Chris@10 1625 # end func_convert_path_check
Chris@10 1626
Chris@10 1627
Chris@10 1628 # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
Chris@10 1629 # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
Chris@10 1630 # and appending REPL if ORIG matches BACKPAT.
Chris@10 1631 func_convert_path_front_back_pathsep ()
Chris@10 1632 {
Chris@10 1633 $opt_debug
Chris@10 1634 case $4 in
Chris@10 1635 $1 ) func_to_host_path_result="$3$func_to_host_path_result"
Chris@10 1636 ;;
Chris@10 1637 esac
Chris@10 1638 case $4 in
Chris@10 1639 $2 ) func_append func_to_host_path_result "$3"
Chris@10 1640 ;;
Chris@10 1641 esac
Chris@10 1642 }
Chris@10 1643 # end func_convert_path_front_back_pathsep
Chris@10 1644
Chris@10 1645
Chris@10 1646 ##################################################
Chris@10 1647 # $build to $host FILE NAME CONVERSION FUNCTIONS #
Chris@10 1648 ##################################################
Chris@10 1649 # invoked via `$to_host_file_cmd ARG'
Chris@10 1650 #
Chris@10 1651 # In each case, ARG is the path to be converted from $build to $host format.
Chris@10 1652 # Result will be available in $func_to_host_file_result.
Chris@10 1653
Chris@10 1654
Chris@10 1655 # func_to_host_file ARG
Chris@10 1656 # Converts the file name ARG from $build format to $host format. Return result
Chris@10 1657 # in func_to_host_file_result.
Chris@10 1658 func_to_host_file ()
Chris@10 1659 {
Chris@10 1660 $opt_debug
Chris@10 1661 $to_host_file_cmd "$1"
Chris@10 1662 }
Chris@10 1663 # end func_to_host_file
Chris@10 1664
Chris@10 1665
Chris@10 1666 # func_to_tool_file ARG LAZY
Chris@10 1667 # converts the file name ARG from $build format to toolchain format. Return
Chris@10 1668 # result in func_to_tool_file_result. If the conversion in use is listed
Chris@10 1669 # in (the comma separated) LAZY, no conversion takes place.
Chris@10 1670 func_to_tool_file ()
Chris@10 1671 {
Chris@10 1672 $opt_debug
Chris@10 1673 case ,$2, in
Chris@10 1674 *,"$to_tool_file_cmd",*)
Chris@10 1675 func_to_tool_file_result=$1
Chris@10 1676 ;;
Chris@10 1677 *)
Chris@10 1678 $to_tool_file_cmd "$1"
Chris@10 1679 func_to_tool_file_result=$func_to_host_file_result
Chris@10 1680 ;;
Chris@10 1681 esac
Chris@10 1682 }
Chris@10 1683 # end func_to_tool_file
Chris@10 1684
Chris@10 1685
Chris@10 1686 # func_convert_file_noop ARG
Chris@10 1687 # Copy ARG to func_to_host_file_result.
Chris@10 1688 func_convert_file_noop ()
Chris@10 1689 {
Chris@10 1690 func_to_host_file_result="$1"
Chris@10 1691 }
Chris@10 1692 # end func_convert_file_noop
Chris@10 1693
Chris@10 1694
Chris@10 1695 # func_convert_file_msys_to_w32 ARG
Chris@10 1696 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
Chris@10 1697 # conversion to w32 is not available inside the cwrapper. Returns result in
Chris@10 1698 # func_to_host_file_result.
Chris@10 1699 func_convert_file_msys_to_w32 ()
Chris@10 1700 {
Chris@10 1701 $opt_debug
Chris@10 1702 func_to_host_file_result="$1"
Chris@10 1703 if test -n "$1"; then
Chris@10 1704 func_convert_core_msys_to_w32 "$1"
Chris@10 1705 func_to_host_file_result="$func_convert_core_msys_to_w32_result"
Chris@10 1706 fi
Chris@10 1707 func_convert_file_check "$1" "$func_to_host_file_result"
Chris@10 1708 }
Chris@10 1709 # end func_convert_file_msys_to_w32
Chris@10 1710
Chris@10 1711
Chris@10 1712 # func_convert_file_cygwin_to_w32 ARG
Chris@10 1713 # Convert file name ARG from Cygwin to w32 format. Returns result in
Chris@10 1714 # func_to_host_file_result.
Chris@10 1715 func_convert_file_cygwin_to_w32 ()
Chris@10 1716 {
Chris@10 1717 $opt_debug
Chris@10 1718 func_to_host_file_result="$1"
Chris@10 1719 if test -n "$1"; then
Chris@10 1720 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
Chris@10 1721 # LT_CYGPATH in this case.
Chris@10 1722 func_to_host_file_result=`cygpath -m "$1"`
Chris@10 1723 fi
Chris@10 1724 func_convert_file_check "$1" "$func_to_host_file_result"
Chris@10 1725 }
Chris@10 1726 # end func_convert_file_cygwin_to_w32
Chris@10 1727
Chris@10 1728
Chris@10 1729 # func_convert_file_nix_to_w32 ARG
Chris@10 1730 # Convert file name ARG from *nix to w32 format. Requires a wine environment
Chris@10 1731 # and a working winepath. Returns result in func_to_host_file_result.
Chris@10 1732 func_convert_file_nix_to_w32 ()
Chris@10 1733 {
Chris@10 1734 $opt_debug
Chris@10 1735 func_to_host_file_result="$1"
Chris@10 1736 if test -n "$1"; then
Chris@10 1737 func_convert_core_file_wine_to_w32 "$1"
Chris@10 1738 func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
Chris@10 1739 fi
Chris@10 1740 func_convert_file_check "$1" "$func_to_host_file_result"
Chris@10 1741 }
Chris@10 1742 # end func_convert_file_nix_to_w32
Chris@10 1743
Chris@10 1744
Chris@10 1745 # func_convert_file_msys_to_cygwin ARG
Chris@10 1746 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
Chris@10 1747 # Returns result in func_to_host_file_result.
Chris@10 1748 func_convert_file_msys_to_cygwin ()
Chris@10 1749 {
Chris@10 1750 $opt_debug
Chris@10 1751 func_to_host_file_result="$1"
Chris@10 1752 if test -n "$1"; then
Chris@10 1753 func_convert_core_msys_to_w32 "$1"
Chris@10 1754 func_cygpath -u "$func_convert_core_msys_to_w32_result"
Chris@10 1755 func_to_host_file_result="$func_cygpath_result"
Chris@10 1756 fi
Chris@10 1757 func_convert_file_check "$1" "$func_to_host_file_result"
Chris@10 1758 }
Chris@10 1759 # end func_convert_file_msys_to_cygwin
Chris@10 1760
Chris@10 1761
Chris@10 1762 # func_convert_file_nix_to_cygwin ARG
Chris@10 1763 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
Chris@10 1764 # in a wine environment, working winepath, and LT_CYGPATH set. Returns result
Chris@10 1765 # in func_to_host_file_result.
Chris@10 1766 func_convert_file_nix_to_cygwin ()
Chris@10 1767 {
Chris@10 1768 $opt_debug
Chris@10 1769 func_to_host_file_result="$1"
Chris@10 1770 if test -n "$1"; then
Chris@10 1771 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
Chris@10 1772 func_convert_core_file_wine_to_w32 "$1"
Chris@10 1773 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
Chris@10 1774 func_to_host_file_result="$func_cygpath_result"
Chris@10 1775 fi
Chris@10 1776 func_convert_file_check "$1" "$func_to_host_file_result"
Chris@10 1777 }
Chris@10 1778 # end func_convert_file_nix_to_cygwin
Chris@10 1779
Chris@10 1780
Chris@10 1781 #############################################
Chris@10 1782 # $build to $host PATH CONVERSION FUNCTIONS #
Chris@10 1783 #############################################
Chris@10 1784 # invoked via `$to_host_path_cmd ARG'
Chris@10 1785 #
Chris@10 1786 # In each case, ARG is the path to be converted from $build to $host format.
Chris@10 1787 # The result will be available in $func_to_host_path_result.
Chris@10 1788 #
Chris@10 1789 # Path separators are also converted from $build format to $host format. If
Chris@10 1790 # ARG begins or ends with a path separator character, it is preserved (but
Chris@10 1791 # converted to $host format) on output.
Chris@10 1792 #
Chris@10 1793 # All path conversion functions are named using the following convention:
Chris@10 1794 # file name conversion function : func_convert_file_X_to_Y ()
Chris@10 1795 # path conversion function : func_convert_path_X_to_Y ()
Chris@10 1796 # where, for any given $build/$host combination the 'X_to_Y' value is the
Chris@10 1797 # same. If conversion functions are added for new $build/$host combinations,
Chris@10 1798 # the two new functions must follow this pattern, or func_init_to_host_path_cmd
Chris@10 1799 # will break.
Chris@10 1800
Chris@10 1801
Chris@10 1802 # func_init_to_host_path_cmd
Chris@10 1803 # Ensures that function "pointer" variable $to_host_path_cmd is set to the
Chris@10 1804 # appropriate value, based on the value of $to_host_file_cmd.
Chris@10 1805 to_host_path_cmd=
Chris@10 1806 func_init_to_host_path_cmd ()
Chris@10 1807 {
Chris@10 1808 $opt_debug
Chris@10 1809 if test -z "$to_host_path_cmd"; then
Chris@10 1810 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
Chris@10 1811 to_host_path_cmd="func_convert_path_${func_stripname_result}"
Chris@10 1812 fi
Chris@10 1813 }
Chris@10 1814
Chris@10 1815
Chris@10 1816 # func_to_host_path ARG
Chris@10 1817 # Converts the path ARG from $build format to $host format. Return result
Chris@10 1818 # in func_to_host_path_result.
Chris@10 1819 func_to_host_path ()
Chris@10 1820 {
Chris@10 1821 $opt_debug
Chris@10 1822 func_init_to_host_path_cmd
Chris@10 1823 $to_host_path_cmd "$1"
Chris@10 1824 }
Chris@10 1825 # end func_to_host_path
Chris@10 1826
Chris@10 1827
Chris@10 1828 # func_convert_path_noop ARG
Chris@10 1829 # Copy ARG to func_to_host_path_result.
Chris@10 1830 func_convert_path_noop ()
Chris@10 1831 {
Chris@10 1832 func_to_host_path_result="$1"
Chris@10 1833 }
Chris@10 1834 # end func_convert_path_noop
Chris@10 1835
Chris@10 1836
Chris@10 1837 # func_convert_path_msys_to_w32 ARG
Chris@10 1838 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
Chris@10 1839 # conversion to w32 is not available inside the cwrapper. Returns result in
Chris@10 1840 # func_to_host_path_result.
Chris@10 1841 func_convert_path_msys_to_w32 ()
Chris@10 1842 {
Chris@10 1843 $opt_debug
Chris@10 1844 func_to_host_path_result="$1"
Chris@10 1845 if test -n "$1"; then
Chris@10 1846 # Remove leading and trailing path separator characters from ARG. MSYS
Chris@10 1847 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
Chris@10 1848 # and winepath ignores them completely.
Chris@10 1849 func_stripname : : "$1"
Chris@10 1850 func_to_host_path_tmp1=$func_stripname_result
Chris@10 1851 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
Chris@10 1852 func_to_host_path_result="$func_convert_core_msys_to_w32_result"
Chris@10 1853 func_convert_path_check : ";" \
Chris@10 1854 "$func_to_host_path_tmp1" "$func_to_host_path_result"
Chris@10 1855 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
Chris@10 1856 fi
Chris@10 1857 }
Chris@10 1858 # end func_convert_path_msys_to_w32
Chris@10 1859
Chris@10 1860
Chris@10 1861 # func_convert_path_cygwin_to_w32 ARG
Chris@10 1862 # Convert path ARG from Cygwin to w32 format. Returns result in
Chris@10 1863 # func_to_host_file_result.
Chris@10 1864 func_convert_path_cygwin_to_w32 ()
Chris@10 1865 {
Chris@10 1866 $opt_debug
Chris@10 1867 func_to_host_path_result="$1"
Chris@10 1868 if test -n "$1"; then
Chris@10 1869 # See func_convert_path_msys_to_w32:
Chris@10 1870 func_stripname : : "$1"
Chris@10 1871 func_to_host_path_tmp1=$func_stripname_result
Chris@10 1872 func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
Chris@10 1873 func_convert_path_check : ";" \
Chris@10 1874 "$func_to_host_path_tmp1" "$func_to_host_path_result"
Chris@10 1875 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
Chris@10 1876 fi
Chris@10 1877 }
Chris@10 1878 # end func_convert_path_cygwin_to_w32
Chris@10 1879
Chris@10 1880
Chris@10 1881 # func_convert_path_nix_to_w32 ARG
Chris@10 1882 # Convert path ARG from *nix to w32 format. Requires a wine environment and
Chris@10 1883 # a working winepath. Returns result in func_to_host_file_result.
Chris@10 1884 func_convert_path_nix_to_w32 ()
Chris@10 1885 {
Chris@10 1886 $opt_debug
Chris@10 1887 func_to_host_path_result="$1"
Chris@10 1888 if test -n "$1"; then
Chris@10 1889 # See func_convert_path_msys_to_w32:
Chris@10 1890 func_stripname : : "$1"
Chris@10 1891 func_to_host_path_tmp1=$func_stripname_result
Chris@10 1892 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
Chris@10 1893 func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
Chris@10 1894 func_convert_path_check : ";" \
Chris@10 1895 "$func_to_host_path_tmp1" "$func_to_host_path_result"
Chris@10 1896 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
Chris@10 1897 fi
Chris@10 1898 }
Chris@10 1899 # end func_convert_path_nix_to_w32
Chris@10 1900
Chris@10 1901
Chris@10 1902 # func_convert_path_msys_to_cygwin ARG
Chris@10 1903 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
Chris@10 1904 # Returns result in func_to_host_file_result.
Chris@10 1905 func_convert_path_msys_to_cygwin ()
Chris@10 1906 {
Chris@10 1907 $opt_debug
Chris@10 1908 func_to_host_path_result="$1"
Chris@10 1909 if test -n "$1"; then
Chris@10 1910 # See func_convert_path_msys_to_w32:
Chris@10 1911 func_stripname : : "$1"
Chris@10 1912 func_to_host_path_tmp1=$func_stripname_result
Chris@10 1913 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
Chris@10 1914 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
Chris@10 1915 func_to_host_path_result="$func_cygpath_result"
Chris@10 1916 func_convert_path_check : : \
Chris@10 1917 "$func_to_host_path_tmp1" "$func_to_host_path_result"
Chris@10 1918 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
Chris@10 1919 fi
Chris@10 1920 }
Chris@10 1921 # end func_convert_path_msys_to_cygwin
Chris@10 1922
Chris@10 1923
Chris@10 1924 # func_convert_path_nix_to_cygwin ARG
Chris@10 1925 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
Chris@10 1926 # a wine environment, working winepath, and LT_CYGPATH set. Returns result in
Chris@10 1927 # func_to_host_file_result.
Chris@10 1928 func_convert_path_nix_to_cygwin ()
Chris@10 1929 {
Chris@10 1930 $opt_debug
Chris@10 1931 func_to_host_path_result="$1"
Chris@10 1932 if test -n "$1"; then
Chris@10 1933 # Remove leading and trailing path separator characters from
Chris@10 1934 # ARG. msys behavior is inconsistent here, cygpath turns them
Chris@10 1935 # into '.;' and ';.', and winepath ignores them completely.
Chris@10 1936 func_stripname : : "$1"
Chris@10 1937 func_to_host_path_tmp1=$func_stripname_result
Chris@10 1938 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
Chris@10 1939 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
Chris@10 1940 func_to_host_path_result="$func_cygpath_result"
Chris@10 1941 func_convert_path_check : : \
Chris@10 1942 "$func_to_host_path_tmp1" "$func_to_host_path_result"
Chris@10 1943 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
Chris@10 1944 fi
Chris@10 1945 }
Chris@10 1946 # end func_convert_path_nix_to_cygwin
Chris@10 1947
Chris@10 1948
Chris@10 1949 # func_mode_compile arg...
Chris@10 1950 func_mode_compile ()
Chris@10 1951 {
Chris@10 1952 $opt_debug
Chris@10 1953 # Get the compilation command and the source file.
Chris@10 1954 base_compile=
Chris@10 1955 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
Chris@10 1956 suppress_opt=yes
Chris@10 1957 suppress_output=
Chris@10 1958 arg_mode=normal
Chris@10 1959 libobj=
Chris@10 1960 later=
Chris@10 1961 pie_flag=
Chris@10 1962
Chris@10 1963 for arg
Chris@10 1964 do
Chris@10 1965 case $arg_mode in
Chris@10 1966 arg )
Chris@10 1967 # do not "continue". Instead, add this to base_compile
Chris@10 1968 lastarg="$arg"
Chris@10 1969 arg_mode=normal
Chris@10 1970 ;;
Chris@10 1971
Chris@10 1972 target )
Chris@10 1973 libobj="$arg"
Chris@10 1974 arg_mode=normal
Chris@10 1975 continue
Chris@10 1976 ;;
Chris@10 1977
Chris@10 1978 normal )
Chris@10 1979 # Accept any command-line options.
Chris@10 1980 case $arg in
Chris@10 1981 -o)
Chris@10 1982 test -n "$libobj" && \
Chris@10 1983 func_fatal_error "you cannot specify \`-o' more than once"
Chris@10 1984 arg_mode=target
Chris@10 1985 continue
Chris@10 1986 ;;
Chris@10 1987
Chris@10 1988 -pie | -fpie | -fPIE)
Chris@10 1989 func_append pie_flag " $arg"
Chris@10 1990 continue
Chris@10 1991 ;;
Chris@10 1992
Chris@10 1993 -shared | -static | -prefer-pic | -prefer-non-pic)
Chris@10 1994 func_append later " $arg"
Chris@10 1995 continue
Chris@10 1996 ;;
Chris@10 1997
Chris@10 1998 -no-suppress)
Chris@10 1999 suppress_opt=no
Chris@10 2000 continue
Chris@10 2001 ;;
Chris@10 2002
Chris@10 2003 -Xcompiler)
Chris@10 2004 arg_mode=arg # the next one goes into the "base_compile" arg list
Chris@10 2005 continue # The current "srcfile" will either be retained or
Chris@10 2006 ;; # replaced later. I would guess that would be a bug.
Chris@10 2007
Chris@10 2008 -Wc,*)
Chris@10 2009 func_stripname '-Wc,' '' "$arg"
Chris@10 2010 args=$func_stripname_result
Chris@10 2011 lastarg=
Chris@10 2012 save_ifs="$IFS"; IFS=','
Chris@10 2013 for arg in $args; do
Chris@10 2014 IFS="$save_ifs"
Chris@10 2015 func_append_quoted lastarg "$arg"
Chris@10 2016 done
Chris@10 2017 IFS="$save_ifs"
Chris@10 2018 func_stripname ' ' '' "$lastarg"
Chris@10 2019 lastarg=$func_stripname_result
Chris@10 2020
Chris@10 2021 # Add the arguments to base_compile.
Chris@10 2022 func_append base_compile " $lastarg"
Chris@10 2023 continue
Chris@10 2024 ;;
Chris@10 2025
Chris@10 2026 *)
Chris@10 2027 # Accept the current argument as the source file.
Chris@10 2028 # The previous "srcfile" becomes the current argument.
Chris@10 2029 #
Chris@10 2030 lastarg="$srcfile"
Chris@10 2031 srcfile="$arg"
Chris@10 2032 ;;
Chris@10 2033 esac # case $arg
Chris@10 2034 ;;
Chris@10 2035 esac # case $arg_mode
Chris@10 2036
Chris@10 2037 # Aesthetically quote the previous argument.
Chris@10 2038 func_append_quoted base_compile "$lastarg"
Chris@10 2039 done # for arg
Chris@10 2040
Chris@10 2041 case $arg_mode in
Chris@10 2042 arg)
Chris@10 2043 func_fatal_error "you must specify an argument for -Xcompile"
Chris@10 2044 ;;
Chris@10 2045 target)
Chris@10 2046 func_fatal_error "you must specify a target with \`-o'"
Chris@10 2047 ;;
Chris@10 2048 *)
Chris@10 2049 # Get the name of the library object.
Chris@10 2050 test -z "$libobj" && {
Chris@10 2051 func_basename "$srcfile"
Chris@10 2052 libobj="$func_basename_result"
Chris@10 2053 }
Chris@10 2054 ;;
Chris@10 2055 esac
Chris@10 2056
Chris@10 2057 # Recognize several different file suffixes.
Chris@10 2058 # If the user specifies -o file.o, it is replaced with file.lo
Chris@10 2059 case $libobj in
Chris@10 2060 *.[cCFSifmso] | \
Chris@10 2061 *.ada | *.adb | *.ads | *.asm | \
Chris@10 2062 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
Chris@10 2063 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
Chris@10 2064 func_xform "$libobj"
Chris@10 2065 libobj=$func_xform_result
Chris@10 2066 ;;
Chris@10 2067 esac
Chris@10 2068
Chris@10 2069 case $libobj in
Chris@10 2070 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
Chris@10 2071 *)
Chris@10 2072 func_fatal_error "cannot determine name of library object from \`$libobj'"
Chris@10 2073 ;;
Chris@10 2074 esac
Chris@10 2075
Chris@10 2076 func_infer_tag $base_compile
Chris@10 2077
Chris@10 2078 for arg in $later; do
Chris@10 2079 case $arg in
Chris@10 2080 -shared)
Chris@10 2081 test "$build_libtool_libs" != yes && \
Chris@10 2082 func_fatal_configuration "can not build a shared library"
Chris@10 2083 build_old_libs=no
Chris@10 2084 continue
Chris@10 2085 ;;
Chris@10 2086
Chris@10 2087 -static)
Chris@10 2088 build_libtool_libs=no
Chris@10 2089 build_old_libs=yes
Chris@10 2090 continue
Chris@10 2091 ;;
Chris@10 2092
Chris@10 2093 -prefer-pic)
Chris@10 2094 pic_mode=yes
Chris@10 2095 continue
Chris@10 2096 ;;
Chris@10 2097
Chris@10 2098 -prefer-non-pic)
Chris@10 2099 pic_mode=no
Chris@10 2100 continue
Chris@10 2101 ;;
Chris@10 2102 esac
Chris@10 2103 done
Chris@10 2104
Chris@10 2105 func_quote_for_eval "$libobj"
Chris@10 2106 test "X$libobj" != "X$func_quote_for_eval_result" \
Chris@10 2107 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
Chris@10 2108 && func_warning "libobj name \`$libobj' may not contain shell special characters."
Chris@10 2109 func_dirname_and_basename "$obj" "/" ""
Chris@10 2110 objname="$func_basename_result"
Chris@10 2111 xdir="$func_dirname_result"
Chris@10 2112 lobj=${xdir}$objdir/$objname
Chris@10 2113
Chris@10 2114 test -z "$base_compile" && \
Chris@10 2115 func_fatal_help "you must specify a compilation command"
Chris@10 2116
Chris@10 2117 # Delete any leftover library objects.
Chris@10 2118 if test "$build_old_libs" = yes; then
Chris@10 2119 removelist="$obj $lobj $libobj ${libobj}T"
Chris@10 2120 else
Chris@10 2121 removelist="$lobj $libobj ${libobj}T"
Chris@10 2122 fi
Chris@10 2123
Chris@10 2124 # On Cygwin there's no "real" PIC flag so we must build both object types
Chris@10 2125 case $host_os in
Chris@10 2126 cygwin* | mingw* | pw32* | os2* | cegcc*)
Chris@10 2127 pic_mode=default
Chris@10 2128 ;;
Chris@10 2129 esac
Chris@10 2130 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
Chris@10 2131 # non-PIC code in shared libraries is not supported
Chris@10 2132 pic_mode=default
Chris@10 2133 fi
Chris@10 2134
Chris@10 2135 # Calculate the filename of the output object if compiler does
Chris@10 2136 # not support -o with -c
Chris@10 2137 if test "$compiler_c_o" = no; then
Chris@10 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
Chris@10 2139 lockfile="$output_obj.lock"
Chris@10 2140 else
Chris@10 2141 output_obj=
Chris@10 2142 need_locks=no
Chris@10 2143 lockfile=
Chris@10 2144 fi
Chris@10 2145
Chris@10 2146 # Lock this critical section if it is needed
Chris@10 2147 # We use this script file to make the link, it avoids creating a new file
Chris@10 2148 if test "$need_locks" = yes; then
Chris@10 2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
Chris@10 2150 func_echo "Waiting for $lockfile to be removed"
Chris@10 2151 sleep 2
Chris@10 2152 done
Chris@10 2153 elif test "$need_locks" = warn; then
Chris@10 2154 if test -f "$lockfile"; then
Chris@10 2155 $ECHO "\
Chris@10 2156 *** ERROR, $lockfile exists and contains:
Chris@10 2157 `cat $lockfile 2>/dev/null`
Chris@10 2158
Chris@10 2159 This indicates that another process is trying to use the same
Chris@10 2160 temporary object file, and libtool could not work around it because
Chris@10 2161 your compiler does not support \`-c' and \`-o' together. If you
Chris@10 2162 repeat this compilation, it may succeed, by chance, but you had better
Chris@10 2163 avoid parallel builds (make -j) in this platform, or get a better
Chris@10 2164 compiler."
Chris@10 2165
Chris@10 2166 $opt_dry_run || $RM $removelist
Chris@10 2167 exit $EXIT_FAILURE
Chris@10 2168 fi
Chris@10 2169 func_append removelist " $output_obj"
Chris@10 2170 $ECHO "$srcfile" > "$lockfile"
Chris@10 2171 fi
Chris@10 2172
Chris@10 2173 $opt_dry_run || $RM $removelist
Chris@10 2174 func_append removelist " $lockfile"
Chris@10 2175 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
Chris@10 2176
Chris@10 2177 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
Chris@10 2178 srcfile=$func_to_tool_file_result
Chris@10 2179 func_quote_for_eval "$srcfile"
Chris@10 2180 qsrcfile=$func_quote_for_eval_result
Chris@10 2181
Chris@10 2182 # Only build a PIC object if we are building libtool libraries.
Chris@10 2183 if test "$build_libtool_libs" = yes; then
Chris@10 2184 # Without this assignment, base_compile gets emptied.
Chris@10 2185 fbsd_hideous_sh_bug=$base_compile
Chris@10 2186
Chris@10 2187 if test "$pic_mode" != no; then
Chris@10 2188 command="$base_compile $qsrcfile $pic_flag"
Chris@10 2189 else
Chris@10 2190 # Don't build PIC code
Chris@10 2191 command="$base_compile $qsrcfile"
Chris@10 2192 fi
Chris@10 2193
Chris@10 2194 func_mkdir_p "$xdir$objdir"
Chris@10 2195
Chris@10 2196 if test -z "$output_obj"; then
Chris@10 2197 # Place PIC objects in $objdir
Chris@10 2198 func_append command " -o $lobj"
Chris@10 2199 fi
Chris@10 2200
Chris@10 2201 func_show_eval_locale "$command" \
Chris@10 2202 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
Chris@10 2203
Chris@10 2204 if test "$need_locks" = warn &&
Chris@10 2205 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
Chris@10 2206 $ECHO "\
Chris@10 2207 *** ERROR, $lockfile contains:
Chris@10 2208 `cat $lockfile 2>/dev/null`
Chris@10 2209
Chris@10 2210 but it should contain:
Chris@10 2211 $srcfile
Chris@10 2212
Chris@10 2213 This indicates that another process is trying to use the same
Chris@10 2214 temporary object file, and libtool could not work around it because
Chris@10 2215 your compiler does not support \`-c' and \`-o' together. If you
Chris@10 2216 repeat this compilation, it may succeed, by chance, but you had better
Chris@10 2217 avoid parallel builds (make -j) in this platform, or get a better
Chris@10 2218 compiler."
Chris@10 2219
Chris@10 2220 $opt_dry_run || $RM $removelist
Chris@10 2221 exit $EXIT_FAILURE
Chris@10 2222 fi
Chris@10 2223
Chris@10 2224 # Just move the object if needed, then go on to compile the next one
Chris@10 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
Chris@10 2226 func_show_eval '$MV "$output_obj" "$lobj"' \
Chris@10 2227 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
Chris@10 2228 fi
Chris@10 2229
Chris@10 2230 # Allow error messages only from the first compilation.
Chris@10 2231 if test "$suppress_opt" = yes; then
Chris@10 2232 suppress_output=' >/dev/null 2>&1'
Chris@10 2233 fi
Chris@10 2234 fi
Chris@10 2235
Chris@10 2236 # Only build a position-dependent object if we build old libraries.
Chris@10 2237 if test "$build_old_libs" = yes; then
Chris@10 2238 if test "$pic_mode" != yes; then
Chris@10 2239 # Don't build PIC code
Chris@10 2240 command="$base_compile $qsrcfile$pie_flag"
Chris@10 2241 else
Chris@10 2242 command="$base_compile $qsrcfile $pic_flag"
Chris@10 2243 fi
Chris@10 2244 if test "$compiler_c_o" = yes; then
Chris@10 2245 func_append command " -o $obj"
Chris@10 2246 fi
Chris@10 2247
Chris@10 2248 # Suppress compiler output if we already did a PIC compilation.
Chris@10 2249 func_append command "$suppress_output"
Chris@10 2250 func_show_eval_locale "$command" \
Chris@10 2251 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
Chris@10 2252
Chris@10 2253 if test "$need_locks" = warn &&
Chris@10 2254 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
Chris@10 2255 $ECHO "\
Chris@10 2256 *** ERROR, $lockfile contains:
Chris@10 2257 `cat $lockfile 2>/dev/null`
Chris@10 2258
Chris@10 2259 but it should contain:
Chris@10 2260 $srcfile
Chris@10 2261
Chris@10 2262 This indicates that another process is trying to use the same
Chris@10 2263 temporary object file, and libtool could not work around it because
Chris@10 2264 your compiler does not support \`-c' and \`-o' together. If you
Chris@10 2265 repeat this compilation, it may succeed, by chance, but you had better
Chris@10 2266 avoid parallel builds (make -j) in this platform, or get a better
Chris@10 2267 compiler."
Chris@10 2268
Chris@10 2269 $opt_dry_run || $RM $removelist
Chris@10 2270 exit $EXIT_FAILURE
Chris@10 2271 fi
Chris@10 2272
Chris@10 2273 # Just move the object if needed
Chris@10 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
Chris@10 2275 func_show_eval '$MV "$output_obj" "$obj"' \
Chris@10 2276 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
Chris@10 2277 fi
Chris@10 2278 fi
Chris@10 2279
Chris@10 2280 $opt_dry_run || {
Chris@10 2281 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
Chris@10 2282
Chris@10 2283 # Unlock the critical section if it was locked
Chris@10 2284 if test "$need_locks" != no; then
Chris@10 2285 removelist=$lockfile
Chris@10 2286 $RM "$lockfile"
Chris@10 2287 fi
Chris@10 2288 }
Chris@10 2289
Chris@10 2290 exit $EXIT_SUCCESS
Chris@10 2291 }
Chris@10 2292
Chris@10 2293 $opt_help || {
Chris@10 2294 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
Chris@10 2295 }
Chris@10 2296
Chris@10 2297 func_mode_help ()
Chris@10 2298 {
Chris@10 2299 # We need to display help for each of the modes.
Chris@10 2300 case $opt_mode in
Chris@10 2301 "")
Chris@10 2302 # Generic help is extracted from the usage comments
Chris@10 2303 # at the start of this file.
Chris@10 2304 func_help
Chris@10 2305 ;;
Chris@10 2306
Chris@10 2307 clean)
Chris@10 2308 $ECHO \
Chris@10 2309 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
Chris@10 2310
Chris@10 2311 Remove files from the build directory.
Chris@10 2312
Chris@10 2313 RM is the name of the program to use to delete files associated with each FILE
Chris@10 2314 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
Chris@10 2315 to RM.
Chris@10 2316
Chris@10 2317 If FILE is a libtool library, object or program, all the files associated
Chris@10 2318 with it are deleted. Otherwise, only FILE itself is deleted using RM."
Chris@10 2319 ;;
Chris@10 2320
Chris@10 2321 compile)
Chris@10 2322 $ECHO \
Chris@10 2323 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
Chris@10 2324
Chris@10 2325 Compile a source file into a libtool library object.
Chris@10 2326
Chris@10 2327 This mode accepts the following additional options:
Chris@10 2328
Chris@10 2329 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
Chris@10 2330 -no-suppress do not suppress compiler output for multiple passes
Chris@10 2331 -prefer-pic try to build PIC objects only
Chris@10 2332 -prefer-non-pic try to build non-PIC objects only
Chris@10 2333 -shared do not build a \`.o' file suitable for static linking
Chris@10 2334 -static only build a \`.o' file suitable for static linking
Chris@10 2335 -Wc,FLAG pass FLAG directly to the compiler
Chris@10 2336
Chris@10 2337 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
Chris@10 2338 from the given SOURCEFILE.
Chris@10 2339
Chris@10 2340 The output file name is determined by removing the directory component from
Chris@10 2341 SOURCEFILE, then substituting the C source code suffix \`.c' with the
Chris@10 2342 library object suffix, \`.lo'."
Chris@10 2343 ;;
Chris@10 2344
Chris@10 2345 execute)
Chris@10 2346 $ECHO \
Chris@10 2347 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
Chris@10 2348
Chris@10 2349 Automatically set library path, then run a program.
Chris@10 2350
Chris@10 2351 This mode accepts the following additional options:
Chris@10 2352
Chris@10 2353 -dlopen FILE add the directory containing FILE to the library path
Chris@10 2354
Chris@10 2355 This mode sets the library path environment variable according to \`-dlopen'
Chris@10 2356 flags.
Chris@10 2357
Chris@10 2358 If any of the ARGS are libtool executable wrappers, then they are translated
Chris@10 2359 into their corresponding uninstalled binary, and any of their required library
Chris@10 2360 directories are added to the library path.
Chris@10 2361
Chris@10 2362 Then, COMMAND is executed, with ARGS as arguments."
Chris@10 2363 ;;
Chris@10 2364
Chris@10 2365 finish)
Chris@10 2366 $ECHO \
Chris@10 2367 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
Chris@10 2368
Chris@10 2369 Complete the installation of libtool libraries.
Chris@10 2370
Chris@10 2371 Each LIBDIR is a directory that contains libtool libraries.
Chris@10 2372
Chris@10 2373 The commands that this mode executes may require superuser privileges. Use
Chris@10 2374 the \`--dry-run' option if you just want to see what would be executed."
Chris@10 2375 ;;
Chris@10 2376
Chris@10 2377 install)
Chris@10 2378 $ECHO \
Chris@10 2379 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
Chris@10 2380
Chris@10 2381 Install executables or libraries.
Chris@10 2382
Chris@10 2383 INSTALL-COMMAND is the installation command. The first component should be
Chris@10 2384 either the \`install' or \`cp' program.
Chris@10 2385
Chris@10 2386 The following components of INSTALL-COMMAND are treated specially:
Chris@10 2387
Chris@10 2388 -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation
Chris@10 2389
Chris@10 2390 The rest of the components are interpreted as arguments to that command (only
Chris@10 2391 BSD-compatible install options are recognized)."
Chris@10 2392 ;;
Chris@10 2393
Chris@10 2394 link)
Chris@10 2395 $ECHO \
Chris@10 2396 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
Chris@10 2397
Chris@10 2398 Link object files or libraries together to form another library, or to
Chris@10 2399 create an executable program.
Chris@10 2400
Chris@10 2401 LINK-COMMAND is a command using the C compiler that you would use to create
Chris@10 2402 a program from several object files.
Chris@10 2403
Chris@10 2404 The following components of LINK-COMMAND are treated specially:
Chris@10 2405
Chris@10 2406 -all-static do not do any dynamic linking at all
Chris@10 2407 -avoid-version do not add a version suffix if possible
Chris@10 2408 -bindir BINDIR specify path to binaries directory (for systems where
Chris@10 2409 libraries must be found in the PATH setting at runtime)
Chris@10 2410 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
Chris@10 2411 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
Chris@10 2412 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
Chris@10 2413 -export-symbols SYMFILE
Chris@10 2414 try to export only the symbols listed in SYMFILE
Chris@10 2415 -export-symbols-regex REGEX
Chris@10 2416 try to export only the symbols matching REGEX
Chris@10 2417 -LLIBDIR search LIBDIR for required installed libraries
Chris@10 2418 -lNAME OUTPUT-FILE requires the installed library libNAME
Chris@10 2419 -module build a library that can dlopened
Chris@10 2420 -no-fast-install disable the fast-install mode
Chris@10 2421 -no-install link a not-installable executable
Chris@10 2422 -no-undefined declare that a library does not refer to external symbols
Chris@10 2423 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
Chris@10 2424 -objectlist FILE Use a list of object files found in FILE to specify objects
Chris@10 2425 -precious-files-regex REGEX
Chris@10 2426 don't remove output files matching REGEX
Chris@10 2427 -release RELEASE specify package release information
Chris@10 2428 -rpath LIBDIR the created library will eventually be installed in LIBDIR
Chris@10 2429 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
Chris@10 2430 -shared only do dynamic linking of libtool libraries
Chris@10 2431 -shrext SUFFIX override the standard shared library file extension
Chris@10 2432 -static do not do any dynamic linking of uninstalled libtool libraries
Chris@10 2433 -static-libtool-libs
Chris@10 2434 do not do any dynamic linking of libtool libraries
Chris@10 2435 -version-info CURRENT[:REVISION[:AGE]]
Chris@10 2436 specify library version info [each variable defaults to 0]
Chris@10 2437 -weak LIBNAME declare that the target provides the LIBNAME interface
Chris@10 2438 -Wc,FLAG
Chris@10 2439 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
Chris@10 2440 -Wl,FLAG
Chris@10 2441 -Xlinker FLAG pass linker-specific FLAG directly to the linker
Chris@10 2442 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
Chris@10 2443
Chris@10 2444 All other options (arguments beginning with \`-') are ignored.
Chris@10 2445
Chris@10 2446 Every other argument is treated as a filename. Files ending in \`.la' are
Chris@10 2447 treated as uninstalled libtool libraries, other files are standard or library
Chris@10 2448 object files.
Chris@10 2449
Chris@10 2450 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
Chris@10 2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
Chris@10 2452 required, except when creating a convenience library.
Chris@10 2453
Chris@10 2454 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
Chris@10 2455 using \`ar' and \`ranlib', or on Windows using \`lib'.
Chris@10 2456
Chris@10 2457 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
Chris@10 2458 is created, otherwise an executable program is created."
Chris@10 2459 ;;
Chris@10 2460
Chris@10 2461 uninstall)
Chris@10 2462 $ECHO \
Chris@10 2463 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
Chris@10 2464
Chris@10 2465 Remove libraries from an installation directory.
Chris@10 2466
Chris@10 2467 RM is the name of the program to use to delete files associated with each FILE
Chris@10 2468 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
Chris@10 2469 to RM.
Chris@10 2470
Chris@10 2471 If FILE is a libtool library, all the files associated with it are deleted.
Chris@10 2472 Otherwise, only FILE itself is deleted using RM."
Chris@10 2473 ;;
Chris@10 2474
Chris@10 2475 *)
Chris@10 2476 func_fatal_help "invalid operation mode \`$opt_mode'"
Chris@10 2477 ;;
Chris@10 2478 esac
Chris@10 2479
Chris@10 2480 echo
Chris@10 2481 $ECHO "Try \`$progname --help' for more information about other modes."
Chris@10 2482 }
Chris@10 2483
Chris@10 2484 # Now that we've collected a possible --mode arg, show help if necessary
Chris@10 2485 if $opt_help; then
Chris@10 2486 if test "$opt_help" = :; then
Chris@10 2487 func_mode_help
Chris@10 2488 else
Chris@10 2489 {
Chris@10 2490 func_help noexit
Chris@10 2491 for opt_mode in compile link execute install finish uninstall clean; do
Chris@10 2492 func_mode_help
Chris@10 2493 done
Chris@10 2494 } | sed -n '1p; 2,$s/^Usage:/ or: /p'
Chris@10 2495 {
Chris@10 2496 func_help noexit
Chris@10 2497 for opt_mode in compile link execute install finish uninstall clean; do
Chris@10 2498 echo
Chris@10 2499 func_mode_help
Chris@10 2500 done
Chris@10 2501 } |
Chris@10 2502 sed '1d
Chris@10 2503 /^When reporting/,/^Report/{
Chris@10 2504 H
Chris@10 2505 d
Chris@10 2506 }
Chris@10 2507 $x
Chris@10 2508 /information about other modes/d
Chris@10 2509 /more detailed .*MODE/d
Chris@10 2510 s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
Chris@10 2511 fi
Chris@10 2512 exit $?
Chris@10 2513 fi
Chris@10 2514
Chris@10 2515
Chris@10 2516 # func_mode_execute arg...
Chris@10 2517 func_mode_execute ()
Chris@10 2518 {
Chris@10 2519 $opt_debug
Chris@10 2520 # The first argument is the command name.
Chris@10 2521 cmd="$nonopt"
Chris@10 2522 test -z "$cmd" && \
Chris@10 2523 func_fatal_help "you must specify a COMMAND"
Chris@10 2524
Chris@10 2525 # Handle -dlopen flags immediately.
Chris@10 2526 for file in $opt_dlopen; do
Chris@10 2527 test -f "$file" \
Chris@10 2528 || func_fatal_help "\`$file' is not a file"
Chris@10 2529
Chris@10 2530 dir=
Chris@10 2531 case $file in
Chris@10 2532 *.la)
Chris@10 2533 func_resolve_sysroot "$file"
Chris@10 2534 file=$func_resolve_sysroot_result
Chris@10 2535
Chris@10 2536 # Check to see that this really is a libtool archive.
Chris@10 2537 func_lalib_unsafe_p "$file" \
Chris@10 2538 || func_fatal_help "\`$lib' is not a valid libtool archive"
Chris@10 2539
Chris@10 2540 # Read the libtool library.
Chris@10 2541 dlname=
Chris@10 2542 library_names=
Chris@10 2543 func_source "$file"
Chris@10 2544
Chris@10 2545 # Skip this library if it cannot be dlopened.
Chris@10 2546 if test -z "$dlname"; then
Chris@10 2547 # Warn if it was a shared library.
Chris@10 2548 test -n "$library_names" && \
Chris@10 2549 func_warning "\`$file' was not linked with \`-export-dynamic'"
Chris@10 2550 continue
Chris@10 2551 fi
Chris@10 2552
Chris@10 2553 func_dirname "$file" "" "."
Chris@10 2554 dir="$func_dirname_result"
Chris@10 2555
Chris@10 2556 if test -f "$dir/$objdir/$dlname"; then
Chris@10 2557 func_append dir "/$objdir"
Chris@10 2558 else
Chris@10 2559 if test ! -f "$dir/$dlname"; then
Chris@10 2560 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
Chris@10 2561 fi
Chris@10 2562 fi
Chris@10 2563 ;;
Chris@10 2564
Chris@10 2565 *.lo)
Chris@10 2566 # Just add the directory containing the .lo file.
Chris@10 2567 func_dirname "$file" "" "."
Chris@10 2568 dir="$func_dirname_result"
Chris@10 2569 ;;
Chris@10 2570
Chris@10 2571 *)
Chris@10 2572 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
Chris@10 2573 continue
Chris@10 2574 ;;
Chris@10 2575 esac
Chris@10 2576
Chris@10 2577 # Get the absolute pathname.
Chris@10 2578 absdir=`cd "$dir" && pwd`
Chris@10 2579 test -n "$absdir" && dir="$absdir"
Chris@10 2580
Chris@10 2581 # Now add the directory to shlibpath_var.
Chris@10 2582 if eval "test -z \"\$$shlibpath_var\""; then
Chris@10 2583 eval "$shlibpath_var=\"\$dir\""
Chris@10 2584 else
Chris@10 2585 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
Chris@10 2586 fi
Chris@10 2587 done
Chris@10 2588
Chris@10 2589 # This variable tells wrapper scripts just to set shlibpath_var
Chris@10 2590 # rather than running their programs.
Chris@10 2591 libtool_execute_magic="$magic"
Chris@10 2592
Chris@10 2593 # Check if any of the arguments is a wrapper script.
Chris@10 2594 args=
Chris@10 2595 for file
Chris@10 2596 do
Chris@10 2597 case $file in
Chris@10 2598 -* | *.la | *.lo ) ;;
Chris@10 2599 *)
Chris@10 2600 # Do a test to see if this is really a libtool program.
Chris@10 2601 if func_ltwrapper_script_p "$file"; then
Chris@10 2602 func_source "$file"
Chris@10 2603 # Transform arg to wrapped name.
Chris@10 2604 file="$progdir/$program"
Chris@10 2605 elif func_ltwrapper_executable_p "$file"; then
Chris@10 2606 func_ltwrapper_scriptname "$file"
Chris@10 2607 func_source "$func_ltwrapper_scriptname_result"
Chris@10 2608 # Transform arg to wrapped name.
Chris@10 2609 file="$progdir/$program"
Chris@10 2610 fi
Chris@10 2611 ;;
Chris@10 2612 esac
Chris@10 2613 # Quote arguments (to preserve shell metacharacters).
Chris@10 2614 func_append_quoted args "$file"
Chris@10 2615 done
Chris@10 2616
Chris@10 2617 if test "X$opt_dry_run" = Xfalse; then
Chris@10 2618 if test -n "$shlibpath_var"; then
Chris@10 2619 # Export the shlibpath_var.
Chris@10 2620 eval "export $shlibpath_var"
Chris@10 2621 fi
Chris@10 2622
Chris@10 2623 # Restore saved environment variables
Chris@10 2624 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
Chris@10 2625 do
Chris@10 2626 eval "if test \"\${save_$lt_var+set}\" = set; then
Chris@10 2627 $lt_var=\$save_$lt_var; export $lt_var
Chris@10 2628 else
Chris@10 2629 $lt_unset $lt_var
Chris@10 2630 fi"
Chris@10 2631 done
Chris@10 2632
Chris@10 2633 # Now prepare to actually exec the command.
Chris@10 2634 exec_cmd="\$cmd$args"
Chris@10 2635 else
Chris@10 2636 # Display what would be done.
Chris@10 2637 if test -n "$shlibpath_var"; then
Chris@10 2638 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
Chris@10 2639 echo "export $shlibpath_var"
Chris@10 2640 fi
Chris@10 2641 $ECHO "$cmd$args"
Chris@10 2642 exit $EXIT_SUCCESS
Chris@10 2643 fi
Chris@10 2644 }
Chris@10 2645
Chris@10 2646 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
Chris@10 2647
Chris@10 2648
Chris@10 2649 # func_mode_finish arg...
Chris@10 2650 func_mode_finish ()
Chris@10 2651 {
Chris@10 2652 $opt_debug
Chris@10 2653 libs=
Chris@10 2654 libdirs=
Chris@10 2655 admincmds=
Chris@10 2656
Chris@10 2657 for opt in "$nonopt" ${1+"$@"}
Chris@10 2658 do
Chris@10 2659 if test -d "$opt"; then
Chris@10 2660 func_append libdirs " $opt"
Chris@10 2661
Chris@10 2662 elif test -f "$opt"; then
Chris@10 2663 if func_lalib_unsafe_p "$opt"; then
Chris@10 2664 func_append libs " $opt"
Chris@10 2665 else
Chris@10 2666 func_warning "\`$opt' is not a valid libtool archive"
Chris@10 2667 fi
Chris@10 2668
Chris@10 2669 else
Chris@10 2670 func_fatal_error "invalid argument \`$opt'"
Chris@10 2671 fi
Chris@10 2672 done
Chris@10 2673
Chris@10 2674 if test -n "$libs"; then
Chris@10 2675 if test -n "$lt_sysroot"; then
Chris@10 2676 sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
Chris@10 2677 sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
Chris@10 2678 else
Chris@10 2679 sysroot_cmd=
Chris@10 2680 fi
Chris@10 2681
Chris@10 2682 # Remove sysroot references
Chris@10 2683 if $opt_dry_run; then
Chris@10 2684 for lib in $libs; do
Chris@10 2685 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
Chris@10 2686 done
Chris@10 2687 else
Chris@10 2688 tmpdir=`func_mktempdir`
Chris@10 2689 for lib in $libs; do
Chris@10 2690 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
Chris@10 2691 > $tmpdir/tmp-la
Chris@10 2692 mv -f $tmpdir/tmp-la $lib
Chris@10 2693 done
Chris@10 2694 ${RM}r "$tmpdir"
Chris@10 2695 fi
Chris@10 2696 fi
Chris@10 2697
Chris@10 2698 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
Chris@10 2699 for libdir in $libdirs; do
Chris@10 2700 if test -n "$finish_cmds"; then
Chris@10 2701 # Do each command in the finish commands.
Chris@10 2702 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
Chris@10 2703 '"$cmd"'"'
Chris@10 2704 fi
Chris@10 2705 if test -n "$finish_eval"; then
Chris@10 2706 # Do the single finish_eval.
Chris@10 2707 eval cmds=\"$finish_eval\"
Chris@10 2708 $opt_dry_run || eval "$cmds" || func_append admincmds "
Chris@10 2709 $cmds"
Chris@10 2710 fi
Chris@10 2711 done
Chris@10 2712 fi
Chris@10 2713
Chris@10 2714 # Exit here if they wanted silent mode.
Chris@10 2715 $opt_silent && exit $EXIT_SUCCESS
Chris@10 2716
Chris@10 2717 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
Chris@10 2718 echo "----------------------------------------------------------------------"
Chris@10 2719 echo "Libraries have been installed in:"
Chris@10 2720 for libdir in $libdirs; do
Chris@10 2721 $ECHO " $libdir"
Chris@10 2722 done
Chris@10 2723 echo
Chris@10 2724 echo "If you ever happen to want to link against installed libraries"
Chris@10 2725 echo "in a given directory, LIBDIR, you must either use libtool, and"
Chris@10 2726 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
Chris@10 2727 echo "flag during linking and do at least one of the following:"
Chris@10 2728 if test -n "$shlibpath_var"; then
Chris@10 2729 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
Chris@10 2730 echo " during execution"
Chris@10 2731 fi
Chris@10 2732 if test -n "$runpath_var"; then
Chris@10 2733 echo " - add LIBDIR to the \`$runpath_var' environment variable"
Chris@10 2734 echo " during linking"
Chris@10 2735 fi
Chris@10 2736 if test -n "$hardcode_libdir_flag_spec"; then
Chris@10 2737 libdir=LIBDIR
Chris@10 2738 eval flag=\"$hardcode_libdir_flag_spec\"
Chris@10 2739
Chris@10 2740 $ECHO " - use the \`$flag' linker flag"
Chris@10 2741 fi
Chris@10 2742 if test -n "$admincmds"; then
Chris@10 2743 $ECHO " - have your system administrator run these commands:$admincmds"
Chris@10 2744 fi
Chris@10 2745 if test -f /etc/ld.so.conf; then
Chris@10 2746 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
Chris@10 2747 fi
Chris@10 2748 echo
Chris@10 2749
Chris@10 2750 echo "See any operating system documentation about shared libraries for"
Chris@10 2751 case $host in
Chris@10 2752 solaris2.[6789]|solaris2.1[0-9])
Chris@10 2753 echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
Chris@10 2754 echo "pages."
Chris@10 2755 ;;
Chris@10 2756 *)
Chris@10 2757 echo "more information, such as the ld(1) and ld.so(8) manual pages."
Chris@10 2758 ;;
Chris@10 2759 esac
Chris@10 2760 echo "----------------------------------------------------------------------"
Chris@10 2761 fi
Chris@10 2762 exit $EXIT_SUCCESS
Chris@10 2763 }
Chris@10 2764
Chris@10 2765 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
Chris@10 2766
Chris@10 2767
Chris@10 2768 # func_mode_install arg...
Chris@10 2769 func_mode_install ()
Chris@10 2770 {
Chris@10 2771 $opt_debug
Chris@10 2772 # There may be an optional sh(1) argument at the beginning of
Chris@10 2773 # install_prog (especially on Windows NT).
Chris@10 2774 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
Chris@10 2775 # Allow the use of GNU shtool's install command.
Chris@10 2776 case $nonopt in *shtool*) :;; *) false;; esac; then
Chris@10 2777 # Aesthetically quote it.
Chris@10 2778 func_quote_for_eval "$nonopt"
Chris@10 2779 install_prog="$func_quote_for_eval_result "
Chris@10 2780 arg=$1
Chris@10 2781 shift
Chris@10 2782 else
Chris@10 2783 install_prog=
Chris@10 2784 arg=$nonopt
Chris@10 2785 fi
Chris@10 2786
Chris@10 2787 # The real first argument should be the name of the installation program.
Chris@10 2788 # Aesthetically quote it.
Chris@10 2789 func_quote_for_eval "$arg"
Chris@10 2790 func_append install_prog "$func_quote_for_eval_result"
Chris@10 2791 install_shared_prog=$install_prog
Chris@10 2792 case " $install_prog " in
Chris@10 2793 *[\\\ /]cp\ *) install_cp=: ;;
Chris@10 2794 *) install_cp=false ;;
Chris@10 2795 esac
Chris@10 2796
Chris@10 2797 # We need to accept at least all the BSD install flags.
Chris@10 2798 dest=
Chris@10 2799 files=
Chris@10 2800 opts=
Chris@10 2801 prev=
Chris@10 2802 install_type=
Chris@10 2803 isdir=no
Chris@10 2804 stripme=
Chris@10 2805 no_mode=:
Chris@10 2806 for arg
Chris@10 2807 do
Chris@10 2808 arg2=
Chris@10 2809 if test -n "$dest"; then
Chris@10 2810 func_append files " $dest"
Chris@10 2811 dest=$arg
Chris@10 2812 continue
Chris@10 2813 fi
Chris@10 2814
Chris@10 2815 case $arg in
Chris@10 2816 -d) isdir=yes ;;
Chris@10 2817 -f)
Chris@10 2818 if $install_cp; then :; else
Chris@10 2819 prev=$arg
Chris@10 2820 fi
Chris@10 2821 ;;
Chris@10 2822 -g | -m | -o)
Chris@10 2823 prev=$arg
Chris@10 2824 ;;
Chris@10 2825 -s)
Chris@10 2826 stripme=" -s"
Chris@10 2827 continue
Chris@10 2828 ;;
Chris@10 2829 -*)
Chris@10 2830 ;;
Chris@10 2831 *)
Chris@10 2832 # If the previous option needed an argument, then skip it.
Chris@10 2833 if test -n "$prev"; then
Chris@10 2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
Chris@10 2835 arg2=$install_override_mode
Chris@10 2836 no_mode=false
Chris@10 2837 fi
Chris@10 2838 prev=
Chris@10 2839 else
Chris@10 2840 dest=$arg
Chris@10 2841 continue
Chris@10 2842 fi
Chris@10 2843 ;;
Chris@10 2844 esac
Chris@10 2845
Chris@10 2846 # Aesthetically quote the argument.
Chris@10 2847 func_quote_for_eval "$arg"
Chris@10 2848 func_append install_prog " $func_quote_for_eval_result"
Chris@10 2849 if test -n "$arg2"; then
Chris@10 2850 func_quote_for_eval "$arg2"
Chris@10 2851 fi
Chris@10 2852 func_append install_shared_prog " $func_quote_for_eval_result"
Chris@10 2853 done
Chris@10 2854
Chris@10 2855 test -z "$install_prog" && \
Chris@10 2856 func_fatal_help "you must specify an install program"
Chris@10 2857
Chris@10 2858 test -n "$prev" && \
Chris@10 2859 func_fatal_help "the \`$prev' option requires an argument"
Chris@10 2860
Chris@10 2861 if test -n "$install_override_mode" && $no_mode; then
Chris@10 2862 if $install_cp; then :; else
Chris@10 2863 func_quote_for_eval "$install_override_mode"
Chris@10 2864 func_append install_shared_prog " -m $func_quote_for_eval_result"
Chris@10 2865 fi
Chris@10 2866 fi
Chris@10 2867
Chris@10 2868 if test -z "$files"; then
Chris@10 2869 if test -z "$dest"; then
Chris@10 2870 func_fatal_help "no file or destination specified"
Chris@10 2871 else
Chris@10 2872 func_fatal_help "you must specify a destination"
Chris@10 2873 fi
Chris@10 2874 fi
Chris@10 2875
Chris@10 2876 # Strip any trailing slash from the destination.
Chris@10 2877 func_stripname '' '/' "$dest"
Chris@10 2878 dest=$func_stripname_result
Chris@10 2879
Chris@10 2880 # Check to see that the destination is a directory.
Chris@10 2881 test -d "$dest" && isdir=yes
Chris@10 2882 if test "$isdir" = yes; then
Chris@10 2883 destdir="$dest"
Chris@10 2884 destname=
Chris@10 2885 else
Chris@10 2886 func_dirname_and_basename "$dest" "" "."
Chris@10 2887 destdir="$func_dirname_result"
Chris@10 2888 destname="$func_basename_result"
Chris@10 2889
Chris@10 2890 # Not a directory, so check to see that there is only one file specified.
Chris@10 2891 set dummy $files; shift
Chris@10 2892 test "$#" -gt 1 && \
Chris@10 2893 func_fatal_help "\`$dest' is not a directory"
Chris@10 2894 fi
Chris@10 2895 case $destdir in
Chris@10 2896 [\\/]* | [A-Za-z]:[\\/]*) ;;
Chris@10 2897 *)
Chris@10 2898 for file in $files; do
Chris@10 2899 case $file in
Chris@10 2900 *.lo) ;;
Chris@10 2901 *)
Chris@10 2902 func_fatal_help "\`$destdir' must be an absolute directory name"
Chris@10 2903 ;;
Chris@10 2904 esac
Chris@10 2905 done
Chris@10 2906 ;;
Chris@10 2907 esac
Chris@10 2908
Chris@10 2909 # This variable tells wrapper scripts just to set variables rather
Chris@10 2910 # than running their programs.
Chris@10 2911 libtool_install_magic="$magic"
Chris@10 2912
Chris@10 2913 staticlibs=
Chris@10 2914 future_libdirs=
Chris@10 2915 current_libdirs=
Chris@10 2916 for file in $files; do
Chris@10 2917
Chris@10 2918 # Do each installation.
Chris@10 2919 case $file in
Chris@10 2920 *.$libext)
Chris@10 2921 # Do the static libraries later.
Chris@10 2922 func_append staticlibs " $file"
Chris@10 2923 ;;
Chris@10 2924
Chris@10 2925 *.la)
Chris@10 2926 func_resolve_sysroot "$file"
Chris@10 2927 file=$func_resolve_sysroot_result
Chris@10 2928
Chris@10 2929 # Check to see that this really is a libtool archive.
Chris@10 2930 func_lalib_unsafe_p "$file" \
Chris@10 2931 || func_fatal_help "\`$file' is not a valid libtool archive"
Chris@10 2932
Chris@10 2933 library_names=
Chris@10 2934 old_library=
Chris@10 2935 relink_command=
Chris@10 2936 func_source "$file"
Chris@10 2937
Chris@10 2938 # Add the libdir to current_libdirs if it is the destination.
Chris@10 2939 if test "X$destdir" = "X$libdir"; then
Chris@10 2940 case "$current_libdirs " in
Chris@10 2941 *" $libdir "*) ;;
Chris@10 2942 *) func_append current_libdirs " $libdir" ;;
Chris@10 2943 esac
Chris@10 2944 else
Chris@10 2945 # Note the libdir as a future libdir.
Chris@10 2946 case "$future_libdirs " in
Chris@10 2947 *" $libdir "*) ;;
Chris@10 2948 *) func_append future_libdirs " $libdir" ;;
Chris@10 2949 esac
Chris@10 2950 fi
Chris@10 2951
Chris@10 2952 func_dirname "$file" "/" ""
Chris@10 2953 dir="$func_dirname_result"
Chris@10 2954 func_append dir "$objdir"
Chris@10 2955
Chris@10 2956 if test -n "$relink_command"; then
Chris@10 2957 # Determine the prefix the user has applied to our future dir.
Chris@10 2958 inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
Chris@10 2959
Chris@10 2960 # Don't allow the user to place us outside of our expected
Chris@10 2961 # location b/c this prevents finding dependent libraries that
Chris@10 2962 # are installed to the same prefix.
Chris@10 2963 # At present, this check doesn't affect windows .dll's that
Chris@10 2964 # are installed into $libdir/../bin (currently, that works fine)
Chris@10 2965 # but it's something to keep an eye on.
Chris@10 2966 test "$inst_prefix_dir" = "$destdir" && \
Chris@10 2967 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
Chris@10 2968
Chris@10 2969 if test -n "$inst_prefix_dir"; then
Chris@10 2970 # Stick the inst_prefix_dir data into the link command.
Chris@10 2971 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
Chris@10 2972 else
Chris@10 2973 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
Chris@10 2974 fi
Chris@10 2975
Chris@10 2976 func_warning "relinking \`$file'"
Chris@10 2977 func_show_eval "$relink_command" \
Chris@10 2978 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
Chris@10 2979 fi
Chris@10 2980
Chris@10 2981 # See the names of the shared library.
Chris@10 2982 set dummy $library_names; shift
Chris@10 2983 if test -n "$1"; then
Chris@10 2984 realname="$1"
Chris@10 2985 shift
Chris@10 2986
Chris@10 2987 srcname="$realname"
Chris@10 2988 test -n "$relink_command" && srcname="$realname"T
Chris@10 2989
Chris@10 2990 # Install the shared library and build the symlinks.
Chris@10 2991 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
Chris@10 2992 'exit $?'
Chris@10 2993 tstripme="$stripme"
Chris@10 2994 case $host_os in
Chris@10 2995 cygwin* | mingw* | pw32* | cegcc*)
Chris@10 2996 case $realname in
Chris@10 2997 *.dll.a)
Chris@10 2998 tstripme=""
Chris@10 2999 ;;
Chris@10 3000 esac
Chris@10 3001 ;;
Chris@10 3002 esac
Chris@10 3003 if test -n "$tstripme" && test -n "$striplib"; then
Chris@10 3004 func_show_eval "$striplib $destdir/$realname" 'exit $?'
Chris@10 3005 fi
Chris@10 3006
Chris@10 3007 if test "$#" -gt 0; then
Chris@10 3008 # Delete the old symlinks, and create new ones.
Chris@10 3009 # Try `ln -sf' first, because the `ln' binary might depend on
Chris@10 3010 # the symlink we replace! Solaris /bin/ln does not understand -f,
Chris@10 3011 # so we also need to try rm && ln -s.
Chris@10 3012 for linkname
Chris@10 3013 do
Chris@10 3014 test "$linkname" != "$realname" \
Chris@10 3015 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
Chris@10 3016 done
Chris@10 3017 fi
Chris@10 3018
Chris@10 3019 # Do each command in the postinstall commands.
Chris@10 3020 lib="$destdir/$realname"
Chris@10 3021 func_execute_cmds "$postinstall_cmds" 'exit $?'
Chris@10 3022 fi
Chris@10 3023
Chris@10 3024 # Install the pseudo-library for information purposes.
Chris@10 3025 func_basename "$file"
Chris@10 3026 name="$func_basename_result"
Chris@10 3027 instname="$dir/$name"i
Chris@10 3028 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
Chris@10 3029
Chris@10 3030 # Maybe install the static library, too.
Chris@10 3031 test -n "$old_library" && func_append staticlibs " $dir/$old_library"
Chris@10 3032 ;;
Chris@10 3033
Chris@10 3034 *.lo)
Chris@10 3035 # Install (i.e. copy) a libtool object.
Chris@10 3036
Chris@10 3037 # Figure out destination file name, if it wasn't already specified.
Chris@10 3038 if test -n "$destname"; then
Chris@10 3039 destfile="$destdir/$destname"
Chris@10 3040 else
Chris@10 3041 func_basename "$file"
Chris@10 3042 destfile="$func_basename_result"
Chris@10 3043 destfile="$destdir/$destfile"
Chris@10 3044 fi
Chris@10 3045
Chris@10 3046 # Deduce the name of the destination old-style object file.
Chris@10 3047 case $destfile in
Chris@10 3048 *.lo)
Chris@10 3049 func_lo2o "$destfile"
Chris@10 3050 staticdest=$func_lo2o_result
Chris@10 3051 ;;
Chris@10 3052 *.$objext)
Chris@10 3053 staticdest="$destfile"
Chris@10 3054 destfile=
Chris@10 3055 ;;
Chris@10 3056 *)
Chris@10 3057 func_fatal_help "cannot copy a libtool object to \`$destfile'"
Chris@10 3058 ;;
Chris@10 3059 esac
Chris@10 3060
Chris@10 3061 # Install the libtool object if requested.
Chris@10 3062 test -n "$destfile" && \
Chris@10 3063 func_show_eval "$install_prog $file $destfile" 'exit $?'
Chris@10 3064
Chris@10 3065 # Install the old object if enabled.
Chris@10 3066 if test "$build_old_libs" = yes; then
Chris@10 3067 # Deduce the name of the old-style object file.
Chris@10 3068 func_lo2o "$file"
Chris@10 3069 staticobj=$func_lo2o_result
Chris@10 3070 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
Chris@10 3071 fi
Chris@10 3072 exit $EXIT_SUCCESS
Chris@10 3073 ;;
Chris@10 3074
Chris@10 3075 *)
Chris@10 3076 # Figure out destination file name, if it wasn't already specified.
Chris@10 3077 if test -n "$destname"; then
Chris@10 3078 destfile="$destdir/$destname"
Chris@10 3079 else
Chris@10 3080 func_basename "$file"
Chris@10 3081 destfile="$func_basename_result"
Chris@10 3082 destfile="$destdir/$destfile"
Chris@10 3083 fi
Chris@10 3084
Chris@10 3085 # If the file is missing, and there is a .exe on the end, strip it
Chris@10 3086 # because it is most likely a libtool script we actually want to
Chris@10 3087 # install
Chris@10 3088 stripped_ext=""
Chris@10 3089 case $file in
Chris@10 3090 *.exe)
Chris@10 3091 if test ! -f "$file"; then
Chris@10 3092 func_stripname '' '.exe' "$file"
Chris@10 3093 file=$func_stripname_result
Chris@10 3094 stripped_ext=".exe"
Chris@10 3095 fi
Chris@10 3096 ;;
Chris@10 3097 esac
Chris@10 3098
Chris@10 3099 # Do a test to see if this is really a libtool program.
Chris@10 3100 case $host in
Chris@10 3101 *cygwin* | *mingw*)
Chris@10 3102 if func_ltwrapper_executable_p "$file"; then
Chris@10 3103 func_ltwrapper_scriptname "$file"
Chris@10 3104 wrapper=$func_ltwrapper_scriptname_result
Chris@10 3105 else
Chris@10 3106 func_stripname '' '.exe' "$file"
Chris@10 3107 wrapper=$func_stripname_result
Chris@10 3108 fi
Chris@10 3109 ;;
Chris@10 3110 *)
Chris@10 3111 wrapper=$file
Chris@10 3112 ;;
Chris@10 3113 esac
Chris@10 3114 if func_ltwrapper_script_p "$wrapper"; then
Chris@10 3115 notinst_deplibs=
Chris@10 3116 relink_command=
Chris@10 3117
Chris@10 3118 func_source "$wrapper"
Chris@10 3119
Chris@10 3120 # Check the variables that should have been set.
Chris@10 3121 test -z "$generated_by_libtool_version" && \
Chris@10 3122 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
Chris@10 3123
Chris@10 3124 finalize=yes
Chris@10 3125 for lib in $notinst_deplibs; do
Chris@10 3126 # Check to see that each library is installed.
Chris@10 3127 libdir=
Chris@10 3128 if test -f "$lib"; then
Chris@10 3129 func_source "$lib"
Chris@10 3130 fi
Chris@10 3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
Chris@10 3132 if test -n "$libdir" && test ! -f "$libfile"; then
Chris@10 3133 func_warning "\`$lib' has not been installed in \`$libdir'"
Chris@10 3134 finalize=no
Chris@10 3135 fi
Chris@10 3136 done
Chris@10 3137
Chris@10 3138 relink_command=
Chris@10 3139 func_source "$wrapper"
Chris@10 3140
Chris@10 3141 outputname=
Chris@10 3142 if test "$fast_install" = no && test -n "$relink_command"; then
Chris@10 3143 $opt_dry_run || {
Chris@10 3144 if test "$finalize" = yes; then
Chris@10 3145 tmpdir=`func_mktempdir`
Chris@10 3146 func_basename "$file$stripped_ext"
Chris@10 3147 file="$func_basename_result"
Chris@10 3148 outputname="$tmpdir/$file"
Chris@10 3149 # Replace the output file specification.
Chris@10 3150 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
Chris@10 3151
Chris@10 3152 $opt_silent || {
Chris@10 3153 func_quote_for_expand "$relink_command"
Chris@10 3154 eval "func_echo $func_quote_for_expand_result"
Chris@10 3155 }
Chris@10 3156 if eval "$relink_command"; then :
Chris@10 3157 else
Chris@10 3158 func_error "error: relink \`$file' with the above command before installing it"
Chris@10 3159 $opt_dry_run || ${RM}r "$tmpdir"
Chris@10 3160 continue
Chris@10 3161 fi
Chris@10 3162 file="$outputname"
Chris@10 3163 else
Chris@10 3164 func_warning "cannot relink \`$file'"
Chris@10 3165 fi
Chris@10 3166 }
Chris@10 3167 else
Chris@10 3168 # Install the binary that we compiled earlier.
Chris@10 3169 file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
Chris@10 3170 fi
Chris@10 3171 fi
Chris@10 3172
Chris@10 3173 # remove .exe since cygwin /usr/bin/install will append another
Chris@10 3174 # one anyway
Chris@10 3175 case $install_prog,$host in
Chris@10 3176 */usr/bin/install*,*cygwin*)
Chris@10 3177 case $file:$destfile in
Chris@10 3178 *.exe:*.exe)
Chris@10 3179 # this is ok
Chris@10 3180 ;;
Chris@10 3181 *.exe:*)
Chris@10 3182 destfile=$destfile.exe
Chris@10 3183 ;;
Chris@10 3184 *:*.exe)
Chris@10 3185 func_stripname '' '.exe' "$destfile"
Chris@10 3186 destfile=$func_stripname_result
Chris@10 3187 ;;
Chris@10 3188 esac
Chris@10 3189 ;;
Chris@10 3190 esac
Chris@10 3191 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
Chris@10 3192 $opt_dry_run || if test -n "$outputname"; then
Chris@10 3193 ${RM}r "$tmpdir"
Chris@10 3194 fi
Chris@10 3195 ;;
Chris@10 3196 esac
Chris@10 3197 done
Chris@10 3198
Chris@10 3199 for file in $staticlibs; do
Chris@10 3200 func_basename "$file"
Chris@10 3201 name="$func_basename_result"
Chris@10 3202
Chris@10 3203 # Set up the ranlib parameters.
Chris@10 3204 oldlib="$destdir/$name"
Chris@10 3205 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
Chris@10 3206 tool_oldlib=$func_to_tool_file_result
Chris@10 3207
Chris@10 3208 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
Chris@10 3209
Chris@10 3210 if test -n "$stripme" && test -n "$old_striplib"; then
Chris@10 3211 func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
Chris@10 3212 fi
Chris@10 3213
Chris@10 3214 # Do each command in the postinstall commands.
Chris@10 3215 func_execute_cmds "$old_postinstall_cmds" 'exit $?'
Chris@10 3216 done
Chris@10 3217
Chris@10 3218 test -n "$future_libdirs" && \
Chris@10 3219 func_warning "remember to run \`$progname --finish$future_libdirs'"
Chris@10 3220
Chris@10 3221 if test -n "$current_libdirs"; then
Chris@10 3222 # Maybe just do a dry run.
Chris@10 3223 $opt_dry_run && current_libdirs=" -n$current_libdirs"
Chris@10 3224 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
Chris@10 3225 else
Chris@10 3226 exit $EXIT_SUCCESS
Chris@10 3227 fi
Chris@10 3228 }
Chris@10 3229
Chris@10 3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}
Chris@10 3231
Chris@10 3232
Chris@10 3233 # func_generate_dlsyms outputname originator pic_p
Chris@10 3234 # Extract symbols from dlprefiles and create ${outputname}S.o with
Chris@10 3235 # a dlpreopen symbol table.
Chris@10 3236 func_generate_dlsyms ()
Chris@10 3237 {
Chris@10 3238 $opt_debug
Chris@10 3239 my_outputname="$1"
Chris@10 3240 my_originator="$2"
Chris@10 3241 my_pic_p="${3-no}"
Chris@10 3242 my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
Chris@10 3243 my_dlsyms=
Chris@10 3244
Chris@10 3245 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
Chris@10 3246 if test -n "$NM" && test -n "$global_symbol_pipe"; then
Chris@10 3247 my_dlsyms="${my_outputname}S.c"
Chris@10 3248 else
Chris@10 3249 func_error "not configured to extract global symbols from dlpreopened files"
Chris@10 3250 fi
Chris@10 3251 fi
Chris@10 3252
Chris@10 3253 if test -n "$my_dlsyms"; then
Chris@10 3254 case $my_dlsyms in
Chris@10 3255 "") ;;
Chris@10 3256 *.c)
Chris@10 3257 # Discover the nlist of each of the dlfiles.
Chris@10 3258 nlist="$output_objdir/${my_outputname}.nm"
Chris@10 3259
Chris@10 3260 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
Chris@10 3261
Chris@10 3262 # Parse the name list into a source file.
Chris@10 3263 func_verbose "creating $output_objdir/$my_dlsyms"
Chris@10 3264
Chris@10 3265 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
Chris@10 3266 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
Chris@10 3267 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
Chris@10 3268
Chris@10 3269 #ifdef __cplusplus
Chris@10 3270 extern \"C\" {
Chris@10 3271 #endif
Chris@10 3272
Chris@10 3273 #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
Chris@10 3274 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
Chris@10 3275 #endif
Chris@10 3276
Chris@10 3277 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
Chris@10 3278 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
Chris@10 3279 /* DATA imports from DLLs on WIN32 con't be const, because runtime
Chris@10 3280 relocations are performed -- see ld's documentation on pseudo-relocs. */
Chris@10 3281 # define LT_DLSYM_CONST
Chris@10 3282 #elif defined(__osf__)
Chris@10 3283 /* This system does not cope well with relocations in const data. */
Chris@10 3284 # define LT_DLSYM_CONST
Chris@10 3285 #else
Chris@10 3286 # define LT_DLSYM_CONST const
Chris@10 3287 #endif
Chris@10 3288
Chris@10 3289 /* External symbol declarations for the compiler. */\
Chris@10 3290 "
Chris@10 3291
Chris@10 3292 if test "$dlself" = yes; then
Chris@10 3293 func_verbose "generating symbol list for \`$output'"
Chris@10 3294
Chris@10 3295 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
Chris@10 3296
Chris@10 3297 # Add our own program objects to the symbol list.
Chris@10 3298 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
Chris@10 3299 for progfile in $progfiles; do
Chris@10 3300 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
Chris@10 3301 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
Chris@10 3302 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
Chris@10 3303 done
Chris@10 3304
Chris@10 3305 if test -n "$exclude_expsyms"; then
Chris@10 3306 $opt_dry_run || {
Chris@10 3307 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
Chris@10 3308 eval '$MV "$nlist"T "$nlist"'
Chris@10 3309 }
Chris@10 3310 fi
Chris@10 3311
Chris@10 3312 if test -n "$export_symbols_regex"; then
Chris@10 3313 $opt_dry_run || {
Chris@10 3314 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
Chris@10 3315 eval '$MV "$nlist"T "$nlist"'
Chris@10 3316 }
Chris@10 3317 fi
Chris@10 3318
Chris@10 3319 # Prepare the list of exported symbols
Chris@10 3320 if test -z "$export_symbols"; then
Chris@10 3321 export_symbols="$output_objdir/$outputname.exp"
Chris@10 3322 $opt_dry_run || {
Chris@10 3323 $RM $export_symbols
Chris@10 3324 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
Chris@10 3325 case $host in
Chris@10 3326 *cygwin* | *mingw* | *cegcc* )
Chris@10 3327 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
Chris@10 3328 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
Chris@10 3329 ;;
Chris@10 3330 esac
Chris@10 3331 }
Chris@10 3332 else
Chris@10 3333 $opt_dry_run || {
Chris@10 3334 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
Chris@10 3335 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
Chris@10 3336 eval '$MV "$nlist"T "$nlist"'
Chris@10 3337 case $host in
Chris@10 3338 *cygwin* | *mingw* | *cegcc* )
Chris@10 3339 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
Chris@10 3340 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
Chris@10 3341 ;;
Chris@10 3342 esac
Chris@10 3343 }
Chris@10 3344 fi
Chris@10 3345 fi
Chris@10 3346
Chris@10 3347 for dlprefile in $dlprefiles; do
Chris@10 3348 func_verbose "extracting global C symbols from \`$dlprefile'"
Chris@10 3349 func_basename "$dlprefile"
Chris@10 3350 name="$func_basename_result"
Chris@10 3351 case $host in
Chris@10 3352 *cygwin* | *mingw* | *cegcc* )
Chris@10 3353 # if an import library, we need to obtain dlname
Chris@10 3354 if func_win32_import_lib_p "$dlprefile"; then
Chris@10 3355 func_tr_sh "$dlprefile"
Chris@10 3356 eval "curr_lafile=\$libfile_$func_tr_sh_result"
Chris@10 3357 dlprefile_dlbasename=""
Chris@10 3358 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
Chris@10 3359 # Use subshell, to avoid clobbering current variable values
Chris@10 3360 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
Chris@10 3361 if test -n "$dlprefile_dlname" ; then
Chris@10 3362 func_basename "$dlprefile_dlname"
Chris@10 3363 dlprefile_dlbasename="$func_basename_result"
Chris@10 3364 else
Chris@10 3365 # no lafile. user explicitly requested -dlpreopen <import library>.
Chris@10 3366 $sharedlib_from_linklib_cmd "$dlprefile"
Chris@10 3367 dlprefile_dlbasename=$sharedlib_from_linklib_result
Chris@10 3368 fi
Chris@10 3369 fi
Chris@10 3370 $opt_dry_run || {
Chris@10 3371 if test -n "$dlprefile_dlbasename" ; then
Chris@10 3372 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
Chris@10 3373 else
Chris@10 3374 func_warning "Could not compute DLL name from $name"
Chris@10 3375 eval '$ECHO ": $name " >> "$nlist"'
Chris@10 3376 fi
Chris@10 3377 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
Chris@10 3378 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
Chris@10 3379 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
Chris@10 3380 }
Chris@10 3381 else # not an import lib
Chris@10 3382 $opt_dry_run || {
Chris@10 3383 eval '$ECHO ": $name " >> "$nlist"'
Chris@10 3384 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
Chris@10 3385 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
Chris@10 3386 }
Chris@10 3387 fi
Chris@10 3388 ;;
Chris@10 3389 *)
Chris@10 3390 $opt_dry_run || {
Chris@10 3391 eval '$ECHO ": $name " >> "$nlist"'
Chris@10 3392 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
Chris@10 3393 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
Chris@10 3394 }
Chris@10 3395 ;;
Chris@10 3396 esac
Chris@10 3397 done
Chris@10 3398
Chris@10 3399 $opt_dry_run || {
Chris@10 3400 # Make sure we have at least an empty file.
Chris@10 3401 test -f "$nlist" || : > "$nlist"
Chris@10 3402
Chris@10 3403 if test -n "$exclude_expsyms"; then
Chris@10 3404 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
Chris@10 3405 $MV "$nlist"T "$nlist"
Chris@10 3406 fi
Chris@10 3407
Chris@10 3408 # Try sorting and uniquifying the output.
Chris@10 3409 if $GREP -v "^: " < "$nlist" |
Chris@10 3410 if sort -k 3 </dev/null >/dev/null 2>&1; then
Chris@10 3411 sort -k 3
Chris@10 3412 else
Chris@10 3413 sort +2
Chris@10 3414 fi |
Chris@10 3415 uniq > "$nlist"S; then
Chris@10 3416 :
Chris@10 3417 else
Chris@10 3418 $GREP -v "^: " < "$nlist" > "$nlist"S
Chris@10 3419 fi
Chris@10 3420
Chris@10 3421 if test -f "$nlist"S; then
Chris@10 3422 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
Chris@10 3423 else
Chris@10 3424 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
Chris@10 3425 fi
Chris@10 3426
Chris@10 3427 echo >> "$output_objdir/$my_dlsyms" "\
Chris@10 3428
Chris@10 3429 /* The mapping between symbol names and symbols. */
Chris@10 3430 typedef struct {
Chris@10 3431 const char *name;
Chris@10 3432 void *address;
Chris@10 3433 } lt_dlsymlist;
Chris@10 3434 extern LT_DLSYM_CONST lt_dlsymlist
Chris@10 3435 lt_${my_prefix}_LTX_preloaded_symbols[];
Chris@10 3436 LT_DLSYM_CONST lt_dlsymlist
Chris@10 3437 lt_${my_prefix}_LTX_preloaded_symbols[] =
Chris@10 3438 {\
Chris@10 3439 { \"$my_originator\", (void *) 0 },"
Chris@10 3440
Chris@10 3441 case $need_lib_prefix in
Chris@10 3442 no)
Chris@10 3443 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
Chris@10 3444 ;;
Chris@10 3445 *)
Chris@10 3446 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
Chris@10 3447 ;;
Chris@10 3448 esac
Chris@10 3449 echo >> "$output_objdir/$my_dlsyms" "\
Chris@10 3450 {0, (void *) 0}
Chris@10 3451 };
Chris@10 3452
Chris@10 3453 /* This works around a problem in FreeBSD linker */
Chris@10 3454 #ifdef FREEBSD_WORKAROUND
Chris@10 3455 static const void *lt_preloaded_setup() {
Chris@10 3456 return lt_${my_prefix}_LTX_preloaded_symbols;
Chris@10 3457 }
Chris@10 3458 #endif
Chris@10 3459
Chris@10 3460 #ifdef __cplusplus
Chris@10 3461 }
Chris@10 3462 #endif\
Chris@10 3463 "
Chris@10 3464 } # !$opt_dry_run
Chris@10 3465
Chris@10 3466 pic_flag_for_symtable=
Chris@10 3467 case "$compile_command " in
Chris@10 3468 *" -static "*) ;;
Chris@10 3469 *)
Chris@10 3470 case $host in
Chris@10 3471 # compiling the symbol table file with pic_flag works around
Chris@10 3472 # a FreeBSD bug that causes programs to crash when -lm is
Chris@10 3473 # linked before any other PIC object. But we must not use
Chris@10 3474 # pic_flag when linking with -static. The problem exists in
Chris@10 3475 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
Chris@10 3476 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
Chris@10 3477 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
Chris@10 3478 *-*-hpux*)
Chris@10 3479 pic_flag_for_symtable=" $pic_flag" ;;
Chris@10 3480 *)
Chris@10 3481 if test "X$my_pic_p" != Xno; then
Chris@10 3482 pic_flag_for_symtable=" $pic_flag"
Chris@10 3483 fi
Chris@10 3484 ;;
Chris@10 3485 esac
Chris@10 3486 ;;
Chris@10 3487 esac
Chris@10 3488 symtab_cflags=
Chris@10 3489 for arg in $LTCFLAGS; do
Chris@10 3490 case $arg in
Chris@10 3491 -pie | -fpie | -fPIE) ;;
Chris@10 3492 *) func_append symtab_cflags " $arg" ;;
Chris@10 3493 esac
Chris@10 3494 done
Chris@10 3495
Chris@10 3496 # Now compile the dynamic symbol file.
Chris@10 3497 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
Chris@10 3498
Chris@10 3499 # Clean up the generated files.
Chris@10 3500 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
Chris@10 3501
Chris@10 3502 # Transform the symbol file into the correct name.
Chris@10 3503 symfileobj="$output_objdir/${my_outputname}S.$objext"
Chris@10 3504 case $host in
Chris@10 3505 *cygwin* | *mingw* | *cegcc* )
Chris@10 3506 if test -f "$output_objdir/$my_outputname.def"; then
Chris@10 3507 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
Chris@10 3508 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
Chris@10 3509 else
Chris@10 3510 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
Chris@10 3511 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
Chris@10 3512 fi
Chris@10 3513 ;;
Chris@10 3514 *)
Chris@10 3515 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
Chris@10 3516 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
Chris@10 3517 ;;
Chris@10 3518 esac
Chris@10 3519 ;;
Chris@10 3520 *)
Chris@10 3521 func_fatal_error "unknown suffix for \`$my_dlsyms'"
Chris@10 3522 ;;
Chris@10 3523 esac
Chris@10 3524 else
Chris@10 3525 # We keep going just in case the user didn't refer to
Chris@10 3526 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
Chris@10 3527 # really was required.
Chris@10 3528
Chris@10 3529 # Nullify the symbol file.
Chris@10 3530 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
Chris@10 3531 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
Chris@10 3532 fi
Chris@10 3533 }
Chris@10 3534
Chris@10 3535 # func_win32_libid arg
Chris@10 3536 # return the library type of file 'arg'
Chris@10 3537 #
Chris@10 3538 # Need a lot of goo to handle *both* DLLs and import libs
Chris@10 3539 # Has to be a shell function in order to 'eat' the argument
Chris@10 3540 # that is supplied when $file_magic_command is called.
Chris@10 3541 # Despite the name, also deal with 64 bit binaries.
Chris@10 3542 func_win32_libid ()
Chris@10 3543 {
Chris@10 3544 $opt_debug
Chris@10 3545 win32_libid_type="unknown"
Chris@10 3546 win32_fileres=`file -L $1 2>/dev/null`
Chris@10 3547 case $win32_fileres in
Chris@10 3548 *ar\ archive\ import\ library*) # definitely import
Chris@10 3549 win32_libid_type="x86 archive import"
Chris@10 3550 ;;
Chris@10 3551 *ar\ archive*) # could be an import, or static
Chris@10 3552 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
Chris@10 3553 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
Chris@10 3554 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
Chris@10 3555 func_to_tool_file "$1" func_convert_file_msys_to_w32
Chris@10 3556 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
Chris@10 3557 $SED -n -e '
Chris@10 3558 1,100{
Chris@10 3559 / I /{
Chris@10 3560 s,.*,import,
Chris@10 3561 p
Chris@10 3562 q
Chris@10 3563 }
Chris@10 3564 }'`
Chris@10 3565 case $win32_nmres in
Chris@10 3566 import*) win32_libid_type="x86 archive import";;
Chris@10 3567 *) win32_libid_type="x86 archive static";;
Chris@10 3568 esac
Chris@10 3569 fi
Chris@10 3570 ;;
Chris@10 3571 *DLL*)
Chris@10 3572 win32_libid_type="x86 DLL"
Chris@10 3573 ;;
Chris@10 3574 *executable*) # but shell scripts are "executable" too...
Chris@10 3575 case $win32_fileres in
Chris@10 3576 *MS\ Windows\ PE\ Intel*)
Chris@10 3577 win32_libid_type="x86 DLL"
Chris@10 3578 ;;
Chris@10 3579 esac
Chris@10 3580 ;;
Chris@10 3581 esac
Chris@10 3582 $ECHO "$win32_libid_type"
Chris@10 3583 }
Chris@10 3584
Chris@10 3585 # func_cygming_dll_for_implib ARG
Chris@10 3586 #
Chris@10 3587 # Platform-specific function to extract the
Chris@10 3588 # name of the DLL associated with the specified
Chris@10 3589 # import library ARG.
Chris@10 3590 # Invoked by eval'ing the libtool variable
Chris@10 3591 # $sharedlib_from_linklib_cmd
Chris@10 3592 # Result is available in the variable
Chris@10 3593 # $sharedlib_from_linklib_result
Chris@10 3594 func_cygming_dll_for_implib ()
Chris@10 3595 {
Chris@10 3596 $opt_debug
Chris@10 3597 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
Chris@10 3598 }
Chris@10 3599
Chris@10 3600 # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
Chris@10 3601 #
Chris@10 3602 # The is the core of a fallback implementation of a
Chris@10 3603 # platform-specific function to extract the name of the
Chris@10 3604 # DLL associated with the specified import library LIBNAME.
Chris@10 3605 #
Chris@10 3606 # SECTION_NAME is either .idata$6 or .idata$7, depending
Chris@10 3607 # on the platform and compiler that created the implib.
Chris@10 3608 #
Chris@10 3609 # Echos the name of the DLL associated with the
Chris@10 3610 # specified import library.
Chris@10 3611 func_cygming_dll_for_implib_fallback_core ()
Chris@10 3612 {
Chris@10 3613 $opt_debug
Chris@10 3614 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
Chris@10 3615 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
Chris@10 3616 $SED '/^Contents of section '"$match_literal"':/{
Chris@10 3617 # Place marker at beginning of archive member dllname section
Chris@10 3618 s/.*/====MARK====/
Chris@10 3619 p
Chris@10 3620 d
Chris@10 3621 }
Chris@10 3622 # These lines can sometimes be longer than 43 characters, but
Chris@10 3623 # are always uninteresting
Chris@10 3624 /:[ ]*file format pe[i]\{,1\}-/d
Chris@10 3625 /^In archive [^:]*:/d
Chris@10 3626 # Ensure marker is printed
Chris@10 3627 /^====MARK====/p
Chris@10 3628 # Remove all lines with less than 43 characters
Chris@10 3629 /^.\{43\}/!d
Chris@10 3630 # From remaining lines, remove first 43 characters
Chris@10 3631 s/^.\{43\}//' |
Chris@10 3632 $SED -n '
Chris@10 3633 # Join marker and all lines until next marker into a single line
Chris@10 3634 /^====MARK====/ b para
Chris@10 3635 H
Chris@10 3636 $ b para
Chris@10 3637 b
Chris@10 3638 :para
Chris@10 3639 x
Chris@10 3640 s/\n//g
Chris@10 3641 # Remove the marker
Chris@10 3642 s/^====MARK====//
Chris@10 3643 # Remove trailing dots and whitespace
Chris@10 3644 s/[\. \t]*$//
Chris@10 3645 # Print
Chris@10 3646 /./p' |
Chris@10 3647 # we now have a list, one entry per line, of the stringified
Chris@10 3648 # contents of the appropriate section of all members of the
Chris@10 3649 # archive which possess that section. Heuristic: eliminate
Chris@10 3650 # all those which have a first or second character that is
Chris@10 3651 # a '.' (that is, objdump's representation of an unprintable
Chris@10 3652 # character.) This should work for all archives with less than
Chris@10 3653 # 0x302f exports -- but will fail for DLLs whose name actually
Chris@10 3654 # begins with a literal '.' or a single character followed by
Chris@10 3655 # a '.'.
Chris@10 3656 #
Chris@10 3657 # Of those that remain, print the first one.
Chris@10 3658 $SED -e '/^\./d;/^.\./d;q'
Chris@10 3659 }
Chris@10 3660
Chris@10 3661 # func_cygming_gnu_implib_p ARG
Chris@10 3662 # This predicate returns with zero status (TRUE) if
Chris@10 3663 # ARG is a GNU/binutils-style import library. Returns
Chris@10 3664 # with nonzero status (FALSE) otherwise.
Chris@10 3665 func_cygming_gnu_implib_p ()
Chris@10 3666 {
Chris@10 3667 $opt_debug
Chris@10 3668 func_to_tool_file "$1" func_convert_file_msys_to_w32
Chris@10 3669 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
Chris@10 3670 test -n "$func_cygming_gnu_implib_tmp"
Chris@10 3671 }
Chris@10 3672
Chris@10 3673 # func_cygming_ms_implib_p ARG
Chris@10 3674 # This predicate returns with zero status (TRUE) if
Chris@10 3675 # ARG is an MS-style import library. Returns
Chris@10 3676 # with nonzero status (FALSE) otherwise.
Chris@10 3677 func_cygming_ms_implib_p ()
Chris@10 3678 {
Chris@10 3679 $opt_debug
Chris@10 3680 func_to_tool_file "$1" func_convert_file_msys_to_w32
Chris@10 3681 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
Chris@10 3682 test -n "$func_cygming_ms_implib_tmp"
Chris@10 3683 }
Chris@10 3684
Chris@10 3685 # func_cygming_dll_for_implib_fallback ARG
Chris@10 3686 # Platform-specific function to extract the
Chris@10 3687 # name of the DLL associated with the specified
Chris@10 3688 # import library ARG.
Chris@10 3689 #
Chris@10 3690 # This fallback implementation is for use when $DLLTOOL
Chris@10 3691 # does not support the --identify-strict option.
Chris@10 3692 # Invoked by eval'ing the libtool variable
Chris@10 3693 # $sharedlib_from_linklib_cmd
Chris@10 3694 # Result is available in the variable
Chris@10 3695 # $sharedlib_from_linklib_result
Chris@10 3696 func_cygming_dll_for_implib_fallback ()
Chris@10 3697 {
Chris@10 3698 $opt_debug
Chris@10 3699 if func_cygming_gnu_implib_p "$1" ; then
Chris@10 3700 # binutils import library
Chris@10 3701 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
Chris@10 3702 elif func_cygming_ms_implib_p "$1" ; then
Chris@10 3703 # ms-generated import library
Chris@10 3704 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
Chris@10 3705 else
Chris@10 3706 # unknown
Chris@10 3707 sharedlib_from_linklib_result=""
Chris@10 3708 fi
Chris@10 3709 }
Chris@10 3710
Chris@10 3711
Chris@10 3712 # func_extract_an_archive dir oldlib
Chris@10 3713 func_extract_an_archive ()
Chris@10 3714 {
Chris@10 3715 $opt_debug
Chris@10 3716 f_ex_an_ar_dir="$1"; shift
Chris@10 3717 f_ex_an_ar_oldlib="$1"
Chris@10 3718 if test "$lock_old_archive_extraction" = yes; then
Chris@10 3719 lockfile=$f_ex_an_ar_oldlib.lock
Chris@10 3720 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
Chris@10 3721 func_echo "Waiting for $lockfile to be removed"
Chris@10 3722 sleep 2
Chris@10 3723 done
Chris@10 3724 fi
Chris@10 3725 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
Chris@10 3726 'stat=$?; rm -f "$lockfile"; exit $stat'
Chris@10 3727 if test "$lock_old_archive_extraction" = yes; then
Chris@10 3728 $opt_dry_run || rm -f "$lockfile"
Chris@10 3729 fi
Chris@10 3730 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
Chris@10 3731 :
Chris@10 3732 else
Chris@10 3733 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
Chris@10 3734 fi
Chris@10 3735 }
Chris@10 3736
Chris@10 3737
Chris@10 3738 # func_extract_archives gentop oldlib ...
Chris@10 3739 func_extract_archives ()
Chris@10 3740 {
Chris@10 3741 $opt_debug
Chris@10 3742 my_gentop="$1"; shift
Chris@10 3743 my_oldlibs=${1+"$@"}
Chris@10 3744 my_oldobjs=""
Chris@10 3745 my_xlib=""
Chris@10 3746 my_xabs=""
Chris@10 3747 my_xdir=""
Chris@10 3748
Chris@10 3749 for my_xlib in $my_oldlibs; do
Chris@10 3750 # Extract the objects.
Chris@10 3751 case $my_xlib in
Chris@10 3752 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
Chris@10 3753 *) my_xabs=`pwd`"/$my_xlib" ;;
Chris@10 3754 esac
Chris@10 3755 func_basename "$my_xlib"
Chris@10 3756 my_xlib="$func_basename_result"
Chris@10 3757 my_xlib_u=$my_xlib
Chris@10 3758 while :; do
Chris@10 3759 case " $extracted_archives " in
Chris@10 3760 *" $my_xlib_u "*)
Chris@10 3761 func_arith $extracted_serial + 1
Chris@10 3762 extracted_serial=$func_arith_result
Chris@10 3763 my_xlib_u=lt$extracted_serial-$my_xlib ;;
Chris@10 3764 *) break ;;
Chris@10 3765 esac
Chris@10 3766 done
Chris@10 3767 extracted_archives="$extracted_archives $my_xlib_u"
Chris@10 3768 my_xdir="$my_gentop/$my_xlib_u"
Chris@10 3769
Chris@10 3770 func_mkdir_p "$my_xdir"
Chris@10 3771
Chris@10 3772 case $host in
Chris@10 3773 *-darwin*)
Chris@10 3774 func_verbose "Extracting $my_xabs"
Chris@10 3775 # Do not bother doing anything if just a dry run
Chris@10 3776 $opt_dry_run || {
Chris@10 3777 darwin_orig_dir=`pwd`
Chris@10 3778 cd $my_xdir || exit $?
Chris@10 3779 darwin_archive=$my_xabs
Chris@10 3780 darwin_curdir=`pwd`
Chris@10 3781 darwin_base_archive=`basename "$darwin_archive"`
Chris@10 3782 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
Chris@10 3783 if test -n "$darwin_arches"; then
Chris@10 3784 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
Chris@10 3785 darwin_arch=
Chris@10 3786 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
Chris@10 3787 for darwin_arch in $darwin_arches ; do
Chris@10 3788 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
Chris@10 3789 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
Chris@10 3790 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
Chris@10 3791 func_extract_an_archive "`pwd`" "${darwin_base_archive}"
Chris@10 3792 cd "$darwin_curdir"
Chris@10 3793 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
Chris@10 3794 done # $darwin_arches
Chris@10 3795 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
Chris@10 3796 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
Chris@10 3797 darwin_file=
Chris@10 3798 darwin_files=
Chris@10 3799 for darwin_file in $darwin_filelist; do
Chris@10 3800 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
Chris@10 3801 $LIPO -create -output "$darwin_file" $darwin_files
Chris@10 3802 done # $darwin_filelist
Chris@10 3803 $RM -rf unfat-$$
Chris@10 3804 cd "$darwin_orig_dir"
Chris@10 3805 else
Chris@10 3806 cd $darwin_orig_dir
Chris@10 3807 func_extract_an_archive "$my_xdir" "$my_xabs"
Chris@10 3808 fi # $darwin_arches
Chris@10 3809 } # !$opt_dry_run
Chris@10 3810 ;;
Chris@10 3811 *)
Chris@10 3812 func_extract_an_archive "$my_xdir" "$my_xabs"
Chris@10 3813 ;;
Chris@10 3814 esac
Chris@10 3815 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
Chris@10 3816 done
Chris@10 3817
Chris@10 3818 func_extract_archives_result="$my_oldobjs"
Chris@10 3819 }
Chris@10 3820
Chris@10 3821
Chris@10 3822 # func_emit_wrapper [arg=no]
Chris@10 3823 #
Chris@10 3824 # Emit a libtool wrapper script on stdout.
Chris@10 3825 # Don't directly open a file because we may want to
Chris@10 3826 # incorporate the script contents within a cygwin/mingw
Chris@10 3827 # wrapper executable. Must ONLY be called from within
Chris@10 3828 # func_mode_link because it depends on a number of variables
Chris@10 3829 # set therein.
Chris@10 3830 #
Chris@10 3831 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
Chris@10 3832 # variable will take. If 'yes', then the emitted script
Chris@10 3833 # will assume that the directory in which it is stored is
Chris@10 3834 # the $objdir directory. This is a cygwin/mingw-specific
Chris@10 3835 # behavior.
Chris@10 3836 func_emit_wrapper ()
Chris@10 3837 {
Chris@10 3838 func_emit_wrapper_arg1=${1-no}
Chris@10 3839
Chris@10 3840 $ECHO "\
Chris@10 3841 #! $SHELL
Chris@10 3842
Chris@10 3843 # $output - temporary wrapper script for $objdir/$outputname
Chris@10 3844 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
Chris@10 3845 #
Chris@10 3846 # The $output program cannot be directly executed until all the libtool
Chris@10 3847 # libraries that it depends on are installed.
Chris@10 3848 #
Chris@10 3849 # This wrapper script should never be moved out of the build directory.
Chris@10 3850 # If it is, it will not operate correctly.
Chris@10 3851
Chris@10 3852 # Sed substitution that helps us do robust quoting. It backslashifies
Chris@10 3853 # metacharacters that are still active within double-quoted strings.
Chris@10 3854 sed_quote_subst='$sed_quote_subst'
Chris@10 3855
Chris@10 3856 # Be Bourne compatible
Chris@10 3857 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
Chris@10 3858 emulate sh
Chris@10 3859 NULLCMD=:
Chris@10 3860 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
Chris@10 3861 # is contrary to our usage. Disable this feature.
Chris@10 3862 alias -g '\${1+\"\$@\"}'='\"\$@\"'
Chris@10 3863 setopt NO_GLOB_SUBST
Chris@10 3864 else
Chris@10 3865 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
Chris@10 3866 fi
Chris@10 3867 BIN_SH=xpg4; export BIN_SH # for Tru64
Chris@10 3868 DUALCASE=1; export DUALCASE # for MKS sh
Chris@10 3869
Chris@10 3870 # The HP-UX ksh and POSIX shell print the target directory to stdout
Chris@10 3871 # if CDPATH is set.
Chris@10 3872 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Chris@10 3873
Chris@10 3874 relink_command=\"$relink_command\"
Chris@10 3875
Chris@10 3876 # This environment variable determines our operation mode.
Chris@10 3877 if test \"\$libtool_install_magic\" = \"$magic\"; then
Chris@10 3878 # install mode needs the following variables:
Chris@10 3879 generated_by_libtool_version='$macro_version'
Chris@10 3880 notinst_deplibs='$notinst_deplibs'
Chris@10 3881 else
Chris@10 3882 # When we are sourced in execute mode, \$file and \$ECHO are already set.
Chris@10 3883 if test \"\$libtool_execute_magic\" != \"$magic\"; then
Chris@10 3884 file=\"\$0\""
Chris@10 3885
Chris@10 3886 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
Chris@10 3887 $ECHO "\
Chris@10 3888
Chris@10 3889 # A function that is used when there is no print builtin or printf.
Chris@10 3890 func_fallback_echo ()
Chris@10 3891 {
Chris@10 3892 eval 'cat <<_LTECHO_EOF
Chris@10 3893 \$1
Chris@10 3894 _LTECHO_EOF'
Chris@10 3895 }
Chris@10 3896 ECHO=\"$qECHO\"
Chris@10 3897 fi
Chris@10 3898
Chris@10 3899 # Very basic option parsing. These options are (a) specific to
Chris@10 3900 # the libtool wrapper, (b) are identical between the wrapper
Chris@10 3901 # /script/ and the wrapper /executable/ which is used only on
Chris@10 3902 # windows platforms, and (c) all begin with the string "--lt-"
Chris@10 3903 # (application programs are unlikely to have options which match
Chris@10 3904 # this pattern).
Chris@10 3905 #
Chris@10 3906 # There are only two supported options: --lt-debug and
Chris@10 3907 # --lt-dump-script. There is, deliberately, no --lt-help.
Chris@10 3908 #
Chris@10 3909 # The first argument to this parsing function should be the
Chris@10 3910 # script's $0 value, followed by "$@".
Chris@10 3911 lt_option_debug=
Chris@10 3912 func_parse_lt_options ()
Chris@10 3913 {
Chris@10 3914 lt_script_arg0=\$0
Chris@10 3915 shift
Chris@10 3916 for lt_opt
Chris@10 3917 do
Chris@10 3918 case \"\$lt_opt\" in
Chris@10 3919 --lt-debug) lt_option_debug=1 ;;
Chris@10 3920 --lt-dump-script)
Chris@10 3921 lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
Chris@10 3922 test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
Chris@10 3923 lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
Chris@10 3924 cat \"\$lt_dump_D/\$lt_dump_F\"
Chris@10 3925 exit 0
Chris@10 3926 ;;
Chris@10 3927 --lt-*)
Chris@10 3928 \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
Chris@10 3929 exit 1
Chris@10 3930 ;;
Chris@10 3931 esac
Chris@10 3932 done
Chris@10 3933
Chris@10 3934 # Print the debug banner immediately:
Chris@10 3935 if test -n \"\$lt_option_debug\"; then
Chris@10 3936 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
Chris@10 3937 fi
Chris@10 3938 }
Chris@10 3939
Chris@10 3940 # Used when --lt-debug. Prints its arguments to stdout
Chris@10 3941 # (redirection is the responsibility of the caller)
Chris@10 3942 func_lt_dump_args ()
Chris@10 3943 {
Chris@10 3944 lt_dump_args_N=1;
Chris@10 3945 for lt_arg
Chris@10 3946 do
Chris@10 3947 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
Chris@10 3948 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
Chris@10 3949 done
Chris@10 3950 }
Chris@10 3951
Chris@10 3952 # Core function for launching the target application
Chris@10 3953 func_exec_program_core ()
Chris@10 3954 {
Chris@10 3955 "
Chris@10 3956 case $host in
Chris@10 3957 # Backslashes separate directories on plain windows
Chris@10 3958 *-*-mingw | *-*-os2* | *-cegcc*)
Chris@10 3959 $ECHO "\
Chris@10 3960 if test -n \"\$lt_option_debug\"; then
Chris@10 3961 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
Chris@10 3962 func_lt_dump_args \${1+\"\$@\"} 1>&2
Chris@10 3963 fi
Chris@10 3964 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
Chris@10 3965 "
Chris@10 3966 ;;
Chris@10 3967
Chris@10 3968 *)
Chris@10 3969 $ECHO "\
Chris@10 3970 if test -n \"\$lt_option_debug\"; then
Chris@10 3971 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
Chris@10 3972 func_lt_dump_args \${1+\"\$@\"} 1>&2
Chris@10 3973 fi
Chris@10 3974 exec \"\$progdir/\$program\" \${1+\"\$@\"}
Chris@10 3975 "
Chris@10 3976 ;;
Chris@10 3977 esac
Chris@10 3978 $ECHO "\
Chris@10 3979 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
Chris@10 3980 exit 1
Chris@10 3981 }
Chris@10 3982
Chris@10 3983 # A function to encapsulate launching the target application
Chris@10 3984 # Strips options in the --lt-* namespace from \$@ and
Chris@10 3985 # launches target application with the remaining arguments.
Chris@10 3986 func_exec_program ()
Chris@10 3987 {
Chris@10 3988 case \" \$* \" in
Chris@10 3989 *\\ --lt-*)
Chris@10 3990 for lt_wr_arg
Chris@10 3991 do
Chris@10 3992 case \$lt_wr_arg in
Chris@10 3993 --lt-*) ;;
Chris@10 3994 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
Chris@10 3995 esac
Chris@10 3996 shift
Chris@10 3997 done ;;
Chris@10 3998 esac
Chris@10 3999 func_exec_program_core \${1+\"\$@\"}
Chris@10 4000 }
Chris@10 4001
Chris@10 4002 # Parse options
Chris@10 4003 func_parse_lt_options \"\$0\" \${1+\"\$@\"}
Chris@10 4004
Chris@10 4005 # Find the directory that this script lives in.
Chris@10 4006 thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
Chris@10 4007 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
Chris@10 4008
Chris@10 4009 # Follow symbolic links until we get to the real thisdir.
Chris@10 4010 file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
Chris@10 4011 while test -n \"\$file\"; do
Chris@10 4012 destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
Chris@10 4013
Chris@10 4014 # If there was a directory component, then change thisdir.
Chris@10 4015 if test \"x\$destdir\" != \"x\$file\"; then
Chris@10 4016 case \"\$destdir\" in
Chris@10 4017 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
Chris@10 4018 *) thisdir=\"\$thisdir/\$destdir\" ;;
Chris@10 4019 esac
Chris@10 4020 fi
Chris@10 4021
Chris@10 4022 file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
Chris@10 4023 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
Chris@10 4024 done
Chris@10 4025
Chris@10 4026 # Usually 'no', except on cygwin/mingw when embedded into
Chris@10 4027 # the cwrapper.
Chris@10 4028 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
Chris@10 4029 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
Chris@10 4030 # special case for '.'
Chris@10 4031 if test \"\$thisdir\" = \".\"; then
Chris@10 4032 thisdir=\`pwd\`
Chris@10 4033 fi
Chris@10 4034 # remove .libs from thisdir
Chris@10 4035 case \"\$thisdir\" in
Chris@10 4036 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
Chris@10 4037 $objdir ) thisdir=. ;;
Chris@10 4038 esac
Chris@10 4039 fi
Chris@10 4040
Chris@10 4041 # Try to get the absolute directory name.
Chris@10 4042 absdir=\`cd \"\$thisdir\" && pwd\`
Chris@10 4043 test -n \"\$absdir\" && thisdir=\"\$absdir\"
Chris@10 4044 "
Chris@10 4045
Chris@10 4046 if test "$fast_install" = yes; then
Chris@10 4047 $ECHO "\
Chris@10 4048 program=lt-'$outputname'$exeext
Chris@10 4049 progdir=\"\$thisdir/$objdir\"
Chris@10 4050
Chris@10 4051 if test ! -f \"\$progdir/\$program\" ||
Chris@10 4052 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
Chris@10 4053 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
Chris@10 4054
Chris@10 4055 file=\"\$\$-\$program\"
Chris@10 4056
Chris@10 4057 if test ! -d \"\$progdir\"; then
Chris@10 4058 $MKDIR \"\$progdir\"
Chris@10 4059 else
Chris@10 4060 $RM \"\$progdir/\$file\"
Chris@10 4061 fi"
Chris@10 4062
Chris@10 4063 $ECHO "\
Chris@10 4064
Chris@10 4065 # relink executable if necessary
Chris@10 4066 if test -n \"\$relink_command\"; then
Chris@10 4067 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
Chris@10 4068 else
Chris@10 4069 $ECHO \"\$relink_command_output\" >&2
Chris@10 4070 $RM \"\$progdir/\$file\"
Chris@10 4071 exit 1
Chris@10 4072 fi
Chris@10 4073 fi
Chris@10 4074
Chris@10 4075 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
Chris@10 4076 { $RM \"\$progdir/\$program\";
Chris@10 4077 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
Chris@10 4078 $RM \"\$progdir/\$file\"
Chris@10 4079 fi"
Chris@10 4080 else
Chris@10 4081 $ECHO "\
Chris@10 4082 program='$outputname'
Chris@10 4083 progdir=\"\$thisdir/$objdir\"
Chris@10 4084 "
Chris@10 4085 fi
Chris@10 4086
Chris@10 4087 $ECHO "\
Chris@10 4088
Chris@10 4089 if test -f \"\$progdir/\$program\"; then"
Chris@10 4090
Chris@10 4091 # fixup the dll searchpath if we need to.
Chris@10 4092 #
Chris@10 4093 # Fix the DLL searchpath if we need to. Do this before prepending
Chris@10 4094 # to shlibpath, because on Windows, both are PATH and uninstalled
Chris@10 4095 # libraries must come first.
Chris@10 4096 if test -n "$dllsearchpath"; then
Chris@10 4097 $ECHO "\
Chris@10 4098 # Add the dll search path components to the executable PATH
Chris@10 4099 PATH=$dllsearchpath:\$PATH
Chris@10 4100 "
Chris@10 4101 fi
Chris@10 4102
Chris@10 4103 # Export our shlibpath_var if we have one.
Chris@10 4104 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
Chris@10 4105 $ECHO "\
Chris@10 4106 # Add our own library path to $shlibpath_var
Chris@10 4107 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
Chris@10 4108
Chris@10 4109 # Some systems cannot cope with colon-terminated $shlibpath_var
Chris@10 4110 # The second colon is a workaround for a bug in BeOS R4 sed
Chris@10 4111 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
Chris@10 4112
Chris@10 4113 export $shlibpath_var
Chris@10 4114 "
Chris@10 4115 fi
Chris@10 4116
Chris@10 4117 $ECHO "\
Chris@10 4118 if test \"\$libtool_execute_magic\" != \"$magic\"; then
Chris@10 4119 # Run the actual program with our arguments.
Chris@10 4120 func_exec_program \${1+\"\$@\"}
Chris@10 4121 fi
Chris@10 4122 else
Chris@10 4123 # The program doesn't exist.
Chris@10 4124 \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
Chris@10 4125 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
Chris@10 4126 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
Chris@10 4127 exit 1
Chris@10 4128 fi
Chris@10 4129 fi\
Chris@10 4130 "
Chris@10 4131 }
Chris@10 4132
Chris@10 4133
Chris@10 4134 # func_emit_cwrapperexe_src
Chris@10 4135 # emit the source code for a wrapper executable on stdout
Chris@10 4136 # Must ONLY be called from within func_mode_link because
Chris@10 4137 # it depends on a number of variable set therein.
Chris@10 4138 func_emit_cwrapperexe_src ()
Chris@10 4139 {
Chris@10 4140 cat <<EOF
Chris@10 4141
Chris@10 4142 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
Chris@10 4143 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
Chris@10 4144
Chris@10 4145 The $output program cannot be directly executed until all the libtool
Chris@10 4146 libraries that it depends on are installed.
Chris@10 4147
Chris@10 4148 This wrapper executable should never be moved out of the build directory.
Chris@10 4149 If it is, it will not operate correctly.
Chris@10 4150 */
Chris@10 4151 EOF
Chris@10 4152 cat <<"EOF"
Chris@10 4153 #ifdef _MSC_VER
Chris@10 4154 # define _CRT_SECURE_NO_DEPRECATE 1
Chris@10 4155 #endif
Chris@10 4156 #include <stdio.h>
Chris@10 4157 #include <stdlib.h>
Chris@10 4158 #ifdef _MSC_VER
Chris@10 4159 # include <direct.h>
Chris@10 4160 # include <process.h>
Chris@10 4161 # include <io.h>
Chris@10 4162 #else
Chris@10 4163 # include <unistd.h>
Chris@10 4164 # include <stdint.h>
Chris@10 4165 # ifdef __CYGWIN__
Chris@10 4166 # include <io.h>
Chris@10 4167 # endif
Chris@10 4168 #endif
Chris@10 4169 #include <malloc.h>
Chris@10 4170 #include <stdarg.h>
Chris@10 4171 #include <assert.h>
Chris@10 4172 #include <string.h>
Chris@10 4173 #include <ctype.h>
Chris@10 4174 #include <errno.h>
Chris@10 4175 #include <fcntl.h>
Chris@10 4176 #include <sys/stat.h>
Chris@10 4177
Chris@10 4178 /* declarations of non-ANSI functions */
Chris@10 4179 #if defined(__MINGW32__)
Chris@10 4180 # ifdef __STRICT_ANSI__
Chris@10 4181 int _putenv (const char *);
Chris@10 4182 # endif
Chris@10 4183 #elif defined(__CYGWIN__)
Chris@10 4184 # ifdef __STRICT_ANSI__
Chris@10 4185 char *realpath (const char *, char *);
Chris@10 4186 int putenv (char *);
Chris@10 4187 int setenv (const char *, const char *, int);
Chris@10 4188 # endif
Chris@10 4189 /* #elif defined (other platforms) ... */
Chris@10 4190 #endif
Chris@10 4191
Chris@10 4192 /* portability defines, excluding path handling macros */
Chris@10 4193 #if defined(_MSC_VER)
Chris@10 4194 # define setmode _setmode
Chris@10 4195 # define stat _stat
Chris@10 4196 # define chmod _chmod
Chris@10 4197 # define getcwd _getcwd
Chris@10 4198 # define putenv _putenv
Chris@10 4199 # define S_IXUSR _S_IEXEC
Chris@10 4200 # ifndef _INTPTR_T_DEFINED
Chris@10 4201 # define _INTPTR_T_DEFINED
Chris@10 4202 # define intptr_t int
Chris@10 4203 # endif
Chris@10 4204 #elif defined(__MINGW32__)
Chris@10 4205 # define setmode _setmode
Chris@10 4206 # define stat _stat
Chris@10 4207 # define chmod _chmod
Chris@10 4208 # define getcwd _getcwd
Chris@10 4209 # define putenv _putenv
Chris@10 4210 #elif defined(__CYGWIN__)
Chris@10 4211 # define HAVE_SETENV
Chris@10 4212 # define FOPEN_WB "wb"
Chris@10 4213 /* #elif defined (other platforms) ... */
Chris@10 4214 #endif
Chris@10 4215
Chris@10 4216 #if defined(PATH_MAX)
Chris@10 4217 # define LT_PATHMAX PATH_MAX
Chris@10 4218 #elif defined(MAXPATHLEN)
Chris@10 4219 # define LT_PATHMAX MAXPATHLEN
Chris@10 4220 #else
Chris@10 4221 # define LT_PATHMAX 1024
Chris@10 4222 #endif
Chris@10 4223
Chris@10 4224 #ifndef S_IXOTH
Chris@10 4225 # define S_IXOTH 0
Chris@10 4226 #endif
Chris@10 4227 #ifndef S_IXGRP
Chris@10 4228 # define S_IXGRP 0
Chris@10 4229 #endif
Chris@10 4230
Chris@10 4231 /* path handling portability macros */
Chris@10 4232 #ifndef DIR_SEPARATOR
Chris@10 4233 # define DIR_SEPARATOR '/'
Chris@10 4234 # define PATH_SEPARATOR ':'
Chris@10 4235 #endif
Chris@10 4236
Chris@10 4237 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
Chris@10 4238 defined (__OS2__)
Chris@10 4239 # define HAVE_DOS_BASED_FILE_SYSTEM
Chris@10 4240 # define FOPEN_WB "wb"
Chris@10 4241 # ifndef DIR_SEPARATOR_2
Chris@10 4242 # define DIR_SEPARATOR_2 '\\'
Chris@10 4243 # endif
Chris@10 4244 # ifndef PATH_SEPARATOR_2
Chris@10 4245 # define PATH_SEPARATOR_2 ';'
Chris@10 4246 # endif
Chris@10 4247 #endif
Chris@10 4248
Chris@10 4249 #ifndef DIR_SEPARATOR_2
Chris@10 4250 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
Chris@10 4251 #else /* DIR_SEPARATOR_2 */
Chris@10 4252 # define IS_DIR_SEPARATOR(ch) \
Chris@10 4253 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
Chris@10 4254 #endif /* DIR_SEPARATOR_2 */
Chris@10 4255
Chris@10 4256 #ifndef PATH_SEPARATOR_2
Chris@10 4257 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
Chris@10 4258 #else /* PATH_SEPARATOR_2 */
Chris@10 4259 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
Chris@10 4260 #endif /* PATH_SEPARATOR_2 */
Chris@10 4261
Chris@10 4262 #ifndef FOPEN_WB
Chris@10 4263 # define FOPEN_WB "w"
Chris@10 4264 #endif
Chris@10 4265 #ifndef _O_BINARY
Chris@10 4266 # define _O_BINARY 0
Chris@10 4267 #endif
Chris@10 4268
Chris@10 4269 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
Chris@10 4270 #define XFREE(stale) do { \
Chris@10 4271 if (stale) { free ((void *) stale); stale = 0; } \
Chris@10 4272 } while (0)
Chris@10 4273
Chris@10 4274 #if defined(LT_DEBUGWRAPPER)
Chris@10 4275 static int lt_debug = 1;
Chris@10 4276 #else
Chris@10 4277 static int lt_debug = 0;
Chris@10 4278 #endif
Chris@10 4279
Chris@10 4280 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
Chris@10 4281
Chris@10 4282 void *xmalloc (size_t num);
Chris@10 4283 char *xstrdup (const char *string);
Chris@10 4284 const char *base_name (const char *name);
Chris@10 4285 char *find_executable (const char *wrapper);
Chris@10 4286 char *chase_symlinks (const char *pathspec);
Chris@10 4287 int make_executable (const char *path);
Chris@10 4288 int check_executable (const char *path);
Chris@10 4289 char *strendzap (char *str, const char *pat);
Chris@10 4290 void lt_debugprintf (const char *file, int line, const char *fmt, ...);
Chris@10 4291 void lt_fatal (const char *file, int line, const char *message, ...);
Chris@10 4292 static const char *nonnull (const char *s);
Chris@10 4293 static const char *nonempty (const char *s);
Chris@10 4294 void lt_setenv (const char *name, const char *value);
Chris@10 4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
Chris@10 4296 void lt_update_exe_path (const char *name, const char *value);
Chris@10 4297 void lt_update_lib_path (const char *name, const char *value);
Chris@10 4298 char **prepare_spawn (char **argv);
Chris@10 4299 void lt_dump_script (FILE *f);
Chris@10 4300 EOF
Chris@10 4301
Chris@10 4302 cat <<EOF
Chris@10 4303 volatile const char * MAGIC_EXE = "$magic_exe";
Chris@10 4304 const char * LIB_PATH_VARNAME = "$shlibpath_var";
Chris@10 4305 EOF
Chris@10 4306
Chris@10 4307 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
Chris@10 4308 func_to_host_path "$temp_rpath"
Chris@10 4309 cat <<EOF
Chris@10 4310 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
Chris@10 4311 EOF
Chris@10 4312 else
Chris@10 4313 cat <<"EOF"
Chris@10 4314 const char * LIB_PATH_VALUE = "";
Chris@10 4315 EOF
Chris@10 4316 fi
Chris@10 4317
Chris@10 4318 if test -n "$dllsearchpath"; then
Chris@10 4319 func_to_host_path "$dllsearchpath:"
Chris@10 4320 cat <<EOF
Chris@10 4321 const char * EXE_PATH_VARNAME = "PATH";
Chris@10 4322 const char * EXE_PATH_VALUE = "$func_to_host_path_result";
Chris@10 4323 EOF
Chris@10 4324 else
Chris@10 4325 cat <<"EOF"
Chris@10 4326 const char * EXE_PATH_VARNAME = "";
Chris@10 4327 const char * EXE_PATH_VALUE = "";
Chris@10 4328 EOF
Chris@10 4329 fi
Chris@10 4330
Chris@10 4331 if test "$fast_install" = yes; then
Chris@10 4332 cat <<EOF
Chris@10 4333 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
Chris@10 4334 EOF
Chris@10 4335 else
Chris@10 4336 cat <<EOF
Chris@10 4337 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
Chris@10 4338 EOF
Chris@10 4339 fi
Chris@10 4340
Chris@10 4341
Chris@10 4342 cat <<"EOF"
Chris@10 4343
Chris@10 4344 #define LTWRAPPER_OPTION_PREFIX "--lt-"
Chris@10 4345
Chris@10 4346 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
Chris@10 4347 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
Chris@10 4348 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
Chris@10 4349
Chris@10 4350 int
Chris@10 4351 main (int argc, char *argv[])
Chris@10 4352 {
Chris@10 4353 char **newargz;
Chris@10 4354 int newargc;
Chris@10 4355 char *tmp_pathspec;
Chris@10 4356 char *actual_cwrapper_path;
Chris@10 4357 char *actual_cwrapper_name;
Chris@10 4358 char *target_name;
Chris@10 4359 char *lt_argv_zero;
Chris@10 4360 intptr_t rval = 127;
Chris@10 4361
Chris@10 4362 int i;
Chris@10 4363
Chris@10 4364 program_name = (char *) xstrdup (base_name (argv[0]));
Chris@10 4365 newargz = XMALLOC (char *, argc + 1);
Chris@10 4366
Chris@10 4367 /* very simple arg parsing; don't want to rely on getopt
Chris@10 4368 * also, copy all non cwrapper options to newargz, except
Chris@10 4369 * argz[0], which is handled differently
Chris@10 4370 */
Chris@10 4371 newargc=0;
Chris@10 4372 for (i = 1; i < argc; i++)
Chris@10 4373 {
Chris@10 4374 if (strcmp (argv[i], dumpscript_opt) == 0)
Chris@10 4375 {
Chris@10 4376 EOF
Chris@10 4377 case "$host" in
Chris@10 4378 *mingw* | *cygwin* )
Chris@10 4379 # make stdout use "unix" line endings
Chris@10 4380 echo " setmode(1,_O_BINARY);"
Chris@10 4381 ;;
Chris@10 4382 esac
Chris@10 4383
Chris@10 4384 cat <<"EOF"
Chris@10 4385 lt_dump_script (stdout);
Chris@10 4386 return 0;
Chris@10 4387 }
Chris@10 4388 if (strcmp (argv[i], debug_opt) == 0)
Chris@10 4389 {
Chris@10 4390 lt_debug = 1;
Chris@10 4391 continue;
Chris@10 4392 }
Chris@10 4393 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
Chris@10 4394 {
Chris@10 4395 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
Chris@10 4396 namespace, but it is not one of the ones we know about and
Chris@10 4397 have already dealt with, above (inluding dump-script), then
Chris@10 4398 report an error. Otherwise, targets might begin to believe
Chris@10 4399 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
Chris@10 4400 namespace. The first time any user complains about this, we'll
Chris@10 4401 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
Chris@10 4402 or a configure.ac-settable value.
Chris@10 4403 */
Chris@10 4404 lt_fatal (__FILE__, __LINE__,
Chris@10 4405 "unrecognized %s option: '%s'",
Chris@10 4406 ltwrapper_option_prefix, argv[i]);
Chris@10 4407 }
Chris@10 4408 /* otherwise ... */
Chris@10 4409 newargz[++newargc] = xstrdup (argv[i]);
Chris@10 4410 }
Chris@10 4411 newargz[++newargc] = NULL;
Chris@10 4412
Chris@10 4413 EOF
Chris@10 4414 cat <<EOF
Chris@10 4415 /* The GNU banner must be the first non-error debug message */
Chris@10 4416 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
Chris@10 4417 EOF
Chris@10 4418 cat <<"EOF"
Chris@10 4419 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
Chris@10 4420 lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
Chris@10 4421
Chris@10 4422 tmp_pathspec = find_executable (argv[0]);
Chris@10 4423 if (tmp_pathspec == NULL)
Chris@10 4424 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
Chris@10 4425 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4426 "(main) found exe (before symlink chase) at: %s\n",
Chris@10 4427 tmp_pathspec);
Chris@10 4428
Chris@10 4429 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
Chris@10 4430 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4431 "(main) found exe (after symlink chase) at: %s\n",
Chris@10 4432 actual_cwrapper_path);
Chris@10 4433 XFREE (tmp_pathspec);
Chris@10 4434
Chris@10 4435 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
Chris@10 4436 strendzap (actual_cwrapper_path, actual_cwrapper_name);
Chris@10 4437
Chris@10 4438 /* wrapper name transforms */
Chris@10 4439 strendzap (actual_cwrapper_name, ".exe");
Chris@10 4440 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
Chris@10 4441 XFREE (actual_cwrapper_name);
Chris@10 4442 actual_cwrapper_name = tmp_pathspec;
Chris@10 4443 tmp_pathspec = 0;
Chris@10 4444
Chris@10 4445 /* target_name transforms -- use actual target program name; might have lt- prefix */
Chris@10 4446 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
Chris@10 4447 strendzap (target_name, ".exe");
Chris@10 4448 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
Chris@10 4449 XFREE (target_name);
Chris@10 4450 target_name = tmp_pathspec;
Chris@10 4451 tmp_pathspec = 0;
Chris@10 4452
Chris@10 4453 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4454 "(main) libtool target name: %s\n",
Chris@10 4455 target_name);
Chris@10 4456 EOF
Chris@10 4457
Chris@10 4458 cat <<EOF
Chris@10 4459 newargz[0] =
Chris@10 4460 XMALLOC (char, (strlen (actual_cwrapper_path) +
Chris@10 4461 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
Chris@10 4462 strcpy (newargz[0], actual_cwrapper_path);
Chris@10 4463 strcat (newargz[0], "$objdir");
Chris@10 4464 strcat (newargz[0], "/");
Chris@10 4465 EOF
Chris@10 4466
Chris@10 4467 cat <<"EOF"
Chris@10 4468 /* stop here, and copy so we don't have to do this twice */
Chris@10 4469 tmp_pathspec = xstrdup (newargz[0]);
Chris@10 4470
Chris@10 4471 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
Chris@10 4472 strcat (newargz[0], actual_cwrapper_name);
Chris@10 4473
Chris@10 4474 /* DO want the lt- prefix here if it exists, so use target_name */
Chris@10 4475 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
Chris@10 4476 XFREE (tmp_pathspec);
Chris@10 4477 tmp_pathspec = NULL;
Chris@10 4478 EOF
Chris@10 4479
Chris@10 4480 case $host_os in
Chris@10 4481 mingw*)
Chris@10 4482 cat <<"EOF"
Chris@10 4483 {
Chris@10 4484 char* p;
Chris@10 4485 while ((p = strchr (newargz[0], '\\')) != NULL)
Chris@10 4486 {
Chris@10 4487 *p = '/';
Chris@10 4488 }
Chris@10 4489 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
Chris@10 4490 {
Chris@10 4491 *p = '/';
Chris@10 4492 }
Chris@10 4493 }
Chris@10 4494 EOF
Chris@10 4495 ;;
Chris@10 4496 esac
Chris@10 4497
Chris@10 4498 cat <<"EOF"
Chris@10 4499 XFREE (target_name);
Chris@10 4500 XFREE (actual_cwrapper_path);
Chris@10 4501 XFREE (actual_cwrapper_name);
Chris@10 4502
Chris@10 4503 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
Chris@10 4504 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
Chris@10 4505 /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must
Chris@10 4506 be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
Chris@10 4507 because on Windows, both *_VARNAMEs are PATH but uninstalled
Chris@10 4508 libraries must come first. */
Chris@10 4509 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
Chris@10 4510 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
Chris@10 4511
Chris@10 4512 lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
Chris@10 4513 nonnull (lt_argv_zero));
Chris@10 4514 for (i = 0; i < newargc; i++)
Chris@10 4515 {
Chris@10 4516 lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
Chris@10 4517 i, nonnull (newargz[i]));
Chris@10 4518 }
Chris@10 4519
Chris@10 4520 EOF
Chris@10 4521
Chris@10 4522 case $host_os in
Chris@10 4523 mingw*)
Chris@10 4524 cat <<"EOF"
Chris@10 4525 /* execv doesn't actually work on mingw as expected on unix */
Chris@10 4526 newargz = prepare_spawn (newargz);
Chris@10 4527 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
Chris@10 4528 if (rval == -1)
Chris@10 4529 {
Chris@10 4530 /* failed to start process */
Chris@10 4531 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4532 "(main) failed to launch target \"%s\": %s\n",
Chris@10 4533 lt_argv_zero, nonnull (strerror (errno)));
Chris@10 4534 return 127;
Chris@10 4535 }
Chris@10 4536 return rval;
Chris@10 4537 EOF
Chris@10 4538 ;;
Chris@10 4539 *)
Chris@10 4540 cat <<"EOF"
Chris@10 4541 execv (lt_argv_zero, newargz);
Chris@10 4542 return rval; /* =127, but avoids unused variable warning */
Chris@10 4543 EOF
Chris@10 4544 ;;
Chris@10 4545 esac
Chris@10 4546
Chris@10 4547 cat <<"EOF"
Chris@10 4548 }
Chris@10 4549
Chris@10 4550 void *
Chris@10 4551 xmalloc (size_t num)
Chris@10 4552 {
Chris@10 4553 void *p = (void *) malloc (num);
Chris@10 4554 if (!p)
Chris@10 4555 lt_fatal (__FILE__, __LINE__, "memory exhausted");
Chris@10 4556
Chris@10 4557 return p;
Chris@10 4558 }
Chris@10 4559
Chris@10 4560 char *
Chris@10 4561 xstrdup (const char *string)
Chris@10 4562 {
Chris@10 4563 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
Chris@10 4564 string) : NULL;
Chris@10 4565 }
Chris@10 4566
Chris@10 4567 const char *
Chris@10 4568 base_name (const char *name)
Chris@10 4569 {
Chris@10 4570 const char *base;
Chris@10 4571
Chris@10 4572 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
Chris@10 4573 /* Skip over the disk name in MSDOS pathnames. */
Chris@10 4574 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
Chris@10 4575 name += 2;
Chris@10 4576 #endif
Chris@10 4577
Chris@10 4578 for (base = name; *name; name++)
Chris@10 4579 if (IS_DIR_SEPARATOR (*name))
Chris@10 4580 base = name + 1;
Chris@10 4581 return base;
Chris@10 4582 }
Chris@10 4583
Chris@10 4584 int
Chris@10 4585 check_executable (const char *path)
Chris@10 4586 {
Chris@10 4587 struct stat st;
Chris@10 4588
Chris@10 4589 lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
Chris@10 4590 nonempty (path));
Chris@10 4591 if ((!path) || (!*path))
Chris@10 4592 return 0;
Chris@10 4593
Chris@10 4594 if ((stat (path, &st) >= 0)
Chris@10 4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
Chris@10 4596 return 1;
Chris@10 4597 else
Chris@10 4598 return 0;
Chris@10 4599 }
Chris@10 4600
Chris@10 4601 int
Chris@10 4602 make_executable (const char *path)
Chris@10 4603 {
Chris@10 4604 int rval = 0;
Chris@10 4605 struct stat st;
Chris@10 4606
Chris@10 4607 lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
Chris@10 4608 nonempty (path));
Chris@10 4609 if ((!path) || (!*path))
Chris@10 4610 return 0;
Chris@10 4611
Chris@10 4612 if (stat (path, &st) >= 0)
Chris@10 4613 {
Chris@10 4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
Chris@10 4615 }
Chris@10 4616 return rval;
Chris@10 4617 }
Chris@10 4618
Chris@10 4619 /* Searches for the full path of the wrapper. Returns
Chris@10 4620 newly allocated full path name if found, NULL otherwise
Chris@10 4621 Does not chase symlinks, even on platforms that support them.
Chris@10 4622 */
Chris@10 4623 char *
Chris@10 4624 find_executable (const char *wrapper)
Chris@10 4625 {
Chris@10 4626 int has_slash = 0;
Chris@10 4627 const char *p;
Chris@10 4628 const char *p_next;
Chris@10 4629 /* static buffer for getcwd */
Chris@10 4630 char tmp[LT_PATHMAX + 1];
Chris@10 4631 int tmp_len;
Chris@10 4632 char *concat_name;
Chris@10 4633
Chris@10 4634 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
Chris@10 4635 nonempty (wrapper));
Chris@10 4636
Chris@10 4637 if ((wrapper == NULL) || (*wrapper == '\0'))
Chris@10 4638 return NULL;
Chris@10 4639
Chris@10 4640 /* Absolute path? */
Chris@10 4641 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
Chris@10 4642 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
Chris@10 4643 {
Chris@10 4644 concat_name = xstrdup (wrapper);
Chris@10 4645 if (check_executable (concat_name))
Chris@10 4646 return concat_name;
Chris@10 4647 XFREE (concat_name);
Chris@10 4648 }
Chris@10 4649 else
Chris@10 4650 {
Chris@10 4651 #endif
Chris@10 4652 if (IS_DIR_SEPARATOR (wrapper[0]))
Chris@10 4653 {
Chris@10 4654 concat_name = xstrdup (wrapper);
Chris@10 4655 if (check_executable (concat_name))
Chris@10 4656 return concat_name;
Chris@10 4657 XFREE (concat_name);
Chris@10 4658 }
Chris@10 4659 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
Chris@10 4660 }
Chris@10 4661 #endif
Chris@10 4662
Chris@10 4663 for (p = wrapper; *p; p++)
Chris@10 4664 if (*p == '/')
Chris@10 4665 {
Chris@10 4666 has_slash = 1;
Chris@10 4667 break;
Chris@10 4668 }
Chris@10 4669 if (!has_slash)
Chris@10 4670 {
Chris@10 4671 /* no slashes; search PATH */
Chris@10 4672 const char *path = getenv ("PATH");
Chris@10 4673 if (path != NULL)
Chris@10 4674 {
Chris@10 4675 for (p = path; *p; p = p_next)
Chris@10 4676 {
Chris@10 4677 const char *q;
Chris@10 4678 size_t p_len;
Chris@10 4679 for (q = p; *q; q++)
Chris@10 4680 if (IS_PATH_SEPARATOR (*q))
Chris@10 4681 break;
Chris@10 4682 p_len = q - p;
Chris@10 4683 p_next = (*q == '\0' ? q : q + 1);
Chris@10 4684 if (p_len == 0)
Chris@10 4685 {
Chris@10 4686 /* empty path: current directory */
Chris@10 4687 if (getcwd (tmp, LT_PATHMAX) == NULL)
Chris@10 4688 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
Chris@10 4689 nonnull (strerror (errno)));
Chris@10 4690 tmp_len = strlen (tmp);
Chris@10 4691 concat_name =
Chris@10 4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
Chris@10 4693 memcpy (concat_name, tmp, tmp_len);
Chris@10 4694 concat_name[tmp_len] = '/';
Chris@10 4695 strcpy (concat_name + tmp_len + 1, wrapper);
Chris@10 4696 }
Chris@10 4697 else
Chris@10 4698 {
Chris@10 4699 concat_name =
Chris@10 4700 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
Chris@10 4701 memcpy (concat_name, p, p_len);
Chris@10 4702 concat_name[p_len] = '/';
Chris@10 4703 strcpy (concat_name + p_len + 1, wrapper);
Chris@10 4704 }
Chris@10 4705 if (check_executable (concat_name))
Chris@10 4706 return concat_name;
Chris@10 4707 XFREE (concat_name);
Chris@10 4708 }
Chris@10 4709 }
Chris@10 4710 /* not found in PATH; assume curdir */
Chris@10 4711 }
Chris@10 4712 /* Relative path | not found in path: prepend cwd */
Chris@10 4713 if (getcwd (tmp, LT_PATHMAX) == NULL)
Chris@10 4714 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
Chris@10 4715 nonnull (strerror (errno)));
Chris@10 4716 tmp_len = strlen (tmp);
Chris@10 4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
Chris@10 4718 memcpy (concat_name, tmp, tmp_len);
Chris@10 4719 concat_name[tmp_len] = '/';
Chris@10 4720 strcpy (concat_name + tmp_len + 1, wrapper);
Chris@10 4721
Chris@10 4722 if (check_executable (concat_name))
Chris@10 4723 return concat_name;
Chris@10 4724 XFREE (concat_name);
Chris@10 4725 return NULL;
Chris@10 4726 }
Chris@10 4727
Chris@10 4728 char *
Chris@10 4729 chase_symlinks (const char *pathspec)
Chris@10 4730 {
Chris@10 4731 #ifndef S_ISLNK
Chris@10 4732 return xstrdup (pathspec);
Chris@10 4733 #else
Chris@10 4734 char buf[LT_PATHMAX];
Chris@10 4735 struct stat s;
Chris@10 4736 char *tmp_pathspec = xstrdup (pathspec);
Chris@10 4737 char *p;
Chris@10 4738 int has_symlinks = 0;
Chris@10 4739 while (strlen (tmp_pathspec) && !has_symlinks)
Chris@10 4740 {
Chris@10 4741 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4742 "checking path component for symlinks: %s\n",
Chris@10 4743 tmp_pathspec);
Chris@10 4744 if (lstat (tmp_pathspec, &s) == 0)
Chris@10 4745 {
Chris@10 4746 if (S_ISLNK (s.st_mode) != 0)
Chris@10 4747 {
Chris@10 4748 has_symlinks = 1;
Chris@10 4749 break;
Chris@10 4750 }
Chris@10 4751
Chris@10 4752 /* search backwards for last DIR_SEPARATOR */
Chris@10 4753 p = tmp_pathspec + strlen (tmp_pathspec) - 1;
Chris@10 4754 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
Chris@10 4755 p--;
Chris@10 4756 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
Chris@10 4757 {
Chris@10 4758 /* no more DIR_SEPARATORS left */
Chris@10 4759 break;
Chris@10 4760 }
Chris@10 4761 *p = '\0';
Chris@10 4762 }
Chris@10 4763 else
Chris@10 4764 {
Chris@10 4765 lt_fatal (__FILE__, __LINE__,
Chris@10 4766 "error accessing file \"%s\": %s",
Chris@10 4767 tmp_pathspec, nonnull (strerror (errno)));
Chris@10 4768 }
Chris@10 4769 }
Chris@10 4770 XFREE (tmp_pathspec);
Chris@10 4771
Chris@10 4772 if (!has_symlinks)
Chris@10 4773 {
Chris@10 4774 return xstrdup (pathspec);
Chris@10 4775 }
Chris@10 4776
Chris@10 4777 tmp_pathspec = realpath (pathspec, buf);
Chris@10 4778 if (tmp_pathspec == 0)
Chris@10 4779 {
Chris@10 4780 lt_fatal (__FILE__, __LINE__,
Chris@10 4781 "could not follow symlinks for %s", pathspec);
Chris@10 4782 }
Chris@10 4783 return xstrdup (tmp_pathspec);
Chris@10 4784 #endif
Chris@10 4785 }
Chris@10 4786
Chris@10 4787 char *
Chris@10 4788 strendzap (char *str, const char *pat)
Chris@10 4789 {
Chris@10 4790 size_t len, patlen;
Chris@10 4791
Chris@10 4792 assert (str != NULL);
Chris@10 4793 assert (pat != NULL);
Chris@10 4794
Chris@10 4795 len = strlen (str);
Chris@10 4796 patlen = strlen (pat);
Chris@10 4797
Chris@10 4798 if (patlen <= len)
Chris@10 4799 {
Chris@10 4800 str += len - patlen;
Chris@10 4801 if (strcmp (str, pat) == 0)
Chris@10 4802 *str = '\0';
Chris@10 4803 }
Chris@10 4804 return str;
Chris@10 4805 }
Chris@10 4806
Chris@10 4807 void
Chris@10 4808 lt_debugprintf (const char *file, int line, const char *fmt, ...)
Chris@10 4809 {
Chris@10 4810 va_list args;
Chris@10 4811 if (lt_debug)
Chris@10 4812 {
Chris@10 4813 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
Chris@10 4814 va_start (args, fmt);
Chris@10 4815 (void) vfprintf (stderr, fmt, args);
Chris@10 4816 va_end (args);
Chris@10 4817 }
Chris@10 4818 }
Chris@10 4819
Chris@10 4820 static void
Chris@10 4821 lt_error_core (int exit_status, const char *file,
Chris@10 4822 int line, const char *mode,
Chris@10 4823 const char *message, va_list ap)
Chris@10 4824 {
Chris@10 4825 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
Chris@10 4826 vfprintf (stderr, message, ap);
Chris@10 4827 fprintf (stderr, ".\n");
Chris@10 4828
Chris@10 4829 if (exit_status >= 0)
Chris@10 4830 exit (exit_status);
Chris@10 4831 }
Chris@10 4832
Chris@10 4833 void
Chris@10 4834 lt_fatal (const char *file, int line, const char *message, ...)
Chris@10 4835 {
Chris@10 4836 va_list ap;
Chris@10 4837 va_start (ap, message);
Chris@10 4838 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
Chris@10 4839 va_end (ap);
Chris@10 4840 }
Chris@10 4841
Chris@10 4842 static const char *
Chris@10 4843 nonnull (const char *s)
Chris@10 4844 {
Chris@10 4845 return s ? s : "(null)";
Chris@10 4846 }
Chris@10 4847
Chris@10 4848 static const char *
Chris@10 4849 nonempty (const char *s)
Chris@10 4850 {
Chris@10 4851 return (s && !*s) ? "(empty)" : nonnull (s);
Chris@10 4852 }
Chris@10 4853
Chris@10 4854 void
Chris@10 4855 lt_setenv (const char *name, const char *value)
Chris@10 4856 {
Chris@10 4857 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4858 "(lt_setenv) setting '%s' to '%s'\n",
Chris@10 4859 nonnull (name), nonnull (value));
Chris@10 4860 {
Chris@10 4861 #ifdef HAVE_SETENV
Chris@10 4862 /* always make a copy, for consistency with !HAVE_SETENV */
Chris@10 4863 char *str = xstrdup (value);
Chris@10 4864 setenv (name, str, 1);
Chris@10 4865 #else
Chris@10 4866 int len = strlen (name) + 1 + strlen (value) + 1;
Chris@10 4867 char *str = XMALLOC (char, len);
Chris@10 4868 sprintf (str, "%s=%s", name, value);
Chris@10 4869 if (putenv (str) != EXIT_SUCCESS)
Chris@10 4870 {
Chris@10 4871 XFREE (str);
Chris@10 4872 }
Chris@10 4873 #endif
Chris@10 4874 }
Chris@10 4875 }
Chris@10 4876
Chris@10 4877 char *
Chris@10 4878 lt_extend_str (const char *orig_value, const char *add, int to_end)
Chris@10 4879 {
Chris@10 4880 char *new_value;
Chris@10 4881 if (orig_value && *orig_value)
Chris@10 4882 {
Chris@10 4883 int orig_value_len = strlen (orig_value);
Chris@10 4884 int add_len = strlen (add);
Chris@10 4885 new_value = XMALLOC (char, add_len + orig_value_len + 1);
Chris@10 4886 if (to_end)
Chris@10 4887 {
Chris@10 4888 strcpy (new_value, orig_value);
Chris@10 4889 strcpy (new_value + orig_value_len, add);
Chris@10 4890 }
Chris@10 4891 else
Chris@10 4892 {
Chris@10 4893 strcpy (new_value, add);
Chris@10 4894 strcpy (new_value + add_len, orig_value);
Chris@10 4895 }
Chris@10 4896 }
Chris@10 4897 else
Chris@10 4898 {
Chris@10 4899 new_value = xstrdup (add);
Chris@10 4900 }
Chris@10 4901 return new_value;
Chris@10 4902 }
Chris@10 4903
Chris@10 4904 void
Chris@10 4905 lt_update_exe_path (const char *name, const char *value)
Chris@10 4906 {
Chris@10 4907 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4908 "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
Chris@10 4909 nonnull (name), nonnull (value));
Chris@10 4910
Chris@10 4911 if (name && *name && value && *value)
Chris@10 4912 {
Chris@10 4913 char *new_value = lt_extend_str (getenv (name), value, 0);
Chris@10 4914 /* some systems can't cope with a ':'-terminated path #' */
Chris@10 4915 int len = strlen (new_value);
Chris@10 4916 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
Chris@10 4917 {
Chris@10 4918 new_value[len-1] = '\0';
Chris@10 4919 }
Chris@10 4920 lt_setenv (name, new_value);
Chris@10 4921 XFREE (new_value);
Chris@10 4922 }
Chris@10 4923 }
Chris@10 4924
Chris@10 4925 void
Chris@10 4926 lt_update_lib_path (const char *name, const char *value)
Chris@10 4927 {
Chris@10 4928 lt_debugprintf (__FILE__, __LINE__,
Chris@10 4929 "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
Chris@10 4930 nonnull (name), nonnull (value));
Chris@10 4931
Chris@10 4932 if (name && *name && value && *value)
Chris@10 4933 {
Chris@10 4934 char *new_value = lt_extend_str (getenv (name), value, 0);
Chris@10 4935 lt_setenv (name, new_value);
Chris@10 4936 XFREE (new_value);
Chris@10 4937 }
Chris@10 4938 }
Chris@10 4939
Chris@10 4940 EOF
Chris@10 4941 case $host_os in
Chris@10 4942 mingw*)
Chris@10 4943 cat <<"EOF"
Chris@10 4944
Chris@10 4945 /* Prepares an argument vector before calling spawn().
Chris@10 4946 Note that spawn() does not by itself call the command interpreter
Chris@10 4947 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
Chris@10 4948 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
Chris@10 4949 GetVersionEx(&v);
Chris@10 4950 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
Chris@10 4951 }) ? "cmd.exe" : "command.com").
Chris@10 4952 Instead it simply concatenates the arguments, separated by ' ', and calls
Chris@10 4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
Chris@10 4954 interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
Chris@10 4955 special way:
Chris@10 4956 - Space and tab are interpreted as delimiters. They are not treated as
Chris@10 4957 delimiters if they are surrounded by double quotes: "...".
Chris@10 4958 - Unescaped double quotes are removed from the input. Their only effect is
Chris@10 4959 that within double quotes, space and tab are treated like normal
Chris@10 4960 characters.
Chris@10 4961 - Backslashes not followed by double quotes are not special.
Chris@10 4962 - But 2*n+1 backslashes followed by a double quote become
Chris@10 4963 n backslashes followed by a double quote (n >= 0):
Chris@10 4964 \" -> "
Chris@10 4965 \\\" -> \"
Chris@10 4966 \\\\\" -> \\"
Chris@10 4967 */
Chris@10 4968 #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
Chris@10 4969 #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
Chris@10 4970 char **
Chris@10 4971 prepare_spawn (char **argv)
Chris@10 4972 {
Chris@10 4973 size_t argc;
Chris@10 4974 char **new_argv;
Chris@10 4975 size_t i;
Chris@10 4976
Chris@10 4977 /* Count number of arguments. */
Chris@10 4978 for (argc = 0; argv[argc] != NULL; argc++)
Chris@10 4979 ;
Chris@10 4980
Chris@10 4981 /* Allocate new argument vector. */
Chris@10 4982 new_argv = XMALLOC (char *, argc + 1);
Chris@10 4983
Chris@10 4984 /* Put quoted arguments into the new argument vector. */
Chris@10 4985 for (i = 0; i < argc; i++)
Chris@10 4986 {
Chris@10 4987 const char *string = argv[i];
Chris@10 4988
Chris@10 4989 if (string[0] == '\0')
Chris@10 4990 new_argv[i] = xstrdup ("\"\"");
Chris@10 4991 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
Chris@10 4992 {
Chris@10 4993 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
Chris@10 4994 size_t length;
Chris@10 4995 unsigned int backslashes;
Chris@10 4996 const char *s;
Chris@10 4997 char *quoted_string;
Chris@10 4998 char *p;
Chris@10 4999
Chris@10 5000 length = 0;
Chris@10 5001 backslashes = 0;
Chris@10 5002 if (quote_around)
Chris@10 5003 length++;
Chris@10 5004 for (s = string; *s != '\0'; s++)
Chris@10 5005 {
Chris@10 5006 char c = *s;
Chris@10 5007 if (c == '"')
Chris@10 5008 length += backslashes + 1;
Chris@10 5009 length++;
Chris@10 5010 if (c == '\\')
Chris@10 5011 backslashes++;
Chris@10 5012 else
Chris@10 5013 backslashes = 0;
Chris@10 5014 }
Chris@10 5015 if (quote_around)
Chris@10 5016 length += backslashes + 1;
Chris@10 5017
Chris@10 5018 quoted_string = XMALLOC (char, length + 1);
Chris@10 5019
Chris@10 5020 p = quoted_string;
Chris@10 5021 backslashes = 0;
Chris@10 5022 if (quote_around)
Chris@10 5023 *p++ = '"';
Chris@10 5024 for (s = string; *s != '\0'; s++)
Chris@10 5025 {
Chris@10 5026 char c = *s;
Chris@10 5027 if (c == '"')
Chris@10 5028 {
Chris@10 5029 unsigned int j;
Chris@10 5030 for (j = backslashes + 1; j > 0; j--)
Chris@10 5031 *p++ = '\\';
Chris@10 5032 }
Chris@10 5033 *p++ = c;
Chris@10 5034 if (c == '\\')
Chris@10 5035 backslashes++;
Chris@10 5036 else
Chris@10 5037 backslashes = 0;
Chris@10 5038 }
Chris@10 5039 if (quote_around)
Chris@10 5040 {
Chris@10 5041 unsigned int j;
Chris@10 5042 for (j = backslashes; j > 0; j--)
Chris@10 5043 *p++ = '\\';
Chris@10 5044 *p++ = '"';
Chris@10 5045 }
Chris@10 5046 *p = '\0';
Chris@10 5047
Chris@10 5048 new_argv[i] = quoted_string;
Chris@10 5049 }
Chris@10 5050 else
Chris@10 5051 new_argv[i] = (char *) string;
Chris@10 5052 }
Chris@10 5053 new_argv[argc] = NULL;
Chris@10 5054
Chris@10 5055 return new_argv;
Chris@10 5056 }
Chris@10 5057 EOF
Chris@10 5058 ;;
Chris@10 5059 esac
Chris@10 5060
Chris@10 5061 cat <<"EOF"
Chris@10 5062 void lt_dump_script (FILE* f)
Chris@10 5063 {
Chris@10 5064 EOF
Chris@10 5065 func_emit_wrapper yes |
Chris@10 5066 $SED -n -e '
Chris@10 5067 s/^\(.\{79\}\)\(..*\)/\1\
Chris@10 5068 \2/
Chris@10 5069 h
Chris@10 5070 s/\([\\"]\)/\\\1/g
Chris@10 5071 s/$/\\n/
Chris@10 5072 s/\([^\n]*\).*/ fputs ("\1", f);/p
Chris@10 5073 g
Chris@10 5074 D'
Chris@10 5075 cat <<"EOF"
Chris@10 5076 }
Chris@10 5077 EOF
Chris@10 5078 }
Chris@10 5079 # end: func_emit_cwrapperexe_src
Chris@10 5080
Chris@10 5081 # func_win32_import_lib_p ARG
Chris@10 5082 # True if ARG is an import lib, as indicated by $file_magic_cmd
Chris@10 5083 func_win32_import_lib_p ()
Chris@10 5084 {
Chris@10 5085 $opt_debug
Chris@10 5086 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
Chris@10 5087 *import*) : ;;
Chris@10 5088 *) false ;;
Chris@10 5089 esac
Chris@10 5090 }
Chris@10 5091
Chris@10 5092 # func_mode_link arg...
Chris@10 5093 func_mode_link ()
Chris@10 5094 {
Chris@10 5095 $opt_debug
Chris@10 5096 case $host in
Chris@10 5097 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
Chris@10 5098 # It is impossible to link a dll without this setting, and
Chris@10 5099 # we shouldn't force the makefile maintainer to figure out
Chris@10 5100 # which system we are compiling for in order to pass an extra
Chris@10 5101 # flag for every libtool invocation.
Chris@10 5102 # allow_undefined=no
Chris@10 5103
Chris@10 5104 # FIXME: Unfortunately, there are problems with the above when trying
Chris@10 5105 # to make a dll which has undefined symbols, in which case not
Chris@10 5106 # even a static library is built. For now, we need to specify
Chris@10 5107 # -no-undefined on the libtool link line when we can be certain
Chris@10 5108 # that all symbols are satisfied, otherwise we get a static library.
Chris@10 5109 allow_undefined=yes
Chris@10 5110 ;;
Chris@10 5111 *)
Chris@10 5112 allow_undefined=yes
Chris@10 5113 ;;
Chris@10 5114 esac
Chris@10 5115 libtool_args=$nonopt
Chris@10 5116 base_compile="$nonopt $@"
Chris@10 5117 compile_command=$nonopt
Chris@10 5118 finalize_command=$nonopt
Chris@10 5119
Chris@10 5120 compile_rpath=
Chris@10 5121 finalize_rpath=
Chris@10 5122 compile_shlibpath=
Chris@10 5123 finalize_shlibpath=
Chris@10 5124 convenience=
Chris@10 5125 old_convenience=
Chris@10 5126 deplibs=
Chris@10 5127 old_deplibs=
Chris@10 5128 compiler_flags=
Chris@10 5129 linker_flags=
Chris@10 5130 dllsearchpath=
Chris@10 5131 lib_search_path=`pwd`
Chris@10 5132 inst_prefix_dir=
Chris@10 5133 new_inherited_linker_flags=
Chris@10 5134
Chris@10 5135 avoid_version=no
Chris@10 5136 bindir=
Chris@10 5137 dlfiles=
Chris@10 5138 dlprefiles=
Chris@10 5139 dlself=no
Chris@10 5140 export_dynamic=no
Chris@10 5141 export_symbols=
Chris@10 5142 export_symbols_regex=
Chris@10 5143 generated=
Chris@10 5144 libobjs=
Chris@10 5145 ltlibs=
Chris@10 5146 module=no
Chris@10 5147 no_install=no
Chris@10 5148 objs=
Chris@10 5149 non_pic_objects=
Chris@10 5150 precious_files_regex=
Chris@10 5151 prefer_static_libs=no
Chris@10 5152 preload=no
Chris@10 5153 prev=
Chris@10 5154 prevarg=
Chris@10 5155 release=
Chris@10 5156 rpath=
Chris@10 5157 xrpath=
Chris@10 5158 perm_rpath=
Chris@10 5159 temp_rpath=
Chris@10 5160 thread_safe=no
Chris@10 5161 vinfo=
Chris@10 5162 vinfo_number=no
Chris@10 5163 weak_libs=
Chris@10 5164 single_module="${wl}-single_module"
Chris@10 5165 func_infer_tag $base_compile
Chris@10 5166
Chris@10 5167 # We need to know -static, to get the right output filenames.
Chris@10 5168 for arg
Chris@10 5169 do
Chris@10 5170 case $arg in
Chris@10 5171 -shared)
Chris@10 5172 test "$build_libtool_libs" != yes && \
Chris@10 5173 func_fatal_configuration "can not build a shared library"
Chris@10 5174 build_old_libs=no
Chris@10 5175 break
Chris@10 5176 ;;
Chris@10 5177 -all-static | -static | -static-libtool-libs)
Chris@10 5178 case $arg in
Chris@10 5179 -all-static)
Chris@10 5180 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
Chris@10 5181 func_warning "complete static linking is impossible in this configuration"
Chris@10 5182 fi
Chris@10 5183 if test -n "$link_static_flag"; then
Chris@10 5184 dlopen_self=$dlopen_self_static
Chris@10 5185 fi
Chris@10 5186 prefer_static_libs=yes
Chris@10 5187 ;;
Chris@10 5188 -static)
Chris@10 5189 if test -z "$pic_flag" && test -n "$link_static_flag"; then
Chris@10 5190 dlopen_self=$dlopen_self_static
Chris@10 5191 fi
Chris@10 5192 prefer_static_libs=built
Chris@10 5193 ;;
Chris@10 5194 -static-libtool-libs)
Chris@10 5195 if test -z "$pic_flag" && test -n "$link_static_flag"; then
Chris@10 5196 dlopen_self=$dlopen_self_static
Chris@10 5197 fi
Chris@10 5198 prefer_static_libs=yes
Chris@10 5199 ;;
Chris@10 5200 esac
Chris@10 5201 build_libtool_libs=no
Chris@10 5202 build_old_libs=yes
Chris@10 5203 break
Chris@10 5204 ;;
Chris@10 5205 esac
Chris@10 5206 done
Chris@10 5207
Chris@10 5208 # See if our shared archives depend on static archives.
Chris@10 5209 test -n "$old_archive_from_new_cmds" && build_old_libs=yes
Chris@10 5210
Chris@10 5211 # Go through the arguments, transforming them on the way.
Chris@10 5212 while test "$#" -gt 0; do
Chris@10 5213 arg="$1"
Chris@10 5214 shift
Chris@10 5215 func_quote_for_eval "$arg"
Chris@10 5216 qarg=$func_quote_for_eval_unquoted_result
Chris@10 5217 func_append libtool_args " $func_quote_for_eval_result"
Chris@10 5218
Chris@10 5219 # If the previous option needs an argument, assign it.
Chris@10 5220 if test -n "$prev"; then
Chris@10 5221 case $prev in
Chris@10 5222 output)
Chris@10 5223 func_append compile_command " @OUTPUT@"
Chris@10 5224 func_append finalize_command " @OUTPUT@"
Chris@10 5225 ;;
Chris@10 5226 esac
Chris@10 5227
Chris@10 5228 case $prev in
Chris@10 5229 bindir)
Chris@10 5230 bindir="$arg"
Chris@10 5231 prev=
Chris@10 5232 continue
Chris@10 5233 ;;
Chris@10 5234 dlfiles|dlprefiles)
Chris@10 5235 if test "$preload" = no; then
Chris@10 5236 # Add the symbol object into the linking commands.
Chris@10 5237 func_append compile_command " @SYMFILE@"
Chris@10 5238 func_append finalize_command " @SYMFILE@"
Chris@10 5239 preload=yes
Chris@10 5240 fi
Chris@10 5241 case $arg in
Chris@10 5242 *.la | *.lo) ;; # We handle these cases below.
Chris@10 5243 force)
Chris@10 5244 if test "$dlself" = no; then
Chris@10 5245 dlself=needless
Chris@10 5246 export_dynamic=yes
Chris@10 5247 fi
Chris@10 5248 prev=
Chris@10 5249 continue
Chris@10 5250 ;;
Chris@10 5251 self)
Chris@10 5252 if test "$prev" = dlprefiles; then
Chris@10 5253 dlself=yes
Chris@10 5254 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
Chris@10 5255 dlself=yes
Chris@10 5256 else
Chris@10 5257 dlself=needless
Chris@10 5258 export_dynamic=yes
Chris@10 5259 fi
Chris@10 5260 prev=
Chris@10 5261 continue
Chris@10 5262 ;;
Chris@10 5263 *)
Chris@10 5264 if test "$prev" = dlfiles; then
Chris@10 5265 func_append dlfiles " $arg"
Chris@10 5266 else
Chris@10 5267 func_append dlprefiles " $arg"
Chris@10 5268 fi
Chris@10 5269 prev=
Chris@10 5270 continue
Chris@10 5271 ;;
Chris@10 5272 esac
Chris@10 5273 ;;
Chris@10 5274 expsyms)
Chris@10 5275 export_symbols="$arg"
Chris@10 5276 test -f "$arg" \
Chris@10 5277 || func_fatal_error "symbol file \`$arg' does not exist"
Chris@10 5278 prev=
Chris@10 5279 continue
Chris@10 5280 ;;
Chris@10 5281 expsyms_regex)
Chris@10 5282 export_symbols_regex="$arg"
Chris@10 5283 prev=
Chris@10 5284 continue
Chris@10 5285 ;;
Chris@10 5286 framework)
Chris@10 5287 case $host in
Chris@10 5288 *-*-darwin*)
Chris@10 5289 case "$deplibs " in
Chris@10 5290 *" $qarg.ltframework "*) ;;
Chris@10 5291 *) func_append deplibs " $qarg.ltframework" # this is fixed later
Chris@10 5292 ;;
Chris@10 5293 esac
Chris@10 5294 ;;
Chris@10 5295 esac
Chris@10 5296 prev=
Chris@10 5297 continue
Chris@10 5298 ;;
Chris@10 5299 inst_prefix)
Chris@10 5300 inst_prefix_dir="$arg"
Chris@10 5301 prev=
Chris@10 5302 continue
Chris@10 5303 ;;
Chris@10 5304 objectlist)
Chris@10 5305 if test -f "$arg"; then
Chris@10 5306 save_arg=$arg
Chris@10 5307 moreargs=
Chris@10 5308 for fil in `cat "$save_arg"`
Chris@10 5309 do
Chris@10 5310 # func_append moreargs " $fil"
Chris@10 5311 arg=$fil
Chris@10 5312 # A libtool-controlled object.
Chris@10 5313
Chris@10 5314 # Check to see that this really is a libtool object.
Chris@10 5315 if func_lalib_unsafe_p "$arg"; then
Chris@10 5316 pic_object=
Chris@10 5317 non_pic_object=
Chris@10 5318
Chris@10 5319 # Read the .lo file
Chris@10 5320 func_source "$arg"
Chris@10 5321
Chris@10 5322 if test -z "$pic_object" ||
Chris@10 5323 test -z "$non_pic_object" ||
Chris@10 5324 test "$pic_object" = none &&
Chris@10 5325 test "$non_pic_object" = none; then
Chris@10 5326 func_fatal_error "cannot find name of object for \`$arg'"
Chris@10 5327 fi
Chris@10 5328
Chris@10 5329 # Extract subdirectory from the argument.
Chris@10 5330 func_dirname "$arg" "/" ""
Chris@10 5331 xdir="$func_dirname_result"
Chris@10 5332
Chris@10 5333 if test "$pic_object" != none; then
Chris@10 5334 # Prepend the subdirectory the object is found in.
Chris@10 5335 pic_object="$xdir$pic_object"
Chris@10 5336
Chris@10 5337 if test "$prev" = dlfiles; then
Chris@10 5338 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
Chris@10 5339 func_append dlfiles " $pic_object"
Chris@10 5340 prev=
Chris@10 5341 continue
Chris@10 5342 else
Chris@10 5343 # If libtool objects are unsupported, then we need to preload.
Chris@10 5344 prev=dlprefiles
Chris@10 5345 fi
Chris@10 5346 fi
Chris@10 5347
Chris@10 5348 # CHECK ME: I think I busted this. -Ossama
Chris@10 5349 if test "$prev" = dlprefiles; then
Chris@10 5350 # Preload the old-style object.
Chris@10 5351 func_append dlprefiles " $pic_object"
Chris@10 5352 prev=
Chris@10 5353 fi
Chris@10 5354
Chris@10 5355 # A PIC object.
Chris@10 5356 func_append libobjs " $pic_object"
Chris@10 5357 arg="$pic_object"
Chris@10 5358 fi
Chris@10 5359
Chris@10 5360 # Non-PIC object.
Chris@10 5361 if test "$non_pic_object" != none; then
Chris@10 5362 # Prepend the subdirectory the object is found in.
Chris@10 5363 non_pic_object="$xdir$non_pic_object"
Chris@10 5364
Chris@10 5365 # A standard non-PIC object
Chris@10 5366 func_append non_pic_objects " $non_pic_object"
Chris@10 5367 if test -z "$pic_object" || test "$pic_object" = none ; then
Chris@10 5368 arg="$non_pic_object"
Chris@10 5369 fi
Chris@10 5370 else
Chris@10 5371 # If the PIC object exists, use it instead.
Chris@10 5372 # $xdir was prepended to $pic_object above.
Chris@10 5373 non_pic_object="$pic_object"
Chris@10 5374 func_append non_pic_objects " $non_pic_object"
Chris@10 5375 fi
Chris@10 5376 else
Chris@10 5377 # Only an error if not doing a dry-run.
Chris@10 5378 if $opt_dry_run; then
Chris@10 5379 # Extract subdirectory from the argument.
Chris@10 5380 func_dirname "$arg" "/" ""
Chris@10 5381 xdir="$func_dirname_result"
Chris@10 5382
Chris@10 5383 func_lo2o "$arg"
Chris@10 5384 pic_object=$xdir$objdir/$func_lo2o_result
Chris@10 5385 non_pic_object=$xdir$func_lo2o_result
Chris@10 5386 func_append libobjs " $pic_object"
Chris@10 5387 func_append non_pic_objects " $non_pic_object"
Chris@10 5388 else
Chris@10 5389 func_fatal_error "\`$arg' is not a valid libtool object"
Chris@10 5390 fi
Chris@10 5391 fi
Chris@10 5392 done
Chris@10 5393 else
Chris@10 5394 func_fatal_error "link input file \`$arg' does not exist"
Chris@10 5395 fi
Chris@10 5396 arg=$save_arg
Chris@10 5397 prev=
Chris@10 5398 continue
Chris@10 5399 ;;
Chris@10 5400 precious_regex)
Chris@10 5401 precious_files_regex="$arg"
Chris@10 5402 prev=
Chris@10 5403 continue
Chris@10 5404 ;;
Chris@10 5405 release)
Chris@10 5406 release="-$arg"
Chris@10 5407 prev=
Chris@10 5408 continue
Chris@10 5409 ;;
Chris@10 5410 rpath | xrpath)
Chris@10 5411 # We need an absolute path.
Chris@10 5412 case $arg in
Chris@10 5413 [\\/]* | [A-Za-z]:[\\/]*) ;;
Chris@10 5414 *)
Chris@10 5415 func_fatal_error "only absolute run-paths are allowed"
Chris@10 5416 ;;
Chris@10 5417 esac
Chris@10 5418 if test "$prev" = rpath; then
Chris@10 5419 case "$rpath " in
Chris@10 5420 *" $arg "*) ;;
Chris@10 5421 *) func_append rpath " $arg" ;;
Chris@10 5422 esac
Chris@10 5423 else
Chris@10 5424 case "$xrpath " in
Chris@10 5425 *" $arg "*) ;;
Chris@10 5426 *) func_append xrpath " $arg" ;;
Chris@10 5427 esac
Chris@10 5428 fi
Chris@10 5429 prev=
Chris@10 5430 continue
Chris@10 5431 ;;
Chris@10 5432 shrext)
Chris@10 5433 shrext_cmds="$arg"
Chris@10 5434 prev=
Chris@10 5435 continue
Chris@10 5436 ;;
Chris@10 5437 weak)
Chris@10 5438 func_append weak_libs " $arg"
Chris@10 5439 prev=
Chris@10 5440 continue
Chris@10 5441 ;;
Chris@10 5442 xcclinker)
Chris@10 5443 func_append linker_flags " $qarg"
Chris@10 5444 func_append compiler_flags " $qarg"
Chris@10 5445 prev=
Chris@10 5446 func_append compile_command " $qarg"
Chris@10 5447 func_append finalize_command " $qarg"
Chris@10 5448 continue
Chris@10 5449 ;;
Chris@10 5450 xcompiler)
Chris@10 5451 func_append compiler_flags " $qarg"
Chris@10 5452 prev=
Chris@10 5453 func_append compile_command " $qarg"
Chris@10 5454 func_append finalize_command " $qarg"
Chris@10 5455 continue
Chris@10 5456 ;;
Chris@10 5457 xlinker)
Chris@10 5458 func_append linker_flags " $qarg"
Chris@10 5459 func_append compiler_flags " $wl$qarg"
Chris@10 5460 prev=
Chris@10 5461 func_append compile_command " $wl$qarg"
Chris@10 5462 func_append finalize_command " $wl$qarg"
Chris@10 5463 continue
Chris@10 5464 ;;
Chris@10 5465 *)
Chris@10 5466 eval "$prev=\"\$arg\""
Chris@10 5467 prev=
Chris@10 5468 continue
Chris@10 5469 ;;
Chris@10 5470 esac
Chris@10 5471 fi # test -n "$prev"
Chris@10 5472
Chris@10 5473 prevarg="$arg"
Chris@10 5474
Chris@10 5475 case $arg in
Chris@10 5476 -all-static)
Chris@10 5477 if test -n "$link_static_flag"; then
Chris@10 5478 # See comment for -static flag below, for more details.
Chris@10 5479 func_append compile_command " $link_static_flag"
Chris@10 5480 func_append finalize_command " $link_static_flag"
Chris@10 5481 fi
Chris@10 5482 continue
Chris@10 5483 ;;
Chris@10 5484
Chris@10 5485 -allow-undefined)
Chris@10 5486 # FIXME: remove this flag sometime in the future.
Chris@10 5487 func_fatal_error "\`-allow-undefined' must not be used because it is the default"
Chris@10 5488 ;;
Chris@10 5489
Chris@10 5490 -avoid-version)
Chris@10 5491 avoid_version=yes
Chris@10 5492 continue
Chris@10 5493 ;;
Chris@10 5494
Chris@10 5495 -bindir)
Chris@10 5496 prev=bindir
Chris@10 5497 continue
Chris@10 5498 ;;
Chris@10 5499
Chris@10 5500 -dlopen)
Chris@10 5501 prev=dlfiles
Chris@10 5502 continue
Chris@10 5503 ;;
Chris@10 5504
Chris@10 5505 -dlpreopen)
Chris@10 5506 prev=dlprefiles
Chris@10 5507 continue
Chris@10 5508 ;;
Chris@10 5509
Chris@10 5510 -export-dynamic)
Chris@10 5511 export_dynamic=yes
Chris@10 5512 continue
Chris@10 5513 ;;
Chris@10 5514
Chris@10 5515 -export-symbols | -export-symbols-regex)
Chris@10 5516 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
Chris@10 5517 func_fatal_error "more than one -exported-symbols argument is not allowed"
Chris@10 5518 fi
Chris@10 5519 if test "X$arg" = "X-export-symbols"; then
Chris@10 5520 prev=expsyms
Chris@10 5521 else
Chris@10 5522 prev=expsyms_regex
Chris@10 5523 fi
Chris@10 5524 continue
Chris@10 5525 ;;
Chris@10 5526
Chris@10 5527 -framework)
Chris@10 5528 prev=framework
Chris@10 5529 continue
Chris@10 5530 ;;
Chris@10 5531
Chris@10 5532 -inst-prefix-dir)
Chris@10 5533 prev=inst_prefix
Chris@10 5534 continue
Chris@10 5535 ;;
Chris@10 5536
Chris@10 5537 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
Chris@10 5538 # so, if we see these flags be careful not to treat them like -L
Chris@10 5539 -L[A-Z][A-Z]*:*)
Chris@10 5540 case $with_gcc/$host in
Chris@10 5541 no/*-*-irix* | /*-*-irix*)
Chris@10 5542 func_append compile_command " $arg"
Chris@10 5543 func_append finalize_command " $arg"
Chris@10 5544 ;;
Chris@10 5545 esac
Chris@10 5546 continue
Chris@10 5547 ;;
Chris@10 5548
Chris@10 5549 -L*)
Chris@10 5550 func_stripname "-L" '' "$arg"
Chris@10 5551 if test -z "$func_stripname_result"; then
Chris@10 5552 if test "$#" -gt 0; then
Chris@10 5553 func_fatal_error "require no space between \`-L' and \`$1'"
Chris@10 5554 else
Chris@10 5555 func_fatal_error "need path for \`-L' option"
Chris@10 5556 fi
Chris@10 5557 fi
Chris@10 5558 func_resolve_sysroot "$func_stripname_result"
Chris@10 5559 dir=$func_resolve_sysroot_result
Chris@10 5560 # We need an absolute path.
Chris@10 5561 case $dir in
Chris@10 5562 [\\/]* | [A-Za-z]:[\\/]*) ;;
Chris@10 5563 *)
Chris@10 5564 absdir=`cd "$dir" && pwd`
Chris@10 5565 test -z "$absdir" && \
Chris@10 5566 func_fatal_error "cannot determine absolute directory name of \`$dir'"
Chris@10 5567 dir="$absdir"
Chris@10 5568 ;;
Chris@10 5569 esac
Chris@10 5570 case "$deplibs " in
Chris@10 5571 *" -L$dir "* | *" $arg "*)
Chris@10 5572 # Will only happen for absolute or sysroot arguments
Chris@10 5573 ;;
Chris@10 5574 *)
Chris@10 5575 # Preserve sysroot, but never include relative directories
Chris@10 5576 case $dir in
Chris@10 5577 [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
Chris@10 5578 *) func_append deplibs " -L$dir" ;;
Chris@10 5579 esac
Chris@10 5580 func_append lib_search_path " $dir"
Chris@10 5581 ;;
Chris@10 5582 esac
Chris@10 5583 case $host in
Chris@10 5584 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
Chris@10 5585 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
Chris@10 5586 case :$dllsearchpath: in
Chris@10 5587 *":$dir:"*) ;;
Chris@10 5588 ::) dllsearchpath=$dir;;
Chris@10 5589 *) func_append dllsearchpath ":$dir";;
Chris@10 5590 esac
Chris@10 5591 case :$dllsearchpath: in
Chris@10 5592 *":$testbindir:"*) ;;
Chris@10 5593 ::) dllsearchpath=$testbindir;;
Chris@10 5594 *) func_append dllsearchpath ":$testbindir";;
Chris@10 5595 esac
Chris@10 5596 ;;
Chris@10 5597 esac
Chris@10 5598 continue
Chris@10 5599 ;;
Chris@10 5600
Chris@10 5601 -l*)
Chris@10 5602 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
Chris@10 5603 case $host in
Chris@10 5604 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
Chris@10 5605 # These systems don't actually have a C or math library (as such)
Chris@10 5606 continue
Chris@10 5607 ;;
Chris@10 5608 *-*-os2*)
Chris@10 5609 # These systems don't actually have a C library (as such)
Chris@10 5610 test "X$arg" = "X-lc" && continue
Chris@10 5611 ;;
Chris@10 5612 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
Chris@10 5613 # Do not include libc due to us having libc/libc_r.
Chris@10 5614 test "X$arg" = "X-lc" && continue
Chris@10 5615 ;;
Chris@10 5616 *-*-rhapsody* | *-*-darwin1.[012])
Chris@10 5617 # Rhapsody C and math libraries are in the System framework
Chris@10 5618 func_append deplibs " System.ltframework"
Chris@10 5619 continue
Chris@10 5620 ;;
Chris@10 5621 *-*-sco3.2v5* | *-*-sco5v6*)
Chris@10 5622 # Causes problems with __ctype
Chris@10 5623 test "X$arg" = "X-lc" && continue
Chris@10 5624 ;;
Chris@10 5625 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
Chris@10 5626 # Compiler inserts libc in the correct place for threads to work
Chris@10 5627 test "X$arg" = "X-lc" && continue
Chris@10 5628 ;;
Chris@10 5629 esac
Chris@10 5630 elif test "X$arg" = "X-lc_r"; then
Chris@10 5631 case $host in
Chris@10 5632 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
Chris@10 5633 # Do not include libc_r directly, use -pthread flag.
Chris@10 5634 continue
Chris@10 5635 ;;
Chris@10 5636 esac
Chris@10 5637 fi
Chris@10 5638 func_append deplibs " $arg"
Chris@10 5639 continue
Chris@10 5640 ;;
Chris@10 5641
Chris@10 5642 -module)
Chris@10 5643 module=yes
Chris@10 5644 continue
Chris@10 5645 ;;
Chris@10 5646
Chris@10 5647 # Tru64 UNIX uses -model [arg] to determine the layout of C++
Chris@10 5648 # classes, name mangling, and exception handling.
Chris@10 5649 # Darwin uses the -arch flag to determine output architecture.
Chris@10 5650 -model|-arch|-isysroot|--sysroot)
Chris@10 5651 func_append compiler_flags " $arg"
Chris@10 5652 func_append compile_command " $arg"
Chris@10 5653 func_append finalize_command " $arg"
Chris@10 5654 prev=xcompiler
Chris@10 5655 continue
Chris@10 5656 ;;
Chris@10 5657
Chris@10 5658 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
Chris@10 5659 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
Chris@10 5660 func_append compiler_flags " $arg"
Chris@10 5661 func_append compile_command " $arg"
Chris@10 5662 func_append finalize_command " $arg"
Chris@10 5663 case "$new_inherited_linker_flags " in
Chris@10 5664 *" $arg "*) ;;
Chris@10 5665 * ) func_append new_inherited_linker_flags " $arg" ;;
Chris@10 5666 esac
Chris@10 5667 continue
Chris@10 5668 ;;
Chris@10 5669
Chris@10 5670 -multi_module)
Chris@10 5671 single_module="${wl}-multi_module"
Chris@10 5672 continue
Chris@10 5673 ;;
Chris@10 5674
Chris@10 5675 -no-fast-install)
Chris@10 5676 fast_install=no
Chris@10 5677 continue
Chris@10 5678 ;;
Chris@10 5679
Chris@10 5680 -no-install)
Chris@10 5681 case $host in
Chris@10 5682 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
Chris@10 5683 # The PATH hackery in wrapper scripts is required on Windows
Chris@10 5684 # and Darwin in order for the loader to find any dlls it needs.
Chris@10 5685 func_warning "\`-no-install' is ignored for $host"
Chris@10 5686 func_warning "assuming \`-no-fast-install' instead"
Chris@10 5687 fast_install=no
Chris@10 5688 ;;
Chris@10 5689 *) no_install=yes ;;
Chris@10 5690 esac
Chris@10 5691 continue
Chris@10 5692 ;;
Chris@10 5693
Chris@10 5694 -no-undefined)
Chris@10 5695 allow_undefined=no
Chris@10 5696 continue
Chris@10 5697 ;;
Chris@10 5698
Chris@10 5699 -objectlist)
Chris@10 5700 prev=objectlist
Chris@10 5701 continue
Chris@10 5702 ;;
Chris@10 5703
Chris@10 5704 -o) prev=output ;;
Chris@10 5705
Chris@10 5706 -precious-files-regex)
Chris@10 5707 prev=precious_regex
Chris@10 5708 continue
Chris@10 5709 ;;
Chris@10 5710
Chris@10 5711 -release)
Chris@10 5712 prev=release
Chris@10 5713 continue
Chris@10 5714 ;;
Chris@10 5715
Chris@10 5716 -rpath)
Chris@10 5717 prev=rpath
Chris@10 5718 continue
Chris@10 5719 ;;
Chris@10 5720
Chris@10 5721 -R)
Chris@10 5722 prev=xrpath
Chris@10 5723 continue
Chris@10 5724 ;;
Chris@10 5725
Chris@10 5726 -R*)
Chris@10 5727 func_stripname '-R' '' "$arg"
Chris@10 5728 dir=$func_stripname_result
Chris@10 5729 # We need an absolute path.
Chris@10 5730 case $dir in
Chris@10 5731 [\\/]* | [A-Za-z]:[\\/]*) ;;
Chris@10 5732 =*)
Chris@10 5733 func_stripname '=' '' "$dir"
Chris@10 5734 dir=$lt_sysroot$func_stripname_result
Chris@10 5735 ;;
Chris@10 5736 *)
Chris@10 5737 func_fatal_error "only absolute run-paths are allowed"
Chris@10 5738 ;;
Chris@10 5739 esac
Chris@10 5740 case "$xrpath " in
Chris@10 5741 *" $dir "*) ;;
Chris@10 5742 *) func_append xrpath " $dir" ;;
Chris@10 5743 esac
Chris@10 5744 continue
Chris@10 5745 ;;
Chris@10 5746
Chris@10 5747 -shared)
Chris@10 5748 # The effects of -shared are defined in a previous loop.
Chris@10 5749 continue
Chris@10 5750 ;;
Chris@10 5751
Chris@10 5752 -shrext)
Chris@10 5753 prev=shrext
Chris@10 5754 continue
Chris@10 5755 ;;
Chris@10 5756
Chris@10 5757 -static | -static-libtool-libs)
Chris@10 5758 # The effects of -static are defined in a previous loop.
Chris@10 5759 # We used to do the same as -all-static on platforms that
Chris@10 5760 # didn't have a PIC flag, but the assumption that the effects
Chris@10 5761 # would be equivalent was wrong. It would break on at least
Chris@10 5762 # Digital Unix and AIX.
Chris@10 5763 continue
Chris@10 5764 ;;
Chris@10 5765
Chris@10 5766 -thread-safe)
Chris@10 5767 thread_safe=yes
Chris@10 5768 continue
Chris@10 5769 ;;
Chris@10 5770
Chris@10 5771 -version-info)
Chris@10 5772 prev=vinfo
Chris@10 5773 continue
Chris@10 5774 ;;
Chris@10 5775
Chris@10 5776 -version-number)
Chris@10 5777 prev=vinfo
Chris@10 5778 vinfo_number=yes
Chris@10 5779 continue
Chris@10 5780 ;;
Chris@10 5781
Chris@10 5782 -weak)
Chris@10 5783 prev=weak
Chris@10 5784 continue
Chris@10 5785 ;;
Chris@10 5786
Chris@10 5787 -Wc,*)
Chris@10 5788 func_stripname '-Wc,' '' "$arg"
Chris@10 5789 args=$func_stripname_result
Chris@10 5790 arg=
Chris@10 5791 save_ifs="$IFS"; IFS=','
Chris@10 5792 for flag in $args; do
Chris@10 5793 IFS="$save_ifs"
Chris@10 5794 func_quote_for_eval "$flag"
Chris@10 5795 func_append arg " $func_quote_for_eval_result"
Chris@10 5796 func_append compiler_flags " $func_quote_for_eval_result"
Chris@10 5797 done
Chris@10 5798 IFS="$save_ifs"
Chris@10 5799 func_stripname ' ' '' "$arg"
Chris@10 5800 arg=$func_stripname_result
Chris@10 5801 ;;
Chris@10 5802
Chris@10 5803 -Wl,*)
Chris@10 5804 func_stripname '-Wl,' '' "$arg"
Chris@10 5805 args=$func_stripname_result
Chris@10 5806 arg=
Chris@10 5807 save_ifs="$IFS"; IFS=','
Chris@10 5808 for flag in $args; do
Chris@10 5809 IFS="$save_ifs"
Chris@10 5810 func_quote_for_eval "$flag"
Chris@10 5811 func_append arg " $wl$func_quote_for_eval_result"
Chris@10 5812 func_append compiler_flags " $wl$func_quote_for_eval_result"
Chris@10 5813 func_append linker_flags " $func_quote_for_eval_result"
Chris@10 5814 done
Chris@10 5815 IFS="$save_ifs"
Chris@10 5816 func_stripname ' ' '' "$arg"
Chris@10 5817 arg=$func_stripname_result
Chris@10 5818 ;;
Chris@10 5819
Chris@10 5820 -Xcompiler)
Chris@10 5821 prev=xcompiler
Chris@10 5822 continue
Chris@10 5823 ;;
Chris@10 5824
Chris@10 5825 -Xlinker)
Chris@10 5826 prev=xlinker
Chris@10 5827 continue
Chris@10 5828 ;;
Chris@10 5829
Chris@10 5830 -XCClinker)
Chris@10 5831 prev=xcclinker
Chris@10 5832 continue
Chris@10 5833 ;;
Chris@10 5834
Chris@10 5835 # -msg_* for osf cc
Chris@10 5836 -msg_*)
Chris@10 5837 func_quote_for_eval "$arg"
Chris@10 5838 arg="$func_quote_for_eval_result"
Chris@10 5839 ;;
Chris@10 5840
Chris@10 5841 # Flags to be passed through unchanged, with rationale:
Chris@10 5842 # -64, -mips[0-9] enable 64-bit mode for the SGI compiler
Chris@10 5843 # -r[0-9][0-9]* specify processor for the SGI compiler
Chris@10 5844 # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
Chris@10 5845 # +DA*, +DD* enable 64-bit mode for the HP compiler
Chris@10 5846 # -q* compiler args for the IBM compiler
Chris@10 5847 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
Chris@10 5848 # -F/path path to uninstalled frameworks, gcc on darwin
Chris@10 5849 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
Chris@10 5850 # @file GCC response files
Chris@10 5851 # -tp=* Portland pgcc target processor selection
Chris@10 5852 # --sysroot=* for sysroot support
Chris@10 5853 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
Chris@10 5854 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
Chris@10 5855 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
Chris@10 5856 -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
Chris@10 5857 func_quote_for_eval "$arg"
Chris@10 5858 arg="$func_quote_for_eval_result"
Chris@10 5859 func_append compile_command " $arg"
Chris@10 5860 func_append finalize_command " $arg"
Chris@10 5861 func_append compiler_flags " $arg"
Chris@10 5862 continue
Chris@10 5863 ;;
Chris@10 5864
Chris@10 5865 # Some other compiler flag.
Chris@10 5866 -* | +*)
Chris@10 5867 func_quote_for_eval "$arg"
Chris@10 5868 arg="$func_quote_for_eval_result"
Chris@10 5869 ;;
Chris@10 5870
Chris@10 5871 *.$objext)
Chris@10 5872 # A standard object.
Chris@10 5873 func_append objs " $arg"
Chris@10 5874 ;;
Chris@10 5875
Chris@10 5876 *.lo)
Chris@10 5877 # A libtool-controlled object.
Chris@10 5878
Chris@10 5879 # Check to see that this really is a libtool object.
Chris@10 5880 if func_lalib_unsafe_p "$arg"; then
Chris@10 5881 pic_object=
Chris@10 5882 non_pic_object=
Chris@10 5883
Chris@10 5884 # Read the .lo file
Chris@10 5885 func_source "$arg"
Chris@10 5886
Chris@10 5887 if test -z "$pic_object" ||
Chris@10 5888 test -z "$non_pic_object" ||
Chris@10 5889 test "$pic_object" = none &&
Chris@10 5890 test "$non_pic_object" = none; then
Chris@10 5891 func_fatal_error "cannot find name of object for \`$arg'"
Chris@10 5892 fi
Chris@10 5893
Chris@10 5894 # Extract subdirectory from the argument.
Chris@10 5895 func_dirname "$arg" "/" ""
Chris@10 5896 xdir="$func_dirname_result"
Chris@10 5897
Chris@10 5898 if test "$pic_object" != none; then
Chris@10 5899 # Prepend the subdirectory the object is found in.
Chris@10 5900 pic_object="$xdir$pic_object"
Chris@10 5901
Chris@10 5902 if test "$prev" = dlfiles; then
Chris@10 5903 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
Chris@10 5904 func_append dlfiles " $pic_object"
Chris@10 5905 prev=
Chris@10 5906 continue
Chris@10 5907 else
Chris@10 5908 # If libtool objects are unsupported, then we need to preload.
Chris@10 5909 prev=dlprefiles
Chris@10 5910 fi
Chris@10 5911 fi
Chris@10 5912
Chris@10 5913 # CHECK ME: I think I busted this. -Ossama
Chris@10 5914 if test "$prev" = dlprefiles; then
Chris@10 5915 # Preload the old-style object.
Chris@10 5916 func_append dlprefiles " $pic_object"
Chris@10 5917 prev=
Chris@10 5918 fi
Chris@10 5919
Chris@10 5920 # A PIC object.
Chris@10 5921 func_append libobjs " $pic_object"
Chris@10 5922 arg="$pic_object"
Chris@10 5923 fi
Chris@10 5924
Chris@10 5925 # Non-PIC object.
Chris@10 5926 if test "$non_pic_object" != none; then
Chris@10 5927 # Prepend the subdirectory the object is found in.
Chris@10 5928 non_pic_object="$xdir$non_pic_object"
Chris@10 5929
Chris@10 5930 # A standard non-PIC object
Chris@10 5931 func_append non_pic_objects " $non_pic_object"
Chris@10 5932 if test -z "$pic_object" || test "$pic_object" = none ; then
Chris@10 5933 arg="$non_pic_object"
Chris@10 5934 fi
Chris@10 5935 else
Chris@10 5936 # If the PIC object exists, use it instead.
Chris@10 5937 # $xdir was prepended to $pic_object above.
Chris@10 5938 non_pic_object="$pic_object"
Chris@10 5939 func_append non_pic_objects " $non_pic_object"
Chris@10 5940 fi
Chris@10 5941 else
Chris@10 5942 # Only an error if not doing a dry-run.
Chris@10 5943 if $opt_dry_run; then
Chris@10 5944 # Extract subdirectory from the argument.
Chris@10 5945 func_dirname "$arg" "/" ""
Chris@10 5946 xdir="$func_dirname_result"
Chris@10 5947
Chris@10 5948 func_lo2o "$arg"
Chris@10 5949 pic_object=$xdir$objdir/$func_lo2o_result
Chris@10 5950 non_pic_object=$xdir$func_lo2o_result
Chris@10 5951 func_append libobjs " $pic_object"
Chris@10 5952 func_append non_pic_objects " $non_pic_object"
Chris@10 5953 else
Chris@10 5954 func_fatal_error "\`$arg' is not a valid libtool object"
Chris@10 5955 fi
Chris@10 5956 fi
Chris@10 5957 ;;
Chris@10 5958
Chris@10 5959 *.$libext)
Chris@10 5960 # An archive.
Chris@10 5961 func_append deplibs " $arg"
Chris@10 5962 func_append old_deplibs " $arg"
Chris@10 5963 continue
Chris@10 5964 ;;
Chris@10 5965
Chris@10 5966 *.la)
Chris@10 5967 # A libtool-controlled library.
Chris@10 5968
Chris@10 5969 func_resolve_sysroot "$arg"
Chris@10 5970 if test "$prev" = dlfiles; then
Chris@10 5971 # This library was specified with -dlopen.
Chris@10 5972 func_append dlfiles " $func_resolve_sysroot_result"
Chris@10 5973 prev=
Chris@10 5974 elif test "$prev" = dlprefiles; then
Chris@10 5975 # The library was specified with -dlpreopen.
Chris@10 5976 func_append dlprefiles " $func_resolve_sysroot_result"
Chris@10 5977 prev=
Chris@10 5978 else
Chris@10 5979 func_append deplibs " $func_resolve_sysroot_result"
Chris@10 5980 fi
Chris@10 5981 continue
Chris@10 5982 ;;
Chris@10 5983
Chris@10 5984 # Some other compiler argument.
Chris@10 5985 *)
Chris@10 5986 # Unknown arguments in both finalize_command and compile_command need
Chris@10 5987 # to be aesthetically quoted because they are evaled later.
Chris@10 5988 func_quote_for_eval "$arg"
Chris@10 5989 arg="$func_quote_for_eval_result"
Chris@10 5990 ;;
Chris@10 5991 esac # arg
Chris@10 5992
Chris@10 5993 # Now actually substitute the argument into the commands.
Chris@10 5994 if test -n "$arg"; then
Chris@10 5995 func_append compile_command " $arg"
Chris@10 5996 func_append finalize_command " $arg"
Chris@10 5997 fi
Chris@10 5998 done # argument parsing loop
Chris@10 5999
Chris@10 6000 test -n "$prev" && \
Chris@10 6001 func_fatal_help "the \`$prevarg' option requires an argument"
Chris@10 6002
Chris@10 6003 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
Chris@10 6004 eval arg=\"$export_dynamic_flag_spec\"
Chris@10 6005 func_append compile_command " $arg"
Chris@10 6006 func_append finalize_command " $arg"
Chris@10 6007 fi
Chris@10 6008
Chris@10 6009 oldlibs=
Chris@10 6010 # calculate the name of the file, without its directory
Chris@10 6011 func_basename "$output"
Chris@10 6012 outputname="$func_basename_result"
Chris@10 6013 libobjs_save="$libobjs"
Chris@10 6014
Chris@10 6015 if test -n "$shlibpath_var"; then
Chris@10 6016 # get the directories listed in $shlibpath_var
Chris@10 6017 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
Chris@10 6018 else
Chris@10 6019 shlib_search_path=
Chris@10 6020 fi
Chris@10 6021 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
Chris@10 6022 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
Chris@10 6023
Chris@10 6024 func_dirname "$output" "/" ""
Chris@10 6025 output_objdir="$func_dirname_result$objdir"
Chris@10 6026 func_to_tool_file "$output_objdir/"
Chris@10 6027 tool_output_objdir=$func_to_tool_file_result
Chris@10 6028 # Create the object directory.
Chris@10 6029 func_mkdir_p "$output_objdir"
Chris@10 6030
Chris@10 6031 # Determine the type of output
Chris@10 6032 case $output in
Chris@10 6033 "")
Chris@10 6034 func_fatal_help "you must specify an output file"
Chris@10 6035 ;;
Chris@10 6036 *.$libext) linkmode=oldlib ;;
Chris@10 6037 *.lo | *.$objext) linkmode=obj ;;
Chris@10 6038 *.la) linkmode=lib ;;
Chris@10 6039 *) linkmode=prog ;; # Anything else should be a program.
Chris@10 6040 esac
Chris@10 6041
Chris@10 6042 specialdeplibs=
Chris@10 6043
Chris@10 6044 libs=
Chris@10 6045 # Find all interdependent deplibs by searching for libraries
Chris@10 6046 # that are linked more than once (e.g. -la -lb -la)
Chris@10 6047 for deplib in $deplibs; do
Chris@10 6048 if $opt_preserve_dup_deps ; then
Chris@10 6049 case "$libs " in
Chris@10 6050 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
Chris@10 6051 esac
Chris@10 6052 fi
Chris@10 6053 func_append libs " $deplib"
Chris@10 6054 done
Chris@10 6055
Chris@10 6056 if test "$linkmode" = lib; then
Chris@10 6057 libs="$predeps $libs $compiler_lib_search_path $postdeps"
Chris@10 6058
Chris@10 6059 # Compute libraries that are listed more than once in $predeps
Chris@10 6060 # $postdeps and mark them as special (i.e., whose duplicates are
Chris@10 6061 # not to be eliminated).
Chris@10 6062 pre_post_deps=
Chris@10 6063 if $opt_duplicate_compiler_generated_deps; then
Chris@10 6064 for pre_post_dep in $predeps $postdeps; do
Chris@10 6065 case "$pre_post_deps " in
Chris@10 6066 *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
Chris@10 6067 esac
Chris@10 6068 func_append pre_post_deps " $pre_post_dep"
Chris@10 6069 done
Chris@10 6070 fi
Chris@10 6071 pre_post_deps=
Chris@10 6072 fi
Chris@10 6073
Chris@10 6074 deplibs=
Chris@10 6075 newdependency_libs=
Chris@10 6076 newlib_search_path=
Chris@10 6077 need_relink=no # whether we're linking any uninstalled libtool libraries
Chris@10 6078 notinst_deplibs= # not-installed libtool libraries
Chris@10 6079 notinst_path= # paths that contain not-installed libtool libraries
Chris@10 6080
Chris@10 6081 case $linkmode in
Chris@10 6082 lib)
Chris@10 6083 passes="conv dlpreopen link"
Chris@10 6084 for file in $dlfiles $dlprefiles; do
Chris@10 6085 case $file in
Chris@10 6086 *.la) ;;
Chris@10 6087 *)
Chris@10 6088 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
Chris@10 6089 ;;
Chris@10 6090 esac
Chris@10 6091 done
Chris@10 6092 ;;
Chris@10 6093 prog)
Chris@10 6094 compile_deplibs=
Chris@10 6095 finalize_deplibs=
Chris@10 6096 alldeplibs=no
Chris@10 6097 newdlfiles=
Chris@10 6098 newdlprefiles=
Chris@10 6099 passes="conv scan dlopen dlpreopen link"
Chris@10 6100 ;;
Chris@10 6101 *) passes="conv"
Chris@10 6102 ;;
Chris@10 6103 esac
Chris@10 6104
Chris@10 6105 for pass in $passes; do
Chris@10 6106 # The preopen pass in lib mode reverses $deplibs; put it back here
Chris@10 6107 # so that -L comes before libs that need it for instance...
Chris@10 6108 if test "$linkmode,$pass" = "lib,link"; then
Chris@10 6109 ## FIXME: Find the place where the list is rebuilt in the wrong
Chris@10 6110 ## order, and fix it there properly
Chris@10 6111 tmp_deplibs=
Chris@10 6112 for deplib in $deplibs; do
Chris@10 6113 tmp_deplibs="$deplib $tmp_deplibs"
Chris@10 6114 done
Chris@10 6115 deplibs="$tmp_deplibs"
Chris@10 6116 fi
Chris@10 6117
Chris@10 6118 if test "$linkmode,$pass" = "lib,link" ||
Chris@10 6119 test "$linkmode,$pass" = "prog,scan"; then
Chris@10 6120 libs="$deplibs"
Chris@10 6121 deplibs=
Chris@10 6122 fi
Chris@10 6123 if test "$linkmode" = prog; then
Chris@10 6124 case $pass in
Chris@10 6125 dlopen) libs="$dlfiles" ;;
Chris@10 6126 dlpreopen) libs="$dlprefiles" ;;
Chris@10 6127 link)
Chris@10 6128 libs="$deplibs %DEPLIBS%"
Chris@10 6129 test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
Chris@10 6130 ;;
Chris@10 6131 esac
Chris@10 6132 fi
Chris@10 6133 if test "$linkmode,$pass" = "lib,dlpreopen"; then
Chris@10 6134 # Collect and forward deplibs of preopened libtool libs
Chris@10 6135 for lib in $dlprefiles; do
Chris@10 6136 # Ignore non-libtool-libs
Chris@10 6137 dependency_libs=
Chris@10 6138 func_resolve_sysroot "$lib"
Chris@10 6139 case $lib in
Chris@10 6140 *.la) func_source "$func_resolve_sysroot_result" ;;
Chris@10 6141 esac
Chris@10 6142
Chris@10 6143 # Collect preopened libtool deplibs, except any this library
Chris@10 6144 # has declared as weak libs
Chris@10 6145 for deplib in $dependency_libs; do
Chris@10 6146 func_basename "$deplib"
Chris@10 6147 deplib_base=$func_basename_result
Chris@10 6148 case " $weak_libs " in
Chris@10 6149 *" $deplib_base "*) ;;
Chris@10 6150 *) func_append deplibs " $deplib" ;;
Chris@10 6151 esac
Chris@10 6152 done
Chris@10 6153 done
Chris@10 6154 libs="$dlprefiles"
Chris@10 6155 fi
Chris@10 6156 if test "$pass" = dlopen; then
Chris@10 6157 # Collect dlpreopened libraries
Chris@10 6158 save_deplibs="$deplibs"
Chris@10 6159 deplibs=
Chris@10 6160 fi
Chris@10 6161
Chris@10 6162 for deplib in $libs; do
Chris@10 6163 lib=
Chris@10 6164 found=no
Chris@10 6165 case $deplib in
Chris@10 6166 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
Chris@10 6167 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
Chris@10 6168 if test "$linkmode,$pass" = "prog,link"; then
Chris@10 6169 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6170 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6171 else
Chris@10 6172 func_append compiler_flags " $deplib"
Chris@10 6173 if test "$linkmode" = lib ; then
Chris@10 6174 case "$new_inherited_linker_flags " in
Chris@10 6175 *" $deplib "*) ;;
Chris@10 6176 * ) func_append new_inherited_linker_flags " $deplib" ;;
Chris@10 6177 esac
Chris@10 6178 fi
Chris@10 6179 fi
Chris@10 6180 continue
Chris@10 6181 ;;
Chris@10 6182 -l*)
Chris@10 6183 if test "$linkmode" != lib && test "$linkmode" != prog; then
Chris@10 6184 func_warning "\`-l' is ignored for archives/objects"
Chris@10 6185 continue
Chris@10 6186 fi
Chris@10 6187 func_stripname '-l' '' "$deplib"
Chris@10 6188 name=$func_stripname_result
Chris@10 6189 if test "$linkmode" = lib; then
Chris@10 6190 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
Chris@10 6191 else
Chris@10 6192 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
Chris@10 6193 fi
Chris@10 6194 for searchdir in $searchdirs; do
Chris@10 6195 for search_ext in .la $std_shrext .so .a; do
Chris@10 6196 # Search the libtool library
Chris@10 6197 lib="$searchdir/lib${name}${search_ext}"
Chris@10 6198 if test -f "$lib"; then
Chris@10 6199 if test "$search_ext" = ".la"; then
Chris@10 6200 found=yes
Chris@10 6201 else
Chris@10 6202 found=no
Chris@10 6203 fi
Chris@10 6204 break 2
Chris@10 6205 fi
Chris@10 6206 done
Chris@10 6207 done
Chris@10 6208 if test "$found" != yes; then
Chris@10 6209 # deplib doesn't seem to be a libtool library
Chris@10 6210 if test "$linkmode,$pass" = "prog,link"; then
Chris@10 6211 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6212 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6213 else
Chris@10 6214 deplibs="$deplib $deplibs"
Chris@10 6215 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
Chris@10 6216 fi
Chris@10 6217 continue
Chris@10 6218 else # deplib is a libtool library
Chris@10 6219 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
Chris@10 6220 # We need to do some special things here, and not later.
Chris@10 6221 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
Chris@10 6222 case " $predeps $postdeps " in
Chris@10 6223 *" $deplib "*)
Chris@10 6224 if func_lalib_p "$lib"; then
Chris@10 6225 library_names=
Chris@10 6226 old_library=
Chris@10 6227 func_source "$lib"
Chris@10 6228 for l in $old_library $library_names; do
Chris@10 6229 ll="$l"
Chris@10 6230 done
Chris@10 6231 if test "X$ll" = "X$old_library" ; then # only static version available
Chris@10 6232 found=no
Chris@10 6233 func_dirname "$lib" "" "."
Chris@10 6234 ladir="$func_dirname_result"
Chris@10 6235 lib=$ladir/$old_library
Chris@10 6236 if test "$linkmode,$pass" = "prog,link"; then
Chris@10 6237 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6238 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6239 else
Chris@10 6240 deplibs="$deplib $deplibs"
Chris@10 6241 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
Chris@10 6242 fi
Chris@10 6243 continue
Chris@10 6244 fi
Chris@10 6245 fi
Chris@10 6246 ;;
Chris@10 6247 *) ;;
Chris@10 6248 esac
Chris@10 6249 fi
Chris@10 6250 fi
Chris@10 6251 ;; # -l
Chris@10 6252 *.ltframework)
Chris@10 6253 if test "$linkmode,$pass" = "prog,link"; then
Chris@10 6254 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6255 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6256 else
Chris@10 6257 deplibs="$deplib $deplibs"
Chris@10 6258 if test "$linkmode" = lib ; then
Chris@10 6259 case "$new_inherited_linker_flags " in
Chris@10 6260 *" $deplib "*) ;;
Chris@10 6261 * ) func_append new_inherited_linker_flags " $deplib" ;;
Chris@10 6262 esac
Chris@10 6263 fi
Chris@10 6264 fi
Chris@10 6265 continue
Chris@10 6266 ;;
Chris@10 6267 -L*)
Chris@10 6268 case $linkmode in
Chris@10 6269 lib)
Chris@10 6270 deplibs="$deplib $deplibs"
Chris@10 6271 test "$pass" = conv && continue
Chris@10 6272 newdependency_libs="$deplib $newdependency_libs"
Chris@10 6273 func_stripname '-L' '' "$deplib"
Chris@10 6274 func_resolve_sysroot "$func_stripname_result"
Chris@10 6275 func_append newlib_search_path " $func_resolve_sysroot_result"
Chris@10 6276 ;;
Chris@10 6277 prog)
Chris@10 6278 if test "$pass" = conv; then
Chris@10 6279 deplibs="$deplib $deplibs"
Chris@10 6280 continue
Chris@10 6281 fi
Chris@10 6282 if test "$pass" = scan; then
Chris@10 6283 deplibs="$deplib $deplibs"
Chris@10 6284 else
Chris@10 6285 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6286 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6287 fi
Chris@10 6288 func_stripname '-L' '' "$deplib"
Chris@10 6289 func_resolve_sysroot "$func_stripname_result"
Chris@10 6290 func_append newlib_search_path " $func_resolve_sysroot_result"
Chris@10 6291 ;;
Chris@10 6292 *)
Chris@10 6293 func_warning "\`-L' is ignored for archives/objects"
Chris@10 6294 ;;
Chris@10 6295 esac # linkmode
Chris@10 6296 continue
Chris@10 6297 ;; # -L
Chris@10 6298 -R*)
Chris@10 6299 if test "$pass" = link; then
Chris@10 6300 func_stripname '-R' '' "$deplib"
Chris@10 6301 func_resolve_sysroot "$func_stripname_result"
Chris@10 6302 dir=$func_resolve_sysroot_result
Chris@10 6303 # Make sure the xrpath contains only unique directories.
Chris@10 6304 case "$xrpath " in
Chris@10 6305 *" $dir "*) ;;
Chris@10 6306 *) func_append xrpath " $dir" ;;
Chris@10 6307 esac
Chris@10 6308 fi
Chris@10 6309 deplibs="$deplib $deplibs"
Chris@10 6310 continue
Chris@10 6311 ;;
Chris@10 6312 *.la)
Chris@10 6313 func_resolve_sysroot "$deplib"
Chris@10 6314 lib=$func_resolve_sysroot_result
Chris@10 6315 ;;
Chris@10 6316 *.$libext)
Chris@10 6317 if test "$pass" = conv; then
Chris@10 6318 deplibs="$deplib $deplibs"
Chris@10 6319 continue
Chris@10 6320 fi
Chris@10 6321 case $linkmode in
Chris@10 6322 lib)
Chris@10 6323 # Linking convenience modules into shared libraries is allowed,
Chris@10 6324 # but linking other static libraries is non-portable.
Chris@10 6325 case " $dlpreconveniencelibs " in
Chris@10 6326 *" $deplib "*) ;;
Chris@10 6327 *)
Chris@10 6328 valid_a_lib=no
Chris@10 6329 case $deplibs_check_method in
Chris@10 6330 match_pattern*)
Chris@10 6331 set dummy $deplibs_check_method; shift
Chris@10 6332 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
Chris@10 6333 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
Chris@10 6334 | $EGREP "$match_pattern_regex" > /dev/null; then
Chris@10 6335 valid_a_lib=yes
Chris@10 6336 fi
Chris@10 6337 ;;
Chris@10 6338 pass_all)
Chris@10 6339 valid_a_lib=yes
Chris@10 6340 ;;
Chris@10 6341 esac
Chris@10 6342 if test "$valid_a_lib" != yes; then
Chris@10 6343 echo
Chris@10 6344 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
Chris@10 6345 echo "*** I have the capability to make that library automatically link in when"
Chris@10 6346 echo "*** you link to this library. But I can only do this if you have a"
Chris@10 6347 echo "*** shared version of the library, which you do not appear to have"
Chris@10 6348 echo "*** because the file extensions .$libext of this argument makes me believe"
Chris@10 6349 echo "*** that it is just a static archive that I should not use here."
Chris@10 6350 else
Chris@10 6351 echo
Chris@10 6352 $ECHO "*** Warning: Linking the shared library $output against the"
Chris@10 6353 $ECHO "*** static library $deplib is not portable!"
Chris@10 6354 deplibs="$deplib $deplibs"
Chris@10 6355 fi
Chris@10 6356 ;;
Chris@10 6357 esac
Chris@10 6358 continue
Chris@10 6359 ;;
Chris@10 6360 prog)
Chris@10 6361 if test "$pass" != link; then
Chris@10 6362 deplibs="$deplib $deplibs"
Chris@10 6363 else
Chris@10 6364 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6365 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6366 fi
Chris@10 6367 continue
Chris@10 6368 ;;
Chris@10 6369 esac # linkmode
Chris@10 6370 ;; # *.$libext
Chris@10 6371 *.lo | *.$objext)
Chris@10 6372 if test "$pass" = conv; then
Chris@10 6373 deplibs="$deplib $deplibs"
Chris@10 6374 elif test "$linkmode" = prog; then
Chris@10 6375 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
Chris@10 6376 # If there is no dlopen support or we're linking statically,
Chris@10 6377 # we need to preload.
Chris@10 6378 func_append newdlprefiles " $deplib"
Chris@10 6379 compile_deplibs="$deplib $compile_deplibs"
Chris@10 6380 finalize_deplibs="$deplib $finalize_deplibs"
Chris@10 6381 else
Chris@10 6382 func_append newdlfiles " $deplib"
Chris@10 6383 fi
Chris@10 6384 fi
Chris@10 6385 continue
Chris@10 6386 ;;
Chris@10 6387 %DEPLIBS%)
Chris@10 6388 alldeplibs=yes
Chris@10 6389 continue
Chris@10 6390 ;;
Chris@10 6391 esac # case $deplib
Chris@10 6392
Chris@10 6393 if test "$found" = yes || test -f "$lib"; then :
Chris@10 6394 else
Chris@10 6395 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
Chris@10 6396 fi
Chris@10 6397
Chris@10 6398 # Check to see that this really is a libtool archive.
Chris@10 6399 func_lalib_unsafe_p "$lib" \
Chris@10 6400 || func_fatal_error "\`$lib' is not a valid libtool archive"
Chris@10 6401
Chris@10 6402 func_dirname "$lib" "" "."
Chris@10 6403 ladir="$func_dirname_result"
Chris@10 6404
Chris@10 6405 dlname=
Chris@10 6406 dlopen=
Chris@10 6407 dlpreopen=
Chris@10 6408 libdir=
Chris@10 6409 library_names=
Chris@10 6410 old_library=
Chris@10 6411 inherited_linker_flags=
Chris@10 6412 # If the library was installed with an old release of libtool,
Chris@10 6413 # it will not redefine variables installed, or shouldnotlink
Chris@10 6414 installed=yes
Chris@10 6415 shouldnotlink=no
Chris@10 6416 avoidtemprpath=
Chris@10 6417
Chris@10 6418
Chris@10 6419 # Read the .la file
Chris@10 6420 func_source "$lib"
Chris@10 6421
Chris@10 6422 # Convert "-framework foo" to "foo.ltframework"
Chris@10 6423 if test -n "$inherited_linker_flags"; then
Chris@10 6424 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
Chris@10 6425 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
Chris@10 6426 case " $new_inherited_linker_flags " in
Chris@10 6427 *" $tmp_inherited_linker_flag "*) ;;
Chris@10 6428 *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
Chris@10 6429 esac
Chris@10 6430 done
Chris@10 6431 fi
Chris@10 6432 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 6433 if test "$linkmode,$pass" = "lib,link" ||
Chris@10 6434 test "$linkmode,$pass" = "prog,scan" ||
Chris@10 6435 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
Chris@10 6436 test -n "$dlopen" && func_append dlfiles " $dlopen"
Chris@10 6437 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
Chris@10 6438 fi
Chris@10 6439
Chris@10 6440 if test "$pass" = conv; then
Chris@10 6441 # Only check for convenience libraries
Chris@10 6442 deplibs="$lib $deplibs"
Chris@10 6443 if test -z "$libdir"; then
Chris@10 6444 if test -z "$old_library"; then
Chris@10 6445 func_fatal_error "cannot find name of link library for \`$lib'"
Chris@10 6446 fi
Chris@10 6447 # It is a libtool convenience library, so add in its objects.
Chris@10 6448 func_append convenience " $ladir/$objdir/$old_library"
Chris@10 6449 func_append old_convenience " $ladir/$objdir/$old_library"
Chris@10 6450 tmp_libs=
Chris@10 6451 for deplib in $dependency_libs; do
Chris@10 6452 deplibs="$deplib $deplibs"
Chris@10 6453 if $opt_preserve_dup_deps ; then
Chris@10 6454 case "$tmp_libs " in
Chris@10 6455 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
Chris@10 6456 esac
Chris@10 6457 fi
Chris@10 6458 func_append tmp_libs " $deplib"
Chris@10 6459 done
Chris@10 6460 elif test "$linkmode" != prog && test "$linkmode" != lib; then
Chris@10 6461 func_fatal_error "\`$lib' is not a convenience library"
Chris@10 6462 fi
Chris@10 6463 continue
Chris@10 6464 fi # $pass = conv
Chris@10 6465
Chris@10 6466
Chris@10 6467 # Get the name of the library we link against.
Chris@10 6468 linklib=
Chris@10 6469 if test -n "$old_library" &&
Chris@10 6470 { test "$prefer_static_libs" = yes ||
Chris@10 6471 test "$prefer_static_libs,$installed" = "built,no"; }; then
Chris@10 6472 linklib=$old_library
Chris@10 6473 else
Chris@10 6474 for l in $old_library $library_names; do
Chris@10 6475 linklib="$l"
Chris@10 6476 done
Chris@10 6477 fi
Chris@10 6478 if test -z "$linklib"; then
Chris@10 6479 func_fatal_error "cannot find name of link library for \`$lib'"
Chris@10 6480 fi
Chris@10 6481
Chris@10 6482 # This library was specified with -dlopen.
Chris@10 6483 if test "$pass" = dlopen; then
Chris@10 6484 if test -z "$libdir"; then
Chris@10 6485 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
Chris@10 6486 fi
Chris@10 6487 if test -z "$dlname" ||
Chris@10 6488 test "$dlopen_support" != yes ||
Chris@10 6489 test "$build_libtool_libs" = no; then
Chris@10 6490 # If there is no dlname, no dlopen support or we're linking
Chris@10 6491 # statically, we need to preload. We also need to preload any
Chris@10 6492 # dependent libraries so libltdl's deplib preloader doesn't
Chris@10 6493 # bomb out in the load deplibs phase.
Chris@10 6494 func_append dlprefiles " $lib $dependency_libs"
Chris@10 6495 else
Chris@10 6496 func_append newdlfiles " $lib"
Chris@10 6497 fi
Chris@10 6498 continue
Chris@10 6499 fi # $pass = dlopen
Chris@10 6500
Chris@10 6501 # We need an absolute path.
Chris@10 6502 case $ladir in
Chris@10 6503 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
Chris@10 6504 *)
Chris@10 6505 abs_ladir=`cd "$ladir" && pwd`
Chris@10 6506 if test -z "$abs_ladir"; then
Chris@10 6507 func_warning "cannot determine absolute directory name of \`$ladir'"
Chris@10 6508 func_warning "passing it literally to the linker, although it might fail"
Chris@10 6509 abs_ladir="$ladir"
Chris@10 6510 fi
Chris@10 6511 ;;
Chris@10 6512 esac
Chris@10 6513 func_basename "$lib"
Chris@10 6514 laname="$func_basename_result"
Chris@10 6515
Chris@10 6516 # Find the relevant object directory and library name.
Chris@10 6517 if test "X$installed" = Xyes; then
Chris@10 6518 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
Chris@10 6519 func_warning "library \`$lib' was moved."
Chris@10 6520 dir="$ladir"
Chris@10 6521 absdir="$abs_ladir"
Chris@10 6522 libdir="$abs_ladir"
Chris@10 6523 else
Chris@10 6524 dir="$lt_sysroot$libdir"
Chris@10 6525 absdir="$lt_sysroot$libdir"
Chris@10 6526 fi
Chris@10 6527 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
Chris@10 6528 else
Chris@10 6529 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
Chris@10 6530 dir="$ladir"
Chris@10 6531 absdir="$abs_ladir"
Chris@10 6532 # Remove this search path later
Chris@10 6533 func_append notinst_path " $abs_ladir"
Chris@10 6534 else
Chris@10 6535 dir="$ladir/$objdir"
Chris@10 6536 absdir="$abs_ladir/$objdir"
Chris@10 6537 # Remove this search path later
Chris@10 6538 func_append notinst_path " $abs_ladir"
Chris@10 6539 fi
Chris@10 6540 fi # $installed = yes
Chris@10 6541 func_stripname 'lib' '.la' "$laname"
Chris@10 6542 name=$func_stripname_result
Chris@10 6543
Chris@10 6544 # This library was specified with -dlpreopen.
Chris@10 6545 if test "$pass" = dlpreopen; then
Chris@10 6546 if test -z "$libdir" && test "$linkmode" = prog; then
Chris@10 6547 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
Chris@10 6548 fi
Chris@10 6549 case "$host" in
Chris@10 6550 # special handling for platforms with PE-DLLs.
Chris@10 6551 *cygwin* | *mingw* | *cegcc* )
Chris@10 6552 # Linker will automatically link against shared library if both
Chris@10 6553 # static and shared are present. Therefore, ensure we extract
Chris@10 6554 # symbols from the import library if a shared library is present
Chris@10 6555 # (otherwise, the dlopen module name will be incorrect). We do
Chris@10 6556 # this by putting the import library name into $newdlprefiles.
Chris@10 6557 # We recover the dlopen module name by 'saving' the la file
Chris@10 6558 # name in a special purpose variable, and (later) extracting the
Chris@10 6559 # dlname from the la file.
Chris@10 6560 if test -n "$dlname"; then
Chris@10 6561 func_tr_sh "$dir/$linklib"
Chris@10 6562 eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
Chris@10 6563 func_append newdlprefiles " $dir/$linklib"
Chris@10 6564 else
Chris@10 6565 func_append newdlprefiles " $dir/$old_library"
Chris@10 6566 # Keep a list of preopened convenience libraries to check
Chris@10 6567 # that they are being used correctly in the link pass.
Chris@10 6568 test -z "$libdir" && \
Chris@10 6569 func_append dlpreconveniencelibs " $dir/$old_library"
Chris@10 6570 fi
Chris@10 6571 ;;
Chris@10 6572 * )
Chris@10 6573 # Prefer using a static library (so that no silly _DYNAMIC symbols
Chris@10 6574 # are required to link).
Chris@10 6575 if test -n "$old_library"; then
Chris@10 6576 func_append newdlprefiles " $dir/$old_library"
Chris@10 6577 # Keep a list of preopened convenience libraries to check
Chris@10 6578 # that they are being used correctly in the link pass.
Chris@10 6579 test -z "$libdir" && \
Chris@10 6580 func_append dlpreconveniencelibs " $dir/$old_library"
Chris@10 6581 # Otherwise, use the dlname, so that lt_dlopen finds it.
Chris@10 6582 elif test -n "$dlname"; then
Chris@10 6583 func_append newdlprefiles " $dir/$dlname"
Chris@10 6584 else
Chris@10 6585 func_append newdlprefiles " $dir/$linklib"
Chris@10 6586 fi
Chris@10 6587 ;;
Chris@10 6588 esac
Chris@10 6589 fi # $pass = dlpreopen
Chris@10 6590
Chris@10 6591 if test -z "$libdir"; then
Chris@10 6592 # Link the convenience library
Chris@10 6593 if test "$linkmode" = lib; then
Chris@10 6594 deplibs="$dir/$old_library $deplibs"
Chris@10 6595 elif test "$linkmode,$pass" = "prog,link"; then
Chris@10 6596 compile_deplibs="$dir/$old_library $compile_deplibs"
Chris@10 6597 finalize_deplibs="$dir/$old_library $finalize_deplibs"
Chris@10 6598 else
Chris@10 6599 deplibs="$lib $deplibs" # used for prog,scan pass
Chris@10 6600 fi
Chris@10 6601 continue
Chris@10 6602 fi
Chris@10 6603
Chris@10 6604
Chris@10 6605 if test "$linkmode" = prog && test "$pass" != link; then
Chris@10 6606 func_append newlib_search_path " $ladir"
Chris@10 6607 deplibs="$lib $deplibs"
Chris@10 6608
Chris@10 6609 linkalldeplibs=no
Chris@10 6610 if test "$link_all_deplibs" != no || test -z "$library_names" ||
Chris@10 6611 test "$build_libtool_libs" = no; then
Chris@10 6612 linkalldeplibs=yes
Chris@10 6613 fi
Chris@10 6614
Chris@10 6615 tmp_libs=
Chris@10 6616 for deplib in $dependency_libs; do
Chris@10 6617 case $deplib in
Chris@10 6618 -L*) func_stripname '-L' '' "$deplib"
Chris@10 6619 func_resolve_sysroot "$func_stripname_result"
Chris@10 6620 func_append newlib_search_path " $func_resolve_sysroot_result"
Chris@10 6621 ;;
Chris@10 6622 esac
Chris@10 6623 # Need to link against all dependency_libs?
Chris@10 6624 if test "$linkalldeplibs" = yes; then
Chris@10 6625 deplibs="$deplib $deplibs"
Chris@10 6626 else
Chris@10 6627 # Need to hardcode shared library paths
Chris@10 6628 # or/and link against static libraries
Chris@10 6629 newdependency_libs="$deplib $newdependency_libs"
Chris@10 6630 fi
Chris@10 6631 if $opt_preserve_dup_deps ; then
Chris@10 6632 case "$tmp_libs " in
Chris@10 6633 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
Chris@10 6634 esac
Chris@10 6635 fi
Chris@10 6636 func_append tmp_libs " $deplib"
Chris@10 6637 done # for deplib
Chris@10 6638 continue
Chris@10 6639 fi # $linkmode = prog...
Chris@10 6640
Chris@10 6641 if test "$linkmode,$pass" = "prog,link"; then
Chris@10 6642 if test -n "$library_names" &&
Chris@10 6643 { { test "$prefer_static_libs" = no ||
Chris@10 6644 test "$prefer_static_libs,$installed" = "built,yes"; } ||
Chris@10 6645 test -z "$old_library"; }; then
Chris@10 6646 # We need to hardcode the library path
Chris@10 6647 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
Chris@10 6648 # Make sure the rpath contains only unique directories.
Chris@10 6649 case "$temp_rpath:" in
Chris@10 6650 *"$absdir:"*) ;;
Chris@10 6651 *) func_append temp_rpath "$absdir:" ;;
Chris@10 6652 esac
Chris@10 6653 fi
Chris@10 6654
Chris@10 6655 # Hardcode the library path.
Chris@10 6656 # Skip directories that are in the system default run-time
Chris@10 6657 # search path.
Chris@10 6658 case " $sys_lib_dlsearch_path " in
Chris@10 6659 *" $absdir "*) ;;
Chris@10 6660 *)
Chris@10 6661 case "$compile_rpath " in
Chris@10 6662 *" $absdir "*) ;;
Chris@10 6663 *) func_append compile_rpath " $absdir" ;;
Chris@10 6664 esac
Chris@10 6665 ;;
Chris@10 6666 esac
Chris@10 6667 case " $sys_lib_dlsearch_path " in
Chris@10 6668 *" $libdir "*) ;;
Chris@10 6669 *)
Chris@10 6670 case "$finalize_rpath " in
Chris@10 6671 *" $libdir "*) ;;
Chris@10 6672 *) func_append finalize_rpath " $libdir" ;;
Chris@10 6673 esac
Chris@10 6674 ;;
Chris@10 6675 esac
Chris@10 6676 fi # $linkmode,$pass = prog,link...
Chris@10 6677
Chris@10 6678 if test "$alldeplibs" = yes &&
Chris@10 6679 { test "$deplibs_check_method" = pass_all ||
Chris@10 6680 { test "$build_libtool_libs" = yes &&
Chris@10 6681 test -n "$library_names"; }; }; then
Chris@10 6682 # We only need to search for static libraries
Chris@10 6683 continue
Chris@10 6684 fi
Chris@10 6685 fi
Chris@10 6686
Chris@10 6687 link_static=no # Whether the deplib will be linked statically
Chris@10 6688 use_static_libs=$prefer_static_libs
Chris@10 6689 if test "$use_static_libs" = built && test "$installed" = yes; then
Chris@10 6690 use_static_libs=no
Chris@10 6691 fi
Chris@10 6692 if test -n "$library_names" &&
Chris@10 6693 { test "$use_static_libs" = no || test -z "$old_library"; }; then
Chris@10 6694 case $host in
Chris@10 6695 *cygwin* | *mingw* | *cegcc*)
Chris@10 6696 # No point in relinking DLLs because paths are not encoded
Chris@10 6697 func_append notinst_deplibs " $lib"
Chris@10 6698 need_relink=no
Chris@10 6699 ;;
Chris@10 6700 *)
Chris@10 6701 if test "$installed" = no; then
Chris@10 6702 func_append notinst_deplibs " $lib"
Chris@10 6703 need_relink=yes
Chris@10 6704 fi
Chris@10 6705 ;;
Chris@10 6706 esac
Chris@10 6707 # This is a shared library
Chris@10 6708
Chris@10 6709 # Warn about portability, can't link against -module's on some
Chris@10 6710 # systems (darwin). Don't bleat about dlopened modules though!
Chris@10 6711 dlopenmodule=""
Chris@10 6712 for dlpremoduletest in $dlprefiles; do
Chris@10 6713 if test "X$dlpremoduletest" = "X$lib"; then
Chris@10 6714 dlopenmodule="$dlpremoduletest"
Chris@10 6715 break
Chris@10 6716 fi
Chris@10 6717 done
Chris@10 6718 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
Chris@10 6719 echo
Chris@10 6720 if test "$linkmode" = prog; then
Chris@10 6721 $ECHO "*** Warning: Linking the executable $output against the loadable module"
Chris@10 6722 else
Chris@10 6723 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
Chris@10 6724 fi
Chris@10 6725 $ECHO "*** $linklib is not portable!"
Chris@10 6726 fi
Chris@10 6727 if test "$linkmode" = lib &&
Chris@10 6728 test "$hardcode_into_libs" = yes; then
Chris@10 6729 # Hardcode the library path.
Chris@10 6730 # Skip directories that are in the system default run-time
Chris@10 6731 # search path.
Chris@10 6732 case " $sys_lib_dlsearch_path " in
Chris@10 6733 *" $absdir "*) ;;
Chris@10 6734 *)
Chris@10 6735 case "$compile_rpath " in
Chris@10 6736 *" $absdir "*) ;;
Chris@10 6737 *) func_append compile_rpath " $absdir" ;;
Chris@10 6738 esac
Chris@10 6739 ;;
Chris@10 6740 esac
Chris@10 6741 case " $sys_lib_dlsearch_path " in
Chris@10 6742 *" $libdir "*) ;;
Chris@10 6743 *)
Chris@10 6744 case "$finalize_rpath " in
Chris@10 6745 *" $libdir "*) ;;
Chris@10 6746 *) func_append finalize_rpath " $libdir" ;;
Chris@10 6747 esac
Chris@10 6748 ;;
Chris@10 6749 esac
Chris@10 6750 fi
Chris@10 6751
Chris@10 6752 if test -n "$old_archive_from_expsyms_cmds"; then
Chris@10 6753 # figure out the soname
Chris@10 6754 set dummy $library_names
Chris@10 6755 shift
Chris@10 6756 realname="$1"
Chris@10 6757 shift
Chris@10 6758 libname=`eval "\\$ECHO \"$libname_spec\""`
Chris@10 6759 # use dlname if we got it. it's perfectly good, no?
Chris@10 6760 if test -n "$dlname"; then
Chris@10 6761 soname="$dlname"
Chris@10 6762 elif test -n "$soname_spec"; then
Chris@10 6763 # bleh windows
Chris@10 6764 case $host in
Chris@10 6765 *cygwin* | mingw* | *cegcc*)
Chris@10 6766 func_arith $current - $age
Chris@10 6767 major=$func_arith_result
Chris@10 6768 versuffix="-$major"
Chris@10 6769 ;;
Chris@10 6770 esac
Chris@10 6771 eval soname=\"$soname_spec\"
Chris@10 6772 else
Chris@10 6773 soname="$realname"
Chris@10 6774 fi
Chris@10 6775
Chris@10 6776 # Make a new name for the extract_expsyms_cmds to use
Chris@10 6777 soroot="$soname"
Chris@10 6778 func_basename "$soroot"
Chris@10 6779 soname="$func_basename_result"
Chris@10 6780 func_stripname 'lib' '.dll' "$soname"
Chris@10 6781 newlib=libimp-$func_stripname_result.a
Chris@10 6782
Chris@10 6783 # If the library has no export list, then create one now
Chris@10 6784 if test -f "$output_objdir/$soname-def"; then :
Chris@10 6785 else
Chris@10 6786 func_verbose "extracting exported symbol list from \`$soname'"
Chris@10 6787 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
Chris@10 6788 fi
Chris@10 6789
Chris@10 6790 # Create $newlib
Chris@10 6791 if test -f "$output_objdir/$newlib"; then :; else
Chris@10 6792 func_verbose "generating import library for \`$soname'"
Chris@10 6793 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
Chris@10 6794 fi
Chris@10 6795 # make sure the library variables are pointing to the new library
Chris@10 6796 dir=$output_objdir
Chris@10 6797 linklib=$newlib
Chris@10 6798 fi # test -n "$old_archive_from_expsyms_cmds"
Chris@10 6799
Chris@10 6800 if test "$linkmode" = prog || test "$opt_mode" != relink; then
Chris@10 6801 add_shlibpath=
Chris@10 6802 add_dir=
Chris@10 6803 add=
Chris@10 6804 lib_linked=yes
Chris@10 6805 case $hardcode_action in
Chris@10 6806 immediate | unsupported)
Chris@10 6807 if test "$hardcode_direct" = no; then
Chris@10 6808 add="$dir/$linklib"
Chris@10 6809 case $host in
Chris@10 6810 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
Chris@10 6811 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
Chris@10 6812 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
Chris@10 6813 *-*-unixware7*) add_dir="-L$dir" ;;
Chris@10 6814 *-*-darwin* )
Chris@10 6815 # if the lib is a (non-dlopened) module then we can not
Chris@10 6816 # link against it, someone is ignoring the earlier warnings
Chris@10 6817 if /usr/bin/file -L $add 2> /dev/null |
Chris@10 6818 $GREP ": [^:]* bundle" >/dev/null ; then
Chris@10 6819 if test "X$dlopenmodule" != "X$lib"; then
Chris@10 6820 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
Chris@10 6821 if test -z "$old_library" ; then
Chris@10 6822 echo
Chris@10 6823 echo "*** And there doesn't seem to be a static archive available"
Chris@10 6824 echo "*** The link will probably fail, sorry"
Chris@10 6825 else
Chris@10 6826 add="$dir/$old_library"
Chris@10 6827 fi
Chris@10 6828 elif test -n "$old_library"; then
Chris@10 6829 add="$dir/$old_library"
Chris@10 6830 fi
Chris@10 6831 fi
Chris@10 6832 esac
Chris@10 6833 elif test "$hardcode_minus_L" = no; then
Chris@10 6834 case $host in
Chris@10 6835 *-*-sunos*) add_shlibpath="$dir" ;;
Chris@10 6836 esac
Chris@10 6837 add_dir="-L$dir"
Chris@10 6838 add="-l$name"
Chris@10 6839 elif test "$hardcode_shlibpath_var" = no; then
Chris@10 6840 add_shlibpath="$dir"
Chris@10 6841 add="-l$name"
Chris@10 6842 else
Chris@10 6843 lib_linked=no
Chris@10 6844 fi
Chris@10 6845 ;;
Chris@10 6846 relink)
Chris@10 6847 if test "$hardcode_direct" = yes &&
Chris@10 6848 test "$hardcode_direct_absolute" = no; then
Chris@10 6849 add="$dir/$linklib"
Chris@10 6850 elif test "$hardcode_minus_L" = yes; then
Chris@10 6851 add_dir="-L$absdir"
Chris@10 6852 # Try looking first in the location we're being installed to.
Chris@10 6853 if test -n "$inst_prefix_dir"; then
Chris@10 6854 case $libdir in
Chris@10 6855 [\\/]*)
Chris@10 6856 func_append add_dir " -L$inst_prefix_dir$libdir"
Chris@10 6857 ;;
Chris@10 6858 esac
Chris@10 6859 fi
Chris@10 6860 add="-l$name"
Chris@10 6861 elif test "$hardcode_shlibpath_var" = yes; then
Chris@10 6862 add_shlibpath="$dir"
Chris@10 6863 add="-l$name"
Chris@10 6864 else
Chris@10 6865 lib_linked=no
Chris@10 6866 fi
Chris@10 6867 ;;
Chris@10 6868 *) lib_linked=no ;;
Chris@10 6869 esac
Chris@10 6870
Chris@10 6871 if test "$lib_linked" != yes; then
Chris@10 6872 func_fatal_configuration "unsupported hardcode properties"
Chris@10 6873 fi
Chris@10 6874
Chris@10 6875 if test -n "$add_shlibpath"; then
Chris@10 6876 case :$compile_shlibpath: in
Chris@10 6877 *":$add_shlibpath:"*) ;;
Chris@10 6878 *) func_append compile_shlibpath "$add_shlibpath:" ;;
Chris@10 6879 esac
Chris@10 6880 fi
Chris@10 6881 if test "$linkmode" = prog; then
Chris@10 6882 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
Chris@10 6883 test -n "$add" && compile_deplibs="$add $compile_deplibs"
Chris@10 6884 else
Chris@10 6885 test -n "$add_dir" && deplibs="$add_dir $deplibs"
Chris@10 6886 test -n "$add" && deplibs="$add $deplibs"
Chris@10 6887 if test "$hardcode_direct" != yes &&
Chris@10 6888 test "$hardcode_minus_L" != yes &&
Chris@10 6889 test "$hardcode_shlibpath_var" = yes; then
Chris@10 6890 case :$finalize_shlibpath: in
Chris@10 6891 *":$libdir:"*) ;;
Chris@10 6892 *) func_append finalize_shlibpath "$libdir:" ;;
Chris@10 6893 esac
Chris@10 6894 fi
Chris@10 6895 fi
Chris@10 6896 fi
Chris@10 6897
Chris@10 6898 if test "$linkmode" = prog || test "$opt_mode" = relink; then
Chris@10 6899 add_shlibpath=
Chris@10 6900 add_dir=
Chris@10 6901 add=
Chris@10 6902 # Finalize command for both is simple: just hardcode it.
Chris@10 6903 if test "$hardcode_direct" = yes &&
Chris@10 6904 test "$hardcode_direct_absolute" = no; then
Chris@10 6905 add="$libdir/$linklib"
Chris@10 6906 elif test "$hardcode_minus_L" = yes; then
Chris@10 6907 add_dir="-L$libdir"
Chris@10 6908 add="-l$name"
Chris@10 6909 elif test "$hardcode_shlibpath_var" = yes; then
Chris@10 6910 case :$finalize_shlibpath: in
Chris@10 6911 *":$libdir:"*) ;;
Chris@10 6912 *) func_append finalize_shlibpath "$libdir:" ;;
Chris@10 6913 esac
Chris@10 6914 add="-l$name"
Chris@10 6915 elif test "$hardcode_automatic" = yes; then
Chris@10 6916 if test -n "$inst_prefix_dir" &&
Chris@10 6917 test -f "$inst_prefix_dir$libdir/$linklib" ; then
Chris@10 6918 add="$inst_prefix_dir$libdir/$linklib"
Chris@10 6919 else
Chris@10 6920 add="$libdir/$linklib"
Chris@10 6921 fi
Chris@10 6922 else
Chris@10 6923 # We cannot seem to hardcode it, guess we'll fake it.
Chris@10 6924 add_dir="-L$libdir"
Chris@10 6925 # Try looking first in the location we're being installed to.
Chris@10 6926 if test -n "$inst_prefix_dir"; then
Chris@10 6927 case $libdir in
Chris@10 6928 [\\/]*)
Chris@10 6929 func_append add_dir " -L$inst_prefix_dir$libdir"
Chris@10 6930 ;;
Chris@10 6931 esac
Chris@10 6932 fi
Chris@10 6933 add="-l$name"
Chris@10 6934 fi
Chris@10 6935
Chris@10 6936 if test "$linkmode" = prog; then
Chris@10 6937 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
Chris@10 6938 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
Chris@10 6939 else
Chris@10 6940 test -n "$add_dir" && deplibs="$add_dir $deplibs"
Chris@10 6941 test -n "$add" && deplibs="$add $deplibs"
Chris@10 6942 fi
Chris@10 6943 fi
Chris@10 6944 elif test "$linkmode" = prog; then
Chris@10 6945 # Here we assume that one of hardcode_direct or hardcode_minus_L
Chris@10 6946 # is not unsupported. This is valid on all known static and
Chris@10 6947 # shared platforms.
Chris@10 6948 if test "$hardcode_direct" != unsupported; then
Chris@10 6949 test -n "$old_library" && linklib="$old_library"
Chris@10 6950 compile_deplibs="$dir/$linklib $compile_deplibs"
Chris@10 6951 finalize_deplibs="$dir/$linklib $finalize_deplibs"
Chris@10 6952 else
Chris@10 6953 compile_deplibs="-l$name -L$dir $compile_deplibs"
Chris@10 6954 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
Chris@10 6955 fi
Chris@10 6956 elif test "$build_libtool_libs" = yes; then
Chris@10 6957 # Not a shared library
Chris@10 6958 if test "$deplibs_check_method" != pass_all; then
Chris@10 6959 # We're trying link a shared library against a static one
Chris@10 6960 # but the system doesn't support it.
Chris@10 6961
Chris@10 6962 # Just print a warning and add the library to dependency_libs so
Chris@10 6963 # that the program can be linked against the static library.
Chris@10 6964 echo
Chris@10 6965 $ECHO "*** Warning: This system can not link to static lib archive $lib."
Chris@10 6966 echo "*** I have the capability to make that library automatically link in when"
Chris@10 6967 echo "*** you link to this library. But I can only do this if you have a"
Chris@10 6968 echo "*** shared version of the library, which you do not appear to have."
Chris@10 6969 if test "$module" = yes; then
Chris@10 6970 echo "*** But as you try to build a module library, libtool will still create "
Chris@10 6971 echo "*** a static module, that should work as long as the dlopening application"
Chris@10 6972 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
Chris@10 6973 if test -z "$global_symbol_pipe"; then
Chris@10 6974 echo
Chris@10 6975 echo "*** However, this would only work if libtool was able to extract symbol"
Chris@10 6976 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
Chris@10 6977 echo "*** not find such a program. So, this module is probably useless."
Chris@10 6978 echo "*** \`nm' from GNU binutils and a full rebuild may help."
Chris@10 6979 fi
Chris@10 6980 if test "$build_old_libs" = no; then
Chris@10 6981 build_libtool_libs=module
Chris@10 6982 build_old_libs=yes
Chris@10 6983 else
Chris@10 6984 build_libtool_libs=no
Chris@10 6985 fi
Chris@10 6986 fi
Chris@10 6987 else
Chris@10 6988 deplibs="$dir/$old_library $deplibs"
Chris@10 6989 link_static=yes
Chris@10 6990 fi
Chris@10 6991 fi # link shared/static library?
Chris@10 6992
Chris@10 6993 if test "$linkmode" = lib; then
Chris@10 6994 if test -n "$dependency_libs" &&
Chris@10 6995 { test "$hardcode_into_libs" != yes ||
Chris@10 6996 test "$build_old_libs" = yes ||
Chris@10 6997 test "$link_static" = yes; }; then
Chris@10 6998 # Extract -R from dependency_libs
Chris@10 6999 temp_deplibs=
Chris@10 7000 for libdir in $dependency_libs; do
Chris@10 7001 case $libdir in
Chris@10 7002 -R*) func_stripname '-R' '' "$libdir"
Chris@10 7003 temp_xrpath=$func_stripname_result
Chris@10 7004 case " $xrpath " in
Chris@10 7005 *" $temp_xrpath "*) ;;
Chris@10 7006 *) func_append xrpath " $temp_xrpath";;
Chris@10 7007 esac;;
Chris@10 7008 *) func_append temp_deplibs " $libdir";;
Chris@10 7009 esac
Chris@10 7010 done
Chris@10 7011 dependency_libs="$temp_deplibs"
Chris@10 7012 fi
Chris@10 7013
Chris@10 7014 func_append newlib_search_path " $absdir"
Chris@10 7015 # Link against this library
Chris@10 7016 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
Chris@10 7017 # ... and its dependency_libs
Chris@10 7018 tmp_libs=
Chris@10 7019 for deplib in $dependency_libs; do
Chris@10 7020 newdependency_libs="$deplib $newdependency_libs"
Chris@10 7021 case $deplib in
Chris@10 7022 -L*) func_stripname '-L' '' "$deplib"
Chris@10 7023 func_resolve_sysroot "$func_stripname_result";;
Chris@10 7024 *) func_resolve_sysroot "$deplib" ;;
Chris@10 7025 esac
Chris@10 7026 if $opt_preserve_dup_deps ; then
Chris@10 7027 case "$tmp_libs " in
Chris@10 7028 *" $func_resolve_sysroot_result "*)
Chris@10 7029 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
Chris@10 7030 esac
Chris@10 7031 fi
Chris@10 7032 func_append tmp_libs " $func_resolve_sysroot_result"
Chris@10 7033 done
Chris@10 7034
Chris@10 7035 if test "$link_all_deplibs" != no; then
Chris@10 7036 # Add the search paths of all dependency libraries
Chris@10 7037 for deplib in $dependency_libs; do
Chris@10 7038 path=
Chris@10 7039 case $deplib in
Chris@10 7040 -L*) path="$deplib" ;;
Chris@10 7041 *.la)
Chris@10 7042 func_resolve_sysroot "$deplib"
Chris@10 7043 deplib=$func_resolve_sysroot_result
Chris@10 7044 func_dirname "$deplib" "" "."
Chris@10 7045 dir=$func_dirname_result
Chris@10 7046 # We need an absolute path.
Chris@10 7047 case $dir in
Chris@10 7048 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
Chris@10 7049 *)
Chris@10 7050 absdir=`cd "$dir" && pwd`
Chris@10 7051 if test -z "$absdir"; then
Chris@10 7052 func_warning "cannot determine absolute directory name of \`$dir'"
Chris@10 7053 absdir="$dir"
Chris@10 7054 fi
Chris@10 7055 ;;
Chris@10 7056 esac
Chris@10 7057 if $GREP "^installed=no" $deplib > /dev/null; then
Chris@10 7058 case $host in
Chris@10 7059 *-*-darwin*)
Chris@10 7060 depdepl=
Chris@10 7061 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
Chris@10 7062 if test -n "$deplibrary_names" ; then
Chris@10 7063 for tmp in $deplibrary_names ; do
Chris@10 7064 depdepl=$tmp
Chris@10 7065 done
Chris@10 7066 if test -f "$absdir/$objdir/$depdepl" ; then
Chris@10 7067 depdepl="$absdir/$objdir/$depdepl"
Chris@10 7068 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
Chris@10 7069 if test -z "$darwin_install_name"; then
Chris@10 7070 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
Chris@10 7071 fi
Chris@10 7072 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
Chris@10 7073 func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"
Chris@10 7074 path=
Chris@10 7075 fi
Chris@10 7076 fi
Chris@10 7077 ;;
Chris@10 7078 *)
Chris@10 7079 path="-L$absdir/$objdir"
Chris@10 7080 ;;
Chris@10 7081 esac
Chris@10 7082 else
Chris@10 7083 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
Chris@10 7084 test -z "$libdir" && \
Chris@10 7085 func_fatal_error "\`$deplib' is not a valid libtool archive"
Chris@10 7086 test "$absdir" != "$libdir" && \
Chris@10 7087 func_warning "\`$deplib' seems to be moved"
Chris@10 7088
Chris@10 7089 path="-L$absdir"
Chris@10 7090 fi
Chris@10 7091 ;;
Chris@10 7092 esac
Chris@10 7093 case " $deplibs " in
Chris@10 7094 *" $path "*) ;;
Chris@10 7095 *) deplibs="$path $deplibs" ;;
Chris@10 7096 esac
Chris@10 7097 done
Chris@10 7098 fi # link_all_deplibs != no
Chris@10 7099 fi # linkmode = lib
Chris@10 7100 done # for deplib in $libs
Chris@10 7101 if test "$pass" = link; then
Chris@10 7102 if test "$linkmode" = "prog"; then
Chris@10 7103 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
Chris@10 7104 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
Chris@10 7105 else
Chris@10 7106 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 7107 fi
Chris@10 7108 fi
Chris@10 7109 dependency_libs="$newdependency_libs"
Chris@10 7110 if test "$pass" = dlpreopen; then
Chris@10 7111 # Link the dlpreopened libraries before other libraries
Chris@10 7112 for deplib in $save_deplibs; do
Chris@10 7113 deplibs="$deplib $deplibs"
Chris@10 7114 done
Chris@10 7115 fi
Chris@10 7116 if test "$pass" != dlopen; then
Chris@10 7117 if test "$pass" != conv; then
Chris@10 7118 # Make sure lib_search_path contains only unique directories.
Chris@10 7119 lib_search_path=
Chris@10 7120 for dir in $newlib_search_path; do
Chris@10 7121 case "$lib_search_path " in
Chris@10 7122 *" $dir "*) ;;
Chris@10 7123 *) func_append lib_search_path " $dir" ;;
Chris@10 7124 esac
Chris@10 7125 done
Chris@10 7126 newlib_search_path=
Chris@10 7127 fi
Chris@10 7128
Chris@10 7129 if test "$linkmode,$pass" != "prog,link"; then
Chris@10 7130 vars="deplibs"
Chris@10 7131 else
Chris@10 7132 vars="compile_deplibs finalize_deplibs"
Chris@10 7133 fi
Chris@10 7134 for var in $vars dependency_libs; do
Chris@10 7135 # Add libraries to $var in reverse order
Chris@10 7136 eval tmp_libs=\"\$$var\"
Chris@10 7137 new_libs=
Chris@10 7138 for deplib in $tmp_libs; do
Chris@10 7139 # FIXME: Pedantically, this is the right thing to do, so
Chris@10 7140 # that some nasty dependency loop isn't accidentally
Chris@10 7141 # broken:
Chris@10 7142 #new_libs="$deplib $new_libs"
Chris@10 7143 # Pragmatically, this seems to cause very few problems in
Chris@10 7144 # practice:
Chris@10 7145 case $deplib in
Chris@10 7146 -L*) new_libs="$deplib $new_libs" ;;
Chris@10 7147 -R*) ;;
Chris@10 7148 *)
Chris@10 7149 # And here is the reason: when a library appears more
Chris@10 7150 # than once as an explicit dependence of a library, or
Chris@10 7151 # is implicitly linked in more than once by the
Chris@10 7152 # compiler, it is considered special, and multiple
Chris@10 7153 # occurrences thereof are not removed. Compare this
Chris@10 7154 # with having the same library being listed as a
Chris@10 7155 # dependency of multiple other libraries: in this case,
Chris@10 7156 # we know (pedantically, we assume) the library does not
Chris@10 7157 # need to be listed more than once, so we keep only the
Chris@10 7158 # last copy. This is not always right, but it is rare
Chris@10 7159 # enough that we require users that really mean to play
Chris@10 7160 # such unportable linking tricks to link the library
Chris@10 7161 # using -Wl,-lname, so that libtool does not consider it
Chris@10 7162 # for duplicate removal.
Chris@10 7163 case " $specialdeplibs " in
Chris@10 7164 *" $deplib "*) new_libs="$deplib $new_libs" ;;
Chris@10 7165 *)
Chris@10 7166 case " $new_libs " in
Chris@10 7167 *" $deplib "*) ;;
Chris@10 7168 *) new_libs="$deplib $new_libs" ;;
Chris@10 7169 esac
Chris@10 7170 ;;
Chris@10 7171 esac
Chris@10 7172 ;;
Chris@10 7173 esac
Chris@10 7174 done
Chris@10 7175 tmp_libs=
Chris@10 7176 for deplib in $new_libs; do
Chris@10 7177 case $deplib in
Chris@10 7178 -L*)
Chris@10 7179 case " $tmp_libs " in
Chris@10 7180 *" $deplib "*) ;;
Chris@10 7181 *) func_append tmp_libs " $deplib" ;;
Chris@10 7182 esac
Chris@10 7183 ;;
Chris@10 7184 *) func_append tmp_libs " $deplib" ;;
Chris@10 7185 esac
Chris@10 7186 done
Chris@10 7187 eval $var=\"$tmp_libs\"
Chris@10 7188 done # for var
Chris@10 7189 fi
Chris@10 7190 # Last step: remove runtime libs from dependency_libs
Chris@10 7191 # (they stay in deplibs)
Chris@10 7192 tmp_libs=
Chris@10 7193 for i in $dependency_libs ; do
Chris@10 7194 case " $predeps $postdeps $compiler_lib_search_path " in
Chris@10 7195 *" $i "*)
Chris@10 7196 i=""
Chris@10 7197 ;;
Chris@10 7198 esac
Chris@10 7199 if test -n "$i" ; then
Chris@10 7200 func_append tmp_libs " $i"
Chris@10 7201 fi
Chris@10 7202 done
Chris@10 7203 dependency_libs=$tmp_libs
Chris@10 7204 done # for pass
Chris@10 7205 if test "$linkmode" = prog; then
Chris@10 7206 dlfiles="$newdlfiles"
Chris@10 7207 fi
Chris@10 7208 if test "$linkmode" = prog || test "$linkmode" = lib; then
Chris@10 7209 dlprefiles="$newdlprefiles"
Chris@10 7210 fi
Chris@10 7211
Chris@10 7212 case $linkmode in
Chris@10 7213 oldlib)
Chris@10 7214 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
Chris@10 7215 func_warning "\`-dlopen' is ignored for archives"
Chris@10 7216 fi
Chris@10 7217
Chris@10 7218 case " $deplibs" in
Chris@10 7219 *\ -l* | *\ -L*)
Chris@10 7220 func_warning "\`-l' and \`-L' are ignored for archives" ;;
Chris@10 7221 esac
Chris@10 7222
Chris@10 7223 test -n "$rpath" && \
Chris@10 7224 func_warning "\`-rpath' is ignored for archives"
Chris@10 7225
Chris@10 7226 test -n "$xrpath" && \
Chris@10 7227 func_warning "\`-R' is ignored for archives"
Chris@10 7228
Chris@10 7229 test -n "$vinfo" && \
Chris@10 7230 func_warning "\`-version-info/-version-number' is ignored for archives"
Chris@10 7231
Chris@10 7232 test -n "$release" && \
Chris@10 7233 func_warning "\`-release' is ignored for archives"
Chris@10 7234
Chris@10 7235 test -n "$export_symbols$export_symbols_regex" && \
Chris@10 7236 func_warning "\`-export-symbols' is ignored for archives"
Chris@10 7237
Chris@10 7238 # Now set the variables for building old libraries.
Chris@10 7239 build_libtool_libs=no
Chris@10 7240 oldlibs="$output"
Chris@10 7241 func_append objs "$old_deplibs"
Chris@10 7242 ;;
Chris@10 7243
Chris@10 7244 lib)
Chris@10 7245 # Make sure we only generate libraries of the form `libNAME.la'.
Chris@10 7246 case $outputname in
Chris@10 7247 lib*)
Chris@10 7248 func_stripname 'lib' '.la' "$outputname"
Chris@10 7249 name=$func_stripname_result
Chris@10 7250 eval shared_ext=\"$shrext_cmds\"
Chris@10 7251 eval libname=\"$libname_spec\"
Chris@10 7252 ;;
Chris@10 7253 *)
Chris@10 7254 test "$module" = no && \
Chris@10 7255 func_fatal_help "libtool library \`$output' must begin with \`lib'"
Chris@10 7256
Chris@10 7257 if test "$need_lib_prefix" != no; then
Chris@10 7258 # Add the "lib" prefix for modules if required
Chris@10 7259 func_stripname '' '.la' "$outputname"
Chris@10 7260 name=$func_stripname_result
Chris@10 7261 eval shared_ext=\"$shrext_cmds\"
Chris@10 7262 eval libname=\"$libname_spec\"
Chris@10 7263 else
Chris@10 7264 func_stripname '' '.la' "$outputname"
Chris@10 7265 libname=$func_stripname_result
Chris@10 7266 fi
Chris@10 7267 ;;
Chris@10 7268 esac
Chris@10 7269
Chris@10 7270 if test -n "$objs"; then
Chris@10 7271 if test "$deplibs_check_method" != pass_all; then
Chris@10 7272 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
Chris@10 7273 else
Chris@10 7274 echo
Chris@10 7275 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
Chris@10 7276 $ECHO "*** objects $objs is not portable!"
Chris@10 7277 func_append libobjs " $objs"
Chris@10 7278 fi
Chris@10 7279 fi
Chris@10 7280
Chris@10 7281 test "$dlself" != no && \
Chris@10 7282 func_warning "\`-dlopen self' is ignored for libtool libraries"
Chris@10 7283
Chris@10 7284 set dummy $rpath
Chris@10 7285 shift
Chris@10 7286 test "$#" -gt 1 && \
Chris@10 7287 func_warning "ignoring multiple \`-rpath's for a libtool library"
Chris@10 7288
Chris@10 7289 install_libdir="$1"
Chris@10 7290
Chris@10 7291 oldlibs=
Chris@10 7292 if test -z "$rpath"; then
Chris@10 7293 if test "$build_libtool_libs" = yes; then
Chris@10 7294 # Building a libtool convenience library.
Chris@10 7295 # Some compilers have problems with a `.al' extension so
Chris@10 7296 # convenience libraries should have the same extension an
Chris@10 7297 # archive normally would.
Chris@10 7298 oldlibs="$output_objdir/$libname.$libext $oldlibs"
Chris@10 7299 build_libtool_libs=convenience
Chris@10 7300 build_old_libs=yes
Chris@10 7301 fi
Chris@10 7302
Chris@10 7303 test -n "$vinfo" && \
Chris@10 7304 func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
Chris@10 7305
Chris@10 7306 test -n "$release" && \
Chris@10 7307 func_warning "\`-release' is ignored for convenience libraries"
Chris@10 7308 else
Chris@10 7309
Chris@10 7310 # Parse the version information argument.
Chris@10 7311 save_ifs="$IFS"; IFS=':'
Chris@10 7312 set dummy $vinfo 0 0 0
Chris@10 7313 shift
Chris@10 7314 IFS="$save_ifs"
Chris@10 7315
Chris@10 7316 test -n "$7" && \
Chris@10 7317 func_fatal_help "too many parameters to \`-version-info'"
Chris@10 7318
Chris@10 7319 # convert absolute version numbers to libtool ages
Chris@10 7320 # this retains compatibility with .la files and attempts
Chris@10 7321 # to make the code below a bit more comprehensible
Chris@10 7322
Chris@10 7323 case $vinfo_number in
Chris@10 7324 yes)
Chris@10 7325 number_major="$1"
Chris@10 7326 number_minor="$2"
Chris@10 7327 number_revision="$3"
Chris@10 7328 #
Chris@10 7329 # There are really only two kinds -- those that
Chris@10 7330 # use the current revision as the major version
Chris@10 7331 # and those that subtract age and use age as
Chris@10 7332 # a minor version. But, then there is irix
Chris@10 7333 # which has an extra 1 added just for fun
Chris@10 7334 #
Chris@10 7335 case $version_type in
Chris@10 7336 # correct linux to gnu/linux during the next big refactor
Chris@10 7337 darwin|linux|osf|windows|none)
Chris@10 7338 func_arith $number_major + $number_minor
Chris@10 7339 current=$func_arith_result
Chris@10 7340 age="$number_minor"
Chris@10 7341 revision="$number_revision"
Chris@10 7342 ;;
Chris@10 7343 freebsd-aout|freebsd-elf|qnx|sunos)
Chris@10 7344 current="$number_major"
Chris@10 7345 revision="$number_minor"
Chris@10 7346 age="0"
Chris@10 7347 ;;
Chris@10 7348 irix|nonstopux)
Chris@10 7349 func_arith $number_major + $number_minor
Chris@10 7350 current=$func_arith_result
Chris@10 7351 age="$number_minor"
Chris@10 7352 revision="$number_minor"
Chris@10 7353 lt_irix_increment=no
Chris@10 7354 ;;
Chris@10 7355 *)
Chris@10 7356 func_fatal_configuration "$modename: unknown library version type \`$version_type'"
Chris@10 7357 ;;
Chris@10 7358 esac
Chris@10 7359 ;;
Chris@10 7360 no)
Chris@10 7361 current="$1"
Chris@10 7362 revision="$2"
Chris@10 7363 age="$3"
Chris@10 7364 ;;
Chris@10 7365 esac
Chris@10 7366
Chris@10 7367 # Check that each of the things are valid numbers.
Chris@10 7368 case $current in
Chris@10 7369 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]) ;;
Chris@10 7370 *)
Chris@10 7371 func_error "CURRENT \`$current' must be a nonnegative integer"
Chris@10 7372 func_fatal_error "\`$vinfo' is not valid version information"
Chris@10 7373 ;;
Chris@10 7374 esac
Chris@10 7375
Chris@10 7376 case $revision in
Chris@10 7377 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]) ;;
Chris@10 7378 *)
Chris@10 7379 func_error "REVISION \`$revision' must be a nonnegative integer"
Chris@10 7380 func_fatal_error "\`$vinfo' is not valid version information"
Chris@10 7381 ;;
Chris@10 7382 esac
Chris@10 7383
Chris@10 7384 case $age in
Chris@10 7385 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]) ;;
Chris@10 7386 *)
Chris@10 7387 func_error "AGE \`$age' must be a nonnegative integer"
Chris@10 7388 func_fatal_error "\`$vinfo' is not valid version information"
Chris@10 7389 ;;
Chris@10 7390 esac
Chris@10 7391
Chris@10 7392 if test "$age" -gt "$current"; then
Chris@10 7393 func_error "AGE \`$age' is greater than the current interface number \`$current'"
Chris@10 7394 func_fatal_error "\`$vinfo' is not valid version information"
Chris@10 7395 fi
Chris@10 7396
Chris@10 7397 # Calculate the version variables.
Chris@10 7398 major=
Chris@10 7399 versuffix=
Chris@10 7400 verstring=
Chris@10 7401 case $version_type in
Chris@10 7402 none) ;;
Chris@10 7403
Chris@10 7404 darwin)
Chris@10 7405 # Like Linux, but with the current version available in
Chris@10 7406 # verstring for coding it into the library header
Chris@10 7407 func_arith $current - $age
Chris@10 7408 major=.$func_arith_result
Chris@10 7409 versuffix="$major.$age.$revision"
Chris@10 7410 # Darwin ld doesn't like 0 for these options...
Chris@10 7411 func_arith $current + 1
Chris@10 7412 minor_current=$func_arith_result
Chris@10 7413 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
Chris@10 7414 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
Chris@10 7415 ;;
Chris@10 7416
Chris@10 7417 freebsd-aout)
Chris@10 7418 major=".$current"
Chris@10 7419 versuffix=".$current.$revision";
Chris@10 7420 ;;
Chris@10 7421
Chris@10 7422 freebsd-elf)
Chris@10 7423 major=".$current"
Chris@10 7424 versuffix=".$current"
Chris@10 7425 ;;
Chris@10 7426
Chris@10 7427 irix | nonstopux)
Chris@10 7428 if test "X$lt_irix_increment" = "Xno"; then
Chris@10 7429 func_arith $current - $age
Chris@10 7430 else
Chris@10 7431 func_arith $current - $age + 1
Chris@10 7432 fi
Chris@10 7433 major=$func_arith_result
Chris@10 7434
Chris@10 7435 case $version_type in
Chris@10 7436 nonstopux) verstring_prefix=nonstopux ;;
Chris@10 7437 *) verstring_prefix=sgi ;;
Chris@10 7438 esac
Chris@10 7439 verstring="$verstring_prefix$major.$revision"
Chris@10 7440
Chris@10 7441 # Add in all the interfaces that we are compatible with.
Chris@10 7442 loop=$revision
Chris@10 7443 while test "$loop" -ne 0; do
Chris@10 7444 func_arith $revision - $loop
Chris@10 7445 iface=$func_arith_result
Chris@10 7446 func_arith $loop - 1
Chris@10 7447 loop=$func_arith_result
Chris@10 7448 verstring="$verstring_prefix$major.$iface:$verstring"
Chris@10 7449 done
Chris@10 7450
Chris@10 7451 # Before this point, $major must not contain `.'.
Chris@10 7452 major=.$major
Chris@10 7453 versuffix="$major.$revision"
Chris@10 7454 ;;
Chris@10 7455
Chris@10 7456 linux) # correct to gnu/linux during the next big refactor
Chris@10 7457 func_arith $current - $age
Chris@10 7458 major=.$func_arith_result
Chris@10 7459 versuffix="$major.$age.$revision"
Chris@10 7460 ;;
Chris@10 7461
Chris@10 7462 osf)
Chris@10 7463 func_arith $current - $age
Chris@10 7464 major=.$func_arith_result
Chris@10 7465 versuffix=".$current.$age.$revision"
Chris@10 7466 verstring="$current.$age.$revision"
Chris@10 7467
Chris@10 7468 # Add in all the interfaces that we are compatible with.
Chris@10 7469 loop=$age
Chris@10 7470 while test "$loop" -ne 0; do
Chris@10 7471 func_arith $current - $loop
Chris@10 7472 iface=$func_arith_result
Chris@10 7473 func_arith $loop - 1
Chris@10 7474 loop=$func_arith_result
Chris@10 7475 verstring="$verstring:${iface}.0"
Chris@10 7476 done
Chris@10 7477
Chris@10 7478 # Make executables depend on our current version.
Chris@10 7479 func_append verstring ":${current}.0"
Chris@10 7480 ;;
Chris@10 7481
Chris@10 7482 qnx)
Chris@10 7483 major=".$current"
Chris@10 7484 versuffix=".$current"
Chris@10 7485 ;;
Chris@10 7486
Chris@10 7487 sunos)
Chris@10 7488 major=".$current"
Chris@10 7489 versuffix=".$current.$revision"
Chris@10 7490 ;;
Chris@10 7491
Chris@10 7492 windows)
Chris@10 7493 # Use '-' rather than '.', since we only want one
Chris@10 7494 # extension on DOS 8.3 filesystems.
Chris@10 7495 func_arith $current - $age
Chris@10 7496 major=$func_arith_result
Chris@10 7497 versuffix="-$major"
Chris@10 7498 ;;
Chris@10 7499
Chris@10 7500 *)
Chris@10 7501 func_fatal_configuration "unknown library version type \`$version_type'"
Chris@10 7502 ;;
Chris@10 7503 esac
Chris@10 7504
Chris@10 7505 # Clear the version info if we defaulted, and they specified a release.
Chris@10 7506 if test -z "$vinfo" && test -n "$release"; then
Chris@10 7507 major=
Chris@10 7508 case $version_type in
Chris@10 7509 darwin)
Chris@10 7510 # we can't check for "0.0" in archive_cmds due to quoting
Chris@10 7511 # problems, so we reset it completely
Chris@10 7512 verstring=
Chris@10 7513 ;;
Chris@10 7514 *)
Chris@10 7515 verstring="0.0"
Chris@10 7516 ;;
Chris@10 7517 esac
Chris@10 7518 if test "$need_version" = no; then
Chris@10 7519 versuffix=
Chris@10 7520 else
Chris@10 7521 versuffix=".0.0"
Chris@10 7522 fi
Chris@10 7523 fi
Chris@10 7524
Chris@10 7525 # Remove version info from name if versioning should be avoided
Chris@10 7526 if test "$avoid_version" = yes && test "$need_version" = no; then
Chris@10 7527 major=
Chris@10 7528 versuffix=
Chris@10 7529 verstring=""
Chris@10 7530 fi
Chris@10 7531
Chris@10 7532 # Check to see if the archive will have undefined symbols.
Chris@10 7533 if test "$allow_undefined" = yes; then
Chris@10 7534 if test "$allow_undefined_flag" = unsupported; then
Chris@10 7535 func_warning "undefined symbols not allowed in $host shared libraries"
Chris@10 7536 build_libtool_libs=no
Chris@10 7537 build_old_libs=yes
Chris@10 7538 fi
Chris@10 7539 else
Chris@10 7540 # Don't allow undefined symbols.
Chris@10 7541 allow_undefined_flag="$no_undefined_flag"
Chris@10 7542 fi
Chris@10 7543
Chris@10 7544 fi
Chris@10 7545
Chris@10 7546 func_generate_dlsyms "$libname" "$libname" "yes"
Chris@10 7547 func_append libobjs " $symfileobj"
Chris@10 7548 test "X$libobjs" = "X " && libobjs=
Chris@10 7549
Chris@10 7550 if test "$opt_mode" != relink; then
Chris@10 7551 # Remove our outputs, but don't remove object files since they
Chris@10 7552 # may have been created when compiling PIC objects.
Chris@10 7553 removelist=
Chris@10 7554 tempremovelist=`$ECHO "$output_objdir/*"`
Chris@10 7555 for p in $tempremovelist; do
Chris@10 7556 case $p in
Chris@10 7557 *.$objext | *.gcno)
Chris@10 7558 ;;
Chris@10 7559 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
Chris@10 7560 if test "X$precious_files_regex" != "X"; then
Chris@10 7561 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
Chris@10 7562 then
Chris@10 7563 continue
Chris@10 7564 fi
Chris@10 7565 fi
Chris@10 7566 func_append removelist " $p"
Chris@10 7567 ;;
Chris@10 7568 *) ;;
Chris@10 7569 esac
Chris@10 7570 done
Chris@10 7571 test -n "$removelist" && \
Chris@10 7572 func_show_eval "${RM}r \$removelist"
Chris@10 7573 fi
Chris@10 7574
Chris@10 7575 # Now set the variables for building old libraries.
Chris@10 7576 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
Chris@10 7577 func_append oldlibs " $output_objdir/$libname.$libext"
Chris@10 7578
Chris@10 7579 # Transform .lo files to .o files.
Chris@10 7580 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
Chris@10 7581 fi
Chris@10 7582
Chris@10 7583 # Eliminate all temporary directories.
Chris@10 7584 #for path in $notinst_path; do
Chris@10 7585 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
Chris@10 7586 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
Chris@10 7587 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
Chris@10 7588 #done
Chris@10 7589
Chris@10 7590 if test -n "$xrpath"; then
Chris@10 7591 # If the user specified any rpath flags, then add them.
Chris@10 7592 temp_xrpath=
Chris@10 7593 for libdir in $xrpath; do
Chris@10 7594 func_replace_sysroot "$libdir"
Chris@10 7595 func_append temp_xrpath " -R$func_replace_sysroot_result"
Chris@10 7596 case "$finalize_rpath " in
Chris@10 7597 *" $libdir "*) ;;
Chris@10 7598 *) func_append finalize_rpath " $libdir" ;;
Chris@10 7599 esac
Chris@10 7600 done
Chris@10 7601 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
Chris@10 7602 dependency_libs="$temp_xrpath $dependency_libs"
Chris@10 7603 fi
Chris@10 7604 fi
Chris@10 7605
Chris@10 7606 # Make sure dlfiles contains only unique files that won't be dlpreopened
Chris@10 7607 old_dlfiles="$dlfiles"
Chris@10 7608 dlfiles=
Chris@10 7609 for lib in $old_dlfiles; do
Chris@10 7610 case " $dlprefiles $dlfiles " in
Chris@10 7611 *" $lib "*) ;;
Chris@10 7612 *) func_append dlfiles " $lib" ;;
Chris@10 7613 esac
Chris@10 7614 done
Chris@10 7615
Chris@10 7616 # Make sure dlprefiles contains only unique files
Chris@10 7617 old_dlprefiles="$dlprefiles"
Chris@10 7618 dlprefiles=
Chris@10 7619 for lib in $old_dlprefiles; do
Chris@10 7620 case "$dlprefiles " in
Chris@10 7621 *" $lib "*) ;;
Chris@10 7622 *) func_append dlprefiles " $lib" ;;
Chris@10 7623 esac
Chris@10 7624 done
Chris@10 7625
Chris@10 7626 if test "$build_libtool_libs" = yes; then
Chris@10 7627 if test -n "$rpath"; then
Chris@10 7628 case $host in
Chris@10 7629 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
Chris@10 7630 # these systems don't actually have a c library (as such)!
Chris@10 7631 ;;
Chris@10 7632 *-*-rhapsody* | *-*-darwin1.[012])
Chris@10 7633 # Rhapsody C library is in the System framework
Chris@10 7634 func_append deplibs " System.ltframework"
Chris@10 7635 ;;
Chris@10 7636 *-*-netbsd*)
Chris@10 7637 # Don't link with libc until the a.out ld.so is fixed.
Chris@10 7638 ;;
Chris@10 7639 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
Chris@10 7640 # Do not include libc due to us having libc/libc_r.
Chris@10 7641 ;;
Chris@10 7642 *-*-sco3.2v5* | *-*-sco5v6*)
Chris@10 7643 # Causes problems with __ctype
Chris@10 7644 ;;
Chris@10 7645 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
Chris@10 7646 # Compiler inserts libc in the correct place for threads to work
Chris@10 7647 ;;
Chris@10 7648 *)
Chris@10 7649 # Add libc to deplibs on all other systems if necessary.
Chris@10 7650 if test "$build_libtool_need_lc" = "yes"; then
Chris@10 7651 func_append deplibs " -lc"
Chris@10 7652 fi
Chris@10 7653 ;;
Chris@10 7654 esac
Chris@10 7655 fi
Chris@10 7656
Chris@10 7657 # Transform deplibs into only deplibs that can be linked in shared.
Chris@10 7658 name_save=$name
Chris@10 7659 libname_save=$libname
Chris@10 7660 release_save=$release
Chris@10 7661 versuffix_save=$versuffix
Chris@10 7662 major_save=$major
Chris@10 7663 # I'm not sure if I'm treating the release correctly. I think
Chris@10 7664 # release should show up in the -l (ie -lgmp5) so we don't want to
Chris@10 7665 # add it in twice. Is that correct?
Chris@10 7666 release=""
Chris@10 7667 versuffix=""
Chris@10 7668 major=""
Chris@10 7669 newdeplibs=
Chris@10 7670 droppeddeps=no
Chris@10 7671 case $deplibs_check_method in
Chris@10 7672 pass_all)
Chris@10 7673 # Don't check for shared/static. Everything works.
Chris@10 7674 # This might be a little naive. We might want to check
Chris@10 7675 # whether the library exists or not. But this is on
Chris@10 7676 # osf3 & osf4 and I'm not really sure... Just
Chris@10 7677 # implementing what was already the behavior.
Chris@10 7678 newdeplibs=$deplibs
Chris@10 7679 ;;
Chris@10 7680 test_compile)
Chris@10 7681 # This code stresses the "libraries are programs" paradigm to its
Chris@10 7682 # limits. Maybe even breaks it. We compile a program, linking it
Chris@10 7683 # against the deplibs as a proxy for the library. Then we can check
Chris@10 7684 # whether they linked in statically or dynamically with ldd.
Chris@10 7685 $opt_dry_run || $RM conftest.c
Chris@10 7686 cat > conftest.c <<EOF
Chris@10 7687 int main() { return 0; }
Chris@10 7688 EOF
Chris@10 7689 $opt_dry_run || $RM conftest
Chris@10 7690 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
Chris@10 7691 ldd_output=`ldd conftest`
Chris@10 7692 for i in $deplibs; do
Chris@10 7693 case $i in
Chris@10 7694 -l*)
Chris@10 7695 func_stripname -l '' "$i"
Chris@10 7696 name=$func_stripname_result
Chris@10 7697 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
Chris@10 7698 case " $predeps $postdeps " in
Chris@10 7699 *" $i "*)
Chris@10 7700 func_append newdeplibs " $i"
Chris@10 7701 i=""
Chris@10 7702 ;;
Chris@10 7703 esac
Chris@10 7704 fi
Chris@10 7705 if test -n "$i" ; then
Chris@10 7706 libname=`eval "\\$ECHO \"$libname_spec\""`
Chris@10 7707 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
Chris@10 7708 set dummy $deplib_matches; shift
Chris@10 7709 deplib_match=$1
Chris@10 7710 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
Chris@10 7711 func_append newdeplibs " $i"
Chris@10 7712 else
Chris@10 7713 droppeddeps=yes
Chris@10 7714 echo
Chris@10 7715 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
Chris@10 7716 echo "*** I have the capability to make that library automatically link in when"
Chris@10 7717 echo "*** you link to this library. But I can only do this if you have a"
Chris@10 7718 echo "*** shared version of the library, which I believe you do not have"
Chris@10 7719 echo "*** because a test_compile did reveal that the linker did not use it for"
Chris@10 7720 echo "*** its dynamic dependency list that programs get resolved with at runtime."
Chris@10 7721 fi
Chris@10 7722 fi
Chris@10 7723 ;;
Chris@10 7724 *)
Chris@10 7725 func_append newdeplibs " $i"
Chris@10 7726 ;;
Chris@10 7727 esac
Chris@10 7728 done
Chris@10 7729 else
Chris@10 7730 # Error occurred in the first compile. Let's try to salvage
Chris@10 7731 # the situation: Compile a separate program for each library.
Chris@10 7732 for i in $deplibs; do
Chris@10 7733 case $i in
Chris@10 7734 -l*)
Chris@10 7735 func_stripname -l '' "$i"
Chris@10 7736 name=$func_stripname_result
Chris@10 7737 $opt_dry_run || $RM conftest
Chris@10 7738 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
Chris@10 7739 ldd_output=`ldd conftest`
Chris@10 7740 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
Chris@10 7741 case " $predeps $postdeps " in
Chris@10 7742 *" $i "*)
Chris@10 7743 func_append newdeplibs " $i"
Chris@10 7744 i=""
Chris@10 7745 ;;
Chris@10 7746 esac
Chris@10 7747 fi
Chris@10 7748 if test -n "$i" ; then
Chris@10 7749 libname=`eval "\\$ECHO \"$libname_spec\""`
Chris@10 7750 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
Chris@10 7751 set dummy $deplib_matches; shift
Chris@10 7752 deplib_match=$1
Chris@10 7753 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
Chris@10 7754 func_append newdeplibs " $i"
Chris@10 7755 else
Chris@10 7756 droppeddeps=yes
Chris@10 7757 echo
Chris@10 7758 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
Chris@10 7759 echo "*** I have the capability to make that library automatically link in when"
Chris@10 7760 echo "*** you link to this library. But I can only do this if you have a"
Chris@10 7761 echo "*** shared version of the library, which you do not appear to have"
Chris@10 7762 echo "*** because a test_compile did reveal that the linker did not use this one"
Chris@10 7763 echo "*** as a dynamic dependency that programs can get resolved with at runtime."
Chris@10 7764 fi
Chris@10 7765 fi
Chris@10 7766 else
Chris@10 7767 droppeddeps=yes
Chris@10 7768 echo
Chris@10 7769 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
Chris@10 7770 echo "*** make it link in! You will probably need to install it or some"
Chris@10 7771 echo "*** library that it depends on before this library will be fully"
Chris@10 7772 echo "*** functional. Installing it before continuing would be even better."
Chris@10 7773 fi
Chris@10 7774 ;;
Chris@10 7775 *)
Chris@10 7776 func_append newdeplibs " $i"
Chris@10 7777 ;;
Chris@10 7778 esac
Chris@10 7779 done
Chris@10 7780 fi
Chris@10 7781 ;;
Chris@10 7782 file_magic*)
Chris@10 7783 set dummy $deplibs_check_method; shift
Chris@10 7784 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
Chris@10 7785 for a_deplib in $deplibs; do
Chris@10 7786 case $a_deplib in
Chris@10 7787 -l*)
Chris@10 7788 func_stripname -l '' "$a_deplib"
Chris@10 7789 name=$func_stripname_result
Chris@10 7790 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
Chris@10 7791 case " $predeps $postdeps " in
Chris@10 7792 *" $a_deplib "*)
Chris@10 7793 func_append newdeplibs " $a_deplib"
Chris@10 7794 a_deplib=""
Chris@10 7795 ;;
Chris@10 7796 esac
Chris@10 7797 fi
Chris@10 7798 if test -n "$a_deplib" ; then
Chris@10 7799 libname=`eval "\\$ECHO \"$libname_spec\""`
Chris@10 7800 if test -n "$file_magic_glob"; then
Chris@10 7801 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
Chris@10 7802 else
Chris@10 7803 libnameglob=$libname
Chris@10 7804 fi
Chris@10 7805 test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
Chris@10 7806 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
Chris@10 7807 if test "$want_nocaseglob" = yes; then
Chris@10 7808 shopt -s nocaseglob
Chris@10 7809 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
Chris@10 7810 $nocaseglob
Chris@10 7811 else
Chris@10 7812 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
Chris@10 7813 fi
Chris@10 7814 for potent_lib in $potential_libs; do
Chris@10 7815 # Follow soft links.
Chris@10 7816 if ls -lLd "$potent_lib" 2>/dev/null |
Chris@10 7817 $GREP " -> " >/dev/null; then
Chris@10 7818 continue
Chris@10 7819 fi
Chris@10 7820 # The statement above tries to avoid entering an
Chris@10 7821 # endless loop below, in case of cyclic links.
Chris@10 7822 # We might still enter an endless loop, since a link
Chris@10 7823 # loop can be closed while we follow links,
Chris@10 7824 # but so what?
Chris@10 7825 potlib="$potent_lib"
Chris@10 7826 while test -h "$potlib" 2>/dev/null; do
Chris@10 7827 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
Chris@10 7828 case $potliblink in
Chris@10 7829 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
Chris@10 7830 *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
Chris@10 7831 esac
Chris@10 7832 done
Chris@10 7833 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
Chris@10 7834 $SED -e 10q |
Chris@10 7835 $EGREP "$file_magic_regex" > /dev/null; then
Chris@10 7836 func_append newdeplibs " $a_deplib"
Chris@10 7837 a_deplib=""
Chris@10 7838 break 2
Chris@10 7839 fi
Chris@10 7840 done
Chris@10 7841 done
Chris@10 7842 fi
Chris@10 7843 if test -n "$a_deplib" ; then
Chris@10 7844 droppeddeps=yes
Chris@10 7845 echo
Chris@10 7846 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
Chris@10 7847 echo "*** I have the capability to make that library automatically link in when"
Chris@10 7848 echo "*** you link to this library. But I can only do this if you have a"
Chris@10 7849 echo "*** shared version of the library, which you do not appear to have"
Chris@10 7850 echo "*** because I did check the linker path looking for a file starting"
Chris@10 7851 if test -z "$potlib" ; then
Chris@10 7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
Chris@10 7853 else
Chris@10 7854 $ECHO "*** with $libname and none of the candidates passed a file format test"
Chris@10 7855 $ECHO "*** using a file magic. Last file checked: $potlib"
Chris@10 7856 fi
Chris@10 7857 fi
Chris@10 7858 ;;
Chris@10 7859 *)
Chris@10 7860 # Add a -L argument.
Chris@10 7861 func_append newdeplibs " $a_deplib"
Chris@10 7862 ;;
Chris@10 7863 esac
Chris@10 7864 done # Gone through all deplibs.
Chris@10 7865 ;;
Chris@10 7866 match_pattern*)
Chris@10 7867 set dummy $deplibs_check_method; shift
Chris@10 7868 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
Chris@10 7869 for a_deplib in $deplibs; do
Chris@10 7870 case $a_deplib in
Chris@10 7871 -l*)
Chris@10 7872 func_stripname -l '' "$a_deplib"
Chris@10 7873 name=$func_stripname_result
Chris@10 7874 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
Chris@10 7875 case " $predeps $postdeps " in
Chris@10 7876 *" $a_deplib "*)
Chris@10 7877 func_append newdeplibs " $a_deplib"
Chris@10 7878 a_deplib=""
Chris@10 7879 ;;
Chris@10 7880 esac
Chris@10 7881 fi
Chris@10 7882 if test -n "$a_deplib" ; then
Chris@10 7883 libname=`eval "\\$ECHO \"$libname_spec\""`
Chris@10 7884 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
Chris@10 7885 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
Chris@10 7886 for potent_lib in $potential_libs; do
Chris@10 7887 potlib="$potent_lib" # see symlink-check above in file_magic test
Chris@10 7888 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
Chris@10 7889 $EGREP "$match_pattern_regex" > /dev/null; then
Chris@10 7890 func_append newdeplibs " $a_deplib"
Chris@10 7891 a_deplib=""
Chris@10 7892 break 2
Chris@10 7893 fi
Chris@10 7894 done
Chris@10 7895 done
Chris@10 7896 fi
Chris@10 7897 if test -n "$a_deplib" ; then
Chris@10 7898 droppeddeps=yes
Chris@10 7899 echo
Chris@10 7900 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
Chris@10 7901 echo "*** I have the capability to make that library automatically link in when"
Chris@10 7902 echo "*** you link to this library. But I can only do this if you have a"
Chris@10 7903 echo "*** shared version of the library, which you do not appear to have"
Chris@10 7904 echo "*** because I did check the linker path looking for a file starting"
Chris@10 7905 if test -z "$potlib" ; then
Chris@10 7906 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
Chris@10 7907 else
Chris@10 7908 $ECHO "*** with $libname and none of the candidates passed a file format test"
Chris@10 7909 $ECHO "*** using a regex pattern. Last file checked: $potlib"
Chris@10 7910 fi
Chris@10 7911 fi
Chris@10 7912 ;;
Chris@10 7913 *)
Chris@10 7914 # Add a -L argument.
Chris@10 7915 func_append newdeplibs " $a_deplib"
Chris@10 7916 ;;
Chris@10 7917 esac
Chris@10 7918 done # Gone through all deplibs.
Chris@10 7919 ;;
Chris@10 7920 none | unknown | *)
Chris@10 7921 newdeplibs=""
Chris@10 7922 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
Chris@10 7923 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
Chris@10 7924 for i in $predeps $postdeps ; do
Chris@10 7925 # can't use Xsed below, because $i might contain '/'
Chris@10 7926 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
Chris@10 7927 done
Chris@10 7928 fi
Chris@10 7929 case $tmp_deplibs in
Chris@10 7930 *[!\ \ ]*)
Chris@10 7931 echo
Chris@10 7932 if test "X$deplibs_check_method" = "Xnone"; then
Chris@10 7933 echo "*** Warning: inter-library dependencies are not supported in this platform."
Chris@10 7934 else
Chris@10 7935 echo "*** Warning: inter-library dependencies are not known to be supported."
Chris@10 7936 fi
Chris@10 7937 echo "*** All declared inter-library dependencies are being dropped."
Chris@10 7938 droppeddeps=yes
Chris@10 7939 ;;
Chris@10 7940 esac
Chris@10 7941 ;;
Chris@10 7942 esac
Chris@10 7943 versuffix=$versuffix_save
Chris@10 7944 major=$major_save
Chris@10 7945 release=$release_save
Chris@10 7946 libname=$libname_save
Chris@10 7947 name=$name_save
Chris@10 7948
Chris@10 7949 case $host in
Chris@10 7950 *-*-rhapsody* | *-*-darwin1.[012])
Chris@10 7951 # On Rhapsody replace the C library with the System framework
Chris@10 7952 newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
Chris@10 7953 ;;
Chris@10 7954 esac
Chris@10 7955
Chris@10 7956 if test "$droppeddeps" = yes; then
Chris@10 7957 if test "$module" = yes; then
Chris@10 7958 echo
Chris@10 7959 echo "*** Warning: libtool could not satisfy all declared inter-library"
Chris@10 7960 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
Chris@10 7961 echo "*** a static module, that should work as long as the dlopening"
Chris@10 7962 echo "*** application is linked with the -dlopen flag."
Chris@10 7963 if test -z "$global_symbol_pipe"; then
Chris@10 7964 echo
Chris@10 7965 echo "*** However, this would only work if libtool was able to extract symbol"
Chris@10 7966 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
Chris@10 7967 echo "*** not find such a program. So, this module is probably useless."
Chris@10 7968 echo "*** \`nm' from GNU binutils and a full rebuild may help."
Chris@10 7969 fi
Chris@10 7970 if test "$build_old_libs" = no; then
Chris@10 7971 oldlibs="$output_objdir/$libname.$libext"
Chris@10 7972 build_libtool_libs=module
Chris@10 7973 build_old_libs=yes
Chris@10 7974 else
Chris@10 7975 build_libtool_libs=no
Chris@10 7976 fi
Chris@10 7977 else
Chris@10 7978 echo "*** The inter-library dependencies that have been dropped here will be"
Chris@10 7979 echo "*** automatically added whenever a program is linked with this library"
Chris@10 7980 echo "*** or is declared to -dlopen it."
Chris@10 7981
Chris@10 7982 if test "$allow_undefined" = no; then
Chris@10 7983 echo
Chris@10 7984 echo "*** Since this library must not contain undefined symbols,"
Chris@10 7985 echo "*** because either the platform does not support them or"
Chris@10 7986 echo "*** it was explicitly requested with -no-undefined,"
Chris@10 7987 echo "*** libtool will only create a static version of it."
Chris@10 7988 if test "$build_old_libs" = no; then
Chris@10 7989 oldlibs="$output_objdir/$libname.$libext"
Chris@10 7990 build_libtool_libs=module
Chris@10 7991 build_old_libs=yes
Chris@10 7992 else
Chris@10 7993 build_libtool_libs=no
Chris@10 7994 fi
Chris@10 7995 fi
Chris@10 7996 fi
Chris@10 7997 fi
Chris@10 7998 # Done checking deplibs!
Chris@10 7999 deplibs=$newdeplibs
Chris@10 8000 fi
Chris@10 8001 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
Chris@10 8002 case $host in
Chris@10 8003 *-*-darwin*)
Chris@10 8004 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 8005 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 8006 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 8007 ;;
Chris@10 8008 esac
Chris@10 8009
Chris@10 8010 # move library search paths that coincide with paths to not yet
Chris@10 8011 # installed libraries to the beginning of the library search list
Chris@10 8012 new_libs=
Chris@10 8013 for path in $notinst_path; do
Chris@10 8014 case " $new_libs " in
Chris@10 8015 *" -L$path/$objdir "*) ;;
Chris@10 8016 *)
Chris@10 8017 case " $deplibs " in
Chris@10 8018 *" -L$path/$objdir "*)
Chris@10 8019 func_append new_libs " -L$path/$objdir" ;;
Chris@10 8020 esac
Chris@10 8021 ;;
Chris@10 8022 esac
Chris@10 8023 done
Chris@10 8024 for deplib in $deplibs; do
Chris@10 8025 case $deplib in
Chris@10 8026 -L*)
Chris@10 8027 case " $new_libs " in
Chris@10 8028 *" $deplib "*) ;;
Chris@10 8029 *) func_append new_libs " $deplib" ;;
Chris@10 8030 esac
Chris@10 8031 ;;
Chris@10 8032 *) func_append new_libs " $deplib" ;;
Chris@10 8033 esac
Chris@10 8034 done
Chris@10 8035 deplibs="$new_libs"
Chris@10 8036
Chris@10 8037 # All the library-specific variables (install_libdir is set above).
Chris@10 8038 library_names=
Chris@10 8039 old_library=
Chris@10 8040 dlname=
Chris@10 8041
Chris@10 8042 # Test again, we may have decided not to build it any more
Chris@10 8043 if test "$build_libtool_libs" = yes; then
Chris@10 8044 # Remove ${wl} instances when linking with ld.
Chris@10 8045 # FIXME: should test the right _cmds variable.
Chris@10 8046 case $archive_cmds in
Chris@10 8047 *\$LD\ *) wl= ;;
Chris@10 8048 esac
Chris@10 8049 if test "$hardcode_into_libs" = yes; then
Chris@10 8050 # Hardcode the library paths
Chris@10 8051 hardcode_libdirs=
Chris@10 8052 dep_rpath=
Chris@10 8053 rpath="$finalize_rpath"
Chris@10 8054 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
Chris@10 8055 for libdir in $rpath; do
Chris@10 8056 if test -n "$hardcode_libdir_flag_spec"; then
Chris@10 8057 if test -n "$hardcode_libdir_separator"; then
Chris@10 8058 func_replace_sysroot "$libdir"
Chris@10 8059 libdir=$func_replace_sysroot_result
Chris@10 8060 if test -z "$hardcode_libdirs"; then
Chris@10 8061 hardcode_libdirs="$libdir"
Chris@10 8062 else
Chris@10 8063 # Just accumulate the unique libdirs.
Chris@10 8064 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
Chris@10 8065 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
Chris@10 8066 ;;
Chris@10 8067 *)
Chris@10 8068 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
Chris@10 8069 ;;
Chris@10 8070 esac
Chris@10 8071 fi
Chris@10 8072 else
Chris@10 8073 eval flag=\"$hardcode_libdir_flag_spec\"
Chris@10 8074 func_append dep_rpath " $flag"
Chris@10 8075 fi
Chris@10 8076 elif test -n "$runpath_var"; then
Chris@10 8077 case "$perm_rpath " in
Chris@10 8078 *" $libdir "*) ;;
Chris@10 8079 *) func_append perm_rpath " $libdir" ;;
Chris@10 8080 esac
Chris@10 8081 fi
Chris@10 8082 done
Chris@10 8083 # Substitute the hardcoded libdirs into the rpath.
Chris@10 8084 if test -n "$hardcode_libdir_separator" &&
Chris@10 8085 test -n "$hardcode_libdirs"; then
Chris@10 8086 libdir="$hardcode_libdirs"
Chris@10 8087 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
Chris@10 8088 fi
Chris@10 8089 if test -n "$runpath_var" && test -n "$perm_rpath"; then
Chris@10 8090 # We should set the runpath_var.
Chris@10 8091 rpath=
Chris@10 8092 for dir in $perm_rpath; do
Chris@10 8093 func_append rpath "$dir:"
Chris@10 8094 done
Chris@10 8095 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
Chris@10 8096 fi
Chris@10 8097 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
Chris@10 8098 fi
Chris@10 8099
Chris@10 8100 shlibpath="$finalize_shlibpath"
Chris@10 8101 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
Chris@10 8102 if test -n "$shlibpath"; then
Chris@10 8103 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
Chris@10 8104 fi
Chris@10 8105
Chris@10 8106 # Get the real and link names of the library.
Chris@10 8107 eval shared_ext=\"$shrext_cmds\"
Chris@10 8108 eval library_names=\"$library_names_spec\"
Chris@10 8109 set dummy $library_names
Chris@10 8110 shift
Chris@10 8111 realname="$1"
Chris@10 8112 shift
Chris@10 8113
Chris@10 8114 if test -n "$soname_spec"; then
Chris@10 8115 eval soname=\"$soname_spec\"
Chris@10 8116 else
Chris@10 8117 soname="$realname"
Chris@10 8118 fi
Chris@10 8119 if test -z "$dlname"; then
Chris@10 8120 dlname=$soname
Chris@10 8121 fi
Chris@10 8122
Chris@10 8123 lib="$output_objdir/$realname"
Chris@10 8124 linknames=
Chris@10 8125 for link
Chris@10 8126 do
Chris@10 8127 func_append linknames " $link"
Chris@10 8128 done
Chris@10 8129
Chris@10 8130 # Use standard objects if they are pic
Chris@10 8131 test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
Chris@10 8132 test "X$libobjs" = "X " && libobjs=
Chris@10 8133
Chris@10 8134 delfiles=
Chris@10 8135 if test -n "$export_symbols" && test -n "$include_expsyms"; then
Chris@10 8136 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
Chris@10 8137 export_symbols="$output_objdir/$libname.uexp"
Chris@10 8138 func_append delfiles " $export_symbols"
Chris@10 8139 fi
Chris@10 8140
Chris@10 8141 orig_export_symbols=
Chris@10 8142 case $host_os in
Chris@10 8143 cygwin* | mingw* | cegcc*)
Chris@10 8144 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
Chris@10 8145 # exporting using user supplied symfile
Chris@10 8146 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
Chris@10 8147 # and it's NOT already a .def file. Must figure out
Chris@10 8148 # which of the given symbols are data symbols and tag
Chris@10 8149 # them as such. So, trigger use of export_symbols_cmds.
Chris@10 8150 # export_symbols gets reassigned inside the "prepare
Chris@10 8151 # the list of exported symbols" if statement, so the
Chris@10 8152 # include_expsyms logic still works.
Chris@10 8153 orig_export_symbols="$export_symbols"
Chris@10 8154 export_symbols=
Chris@10 8155 always_export_symbols=yes
Chris@10 8156 fi
Chris@10 8157 fi
Chris@10 8158 ;;
Chris@10 8159 esac
Chris@10 8160
Chris@10 8161 # Prepare the list of exported symbols
Chris@10 8162 if test -z "$export_symbols"; then
Chris@10 8163 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
Chris@10 8164 func_verbose "generating symbol list for \`$libname.la'"
Chris@10 8165 export_symbols="$output_objdir/$libname.exp"
Chris@10 8166 $opt_dry_run || $RM $export_symbols
Chris@10 8167 cmds=$export_symbols_cmds
Chris@10 8168 save_ifs="$IFS"; IFS='~'
Chris@10 8169 for cmd1 in $cmds; do
Chris@10 8170 IFS="$save_ifs"
Chris@10 8171 # Take the normal branch if the nm_file_list_spec branch
Chris@10 8172 # doesn't work or if tool conversion is not needed.
Chris@10 8173 case $nm_file_list_spec~$to_tool_file_cmd in
Chris@10 8174 *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
Chris@10 8175 try_normal_branch=yes
Chris@10 8176 eval cmd=\"$cmd1\"
Chris@10 8177 func_len " $cmd"
Chris@10 8178 len=$func_len_result
Chris@10 8179 ;;
Chris@10 8180 *)
Chris@10 8181 try_normal_branch=no
Chris@10 8182 ;;
Chris@10 8183 esac
Chris@10 8184 if test "$try_normal_branch" = yes \
Chris@10 8185 && { test "$len" -lt "$max_cmd_len" \
Chris@10 8186 || test "$max_cmd_len" -le -1; }
Chris@10 8187 then
Chris@10 8188 func_show_eval "$cmd" 'exit $?'
Chris@10 8189 skipped_export=false
Chris@10 8190 elif test -n "$nm_file_list_spec"; then
Chris@10 8191 func_basename "$output"
Chris@10 8192 output_la=$func_basename_result
Chris@10 8193 save_libobjs=$libobjs
Chris@10 8194 save_output=$output
Chris@10 8195 output=${output_objdir}/${output_la}.nm
Chris@10 8196 func_to_tool_file "$output"
Chris@10 8197 libobjs=$nm_file_list_spec$func_to_tool_file_result
Chris@10 8198 func_append delfiles " $output"
Chris@10 8199 func_verbose "creating $NM input file list: $output"
Chris@10 8200 for obj in $save_libobjs; do
Chris@10 8201 func_to_tool_file "$obj"
Chris@10 8202 $ECHO "$func_to_tool_file_result"
Chris@10 8203 done > "$output"
Chris@10 8204 eval cmd=\"$cmd1\"
Chris@10 8205 func_show_eval "$cmd" 'exit $?'
Chris@10 8206 output=$save_output
Chris@10 8207 libobjs=$save_libobjs
Chris@10 8208 skipped_export=false
Chris@10 8209 else
Chris@10 8210 # The command line is too long to execute in one step.
Chris@10 8211 func_verbose "using reloadable object file for export list..."
Chris@10 8212 skipped_export=:
Chris@10 8213 # Break out early, otherwise skipped_export may be
Chris@10 8214 # set to false by a later but shorter cmd.
Chris@10 8215 break
Chris@10 8216 fi
Chris@10 8217 done
Chris@10 8218 IFS="$save_ifs"
Chris@10 8219 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
Chris@10 8220 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
Chris@10 8221 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
Chris@10 8222 fi
Chris@10 8223 fi
Chris@10 8224 fi
Chris@10 8225
Chris@10 8226 if test -n "$export_symbols" && test -n "$include_expsyms"; then
Chris@10 8227 tmp_export_symbols="$export_symbols"
Chris@10 8228 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
Chris@10 8229 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
Chris@10 8230 fi
Chris@10 8231
Chris@10 8232 if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
Chris@10 8233 # The given exports_symbols file has to be filtered, so filter it.
Chris@10 8234 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
Chris@10 8235 # FIXME: $output_objdir/$libname.filter potentially contains lots of
Chris@10 8236 # 's' commands which not all seds can handle. GNU sed should be fine
Chris@10 8237 # though. Also, the filter scales superlinearly with the number of
Chris@10 8238 # global variables. join(1) would be nice here, but unfortunately
Chris@10 8239 # isn't a blessed tool.
Chris@10 8240 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
Chris@10 8241 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
Chris@10 8242 export_symbols=$output_objdir/$libname.def
Chris@10 8243 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
Chris@10 8244 fi
Chris@10 8245
Chris@10 8246 tmp_deplibs=
Chris@10 8247 for test_deplib in $deplibs; do
Chris@10 8248 case " $convenience " in
Chris@10 8249 *" $test_deplib "*) ;;
Chris@10 8250 *)
Chris@10 8251 func_append tmp_deplibs " $test_deplib"
Chris@10 8252 ;;
Chris@10 8253 esac
Chris@10 8254 done
Chris@10 8255 deplibs="$tmp_deplibs"
Chris@10 8256
Chris@10 8257 if test -n "$convenience"; then
Chris@10 8258 if test -n "$whole_archive_flag_spec" &&
Chris@10 8259 test "$compiler_needs_object" = yes &&
Chris@10 8260 test -z "$libobjs"; then
Chris@10 8261 # extract the archives, so we have objects to list.
Chris@10 8262 # TODO: could optimize this to just extract one archive.
Chris@10 8263 whole_archive_flag_spec=
Chris@10 8264 fi
Chris@10 8265 if test -n "$whole_archive_flag_spec"; then
Chris@10 8266 save_libobjs=$libobjs
Chris@10 8267 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
Chris@10 8268 test "X$libobjs" = "X " && libobjs=
Chris@10 8269 else
Chris@10 8270 gentop="$output_objdir/${outputname}x"
Chris@10 8271 func_append generated " $gentop"
Chris@10 8272
Chris@10 8273 func_extract_archives $gentop $convenience
Chris@10 8274 func_append libobjs " $func_extract_archives_result"
Chris@10 8275 test "X$libobjs" = "X " && libobjs=
Chris@10 8276 fi
Chris@10 8277 fi
Chris@10 8278
Chris@10 8279 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
Chris@10 8280 eval flag=\"$thread_safe_flag_spec\"
Chris@10 8281 func_append linker_flags " $flag"
Chris@10 8282 fi
Chris@10 8283
Chris@10 8284 # Make a backup of the uninstalled library when relinking
Chris@10 8285 if test "$opt_mode" = relink; then
Chris@10 8286 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
Chris@10 8287 fi
Chris@10 8288
Chris@10 8289 # Do each of the archive commands.
Chris@10 8290 if test "$module" = yes && test -n "$module_cmds" ; then
Chris@10 8291 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
Chris@10 8292 eval test_cmds=\"$module_expsym_cmds\"
Chris@10 8293 cmds=$module_expsym_cmds
Chris@10 8294 else
Chris@10 8295 eval test_cmds=\"$module_cmds\"
Chris@10 8296 cmds=$module_cmds
Chris@10 8297 fi
Chris@10 8298 else
Chris@10 8299 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
Chris@10 8300 eval test_cmds=\"$archive_expsym_cmds\"
Chris@10 8301 cmds=$archive_expsym_cmds
Chris@10 8302 else
Chris@10 8303 eval test_cmds=\"$archive_cmds\"
Chris@10 8304 cmds=$archive_cmds
Chris@10 8305 fi
Chris@10 8306 fi
Chris@10 8307
Chris@10 8308 if test "X$skipped_export" != "X:" &&
Chris@10 8309 func_len " $test_cmds" &&
Chris@10 8310 len=$func_len_result &&
Chris@10 8311 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
Chris@10 8312 :
Chris@10 8313 else
Chris@10 8314 # The command line is too long to link in one step, link piecewise
Chris@10 8315 # or, if using GNU ld and skipped_export is not :, use a linker
Chris@10 8316 # script.
Chris@10 8317
Chris@10 8318 # Save the value of $output and $libobjs because we want to
Chris@10 8319 # use them later. If we have whole_archive_flag_spec, we
Chris@10 8320 # want to use save_libobjs as it was before
Chris@10 8321 # whole_archive_flag_spec was expanded, because we can't
Chris@10 8322 # assume the linker understands whole_archive_flag_spec.
Chris@10 8323 # This may have to be revisited, in case too many
Chris@10 8324 # convenience libraries get linked in and end up exceeding
Chris@10 8325 # the spec.
Chris@10 8326 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
Chris@10 8327 save_libobjs=$libobjs
Chris@10 8328 fi
Chris@10 8329 save_output=$output
Chris@10 8330 func_basename "$output"
Chris@10 8331 output_la=$func_basename_result
Chris@10 8332
Chris@10 8333 # Clear the reloadable object creation command queue and
Chris@10 8334 # initialize k to one.
Chris@10 8335 test_cmds=
Chris@10 8336 concat_cmds=
Chris@10 8337 objlist=
Chris@10 8338 last_robj=
Chris@10 8339 k=1
Chris@10 8340
Chris@10 8341 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
Chris@10 8342 output=${output_objdir}/${output_la}.lnkscript
Chris@10 8343 func_verbose "creating GNU ld script: $output"
Chris@10 8344 echo 'INPUT (' > $output
Chris@10 8345 for obj in $save_libobjs
Chris@10 8346 do
Chris@10 8347 func_to_tool_file "$obj"
Chris@10 8348 $ECHO "$func_to_tool_file_result" >> $output
Chris@10 8349 done
Chris@10 8350 echo ')' >> $output
Chris@10 8351 func_append delfiles " $output"
Chris@10 8352 func_to_tool_file "$output"
Chris@10 8353 output=$func_to_tool_file_result
Chris@10 8354 elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
Chris@10 8355 output=${output_objdir}/${output_la}.lnk
Chris@10 8356 func_verbose "creating linker input file list: $output"
Chris@10 8357 : > $output
Chris@10 8358 set x $save_libobjs
Chris@10 8359 shift
Chris@10 8360 firstobj=
Chris@10 8361 if test "$compiler_needs_object" = yes; then
Chris@10 8362 firstobj="$1 "
Chris@10 8363 shift
Chris@10 8364 fi
Chris@10 8365 for obj
Chris@10 8366 do
Chris@10 8367 func_to_tool_file "$obj"
Chris@10 8368 $ECHO "$func_to_tool_file_result" >> $output
Chris@10 8369 done
Chris@10 8370 func_append delfiles " $output"
Chris@10 8371 func_to_tool_file "$output"
Chris@10 8372 output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
Chris@10 8373 else
Chris@10 8374 if test -n "$save_libobjs"; then
Chris@10 8375 func_verbose "creating reloadable object files..."
Chris@10 8376 output=$output_objdir/$output_la-${k}.$objext
Chris@10 8377 eval test_cmds=\"$reload_cmds\"
Chris@10 8378 func_len " $test_cmds"
Chris@10 8379 len0=$func_len_result
Chris@10 8380 len=$len0
Chris@10 8381
Chris@10 8382 # Loop over the list of objects to be linked.
Chris@10 8383 for obj in $save_libobjs
Chris@10 8384 do
Chris@10 8385 func_len " $obj"
Chris@10 8386 func_arith $len + $func_len_result
Chris@10 8387 len=$func_arith_result
Chris@10 8388 if test "X$objlist" = X ||
Chris@10 8389 test "$len" -lt "$max_cmd_len"; then
Chris@10 8390 func_append objlist " $obj"
Chris@10 8391 else
Chris@10 8392 # The command $test_cmds is almost too long, add a
Chris@10 8393 # command to the queue.
Chris@10 8394 if test "$k" -eq 1 ; then
Chris@10 8395 # The first file doesn't have a previous command to add.
Chris@10 8396 reload_objs=$objlist
Chris@10 8397 eval concat_cmds=\"$reload_cmds\"
Chris@10 8398 else
Chris@10 8399 # All subsequent reloadable object files will link in
Chris@10 8400 # the last one created.
Chris@10 8401 reload_objs="$objlist $last_robj"
Chris@10 8402 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
Chris@10 8403 fi
Chris@10 8404 last_robj=$output_objdir/$output_la-${k}.$objext
Chris@10 8405 func_arith $k + 1
Chris@10 8406 k=$func_arith_result
Chris@10 8407 output=$output_objdir/$output_la-${k}.$objext
Chris@10 8408 objlist=" $obj"
Chris@10 8409 func_len " $last_robj"
Chris@10 8410 func_arith $len0 + $func_len_result
Chris@10 8411 len=$func_arith_result
Chris@10 8412 fi
Chris@10 8413 done
Chris@10 8414 # Handle the remaining objects by creating one last
Chris@10 8415 # reloadable object file. All subsequent reloadable object
Chris@10 8416 # files will link in the last one created.
Chris@10 8417 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
Chris@10 8418 reload_objs="$objlist $last_robj"
Chris@10 8419 eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
Chris@10 8420 if test -n "$last_robj"; then
Chris@10 8421 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
Chris@10 8422 fi
Chris@10 8423 func_append delfiles " $output"
Chris@10 8424
Chris@10 8425 else
Chris@10 8426 output=
Chris@10 8427 fi
Chris@10 8428
Chris@10 8429 if ${skipped_export-false}; then
Chris@10 8430 func_verbose "generating symbol list for \`$libname.la'"
Chris@10 8431 export_symbols="$output_objdir/$libname.exp"
Chris@10 8432 $opt_dry_run || $RM $export_symbols
Chris@10 8433 libobjs=$output
Chris@10 8434 # Append the command to create the export file.
Chris@10 8435 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
Chris@10 8436 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
Chris@10 8437 if test -n "$last_robj"; then
Chris@10 8438 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
Chris@10 8439 fi
Chris@10 8440 fi
Chris@10 8441
Chris@10 8442 test -n "$save_libobjs" &&
Chris@10 8443 func_verbose "creating a temporary reloadable object file: $output"
Chris@10 8444
Chris@10 8445 # Loop through the commands generated above and execute them.
Chris@10 8446 save_ifs="$IFS"; IFS='~'
Chris@10 8447 for cmd in $concat_cmds; do
Chris@10 8448 IFS="$save_ifs"
Chris@10 8449 $opt_silent || {
Chris@10 8450 func_quote_for_expand "$cmd"
Chris@10 8451 eval "func_echo $func_quote_for_expand_result"
Chris@10 8452 }
Chris@10 8453 $opt_dry_run || eval "$cmd" || {
Chris@10 8454 lt_exit=$?
Chris@10 8455
Chris@10 8456 # Restore the uninstalled library and exit
Chris@10 8457 if test "$opt_mode" = relink; then
Chris@10 8458 ( cd "$output_objdir" && \
Chris@10 8459 $RM "${realname}T" && \
Chris@10 8460 $MV "${realname}U" "$realname" )
Chris@10 8461 fi
Chris@10 8462
Chris@10 8463 exit $lt_exit
Chris@10 8464 }
Chris@10 8465 done
Chris@10 8466 IFS="$save_ifs"
Chris@10 8467
Chris@10 8468 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
Chris@10 8469 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
Chris@10 8470 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
Chris@10 8471 fi
Chris@10 8472 fi
Chris@10 8473
Chris@10 8474 if ${skipped_export-false}; then
Chris@10 8475 if test -n "$export_symbols" && test -n "$include_expsyms"; then
Chris@10 8476 tmp_export_symbols="$export_symbols"
Chris@10 8477 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
Chris@10 8478 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
Chris@10 8479 fi
Chris@10 8480
Chris@10 8481 if test -n "$orig_export_symbols"; then
Chris@10 8482 # The given exports_symbols file has to be filtered, so filter it.
Chris@10 8483 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
Chris@10 8484 # FIXME: $output_objdir/$libname.filter potentially contains lots of
Chris@10 8485 # 's' commands which not all seds can handle. GNU sed should be fine
Chris@10 8486 # though. Also, the filter scales superlinearly with the number of
Chris@10 8487 # global variables. join(1) would be nice here, but unfortunately
Chris@10 8488 # isn't a blessed tool.
Chris@10 8489 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
Chris@10 8490 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
Chris@10 8491 export_symbols=$output_objdir/$libname.def
Chris@10 8492 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
Chris@10 8493 fi
Chris@10 8494 fi
Chris@10 8495
Chris@10 8496 libobjs=$output
Chris@10 8497 # Restore the value of output.
Chris@10 8498 output=$save_output
Chris@10 8499
Chris@10 8500 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
Chris@10 8501 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
Chris@10 8502 test "X$libobjs" = "X " && libobjs=
Chris@10 8503 fi
Chris@10 8504 # Expand the library linking commands again to reset the
Chris@10 8505 # value of $libobjs for piecewise linking.
Chris@10 8506
Chris@10 8507 # Do each of the archive commands.
Chris@10 8508 if test "$module" = yes && test -n "$module_cmds" ; then
Chris@10 8509 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
Chris@10 8510 cmds=$module_expsym_cmds
Chris@10 8511 else
Chris@10 8512 cmds=$module_cmds
Chris@10 8513 fi
Chris@10 8514 else
Chris@10 8515 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
Chris@10 8516 cmds=$archive_expsym_cmds
Chris@10 8517 else
Chris@10 8518 cmds=$archive_cmds
Chris@10 8519 fi
Chris@10 8520 fi
Chris@10 8521 fi
Chris@10 8522
Chris@10 8523 if test -n "$delfiles"; then
Chris@10 8524 # Append the command to remove temporary files to $cmds.
Chris@10 8525 eval cmds=\"\$cmds~\$RM $delfiles\"
Chris@10 8526 fi
Chris@10 8527
Chris@10 8528 # Add any objects from preloaded convenience libraries
Chris@10 8529 if test -n "$dlprefiles"; then
Chris@10 8530 gentop="$output_objdir/${outputname}x"
Chris@10 8531 func_append generated " $gentop"
Chris@10 8532
Chris@10 8533 func_extract_archives $gentop $dlprefiles
Chris@10 8534 func_append libobjs " $func_extract_archives_result"
Chris@10 8535 test "X$libobjs" = "X " && libobjs=
Chris@10 8536 fi
Chris@10 8537
Chris@10 8538 save_ifs="$IFS"; IFS='~'
Chris@10 8539 for cmd in $cmds; do
Chris@10 8540 IFS="$save_ifs"
Chris@10 8541 eval cmd=\"$cmd\"
Chris@10 8542 $opt_silent || {
Chris@10 8543 func_quote_for_expand "$cmd"
Chris@10 8544 eval "func_echo $func_quote_for_expand_result"
Chris@10 8545 }
Chris@10 8546 $opt_dry_run || eval "$cmd" || {
Chris@10 8547 lt_exit=$?
Chris@10 8548
Chris@10 8549 # Restore the uninstalled library and exit
Chris@10 8550 if test "$opt_mode" = relink; then
Chris@10 8551 ( cd "$output_objdir" && \
Chris@10 8552 $RM "${realname}T" && \
Chris@10 8553 $MV "${realname}U" "$realname" )
Chris@10 8554 fi
Chris@10 8555
Chris@10 8556 exit $lt_exit
Chris@10 8557 }
Chris@10 8558 done
Chris@10 8559 IFS="$save_ifs"
Chris@10 8560
Chris@10 8561 # Restore the uninstalled library and exit
Chris@10 8562 if test "$opt_mode" = relink; then
Chris@10 8563 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
Chris@10 8564
Chris@10 8565 if test -n "$convenience"; then
Chris@10 8566 if test -z "$whole_archive_flag_spec"; then
Chris@10 8567 func_show_eval '${RM}r "$gentop"'
Chris@10 8568 fi
Chris@10 8569 fi
Chris@10 8570
Chris@10 8571 exit $EXIT_SUCCESS
Chris@10 8572 fi
Chris@10 8573
Chris@10 8574 # Create links to the real library.
Chris@10 8575 for linkname in $linknames; do
Chris@10 8576 if test "$realname" != "$linkname"; then
Chris@10 8577 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
Chris@10 8578 fi
Chris@10 8579 done
Chris@10 8580
Chris@10 8581 # If -module or -export-dynamic was specified, set the dlname.
Chris@10 8582 if test "$module" = yes || test "$export_dynamic" = yes; then
Chris@10 8583 # On all known operating systems, these are identical.
Chris@10 8584 dlname="$soname"
Chris@10 8585 fi
Chris@10 8586 fi
Chris@10 8587 ;;
Chris@10 8588
Chris@10 8589 obj)
Chris@10 8590 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
Chris@10 8591 func_warning "\`-dlopen' is ignored for objects"
Chris@10 8592 fi
Chris@10 8593
Chris@10 8594 case " $deplibs" in
Chris@10 8595 *\ -l* | *\ -L*)
Chris@10 8596 func_warning "\`-l' and \`-L' are ignored for objects" ;;
Chris@10 8597 esac
Chris@10 8598
Chris@10 8599 test -n "$rpath" && \
Chris@10 8600 func_warning "\`-rpath' is ignored for objects"
Chris@10 8601
Chris@10 8602 test -n "$xrpath" && \
Chris@10 8603 func_warning "\`-R' is ignored for objects"
Chris@10 8604
Chris@10 8605 test -n "$vinfo" && \
Chris@10 8606 func_warning "\`-version-info' is ignored for objects"
Chris@10 8607
Chris@10 8608 test -n "$release" && \
Chris@10 8609 func_warning "\`-release' is ignored for objects"
Chris@10 8610
Chris@10 8611 case $output in
Chris@10 8612 *.lo)
Chris@10 8613 test -n "$objs$old_deplibs" && \
Chris@10 8614 func_fatal_error "cannot build library object \`$output' from non-libtool objects"
Chris@10 8615
Chris@10 8616 libobj=$output
Chris@10 8617 func_lo2o "$libobj"
Chris@10 8618 obj=$func_lo2o_result
Chris@10 8619 ;;
Chris@10 8620 *)
Chris@10 8621 libobj=
Chris@10 8622 obj="$output"
Chris@10 8623 ;;
Chris@10 8624 esac
Chris@10 8625
Chris@10 8626 # Delete the old objects.
Chris@10 8627 $opt_dry_run || $RM $obj $libobj
Chris@10 8628
Chris@10 8629 # Objects from convenience libraries. This assumes
Chris@10 8630 # single-version convenience libraries. Whenever we create
Chris@10 8631 # different ones for PIC/non-PIC, this we'll have to duplicate
Chris@10 8632 # the extraction.
Chris@10 8633 reload_conv_objs=
Chris@10 8634 gentop=
Chris@10 8635 # reload_cmds runs $LD directly, so let us get rid of
Chris@10 8636 # -Wl from whole_archive_flag_spec and hope we can get by with
Chris@10 8637 # turning comma into space..
Chris@10 8638 wl=
Chris@10 8639
Chris@10 8640 if test -n "$convenience"; then
Chris@10 8641 if test -n "$whole_archive_flag_spec"; then
Chris@10 8642 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
Chris@10 8643 reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
Chris@10 8644 else
Chris@10 8645 gentop="$output_objdir/${obj}x"
Chris@10 8646 func_append generated " $gentop"
Chris@10 8647
Chris@10 8648 func_extract_archives $gentop $convenience
Chris@10 8649 reload_conv_objs="$reload_objs $func_extract_archives_result"
Chris@10 8650 fi
Chris@10 8651 fi
Chris@10 8652
Chris@10 8653 # If we're not building shared, we need to use non_pic_objs
Chris@10 8654 test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
Chris@10 8655
Chris@10 8656 # Create the old-style object.
Chris@10 8657 reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
Chris@10 8658
Chris@10 8659 output="$obj"
Chris@10 8660 func_execute_cmds "$reload_cmds" 'exit $?'
Chris@10 8661
Chris@10 8662 # Exit if we aren't doing a library object file.
Chris@10 8663 if test -z "$libobj"; then
Chris@10 8664 if test -n "$gentop"; then
Chris@10 8665 func_show_eval '${RM}r "$gentop"'
Chris@10 8666 fi
Chris@10 8667
Chris@10 8668 exit $EXIT_SUCCESS
Chris@10 8669 fi
Chris@10 8670
Chris@10 8671 if test "$build_libtool_libs" != yes; then
Chris@10 8672 if test -n "$gentop"; then
Chris@10 8673 func_show_eval '${RM}r "$gentop"'
Chris@10 8674 fi
Chris@10 8675
Chris@10 8676 # Create an invalid libtool object if no PIC, so that we don't
Chris@10 8677 # accidentally link it into a program.
Chris@10 8678 # $show "echo timestamp > $libobj"
Chris@10 8679 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
Chris@10 8680 exit $EXIT_SUCCESS
Chris@10 8681 fi
Chris@10 8682
Chris@10 8683 if test -n "$pic_flag" || test "$pic_mode" != default; then
Chris@10 8684 # Only do commands if we really have different PIC objects.
Chris@10 8685 reload_objs="$libobjs $reload_conv_objs"
Chris@10 8686 output="$libobj"
Chris@10 8687 func_execute_cmds "$reload_cmds" 'exit $?'
Chris@10 8688 fi
Chris@10 8689
Chris@10 8690 if test -n "$gentop"; then
Chris@10 8691 func_show_eval '${RM}r "$gentop"'
Chris@10 8692 fi
Chris@10 8693
Chris@10 8694 exit $EXIT_SUCCESS
Chris@10 8695 ;;
Chris@10 8696
Chris@10 8697 prog)
Chris@10 8698 case $host in
Chris@10 8699 *cygwin*) func_stripname '' '.exe' "$output"
Chris@10 8700 output=$func_stripname_result.exe;;
Chris@10 8701 esac
Chris@10 8702 test -n "$vinfo" && \
Chris@10 8703 func_warning "\`-version-info' is ignored for programs"
Chris@10 8704
Chris@10 8705 test -n "$release" && \
Chris@10 8706 func_warning "\`-release' is ignored for programs"
Chris@10 8707
Chris@10 8708 test "$preload" = yes \
Chris@10 8709 && test "$dlopen_support" = unknown \
Chris@10 8710 && test "$dlopen_self" = unknown \
Chris@10 8711 && test "$dlopen_self_static" = unknown && \
Chris@10 8712 func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
Chris@10 8713
Chris@10 8714 case $host in
Chris@10 8715 *-*-rhapsody* | *-*-darwin1.[012])
Chris@10 8716 # On Rhapsody replace the C library is the System framework
Chris@10 8717 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
Chris@10 8718 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
Chris@10 8719 ;;
Chris@10 8720 esac
Chris@10 8721
Chris@10 8722 case $host in
Chris@10 8723 *-*-darwin*)
Chris@10 8724 # Don't allow lazy linking, it breaks C++ global constructors
Chris@10 8725 # But is supposedly fixed on 10.4 or later (yay!).
Chris@10 8726 if test "$tagname" = CXX ; then
Chris@10 8727 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
Chris@10 8728 10.[0123])
Chris@10 8729 func_append compile_command " ${wl}-bind_at_load"
Chris@10 8730 func_append finalize_command " ${wl}-bind_at_load"
Chris@10 8731 ;;
Chris@10 8732 esac
Chris@10 8733 fi
Chris@10 8734 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
Chris@10 8735 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 8736 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
Chris@10 8737 ;;
Chris@10 8738 esac
Chris@10 8739
Chris@10 8740
Chris@10 8741 # move library search paths that coincide with paths to not yet
Chris@10 8742 # installed libraries to the beginning of the library search list
Chris@10 8743 new_libs=
Chris@10 8744 for path in $notinst_path; do
Chris@10 8745 case " $new_libs " in
Chris@10 8746 *" -L$path/$objdir "*) ;;
Chris@10 8747 *)
Chris@10 8748 case " $compile_deplibs " in
Chris@10 8749 *" -L$path/$objdir "*)
Chris@10 8750 func_append new_libs " -L$path/$objdir" ;;
Chris@10 8751 esac
Chris@10 8752 ;;
Chris@10 8753 esac
Chris@10 8754 done
Chris@10 8755 for deplib in $compile_deplibs; do
Chris@10 8756 case $deplib in
Chris@10 8757 -L*)
Chris@10 8758 case " $new_libs " in
Chris@10 8759 *" $deplib "*) ;;
Chris@10 8760 *) func_append new_libs " $deplib" ;;
Chris@10 8761 esac
Chris@10 8762 ;;
Chris@10 8763 *) func_append new_libs " $deplib" ;;
Chris@10 8764 esac
Chris@10 8765 done
Chris@10 8766 compile_deplibs="$new_libs"
Chris@10 8767
Chris@10 8768
Chris@10 8769 func_append compile_command " $compile_deplibs"
Chris@10 8770 func_append finalize_command " $finalize_deplibs"
Chris@10 8771
Chris@10 8772 if test -n "$rpath$xrpath"; then
Chris@10 8773 # If the user specified any rpath flags, then add them.
Chris@10 8774 for libdir in $rpath $xrpath; do
Chris@10 8775 # This is the magic to use -rpath.
Chris@10 8776 case "$finalize_rpath " in
Chris@10 8777 *" $libdir "*) ;;
Chris@10 8778 *) func_append finalize_rpath " $libdir" ;;
Chris@10 8779 esac
Chris@10 8780 done
Chris@10 8781 fi
Chris@10 8782
Chris@10 8783 # Now hardcode the library paths
Chris@10 8784 rpath=
Chris@10 8785 hardcode_libdirs=
Chris@10 8786 for libdir in $compile_rpath $finalize_rpath; do
Chris@10 8787 if test -n "$hardcode_libdir_flag_spec"; then
Chris@10 8788 if test -n "$hardcode_libdir_separator"; then
Chris@10 8789 if test -z "$hardcode_libdirs"; then
Chris@10 8790 hardcode_libdirs="$libdir"
Chris@10 8791 else
Chris@10 8792 # Just accumulate the unique libdirs.
Chris@10 8793 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
Chris@10 8794 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
Chris@10 8795 ;;
Chris@10 8796 *)
Chris@10 8797 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
Chris@10 8798 ;;
Chris@10 8799 esac
Chris@10 8800 fi
Chris@10 8801 else
Chris@10 8802 eval flag=\"$hardcode_libdir_flag_spec\"
Chris@10 8803 func_append rpath " $flag"
Chris@10 8804 fi
Chris@10 8805 elif test -n "$runpath_var"; then
Chris@10 8806 case "$perm_rpath " in
Chris@10 8807 *" $libdir "*) ;;
Chris@10 8808 *) func_append perm_rpath " $libdir" ;;
Chris@10 8809 esac
Chris@10 8810 fi
Chris@10 8811 case $host in
Chris@10 8812 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
Chris@10 8813 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
Chris@10 8814 case :$dllsearchpath: in
Chris@10 8815 *":$libdir:"*) ;;
Chris@10 8816 ::) dllsearchpath=$libdir;;
Chris@10 8817 *) func_append dllsearchpath ":$libdir";;
Chris@10 8818 esac
Chris@10 8819 case :$dllsearchpath: in
Chris@10 8820 *":$testbindir:"*) ;;
Chris@10 8821 ::) dllsearchpath=$testbindir;;
Chris@10 8822 *) func_append dllsearchpath ":$testbindir";;
Chris@10 8823 esac
Chris@10 8824 ;;
Chris@10 8825 esac
Chris@10 8826 done
Chris@10 8827 # Substitute the hardcoded libdirs into the rpath.
Chris@10 8828 if test -n "$hardcode_libdir_separator" &&
Chris@10 8829 test -n "$hardcode_libdirs"; then
Chris@10 8830 libdir="$hardcode_libdirs"
Chris@10 8831 eval rpath=\" $hardcode_libdir_flag_spec\"
Chris@10 8832 fi
Chris@10 8833 compile_rpath="$rpath"
Chris@10 8834
Chris@10 8835 rpath=
Chris@10 8836 hardcode_libdirs=
Chris@10 8837 for libdir in $finalize_rpath; do
Chris@10 8838 if test -n "$hardcode_libdir_flag_spec"; then
Chris@10 8839 if test -n "$hardcode_libdir_separator"; then
Chris@10 8840 if test -z "$hardcode_libdirs"; then
Chris@10 8841 hardcode_libdirs="$libdir"
Chris@10 8842 else
Chris@10 8843 # Just accumulate the unique libdirs.
Chris@10 8844 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
Chris@10 8845 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
Chris@10 8846 ;;
Chris@10 8847 *)
Chris@10 8848 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
Chris@10 8849 ;;
Chris@10 8850 esac
Chris@10 8851 fi
Chris@10 8852 else
Chris@10 8853 eval flag=\"$hardcode_libdir_flag_spec\"
Chris@10 8854 func_append rpath " $flag"
Chris@10 8855 fi
Chris@10 8856 elif test -n "$runpath_var"; then
Chris@10 8857 case "$finalize_perm_rpath " in
Chris@10 8858 *" $libdir "*) ;;
Chris@10 8859 *) func_append finalize_perm_rpath " $libdir" ;;
Chris@10 8860 esac
Chris@10 8861 fi
Chris@10 8862 done
Chris@10 8863 # Substitute the hardcoded libdirs into the rpath.
Chris@10 8864 if test -n "$hardcode_libdir_separator" &&
Chris@10 8865 test -n "$hardcode_libdirs"; then
Chris@10 8866 libdir="$hardcode_libdirs"
Chris@10 8867 eval rpath=\" $hardcode_libdir_flag_spec\"
Chris@10 8868 fi
Chris@10 8869 finalize_rpath="$rpath"
Chris@10 8870
Chris@10 8871 if test -n "$libobjs" && test "$build_old_libs" = yes; then
Chris@10 8872 # Transform all the library objects into standard objects.
Chris@10 8873 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
Chris@10 8874 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
Chris@10 8875 fi
Chris@10 8876
Chris@10 8877 func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
Chris@10 8878
Chris@10 8879 # template prelinking step
Chris@10 8880 if test -n "$prelink_cmds"; then
Chris@10 8881 func_execute_cmds "$prelink_cmds" 'exit $?'
Chris@10 8882 fi
Chris@10 8883
Chris@10 8884 wrappers_required=yes
Chris@10 8885 case $host in
Chris@10 8886 *cegcc* | *mingw32ce*)
Chris@10 8887 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
Chris@10 8888 wrappers_required=no
Chris@10 8889 ;;
Chris@10 8890 *cygwin* | *mingw* )
Chris@10 8891 if test "$build_libtool_libs" != yes; then
Chris@10 8892 wrappers_required=no
Chris@10 8893 fi
Chris@10 8894 ;;
Chris@10 8895 *)
Chris@10 8896 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
Chris@10 8897 wrappers_required=no
Chris@10 8898 fi
Chris@10 8899 ;;
Chris@10 8900 esac
Chris@10 8901 if test "$wrappers_required" = no; then
Chris@10 8902 # Replace the output file specification.
Chris@10 8903 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
Chris@10 8904 link_command="$compile_command$compile_rpath"
Chris@10 8905
Chris@10 8906 # We have no uninstalled library dependencies, so finalize right now.
Chris@10 8907 exit_status=0
Chris@10 8908 func_show_eval "$link_command" 'exit_status=$?'
Chris@10 8909
Chris@10 8910 if test -n "$postlink_cmds"; then
Chris@10 8911 func_to_tool_file "$output"
Chris@10 8912 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
Chris@10 8913 func_execute_cmds "$postlink_cmds" 'exit $?'
Chris@10 8914 fi
Chris@10 8915
Chris@10 8916 # Delete the generated files.
Chris@10 8917 if test -f "$output_objdir/${outputname}S.${objext}"; then
Chris@10 8918 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
Chris@10 8919 fi
Chris@10 8920
Chris@10 8921 exit $exit_status
Chris@10 8922 fi
Chris@10 8923
Chris@10 8924 if test -n "$compile_shlibpath$finalize_shlibpath"; then
Chris@10 8925 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
Chris@10 8926 fi
Chris@10 8927 if test -n "$finalize_shlibpath"; then
Chris@10 8928 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
Chris@10 8929 fi
Chris@10 8930
Chris@10 8931 compile_var=
Chris@10 8932 finalize_var=
Chris@10 8933 if test -n "$runpath_var"; then
Chris@10 8934 if test -n "$perm_rpath"; then
Chris@10 8935 # We should set the runpath_var.
Chris@10 8936 rpath=
Chris@10 8937 for dir in $perm_rpath; do
Chris@10 8938 func_append rpath "$dir:"
Chris@10 8939 done
Chris@10 8940 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
Chris@10 8941 fi
Chris@10 8942 if test -n "$finalize_perm_rpath"; then
Chris@10 8943 # We should set the runpath_var.
Chris@10 8944 rpath=
Chris@10 8945 for dir in $finalize_perm_rpath; do
Chris@10 8946 func_append rpath "$dir:"
Chris@10 8947 done
Chris@10 8948 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
Chris@10 8949 fi
Chris@10 8950 fi
Chris@10 8951
Chris@10 8952 if test "$no_install" = yes; then
Chris@10 8953 # We don't need to create a wrapper script.
Chris@10 8954 link_command="$compile_var$compile_command$compile_rpath"
Chris@10 8955 # Replace the output file specification.
Chris@10 8956 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
Chris@10 8957 # Delete the old output file.
Chris@10 8958 $opt_dry_run || $RM $output
Chris@10 8959 # Link the executable and exit
Chris@10 8960 func_show_eval "$link_command" 'exit $?'
Chris@10 8961
Chris@10 8962 if test -n "$postlink_cmds"; then
Chris@10 8963 func_to_tool_file "$output"
Chris@10 8964 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
Chris@10 8965 func_execute_cmds "$postlink_cmds" 'exit $?'
Chris@10 8966 fi
Chris@10 8967
Chris@10 8968 exit $EXIT_SUCCESS
Chris@10 8969 fi
Chris@10 8970
Chris@10 8971 if test "$hardcode_action" = relink; then
Chris@10 8972 # Fast installation is not supported
Chris@10 8973 link_command="$compile_var$compile_command$compile_rpath"
Chris@10 8974 relink_command="$finalize_var$finalize_command$finalize_rpath"
Chris@10 8975
Chris@10 8976 func_warning "this platform does not like uninstalled shared libraries"
Chris@10 8977 func_warning "\`$output' will be relinked during installation"
Chris@10 8978 else
Chris@10 8979 if test "$fast_install" != no; then
Chris@10 8980 link_command="$finalize_var$compile_command$finalize_rpath"
Chris@10 8981 if test "$fast_install" = yes; then
Chris@10 8982 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
Chris@10 8983 else
Chris@10 8984 # fast_install is set to needless
Chris@10 8985 relink_command=
Chris@10 8986 fi
Chris@10 8987 else
Chris@10 8988 link_command="$compile_var$compile_command$compile_rpath"
Chris@10 8989 relink_command="$finalize_var$finalize_command$finalize_rpath"
Chris@10 8990 fi
Chris@10 8991 fi
Chris@10 8992
Chris@10 8993 # Replace the output file specification.
Chris@10 8994 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
Chris@10 8995
Chris@10 8996 # Delete the old output files.
Chris@10 8997 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
Chris@10 8998
Chris@10 8999 func_show_eval "$link_command" 'exit $?'
Chris@10 9000
Chris@10 9001 if test -n "$postlink_cmds"; then
Chris@10 9002 func_to_tool_file "$output_objdir/$outputname"
Chris@10 9003 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
Chris@10 9004 func_execute_cmds "$postlink_cmds" 'exit $?'
Chris@10 9005 fi
Chris@10 9006
Chris@10 9007 # Now create the wrapper script.
Chris@10 9008 func_verbose "creating $output"
Chris@10 9009
Chris@10 9010 # Quote the relink command for shipping.
Chris@10 9011 if test -n "$relink_command"; then
Chris@10 9012 # Preserve any variables that may affect compiler behavior
Chris@10 9013 for var in $variables_saved_for_relink; do
Chris@10 9014 if eval test -z \"\${$var+set}\"; then
Chris@10 9015 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
Chris@10 9016 elif eval var_value=\$$var; test -z "$var_value"; then
Chris@10 9017 relink_command="$var=; export $var; $relink_command"
Chris@10 9018 else
Chris@10 9019 func_quote_for_eval "$var_value"
Chris@10 9020 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
Chris@10 9021 fi
Chris@10 9022 done
Chris@10 9023 relink_command="(cd `pwd`; $relink_command)"
Chris@10 9024 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
Chris@10 9025 fi
Chris@10 9026
Chris@10 9027 # Only actually do things if not in dry run mode.
Chris@10 9028 $opt_dry_run || {
Chris@10 9029 # win32 will think the script is a binary if it has
Chris@10 9030 # a .exe suffix, so we strip it off here.
Chris@10 9031 case $output in
Chris@10 9032 *.exe) func_stripname '' '.exe' "$output"
Chris@10 9033 output=$func_stripname_result ;;
Chris@10 9034 esac
Chris@10 9035 # test for cygwin because mv fails w/o .exe extensions
Chris@10 9036 case $host in
Chris@10 9037 *cygwin*)
Chris@10 9038 exeext=.exe
Chris@10 9039 func_stripname '' '.exe' "$outputname"
Chris@10 9040 outputname=$func_stripname_result ;;
Chris@10 9041 *) exeext= ;;
Chris@10 9042 esac
Chris@10 9043 case $host in
Chris@10 9044 *cygwin* | *mingw* )
Chris@10 9045 func_dirname_and_basename "$output" "" "."
Chris@10 9046 output_name=$func_basename_result
Chris@10 9047 output_path=$func_dirname_result
Chris@10 9048 cwrappersource="$output_path/$objdir/lt-$output_name.c"
Chris@10 9049 cwrapper="$output_path/$output_name.exe"
Chris@10 9050 $RM $cwrappersource $cwrapper
Chris@10 9051 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
Chris@10 9052
Chris@10 9053 func_emit_cwrapperexe_src > $cwrappersource
Chris@10 9054
Chris@10 9055 # The wrapper executable is built using the $host compiler,
Chris@10 9056 # because it contains $host paths and files. If cross-
Chris@10 9057 # compiling, it, like the target executable, must be
Chris@10 9058 # executed on the $host or under an emulation environment.
Chris@10 9059 $opt_dry_run || {
Chris@10 9060 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
Chris@10 9061 $STRIP $cwrapper
Chris@10 9062 }
Chris@10 9063
Chris@10 9064 # Now, create the wrapper script for func_source use:
Chris@10 9065 func_ltwrapper_scriptname $cwrapper
Chris@10 9066 $RM $func_ltwrapper_scriptname_result
Chris@10 9067 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
Chris@10 9068 $opt_dry_run || {
Chris@10 9069 # note: this script will not be executed, so do not chmod.
Chris@10 9070 if test "x$build" = "x$host" ; then
Chris@10 9071 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
Chris@10 9072 else
Chris@10 9073 func_emit_wrapper no > $func_ltwrapper_scriptname_result
Chris@10 9074 fi
Chris@10 9075 }
Chris@10 9076 ;;
Chris@10 9077 * )
Chris@10 9078 $RM $output
Chris@10 9079 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
Chris@10 9080
Chris@10 9081 func_emit_wrapper no > $output
Chris@10 9082 chmod +x $output
Chris@10 9083 ;;
Chris@10 9084 esac
Chris@10 9085 }
Chris@10 9086 exit $EXIT_SUCCESS
Chris@10 9087 ;;
Chris@10 9088 esac
Chris@10 9089
Chris@10 9090 # See if we need to build an old-fashioned archive.
Chris@10 9091 for oldlib in $oldlibs; do
Chris@10 9092
Chris@10 9093 if test "$build_libtool_libs" = convenience; then
Chris@10 9094 oldobjs="$libobjs_save $symfileobj"
Chris@10 9095 addlibs="$convenience"
Chris@10 9096 build_libtool_libs=no
Chris@10 9097 else
Chris@10 9098 if test "$build_libtool_libs" = module; then
Chris@10 9099 oldobjs="$libobjs_save"
Chris@10 9100 build_libtool_libs=no
Chris@10 9101 else
Chris@10 9102 oldobjs="$old_deplibs $non_pic_objects"
Chris@10 9103 if test "$preload" = yes && test -f "$symfileobj"; then
Chris@10 9104 func_append oldobjs " $symfileobj"
Chris@10 9105 fi
Chris@10 9106 fi
Chris@10 9107 addlibs="$old_convenience"
Chris@10 9108 fi
Chris@10 9109
Chris@10 9110 if test -n "$addlibs"; then
Chris@10 9111 gentop="$output_objdir/${outputname}x"
Chris@10 9112 func_append generated " $gentop"
Chris@10 9113
Chris@10 9114 func_extract_archives $gentop $addlibs
Chris@10 9115 func_append oldobjs " $func_extract_archives_result"
Chris@10 9116 fi
Chris@10 9117
Chris@10 9118 # Do each command in the archive commands.
Chris@10 9119 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
Chris@10 9120 cmds=$old_archive_from_new_cmds
Chris@10 9121 else
Chris@10 9122
Chris@10 9123 # Add any objects from preloaded convenience libraries
Chris@10 9124 if test -n "$dlprefiles"; then
Chris@10 9125 gentop="$output_objdir/${outputname}x"
Chris@10 9126 func_append generated " $gentop"
Chris@10 9127
Chris@10 9128 func_extract_archives $gentop $dlprefiles
Chris@10 9129 func_append oldobjs " $func_extract_archives_result"
Chris@10 9130 fi
Chris@10 9131
Chris@10 9132 # POSIX demands no paths to be encoded in archives. We have
Chris@10 9133 # to avoid creating archives with duplicate basenames if we
Chris@10 9134 # might have to extract them afterwards, e.g., when creating a
Chris@10 9135 # static archive out of a convenience library, or when linking
Chris@10 9136 # the entirety of a libtool archive into another (currently
Chris@10 9137 # not supported by libtool).
Chris@10 9138 if (for obj in $oldobjs
Chris@10 9139 do
Chris@10 9140 func_basename "$obj"
Chris@10 9141 $ECHO "$func_basename_result"
Chris@10 9142 done | sort | sort -uc >/dev/null 2>&1); then
Chris@10 9143 :
Chris@10 9144 else
Chris@10 9145 echo "copying selected object files to avoid basename conflicts..."
Chris@10 9146 gentop="$output_objdir/${outputname}x"
Chris@10 9147 func_append generated " $gentop"
Chris@10 9148 func_mkdir_p "$gentop"
Chris@10 9149 save_oldobjs=$oldobjs
Chris@10 9150 oldobjs=
Chris@10 9151 counter=1
Chris@10 9152 for obj in $save_oldobjs
Chris@10 9153 do
Chris@10 9154 func_basename "$obj"
Chris@10 9155 objbase="$func_basename_result"
Chris@10 9156 case " $oldobjs " in
Chris@10 9157 " ") oldobjs=$obj ;;
Chris@10 9158 *[\ /]"$objbase "*)
Chris@10 9159 while :; do
Chris@10 9160 # Make sure we don't pick an alternate name that also
Chris@10 9161 # overlaps.
Chris@10 9162 newobj=lt$counter-$objbase
Chris@10 9163 func_arith $counter + 1
Chris@10 9164 counter=$func_arith_result
Chris@10 9165 case " $oldobjs " in
Chris@10 9166 *[\ /]"$newobj "*) ;;
Chris@10 9167 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
Chris@10 9168 esac
Chris@10 9169 done
Chris@10 9170 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
Chris@10 9171 func_append oldobjs " $gentop/$newobj"
Chris@10 9172 ;;
Chris@10 9173 *) func_append oldobjs " $obj" ;;
Chris@10 9174 esac
Chris@10 9175 done
Chris@10 9176 fi
Chris@10 9177 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
Chris@10 9178 tool_oldlib=$func_to_tool_file_result
Chris@10 9179 eval cmds=\"$old_archive_cmds\"
Chris@10 9180
Chris@10 9181 func_len " $cmds"
Chris@10 9182 len=$func_len_result
Chris@10 9183 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
Chris@10 9184 cmds=$old_archive_cmds
Chris@10 9185 elif test -n "$archiver_list_spec"; then
Chris@10 9186 func_verbose "using command file archive linking..."
Chris@10 9187 for obj in $oldobjs
Chris@10 9188 do
Chris@10 9189 func_to_tool_file "$obj"
Chris@10 9190 $ECHO "$func_to_tool_file_result"
Chris@10 9191 done > $output_objdir/$libname.libcmd
Chris@10 9192 func_to_tool_file "$output_objdir/$libname.libcmd"
Chris@10 9193 oldobjs=" $archiver_list_spec$func_to_tool_file_result"
Chris@10 9194 cmds=$old_archive_cmds
Chris@10 9195 else
Chris@10 9196 # the command line is too long to link in one step, link in parts
Chris@10 9197 func_verbose "using piecewise archive linking..."
Chris@10 9198 save_RANLIB=$RANLIB
Chris@10 9199 RANLIB=:
Chris@10 9200 objlist=
Chris@10 9201 concat_cmds=
Chris@10 9202 save_oldobjs=$oldobjs
Chris@10 9203 oldobjs=
Chris@10 9204 # Is there a better way of finding the last object in the list?
Chris@10 9205 for obj in $save_oldobjs
Chris@10 9206 do
Chris@10 9207 last_oldobj=$obj
Chris@10 9208 done
Chris@10 9209 eval test_cmds=\"$old_archive_cmds\"
Chris@10 9210 func_len " $test_cmds"
Chris@10 9211 len0=$func_len_result
Chris@10 9212 len=$len0
Chris@10 9213 for obj in $save_oldobjs
Chris@10 9214 do
Chris@10 9215 func_len " $obj"
Chris@10 9216 func_arith $len + $func_len_result
Chris@10 9217 len=$func_arith_result
Chris@10 9218 func_append objlist " $obj"
Chris@10 9219 if test "$len" -lt "$max_cmd_len"; then
Chris@10 9220 :
Chris@10 9221 else
Chris@10 9222 # the above command should be used before it gets too long
Chris@10 9223 oldobjs=$objlist
Chris@10 9224 if test "$obj" = "$last_oldobj" ; then
Chris@10 9225 RANLIB=$save_RANLIB
Chris@10 9226 fi
Chris@10 9227 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
Chris@10 9228 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
Chris@10 9229 objlist=
Chris@10 9230 len=$len0
Chris@10 9231 fi
Chris@10 9232 done
Chris@10 9233 RANLIB=$save_RANLIB
Chris@10 9234 oldobjs=$objlist
Chris@10 9235 if test "X$oldobjs" = "X" ; then
Chris@10 9236 eval cmds=\"\$concat_cmds\"
Chris@10 9237 else
Chris@10 9238 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
Chris@10 9239 fi
Chris@10 9240 fi
Chris@10 9241 fi
Chris@10 9242 func_execute_cmds "$cmds" 'exit $?'
Chris@10 9243 done
Chris@10 9244
Chris@10 9245 test -n "$generated" && \
Chris@10 9246 func_show_eval "${RM}r$generated"
Chris@10 9247
Chris@10 9248 # Now create the libtool archive.
Chris@10 9249 case $output in
Chris@10 9250 *.la)
Chris@10 9251 old_library=
Chris@10 9252 test "$build_old_libs" = yes && old_library="$libname.$libext"
Chris@10 9253 func_verbose "creating $output"
Chris@10 9254
Chris@10 9255 # Preserve any variables that may affect compiler behavior
Chris@10 9256 for var in $variables_saved_for_relink; do
Chris@10 9257 if eval test -z \"\${$var+set}\"; then
Chris@10 9258 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
Chris@10 9259 elif eval var_value=\$$var; test -z "$var_value"; then
Chris@10 9260 relink_command="$var=; export $var; $relink_command"
Chris@10 9261 else
Chris@10 9262 func_quote_for_eval "$var_value"
Chris@10 9263 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
Chris@10 9264 fi
Chris@10 9265 done
Chris@10 9266 # Quote the link command for shipping.
Chris@10 9267 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
Chris@10 9268 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
Chris@10 9269 if test "$hardcode_automatic" = yes ; then
Chris@10 9270 relink_command=
Chris@10 9271 fi
Chris@10 9272
Chris@10 9273 # Only create the output if not a dry run.
Chris@10 9274 $opt_dry_run || {
Chris@10 9275 for installed in no yes; do
Chris@10 9276 if test "$installed" = yes; then
Chris@10 9277 if test -z "$install_libdir"; then
Chris@10 9278 break
Chris@10 9279 fi
Chris@10 9280 output="$output_objdir/$outputname"i
Chris@10 9281 # Replace all uninstalled libtool libraries with the installed ones
Chris@10 9282 newdependency_libs=
Chris@10 9283 for deplib in $dependency_libs; do
Chris@10 9284 case $deplib in
Chris@10 9285 *.la)
Chris@10 9286 func_basename "$deplib"
Chris@10 9287 name="$func_basename_result"
Chris@10 9288 func_resolve_sysroot "$deplib"
Chris@10 9289 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
Chris@10 9290 test -z "$libdir" && \
Chris@10 9291 func_fatal_error "\`$deplib' is not a valid libtool archive"
Chris@10 9292 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
Chris@10 9293 ;;
Chris@10 9294 -L*)
Chris@10 9295 func_stripname -L '' "$deplib"
Chris@10 9296 func_replace_sysroot "$func_stripname_result"
Chris@10 9297 func_append newdependency_libs " -L$func_replace_sysroot_result"
Chris@10 9298 ;;
Chris@10 9299 -R*)
Chris@10 9300 func_stripname -R '' "$deplib"
Chris@10 9301 func_replace_sysroot "$func_stripname_result"
Chris@10 9302 func_append newdependency_libs " -R$func_replace_sysroot_result"
Chris@10 9303 ;;
Chris@10 9304 *) func_append newdependency_libs " $deplib" ;;
Chris@10 9305 esac
Chris@10 9306 done
Chris@10 9307 dependency_libs="$newdependency_libs"
Chris@10 9308 newdlfiles=
Chris@10 9309
Chris@10 9310 for lib in $dlfiles; do
Chris@10 9311 case $lib in
Chris@10 9312 *.la)
Chris@10 9313 func_basename "$lib"
Chris@10 9314 name="$func_basename_result"
Chris@10 9315 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
Chris@10 9316 test -z "$libdir" && \
Chris@10 9317 func_fatal_error "\`$lib' is not a valid libtool archive"
Chris@10 9318 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
Chris@10 9319 ;;
Chris@10 9320 *) func_append newdlfiles " $lib" ;;
Chris@10 9321 esac
Chris@10 9322 done
Chris@10 9323 dlfiles="$newdlfiles"
Chris@10 9324 newdlprefiles=
Chris@10 9325 for lib in $dlprefiles; do
Chris@10 9326 case $lib in
Chris@10 9327 *.la)
Chris@10 9328 # Only pass preopened files to the pseudo-archive (for
Chris@10 9329 # eventual linking with the app. that links it) if we
Chris@10 9330 # didn't already link the preopened objects directly into
Chris@10 9331 # the library:
Chris@10 9332 func_basename "$lib"
Chris@10 9333 name="$func_basename_result"
Chris@10 9334 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
Chris@10 9335 test -z "$libdir" && \
Chris@10 9336 func_fatal_error "\`$lib' is not a valid libtool archive"
Chris@10 9337 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
Chris@10 9338 ;;
Chris@10 9339 esac
Chris@10 9340 done
Chris@10 9341 dlprefiles="$newdlprefiles"
Chris@10 9342 else
Chris@10 9343 newdlfiles=
Chris@10 9344 for lib in $dlfiles; do
Chris@10 9345 case $lib in
Chris@10 9346 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
Chris@10 9347 *) abs=`pwd`"/$lib" ;;
Chris@10 9348 esac
Chris@10 9349 func_append newdlfiles " $abs"
Chris@10 9350 done
Chris@10 9351 dlfiles="$newdlfiles"
Chris@10 9352 newdlprefiles=
Chris@10 9353 for lib in $dlprefiles; do
Chris@10 9354 case $lib in
Chris@10 9355 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
Chris@10 9356 *) abs=`pwd`"/$lib" ;;
Chris@10 9357 esac
Chris@10 9358 func_append newdlprefiles " $abs"
Chris@10 9359 done
Chris@10 9360 dlprefiles="$newdlprefiles"
Chris@10 9361 fi
Chris@10 9362 $RM $output
Chris@10 9363 # place dlname in correct position for cygwin
Chris@10 9364 # In fact, it would be nice if we could use this code for all target
Chris@10 9365 # systems that can't hard-code library paths into their executables
Chris@10 9366 # and that have no shared library path variable independent of PATH,
Chris@10 9367 # but it turns out we can't easily determine that from inspecting
Chris@10 9368 # libtool variables, so we have to hard-code the OSs to which it
Chris@10 9369 # applies here; at the moment, that means platforms that use the PE
Chris@10 9370 # object format with DLL files. See the long comment at the top of
Chris@10 9371 # tests/bindir.at for full details.
Chris@10 9372 tdlname=$dlname
Chris@10 9373 case $host,$output,$installed,$module,$dlname in
Chris@10 9374 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
Chris@10 9375 # If a -bindir argument was supplied, place the dll there.
Chris@10 9376 if test "x$bindir" != x ;
Chris@10 9377 then
Chris@10 9378 func_relative_path "$install_libdir" "$bindir"
Chris@10 9379 tdlname=$func_relative_path_result$dlname
Chris@10 9380 else
Chris@10 9381 # Otherwise fall back on heuristic.
Chris@10 9382 tdlname=../bin/$dlname
Chris@10 9383 fi
Chris@10 9384 ;;
Chris@10 9385 esac
Chris@10 9386 $ECHO > $output "\
Chris@10 9387 # $outputname - a libtool library file
Chris@10 9388 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
Chris@10 9389 #
Chris@10 9390 # Please DO NOT delete this file!
Chris@10 9391 # It is necessary for linking the library.
Chris@10 9392
Chris@10 9393 # The name that we can dlopen(3).
Chris@10 9394 dlname='$tdlname'
Chris@10 9395
Chris@10 9396 # Names of this library.
Chris@10 9397 library_names='$library_names'
Chris@10 9398
Chris@10 9399 # The name of the static archive.
Chris@10 9400 old_library='$old_library'
Chris@10 9401
Chris@10 9402 # Linker flags that can not go in dependency_libs.
Chris@10 9403 inherited_linker_flags='$new_inherited_linker_flags'
Chris@10 9404
Chris@10 9405 # Libraries that this one depends upon.
Chris@10 9406 dependency_libs='$dependency_libs'
Chris@10 9407
Chris@10 9408 # Names of additional weak libraries provided by this library
Chris@10 9409 weak_library_names='$weak_libs'
Chris@10 9410
Chris@10 9411 # Version information for $libname.
Chris@10 9412 current=$current
Chris@10 9413 age=$age
Chris@10 9414 revision=$revision
Chris@10 9415
Chris@10 9416 # Is this an already installed library?
Chris@10 9417 installed=$installed
Chris@10 9418
Chris@10 9419 # Should we warn about portability when linking against -modules?
Chris@10 9420 shouldnotlink=$module
Chris@10 9421
Chris@10 9422 # Files to dlopen/dlpreopen
Chris@10 9423 dlopen='$dlfiles'
Chris@10 9424 dlpreopen='$dlprefiles'
Chris@10 9425
Chris@10 9426 # Directory that this library needs to be installed in:
Chris@10 9427 libdir='$install_libdir'"
Chris@10 9428 if test "$installed" = no && test "$need_relink" = yes; then
Chris@10 9429 $ECHO >> $output "\
Chris@10 9430 relink_command=\"$relink_command\""
Chris@10 9431 fi
Chris@10 9432 done
Chris@10 9433 }
Chris@10 9434
Chris@10 9435 # Do a symbolic link so that the libtool archive can be found in
Chris@10 9436 # LD_LIBRARY_PATH before the program is installed.
Chris@10 9437 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
Chris@10 9438 ;;
Chris@10 9439 esac
Chris@10 9440 exit $EXIT_SUCCESS
Chris@10 9441 }
Chris@10 9442
Chris@10 9443 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
Chris@10 9444 func_mode_link ${1+"$@"}
Chris@10 9445
Chris@10 9446
Chris@10 9447 # func_mode_uninstall arg...
Chris@10 9448 func_mode_uninstall ()
Chris@10 9449 {
Chris@10 9450 $opt_debug
Chris@10 9451 RM="$nonopt"
Chris@10 9452 files=
Chris@10 9453 rmforce=
Chris@10 9454 exit_status=0
Chris@10 9455
Chris@10 9456 # This variable tells wrapper scripts just to set variables rather
Chris@10 9457 # than running their programs.
Chris@10 9458 libtool_install_magic="$magic"
Chris@10 9459
Chris@10 9460 for arg
Chris@10 9461 do
Chris@10 9462 case $arg in
Chris@10 9463 -f) func_append RM " $arg"; rmforce=yes ;;
Chris@10 9464 -*) func_append RM " $arg" ;;
Chris@10 9465 *) func_append files " $arg" ;;
Chris@10 9466 esac
Chris@10 9467 done
Chris@10 9468
Chris@10 9469 test -z "$RM" && \
Chris@10 9470 func_fatal_help "you must specify an RM program"
Chris@10 9471
Chris@10 9472 rmdirs=
Chris@10 9473
Chris@10 9474 for file in $files; do
Chris@10 9475 func_dirname "$file" "" "."
Chris@10 9476 dir="$func_dirname_result"
Chris@10 9477 if test "X$dir" = X.; then
Chris@10 9478 odir="$objdir"
Chris@10 9479 else
Chris@10 9480 odir="$dir/$objdir"
Chris@10 9481 fi
Chris@10 9482 func_basename "$file"
Chris@10 9483 name="$func_basename_result"
Chris@10 9484 test "$opt_mode" = uninstall && odir="$dir"
Chris@10 9485
Chris@10 9486 # Remember odir for removal later, being careful to avoid duplicates
Chris@10 9487 if test "$opt_mode" = clean; then
Chris@10 9488 case " $rmdirs " in
Chris@10 9489 *" $odir "*) ;;
Chris@10 9490 *) func_append rmdirs " $odir" ;;
Chris@10 9491 esac
Chris@10 9492 fi
Chris@10 9493
Chris@10 9494 # Don't error if the file doesn't exist and rm -f was used.
Chris@10 9495 if { test -L "$file"; } >/dev/null 2>&1 ||
Chris@10 9496 { test -h "$file"; } >/dev/null 2>&1 ||
Chris@10 9497 test -f "$file"; then
Chris@10 9498 :
Chris@10 9499 elif test -d "$file"; then
Chris@10 9500 exit_status=1
Chris@10 9501 continue
Chris@10 9502 elif test "$rmforce" = yes; then
Chris@10 9503 continue
Chris@10 9504 fi
Chris@10 9505
Chris@10 9506 rmfiles="$file"
Chris@10 9507
Chris@10 9508 case $name in
Chris@10 9509 *.la)
Chris@10 9510 # Possibly a libtool archive, so verify it.
Chris@10 9511 if func_lalib_p "$file"; then
Chris@10 9512 func_source $dir/$name
Chris@10 9513
Chris@10 9514 # Delete the libtool libraries and symlinks.
Chris@10 9515 for n in $library_names; do
Chris@10 9516 func_append rmfiles " $odir/$n"
Chris@10 9517 done
Chris@10 9518 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
Chris@10 9519
Chris@10 9520 case "$opt_mode" in
Chris@10 9521 clean)
Chris@10 9522 case " $library_names " in
Chris@10 9523 *" $dlname "*) ;;
Chris@10 9524 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
Chris@10 9525 esac
Chris@10 9526 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
Chris@10 9527 ;;
Chris@10 9528 uninstall)
Chris@10 9529 if test -n "$library_names"; then
Chris@10 9530 # Do each command in the postuninstall commands.
Chris@10 9531 func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
Chris@10 9532 fi
Chris@10 9533
Chris@10 9534 if test -n "$old_library"; then
Chris@10 9535 # Do each command in the old_postuninstall commands.
Chris@10 9536 func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
Chris@10 9537 fi
Chris@10 9538 # FIXME: should reinstall the best remaining shared library.
Chris@10 9539 ;;
Chris@10 9540 esac
Chris@10 9541 fi
Chris@10 9542 ;;
Chris@10 9543
Chris@10 9544 *.lo)
Chris@10 9545 # Possibly a libtool object, so verify it.
Chris@10 9546 if func_lalib_p "$file"; then
Chris@10 9547
Chris@10 9548 # Read the .lo file
Chris@10 9549 func_source $dir/$name
Chris@10 9550
Chris@10 9551 # Add PIC object to the list of files to remove.
Chris@10 9552 if test -n "$pic_object" &&
Chris@10 9553 test "$pic_object" != none; then
Chris@10 9554 func_append rmfiles " $dir/$pic_object"
Chris@10 9555 fi
Chris@10 9556
Chris@10 9557 # Add non-PIC object to the list of files to remove.
Chris@10 9558 if test -n "$non_pic_object" &&
Chris@10 9559 test "$non_pic_object" != none; then
Chris@10 9560 func_append rmfiles " $dir/$non_pic_object"
Chris@10 9561 fi
Chris@10 9562 fi
Chris@10 9563 ;;
Chris@10 9564
Chris@10 9565 *)
Chris@10 9566 if test "$opt_mode" = clean ; then
Chris@10 9567 noexename=$name
Chris@10 9568 case $file in
Chris@10 9569 *.exe)
Chris@10 9570 func_stripname '' '.exe' "$file"
Chris@10 9571 file=$func_stripname_result
Chris@10 9572 func_stripname '' '.exe' "$name"
Chris@10 9573 noexename=$func_stripname_result
Chris@10 9574 # $file with .exe has already been added to rmfiles,
Chris@10 9575 # add $file without .exe
Chris@10 9576 func_append rmfiles " $file"
Chris@10 9577 ;;
Chris@10 9578 esac
Chris@10 9579 # Do a test to see if this is a libtool program.
Chris@10 9580 if func_ltwrapper_p "$file"; then
Chris@10 9581 if func_ltwrapper_executable_p "$file"; then
Chris@10 9582 func_ltwrapper_scriptname "$file"
Chris@10 9583 relink_command=
Chris@10 9584 func_source $func_ltwrapper_scriptname_result
Chris@10 9585 func_append rmfiles " $func_ltwrapper_scriptname_result"
Chris@10 9586 else
Chris@10 9587 relink_command=
Chris@10 9588 func_source $dir/$noexename
Chris@10 9589 fi
Chris@10 9590
Chris@10 9591 # note $name still contains .exe if it was in $file originally
Chris@10 9592 # as does the version of $file that was added into $rmfiles
Chris@10 9593 func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
Chris@10 9594 if test "$fast_install" = yes && test -n "$relink_command"; then
Chris@10 9595 func_append rmfiles " $odir/lt-$name"
Chris@10 9596 fi
Chris@10 9597 if test "X$noexename" != "X$name" ; then
Chris@10 9598 func_append rmfiles " $odir/lt-${noexename}.c"
Chris@10 9599 fi
Chris@10 9600 fi
Chris@10 9601 fi
Chris@10 9602 ;;
Chris@10 9603 esac
Chris@10 9604 func_show_eval "$RM $rmfiles" 'exit_status=1'
Chris@10 9605 done
Chris@10 9606
Chris@10 9607 # Try to remove the ${objdir}s in the directories where we deleted files
Chris@10 9608 for dir in $rmdirs; do
Chris@10 9609 if test -d "$dir"; then
Chris@10 9610 func_show_eval "rmdir $dir >/dev/null 2>&1"
Chris@10 9611 fi
Chris@10 9612 done
Chris@10 9613
Chris@10 9614 exit $exit_status
Chris@10 9615 }
Chris@10 9616
Chris@10 9617 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
Chris@10 9618 func_mode_uninstall ${1+"$@"}
Chris@10 9619
Chris@10 9620 test -z "$opt_mode" && {
Chris@10 9621 help="$generic_help"
Chris@10 9622 func_fatal_help "you must specify a MODE"
Chris@10 9623 }
Chris@10 9624
Chris@10 9625 test -z "$exec_cmd" && \
Chris@10 9626 func_fatal_help "invalid operation mode \`$opt_mode'"
Chris@10 9627
Chris@10 9628 if test -n "$exec_cmd"; then
Chris@10 9629 eval exec "$exec_cmd"
Chris@10 9630 exit $EXIT_FAILURE
Chris@10 9631 fi
Chris@10 9632
Chris@10 9633 exit $exit_status
Chris@10 9634
Chris@10 9635
Chris@10 9636 # The TAGs below are defined such that we never get into a situation
Chris@10 9637 # in which we disable both kinds of libraries. Given conflicting
Chris@10 9638 # choices, we go for a static library, that is the most portable,
Chris@10 9639 # since we can't tell whether shared libraries were disabled because
Chris@10 9640 # the user asked for that or because the platform doesn't support
Chris@10 9641 # them. This is particularly important on AIX, because we don't
Chris@10 9642 # support having both static and shared libraries enabled at the same
Chris@10 9643 # time on that platform, so we default to a shared-only configuration.
Chris@10 9644 # If a disable-shared tag is given, we'll fallback to a static-only
Chris@10 9645 # configuration. But we'll never go from static-only to shared-only.
Chris@10 9646
Chris@10 9647 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
Chris@10 9648 build_libtool_libs=no
Chris@10 9649 build_old_libs=yes
Chris@10 9650 # ### END LIBTOOL TAG CONFIG: disable-shared
Chris@10 9651
Chris@10 9652 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
Chris@10 9653 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
Chris@10 9654 # ### END LIBTOOL TAG CONFIG: disable-static
Chris@10 9655
Chris@10 9656 # Local Variables:
Chris@10 9657 # mode:shell-script
Chris@10 9658 # sh-indentation:2
Chris@10 9659 # End:
Chris@10 9660 # vi:sw=2
Chris@10 9661