cannam@154
|
1 #! /bin/sh
|
cannam@154
|
2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
|
cannam@154
|
3 ## by inline-source v2014-01-03.01
|
cannam@154
|
4
|
cannam@154
|
5 # libtool (GNU libtool) 2.4.6
|
cannam@154
|
6 # Provide generalized library-building support services.
|
cannam@154
|
7 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
cannam@154
|
8
|
cannam@154
|
9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
|
cannam@154
|
10 # This is free software; see the source for copying conditions. There is NO
|
cannam@154
|
11 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
cannam@154
|
12
|
cannam@154
|
13 # GNU Libtool is free software; you can redistribute it and/or modify
|
cannam@154
|
14 # it under the terms of the GNU General Public License as published by
|
cannam@154
|
15 # the Free Software Foundation; either version 2 of the License, or
|
cannam@154
|
16 # (at your option) any later version.
|
cannam@154
|
17 #
|
cannam@154
|
18 # As a special exception to the GNU General Public License,
|
cannam@154
|
19 # if you distribute this file as part of a program or library that
|
cannam@154
|
20 # is built using GNU Libtool, you may include this file under the
|
cannam@154
|
21 # same distribution terms that you use for the rest of that program.
|
cannam@154
|
22 #
|
cannam@154
|
23 # GNU Libtool is distributed in the hope that it will be useful, but
|
cannam@154
|
24 # WITHOUT ANY WARRANTY; without even the implied warranty of
|
cannam@154
|
25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
cannam@154
|
26 # General Public License for more details.
|
cannam@154
|
27 #
|
cannam@154
|
28 # You should have received a copy of the GNU General Public License
|
cannam@154
|
29 # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
cannam@154
|
30
|
cannam@154
|
31
|
cannam@154
|
32 PROGRAM=libtool
|
cannam@154
|
33 PACKAGE=libtool
|
cannam@154
|
34 VERSION=2.4.6
|
cannam@154
|
35 package_revision=2.4.6
|
cannam@154
|
36
|
cannam@154
|
37
|
cannam@154
|
38 ## ------ ##
|
cannam@154
|
39 ## Usage. ##
|
cannam@154
|
40 ## ------ ##
|
cannam@154
|
41
|
cannam@154
|
42 # Run './libtool --help' for help with using this script from the
|
cannam@154
|
43 # command line.
|
cannam@154
|
44
|
cannam@154
|
45
|
cannam@154
|
46 ## ------------------------------- ##
|
cannam@154
|
47 ## User overridable command paths. ##
|
cannam@154
|
48 ## ------------------------------- ##
|
cannam@154
|
49
|
cannam@154
|
50 # After configure completes, it has a better idea of some of the
|
cannam@154
|
51 # shell tools we need than the defaults used by the functions shared
|
cannam@154
|
52 # with bootstrap, so set those here where they can still be over-
|
cannam@154
|
53 # ridden by the user, but otherwise take precedence.
|
cannam@154
|
54
|
cannam@154
|
55 : ${AUTOCONF="autoconf"}
|
cannam@154
|
56 : ${AUTOMAKE="automake"}
|
cannam@154
|
57
|
cannam@154
|
58
|
cannam@154
|
59 ## -------------------------- ##
|
cannam@154
|
60 ## Source external libraries. ##
|
cannam@154
|
61 ## -------------------------- ##
|
cannam@154
|
62
|
cannam@154
|
63 # Much of our low-level functionality needs to be sourced from external
|
cannam@154
|
64 # libraries, which are installed to $pkgauxdir.
|
cannam@154
|
65
|
cannam@154
|
66 # Set a version string for this script.
|
cannam@154
|
67 scriptversion=2015-01-20.17; # UTC
|
cannam@154
|
68
|
cannam@154
|
69 # General shell script boiler plate, and helper functions.
|
cannam@154
|
70 # Written by Gary V. Vaughan, 2004
|
cannam@154
|
71
|
cannam@154
|
72 # Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
cannam@154
|
73 # This is free software; see the source for copying conditions. There is NO
|
cannam@154
|
74 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
cannam@154
|
75
|
cannam@154
|
76 # This program is free software; you can redistribute it and/or modify
|
cannam@154
|
77 # it under the terms of the GNU General Public License as published by
|
cannam@154
|
78 # the Free Software Foundation; either version 3 of the License, or
|
cannam@154
|
79 # (at your option) any later version.
|
cannam@154
|
80
|
cannam@154
|
81 # As a special exception to the GNU General Public License, if you distribute
|
cannam@154
|
82 # this file as part of a program or library that is built using GNU Libtool,
|
cannam@154
|
83 # you may include this file under the same distribution terms that you use
|
cannam@154
|
84 # for the rest of that program.
|
cannam@154
|
85
|
cannam@154
|
86 # This program is distributed in the hope that it will be useful,
|
cannam@154
|
87 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
cannam@154
|
88 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
|
cannam@154
|
89 # General Public License for more details.
|
cannam@154
|
90
|
cannam@154
|
91 # You should have received a copy of the GNU General Public License
|
cannam@154
|
92 # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
cannam@154
|
93
|
cannam@154
|
94 # Please report bugs or propose patches to gary@gnu.org.
|
cannam@154
|
95
|
cannam@154
|
96
|
cannam@154
|
97 ## ------ ##
|
cannam@154
|
98 ## Usage. ##
|
cannam@154
|
99 ## ------ ##
|
cannam@154
|
100
|
cannam@154
|
101 # Evaluate this file near the top of your script to gain access to
|
cannam@154
|
102 # the functions and variables defined here:
|
cannam@154
|
103 #
|
cannam@154
|
104 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
|
cannam@154
|
105 #
|
cannam@154
|
106 # If you need to override any of the default environment variable
|
cannam@154
|
107 # settings, do that before evaluating this file.
|
cannam@154
|
108
|
cannam@154
|
109
|
cannam@154
|
110 ## -------------------- ##
|
cannam@154
|
111 ## Shell normalisation. ##
|
cannam@154
|
112 ## -------------------- ##
|
cannam@154
|
113
|
cannam@154
|
114 # Some shells need a little help to be as Bourne compatible as possible.
|
cannam@154
|
115 # Before doing anything else, make sure all that help has been provided!
|
cannam@154
|
116
|
cannam@154
|
117 DUALCASE=1; export DUALCASE # for MKS sh
|
cannam@154
|
118 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
|
cannam@154
|
119 emulate sh
|
cannam@154
|
120 NULLCMD=:
|
cannam@154
|
121 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
|
cannam@154
|
122 # is contrary to our usage. Disable this feature.
|
cannam@154
|
123 alias -g '${1+"$@"}'='"$@"'
|
cannam@154
|
124 setopt NO_GLOB_SUBST
|
cannam@154
|
125 else
|
cannam@154
|
126 case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
|
cannam@154
|
127 fi
|
cannam@154
|
128
|
cannam@154
|
129 # NLS nuisances: We save the old values in case they are required later.
|
cannam@154
|
130 _G_user_locale=
|
cannam@154
|
131 _G_safe_locale=
|
cannam@154
|
132 for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
|
cannam@154
|
133 do
|
cannam@154
|
134 eval "if test set = \"\${$_G_var+set}\"; then
|
cannam@154
|
135 save_$_G_var=\$$_G_var
|
cannam@154
|
136 $_G_var=C
|
cannam@154
|
137 export $_G_var
|
cannam@154
|
138 _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
|
cannam@154
|
139 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
|
cannam@154
|
140 fi"
|
cannam@154
|
141 done
|
cannam@154
|
142
|
cannam@154
|
143 # CDPATH.
|
cannam@154
|
144 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
cannam@154
|
145
|
cannam@154
|
146 # Make sure IFS has a sensible default
|
cannam@154
|
147 sp=' '
|
cannam@154
|
148 nl='
|
cannam@154
|
149 '
|
cannam@154
|
150 IFS="$sp $nl"
|
cannam@154
|
151
|
cannam@154
|
152 # There are apparently some retarded systems that use ';' as a PATH separator!
|
cannam@154
|
153 if test "${PATH_SEPARATOR+set}" != set; then
|
cannam@154
|
154 PATH_SEPARATOR=:
|
cannam@154
|
155 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
|
cannam@154
|
156 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
|
cannam@154
|
157 PATH_SEPARATOR=';'
|
cannam@154
|
158 }
|
cannam@154
|
159 fi
|
cannam@154
|
160
|
cannam@154
|
161
|
cannam@154
|
162
|
cannam@154
|
163 ## ------------------------- ##
|
cannam@154
|
164 ## Locate command utilities. ##
|
cannam@154
|
165 ## ------------------------- ##
|
cannam@154
|
166
|
cannam@154
|
167
|
cannam@154
|
168 # func_executable_p FILE
|
cannam@154
|
169 # ----------------------
|
cannam@154
|
170 # Check that FILE is an executable regular file.
|
cannam@154
|
171 func_executable_p ()
|
cannam@154
|
172 {
|
cannam@154
|
173 test -f "$1" && test -x "$1"
|
cannam@154
|
174 }
|
cannam@154
|
175
|
cannam@154
|
176
|
cannam@154
|
177 # func_path_progs PROGS_LIST CHECK_FUNC [PATH]
|
cannam@154
|
178 # --------------------------------------------
|
cannam@154
|
179 # Search for either a program that responds to --version with output
|
cannam@154
|
180 # containing "GNU", or else returned by CHECK_FUNC otherwise, by
|
cannam@154
|
181 # trying all the directories in PATH with each of the elements of
|
cannam@154
|
182 # PROGS_LIST.
|
cannam@154
|
183 #
|
cannam@154
|
184 # CHECK_FUNC should accept the path to a candidate program, and
|
cannam@154
|
185 # set $func_check_prog_result if it truncates its output less than
|
cannam@154
|
186 # $_G_path_prog_max characters.
|
cannam@154
|
187 func_path_progs ()
|
cannam@154
|
188 {
|
cannam@154
|
189 _G_progs_list=$1
|
cannam@154
|
190 _G_check_func=$2
|
cannam@154
|
191 _G_PATH=${3-"$PATH"}
|
cannam@154
|
192
|
cannam@154
|
193 _G_path_prog_max=0
|
cannam@154
|
194 _G_path_prog_found=false
|
cannam@154
|
195 _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
|
cannam@154
|
196 for _G_dir in $_G_PATH; do
|
cannam@154
|
197 IFS=$_G_save_IFS
|
cannam@154
|
198 test -z "$_G_dir" && _G_dir=.
|
cannam@154
|
199 for _G_prog_name in $_G_progs_list; do
|
cannam@154
|
200 for _exeext in '' .EXE; do
|
cannam@154
|
201 _G_path_prog=$_G_dir/$_G_prog_name$_exeext
|
cannam@154
|
202 func_executable_p "$_G_path_prog" || continue
|
cannam@154
|
203 case `"$_G_path_prog" --version 2>&1` in
|
cannam@154
|
204 *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
|
cannam@154
|
205 *) $_G_check_func $_G_path_prog
|
cannam@154
|
206 func_path_progs_result=$func_check_prog_result
|
cannam@154
|
207 ;;
|
cannam@154
|
208 esac
|
cannam@154
|
209 $_G_path_prog_found && break 3
|
cannam@154
|
210 done
|
cannam@154
|
211 done
|
cannam@154
|
212 done
|
cannam@154
|
213 IFS=$_G_save_IFS
|
cannam@154
|
214 test -z "$func_path_progs_result" && {
|
cannam@154
|
215 echo "no acceptable sed could be found in \$PATH" >&2
|
cannam@154
|
216 exit 1
|
cannam@154
|
217 }
|
cannam@154
|
218 }
|
cannam@154
|
219
|
cannam@154
|
220
|
cannam@154
|
221 # We want to be able to use the functions in this file before configure
|
cannam@154
|
222 # has figured out where the best binaries are kept, which means we have
|
cannam@154
|
223 # to search for them ourselves - except when the results are already set
|
cannam@154
|
224 # where we skip the searches.
|
cannam@154
|
225
|
cannam@154
|
226 # Unless the user overrides by setting SED, search the path for either GNU
|
cannam@154
|
227 # sed, or the sed that truncates its output the least.
|
cannam@154
|
228 test -z "$SED" && {
|
cannam@154
|
229 _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
|
cannam@154
|
230 for _G_i in 1 2 3 4 5 6 7; do
|
cannam@154
|
231 _G_sed_script=$_G_sed_script$nl$_G_sed_script
|
cannam@154
|
232 done
|
cannam@154
|
233 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
|
cannam@154
|
234 _G_sed_script=
|
cannam@154
|
235
|
cannam@154
|
236 func_check_prog_sed ()
|
cannam@154
|
237 {
|
cannam@154
|
238 _G_path_prog=$1
|
cannam@154
|
239
|
cannam@154
|
240 _G_count=0
|
cannam@154
|
241 printf 0123456789 >conftest.in
|
cannam@154
|
242 while :
|
cannam@154
|
243 do
|
cannam@154
|
244 cat conftest.in conftest.in >conftest.tmp
|
cannam@154
|
245 mv conftest.tmp conftest.in
|
cannam@154
|
246 cp conftest.in conftest.nl
|
cannam@154
|
247 echo '' >> conftest.nl
|
cannam@154
|
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
|
cannam@154
|
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
|
cannam@154
|
250 _G_count=`expr $_G_count + 1`
|
cannam@154
|
251 if test "$_G_count" -gt "$_G_path_prog_max"; then
|
cannam@154
|
252 # Best one so far, save it but keep looking for a better one
|
cannam@154
|
253 func_check_prog_result=$_G_path_prog
|
cannam@154
|
254 _G_path_prog_max=$_G_count
|
cannam@154
|
255 fi
|
cannam@154
|
256 # 10*(2^10) chars as input seems more than enough
|
cannam@154
|
257 test 10 -lt "$_G_count" && break
|
cannam@154
|
258 done
|
cannam@154
|
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
|
cannam@154
|
260 }
|
cannam@154
|
261
|
cannam@154
|
262 func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
|
cannam@154
|
263 rm -f conftest.sed
|
cannam@154
|
264 SED=$func_path_progs_result
|
cannam@154
|
265 }
|
cannam@154
|
266
|
cannam@154
|
267
|
cannam@154
|
268 # Unless the user overrides by setting GREP, search the path for either GNU
|
cannam@154
|
269 # grep, or the grep that truncates its output the least.
|
cannam@154
|
270 test -z "$GREP" && {
|
cannam@154
|
271 func_check_prog_grep ()
|
cannam@154
|
272 {
|
cannam@154
|
273 _G_path_prog=$1
|
cannam@154
|
274
|
cannam@154
|
275 _G_count=0
|
cannam@154
|
276 _G_path_prog_max=0
|
cannam@154
|
277 printf 0123456789 >conftest.in
|
cannam@154
|
278 while :
|
cannam@154
|
279 do
|
cannam@154
|
280 cat conftest.in conftest.in >conftest.tmp
|
cannam@154
|
281 mv conftest.tmp conftest.in
|
cannam@154
|
282 cp conftest.in conftest.nl
|
cannam@154
|
283 echo 'GREP' >> conftest.nl
|
cannam@154
|
284 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
|
cannam@154
|
285 diff conftest.out conftest.nl >/dev/null 2>&1 || break
|
cannam@154
|
286 _G_count=`expr $_G_count + 1`
|
cannam@154
|
287 if test "$_G_count" -gt "$_G_path_prog_max"; then
|
cannam@154
|
288 # Best one so far, save it but keep looking for a better one
|
cannam@154
|
289 func_check_prog_result=$_G_path_prog
|
cannam@154
|
290 _G_path_prog_max=$_G_count
|
cannam@154
|
291 fi
|
cannam@154
|
292 # 10*(2^10) chars as input seems more than enough
|
cannam@154
|
293 test 10 -lt "$_G_count" && break
|
cannam@154
|
294 done
|
cannam@154
|
295 rm -f conftest.in conftest.tmp conftest.nl conftest.out
|
cannam@154
|
296 }
|
cannam@154
|
297
|
cannam@154
|
298 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
|
cannam@154
|
299 GREP=$func_path_progs_result
|
cannam@154
|
300 }
|
cannam@154
|
301
|
cannam@154
|
302
|
cannam@154
|
303 ## ------------------------------- ##
|
cannam@154
|
304 ## User overridable command paths. ##
|
cannam@154
|
305 ## ------------------------------- ##
|
cannam@154
|
306
|
cannam@154
|
307 # All uppercase variable names are used for environment variables. These
|
cannam@154
|
308 # variables can be overridden by the user before calling a script that
|
cannam@154
|
309 # uses them if a suitable command of that name is not already available
|
cannam@154
|
310 # in the command search PATH.
|
cannam@154
|
311
|
cannam@154
|
312 : ${CP="cp -f"}
|
cannam@154
|
313 : ${ECHO="printf %s\n"}
|
cannam@154
|
314 : ${EGREP="$GREP -E"}
|
cannam@154
|
315 : ${FGREP="$GREP -F"}
|
cannam@154
|
316 : ${LN_S="ln -s"}
|
cannam@154
|
317 : ${MAKE="make"}
|
cannam@154
|
318 : ${MKDIR="mkdir"}
|
cannam@154
|
319 : ${MV="mv -f"}
|
cannam@154
|
320 : ${RM="rm -f"}
|
cannam@154
|
321 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
|
cannam@154
|
322
|
cannam@154
|
323
|
cannam@154
|
324 ## -------------------- ##
|
cannam@154
|
325 ## Useful sed snippets. ##
|
cannam@154
|
326 ## -------------------- ##
|
cannam@154
|
327
|
cannam@154
|
328 sed_dirname='s|/[^/]*$||'
|
cannam@154
|
329 sed_basename='s|^.*/||'
|
cannam@154
|
330
|
cannam@154
|
331 # Sed substitution that helps us do robust quoting. It backslashifies
|
cannam@154
|
332 # metacharacters that are still active within double-quoted strings.
|
cannam@154
|
333 sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
|
cannam@154
|
334
|
cannam@154
|
335 # Same as above, but do not quote variable references.
|
cannam@154
|
336 sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
|
cannam@154
|
337
|
cannam@154
|
338 # Sed substitution that turns a string into a regex matching for the
|
cannam@154
|
339 # string literally.
|
cannam@154
|
340 sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
|
cannam@154
|
341
|
cannam@154
|
342 # Sed substitution that converts a w32 file name or path
|
cannam@154
|
343 # that contains forward slashes, into one that contains
|
cannam@154
|
344 # (escaped) backslashes. A very naive implementation.
|
cannam@154
|
345 sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
|
cannam@154
|
346
|
cannam@154
|
347 # Re-'\' parameter expansions in output of sed_double_quote_subst that
|
cannam@154
|
348 # were '\'-ed in input to the same. If an odd number of '\' preceded a
|
cannam@154
|
349 # '$' in input to sed_double_quote_subst, that '$' was protected from
|
cannam@154
|
350 # expansion. Since each input '\' is now two '\'s, look for any number
|
cannam@154
|
351 # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'.
|
cannam@154
|
352 _G_bs='\\'
|
cannam@154
|
353 _G_bs2='\\\\'
|
cannam@154
|
354 _G_bs4='\\\\\\\\'
|
cannam@154
|
355 _G_dollar='\$'
|
cannam@154
|
356 sed_double_backslash="\
|
cannam@154
|
357 s/$_G_bs4/&\\
|
cannam@154
|
358 /g
|
cannam@154
|
359 s/^$_G_bs2$_G_dollar/$_G_bs&/
|
cannam@154
|
360 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
|
cannam@154
|
361 s/\n//g"
|
cannam@154
|
362
|
cannam@154
|
363
|
cannam@154
|
364 ## ----------------- ##
|
cannam@154
|
365 ## Global variables. ##
|
cannam@154
|
366 ## ----------------- ##
|
cannam@154
|
367
|
cannam@154
|
368 # Except for the global variables explicitly listed below, the following
|
cannam@154
|
369 # functions in the '^func_' namespace, and the '^require_' namespace
|
cannam@154
|
370 # variables initialised in the 'Resource management' section, sourcing
|
cannam@154
|
371 # this file will not pollute your global namespace with anything
|
cannam@154
|
372 # else. There's no portable way to scope variables in Bourne shell
|
cannam@154
|
373 # though, so actually running these functions will sometimes place
|
cannam@154
|
374 # results into a variable named after the function, and often use
|
cannam@154
|
375 # temporary variables in the '^_G_' namespace. If you are careful to
|
cannam@154
|
376 # avoid using those namespaces casually in your sourcing script, things
|
cannam@154
|
377 # should continue to work as you expect. And, of course, you can freely
|
cannam@154
|
378 # overwrite any of the functions or variables defined here before
|
cannam@154
|
379 # calling anything to customize them.
|
cannam@154
|
380
|
cannam@154
|
381 EXIT_SUCCESS=0
|
cannam@154
|
382 EXIT_FAILURE=1
|
cannam@154
|
383 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
|
cannam@154
|
384 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
|
cannam@154
|
385
|
cannam@154
|
386 # Allow overriding, eg assuming that you follow the convention of
|
cannam@154
|
387 # putting '$debug_cmd' at the start of all your functions, you can get
|
cannam@154
|
388 # bash to show function call trace with:
|
cannam@154
|
389 #
|
cannam@154
|
390 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
|
cannam@154
|
391 debug_cmd=${debug_cmd-":"}
|
cannam@154
|
392 exit_cmd=:
|
cannam@154
|
393
|
cannam@154
|
394 # By convention, finish your script with:
|
cannam@154
|
395 #
|
cannam@154
|
396 # exit $exit_status
|
cannam@154
|
397 #
|
cannam@154
|
398 # so that you can set exit_status to non-zero if you want to indicate
|
cannam@154
|
399 # something went wrong during execution without actually bailing out at
|
cannam@154
|
400 # the point of failure.
|
cannam@154
|
401 exit_status=$EXIT_SUCCESS
|
cannam@154
|
402
|
cannam@154
|
403 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
|
cannam@154
|
404 # is ksh but when the shell is invoked as "sh" and the current value of
|
cannam@154
|
405 # the _XPG environment variable is not equal to 1 (one), the special
|
cannam@154
|
406 # positional parameter $0, within a function call, is the name of the
|
cannam@154
|
407 # function.
|
cannam@154
|
408 progpath=$0
|
cannam@154
|
409
|
cannam@154
|
410 # The name of this program.
|
cannam@154
|
411 progname=`$ECHO "$progpath" |$SED "$sed_basename"`
|
cannam@154
|
412
|
cannam@154
|
413 # Make sure we have an absolute progpath for reexecution:
|
cannam@154
|
414 case $progpath in
|
cannam@154
|
415 [\\/]*|[A-Za-z]:\\*) ;;
|
cannam@154
|
416 *[\\/]*)
|
cannam@154
|
417 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
|
cannam@154
|
418 progdir=`cd "$progdir" && pwd`
|
cannam@154
|
419 progpath=$progdir/$progname
|
cannam@154
|
420 ;;
|
cannam@154
|
421 *)
|
cannam@154
|
422 _G_IFS=$IFS
|
cannam@154
|
423 IFS=${PATH_SEPARATOR-:}
|
cannam@154
|
424 for progdir in $PATH; do
|
cannam@154
|
425 IFS=$_G_IFS
|
cannam@154
|
426 test -x "$progdir/$progname" && break
|
cannam@154
|
427 done
|
cannam@154
|
428 IFS=$_G_IFS
|
cannam@154
|
429 test -n "$progdir" || progdir=`pwd`
|
cannam@154
|
430 progpath=$progdir/$progname
|
cannam@154
|
431 ;;
|
cannam@154
|
432 esac
|
cannam@154
|
433
|
cannam@154
|
434
|
cannam@154
|
435 ## ----------------- ##
|
cannam@154
|
436 ## Standard options. ##
|
cannam@154
|
437 ## ----------------- ##
|
cannam@154
|
438
|
cannam@154
|
439 # The following options affect the operation of the functions defined
|
cannam@154
|
440 # below, and should be set appropriately depending on run-time para-
|
cannam@154
|
441 # meters passed on the command line.
|
cannam@154
|
442
|
cannam@154
|
443 opt_dry_run=false
|
cannam@154
|
444 opt_quiet=false
|
cannam@154
|
445 opt_verbose=false
|
cannam@154
|
446
|
cannam@154
|
447 # Categories 'all' and 'none' are always available. Append any others
|
cannam@154
|
448 # you will pass as the first argument to func_warning from your own
|
cannam@154
|
449 # code.
|
cannam@154
|
450 warning_categories=
|
cannam@154
|
451
|
cannam@154
|
452 # By default, display warnings according to 'opt_warning_types'. Set
|
cannam@154
|
453 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
|
cannam@154
|
454 # treat the next displayed warning as a fatal error.
|
cannam@154
|
455 warning_func=func_warn_and_continue
|
cannam@154
|
456
|
cannam@154
|
457 # Set to 'all' to display all warnings, 'none' to suppress all
|
cannam@154
|
458 # warnings, or a space delimited list of some subset of
|
cannam@154
|
459 # 'warning_categories' to display only the listed warnings.
|
cannam@154
|
460 opt_warning_types=all
|
cannam@154
|
461
|
cannam@154
|
462
|
cannam@154
|
463 ## -------------------- ##
|
cannam@154
|
464 ## Resource management. ##
|
cannam@154
|
465 ## -------------------- ##
|
cannam@154
|
466
|
cannam@154
|
467 # This section contains definitions for functions that each ensure a
|
cannam@154
|
468 # particular resource (a file, or a non-empty configuration variable for
|
cannam@154
|
469 # example) is available, and if appropriate to extract default values
|
cannam@154
|
470 # from pertinent package files. Call them using their associated
|
cannam@154
|
471 # 'require_*' variable to ensure that they are executed, at most, once.
|
cannam@154
|
472 #
|
cannam@154
|
473 # It's entirely deliberate that calling these functions can set
|
cannam@154
|
474 # variables that don't obey the namespace limitations obeyed by the rest
|
cannam@154
|
475 # of this file, in order that that they be as useful as possible to
|
cannam@154
|
476 # callers.
|
cannam@154
|
477
|
cannam@154
|
478
|
cannam@154
|
479 # require_term_colors
|
cannam@154
|
480 # -------------------
|
cannam@154
|
481 # Allow display of bold text on terminals that support it.
|
cannam@154
|
482 require_term_colors=func_require_term_colors
|
cannam@154
|
483 func_require_term_colors ()
|
cannam@154
|
484 {
|
cannam@154
|
485 $debug_cmd
|
cannam@154
|
486
|
cannam@154
|
487 test -t 1 && {
|
cannam@154
|
488 # COLORTERM and USE_ANSI_COLORS environment variables take
|
cannam@154
|
489 # precedence, because most terminfo databases neglect to describe
|
cannam@154
|
490 # whether color sequences are supported.
|
cannam@154
|
491 test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
|
cannam@154
|
492
|
cannam@154
|
493 if test 1 = "$USE_ANSI_COLORS"; then
|
cannam@154
|
494 # Standard ANSI escape sequences
|
cannam@154
|
495 tc_reset='[0m'
|
cannam@154
|
496 tc_bold='[1m'; tc_standout='[7m'
|
cannam@154
|
497 tc_red='[31m'; tc_green='[32m'
|
cannam@154
|
498 tc_blue='[34m'; tc_cyan='[36m'
|
cannam@154
|
499 else
|
cannam@154
|
500 # Otherwise trust the terminfo database after all.
|
cannam@154
|
501 test -n "`tput sgr0 2>/dev/null`" && {
|
cannam@154
|
502 tc_reset=`tput sgr0`
|
cannam@154
|
503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
|
cannam@154
|
504 tc_standout=$tc_bold
|
cannam@154
|
505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
|
cannam@154
|
506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
|
cannam@154
|
507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
|
cannam@154
|
508 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
|
cannam@154
|
509 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
|
cannam@154
|
510 }
|
cannam@154
|
511 fi
|
cannam@154
|
512 }
|
cannam@154
|
513
|
cannam@154
|
514 require_term_colors=:
|
cannam@154
|
515 }
|
cannam@154
|
516
|
cannam@154
|
517
|
cannam@154
|
518 ## ----------------- ##
|
cannam@154
|
519 ## Function library. ##
|
cannam@154
|
520 ## ----------------- ##
|
cannam@154
|
521
|
cannam@154
|
522 # This section contains a variety of useful functions to call in your
|
cannam@154
|
523 # scripts. Take note of the portable wrappers for features provided by
|
cannam@154
|
524 # some modern shells, which will fall back to slower equivalents on
|
cannam@154
|
525 # less featureful shells.
|
cannam@154
|
526
|
cannam@154
|
527
|
cannam@154
|
528 # func_append VAR VALUE
|
cannam@154
|
529 # ---------------------
|
cannam@154
|
530 # Append VALUE onto the existing contents of VAR.
|
cannam@154
|
531
|
cannam@154
|
532 # We should try to minimise forks, especially on Windows where they are
|
cannam@154
|
533 # unreasonably slow, so skip the feature probes when bash or zsh are
|
cannam@154
|
534 # being used:
|
cannam@154
|
535 if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
|
cannam@154
|
536 : ${_G_HAVE_ARITH_OP="yes"}
|
cannam@154
|
537 : ${_G_HAVE_XSI_OPS="yes"}
|
cannam@154
|
538 # The += operator was introduced in bash 3.1
|
cannam@154
|
539 case $BASH_VERSION in
|
cannam@154
|
540 [12].* | 3.0 | 3.0*) ;;
|
cannam@154
|
541 *)
|
cannam@154
|
542 : ${_G_HAVE_PLUSEQ_OP="yes"}
|
cannam@154
|
543 ;;
|
cannam@154
|
544 esac
|
cannam@154
|
545 fi
|
cannam@154
|
546
|
cannam@154
|
547 # _G_HAVE_PLUSEQ_OP
|
cannam@154
|
548 # Can be empty, in which case the shell is probed, "yes" if += is
|
cannam@154
|
549 # useable or anything else if it does not work.
|
cannam@154
|
550 test -z "$_G_HAVE_PLUSEQ_OP" \
|
cannam@154
|
551 && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
|
cannam@154
|
552 && _G_HAVE_PLUSEQ_OP=yes
|
cannam@154
|
553
|
cannam@154
|
554 if test yes = "$_G_HAVE_PLUSEQ_OP"
|
cannam@154
|
555 then
|
cannam@154
|
556 # This is an XSI compatible shell, allowing a faster implementation...
|
cannam@154
|
557 eval 'func_append ()
|
cannam@154
|
558 {
|
cannam@154
|
559 $debug_cmd
|
cannam@154
|
560
|
cannam@154
|
561 eval "$1+=\$2"
|
cannam@154
|
562 }'
|
cannam@154
|
563 else
|
cannam@154
|
564 # ...otherwise fall back to using expr, which is often a shell builtin.
|
cannam@154
|
565 func_append ()
|
cannam@154
|
566 {
|
cannam@154
|
567 $debug_cmd
|
cannam@154
|
568
|
cannam@154
|
569 eval "$1=\$$1\$2"
|
cannam@154
|
570 }
|
cannam@154
|
571 fi
|
cannam@154
|
572
|
cannam@154
|
573
|
cannam@154
|
574 # func_append_quoted VAR VALUE
|
cannam@154
|
575 # ----------------------------
|
cannam@154
|
576 # Quote VALUE and append to the end of shell variable VAR, separated
|
cannam@154
|
577 # by a space.
|
cannam@154
|
578 if test yes = "$_G_HAVE_PLUSEQ_OP"; then
|
cannam@154
|
579 eval 'func_append_quoted ()
|
cannam@154
|
580 {
|
cannam@154
|
581 $debug_cmd
|
cannam@154
|
582
|
cannam@154
|
583 func_quote_for_eval "$2"
|
cannam@154
|
584 eval "$1+=\\ \$func_quote_for_eval_result"
|
cannam@154
|
585 }'
|
cannam@154
|
586 else
|
cannam@154
|
587 func_append_quoted ()
|
cannam@154
|
588 {
|
cannam@154
|
589 $debug_cmd
|
cannam@154
|
590
|
cannam@154
|
591 func_quote_for_eval "$2"
|
cannam@154
|
592 eval "$1=\$$1\\ \$func_quote_for_eval_result"
|
cannam@154
|
593 }
|
cannam@154
|
594 fi
|
cannam@154
|
595
|
cannam@154
|
596
|
cannam@154
|
597 # func_append_uniq VAR VALUE
|
cannam@154
|
598 # --------------------------
|
cannam@154
|
599 # Append unique VALUE onto the existing contents of VAR, assuming
|
cannam@154
|
600 # entries are delimited by the first character of VALUE. For example:
|
cannam@154
|
601 #
|
cannam@154
|
602 # func_append_uniq options " --another-option option-argument"
|
cannam@154
|
603 #
|
cannam@154
|
604 # will only append to $options if " --another-option option-argument "
|
cannam@154
|
605 # is not already present somewhere in $options already (note spaces at
|
cannam@154
|
606 # each end implied by leading space in second argument).
|
cannam@154
|
607 func_append_uniq ()
|
cannam@154
|
608 {
|
cannam@154
|
609 $debug_cmd
|
cannam@154
|
610
|
cannam@154
|
611 eval _G_current_value='`$ECHO $'$1'`'
|
cannam@154
|
612 _G_delim=`expr "$2" : '\(.\)'`
|
cannam@154
|
613
|
cannam@154
|
614 case $_G_delim$_G_current_value$_G_delim in
|
cannam@154
|
615 *"$2$_G_delim"*) ;;
|
cannam@154
|
616 *) func_append "$@" ;;
|
cannam@154
|
617 esac
|
cannam@154
|
618 }
|
cannam@154
|
619
|
cannam@154
|
620
|
cannam@154
|
621 # func_arith TERM...
|
cannam@154
|
622 # ------------------
|
cannam@154
|
623 # Set func_arith_result to the result of evaluating TERMs.
|
cannam@154
|
624 test -z "$_G_HAVE_ARITH_OP" \
|
cannam@154
|
625 && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
|
cannam@154
|
626 && _G_HAVE_ARITH_OP=yes
|
cannam@154
|
627
|
cannam@154
|
628 if test yes = "$_G_HAVE_ARITH_OP"; then
|
cannam@154
|
629 eval 'func_arith ()
|
cannam@154
|
630 {
|
cannam@154
|
631 $debug_cmd
|
cannam@154
|
632
|
cannam@154
|
633 func_arith_result=$(( $* ))
|
cannam@154
|
634 }'
|
cannam@154
|
635 else
|
cannam@154
|
636 func_arith ()
|
cannam@154
|
637 {
|
cannam@154
|
638 $debug_cmd
|
cannam@154
|
639
|
cannam@154
|
640 func_arith_result=`expr "$@"`
|
cannam@154
|
641 }
|
cannam@154
|
642 fi
|
cannam@154
|
643
|
cannam@154
|
644
|
cannam@154
|
645 # func_basename FILE
|
cannam@154
|
646 # ------------------
|
cannam@154
|
647 # Set func_basename_result to FILE with everything up to and including
|
cannam@154
|
648 # the last / stripped.
|
cannam@154
|
649 if test yes = "$_G_HAVE_XSI_OPS"; then
|
cannam@154
|
650 # If this shell supports suffix pattern removal, then use it to avoid
|
cannam@154
|
651 # forking. Hide the definitions single quotes in case the shell chokes
|
cannam@154
|
652 # on unsupported syntax...
|
cannam@154
|
653 _b='func_basename_result=${1##*/}'
|
cannam@154
|
654 _d='case $1 in
|
cannam@154
|
655 */*) func_dirname_result=${1%/*}$2 ;;
|
cannam@154
|
656 * ) func_dirname_result=$3 ;;
|
cannam@154
|
657 esac'
|
cannam@154
|
658
|
cannam@154
|
659 else
|
cannam@154
|
660 # ...otherwise fall back to using sed.
|
cannam@154
|
661 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
|
cannam@154
|
662 _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"`
|
cannam@154
|
663 if test "X$func_dirname_result" = "X$1"; then
|
cannam@154
|
664 func_dirname_result=$3
|
cannam@154
|
665 else
|
cannam@154
|
666 func_append func_dirname_result "$2"
|
cannam@154
|
667 fi'
|
cannam@154
|
668 fi
|
cannam@154
|
669
|
cannam@154
|
670 eval 'func_basename ()
|
cannam@154
|
671 {
|
cannam@154
|
672 $debug_cmd
|
cannam@154
|
673
|
cannam@154
|
674 '"$_b"'
|
cannam@154
|
675 }'
|
cannam@154
|
676
|
cannam@154
|
677
|
cannam@154
|
678 # func_dirname FILE APPEND NONDIR_REPLACEMENT
|
cannam@154
|
679 # -------------------------------------------
|
cannam@154
|
680 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
|
cannam@154
|
681 # otherwise set result to NONDIR_REPLACEMENT.
|
cannam@154
|
682 eval 'func_dirname ()
|
cannam@154
|
683 {
|
cannam@154
|
684 $debug_cmd
|
cannam@154
|
685
|
cannam@154
|
686 '"$_d"'
|
cannam@154
|
687 }'
|
cannam@154
|
688
|
cannam@154
|
689
|
cannam@154
|
690 # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
|
cannam@154
|
691 # --------------------------------------------------------
|
cannam@154
|
692 # Perform func_basename and func_dirname in a single function
|
cannam@154
|
693 # call:
|
cannam@154
|
694 # dirname: Compute the dirname of FILE. If nonempty,
|
cannam@154
|
695 # add APPEND to the result, otherwise set result
|
cannam@154
|
696 # to NONDIR_REPLACEMENT.
|
cannam@154
|
697 # value returned in "$func_dirname_result"
|
cannam@154
|
698 # basename: Compute filename of FILE.
|
cannam@154
|
699 # value retuned in "$func_basename_result"
|
cannam@154
|
700 # For efficiency, we do not delegate to the functions above but instead
|
cannam@154
|
701 # duplicate the functionality here.
|
cannam@154
|
702 eval 'func_dirname_and_basename ()
|
cannam@154
|
703 {
|
cannam@154
|
704 $debug_cmd
|
cannam@154
|
705
|
cannam@154
|
706 '"$_b"'
|
cannam@154
|
707 '"$_d"'
|
cannam@154
|
708 }'
|
cannam@154
|
709
|
cannam@154
|
710
|
cannam@154
|
711 # func_echo ARG...
|
cannam@154
|
712 # ----------------
|
cannam@154
|
713 # Echo program name prefixed message.
|
cannam@154
|
714 func_echo ()
|
cannam@154
|
715 {
|
cannam@154
|
716 $debug_cmd
|
cannam@154
|
717
|
cannam@154
|
718 _G_message=$*
|
cannam@154
|
719
|
cannam@154
|
720 func_echo_IFS=$IFS
|
cannam@154
|
721 IFS=$nl
|
cannam@154
|
722 for _G_line in $_G_message; do
|
cannam@154
|
723 IFS=$func_echo_IFS
|
cannam@154
|
724 $ECHO "$progname: $_G_line"
|
cannam@154
|
725 done
|
cannam@154
|
726 IFS=$func_echo_IFS
|
cannam@154
|
727 }
|
cannam@154
|
728
|
cannam@154
|
729
|
cannam@154
|
730 # func_echo_all ARG...
|
cannam@154
|
731 # --------------------
|
cannam@154
|
732 # Invoke $ECHO with all args, space-separated.
|
cannam@154
|
733 func_echo_all ()
|
cannam@154
|
734 {
|
cannam@154
|
735 $ECHO "$*"
|
cannam@154
|
736 }
|
cannam@154
|
737
|
cannam@154
|
738
|
cannam@154
|
739 # func_echo_infix_1 INFIX ARG...
|
cannam@154
|
740 # ------------------------------
|
cannam@154
|
741 # Echo program name, followed by INFIX on the first line, with any
|
cannam@154
|
742 # additional lines not showing INFIX.
|
cannam@154
|
743 func_echo_infix_1 ()
|
cannam@154
|
744 {
|
cannam@154
|
745 $debug_cmd
|
cannam@154
|
746
|
cannam@154
|
747 $require_term_colors
|
cannam@154
|
748
|
cannam@154
|
749 _G_infix=$1; shift
|
cannam@154
|
750 _G_indent=$_G_infix
|
cannam@154
|
751 _G_prefix="$progname: $_G_infix: "
|
cannam@154
|
752 _G_message=$*
|
cannam@154
|
753
|
cannam@154
|
754 # Strip color escape sequences before counting printable length
|
cannam@154
|
755 for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
|
cannam@154
|
756 do
|
cannam@154
|
757 test -n "$_G_tc" && {
|
cannam@154
|
758 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
|
cannam@154
|
759 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
|
cannam@154
|
760 }
|
cannam@154
|
761 done
|
cannam@154
|
762 _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes
|
cannam@154
|
763
|
cannam@154
|
764 func_echo_infix_1_IFS=$IFS
|
cannam@154
|
765 IFS=$nl
|
cannam@154
|
766 for _G_line in $_G_message; do
|
cannam@154
|
767 IFS=$func_echo_infix_1_IFS
|
cannam@154
|
768 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
|
cannam@154
|
769 _G_prefix=$_G_indent
|
cannam@154
|
770 done
|
cannam@154
|
771 IFS=$func_echo_infix_1_IFS
|
cannam@154
|
772 }
|
cannam@154
|
773
|
cannam@154
|
774
|
cannam@154
|
775 # func_error ARG...
|
cannam@154
|
776 # -----------------
|
cannam@154
|
777 # Echo program name prefixed message to standard error.
|
cannam@154
|
778 func_error ()
|
cannam@154
|
779 {
|
cannam@154
|
780 $debug_cmd
|
cannam@154
|
781
|
cannam@154
|
782 $require_term_colors
|
cannam@154
|
783
|
cannam@154
|
784 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2
|
cannam@154
|
785 }
|
cannam@154
|
786
|
cannam@154
|
787
|
cannam@154
|
788 # func_fatal_error ARG...
|
cannam@154
|
789 # -----------------------
|
cannam@154
|
790 # Echo program name prefixed message to standard error, and exit.
|
cannam@154
|
791 func_fatal_error ()
|
cannam@154
|
792 {
|
cannam@154
|
793 $debug_cmd
|
cannam@154
|
794
|
cannam@154
|
795 func_error "$*"
|
cannam@154
|
796 exit $EXIT_FAILURE
|
cannam@154
|
797 }
|
cannam@154
|
798
|
cannam@154
|
799
|
cannam@154
|
800 # func_grep EXPRESSION FILENAME
|
cannam@154
|
801 # -----------------------------
|
cannam@154
|
802 # Check whether EXPRESSION matches any line of FILENAME, without output.
|
cannam@154
|
803 func_grep ()
|
cannam@154
|
804 {
|
cannam@154
|
805 $debug_cmd
|
cannam@154
|
806
|
cannam@154
|
807 $GREP "$1" "$2" >/dev/null 2>&1
|
cannam@154
|
808 }
|
cannam@154
|
809
|
cannam@154
|
810
|
cannam@154
|
811 # func_len STRING
|
cannam@154
|
812 # ---------------
|
cannam@154
|
813 # Set func_len_result to the length of STRING. STRING may not
|
cannam@154
|
814 # start with a hyphen.
|
cannam@154
|
815 test -z "$_G_HAVE_XSI_OPS" \
|
cannam@154
|
816 && (eval 'x=a/b/c;
|
cannam@154
|
817 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
|
cannam@154
|
818 && _G_HAVE_XSI_OPS=yes
|
cannam@154
|
819
|
cannam@154
|
820 if test yes = "$_G_HAVE_XSI_OPS"; then
|
cannam@154
|
821 eval 'func_len ()
|
cannam@154
|
822 {
|
cannam@154
|
823 $debug_cmd
|
cannam@154
|
824
|
cannam@154
|
825 func_len_result=${#1}
|
cannam@154
|
826 }'
|
cannam@154
|
827 else
|
cannam@154
|
828 func_len ()
|
cannam@154
|
829 {
|
cannam@154
|
830 $debug_cmd
|
cannam@154
|
831
|
cannam@154
|
832 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
|
cannam@154
|
833 }
|
cannam@154
|
834 fi
|
cannam@154
|
835
|
cannam@154
|
836
|
cannam@154
|
837 # func_mkdir_p DIRECTORY-PATH
|
cannam@154
|
838 # ---------------------------
|
cannam@154
|
839 # Make sure the entire path to DIRECTORY-PATH is available.
|
cannam@154
|
840 func_mkdir_p ()
|
cannam@154
|
841 {
|
cannam@154
|
842 $debug_cmd
|
cannam@154
|
843
|
cannam@154
|
844 _G_directory_path=$1
|
cannam@154
|
845 _G_dir_list=
|
cannam@154
|
846
|
cannam@154
|
847 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
|
cannam@154
|
848
|
cannam@154
|
849 # Protect directory names starting with '-'
|
cannam@154
|
850 case $_G_directory_path in
|
cannam@154
|
851 -*) _G_directory_path=./$_G_directory_path ;;
|
cannam@154
|
852 esac
|
cannam@154
|
853
|
cannam@154
|
854 # While some portion of DIR does not yet exist...
|
cannam@154
|
855 while test ! -d "$_G_directory_path"; do
|
cannam@154
|
856 # ...make a list in topmost first order. Use a colon delimited
|
cannam@154
|
857 # list incase some portion of path contains whitespace.
|
cannam@154
|
858 _G_dir_list=$_G_directory_path:$_G_dir_list
|
cannam@154
|
859
|
cannam@154
|
860 # If the last portion added has no slash in it, the list is done
|
cannam@154
|
861 case $_G_directory_path in */*) ;; *) break ;; esac
|
cannam@154
|
862
|
cannam@154
|
863 # ...otherwise throw away the child directory and loop
|
cannam@154
|
864 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
|
cannam@154
|
865 done
|
cannam@154
|
866 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
|
cannam@154
|
867
|
cannam@154
|
868 func_mkdir_p_IFS=$IFS; IFS=:
|
cannam@154
|
869 for _G_dir in $_G_dir_list; do
|
cannam@154
|
870 IFS=$func_mkdir_p_IFS
|
cannam@154
|
871 # mkdir can fail with a 'File exist' error if two processes
|
cannam@154
|
872 # try to create one of the directories concurrently. Don't
|
cannam@154
|
873 # stop in that case!
|
cannam@154
|
874 $MKDIR "$_G_dir" 2>/dev/null || :
|
cannam@154
|
875 done
|
cannam@154
|
876 IFS=$func_mkdir_p_IFS
|
cannam@154
|
877
|
cannam@154
|
878 # Bail out if we (or some other process) failed to create a directory.
|
cannam@154
|
879 test -d "$_G_directory_path" || \
|
cannam@154
|
880 func_fatal_error "Failed to create '$1'"
|
cannam@154
|
881 fi
|
cannam@154
|
882 }
|
cannam@154
|
883
|
cannam@154
|
884
|
cannam@154
|
885 # func_mktempdir [BASENAME]
|
cannam@154
|
886 # -------------------------
|
cannam@154
|
887 # Make a temporary directory that won't clash with other running
|
cannam@154
|
888 # libtool processes, and avoids race conditions if possible. If
|
cannam@154
|
889 # given, BASENAME is the basename for that directory.
|
cannam@154
|
890 func_mktempdir ()
|
cannam@154
|
891 {
|
cannam@154
|
892 $debug_cmd
|
cannam@154
|
893
|
cannam@154
|
894 _G_template=${TMPDIR-/tmp}/${1-$progname}
|
cannam@154
|
895
|
cannam@154
|
896 if test : = "$opt_dry_run"; then
|
cannam@154
|
897 # Return a directory name, but don't create it in dry-run mode
|
cannam@154
|
898 _G_tmpdir=$_G_template-$$
|
cannam@154
|
899 else
|
cannam@154
|
900
|
cannam@154
|
901 # If mktemp works, use that first and foremost
|
cannam@154
|
902 _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
|
cannam@154
|
903
|
cannam@154
|
904 if test ! -d "$_G_tmpdir"; then
|
cannam@154
|
905 # Failing that, at least try and use $RANDOM to avoid a race
|
cannam@154
|
906 _G_tmpdir=$_G_template-${RANDOM-0}$$
|
cannam@154
|
907
|
cannam@154
|
908 func_mktempdir_umask=`umask`
|
cannam@154
|
909 umask 0077
|
cannam@154
|
910 $MKDIR "$_G_tmpdir"
|
cannam@154
|
911 umask $func_mktempdir_umask
|
cannam@154
|
912 fi
|
cannam@154
|
913
|
cannam@154
|
914 # If we're not in dry-run mode, bomb out on failure
|
cannam@154
|
915 test -d "$_G_tmpdir" || \
|
cannam@154
|
916 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
|
cannam@154
|
917 fi
|
cannam@154
|
918
|
cannam@154
|
919 $ECHO "$_G_tmpdir"
|
cannam@154
|
920 }
|
cannam@154
|
921
|
cannam@154
|
922
|
cannam@154
|
923 # func_normal_abspath PATH
|
cannam@154
|
924 # ------------------------
|
cannam@154
|
925 # Remove doubled-up and trailing slashes, "." path components,
|
cannam@154
|
926 # and cancel out any ".." path components in PATH after making
|
cannam@154
|
927 # it an absolute path.
|
cannam@154
|
928 func_normal_abspath ()
|
cannam@154
|
929 {
|
cannam@154
|
930 $debug_cmd
|
cannam@154
|
931
|
cannam@154
|
932 # These SED scripts presuppose an absolute path with a trailing slash.
|
cannam@154
|
933 _G_pathcar='s|^/\([^/]*\).*$|\1|'
|
cannam@154
|
934 _G_pathcdr='s|^/[^/]*||'
|
cannam@154
|
935 _G_removedotparts=':dotsl
|
cannam@154
|
936 s|/\./|/|g
|
cannam@154
|
937 t dotsl
|
cannam@154
|
938 s|/\.$|/|'
|
cannam@154
|
939 _G_collapseslashes='s|/\{1,\}|/|g'
|
cannam@154
|
940 _G_finalslash='s|/*$|/|'
|
cannam@154
|
941
|
cannam@154
|
942 # Start from root dir and reassemble the path.
|
cannam@154
|
943 func_normal_abspath_result=
|
cannam@154
|
944 func_normal_abspath_tpath=$1
|
cannam@154
|
945 func_normal_abspath_altnamespace=
|
cannam@154
|
946 case $func_normal_abspath_tpath in
|
cannam@154
|
947 "")
|
cannam@154
|
948 # Empty path, that just means $cwd.
|
cannam@154
|
949 func_stripname '' '/' "`pwd`"
|
cannam@154
|
950 func_normal_abspath_result=$func_stripname_result
|
cannam@154
|
951 return
|
cannam@154
|
952 ;;
|
cannam@154
|
953 # The next three entries are used to spot a run of precisely
|
cannam@154
|
954 # two leading slashes without using negated character classes;
|
cannam@154
|
955 # we take advantage of case's first-match behaviour.
|
cannam@154
|
956 ///*)
|
cannam@154
|
957 # Unusual form of absolute path, do nothing.
|
cannam@154
|
958 ;;
|
cannam@154
|
959 //*)
|
cannam@154
|
960 # Not necessarily an ordinary path; POSIX reserves leading '//'
|
cannam@154
|
961 # and for example Cygwin uses it to access remote file shares
|
cannam@154
|
962 # over CIFS/SMB, so we conserve a leading double slash if found.
|
cannam@154
|
963 func_normal_abspath_altnamespace=/
|
cannam@154
|
964 ;;
|
cannam@154
|
965 /*)
|
cannam@154
|
966 # Absolute path, do nothing.
|
cannam@154
|
967 ;;
|
cannam@154
|
968 *)
|
cannam@154
|
969 # Relative path, prepend $cwd.
|
cannam@154
|
970 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
|
cannam@154
|
971 ;;
|
cannam@154
|
972 esac
|
cannam@154
|
973
|
cannam@154
|
974 # Cancel out all the simple stuff to save iterations. We also want
|
cannam@154
|
975 # the path to end with a slash for ease of parsing, so make sure
|
cannam@154
|
976 # there is one (and only one) here.
|
cannam@154
|
977 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
|
cannam@154
|
978 -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
|
cannam@154
|
979 while :; do
|
cannam@154
|
980 # Processed it all yet?
|
cannam@154
|
981 if test / = "$func_normal_abspath_tpath"; then
|
cannam@154
|
982 # If we ascended to the root using ".." the result may be empty now.
|
cannam@154
|
983 if test -z "$func_normal_abspath_result"; then
|
cannam@154
|
984 func_normal_abspath_result=/
|
cannam@154
|
985 fi
|
cannam@154
|
986 break
|
cannam@154
|
987 fi
|
cannam@154
|
988 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
|
cannam@154
|
989 -e "$_G_pathcar"`
|
cannam@154
|
990 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
|
cannam@154
|
991 -e "$_G_pathcdr"`
|
cannam@154
|
992 # Figure out what to do with it
|
cannam@154
|
993 case $func_normal_abspath_tcomponent in
|
cannam@154
|
994 "")
|
cannam@154
|
995 # Trailing empty path component, ignore it.
|
cannam@154
|
996 ;;
|
cannam@154
|
997 ..)
|
cannam@154
|
998 # Parent dir; strip last assembled component from result.
|
cannam@154
|
999 func_dirname "$func_normal_abspath_result"
|
cannam@154
|
1000 func_normal_abspath_result=$func_dirname_result
|
cannam@154
|
1001 ;;
|
cannam@154
|
1002 *)
|
cannam@154
|
1003 # Actual path component, append it.
|
cannam@154
|
1004 func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
|
cannam@154
|
1005 ;;
|
cannam@154
|
1006 esac
|
cannam@154
|
1007 done
|
cannam@154
|
1008 # Restore leading double-slash if one was found on entry.
|
cannam@154
|
1009 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
|
cannam@154
|
1010 }
|
cannam@154
|
1011
|
cannam@154
|
1012
|
cannam@154
|
1013 # func_notquiet ARG...
|
cannam@154
|
1014 # --------------------
|
cannam@154
|
1015 # Echo program name prefixed message only when not in quiet mode.
|
cannam@154
|
1016 func_notquiet ()
|
cannam@154
|
1017 {
|
cannam@154
|
1018 $debug_cmd
|
cannam@154
|
1019
|
cannam@154
|
1020 $opt_quiet || func_echo ${1+"$@"}
|
cannam@154
|
1021
|
cannam@154
|
1022 # A bug in bash halts the script if the last line of a function
|
cannam@154
|
1023 # fails when set -e is in force, so we need another command to
|
cannam@154
|
1024 # work around that:
|
cannam@154
|
1025 :
|
cannam@154
|
1026 }
|
cannam@154
|
1027
|
cannam@154
|
1028
|
cannam@154
|
1029 # func_relative_path SRCDIR DSTDIR
|
cannam@154
|
1030 # --------------------------------
|
cannam@154
|
1031 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
|
cannam@154
|
1032 func_relative_path ()
|
cannam@154
|
1033 {
|
cannam@154
|
1034 $debug_cmd
|
cannam@154
|
1035
|
cannam@154
|
1036 func_relative_path_result=
|
cannam@154
|
1037 func_normal_abspath "$1"
|
cannam@154
|
1038 func_relative_path_tlibdir=$func_normal_abspath_result
|
cannam@154
|
1039 func_normal_abspath "$2"
|
cannam@154
|
1040 func_relative_path_tbindir=$func_normal_abspath_result
|
cannam@154
|
1041
|
cannam@154
|
1042 # Ascend the tree starting from libdir
|
cannam@154
|
1043 while :; do
|
cannam@154
|
1044 # check if we have found a prefix of bindir
|
cannam@154
|
1045 case $func_relative_path_tbindir in
|
cannam@154
|
1046 $func_relative_path_tlibdir)
|
cannam@154
|
1047 # found an exact match
|
cannam@154
|
1048 func_relative_path_tcancelled=
|
cannam@154
|
1049 break
|
cannam@154
|
1050 ;;
|
cannam@154
|
1051 $func_relative_path_tlibdir*)
|
cannam@154
|
1052 # found a matching prefix
|
cannam@154
|
1053 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
|
cannam@154
|
1054 func_relative_path_tcancelled=$func_stripname_result
|
cannam@154
|
1055 if test -z "$func_relative_path_result"; then
|
cannam@154
|
1056 func_relative_path_result=.
|
cannam@154
|
1057 fi
|
cannam@154
|
1058 break
|
cannam@154
|
1059 ;;
|
cannam@154
|
1060 *)
|
cannam@154
|
1061 func_dirname $func_relative_path_tlibdir
|
cannam@154
|
1062 func_relative_path_tlibdir=$func_dirname_result
|
cannam@154
|
1063 if test -z "$func_relative_path_tlibdir"; then
|
cannam@154
|
1064 # Have to descend all the way to the root!
|
cannam@154
|
1065 func_relative_path_result=../$func_relative_path_result
|
cannam@154
|
1066 func_relative_path_tcancelled=$func_relative_path_tbindir
|
cannam@154
|
1067 break
|
cannam@154
|
1068 fi
|
cannam@154
|
1069 func_relative_path_result=../$func_relative_path_result
|
cannam@154
|
1070 ;;
|
cannam@154
|
1071 esac
|
cannam@154
|
1072 done
|
cannam@154
|
1073
|
cannam@154
|
1074 # Now calculate path; take care to avoid doubling-up slashes.
|
cannam@154
|
1075 func_stripname '' '/' "$func_relative_path_result"
|
cannam@154
|
1076 func_relative_path_result=$func_stripname_result
|
cannam@154
|
1077 func_stripname '/' '/' "$func_relative_path_tcancelled"
|
cannam@154
|
1078 if test -n "$func_stripname_result"; then
|
cannam@154
|
1079 func_append func_relative_path_result "/$func_stripname_result"
|
cannam@154
|
1080 fi
|
cannam@154
|
1081
|
cannam@154
|
1082 # Normalisation. If bindir is libdir, return '.' else relative path.
|
cannam@154
|
1083 if test -n "$func_relative_path_result"; then
|
cannam@154
|
1084 func_stripname './' '' "$func_relative_path_result"
|
cannam@154
|
1085 func_relative_path_result=$func_stripname_result
|
cannam@154
|
1086 fi
|
cannam@154
|
1087
|
cannam@154
|
1088 test -n "$func_relative_path_result" || func_relative_path_result=.
|
cannam@154
|
1089
|
cannam@154
|
1090 :
|
cannam@154
|
1091 }
|
cannam@154
|
1092
|
cannam@154
|
1093
|
cannam@154
|
1094 # func_quote_for_eval ARG...
|
cannam@154
|
1095 # --------------------------
|
cannam@154
|
1096 # Aesthetically quote ARGs to be evaled later.
|
cannam@154
|
1097 # This function returns two values:
|
cannam@154
|
1098 # i) func_quote_for_eval_result
|
cannam@154
|
1099 # double-quoted, suitable for a subsequent eval
|
cannam@154
|
1100 # ii) func_quote_for_eval_unquoted_result
|
cannam@154
|
1101 # has all characters that are still active within double
|
cannam@154
|
1102 # quotes backslashified.
|
cannam@154
|
1103 func_quote_for_eval ()
|
cannam@154
|
1104 {
|
cannam@154
|
1105 $debug_cmd
|
cannam@154
|
1106
|
cannam@154
|
1107 func_quote_for_eval_unquoted_result=
|
cannam@154
|
1108 func_quote_for_eval_result=
|
cannam@154
|
1109 while test 0 -lt $#; do
|
cannam@154
|
1110 case $1 in
|
cannam@154
|
1111 *[\\\`\"\$]*)
|
cannam@154
|
1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
|
cannam@154
|
1113 *)
|
cannam@154
|
1114 _G_unquoted_arg=$1 ;;
|
cannam@154
|
1115 esac
|
cannam@154
|
1116 if test -n "$func_quote_for_eval_unquoted_result"; then
|
cannam@154
|
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
|
cannam@154
|
1118 else
|
cannam@154
|
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
|
cannam@154
|
1120 fi
|
cannam@154
|
1121
|
cannam@154
|
1122 case $_G_unquoted_arg in
|
cannam@154
|
1123 # Double-quote args containing shell metacharacters to delay
|
cannam@154
|
1124 # word splitting, command substitution and variable expansion
|
cannam@154
|
1125 # for a subsequent eval.
|
cannam@154
|
1126 # Many Bourne shells cannot handle close brackets correctly
|
cannam@154
|
1127 # in scan sets, so we specify it separately.
|
cannam@154
|
1128 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
|
cannam@154
|
1129 _G_quoted_arg=\"$_G_unquoted_arg\"
|
cannam@154
|
1130 ;;
|
cannam@154
|
1131 *)
|
cannam@154
|
1132 _G_quoted_arg=$_G_unquoted_arg
|
cannam@154
|
1133 ;;
|
cannam@154
|
1134 esac
|
cannam@154
|
1135
|
cannam@154
|
1136 if test -n "$func_quote_for_eval_result"; then
|
cannam@154
|
1137 func_append func_quote_for_eval_result " $_G_quoted_arg"
|
cannam@154
|
1138 else
|
cannam@154
|
1139 func_append func_quote_for_eval_result "$_G_quoted_arg"
|
cannam@154
|
1140 fi
|
cannam@154
|
1141 shift
|
cannam@154
|
1142 done
|
cannam@154
|
1143 }
|
cannam@154
|
1144
|
cannam@154
|
1145
|
cannam@154
|
1146 # func_quote_for_expand ARG
|
cannam@154
|
1147 # -------------------------
|
cannam@154
|
1148 # Aesthetically quote ARG to be evaled later; same as above,
|
cannam@154
|
1149 # but do not quote variable references.
|
cannam@154
|
1150 func_quote_for_expand ()
|
cannam@154
|
1151 {
|
cannam@154
|
1152 $debug_cmd
|
cannam@154
|
1153
|
cannam@154
|
1154 case $1 in
|
cannam@154
|
1155 *[\\\`\"]*)
|
cannam@154
|
1156 _G_arg=`$ECHO "$1" | $SED \
|
cannam@154
|
1157 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
|
cannam@154
|
1158 *)
|
cannam@154
|
1159 _G_arg=$1 ;;
|
cannam@154
|
1160 esac
|
cannam@154
|
1161
|
cannam@154
|
1162 case $_G_arg in
|
cannam@154
|
1163 # Double-quote args containing shell metacharacters to delay
|
cannam@154
|
1164 # word splitting and command substitution for a subsequent eval.
|
cannam@154
|
1165 # Many Bourne shells cannot handle close brackets correctly
|
cannam@154
|
1166 # in scan sets, so we specify it separately.
|
cannam@154
|
1167 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
|
cannam@154
|
1168 _G_arg=\"$_G_arg\"
|
cannam@154
|
1169 ;;
|
cannam@154
|
1170 esac
|
cannam@154
|
1171
|
cannam@154
|
1172 func_quote_for_expand_result=$_G_arg
|
cannam@154
|
1173 }
|
cannam@154
|
1174
|
cannam@154
|
1175
|
cannam@154
|
1176 # func_stripname PREFIX SUFFIX NAME
|
cannam@154
|
1177 # ---------------------------------
|
cannam@154
|
1178 # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
|
cannam@154
|
1179 # PREFIX and SUFFIX must not contain globbing or regex special
|
cannam@154
|
1180 # characters, hashes, percent signs, but SUFFIX may contain a leading
|
cannam@154
|
1181 # dot (in which case that matches only a dot).
|
cannam@154
|
1182 if test yes = "$_G_HAVE_XSI_OPS"; then
|
cannam@154
|
1183 eval 'func_stripname ()
|
cannam@154
|
1184 {
|
cannam@154
|
1185 $debug_cmd
|
cannam@154
|
1186
|
cannam@154
|
1187 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
|
cannam@154
|
1188 # positional parameters, so assign one to ordinary variable first.
|
cannam@154
|
1189 func_stripname_result=$3
|
cannam@154
|
1190 func_stripname_result=${func_stripname_result#"$1"}
|
cannam@154
|
1191 func_stripname_result=${func_stripname_result%"$2"}
|
cannam@154
|
1192 }'
|
cannam@154
|
1193 else
|
cannam@154
|
1194 func_stripname ()
|
cannam@154
|
1195 {
|
cannam@154
|
1196 $debug_cmd
|
cannam@154
|
1197
|
cannam@154
|
1198 case $2 in
|
cannam@154
|
1199 .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
|
cannam@154
|
1200 *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
|
cannam@154
|
1201 esac
|
cannam@154
|
1202 }
|
cannam@154
|
1203 fi
|
cannam@154
|
1204
|
cannam@154
|
1205
|
cannam@154
|
1206 # func_show_eval CMD [FAIL_EXP]
|
cannam@154
|
1207 # -----------------------------
|
cannam@154
|
1208 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
|
cannam@154
|
1209 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
|
cannam@154
|
1210 # is given, then evaluate it.
|
cannam@154
|
1211 func_show_eval ()
|
cannam@154
|
1212 {
|
cannam@154
|
1213 $debug_cmd
|
cannam@154
|
1214
|
cannam@154
|
1215 _G_cmd=$1
|
cannam@154
|
1216 _G_fail_exp=${2-':'}
|
cannam@154
|
1217
|
cannam@154
|
1218 func_quote_for_expand "$_G_cmd"
|
cannam@154
|
1219 eval "func_notquiet $func_quote_for_expand_result"
|
cannam@154
|
1220
|
cannam@154
|
1221 $opt_dry_run || {
|
cannam@154
|
1222 eval "$_G_cmd"
|
cannam@154
|
1223 _G_status=$?
|
cannam@154
|
1224 if test 0 -ne "$_G_status"; then
|
cannam@154
|
1225 eval "(exit $_G_status); $_G_fail_exp"
|
cannam@154
|
1226 fi
|
cannam@154
|
1227 }
|
cannam@154
|
1228 }
|
cannam@154
|
1229
|
cannam@154
|
1230
|
cannam@154
|
1231 # func_show_eval_locale CMD [FAIL_EXP]
|
cannam@154
|
1232 # ------------------------------------
|
cannam@154
|
1233 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
|
cannam@154
|
1234 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
|
cannam@154
|
1235 # is given, then evaluate it. Use the saved locale for evaluation.
|
cannam@154
|
1236 func_show_eval_locale ()
|
cannam@154
|
1237 {
|
cannam@154
|
1238 $debug_cmd
|
cannam@154
|
1239
|
cannam@154
|
1240 _G_cmd=$1
|
cannam@154
|
1241 _G_fail_exp=${2-':'}
|
cannam@154
|
1242
|
cannam@154
|
1243 $opt_quiet || {
|
cannam@154
|
1244 func_quote_for_expand "$_G_cmd"
|
cannam@154
|
1245 eval "func_echo $func_quote_for_expand_result"
|
cannam@154
|
1246 }
|
cannam@154
|
1247
|
cannam@154
|
1248 $opt_dry_run || {
|
cannam@154
|
1249 eval "$_G_user_locale
|
cannam@154
|
1250 $_G_cmd"
|
cannam@154
|
1251 _G_status=$?
|
cannam@154
|
1252 eval "$_G_safe_locale"
|
cannam@154
|
1253 if test 0 -ne "$_G_status"; then
|
cannam@154
|
1254 eval "(exit $_G_status); $_G_fail_exp"
|
cannam@154
|
1255 fi
|
cannam@154
|
1256 }
|
cannam@154
|
1257 }
|
cannam@154
|
1258
|
cannam@154
|
1259
|
cannam@154
|
1260 # func_tr_sh
|
cannam@154
|
1261 # ----------
|
cannam@154
|
1262 # Turn $1 into a string suitable for a shell variable name.
|
cannam@154
|
1263 # Result is stored in $func_tr_sh_result. All characters
|
cannam@154
|
1264 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
|
cannam@154
|
1265 # if $1 begins with a digit, a '_' is prepended as well.
|
cannam@154
|
1266 func_tr_sh ()
|
cannam@154
|
1267 {
|
cannam@154
|
1268 $debug_cmd
|
cannam@154
|
1269
|
cannam@154
|
1270 case $1 in
|
cannam@154
|
1271 [0-9]* | *[!a-zA-Z0-9_]*)
|
cannam@154
|
1272 func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
|
cannam@154
|
1273 ;;
|
cannam@154
|
1274 * )
|
cannam@154
|
1275 func_tr_sh_result=$1
|
cannam@154
|
1276 ;;
|
cannam@154
|
1277 esac
|
cannam@154
|
1278 }
|
cannam@154
|
1279
|
cannam@154
|
1280
|
cannam@154
|
1281 # func_verbose ARG...
|
cannam@154
|
1282 # -------------------
|
cannam@154
|
1283 # Echo program name prefixed message in verbose mode only.
|
cannam@154
|
1284 func_verbose ()
|
cannam@154
|
1285 {
|
cannam@154
|
1286 $debug_cmd
|
cannam@154
|
1287
|
cannam@154
|
1288 $opt_verbose && func_echo "$*"
|
cannam@154
|
1289
|
cannam@154
|
1290 :
|
cannam@154
|
1291 }
|
cannam@154
|
1292
|
cannam@154
|
1293
|
cannam@154
|
1294 # func_warn_and_continue ARG...
|
cannam@154
|
1295 # -----------------------------
|
cannam@154
|
1296 # Echo program name prefixed warning message to standard error.
|
cannam@154
|
1297 func_warn_and_continue ()
|
cannam@154
|
1298 {
|
cannam@154
|
1299 $debug_cmd
|
cannam@154
|
1300
|
cannam@154
|
1301 $require_term_colors
|
cannam@154
|
1302
|
cannam@154
|
1303 func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
|
cannam@154
|
1304 }
|
cannam@154
|
1305
|
cannam@154
|
1306
|
cannam@154
|
1307 # func_warning CATEGORY ARG...
|
cannam@154
|
1308 # ----------------------------
|
cannam@154
|
1309 # Echo program name prefixed warning message to standard error. Warning
|
cannam@154
|
1310 # messages can be filtered according to CATEGORY, where this function
|
cannam@154
|
1311 # elides messages where CATEGORY is not listed in the global variable
|
cannam@154
|
1312 # 'opt_warning_types'.
|
cannam@154
|
1313 func_warning ()
|
cannam@154
|
1314 {
|
cannam@154
|
1315 $debug_cmd
|
cannam@154
|
1316
|
cannam@154
|
1317 # CATEGORY must be in the warning_categories list!
|
cannam@154
|
1318 case " $warning_categories " in
|
cannam@154
|
1319 *" $1 "*) ;;
|
cannam@154
|
1320 *) func_internal_error "invalid warning category '$1'" ;;
|
cannam@154
|
1321 esac
|
cannam@154
|
1322
|
cannam@154
|
1323 _G_category=$1
|
cannam@154
|
1324 shift
|
cannam@154
|
1325
|
cannam@154
|
1326 case " $opt_warning_types " in
|
cannam@154
|
1327 *" $_G_category "*) $warning_func ${1+"$@"} ;;
|
cannam@154
|
1328 esac
|
cannam@154
|
1329 }
|
cannam@154
|
1330
|
cannam@154
|
1331
|
cannam@154
|
1332 # func_sort_ver VER1 VER2
|
cannam@154
|
1333 # -----------------------
|
cannam@154
|
1334 # 'sort -V' is not generally available.
|
cannam@154
|
1335 # Note this deviates from the version comparison in automake
|
cannam@154
|
1336 # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
|
cannam@154
|
1337 # but this should suffice as we won't be specifying old
|
cannam@154
|
1338 # version formats or redundant trailing .0 in bootstrap.conf.
|
cannam@154
|
1339 # If we did want full compatibility then we should probably
|
cannam@154
|
1340 # use m4_version_compare from autoconf.
|
cannam@154
|
1341 func_sort_ver ()
|
cannam@154
|
1342 {
|
cannam@154
|
1343 $debug_cmd
|
cannam@154
|
1344
|
cannam@154
|
1345 printf '%s\n%s\n' "$1" "$2" \
|
cannam@154
|
1346 | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
|
cannam@154
|
1347 }
|
cannam@154
|
1348
|
cannam@154
|
1349 # func_lt_ver PREV CURR
|
cannam@154
|
1350 # ---------------------
|
cannam@154
|
1351 # Return true if PREV and CURR are in the correct order according to
|
cannam@154
|
1352 # func_sort_ver, otherwise false. Use it like this:
|
cannam@154
|
1353 #
|
cannam@154
|
1354 # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
|
cannam@154
|
1355 func_lt_ver ()
|
cannam@154
|
1356 {
|
cannam@154
|
1357 $debug_cmd
|
cannam@154
|
1358
|
cannam@154
|
1359 test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
|
cannam@154
|
1360 }
|
cannam@154
|
1361
|
cannam@154
|
1362
|
cannam@154
|
1363 # Local variables:
|
cannam@154
|
1364 # mode: shell-script
|
cannam@154
|
1365 # sh-indentation: 2
|
cannam@154
|
1366 # eval: (add-hook 'before-save-hook 'time-stamp)
|
cannam@154
|
1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|
cannam@154
|
1368 # time-stamp-time-zone: "UTC"
|
cannam@154
|
1369 # End:
|
cannam@154
|
1370 #! /bin/sh
|
cannam@154
|
1371
|
cannam@154
|
1372 # Set a version string for this script.
|
cannam@154
|
1373 scriptversion=2014-01-07.03; # UTC
|
cannam@154
|
1374
|
cannam@154
|
1375 # A portable, pluggable option parser for Bourne shell.
|
cannam@154
|
1376 # Written by Gary V. Vaughan, 2010
|
cannam@154
|
1377
|
cannam@154
|
1378 # Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
cannam@154
|
1379 # This is free software; see the source for copying conditions. There is NO
|
cannam@154
|
1380 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
cannam@154
|
1381
|
cannam@154
|
1382 # This program is free software: you can redistribute it and/or modify
|
cannam@154
|
1383 # it under the terms of the GNU General Public License as published by
|
cannam@154
|
1384 # the Free Software Foundation, either version 3 of the License, or
|
cannam@154
|
1385 # (at your option) any later version.
|
cannam@154
|
1386
|
cannam@154
|
1387 # This program is distributed in the hope that it will be useful,
|
cannam@154
|
1388 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
cannam@154
|
1389 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
cannam@154
|
1390 # GNU General Public License for more details.
|
cannam@154
|
1391
|
cannam@154
|
1392 # You should have received a copy of the GNU General Public License
|
cannam@154
|
1393 # along with this program. If not, see <http://www.gnu.org/licenses/>.
|
cannam@154
|
1394
|
cannam@154
|
1395 # Please report bugs or propose patches to gary@gnu.org.
|
cannam@154
|
1396
|
cannam@154
|
1397
|
cannam@154
|
1398 ## ------ ##
|
cannam@154
|
1399 ## Usage. ##
|
cannam@154
|
1400 ## ------ ##
|
cannam@154
|
1401
|
cannam@154
|
1402 # This file is a library for parsing options in your shell scripts along
|
cannam@154
|
1403 # with assorted other useful supporting features that you can make use
|
cannam@154
|
1404 # of too.
|
cannam@154
|
1405 #
|
cannam@154
|
1406 # For the simplest scripts you might need only:
|
cannam@154
|
1407 #
|
cannam@154
|
1408 # #!/bin/sh
|
cannam@154
|
1409 # . relative/path/to/funclib.sh
|
cannam@154
|
1410 # . relative/path/to/options-parser
|
cannam@154
|
1411 # scriptversion=1.0
|
cannam@154
|
1412 # func_options ${1+"$@"}
|
cannam@154
|
1413 # eval set dummy "$func_options_result"; shift
|
cannam@154
|
1414 # ...rest of your script...
|
cannam@154
|
1415 #
|
cannam@154
|
1416 # In order for the '--version' option to work, you will need to have a
|
cannam@154
|
1417 # suitably formatted comment like the one at the top of this file
|
cannam@154
|
1418 # starting with '# Written by ' and ending with '# warranty; '.
|
cannam@154
|
1419 #
|
cannam@154
|
1420 # For '-h' and '--help' to work, you will also need a one line
|
cannam@154
|
1421 # description of your script's purpose in a comment directly above the
|
cannam@154
|
1422 # '# Written by ' line, like the one at the top of this file.
|
cannam@154
|
1423 #
|
cannam@154
|
1424 # The default options also support '--debug', which will turn on shell
|
cannam@154
|
1425 # execution tracing (see the comment above debug_cmd below for another
|
cannam@154
|
1426 # use), and '--verbose' and the func_verbose function to allow your script
|
cannam@154
|
1427 # to display verbose messages only when your user has specified
|
cannam@154
|
1428 # '--verbose'.
|
cannam@154
|
1429 #
|
cannam@154
|
1430 # After sourcing this file, you can plug processing for additional
|
cannam@154
|
1431 # options by amending the variables from the 'Configuration' section
|
cannam@154
|
1432 # below, and following the instructions in the 'Option parsing'
|
cannam@154
|
1433 # section further down.
|
cannam@154
|
1434
|
cannam@154
|
1435 ## -------------- ##
|
cannam@154
|
1436 ## Configuration. ##
|
cannam@154
|
1437 ## -------------- ##
|
cannam@154
|
1438
|
cannam@154
|
1439 # You should override these variables in your script after sourcing this
|
cannam@154
|
1440 # file so that they reflect the customisations you have added to the
|
cannam@154
|
1441 # option parser.
|
cannam@154
|
1442
|
cannam@154
|
1443 # The usage line for option parsing errors and the start of '-h' and
|
cannam@154
|
1444 # '--help' output messages. You can embed shell variables for delayed
|
cannam@154
|
1445 # expansion at the time the message is displayed, but you will need to
|
cannam@154
|
1446 # quote other shell meta-characters carefully to prevent them being
|
cannam@154
|
1447 # expanded when the contents are evaled.
|
cannam@154
|
1448 usage='$progpath [OPTION]...'
|
cannam@154
|
1449
|
cannam@154
|
1450 # Short help message in response to '-h' and '--help'. Add to this or
|
cannam@154
|
1451 # override it after sourcing this library to reflect the full set of
|
cannam@154
|
1452 # options your script accepts.
|
cannam@154
|
1453 usage_message="\
|
cannam@154
|
1454 --debug enable verbose shell tracing
|
cannam@154
|
1455 -W, --warnings=CATEGORY
|
cannam@154
|
1456 report the warnings falling in CATEGORY [all]
|
cannam@154
|
1457 -v, --verbose verbosely report processing
|
cannam@154
|
1458 --version print version information and exit
|
cannam@154
|
1459 -h, --help print short or long help message and exit
|
cannam@154
|
1460 "
|
cannam@154
|
1461
|
cannam@154
|
1462 # Additional text appended to 'usage_message' in response to '--help'.
|
cannam@154
|
1463 long_help_message="
|
cannam@154
|
1464 Warning categories include:
|
cannam@154
|
1465 'all' show all warnings
|
cannam@154
|
1466 'none' turn off all the warnings
|
cannam@154
|
1467 'error' warnings are treated as fatal errors"
|
cannam@154
|
1468
|
cannam@154
|
1469 # Help message printed before fatal option parsing errors.
|
cannam@154
|
1470 fatal_help="Try '\$progname --help' for more information."
|
cannam@154
|
1471
|
cannam@154
|
1472
|
cannam@154
|
1473
|
cannam@154
|
1474 ## ------------------------- ##
|
cannam@154
|
1475 ## Hook function management. ##
|
cannam@154
|
1476 ## ------------------------- ##
|
cannam@154
|
1477
|
cannam@154
|
1478 # This section contains functions for adding, removing, and running hooks
|
cannam@154
|
1479 # to the main code. A hook is just a named list of of function, that can
|
cannam@154
|
1480 # be run in order later on.
|
cannam@154
|
1481
|
cannam@154
|
1482 # func_hookable FUNC_NAME
|
cannam@154
|
1483 # -----------------------
|
cannam@154
|
1484 # Declare that FUNC_NAME will run hooks added with
|
cannam@154
|
1485 # 'func_add_hook FUNC_NAME ...'.
|
cannam@154
|
1486 func_hookable ()
|
cannam@154
|
1487 {
|
cannam@154
|
1488 $debug_cmd
|
cannam@154
|
1489
|
cannam@154
|
1490 func_append hookable_fns " $1"
|
cannam@154
|
1491 }
|
cannam@154
|
1492
|
cannam@154
|
1493
|
cannam@154
|
1494 # func_add_hook FUNC_NAME HOOK_FUNC
|
cannam@154
|
1495 # ---------------------------------
|
cannam@154
|
1496 # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must
|
cannam@154
|
1497 # first have been declared "hookable" by a call to 'func_hookable'.
|
cannam@154
|
1498 func_add_hook ()
|
cannam@154
|
1499 {
|
cannam@154
|
1500 $debug_cmd
|
cannam@154
|
1501
|
cannam@154
|
1502 case " $hookable_fns " in
|
cannam@154
|
1503 *" $1 "*) ;;
|
cannam@154
|
1504 *) func_fatal_error "'$1' does not accept hook functions." ;;
|
cannam@154
|
1505 esac
|
cannam@154
|
1506
|
cannam@154
|
1507 eval func_append ${1}_hooks '" $2"'
|
cannam@154
|
1508 }
|
cannam@154
|
1509
|
cannam@154
|
1510
|
cannam@154
|
1511 # func_remove_hook FUNC_NAME HOOK_FUNC
|
cannam@154
|
1512 # ------------------------------------
|
cannam@154
|
1513 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
|
cannam@154
|
1514 func_remove_hook ()
|
cannam@154
|
1515 {
|
cannam@154
|
1516 $debug_cmd
|
cannam@154
|
1517
|
cannam@154
|
1518 eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
|
cannam@154
|
1519 }
|
cannam@154
|
1520
|
cannam@154
|
1521
|
cannam@154
|
1522 # func_run_hooks FUNC_NAME [ARG]...
|
cannam@154
|
1523 # ---------------------------------
|
cannam@154
|
1524 # Run all hook functions registered to FUNC_NAME.
|
cannam@154
|
1525 # It is assumed that the list of hook functions contains nothing more
|
cannam@154
|
1526 # than a whitespace-delimited list of legal shell function names, and
|
cannam@154
|
1527 # no effort is wasted trying to catch shell meta-characters or preserve
|
cannam@154
|
1528 # whitespace.
|
cannam@154
|
1529 func_run_hooks ()
|
cannam@154
|
1530 {
|
cannam@154
|
1531 $debug_cmd
|
cannam@154
|
1532
|
cannam@154
|
1533 case " $hookable_fns " in
|
cannam@154
|
1534 *" $1 "*) ;;
|
cannam@154
|
1535 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
|
cannam@154
|
1536 esac
|
cannam@154
|
1537
|
cannam@154
|
1538 eval _G_hook_fns=\$$1_hooks; shift
|
cannam@154
|
1539
|
cannam@154
|
1540 for _G_hook in $_G_hook_fns; do
|
cannam@154
|
1541 eval $_G_hook '"$@"'
|
cannam@154
|
1542
|
cannam@154
|
1543 # store returned options list back into positional
|
cannam@154
|
1544 # parameters for next 'cmd' execution.
|
cannam@154
|
1545 eval _G_hook_result=\$${_G_hook}_result
|
cannam@154
|
1546 eval set dummy "$_G_hook_result"; shift
|
cannam@154
|
1547 done
|
cannam@154
|
1548
|
cannam@154
|
1549 func_quote_for_eval ${1+"$@"}
|
cannam@154
|
1550 func_run_hooks_result=$func_quote_for_eval_result
|
cannam@154
|
1551 }
|
cannam@154
|
1552
|
cannam@154
|
1553
|
cannam@154
|
1554
|
cannam@154
|
1555 ## --------------- ##
|
cannam@154
|
1556 ## Option parsing. ##
|
cannam@154
|
1557 ## --------------- ##
|
cannam@154
|
1558
|
cannam@154
|
1559 # In order to add your own option parsing hooks, you must accept the
|
cannam@154
|
1560 # full positional parameter list in your hook function, remove any
|
cannam@154
|
1561 # options that you action, and then pass back the remaining unprocessed
|
cannam@154
|
1562 # options in '<hooked_function_name>_result', escaped suitably for
|
cannam@154
|
1563 # 'eval'. Like this:
|
cannam@154
|
1564 #
|
cannam@154
|
1565 # my_options_prep ()
|
cannam@154
|
1566 # {
|
cannam@154
|
1567 # $debug_cmd
|
cannam@154
|
1568 #
|
cannam@154
|
1569 # # Extend the existing usage message.
|
cannam@154
|
1570 # usage_message=$usage_message'
|
cannam@154
|
1571 # -s, --silent don'\''t print informational messages
|
cannam@154
|
1572 # '
|
cannam@154
|
1573 #
|
cannam@154
|
1574 # func_quote_for_eval ${1+"$@"}
|
cannam@154
|
1575 # my_options_prep_result=$func_quote_for_eval_result
|
cannam@154
|
1576 # }
|
cannam@154
|
1577 # func_add_hook func_options_prep my_options_prep
|
cannam@154
|
1578 #
|
cannam@154
|
1579 #
|
cannam@154
|
1580 # my_silent_option ()
|
cannam@154
|
1581 # {
|
cannam@154
|
1582 # $debug_cmd
|
cannam@154
|
1583 #
|
cannam@154
|
1584 # # Note that for efficiency, we parse as many options as we can
|
cannam@154
|
1585 # # recognise in a loop before passing the remainder back to the
|
cannam@154
|
1586 # # caller on the first unrecognised argument we encounter.
|
cannam@154
|
1587 # while test $# -gt 0; do
|
cannam@154
|
1588 # opt=$1; shift
|
cannam@154
|
1589 # case $opt in
|
cannam@154
|
1590 # --silent|-s) opt_silent=: ;;
|
cannam@154
|
1591 # # Separate non-argument short options:
|
cannam@154
|
1592 # -s*) func_split_short_opt "$_G_opt"
|
cannam@154
|
1593 # set dummy "$func_split_short_opt_name" \
|
cannam@154
|
1594 # "-$func_split_short_opt_arg" ${1+"$@"}
|
cannam@154
|
1595 # shift
|
cannam@154
|
1596 # ;;
|
cannam@154
|
1597 # *) set dummy "$_G_opt" "$*"; shift; break ;;
|
cannam@154
|
1598 # esac
|
cannam@154
|
1599 # done
|
cannam@154
|
1600 #
|
cannam@154
|
1601 # func_quote_for_eval ${1+"$@"}
|
cannam@154
|
1602 # my_silent_option_result=$func_quote_for_eval_result
|
cannam@154
|
1603 # }
|
cannam@154
|
1604 # func_add_hook func_parse_options my_silent_option
|
cannam@154
|
1605 #
|
cannam@154
|
1606 #
|
cannam@154
|
1607 # my_option_validation ()
|
cannam@154
|
1608 # {
|
cannam@154
|
1609 # $debug_cmd
|
cannam@154
|
1610 #
|
cannam@154
|
1611 # $opt_silent && $opt_verbose && func_fatal_help "\
|
cannam@154
|
1612 # '--silent' and '--verbose' options are mutually exclusive."
|
cannam@154
|
1613 #
|
cannam@154
|
1614 # func_quote_for_eval ${1+"$@"}
|
cannam@154
|
1615 # my_option_validation_result=$func_quote_for_eval_result
|
cannam@154
|
1616 # }
|
cannam@154
|
1617 # func_add_hook func_validate_options my_option_validation
|
cannam@154
|
1618 #
|
cannam@154
|
1619 # You'll alse need to manually amend $usage_message to reflect the extra
|
cannam@154
|
1620 # options you parse. It's preferable to append if you can, so that
|
cannam@154
|
1621 # multiple option parsing hooks can be added safely.
|
cannam@154
|
1622
|
cannam@154
|
1623
|
cannam@154
|
1624 # func_options [ARG]...
|
cannam@154
|
1625 # ---------------------
|
cannam@154
|
1626 # All the functions called inside func_options are hookable. See the
|
cannam@154
|
1627 # individual implementations for details.
|
cannam@154
|
1628 func_hookable func_options
|
cannam@154
|
1629 func_options ()
|
cannam@154
|
1630 {
|
cannam@154
|
1631 $debug_cmd
|
cannam@154
|
1632
|
cannam@154
|
1633 func_options_prep ${1+"$@"}
|
cannam@154
|
1634 eval func_parse_options \
|
cannam@154
|
1635 ${func_options_prep_result+"$func_options_prep_result"}
|
cannam@154
|
1636 eval func_validate_options \
|
cannam@154
|
1637 ${func_parse_options_result+"$func_parse_options_result"}
|
cannam@154
|
1638
|
cannam@154
|
1639 eval func_run_hooks func_options \
|
cannam@154
|
1640 ${func_validate_options_result+"$func_validate_options_result"}
|
cannam@154
|
1641
|
cannam@154
|
1642 # save modified positional parameters for caller
|
cannam@154
|
1643 func_options_result=$func_run_hooks_result
|
cannam@154
|
1644 }
|
cannam@154
|
1645
|
cannam@154
|
1646
|
cannam@154
|
1647 # func_options_prep [ARG]...
|
cannam@154
|
1648 # --------------------------
|
cannam@154
|
1649 # All initialisations required before starting the option parse loop.
|
cannam@154
|
1650 # Note that when calling hook functions, we pass through the list of
|
cannam@154
|
1651 # positional parameters. If a hook function modifies that list, and
|
cannam@154
|
1652 # needs to propogate that back to rest of this script, then the complete
|
cannam@154
|
1653 # modified list must be put in 'func_run_hooks_result' before
|
cannam@154
|
1654 # returning.
|
cannam@154
|
1655 func_hookable func_options_prep
|
cannam@154
|
1656 func_options_prep ()
|
cannam@154
|
1657 {
|
cannam@154
|
1658 $debug_cmd
|
cannam@154
|
1659
|
cannam@154
|
1660 # Option defaults:
|
cannam@154
|
1661 opt_verbose=false
|
cannam@154
|
1662 opt_warning_types=
|
cannam@154
|
1663
|
cannam@154
|
1664 func_run_hooks func_options_prep ${1+"$@"}
|
cannam@154
|
1665
|
cannam@154
|
1666 # save modified positional parameters for caller
|
cannam@154
|
1667 func_options_prep_result=$func_run_hooks_result
|
cannam@154
|
1668 }
|
cannam@154
|
1669
|
cannam@154
|
1670
|
cannam@154
|
1671 # func_parse_options [ARG]...
|
cannam@154
|
1672 # ---------------------------
|
cannam@154
|
1673 # The main option parsing loop.
|
cannam@154
|
1674 func_hookable func_parse_options
|
cannam@154
|
1675 func_parse_options ()
|
cannam@154
|
1676 {
|
cannam@154
|
1677 $debug_cmd
|
cannam@154
|
1678
|
cannam@154
|
1679 func_parse_options_result=
|
cannam@154
|
1680
|
cannam@154
|
1681 # this just eases exit handling
|
cannam@154
|
1682 while test $# -gt 0; do
|
cannam@154
|
1683 # Defer to hook functions for initial option parsing, so they
|
cannam@154
|
1684 # get priority in the event of reusing an option name.
|
cannam@154
|
1685 func_run_hooks func_parse_options ${1+"$@"}
|
cannam@154
|
1686
|
cannam@154
|
1687 # Adjust func_parse_options positional parameters to match
|
cannam@154
|
1688 eval set dummy "$func_run_hooks_result"; shift
|
cannam@154
|
1689
|
cannam@154
|
1690 # Break out of the loop if we already parsed every option.
|
cannam@154
|
1691 test $# -gt 0 || break
|
cannam@154
|
1692
|
cannam@154
|
1693 _G_opt=$1
|
cannam@154
|
1694 shift
|
cannam@154
|
1695 case $_G_opt in
|
cannam@154
|
1696 --debug|-x) debug_cmd='set -x'
|
cannam@154
|
1697 func_echo "enabling shell trace mode"
|
cannam@154
|
1698 $debug_cmd
|
cannam@154
|
1699 ;;
|
cannam@154
|
1700
|
cannam@154
|
1701 --no-warnings|--no-warning|--no-warn)
|
cannam@154
|
1702 set dummy --warnings none ${1+"$@"}
|
cannam@154
|
1703 shift
|
cannam@154
|
1704 ;;
|
cannam@154
|
1705
|
cannam@154
|
1706 --warnings|--warning|-W)
|
cannam@154
|
1707 test $# = 0 && func_missing_arg $_G_opt && break
|
cannam@154
|
1708 case " $warning_categories $1" in
|
cannam@154
|
1709 *" $1 "*)
|
cannam@154
|
1710 # trailing space prevents matching last $1 above
|
cannam@154
|
1711 func_append_uniq opt_warning_types " $1"
|
cannam@154
|
1712 ;;
|
cannam@154
|
1713 *all)
|
cannam@154
|
1714 opt_warning_types=$warning_categories
|
cannam@154
|
1715 ;;
|
cannam@154
|
1716 *none)
|
cannam@154
|
1717 opt_warning_types=none
|
cannam@154
|
1718 warning_func=:
|
cannam@154
|
1719 ;;
|
cannam@154
|
1720 *error)
|
cannam@154
|
1721 opt_warning_types=$warning_categories
|
cannam@154
|
1722 warning_func=func_fatal_error
|
cannam@154
|
1723 ;;
|
cannam@154
|
1724 *)
|
cannam@154
|
1725 func_fatal_error \
|
cannam@154
|
1726 "unsupported warning category: '$1'"
|
cannam@154
|
1727 ;;
|
cannam@154
|
1728 esac
|
cannam@154
|
1729 shift
|
cannam@154
|
1730 ;;
|
cannam@154
|
1731
|
cannam@154
|
1732 --verbose|-v) opt_verbose=: ;;
|
cannam@154
|
1733 --version) func_version ;;
|
cannam@154
|
1734 -\?|-h) func_usage ;;
|
cannam@154
|
1735 --help) func_help ;;
|
cannam@154
|
1736
|
cannam@154
|
1737 # Separate optargs to long options (plugins may need this):
|
cannam@154
|
1738 --*=*) func_split_equals "$_G_opt"
|
cannam@154
|
1739 set dummy "$func_split_equals_lhs" \
|
cannam@154
|
1740 "$func_split_equals_rhs" ${1+"$@"}
|
cannam@154
|
1741 shift
|
cannam@154
|
1742 ;;
|
cannam@154
|
1743
|
cannam@154
|
1744 # Separate optargs to short options:
|
cannam@154
|
1745 -W*)
|
cannam@154
|
1746 func_split_short_opt "$_G_opt"
|
cannam@154
|
1747 set dummy "$func_split_short_opt_name" \
|
cannam@154
|
1748 "$func_split_short_opt_arg" ${1+"$@"}
|
cannam@154
|
1749 shift
|
cannam@154
|
1750 ;;
|
cannam@154
|
1751
|
cannam@154
|
1752 # Separate non-argument short options:
|
cannam@154
|
1753 -\?*|-h*|-v*|-x*)
|
cannam@154
|
1754 func_split_short_opt "$_G_opt"
|
cannam@154
|
1755 set dummy "$func_split_short_opt_name" \
|
cannam@154
|
1756 "-$func_split_short_opt_arg" ${1+"$@"}
|
cannam@154
|
1757 shift
|
cannam@154
|
1758 ;;
|
cannam@154
|
1759
|
cannam@154
|
1760 --) break ;;
|
cannam@154
|
1761 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
|
cannam@154
|
1762 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
|
cannam@154
|
1763 esac
|
cannam@154
|
1764 done
|
cannam@154
|
1765
|
cannam@154
|
1766 # save modified positional parameters for caller
|
cannam@154
|
1767 func_quote_for_eval ${1+"$@"}
|
cannam@154
|
1768 func_parse_options_result=$func_quote_for_eval_result
|
cannam@154
|
1769 }
|
cannam@154
|
1770
|
cannam@154
|
1771
|
cannam@154
|
1772 # func_validate_options [ARG]...
|
cannam@154
|
1773 # ------------------------------
|
cannam@154
|
1774 # Perform any sanity checks on option settings and/or unconsumed
|
cannam@154
|
1775 # arguments.
|
cannam@154
|
1776 func_hookable func_validate_options
|
cannam@154
|
1777 func_validate_options ()
|
cannam@154
|
1778 {
|
cannam@154
|
1779 $debug_cmd
|
cannam@154
|
1780
|
cannam@154
|
1781 # Display all warnings if -W was not given.
|
cannam@154
|
1782 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
|
cannam@154
|
1783
|
cannam@154
|
1784 func_run_hooks func_validate_options ${1+"$@"}
|
cannam@154
|
1785
|
cannam@154
|
1786 # Bail if the options were screwed!
|
cannam@154
|
1787 $exit_cmd $EXIT_FAILURE
|
cannam@154
|
1788
|
cannam@154
|
1789 # save modified positional parameters for caller
|
cannam@154
|
1790 func_validate_options_result=$func_run_hooks_result
|
cannam@154
|
1791 }
|
cannam@154
|
1792
|
cannam@154
|
1793
|
cannam@154
|
1794
|
cannam@154
|
1795 ## ----------------- ##
|
cannam@154
|
1796 ## Helper functions. ##
|
cannam@154
|
1797 ## ----------------- ##
|
cannam@154
|
1798
|
cannam@154
|
1799 # This section contains the helper functions used by the rest of the
|
cannam@154
|
1800 # hookable option parser framework in ascii-betical order.
|
cannam@154
|
1801
|
cannam@154
|
1802
|
cannam@154
|
1803 # func_fatal_help ARG...
|
cannam@154
|
1804 # ----------------------
|
cannam@154
|
1805 # Echo program name prefixed message to standard error, followed by
|
cannam@154
|
1806 # a help hint, and exit.
|
cannam@154
|
1807 func_fatal_help ()
|
cannam@154
|
1808 {
|
cannam@154
|
1809 $debug_cmd
|
cannam@154
|
1810
|
cannam@154
|
1811 eval \$ECHO \""Usage: $usage"\"
|
cannam@154
|
1812 eval \$ECHO \""$fatal_help"\"
|
cannam@154
|
1813 func_error ${1+"$@"}
|
cannam@154
|
1814 exit $EXIT_FAILURE
|
cannam@154
|
1815 }
|
cannam@154
|
1816
|
cannam@154
|
1817
|
cannam@154
|
1818 # func_help
|
cannam@154
|
1819 # ---------
|
cannam@154
|
1820 # Echo long help message to standard output and exit.
|
cannam@154
|
1821 func_help ()
|
cannam@154
|
1822 {
|
cannam@154
|
1823 $debug_cmd
|
cannam@154
|
1824
|
cannam@154
|
1825 func_usage_message
|
cannam@154
|
1826 $ECHO "$long_help_message"
|
cannam@154
|
1827 exit 0
|
cannam@154
|
1828 }
|
cannam@154
|
1829
|
cannam@154
|
1830
|
cannam@154
|
1831 # func_missing_arg ARGNAME
|
cannam@154
|
1832 # ------------------------
|
cannam@154
|
1833 # Echo program name prefixed message to standard error and set global
|
cannam@154
|
1834 # exit_cmd.
|
cannam@154
|
1835 func_missing_arg ()
|
cannam@154
|
1836 {
|
cannam@154
|
1837 $debug_cmd
|
cannam@154
|
1838
|
cannam@154
|
1839 func_error "Missing argument for '$1'."
|
cannam@154
|
1840 exit_cmd=exit
|
cannam@154
|
1841 }
|
cannam@154
|
1842
|
cannam@154
|
1843
|
cannam@154
|
1844 # func_split_equals STRING
|
cannam@154
|
1845 # ------------------------
|
cannam@154
|
1846 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after
|
cannam@154
|
1847 # splitting STRING at the '=' sign.
|
cannam@154
|
1848 test -z "$_G_HAVE_XSI_OPS" \
|
cannam@154
|
1849 && (eval 'x=a/b/c;
|
cannam@154
|
1850 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
|
cannam@154
|
1851 && _G_HAVE_XSI_OPS=yes
|
cannam@154
|
1852
|
cannam@154
|
1853 if test yes = "$_G_HAVE_XSI_OPS"
|
cannam@154
|
1854 then
|
cannam@154
|
1855 # This is an XSI compatible shell, allowing a faster implementation...
|
cannam@154
|
1856 eval 'func_split_equals ()
|
cannam@154
|
1857 {
|
cannam@154
|
1858 $debug_cmd
|
cannam@154
|
1859
|
cannam@154
|
1860 func_split_equals_lhs=${1%%=*}
|
cannam@154
|
1861 func_split_equals_rhs=${1#*=}
|
cannam@154
|
1862 test "x$func_split_equals_lhs" = "x$1" \
|
cannam@154
|
1863 && func_split_equals_rhs=
|
cannam@154
|
1864 }'
|
cannam@154
|
1865 else
|
cannam@154
|
1866 # ...otherwise fall back to using expr, which is often a shell builtin.
|
cannam@154
|
1867 func_split_equals ()
|
cannam@154
|
1868 {
|
cannam@154
|
1869 $debug_cmd
|
cannam@154
|
1870
|
cannam@154
|
1871 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
|
cannam@154
|
1872 func_split_equals_rhs=
|
cannam@154
|
1873 test "x$func_split_equals_lhs" = "x$1" \
|
cannam@154
|
1874 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
|
cannam@154
|
1875 }
|
cannam@154
|
1876 fi #func_split_equals
|
cannam@154
|
1877
|
cannam@154
|
1878
|
cannam@154
|
1879 # func_split_short_opt SHORTOPT
|
cannam@154
|
1880 # -----------------------------
|
cannam@154
|
1881 # Set func_split_short_opt_name and func_split_short_opt_arg shell
|
cannam@154
|
1882 # variables after splitting SHORTOPT after the 2nd character.
|
cannam@154
|
1883 if test yes = "$_G_HAVE_XSI_OPS"
|
cannam@154
|
1884 then
|
cannam@154
|
1885 # This is an XSI compatible shell, allowing a faster implementation...
|
cannam@154
|
1886 eval 'func_split_short_opt ()
|
cannam@154
|
1887 {
|
cannam@154
|
1888 $debug_cmd
|
cannam@154
|
1889
|
cannam@154
|
1890 func_split_short_opt_arg=${1#??}
|
cannam@154
|
1891 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
|
cannam@154
|
1892 }'
|
cannam@154
|
1893 else
|
cannam@154
|
1894 # ...otherwise fall back to using expr, which is often a shell builtin.
|
cannam@154
|
1895 func_split_short_opt ()
|
cannam@154
|
1896 {
|
cannam@154
|
1897 $debug_cmd
|
cannam@154
|
1898
|
cannam@154
|
1899 func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
|
cannam@154
|
1900 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
|
cannam@154
|
1901 }
|
cannam@154
|
1902 fi #func_split_short_opt
|
cannam@154
|
1903
|
cannam@154
|
1904
|
cannam@154
|
1905 # func_usage
|
cannam@154
|
1906 # ----------
|
cannam@154
|
1907 # Echo short help message to standard output and exit.
|
cannam@154
|
1908 func_usage ()
|
cannam@154
|
1909 {
|
cannam@154
|
1910 $debug_cmd
|
cannam@154
|
1911
|
cannam@154
|
1912 func_usage_message
|
cannam@154
|
1913 $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
|
cannam@154
|
1914 exit 0
|
cannam@154
|
1915 }
|
cannam@154
|
1916
|
cannam@154
|
1917
|
cannam@154
|
1918 # func_usage_message
|
cannam@154
|
1919 # ------------------
|
cannam@154
|
1920 # Echo short help message to standard output.
|
cannam@154
|
1921 func_usage_message ()
|
cannam@154
|
1922 {
|
cannam@154
|
1923 $debug_cmd
|
cannam@154
|
1924
|
cannam@154
|
1925 eval \$ECHO \""Usage: $usage"\"
|
cannam@154
|
1926 echo
|
cannam@154
|
1927 $SED -n 's|^# ||
|
cannam@154
|
1928 /^Written by/{
|
cannam@154
|
1929 x;p;x
|
cannam@154
|
1930 }
|
cannam@154
|
1931 h
|
cannam@154
|
1932 /^Written by/q' < "$progpath"
|
cannam@154
|
1933 echo
|
cannam@154
|
1934 eval \$ECHO \""$usage_message"\"
|
cannam@154
|
1935 }
|
cannam@154
|
1936
|
cannam@154
|
1937
|
cannam@154
|
1938 # func_version
|
cannam@154
|
1939 # ------------
|
cannam@154
|
1940 # Echo version message to standard output and exit.
|
cannam@154
|
1941 func_version ()
|
cannam@154
|
1942 {
|
cannam@154
|
1943 $debug_cmd
|
cannam@154
|
1944
|
cannam@154
|
1945 printf '%s\n' "$progname $scriptversion"
|
cannam@154
|
1946 $SED -n '
|
cannam@154
|
1947 /(C)/!b go
|
cannam@154
|
1948 :more
|
cannam@154
|
1949 /\./!{
|
cannam@154
|
1950 N
|
cannam@154
|
1951 s|\n# | |
|
cannam@154
|
1952 b more
|
cannam@154
|
1953 }
|
cannam@154
|
1954 :go
|
cannam@154
|
1955 /^# Written by /,/# warranty; / {
|
cannam@154
|
1956 s|^# ||
|
cannam@154
|
1957 s|^# *$||
|
cannam@154
|
1958 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
|
cannam@154
|
1959 p
|
cannam@154
|
1960 }
|
cannam@154
|
1961 /^# Written by / {
|
cannam@154
|
1962 s|^# ||
|
cannam@154
|
1963 p
|
cannam@154
|
1964 }
|
cannam@154
|
1965 /^warranty; /q' < "$progpath"
|
cannam@154
|
1966
|
cannam@154
|
1967 exit $?
|
cannam@154
|
1968 }
|
cannam@154
|
1969
|
cannam@154
|
1970
|
cannam@154
|
1971 # Local variables:
|
cannam@154
|
1972 # mode: shell-script
|
cannam@154
|
1973 # sh-indentation: 2
|
cannam@154
|
1974 # eval: (add-hook 'before-save-hook 'time-stamp)
|
cannam@154
|
1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
|
cannam@154
|
1976 # time-stamp-time-zone: "UTC"
|
cannam@154
|
1977 # End:
|
cannam@154
|
1978
|
cannam@154
|
1979 # Set a version string.
|
cannam@154
|
1980 scriptversion='(GNU libtool) 2.4.6'
|
cannam@154
|
1981
|
cannam@154
|
1982
|
cannam@154
|
1983 # func_echo ARG...
|
cannam@154
|
1984 # ----------------
|
cannam@154
|
1985 # Libtool also displays the current mode in messages, so override
|
cannam@154
|
1986 # funclib.sh func_echo with this custom definition.
|
cannam@154
|
1987 func_echo ()
|
cannam@154
|
1988 {
|
cannam@154
|
1989 $debug_cmd
|
cannam@154
|
1990
|
cannam@154
|
1991 _G_message=$*
|
cannam@154
|
1992
|
cannam@154
|
1993 func_echo_IFS=$IFS
|
cannam@154
|
1994 IFS=$nl
|
cannam@154
|
1995 for _G_line in $_G_message; do
|
cannam@154
|
1996 IFS=$func_echo_IFS
|
cannam@154
|
1997 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
|
cannam@154
|
1998 done
|
cannam@154
|
1999 IFS=$func_echo_IFS
|
cannam@154
|
2000 }
|
cannam@154
|
2001
|
cannam@154
|
2002
|
cannam@154
|
2003 # func_warning ARG...
|
cannam@154
|
2004 # -------------------
|
cannam@154
|
2005 # Libtool warnings are not categorized, so override funclib.sh
|
cannam@154
|
2006 # func_warning with this simpler definition.
|
cannam@154
|
2007 func_warning ()
|
cannam@154
|
2008 {
|
cannam@154
|
2009 $debug_cmd
|
cannam@154
|
2010
|
cannam@154
|
2011 $warning_func ${1+"$@"}
|
cannam@154
|
2012 }
|
cannam@154
|
2013
|
cannam@154
|
2014
|
cannam@154
|
2015 ## ---------------- ##
|
cannam@154
|
2016 ## Options parsing. ##
|
cannam@154
|
2017 ## ---------------- ##
|
cannam@154
|
2018
|
cannam@154
|
2019 # Hook in the functions to make sure our own options are parsed during
|
cannam@154
|
2020 # the option parsing loop.
|
cannam@154
|
2021
|
cannam@154
|
2022 usage='$progpath [OPTION]... [MODE-ARG]...'
|
cannam@154
|
2023
|
cannam@154
|
2024 # Short help message in response to '-h'.
|
cannam@154
|
2025 usage_message="Options:
|
cannam@154
|
2026 --config show all configuration variables
|
cannam@154
|
2027 --debug enable verbose shell tracing
|
cannam@154
|
2028 -n, --dry-run display commands without modifying any files
|
cannam@154
|
2029 --features display basic configuration information and exit
|
cannam@154
|
2030 --mode=MODE use operation mode MODE
|
cannam@154
|
2031 --no-warnings equivalent to '-Wnone'
|
cannam@154
|
2032 --preserve-dup-deps don't remove duplicate dependency libraries
|
cannam@154
|
2033 --quiet, --silent don't print informational messages
|
cannam@154
|
2034 --tag=TAG use configuration variables from tag TAG
|
cannam@154
|
2035 -v, --verbose print more informational messages than default
|
cannam@154
|
2036 --version print version information
|
cannam@154
|
2037 -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all]
|
cannam@154
|
2038 -h, --help, --help-all print short, long, or detailed help message
|
cannam@154
|
2039 "
|
cannam@154
|
2040
|
cannam@154
|
2041 # Additional text appended to 'usage_message' in response to '--help'.
|
cannam@154
|
2042 func_help ()
|
cannam@154
|
2043 {
|
cannam@154
|
2044 $debug_cmd
|
cannam@154
|
2045
|
cannam@154
|
2046 func_usage_message
|
cannam@154
|
2047 $ECHO "$long_help_message
|
cannam@154
|
2048
|
cannam@154
|
2049 MODE must be one of the following:
|
cannam@154
|
2050
|
cannam@154
|
2051 clean remove files from the build directory
|
cannam@154
|
2052 compile compile a source file into a libtool object
|
cannam@154
|
2053 execute automatically set library path, then run a program
|
cannam@154
|
2054 finish complete the installation of libtool libraries
|
cannam@154
|
2055 install install libraries or executables
|
cannam@154
|
2056 link create a library or an executable
|
cannam@154
|
2057 uninstall remove libraries from an installed directory
|
cannam@154
|
2058
|
cannam@154
|
2059 MODE-ARGS vary depending on the MODE. When passed as first option,
|
cannam@154
|
2060 '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
|
cannam@154
|
2061 Try '$progname --help --mode=MODE' for a more detailed description of MODE.
|
cannam@154
|
2062
|
cannam@154
|
2063 When reporting a bug, please describe a test case to reproduce it and
|
cannam@154
|
2064 include the following information:
|
cannam@154
|
2065
|
cannam@154
|
2066 host-triplet: $host
|
cannam@154
|
2067 shell: $SHELL
|
cannam@154
|
2068 compiler: $LTCC
|
cannam@154
|
2069 compiler flags: $LTCFLAGS
|
cannam@154
|
2070 linker: $LD (gnu? $with_gnu_ld)
|
cannam@154
|
2071 version: $progname (GNU libtool) 2.4.6
|
cannam@154
|
2072 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
|
cannam@154
|
2073 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
|
cannam@154
|
2074
|
cannam@154
|
2075 Report bugs to <bug-libtool@gnu.org>.
|
cannam@154
|
2076 GNU libtool home page: <http://www.gnu.org/software/libtool/>.
|
cannam@154
|
2077 General help using GNU software: <http://www.gnu.org/gethelp/>."
|
cannam@154
|
2078 exit 0
|
cannam@154
|
2079 }
|
cannam@154
|
2080
|
cannam@154
|
2081
|
cannam@154
|
2082 # func_lo2o OBJECT-NAME
|
cannam@154
|
2083 # ---------------------
|
cannam@154
|
2084 # Transform OBJECT-NAME from a '.lo' suffix to the platform specific
|
cannam@154
|
2085 # object suffix.
|
cannam@154
|
2086
|
cannam@154
|
2087 lo2o=s/\\.lo\$/.$objext/
|
cannam@154
|
2088 o2lo=s/\\.$objext\$/.lo/
|
cannam@154
|
2089
|
cannam@154
|
2090 if test yes = "$_G_HAVE_XSI_OPS"; then
|
cannam@154
|
2091 eval 'func_lo2o ()
|
cannam@154
|
2092 {
|
cannam@154
|
2093 case $1 in
|
cannam@154
|
2094 *.lo) func_lo2o_result=${1%.lo}.$objext ;;
|
cannam@154
|
2095 * ) func_lo2o_result=$1 ;;
|
cannam@154
|
2096 esac
|
cannam@154
|
2097 }'
|
cannam@154
|
2098
|
cannam@154
|
2099 # func_xform LIBOBJ-OR-SOURCE
|
cannam@154
|
2100 # ---------------------------
|
cannam@154
|
2101 # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
|
cannam@154
|
2102 # suffix to a '.lo' libtool-object suffix.
|
cannam@154
|
2103 eval 'func_xform ()
|
cannam@154
|
2104 {
|
cannam@154
|
2105 func_xform_result=${1%.*}.lo
|
cannam@154
|
2106 }'
|
cannam@154
|
2107 else
|
cannam@154
|
2108 # ...otherwise fall back to using sed.
|
cannam@154
|
2109 func_lo2o ()
|
cannam@154
|
2110 {
|
cannam@154
|
2111 func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
|
cannam@154
|
2112 }
|
cannam@154
|
2113
|
cannam@154
|
2114 func_xform ()
|
cannam@154
|
2115 {
|
cannam@154
|
2116 func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
|
cannam@154
|
2117 }
|
cannam@154
|
2118 fi
|
cannam@154
|
2119
|
cannam@154
|
2120
|
cannam@154
|
2121 # func_fatal_configuration ARG...
|
cannam@154
|
2122 # -------------------------------
|
cannam@154
|
2123 # Echo program name prefixed message to standard error, followed by
|
cannam@154
|
2124 # a configuration failure hint, and exit.
|
cannam@154
|
2125 func_fatal_configuration ()
|
cannam@154
|
2126 {
|
cannam@154
|
2127 func__fatal_error ${1+"$@"} \
|
cannam@154
|
2128 "See the $PACKAGE documentation for more information." \
|
cannam@154
|
2129 "Fatal configuration error."
|
cannam@154
|
2130 }
|
cannam@154
|
2131
|
cannam@154
|
2132
|
cannam@154
|
2133 # func_config
|
cannam@154
|
2134 # -----------
|
cannam@154
|
2135 # Display the configuration for all the tags in this script.
|
cannam@154
|
2136 func_config ()
|
cannam@154
|
2137 {
|
cannam@154
|
2138 re_begincf='^# ### BEGIN LIBTOOL'
|
cannam@154
|
2139 re_endcf='^# ### END LIBTOOL'
|
cannam@154
|
2140
|
cannam@154
|
2141 # Default configuration.
|
cannam@154
|
2142 $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
|
cannam@154
|
2143
|
cannam@154
|
2144 # Now print the configurations for the tags.
|
cannam@154
|
2145 for tagname in $taglist; do
|
cannam@154
|
2146 $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
|
cannam@154
|
2147 done
|
cannam@154
|
2148
|
cannam@154
|
2149 exit $?
|
cannam@154
|
2150 }
|
cannam@154
|
2151
|
cannam@154
|
2152
|
cannam@154
|
2153 # func_features
|
cannam@154
|
2154 # -------------
|
cannam@154
|
2155 # Display the features supported by this script.
|
cannam@154
|
2156 func_features ()
|
cannam@154
|
2157 {
|
cannam@154
|
2158 echo "host: $host"
|
cannam@154
|
2159 if test yes = "$build_libtool_libs"; then
|
cannam@154
|
2160 echo "enable shared libraries"
|
cannam@154
|
2161 else
|
cannam@154
|
2162 echo "disable shared libraries"
|
cannam@154
|
2163 fi
|
cannam@154
|
2164 if test yes = "$build_old_libs"; then
|
cannam@154
|
2165 echo "enable static libraries"
|
cannam@154
|
2166 else
|
cannam@154
|
2167 echo "disable static libraries"
|
cannam@154
|
2168 fi
|
cannam@154
|
2169
|
cannam@154
|
2170 exit $?
|
cannam@154
|
2171 }
|
cannam@154
|
2172
|
cannam@154
|
2173
|
cannam@154
|
2174 # func_enable_tag TAGNAME
|
cannam@154
|
2175 # -----------------------
|
cannam@154
|
2176 # Verify that TAGNAME is valid, and either flag an error and exit, or
|
cannam@154
|
2177 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
|
cannam@154
|
2178 # variable here.
|
cannam@154
|
2179 func_enable_tag ()
|
cannam@154
|
2180 {
|
cannam@154
|
2181 # Global variable:
|
cannam@154
|
2182 tagname=$1
|
cannam@154
|
2183
|
cannam@154
|
2184 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
|
cannam@154
|
2185 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
|
cannam@154
|
2186 sed_extractcf=/$re_begincf/,/$re_endcf/p
|
cannam@154
|
2187
|
cannam@154
|
2188 # Validate tagname.
|
cannam@154
|
2189 case $tagname in
|
cannam@154
|
2190 *[!-_A-Za-z0-9,/]*)
|
cannam@154
|
2191 func_fatal_error "invalid tag name: $tagname"
|
cannam@154
|
2192 ;;
|
cannam@154
|
2193 esac
|
cannam@154
|
2194
|
cannam@154
|
2195 # Don't test for the "default" C tag, as we know it's
|
cannam@154
|
2196 # there but not specially marked.
|
cannam@154
|
2197 case $tagname in
|
cannam@154
|
2198 CC) ;;
|
cannam@154
|
2199 *)
|
cannam@154
|
2200 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
|
cannam@154
|
2201 taglist="$taglist $tagname"
|
cannam@154
|
2202
|
cannam@154
|
2203 # Evaluate the configuration. Be careful to quote the path
|
cannam@154
|
2204 # and the sed script, to avoid splitting on whitespace, but
|
cannam@154
|
2205 # also don't use non-portable quotes within backquotes within
|
cannam@154
|
2206 # quotes we have to do it in 2 steps:
|
cannam@154
|
2207 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
|
cannam@154
|
2208 eval "$extractedcf"
|
cannam@154
|
2209 else
|
cannam@154
|
2210 func_error "ignoring unknown tag $tagname"
|
cannam@154
|
2211 fi
|
cannam@154
|
2212 ;;
|
cannam@154
|
2213 esac
|
cannam@154
|
2214 }
|
cannam@154
|
2215
|
cannam@154
|
2216
|
cannam@154
|
2217 # func_check_version_match
|
cannam@154
|
2218 # ------------------------
|
cannam@154
|
2219 # Ensure that we are using m4 macros, and libtool script from the same
|
cannam@154
|
2220 # release of libtool.
|
cannam@154
|
2221 func_check_version_match ()
|
cannam@154
|
2222 {
|
cannam@154
|
2223 if test "$package_revision" != "$macro_revision"; then
|
cannam@154
|
2224 if test "$VERSION" != "$macro_version"; then
|
cannam@154
|
2225 if test -z "$macro_version"; then
|
cannam@154
|
2226 cat >&2 <<_LT_EOF
|
cannam@154
|
2227 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
|
cannam@154
|
2228 $progname: definition of this LT_INIT comes from an older release.
|
cannam@154
|
2229 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
|
cannam@154
|
2230 $progname: and run autoconf again.
|
cannam@154
|
2231 _LT_EOF
|
cannam@154
|
2232 else
|
cannam@154
|
2233 cat >&2 <<_LT_EOF
|
cannam@154
|
2234 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
|
cannam@154
|
2235 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
|
cannam@154
|
2236 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
|
cannam@154
|
2237 $progname: and run autoconf again.
|
cannam@154
|
2238 _LT_EOF
|
cannam@154
|
2239 fi
|
cannam@154
|
2240 else
|
cannam@154
|
2241 cat >&2 <<_LT_EOF
|
cannam@154
|
2242 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
|
cannam@154
|
2243 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
|
cannam@154
|
2244 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
|
cannam@154
|
2245 $progname: of $PACKAGE $VERSION and run autoconf again.
|
cannam@154
|
2246 _LT_EOF
|
cannam@154
|
2247 fi
|
cannam@154
|
2248
|
cannam@154
|
2249 exit $EXIT_MISMATCH
|
cannam@154
|
2250 fi
|
cannam@154
|
2251 }
|
cannam@154
|
2252
|
cannam@154
|
2253
|
cannam@154
|
2254 # libtool_options_prep [ARG]...
|
cannam@154
|
2255 # -----------------------------
|
cannam@154
|
2256 # Preparation for options parsed by libtool.
|
cannam@154
|
2257 libtool_options_prep ()
|
cannam@154
|
2258 {
|
cannam@154
|
2259 $debug_mode
|
cannam@154
|
2260
|
cannam@154
|
2261 # Option defaults:
|
cannam@154
|
2262 opt_config=false
|
cannam@154
|
2263 opt_dlopen=
|
cannam@154
|
2264 opt_dry_run=false
|
cannam@154
|
2265 opt_help=false
|
cannam@154
|
2266 opt_mode=
|
cannam@154
|
2267 opt_preserve_dup_deps=false
|
cannam@154
|
2268 opt_quiet=false
|
cannam@154
|
2269
|
cannam@154
|
2270 nonopt=
|
cannam@154
|
2271 preserve_args=
|
cannam@154
|
2272
|
cannam@154
|
2273 # Shorthand for --mode=foo, only valid as the first argument
|
cannam@154
|
2274 case $1 in
|
cannam@154
|
2275 clean|clea|cle|cl)
|
cannam@154
|
2276 shift; set dummy --mode clean ${1+"$@"}; shift
|
cannam@154
|
2277 ;;
|
cannam@154
|
2278 compile|compil|compi|comp|com|co|c)
|
cannam@154
|
2279 shift; set dummy --mode compile ${1+"$@"}; shift
|
cannam@154
|
2280 ;;
|
cannam@154
|
2281 execute|execut|execu|exec|exe|ex|e)
|
cannam@154
|
2282 shift; set dummy --mode execute ${1+"$@"}; shift
|
cannam@154
|
2283 ;;
|
cannam@154
|
2284 finish|finis|fini|fin|fi|f)
|
cannam@154
|
2285 shift; set dummy --mode finish ${1+"$@"}; shift
|
cannam@154
|
2286 ;;
|
cannam@154
|
2287 install|instal|insta|inst|ins|in|i)
|
cannam@154
|
2288 shift; set dummy --mode install ${1+"$@"}; shift
|
cannam@154
|
2289 ;;
|
cannam@154
|
2290 link|lin|li|l)
|
cannam@154
|
2291 shift; set dummy --mode link ${1+"$@"}; shift
|
cannam@154
|
2292 ;;
|
cannam@154
|
2293 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
|
cannam@154
|
2294 shift; set dummy --mode uninstall ${1+"$@"}; shift
|
cannam@154
|
2295 ;;
|
cannam@154
|
2296 esac
|
cannam@154
|
2297
|
cannam@154
|
2298 # Pass back the list of options.
|
cannam@154
|
2299 func_quote_for_eval ${1+"$@"}
|
cannam@154
|
2300 libtool_options_prep_result=$func_quote_for_eval_result
|
cannam@154
|
2301 }
|
cannam@154
|
2302 func_add_hook func_options_prep libtool_options_prep
|
cannam@154
|
2303
|
cannam@154
|
2304
|
cannam@154
|
2305 # libtool_parse_options [ARG]...
|
cannam@154
|
2306 # ---------------------------------
|
cannam@154
|
2307 # Provide handling for libtool specific options.
|
cannam@154
|
2308 libtool_parse_options ()
|
cannam@154
|
2309 {
|
cannam@154
|
2310 $debug_cmd
|
cannam@154
|
2311
|
cannam@154
|
2312 # Perform our own loop to consume as many options as possible in
|
cannam@154
|
2313 # each iteration.
|
cannam@154
|
2314 while test $# -gt 0; do
|
cannam@154
|
2315 _G_opt=$1
|
cannam@154
|
2316 shift
|
cannam@154
|
2317 case $_G_opt in
|
cannam@154
|
2318 --dry-run|--dryrun|-n)
|
cannam@154
|
2319 opt_dry_run=:
|
cannam@154
|
2320 ;;
|
cannam@154
|
2321
|
cannam@154
|
2322 --config) func_config ;;
|
cannam@154
|
2323
|
cannam@154
|
2324 --dlopen|-dlopen)
|
cannam@154
|
2325 opt_dlopen="${opt_dlopen+$opt_dlopen
|
cannam@154
|
2326 }$1"
|
cannam@154
|
2327 shift
|
cannam@154
|
2328 ;;
|
cannam@154
|
2329
|
cannam@154
|
2330 --preserve-dup-deps)
|
cannam@154
|
2331 opt_preserve_dup_deps=: ;;
|
cannam@154
|
2332
|
cannam@154
|
2333 --features) func_features ;;
|
cannam@154
|
2334
|
cannam@154
|
2335 --finish) set dummy --mode finish ${1+"$@"}; shift ;;
|
cannam@154
|
2336
|
cannam@154
|
2337 --help) opt_help=: ;;
|
cannam@154
|
2338
|
cannam@154
|
2339 --help-all) opt_help=': help-all' ;;
|
cannam@154
|
2340
|
cannam@154
|
2341 --mode) test $# = 0 && func_missing_arg $_G_opt && break
|
cannam@154
|
2342 opt_mode=$1
|
cannam@154
|
2343 case $1 in
|
cannam@154
|
2344 # Valid mode arguments:
|
cannam@154
|
2345 clean|compile|execute|finish|install|link|relink|uninstall) ;;
|
cannam@154
|
2346
|
cannam@154
|
2347 # Catch anything else as an error
|
cannam@154
|
2348 *) func_error "invalid argument for $_G_opt"
|
cannam@154
|
2349 exit_cmd=exit
|
cannam@154
|
2350 break
|
cannam@154
|
2351 ;;
|
cannam@154
|
2352 esac
|
cannam@154
|
2353 shift
|
cannam@154
|
2354 ;;
|
cannam@154
|
2355
|
cannam@154
|
2356 --no-silent|--no-quiet)
|
cannam@154
|
2357 opt_quiet=false
|
cannam@154
|
2358 func_append preserve_args " $_G_opt"
|
cannam@154
|
2359 ;;
|
cannam@154
|
2360
|
cannam@154
|
2361 --no-warnings|--no-warning|--no-warn)
|
cannam@154
|
2362 opt_warning=false
|
cannam@154
|
2363 func_append preserve_args " $_G_opt"
|
cannam@154
|
2364 ;;
|
cannam@154
|
2365
|
cannam@154
|
2366 --no-verbose)
|
cannam@154
|
2367 opt_verbose=false
|
cannam@154
|
2368 func_append preserve_args " $_G_opt"
|
cannam@154
|
2369 ;;
|
cannam@154
|
2370
|
cannam@154
|
2371 --silent|--quiet)
|
cannam@154
|
2372 opt_quiet=:
|
cannam@154
|
2373 opt_verbose=false
|
cannam@154
|
2374 func_append preserve_args " $_G_opt"
|
cannam@154
|
2375 ;;
|
cannam@154
|
2376
|
cannam@154
|
2377 --tag) test $# = 0 && func_missing_arg $_G_opt && break
|
cannam@154
|
2378 opt_tag=$1
|
cannam@154
|
2379 func_append preserve_args " $_G_opt $1"
|
cannam@154
|
2380 func_enable_tag "$1"
|
cannam@154
|
2381 shift
|
cannam@154
|
2382 ;;
|
cannam@154
|
2383
|
cannam@154
|
2384 --verbose|-v) opt_quiet=false
|
cannam@154
|
2385 opt_verbose=:
|
cannam@154
|
2386 func_append preserve_args " $_G_opt"
|
cannam@154
|
2387 ;;
|
cannam@154
|
2388
|
cannam@154
|
2389 # An option not handled by this hook function:
|
cannam@154
|
2390 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
|
cannam@154
|
2391 esac
|
cannam@154
|
2392 done
|
cannam@154
|
2393
|
cannam@154
|
2394
|
cannam@154
|
2395 # save modified positional parameters for caller
|
cannam@154
|
2396 func_quote_for_eval ${1+"$@"}
|
cannam@154
|
2397 libtool_parse_options_result=$func_quote_for_eval_result
|
cannam@154
|
2398 }
|
cannam@154
|
2399 func_add_hook func_parse_options libtool_parse_options
|
cannam@154
|
2400
|
cannam@154
|
2401
|
cannam@154
|
2402
|
cannam@154
|
2403 # libtool_validate_options [ARG]...
|
cannam@154
|
2404 # ---------------------------------
|
cannam@154
|
2405 # Perform any sanity checks on option settings and/or unconsumed
|
cannam@154
|
2406 # arguments.
|
cannam@154
|
2407 libtool_validate_options ()
|
cannam@154
|
2408 {
|
cannam@154
|
2409 # save first non-option argument
|
cannam@154
|
2410 if test 0 -lt $#; then
|
cannam@154
|
2411 nonopt=$1
|
cannam@154
|
2412 shift
|
cannam@154
|
2413 fi
|
cannam@154
|
2414
|
cannam@154
|
2415 # preserve --debug
|
cannam@154
|
2416 test : = "$debug_cmd" || func_append preserve_args " --debug"
|
cannam@154
|
2417
|
cannam@154
|
2418 case $host in
|
cannam@154
|
2419 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
|
cannam@154
|
2420 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
|
cannam@154
|
2421 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
|
cannam@154
|
2422 # don't eliminate duplications in $postdeps and $predeps
|
cannam@154
|
2423 opt_duplicate_compiler_generated_deps=:
|
cannam@154
|
2424 ;;
|
cannam@154
|
2425 *)
|
cannam@154
|
2426 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
|
cannam@154
|
2427 ;;
|
cannam@154
|
2428 esac
|
cannam@154
|
2429
|
cannam@154
|
2430 $opt_help || {
|
cannam@154
|
2431 # Sanity checks first:
|
cannam@154
|
2432 func_check_version_match
|
cannam@154
|
2433
|
cannam@154
|
2434 test yes != "$build_libtool_libs" \
|
cannam@154
|
2435 && test yes != "$build_old_libs" \
|
cannam@154
|
2436 && func_fatal_configuration "not configured to build any kind of library"
|
cannam@154
|
2437
|
cannam@154
|
2438 # Darwin sucks
|
cannam@154
|
2439 eval std_shrext=\"$shrext_cmds\"
|
cannam@154
|
2440
|
cannam@154
|
2441 # Only execute mode is allowed to have -dlopen flags.
|
cannam@154
|
2442 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
|
cannam@154
|
2443 func_error "unrecognized option '-dlopen'"
|
cannam@154
|
2444 $ECHO "$help" 1>&2
|
cannam@154
|
2445 exit $EXIT_FAILURE
|
cannam@154
|
2446 fi
|
cannam@154
|
2447
|
cannam@154
|
2448 # Change the help message to a mode-specific one.
|
cannam@154
|
2449 generic_help=$help
|
cannam@154
|
2450 help="Try '$progname --help --mode=$opt_mode' for more information."
|
cannam@154
|
2451 }
|
cannam@154
|
2452
|
cannam@154
|
2453 # Pass back the unparsed argument list
|
cannam@154
|
2454 func_quote_for_eval ${1+"$@"}
|
cannam@154
|
2455 libtool_validate_options_result=$func_quote_for_eval_result
|
cannam@154
|
2456 }
|
cannam@154
|
2457 func_add_hook func_validate_options libtool_validate_options
|
cannam@154
|
2458
|
cannam@154
|
2459
|
cannam@154
|
2460 # Process options as early as possible so that --help and --version
|
cannam@154
|
2461 # can return quickly.
|
cannam@154
|
2462 func_options ${1+"$@"}
|
cannam@154
|
2463 eval set dummy "$func_options_result"; shift
|
cannam@154
|
2464
|
cannam@154
|
2465
|
cannam@154
|
2466
|
cannam@154
|
2467 ## ----------- ##
|
cannam@154
|
2468 ## Main. ##
|
cannam@154
|
2469 ## ----------- ##
|
cannam@154
|
2470
|
cannam@154
|
2471 magic='%%%MAGIC variable%%%'
|
cannam@154
|
2472 magic_exe='%%%MAGIC EXE variable%%%'
|
cannam@154
|
2473
|
cannam@154
|
2474 # Global variables.
|
cannam@154
|
2475 extracted_archives=
|
cannam@154
|
2476 extracted_serial=0
|
cannam@154
|
2477
|
cannam@154
|
2478 # If this variable is set in any of the actions, the command in it
|
cannam@154
|
2479 # will be execed at the end. This prevents here-documents from being
|
cannam@154
|
2480 # left over by shells.
|
cannam@154
|
2481 exec_cmd=
|
cannam@154
|
2482
|
cannam@154
|
2483
|
cannam@154
|
2484 # A function that is used when there is no print builtin or printf.
|
cannam@154
|
2485 func_fallback_echo ()
|
cannam@154
|
2486 {
|
cannam@154
|
2487 eval 'cat <<_LTECHO_EOF
|
cannam@154
|
2488 $1
|
cannam@154
|
2489 _LTECHO_EOF'
|
cannam@154
|
2490 }
|
cannam@154
|
2491
|
cannam@154
|
2492 # func_generated_by_libtool
|
cannam@154
|
2493 # True iff stdin has been generated by Libtool. This function is only
|
cannam@154
|
2494 # a basic sanity check; it will hardly flush out determined imposters.
|
cannam@154
|
2495 func_generated_by_libtool_p ()
|
cannam@154
|
2496 {
|
cannam@154
|
2497 $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
|
cannam@154
|
2498 }
|
cannam@154
|
2499
|
cannam@154
|
2500 # func_lalib_p file
|
cannam@154
|
2501 # True iff FILE is a libtool '.la' library or '.lo' object file.
|
cannam@154
|
2502 # This function is only a basic sanity check; it will hardly flush out
|
cannam@154
|
2503 # determined imposters.
|
cannam@154
|
2504 func_lalib_p ()
|
cannam@154
|
2505 {
|
cannam@154
|
2506 test -f "$1" &&
|
cannam@154
|
2507 $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
|
cannam@154
|
2508 }
|
cannam@154
|
2509
|
cannam@154
|
2510 # func_lalib_unsafe_p file
|
cannam@154
|
2511 # True iff FILE is a libtool '.la' library or '.lo' object file.
|
cannam@154
|
2512 # This function implements the same check as func_lalib_p without
|
cannam@154
|
2513 # resorting to external programs. To this end, it redirects stdin and
|
cannam@154
|
2514 # closes it afterwards, without saving the original file descriptor.
|
cannam@154
|
2515 # As a safety measure, use it only where a negative result would be
|
cannam@154
|
2516 # fatal anyway. Works if 'file' does not exist.
|
cannam@154
|
2517 func_lalib_unsafe_p ()
|
cannam@154
|
2518 {
|
cannam@154
|
2519 lalib_p=no
|
cannam@154
|
2520 if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
|
cannam@154
|
2521 for lalib_p_l in 1 2 3 4
|
cannam@154
|
2522 do
|
cannam@154
|
2523 read lalib_p_line
|
cannam@154
|
2524 case $lalib_p_line in
|
cannam@154
|
2525 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
|
cannam@154
|
2526 esac
|
cannam@154
|
2527 done
|
cannam@154
|
2528 exec 0<&5 5<&-
|
cannam@154
|
2529 fi
|
cannam@154
|
2530 test yes = "$lalib_p"
|
cannam@154
|
2531 }
|
cannam@154
|
2532
|
cannam@154
|
2533 # func_ltwrapper_script_p file
|
cannam@154
|
2534 # True iff FILE is a libtool wrapper script
|
cannam@154
|
2535 # This function is only a basic sanity check; it will hardly flush out
|
cannam@154
|
2536 # determined imposters.
|
cannam@154
|
2537 func_ltwrapper_script_p ()
|
cannam@154
|
2538 {
|
cannam@154
|
2539 test -f "$1" &&
|
cannam@154
|
2540 $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
|
cannam@154
|
2541 }
|
cannam@154
|
2542
|
cannam@154
|
2543 # func_ltwrapper_executable_p file
|
cannam@154
|
2544 # True iff FILE is a libtool wrapper executable
|
cannam@154
|
2545 # This function is only a basic sanity check; it will hardly flush out
|
cannam@154
|
2546 # determined imposters.
|
cannam@154
|
2547 func_ltwrapper_executable_p ()
|
cannam@154
|
2548 {
|
cannam@154
|
2549 func_ltwrapper_exec_suffix=
|
cannam@154
|
2550 case $1 in
|
cannam@154
|
2551 *.exe) ;;
|
cannam@154
|
2552 *) func_ltwrapper_exec_suffix=.exe ;;
|
cannam@154
|
2553 esac
|
cannam@154
|
2554 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
|
cannam@154
|
2555 }
|
cannam@154
|
2556
|
cannam@154
|
2557 # func_ltwrapper_scriptname file
|
cannam@154
|
2558 # Assumes file is an ltwrapper_executable
|
cannam@154
|
2559 # uses $file to determine the appropriate filename for a
|
cannam@154
|
2560 # temporary ltwrapper_script.
|
cannam@154
|
2561 func_ltwrapper_scriptname ()
|
cannam@154
|
2562 {
|
cannam@154
|
2563 func_dirname_and_basename "$1" "" "."
|
cannam@154
|
2564 func_stripname '' '.exe' "$func_basename_result"
|
cannam@154
|
2565 func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
|
cannam@154
|
2566 }
|
cannam@154
|
2567
|
cannam@154
|
2568 # func_ltwrapper_p file
|
cannam@154
|
2569 # True iff FILE is a libtool wrapper script or wrapper executable
|
cannam@154
|
2570 # This function is only a basic sanity check; it will hardly flush out
|
cannam@154
|
2571 # determined imposters.
|
cannam@154
|
2572 func_ltwrapper_p ()
|
cannam@154
|
2573 {
|
cannam@154
|
2574 func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
|
cannam@154
|
2575 }
|
cannam@154
|
2576
|
cannam@154
|
2577
|
cannam@154
|
2578 # func_execute_cmds commands fail_cmd
|
cannam@154
|
2579 # Execute tilde-delimited COMMANDS.
|
cannam@154
|
2580 # If FAIL_CMD is given, eval that upon failure.
|
cannam@154
|
2581 # FAIL_CMD may read-access the current command in variable CMD!
|
cannam@154
|
2582 func_execute_cmds ()
|
cannam@154
|
2583 {
|
cannam@154
|
2584 $debug_cmd
|
cannam@154
|
2585
|
cannam@154
|
2586 save_ifs=$IFS; IFS='~'
|
cannam@154
|
2587 for cmd in $1; do
|
cannam@154
|
2588 IFS=$sp$nl
|
cannam@154
|
2589 eval cmd=\"$cmd\"
|
cannam@154
|
2590 IFS=$save_ifs
|
cannam@154
|
2591 func_show_eval "$cmd" "${2-:}"
|
cannam@154
|
2592 done
|
cannam@154
|
2593 IFS=$save_ifs
|
cannam@154
|
2594 }
|
cannam@154
|
2595
|
cannam@154
|
2596
|
cannam@154
|
2597 # func_source file
|
cannam@154
|
2598 # Source FILE, adding directory component if necessary.
|
cannam@154
|
2599 # Note that it is not necessary on cygwin/mingw to append a dot to
|
cannam@154
|
2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
|
cannam@154
|
2601 # behavior happens only for exec(3), not for open(2)! Also, sourcing
|
cannam@154
|
2602 # 'FILE.' does not work on cygwin managed mounts.
|
cannam@154
|
2603 func_source ()
|
cannam@154
|
2604 {
|
cannam@154
|
2605 $debug_cmd
|
cannam@154
|
2606
|
cannam@154
|
2607 case $1 in
|
cannam@154
|
2608 */* | *\\*) . "$1" ;;
|
cannam@154
|
2609 *) . "./$1" ;;
|
cannam@154
|
2610 esac
|
cannam@154
|
2611 }
|
cannam@154
|
2612
|
cannam@154
|
2613
|
cannam@154
|
2614 # func_resolve_sysroot PATH
|
cannam@154
|
2615 # Replace a leading = in PATH with a sysroot. Store the result into
|
cannam@154
|
2616 # func_resolve_sysroot_result
|
cannam@154
|
2617 func_resolve_sysroot ()
|
cannam@154
|
2618 {
|
cannam@154
|
2619 func_resolve_sysroot_result=$1
|
cannam@154
|
2620 case $func_resolve_sysroot_result in
|
cannam@154
|
2621 =*)
|
cannam@154
|
2622 func_stripname '=' '' "$func_resolve_sysroot_result"
|
cannam@154
|
2623 func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
|
cannam@154
|
2624 ;;
|
cannam@154
|
2625 esac
|
cannam@154
|
2626 }
|
cannam@154
|
2627
|
cannam@154
|
2628 # func_replace_sysroot PATH
|
cannam@154
|
2629 # If PATH begins with the sysroot, replace it with = and
|
cannam@154
|
2630 # store the result into func_replace_sysroot_result.
|
cannam@154
|
2631 func_replace_sysroot ()
|
cannam@154
|
2632 {
|
cannam@154
|
2633 case $lt_sysroot:$1 in
|
cannam@154
|
2634 ?*:"$lt_sysroot"*)
|
cannam@154
|
2635 func_stripname "$lt_sysroot" '' "$1"
|
cannam@154
|
2636 func_replace_sysroot_result='='$func_stripname_result
|
cannam@154
|
2637 ;;
|
cannam@154
|
2638 *)
|
cannam@154
|
2639 # Including no sysroot.
|
cannam@154
|
2640 func_replace_sysroot_result=$1
|
cannam@154
|
2641 ;;
|
cannam@154
|
2642 esac
|
cannam@154
|
2643 }
|
cannam@154
|
2644
|
cannam@154
|
2645 # func_infer_tag arg
|
cannam@154
|
2646 # Infer tagged configuration to use if any are available and
|
cannam@154
|
2647 # if one wasn't chosen via the "--tag" command line option.
|
cannam@154
|
2648 # Only attempt this if the compiler in the base compile
|
cannam@154
|
2649 # command doesn't match the default compiler.
|
cannam@154
|
2650 # arg is usually of the form 'gcc ...'
|
cannam@154
|
2651 func_infer_tag ()
|
cannam@154
|
2652 {
|
cannam@154
|
2653 $debug_cmd
|
cannam@154
|
2654
|
cannam@154
|
2655 if test -n "$available_tags" && test -z "$tagname"; then
|
cannam@154
|
2656 CC_quoted=
|
cannam@154
|
2657 for arg in $CC; do
|
cannam@154
|
2658 func_append_quoted CC_quoted "$arg"
|
cannam@154
|
2659 done
|
cannam@154
|
2660 CC_expanded=`func_echo_all $CC`
|
cannam@154
|
2661 CC_quoted_expanded=`func_echo_all $CC_quoted`
|
cannam@154
|
2662 case $@ in
|
cannam@154
|
2663 # Blanks in the command may have been stripped by the calling shell,
|
cannam@154
|
2664 # but not from the CC environment variable when configure was run.
|
cannam@154
|
2665 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
|
cannam@154
|
2666 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
|
cannam@154
|
2667 # Blanks at the start of $base_compile will cause this to fail
|
cannam@154
|
2668 # if we don't check for them as well.
|
cannam@154
|
2669 *)
|
cannam@154
|
2670 for z in $available_tags; do
|
cannam@154
|
2671 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
|
cannam@154
|
2672 # Evaluate the configuration.
|
cannam@154
|
2673 eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
|
cannam@154
|
2674 CC_quoted=
|
cannam@154
|
2675 for arg in $CC; do
|
cannam@154
|
2676 # Double-quote args containing other shell metacharacters.
|
cannam@154
|
2677 func_append_quoted CC_quoted "$arg"
|
cannam@154
|
2678 done
|
cannam@154
|
2679 CC_expanded=`func_echo_all $CC`
|
cannam@154
|
2680 CC_quoted_expanded=`func_echo_all $CC_quoted`
|
cannam@154
|
2681 case "$@ " in
|
cannam@154
|
2682 " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
|
cannam@154
|
2683 " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
|
cannam@154
|
2684 # The compiler in the base compile command matches
|
cannam@154
|
2685 # the one in the tagged configuration.
|
cannam@154
|
2686 # Assume this is the tagged configuration we want.
|
cannam@154
|
2687 tagname=$z
|
cannam@154
|
2688 break
|
cannam@154
|
2689 ;;
|
cannam@154
|
2690 esac
|
cannam@154
|
2691 fi
|
cannam@154
|
2692 done
|
cannam@154
|
2693 # If $tagname still isn't set, then no tagged configuration
|
cannam@154
|
2694 # was found and let the user know that the "--tag" command
|
cannam@154
|
2695 # line option must be used.
|
cannam@154
|
2696 if test -z "$tagname"; then
|
cannam@154
|
2697 func_echo "unable to infer tagged configuration"
|
cannam@154
|
2698 func_fatal_error "specify a tag with '--tag'"
|
cannam@154
|
2699 # else
|
cannam@154
|
2700 # func_verbose "using $tagname tagged configuration"
|
cannam@154
|
2701 fi
|
cannam@154
|
2702 ;;
|
cannam@154
|
2703 esac
|
cannam@154
|
2704 fi
|
cannam@154
|
2705 }
|
cannam@154
|
2706
|
cannam@154
|
2707
|
cannam@154
|
2708
|
cannam@154
|
2709 # func_write_libtool_object output_name pic_name nonpic_name
|
cannam@154
|
2710 # Create a libtool object file (analogous to a ".la" file),
|
cannam@154
|
2711 # but don't create it if we're doing a dry run.
|
cannam@154
|
2712 func_write_libtool_object ()
|
cannam@154
|
2713 {
|
cannam@154
|
2714 write_libobj=$1
|
cannam@154
|
2715 if test yes = "$build_libtool_libs"; then
|
cannam@154
|
2716 write_lobj=\'$2\'
|
cannam@154
|
2717 else
|
cannam@154
|
2718 write_lobj=none
|
cannam@154
|
2719 fi
|
cannam@154
|
2720
|
cannam@154
|
2721 if test yes = "$build_old_libs"; then
|
cannam@154
|
2722 write_oldobj=\'$3\'
|
cannam@154
|
2723 else
|
cannam@154
|
2724 write_oldobj=none
|
cannam@154
|
2725 fi
|
cannam@154
|
2726
|
cannam@154
|
2727 $opt_dry_run || {
|
cannam@154
|
2728 cat >${write_libobj}T <<EOF
|
cannam@154
|
2729 # $write_libobj - a libtool object file
|
cannam@154
|
2730 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
|
cannam@154
|
2731 #
|
cannam@154
|
2732 # Please DO NOT delete this file!
|
cannam@154
|
2733 # It is necessary for linking the library.
|
cannam@154
|
2734
|
cannam@154
|
2735 # Name of the PIC object.
|
cannam@154
|
2736 pic_object=$write_lobj
|
cannam@154
|
2737
|
cannam@154
|
2738 # Name of the non-PIC object
|
cannam@154
|
2739 non_pic_object=$write_oldobj
|
cannam@154
|
2740
|
cannam@154
|
2741 EOF
|
cannam@154
|
2742 $MV "${write_libobj}T" "$write_libobj"
|
cannam@154
|
2743 }
|
cannam@154
|
2744 }
|
cannam@154
|
2745
|
cannam@154
|
2746
|
cannam@154
|
2747 ##################################################
|
cannam@154
|
2748 # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
|
cannam@154
|
2749 ##################################################
|
cannam@154
|
2750
|
cannam@154
|
2751 # func_convert_core_file_wine_to_w32 ARG
|
cannam@154
|
2752 # Helper function used by file name conversion functions when $build is *nix,
|
cannam@154
|
2753 # and $host is mingw, cygwin, or some other w32 environment. Relies on a
|
cannam@154
|
2754 # correctly configured wine environment available, with the winepath program
|
cannam@154
|
2755 # in $build's $PATH.
|
cannam@154
|
2756 #
|
cannam@154
|
2757 # ARG is the $build file name to be converted to w32 format.
|
cannam@154
|
2758 # Result is available in $func_convert_core_file_wine_to_w32_result, and will
|
cannam@154
|
2759 # be empty on error (or when ARG is empty)
|
cannam@154
|
2760 func_convert_core_file_wine_to_w32 ()
|
cannam@154
|
2761 {
|
cannam@154
|
2762 $debug_cmd
|
cannam@154
|
2763
|
cannam@154
|
2764 func_convert_core_file_wine_to_w32_result=$1
|
cannam@154
|
2765 if test -n "$1"; then
|
cannam@154
|
2766 # Unfortunately, winepath does not exit with a non-zero error code, so we
|
cannam@154
|
2767 # are forced to check the contents of stdout. On the other hand, if the
|
cannam@154
|
2768 # command is not found, the shell will set an exit code of 127 and print
|
cannam@154
|
2769 # *an error message* to stdout. So we must check for both error code of
|
cannam@154
|
2770 # zero AND non-empty stdout, which explains the odd construction:
|
cannam@154
|
2771 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
|
cannam@154
|
2772 if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
|
cannam@154
|
2773 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
|
cannam@154
|
2774 $SED -e "$sed_naive_backslashify"`
|
cannam@154
|
2775 else
|
cannam@154
|
2776 func_convert_core_file_wine_to_w32_result=
|
cannam@154
|
2777 fi
|
cannam@154
|
2778 fi
|
cannam@154
|
2779 }
|
cannam@154
|
2780 # end: func_convert_core_file_wine_to_w32
|
cannam@154
|
2781
|
cannam@154
|
2782
|
cannam@154
|
2783 # func_convert_core_path_wine_to_w32 ARG
|
cannam@154
|
2784 # Helper function used by path conversion functions when $build is *nix, and
|
cannam@154
|
2785 # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
|
cannam@154
|
2786 # configured wine environment available, with the winepath program in $build's
|
cannam@154
|
2787 # $PATH. Assumes ARG has no leading or trailing path separator characters.
|
cannam@154
|
2788 #
|
cannam@154
|
2789 # ARG is path to be converted from $build format to win32.
|
cannam@154
|
2790 # Result is available in $func_convert_core_path_wine_to_w32_result.
|
cannam@154
|
2791 # Unconvertible file (directory) names in ARG are skipped; if no directory names
|
cannam@154
|
2792 # are convertible, then the result may be empty.
|
cannam@154
|
2793 func_convert_core_path_wine_to_w32 ()
|
cannam@154
|
2794 {
|
cannam@154
|
2795 $debug_cmd
|
cannam@154
|
2796
|
cannam@154
|
2797 # unfortunately, winepath doesn't convert paths, only file names
|
cannam@154
|
2798 func_convert_core_path_wine_to_w32_result=
|
cannam@154
|
2799 if test -n "$1"; then
|
cannam@154
|
2800 oldIFS=$IFS
|
cannam@154
|
2801 IFS=:
|
cannam@154
|
2802 for func_convert_core_path_wine_to_w32_f in $1; do
|
cannam@154
|
2803 IFS=$oldIFS
|
cannam@154
|
2804 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
|
cannam@154
|
2805 if test -n "$func_convert_core_file_wine_to_w32_result"; then
|
cannam@154
|
2806 if test -z "$func_convert_core_path_wine_to_w32_result"; then
|
cannam@154
|
2807 func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
|
cannam@154
|
2808 else
|
cannam@154
|
2809 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
|
cannam@154
|
2810 fi
|
cannam@154
|
2811 fi
|
cannam@154
|
2812 done
|
cannam@154
|
2813 IFS=$oldIFS
|
cannam@154
|
2814 fi
|
cannam@154
|
2815 }
|
cannam@154
|
2816 # end: func_convert_core_path_wine_to_w32
|
cannam@154
|
2817
|
cannam@154
|
2818
|
cannam@154
|
2819 # func_cygpath ARGS...
|
cannam@154
|
2820 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
|
cannam@154
|
2821 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
|
cannam@154
|
2822 # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
|
cannam@154
|
2823 # (2), returns the Cygwin file name or path in func_cygpath_result (input
|
cannam@154
|
2824 # file name or path is assumed to be in w32 format, as previously converted
|
cannam@154
|
2825 # from $build's *nix or MSYS format). In case (3), returns the w32 file name
|
cannam@154
|
2826 # or path in func_cygpath_result (input file name or path is assumed to be in
|
cannam@154
|
2827 # Cygwin format). Returns an empty string on error.
|
cannam@154
|
2828 #
|
cannam@154
|
2829 # ARGS are passed to cygpath, with the last one being the file name or path to
|
cannam@154
|
2830 # be converted.
|
cannam@154
|
2831 #
|
cannam@154
|
2832 # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
|
cannam@154
|
2833 # environment variable; do not put it in $PATH.
|
cannam@154
|
2834 func_cygpath ()
|
cannam@154
|
2835 {
|
cannam@154
|
2836 $debug_cmd
|
cannam@154
|
2837
|
cannam@154
|
2838 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
|
cannam@154
|
2839 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
|
cannam@154
|
2840 if test "$?" -ne 0; then
|
cannam@154
|
2841 # on failure, ensure result is empty
|
cannam@154
|
2842 func_cygpath_result=
|
cannam@154
|
2843 fi
|
cannam@154
|
2844 else
|
cannam@154
|
2845 func_cygpath_result=
|
cannam@154
|
2846 func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
|
cannam@154
|
2847 fi
|
cannam@154
|
2848 }
|
cannam@154
|
2849 #end: func_cygpath
|
cannam@154
|
2850
|
cannam@154
|
2851
|
cannam@154
|
2852 # func_convert_core_msys_to_w32 ARG
|
cannam@154
|
2853 # Convert file name or path ARG from MSYS format to w32 format. Return
|
cannam@154
|
2854 # result in func_convert_core_msys_to_w32_result.
|
cannam@154
|
2855 func_convert_core_msys_to_w32 ()
|
cannam@154
|
2856 {
|
cannam@154
|
2857 $debug_cmd
|
cannam@154
|
2858
|
cannam@154
|
2859 # awkward: cmd appends spaces to result
|
cannam@154
|
2860 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
|
cannam@154
|
2861 $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
|
cannam@154
|
2862 }
|
cannam@154
|
2863 #end: func_convert_core_msys_to_w32
|
cannam@154
|
2864
|
cannam@154
|
2865
|
cannam@154
|
2866 # func_convert_file_check ARG1 ARG2
|
cannam@154
|
2867 # Verify that ARG1 (a file name in $build format) was converted to $host
|
cannam@154
|
2868 # format in ARG2. Otherwise, emit an error message, but continue (resetting
|
cannam@154
|
2869 # func_to_host_file_result to ARG1).
|
cannam@154
|
2870 func_convert_file_check ()
|
cannam@154
|
2871 {
|
cannam@154
|
2872 $debug_cmd
|
cannam@154
|
2873
|
cannam@154
|
2874 if test -z "$2" && test -n "$1"; then
|
cannam@154
|
2875 func_error "Could not determine host file name corresponding to"
|
cannam@154
|
2876 func_error " '$1'"
|
cannam@154
|
2877 func_error "Continuing, but uninstalled executables may not work."
|
cannam@154
|
2878 # Fallback:
|
cannam@154
|
2879 func_to_host_file_result=$1
|
cannam@154
|
2880 fi
|
cannam@154
|
2881 }
|
cannam@154
|
2882 # end func_convert_file_check
|
cannam@154
|
2883
|
cannam@154
|
2884
|
cannam@154
|
2885 # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
|
cannam@154
|
2886 # Verify that FROM_PATH (a path in $build format) was converted to $host
|
cannam@154
|
2887 # format in TO_PATH. Otherwise, emit an error message, but continue, resetting
|
cannam@154
|
2888 # func_to_host_file_result to a simplistic fallback value (see below).
|
cannam@154
|
2889 func_convert_path_check ()
|
cannam@154
|
2890 {
|
cannam@154
|
2891 $debug_cmd
|
cannam@154
|
2892
|
cannam@154
|
2893 if test -z "$4" && test -n "$3"; then
|
cannam@154
|
2894 func_error "Could not determine the host path corresponding to"
|
cannam@154
|
2895 func_error " '$3'"
|
cannam@154
|
2896 func_error "Continuing, but uninstalled executables may not work."
|
cannam@154
|
2897 # Fallback. This is a deliberately simplistic "conversion" and
|
cannam@154
|
2898 # should not be "improved". See libtool.info.
|
cannam@154
|
2899 if test "x$1" != "x$2"; then
|
cannam@154
|
2900 lt_replace_pathsep_chars="s|$1|$2|g"
|
cannam@154
|
2901 func_to_host_path_result=`echo "$3" |
|
cannam@154
|
2902 $SED -e "$lt_replace_pathsep_chars"`
|
cannam@154
|
2903 else
|
cannam@154
|
2904 func_to_host_path_result=$3
|
cannam@154
|
2905 fi
|
cannam@154
|
2906 fi
|
cannam@154
|
2907 }
|
cannam@154
|
2908 # end func_convert_path_check
|
cannam@154
|
2909
|
cannam@154
|
2910
|
cannam@154
|
2911 # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
|
cannam@154
|
2912 # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
|
cannam@154
|
2913 # and appending REPL if ORIG matches BACKPAT.
|
cannam@154
|
2914 func_convert_path_front_back_pathsep ()
|
cannam@154
|
2915 {
|
cannam@154
|
2916 $debug_cmd
|
cannam@154
|
2917
|
cannam@154
|
2918 case $4 in
|
cannam@154
|
2919 $1 ) func_to_host_path_result=$3$func_to_host_path_result
|
cannam@154
|
2920 ;;
|
cannam@154
|
2921 esac
|
cannam@154
|
2922 case $4 in
|
cannam@154
|
2923 $2 ) func_append func_to_host_path_result "$3"
|
cannam@154
|
2924 ;;
|
cannam@154
|
2925 esac
|
cannam@154
|
2926 }
|
cannam@154
|
2927 # end func_convert_path_front_back_pathsep
|
cannam@154
|
2928
|
cannam@154
|
2929
|
cannam@154
|
2930 ##################################################
|
cannam@154
|
2931 # $build to $host FILE NAME CONVERSION FUNCTIONS #
|
cannam@154
|
2932 ##################################################
|
cannam@154
|
2933 # invoked via '$to_host_file_cmd ARG'
|
cannam@154
|
2934 #
|
cannam@154
|
2935 # In each case, ARG is the path to be converted from $build to $host format.
|
cannam@154
|
2936 # Result will be available in $func_to_host_file_result.
|
cannam@154
|
2937
|
cannam@154
|
2938
|
cannam@154
|
2939 # func_to_host_file ARG
|
cannam@154
|
2940 # Converts the file name ARG from $build format to $host format. Return result
|
cannam@154
|
2941 # in func_to_host_file_result.
|
cannam@154
|
2942 func_to_host_file ()
|
cannam@154
|
2943 {
|
cannam@154
|
2944 $debug_cmd
|
cannam@154
|
2945
|
cannam@154
|
2946 $to_host_file_cmd "$1"
|
cannam@154
|
2947 }
|
cannam@154
|
2948 # end func_to_host_file
|
cannam@154
|
2949
|
cannam@154
|
2950
|
cannam@154
|
2951 # func_to_tool_file ARG LAZY
|
cannam@154
|
2952 # converts the file name ARG from $build format to toolchain format. Return
|
cannam@154
|
2953 # result in func_to_tool_file_result. If the conversion in use is listed
|
cannam@154
|
2954 # in (the comma separated) LAZY, no conversion takes place.
|
cannam@154
|
2955 func_to_tool_file ()
|
cannam@154
|
2956 {
|
cannam@154
|
2957 $debug_cmd
|
cannam@154
|
2958
|
cannam@154
|
2959 case ,$2, in
|
cannam@154
|
2960 *,"$to_tool_file_cmd",*)
|
cannam@154
|
2961 func_to_tool_file_result=$1
|
cannam@154
|
2962 ;;
|
cannam@154
|
2963 *)
|
cannam@154
|
2964 $to_tool_file_cmd "$1"
|
cannam@154
|
2965 func_to_tool_file_result=$func_to_host_file_result
|
cannam@154
|
2966 ;;
|
cannam@154
|
2967 esac
|
cannam@154
|
2968 }
|
cannam@154
|
2969 # end func_to_tool_file
|
cannam@154
|
2970
|
cannam@154
|
2971
|
cannam@154
|
2972 # func_convert_file_noop ARG
|
cannam@154
|
2973 # Copy ARG to func_to_host_file_result.
|
cannam@154
|
2974 func_convert_file_noop ()
|
cannam@154
|
2975 {
|
cannam@154
|
2976 func_to_host_file_result=$1
|
cannam@154
|
2977 }
|
cannam@154
|
2978 # end func_convert_file_noop
|
cannam@154
|
2979
|
cannam@154
|
2980
|
cannam@154
|
2981 # func_convert_file_msys_to_w32 ARG
|
cannam@154
|
2982 # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
|
cannam@154
|
2983 # conversion to w32 is not available inside the cwrapper. Returns result in
|
cannam@154
|
2984 # func_to_host_file_result.
|
cannam@154
|
2985 func_convert_file_msys_to_w32 ()
|
cannam@154
|
2986 {
|
cannam@154
|
2987 $debug_cmd
|
cannam@154
|
2988
|
cannam@154
|
2989 func_to_host_file_result=$1
|
cannam@154
|
2990 if test -n "$1"; then
|
cannam@154
|
2991 func_convert_core_msys_to_w32 "$1"
|
cannam@154
|
2992 func_to_host_file_result=$func_convert_core_msys_to_w32_result
|
cannam@154
|
2993 fi
|
cannam@154
|
2994 func_convert_file_check "$1" "$func_to_host_file_result"
|
cannam@154
|
2995 }
|
cannam@154
|
2996 # end func_convert_file_msys_to_w32
|
cannam@154
|
2997
|
cannam@154
|
2998
|
cannam@154
|
2999 # func_convert_file_cygwin_to_w32 ARG
|
cannam@154
|
3000 # Convert file name ARG from Cygwin to w32 format. Returns result in
|
cannam@154
|
3001 # func_to_host_file_result.
|
cannam@154
|
3002 func_convert_file_cygwin_to_w32 ()
|
cannam@154
|
3003 {
|
cannam@154
|
3004 $debug_cmd
|
cannam@154
|
3005
|
cannam@154
|
3006 func_to_host_file_result=$1
|
cannam@154
|
3007 if test -n "$1"; then
|
cannam@154
|
3008 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
|
cannam@154
|
3009 # LT_CYGPATH in this case.
|
cannam@154
|
3010 func_to_host_file_result=`cygpath -m "$1"`
|
cannam@154
|
3011 fi
|
cannam@154
|
3012 func_convert_file_check "$1" "$func_to_host_file_result"
|
cannam@154
|
3013 }
|
cannam@154
|
3014 # end func_convert_file_cygwin_to_w32
|
cannam@154
|
3015
|
cannam@154
|
3016
|
cannam@154
|
3017 # func_convert_file_nix_to_w32 ARG
|
cannam@154
|
3018 # Convert file name ARG from *nix to w32 format. Requires a wine environment
|
cannam@154
|
3019 # and a working winepath. Returns result in func_to_host_file_result.
|
cannam@154
|
3020 func_convert_file_nix_to_w32 ()
|
cannam@154
|
3021 {
|
cannam@154
|
3022 $debug_cmd
|
cannam@154
|
3023
|
cannam@154
|
3024 func_to_host_file_result=$1
|
cannam@154
|
3025 if test -n "$1"; then
|
cannam@154
|
3026 func_convert_core_file_wine_to_w32 "$1"
|
cannam@154
|
3027 func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
|
cannam@154
|
3028 fi
|
cannam@154
|
3029 func_convert_file_check "$1" "$func_to_host_file_result"
|
cannam@154
|
3030 }
|
cannam@154
|
3031 # end func_convert_file_nix_to_w32
|
cannam@154
|
3032
|
cannam@154
|
3033
|
cannam@154
|
3034 # func_convert_file_msys_to_cygwin ARG
|
cannam@154
|
3035 # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
|
cannam@154
|
3036 # Returns result in func_to_host_file_result.
|
cannam@154
|
3037 func_convert_file_msys_to_cygwin ()
|
cannam@154
|
3038 {
|
cannam@154
|
3039 $debug_cmd
|
cannam@154
|
3040
|
cannam@154
|
3041 func_to_host_file_result=$1
|
cannam@154
|
3042 if test -n "$1"; then
|
cannam@154
|
3043 func_convert_core_msys_to_w32 "$1"
|
cannam@154
|
3044 func_cygpath -u "$func_convert_core_msys_to_w32_result"
|
cannam@154
|
3045 func_to_host_file_result=$func_cygpath_result
|
cannam@154
|
3046 fi
|
cannam@154
|
3047 func_convert_file_check "$1" "$func_to_host_file_result"
|
cannam@154
|
3048 }
|
cannam@154
|
3049 # end func_convert_file_msys_to_cygwin
|
cannam@154
|
3050
|
cannam@154
|
3051
|
cannam@154
|
3052 # func_convert_file_nix_to_cygwin ARG
|
cannam@154
|
3053 # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed
|
cannam@154
|
3054 # in a wine environment, working winepath, and LT_CYGPATH set. Returns result
|
cannam@154
|
3055 # in func_to_host_file_result.
|
cannam@154
|
3056 func_convert_file_nix_to_cygwin ()
|
cannam@154
|
3057 {
|
cannam@154
|
3058 $debug_cmd
|
cannam@154
|
3059
|
cannam@154
|
3060 func_to_host_file_result=$1
|
cannam@154
|
3061 if test -n "$1"; then
|
cannam@154
|
3062 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
|
cannam@154
|
3063 func_convert_core_file_wine_to_w32 "$1"
|
cannam@154
|
3064 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
|
cannam@154
|
3065 func_to_host_file_result=$func_cygpath_result
|
cannam@154
|
3066 fi
|
cannam@154
|
3067 func_convert_file_check "$1" "$func_to_host_file_result"
|
cannam@154
|
3068 }
|
cannam@154
|
3069 # end func_convert_file_nix_to_cygwin
|
cannam@154
|
3070
|
cannam@154
|
3071
|
cannam@154
|
3072 #############################################
|
cannam@154
|
3073 # $build to $host PATH CONVERSION FUNCTIONS #
|
cannam@154
|
3074 #############################################
|
cannam@154
|
3075 # invoked via '$to_host_path_cmd ARG'
|
cannam@154
|
3076 #
|
cannam@154
|
3077 # In each case, ARG is the path to be converted from $build to $host format.
|
cannam@154
|
3078 # The result will be available in $func_to_host_path_result.
|
cannam@154
|
3079 #
|
cannam@154
|
3080 # Path separators are also converted from $build format to $host format. If
|
cannam@154
|
3081 # ARG begins or ends with a path separator character, it is preserved (but
|
cannam@154
|
3082 # converted to $host format) on output.
|
cannam@154
|
3083 #
|
cannam@154
|
3084 # All path conversion functions are named using the following convention:
|
cannam@154
|
3085 # file name conversion function : func_convert_file_X_to_Y ()
|
cannam@154
|
3086 # path conversion function : func_convert_path_X_to_Y ()
|
cannam@154
|
3087 # where, for any given $build/$host combination the 'X_to_Y' value is the
|
cannam@154
|
3088 # same. If conversion functions are added for new $build/$host combinations,
|
cannam@154
|
3089 # the two new functions must follow this pattern, or func_init_to_host_path_cmd
|
cannam@154
|
3090 # will break.
|
cannam@154
|
3091
|
cannam@154
|
3092
|
cannam@154
|
3093 # func_init_to_host_path_cmd
|
cannam@154
|
3094 # Ensures that function "pointer" variable $to_host_path_cmd is set to the
|
cannam@154
|
3095 # appropriate value, based on the value of $to_host_file_cmd.
|
cannam@154
|
3096 to_host_path_cmd=
|
cannam@154
|
3097 func_init_to_host_path_cmd ()
|
cannam@154
|
3098 {
|
cannam@154
|
3099 $debug_cmd
|
cannam@154
|
3100
|
cannam@154
|
3101 if test -z "$to_host_path_cmd"; then
|
cannam@154
|
3102 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
|
cannam@154
|
3103 to_host_path_cmd=func_convert_path_$func_stripname_result
|
cannam@154
|
3104 fi
|
cannam@154
|
3105 }
|
cannam@154
|
3106
|
cannam@154
|
3107
|
cannam@154
|
3108 # func_to_host_path ARG
|
cannam@154
|
3109 # Converts the path ARG from $build format to $host format. Return result
|
cannam@154
|
3110 # in func_to_host_path_result.
|
cannam@154
|
3111 func_to_host_path ()
|
cannam@154
|
3112 {
|
cannam@154
|
3113 $debug_cmd
|
cannam@154
|
3114
|
cannam@154
|
3115 func_init_to_host_path_cmd
|
cannam@154
|
3116 $to_host_path_cmd "$1"
|
cannam@154
|
3117 }
|
cannam@154
|
3118 # end func_to_host_path
|
cannam@154
|
3119
|
cannam@154
|
3120
|
cannam@154
|
3121 # func_convert_path_noop ARG
|
cannam@154
|
3122 # Copy ARG to func_to_host_path_result.
|
cannam@154
|
3123 func_convert_path_noop ()
|
cannam@154
|
3124 {
|
cannam@154
|
3125 func_to_host_path_result=$1
|
cannam@154
|
3126 }
|
cannam@154
|
3127 # end func_convert_path_noop
|
cannam@154
|
3128
|
cannam@154
|
3129
|
cannam@154
|
3130 # func_convert_path_msys_to_w32 ARG
|
cannam@154
|
3131 # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
|
cannam@154
|
3132 # conversion to w32 is not available inside the cwrapper. Returns result in
|
cannam@154
|
3133 # func_to_host_path_result.
|
cannam@154
|
3134 func_convert_path_msys_to_w32 ()
|
cannam@154
|
3135 {
|
cannam@154
|
3136 $debug_cmd
|
cannam@154
|
3137
|
cannam@154
|
3138 func_to_host_path_result=$1
|
cannam@154
|
3139 if test -n "$1"; then
|
cannam@154
|
3140 # Remove leading and trailing path separator characters from ARG. MSYS
|
cannam@154
|
3141 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
|
cannam@154
|
3142 # and winepath ignores them completely.
|
cannam@154
|
3143 func_stripname : : "$1"
|
cannam@154
|
3144 func_to_host_path_tmp1=$func_stripname_result
|
cannam@154
|
3145 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
|
cannam@154
|
3146 func_to_host_path_result=$func_convert_core_msys_to_w32_result
|
cannam@154
|
3147 func_convert_path_check : ";" \
|
cannam@154
|
3148 "$func_to_host_path_tmp1" "$func_to_host_path_result"
|
cannam@154
|
3149 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
|
cannam@154
|
3150 fi
|
cannam@154
|
3151 }
|
cannam@154
|
3152 # end func_convert_path_msys_to_w32
|
cannam@154
|
3153
|
cannam@154
|
3154
|
cannam@154
|
3155 # func_convert_path_cygwin_to_w32 ARG
|
cannam@154
|
3156 # Convert path ARG from Cygwin to w32 format. Returns result in
|
cannam@154
|
3157 # func_to_host_file_result.
|
cannam@154
|
3158 func_convert_path_cygwin_to_w32 ()
|
cannam@154
|
3159 {
|
cannam@154
|
3160 $debug_cmd
|
cannam@154
|
3161
|
cannam@154
|
3162 func_to_host_path_result=$1
|
cannam@154
|
3163 if test -n "$1"; then
|
cannam@154
|
3164 # See func_convert_path_msys_to_w32:
|
cannam@154
|
3165 func_stripname : : "$1"
|
cannam@154
|
3166 func_to_host_path_tmp1=$func_stripname_result
|
cannam@154
|
3167 func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
|
cannam@154
|
3168 func_convert_path_check : ";" \
|
cannam@154
|
3169 "$func_to_host_path_tmp1" "$func_to_host_path_result"
|
cannam@154
|
3170 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
|
cannam@154
|
3171 fi
|
cannam@154
|
3172 }
|
cannam@154
|
3173 # end func_convert_path_cygwin_to_w32
|
cannam@154
|
3174
|
cannam@154
|
3175
|
cannam@154
|
3176 # func_convert_path_nix_to_w32 ARG
|
cannam@154
|
3177 # Convert path ARG from *nix to w32 format. Requires a wine environment and
|
cannam@154
|
3178 # a working winepath. Returns result in func_to_host_file_result.
|
cannam@154
|
3179 func_convert_path_nix_to_w32 ()
|
cannam@154
|
3180 {
|
cannam@154
|
3181 $debug_cmd
|
cannam@154
|
3182
|
cannam@154
|
3183 func_to_host_path_result=$1
|
cannam@154
|
3184 if test -n "$1"; then
|
cannam@154
|
3185 # See func_convert_path_msys_to_w32:
|
cannam@154
|
3186 func_stripname : : "$1"
|
cannam@154
|
3187 func_to_host_path_tmp1=$func_stripname_result
|
cannam@154
|
3188 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
|
cannam@154
|
3189 func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
|
cannam@154
|
3190 func_convert_path_check : ";" \
|
cannam@154
|
3191 "$func_to_host_path_tmp1" "$func_to_host_path_result"
|
cannam@154
|
3192 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
|
cannam@154
|
3193 fi
|
cannam@154
|
3194 }
|
cannam@154
|
3195 # end func_convert_path_nix_to_w32
|
cannam@154
|
3196
|
cannam@154
|
3197
|
cannam@154
|
3198 # func_convert_path_msys_to_cygwin ARG
|
cannam@154
|
3199 # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set.
|
cannam@154
|
3200 # Returns result in func_to_host_file_result.
|
cannam@154
|
3201 func_convert_path_msys_to_cygwin ()
|
cannam@154
|
3202 {
|
cannam@154
|
3203 $debug_cmd
|
cannam@154
|
3204
|
cannam@154
|
3205 func_to_host_path_result=$1
|
cannam@154
|
3206 if test -n "$1"; then
|
cannam@154
|
3207 # See func_convert_path_msys_to_w32:
|
cannam@154
|
3208 func_stripname : : "$1"
|
cannam@154
|
3209 func_to_host_path_tmp1=$func_stripname_result
|
cannam@154
|
3210 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
|
cannam@154
|
3211 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
|
cannam@154
|
3212 func_to_host_path_result=$func_cygpath_result
|
cannam@154
|
3213 func_convert_path_check : : \
|
cannam@154
|
3214 "$func_to_host_path_tmp1" "$func_to_host_path_result"
|
cannam@154
|
3215 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
|
cannam@154
|
3216 fi
|
cannam@154
|
3217 }
|
cannam@154
|
3218 # end func_convert_path_msys_to_cygwin
|
cannam@154
|
3219
|
cannam@154
|
3220
|
cannam@154
|
3221 # func_convert_path_nix_to_cygwin ARG
|
cannam@154
|
3222 # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a
|
cannam@154
|
3223 # a wine environment, working winepath, and LT_CYGPATH set. Returns result in
|
cannam@154
|
3224 # func_to_host_file_result.
|
cannam@154
|
3225 func_convert_path_nix_to_cygwin ()
|
cannam@154
|
3226 {
|
cannam@154
|
3227 $debug_cmd
|
cannam@154
|
3228
|
cannam@154
|
3229 func_to_host_path_result=$1
|
cannam@154
|
3230 if test -n "$1"; then
|
cannam@154
|
3231 # Remove leading and trailing path separator characters from
|
cannam@154
|
3232 # ARG. msys behavior is inconsistent here, cygpath turns them
|
cannam@154
|
3233 # into '.;' and ';.', and winepath ignores them completely.
|
cannam@154
|
3234 func_stripname : : "$1"
|
cannam@154
|
3235 func_to_host_path_tmp1=$func_stripname_result
|
cannam@154
|
3236 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
|
cannam@154
|
3237 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
|
cannam@154
|
3238 func_to_host_path_result=$func_cygpath_result
|
cannam@154
|
3239 func_convert_path_check : : \
|
cannam@154
|
3240 "$func_to_host_path_tmp1" "$func_to_host_path_result"
|
cannam@154
|
3241 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
|
cannam@154
|
3242 fi
|
cannam@154
|
3243 }
|
cannam@154
|
3244 # end func_convert_path_nix_to_cygwin
|
cannam@154
|
3245
|
cannam@154
|
3246
|
cannam@154
|
3247 # func_dll_def_p FILE
|
cannam@154
|
3248 # True iff FILE is a Windows DLL '.def' file.
|
cannam@154
|
3249 # Keep in sync with _LT_DLL_DEF_P in libtool.m4
|
cannam@154
|
3250 func_dll_def_p ()
|
cannam@154
|
3251 {
|
cannam@154
|
3252 $debug_cmd
|
cannam@154
|
3253
|
cannam@154
|
3254 func_dll_def_p_tmp=`$SED -n \
|
cannam@154
|
3255 -e 's/^[ ]*//' \
|
cannam@154
|
3256 -e '/^\(;.*\)*$/d' \
|
cannam@154
|
3257 -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \
|
cannam@154
|
3258 -e q \
|
cannam@154
|
3259 "$1"`
|
cannam@154
|
3260 test DEF = "$func_dll_def_p_tmp"
|
cannam@154
|
3261 }
|
cannam@154
|
3262
|
cannam@154
|
3263
|
cannam@154
|
3264 # func_mode_compile arg...
|
cannam@154
|
3265 func_mode_compile ()
|
cannam@154
|
3266 {
|
cannam@154
|
3267 $debug_cmd
|
cannam@154
|
3268
|
cannam@154
|
3269 # Get the compilation command and the source file.
|
cannam@154
|
3270 base_compile=
|
cannam@154
|
3271 srcfile=$nonopt # always keep a non-empty value in "srcfile"
|
cannam@154
|
3272 suppress_opt=yes
|
cannam@154
|
3273 suppress_output=
|
cannam@154
|
3274 arg_mode=normal
|
cannam@154
|
3275 libobj=
|
cannam@154
|
3276 later=
|
cannam@154
|
3277 pie_flag=
|
cannam@154
|
3278
|
cannam@154
|
3279 for arg
|
cannam@154
|
3280 do
|
cannam@154
|
3281 case $arg_mode in
|
cannam@154
|
3282 arg )
|
cannam@154
|
3283 # do not "continue". Instead, add this to base_compile
|
cannam@154
|
3284 lastarg=$arg
|
cannam@154
|
3285 arg_mode=normal
|
cannam@154
|
3286 ;;
|
cannam@154
|
3287
|
cannam@154
|
3288 target )
|
cannam@154
|
3289 libobj=$arg
|
cannam@154
|
3290 arg_mode=normal
|
cannam@154
|
3291 continue
|
cannam@154
|
3292 ;;
|
cannam@154
|
3293
|
cannam@154
|
3294 normal )
|
cannam@154
|
3295 # Accept any command-line options.
|
cannam@154
|
3296 case $arg in
|
cannam@154
|
3297 -o)
|
cannam@154
|
3298 test -n "$libobj" && \
|
cannam@154
|
3299 func_fatal_error "you cannot specify '-o' more than once"
|
cannam@154
|
3300 arg_mode=target
|
cannam@154
|
3301 continue
|
cannam@154
|
3302 ;;
|
cannam@154
|
3303
|
cannam@154
|
3304 -pie | -fpie | -fPIE)
|
cannam@154
|
3305 func_append pie_flag " $arg"
|
cannam@154
|
3306 continue
|
cannam@154
|
3307 ;;
|
cannam@154
|
3308
|
cannam@154
|
3309 -shared | -static | -prefer-pic | -prefer-non-pic)
|
cannam@154
|
3310 func_append later " $arg"
|
cannam@154
|
3311 continue
|
cannam@154
|
3312 ;;
|
cannam@154
|
3313
|
cannam@154
|
3314 -no-suppress)
|
cannam@154
|
3315 suppress_opt=no
|
cannam@154
|
3316 continue
|
cannam@154
|
3317 ;;
|
cannam@154
|
3318
|
cannam@154
|
3319 -Xcompiler)
|
cannam@154
|
3320 arg_mode=arg # the next one goes into the "base_compile" arg list
|
cannam@154
|
3321 continue # The current "srcfile" will either be retained or
|
cannam@154
|
3322 ;; # replaced later. I would guess that would be a bug.
|
cannam@154
|
3323
|
cannam@154
|
3324 -Wc,*)
|
cannam@154
|
3325 func_stripname '-Wc,' '' "$arg"
|
cannam@154
|
3326 args=$func_stripname_result
|
cannam@154
|
3327 lastarg=
|
cannam@154
|
3328 save_ifs=$IFS; IFS=,
|
cannam@154
|
3329 for arg in $args; do
|
cannam@154
|
3330 IFS=$save_ifs
|
cannam@154
|
3331 func_append_quoted lastarg "$arg"
|
cannam@154
|
3332 done
|
cannam@154
|
3333 IFS=$save_ifs
|
cannam@154
|
3334 func_stripname ' ' '' "$lastarg"
|
cannam@154
|
3335 lastarg=$func_stripname_result
|
cannam@154
|
3336
|
cannam@154
|
3337 # Add the arguments to base_compile.
|
cannam@154
|
3338 func_append base_compile " $lastarg"
|
cannam@154
|
3339 continue
|
cannam@154
|
3340 ;;
|
cannam@154
|
3341
|
cannam@154
|
3342 *)
|
cannam@154
|
3343 # Accept the current argument as the source file.
|
cannam@154
|
3344 # The previous "srcfile" becomes the current argument.
|
cannam@154
|
3345 #
|
cannam@154
|
3346 lastarg=$srcfile
|
cannam@154
|
3347 srcfile=$arg
|
cannam@154
|
3348 ;;
|
cannam@154
|
3349 esac # case $arg
|
cannam@154
|
3350 ;;
|
cannam@154
|
3351 esac # case $arg_mode
|
cannam@154
|
3352
|
cannam@154
|
3353 # Aesthetically quote the previous argument.
|
cannam@154
|
3354 func_append_quoted base_compile "$lastarg"
|
cannam@154
|
3355 done # for arg
|
cannam@154
|
3356
|
cannam@154
|
3357 case $arg_mode in
|
cannam@154
|
3358 arg)
|
cannam@154
|
3359 func_fatal_error "you must specify an argument for -Xcompile"
|
cannam@154
|
3360 ;;
|
cannam@154
|
3361 target)
|
cannam@154
|
3362 func_fatal_error "you must specify a target with '-o'"
|
cannam@154
|
3363 ;;
|
cannam@154
|
3364 *)
|
cannam@154
|
3365 # Get the name of the library object.
|
cannam@154
|
3366 test -z "$libobj" && {
|
cannam@154
|
3367 func_basename "$srcfile"
|
cannam@154
|
3368 libobj=$func_basename_result
|
cannam@154
|
3369 }
|
cannam@154
|
3370 ;;
|
cannam@154
|
3371 esac
|
cannam@154
|
3372
|
cannam@154
|
3373 # Recognize several different file suffixes.
|
cannam@154
|
3374 # If the user specifies -o file.o, it is replaced with file.lo
|
cannam@154
|
3375 case $libobj in
|
cannam@154
|
3376 *.[cCFSifmso] | \
|
cannam@154
|
3377 *.ada | *.adb | *.ads | *.asm | \
|
cannam@154
|
3378 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
|
cannam@154
|
3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
cannam@154
|
3380 func_xform "$libobj"
|
cannam@154
|
3381 libobj=$func_xform_result
|
cannam@154
|
3382 ;;
|
cannam@154
|
3383 esac
|
cannam@154
|
3384
|
cannam@154
|
3385 case $libobj in
|
cannam@154
|
3386 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
|
cannam@154
|
3387 *)
|
cannam@154
|
3388 func_fatal_error "cannot determine name of library object from '$libobj'"
|
cannam@154
|
3389 ;;
|
cannam@154
|
3390 esac
|
cannam@154
|
3391
|
cannam@154
|
3392 func_infer_tag $base_compile
|
cannam@154
|
3393
|
cannam@154
|
3394 for arg in $later; do
|
cannam@154
|
3395 case $arg in
|
cannam@154
|
3396 -shared)
|
cannam@154
|
3397 test yes = "$build_libtool_libs" \
|
cannam@154
|
3398 || func_fatal_configuration "cannot build a shared library"
|
cannam@154
|
3399 build_old_libs=no
|
cannam@154
|
3400 continue
|
cannam@154
|
3401 ;;
|
cannam@154
|
3402
|
cannam@154
|
3403 -static)
|
cannam@154
|
3404 build_libtool_libs=no
|
cannam@154
|
3405 build_old_libs=yes
|
cannam@154
|
3406 continue
|
cannam@154
|
3407 ;;
|
cannam@154
|
3408
|
cannam@154
|
3409 -prefer-pic)
|
cannam@154
|
3410 pic_mode=yes
|
cannam@154
|
3411 continue
|
cannam@154
|
3412 ;;
|
cannam@154
|
3413
|
cannam@154
|
3414 -prefer-non-pic)
|
cannam@154
|
3415 pic_mode=no
|
cannam@154
|
3416 continue
|
cannam@154
|
3417 ;;
|
cannam@154
|
3418 esac
|
cannam@154
|
3419 done
|
cannam@154
|
3420
|
cannam@154
|
3421 func_quote_for_eval "$libobj"
|
cannam@154
|
3422 test "X$libobj" != "X$func_quote_for_eval_result" \
|
cannam@154
|
3423 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
|
cannam@154
|
3424 && func_warning "libobj name '$libobj' may not contain shell special characters."
|
cannam@154
|
3425 func_dirname_and_basename "$obj" "/" ""
|
cannam@154
|
3426 objname=$func_basename_result
|
cannam@154
|
3427 xdir=$func_dirname_result
|
cannam@154
|
3428 lobj=$xdir$objdir/$objname
|
cannam@154
|
3429
|
cannam@154
|
3430 test -z "$base_compile" && \
|
cannam@154
|
3431 func_fatal_help "you must specify a compilation command"
|
cannam@154
|
3432
|
cannam@154
|
3433 # Delete any leftover library objects.
|
cannam@154
|
3434 if test yes = "$build_old_libs"; then
|
cannam@154
|
3435 removelist="$obj $lobj $libobj ${libobj}T"
|
cannam@154
|
3436 else
|
cannam@154
|
3437 removelist="$lobj $libobj ${libobj}T"
|
cannam@154
|
3438 fi
|
cannam@154
|
3439
|
cannam@154
|
3440 # On Cygwin there's no "real" PIC flag so we must build both object types
|
cannam@154
|
3441 case $host_os in
|
cannam@154
|
3442 cygwin* | mingw* | pw32* | os2* | cegcc*)
|
cannam@154
|
3443 pic_mode=default
|
cannam@154
|
3444 ;;
|
cannam@154
|
3445 esac
|
cannam@154
|
3446 if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
|
cannam@154
|
3447 # non-PIC code in shared libraries is not supported
|
cannam@154
|
3448 pic_mode=default
|
cannam@154
|
3449 fi
|
cannam@154
|
3450
|
cannam@154
|
3451 # Calculate the filename of the output object if compiler does
|
cannam@154
|
3452 # not support -o with -c
|
cannam@154
|
3453 if test no = "$compiler_c_o"; then
|
cannam@154
|
3454 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
|
cannam@154
|
3455 lockfile=$output_obj.lock
|
cannam@154
|
3456 else
|
cannam@154
|
3457 output_obj=
|
cannam@154
|
3458 need_locks=no
|
cannam@154
|
3459 lockfile=
|
cannam@154
|
3460 fi
|
cannam@154
|
3461
|
cannam@154
|
3462 # Lock this critical section if it is needed
|
cannam@154
|
3463 # We use this script file to make the link, it avoids creating a new file
|
cannam@154
|
3464 if test yes = "$need_locks"; then
|
cannam@154
|
3465 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
|
cannam@154
|
3466 func_echo "Waiting for $lockfile to be removed"
|
cannam@154
|
3467 sleep 2
|
cannam@154
|
3468 done
|
cannam@154
|
3469 elif test warn = "$need_locks"; then
|
cannam@154
|
3470 if test -f "$lockfile"; then
|
cannam@154
|
3471 $ECHO "\
|
cannam@154
|
3472 *** ERROR, $lockfile exists and contains:
|
cannam@154
|
3473 `cat $lockfile 2>/dev/null`
|
cannam@154
|
3474
|
cannam@154
|
3475 This indicates that another process is trying to use the same
|
cannam@154
|
3476 temporary object file, and libtool could not work around it because
|
cannam@154
|
3477 your compiler does not support '-c' and '-o' together. If you
|
cannam@154
|
3478 repeat this compilation, it may succeed, by chance, but you had better
|
cannam@154
|
3479 avoid parallel builds (make -j) in this platform, or get a better
|
cannam@154
|
3480 compiler."
|
cannam@154
|
3481
|
cannam@154
|
3482 $opt_dry_run || $RM $removelist
|
cannam@154
|
3483 exit $EXIT_FAILURE
|
cannam@154
|
3484 fi
|
cannam@154
|
3485 func_append removelist " $output_obj"
|
cannam@154
|
3486 $ECHO "$srcfile" > "$lockfile"
|
cannam@154
|
3487 fi
|
cannam@154
|
3488
|
cannam@154
|
3489 $opt_dry_run || $RM $removelist
|
cannam@154
|
3490 func_append removelist " $lockfile"
|
cannam@154
|
3491 trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
|
cannam@154
|
3492
|
cannam@154
|
3493 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
|
cannam@154
|
3494 srcfile=$func_to_tool_file_result
|
cannam@154
|
3495 func_quote_for_eval "$srcfile"
|
cannam@154
|
3496 qsrcfile=$func_quote_for_eval_result
|
cannam@154
|
3497
|
cannam@154
|
3498 # Only build a PIC object if we are building libtool libraries.
|
cannam@154
|
3499 if test yes = "$build_libtool_libs"; then
|
cannam@154
|
3500 # Without this assignment, base_compile gets emptied.
|
cannam@154
|
3501 fbsd_hideous_sh_bug=$base_compile
|
cannam@154
|
3502
|
cannam@154
|
3503 if test no != "$pic_mode"; then
|
cannam@154
|
3504 command="$base_compile $qsrcfile $pic_flag"
|
cannam@154
|
3505 else
|
cannam@154
|
3506 # Don't build PIC code
|
cannam@154
|
3507 command="$base_compile $qsrcfile"
|
cannam@154
|
3508 fi
|
cannam@154
|
3509
|
cannam@154
|
3510 func_mkdir_p "$xdir$objdir"
|
cannam@154
|
3511
|
cannam@154
|
3512 if test -z "$output_obj"; then
|
cannam@154
|
3513 # Place PIC objects in $objdir
|
cannam@154
|
3514 func_append command " -o $lobj"
|
cannam@154
|
3515 fi
|
cannam@154
|
3516
|
cannam@154
|
3517 func_show_eval_locale "$command" \
|
cannam@154
|
3518 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
|
cannam@154
|
3519
|
cannam@154
|
3520 if test warn = "$need_locks" &&
|
cannam@154
|
3521 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
|
cannam@154
|
3522 $ECHO "\
|
cannam@154
|
3523 *** ERROR, $lockfile contains:
|
cannam@154
|
3524 `cat $lockfile 2>/dev/null`
|
cannam@154
|
3525
|
cannam@154
|
3526 but it should contain:
|
cannam@154
|
3527 $srcfile
|
cannam@154
|
3528
|
cannam@154
|
3529 This indicates that another process is trying to use the same
|
cannam@154
|
3530 temporary object file, and libtool could not work around it because
|
cannam@154
|
3531 your compiler does not support '-c' and '-o' together. If you
|
cannam@154
|
3532 repeat this compilation, it may succeed, by chance, but you had better
|
cannam@154
|
3533 avoid parallel builds (make -j) in this platform, or get a better
|
cannam@154
|
3534 compiler."
|
cannam@154
|
3535
|
cannam@154
|
3536 $opt_dry_run || $RM $removelist
|
cannam@154
|
3537 exit $EXIT_FAILURE
|
cannam@154
|
3538 fi
|
cannam@154
|
3539
|
cannam@154
|
3540 # Just move the object if needed, then go on to compile the next one
|
cannam@154
|
3541 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
|
cannam@154
|
3542 func_show_eval '$MV "$output_obj" "$lobj"' \
|
cannam@154
|
3543 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
|
cannam@154
|
3544 fi
|
cannam@154
|
3545
|
cannam@154
|
3546 # Allow error messages only from the first compilation.
|
cannam@154
|
3547 if test yes = "$suppress_opt"; then
|
cannam@154
|
3548 suppress_output=' >/dev/null 2>&1'
|
cannam@154
|
3549 fi
|
cannam@154
|
3550 fi
|
cannam@154
|
3551
|
cannam@154
|
3552 # Only build a position-dependent object if we build old libraries.
|
cannam@154
|
3553 if test yes = "$build_old_libs"; then
|
cannam@154
|
3554 if test yes != "$pic_mode"; then
|
cannam@154
|
3555 # Don't build PIC code
|
cannam@154
|
3556 command="$base_compile $qsrcfile$pie_flag"
|
cannam@154
|
3557 else
|
cannam@154
|
3558 command="$base_compile $qsrcfile $pic_flag"
|
cannam@154
|
3559 fi
|
cannam@154
|
3560 if test yes = "$compiler_c_o"; then
|
cannam@154
|
3561 func_append command " -o $obj"
|
cannam@154
|
3562 fi
|
cannam@154
|
3563
|
cannam@154
|
3564 # Suppress compiler output if we already did a PIC compilation.
|
cannam@154
|
3565 func_append command "$suppress_output"
|
cannam@154
|
3566 func_show_eval_locale "$command" \
|
cannam@154
|
3567 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
|
cannam@154
|
3568
|
cannam@154
|
3569 if test warn = "$need_locks" &&
|
cannam@154
|
3570 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
|
cannam@154
|
3571 $ECHO "\
|
cannam@154
|
3572 *** ERROR, $lockfile contains:
|
cannam@154
|
3573 `cat $lockfile 2>/dev/null`
|
cannam@154
|
3574
|
cannam@154
|
3575 but it should contain:
|
cannam@154
|
3576 $srcfile
|
cannam@154
|
3577
|
cannam@154
|
3578 This indicates that another process is trying to use the same
|
cannam@154
|
3579 temporary object file, and libtool could not work around it because
|
cannam@154
|
3580 your compiler does not support '-c' and '-o' together. If you
|
cannam@154
|
3581 repeat this compilation, it may succeed, by chance, but you had better
|
cannam@154
|
3582 avoid parallel builds (make -j) in this platform, or get a better
|
cannam@154
|
3583 compiler."
|
cannam@154
|
3584
|
cannam@154
|
3585 $opt_dry_run || $RM $removelist
|
cannam@154
|
3586 exit $EXIT_FAILURE
|
cannam@154
|
3587 fi
|
cannam@154
|
3588
|
cannam@154
|
3589 # Just move the object if needed
|
cannam@154
|
3590 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
cannam@154
|
3591 func_show_eval '$MV "$output_obj" "$obj"' \
|
cannam@154
|
3592 'error=$?; $opt_dry_run || $RM $removelist; exit $error'
|
cannam@154
|
3593 fi
|
cannam@154
|
3594 fi
|
cannam@154
|
3595
|
cannam@154
|
3596 $opt_dry_run || {
|
cannam@154
|
3597 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
|
cannam@154
|
3598
|
cannam@154
|
3599 # Unlock the critical section if it was locked
|
cannam@154
|
3600 if test no != "$need_locks"; then
|
cannam@154
|
3601 removelist=$lockfile
|
cannam@154
|
3602 $RM "$lockfile"
|
cannam@154
|
3603 fi
|
cannam@154
|
3604 }
|
cannam@154
|
3605
|
cannam@154
|
3606 exit $EXIT_SUCCESS
|
cannam@154
|
3607 }
|
cannam@154
|
3608
|
cannam@154
|
3609 $opt_help || {
|
cannam@154
|
3610 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
|
cannam@154
|
3611 }
|
cannam@154
|
3612
|
cannam@154
|
3613 func_mode_help ()
|
cannam@154
|
3614 {
|
cannam@154
|
3615 # We need to display help for each of the modes.
|
cannam@154
|
3616 case $opt_mode in
|
cannam@154
|
3617 "")
|
cannam@154
|
3618 # Generic help is extracted from the usage comments
|
cannam@154
|
3619 # at the start of this file.
|
cannam@154
|
3620 func_help
|
cannam@154
|
3621 ;;
|
cannam@154
|
3622
|
cannam@154
|
3623 clean)
|
cannam@154
|
3624 $ECHO \
|
cannam@154
|
3625 "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
|
cannam@154
|
3626
|
cannam@154
|
3627 Remove files from the build directory.
|
cannam@154
|
3628
|
cannam@154
|
3629 RM is the name of the program to use to delete files associated with each FILE
|
cannam@154
|
3630 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
|
cannam@154
|
3631 to RM.
|
cannam@154
|
3632
|
cannam@154
|
3633 If FILE is a libtool library, object or program, all the files associated
|
cannam@154
|
3634 with it are deleted. Otherwise, only FILE itself is deleted using RM."
|
cannam@154
|
3635 ;;
|
cannam@154
|
3636
|
cannam@154
|
3637 compile)
|
cannam@154
|
3638 $ECHO \
|
cannam@154
|
3639 "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
|
cannam@154
|
3640
|
cannam@154
|
3641 Compile a source file into a libtool library object.
|
cannam@154
|
3642
|
cannam@154
|
3643 This mode accepts the following additional options:
|
cannam@154
|
3644
|
cannam@154
|
3645 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
|
cannam@154
|
3646 -no-suppress do not suppress compiler output for multiple passes
|
cannam@154
|
3647 -prefer-pic try to build PIC objects only
|
cannam@154
|
3648 -prefer-non-pic try to build non-PIC objects only
|
cannam@154
|
3649 -shared do not build a '.o' file suitable for static linking
|
cannam@154
|
3650 -static only build a '.o' file suitable for static linking
|
cannam@154
|
3651 -Wc,FLAG pass FLAG directly to the compiler
|
cannam@154
|
3652
|
cannam@154
|
3653 COMPILE-COMMAND is a command to be used in creating a 'standard' object file
|
cannam@154
|
3654 from the given SOURCEFILE.
|
cannam@154
|
3655
|
cannam@154
|
3656 The output file name is determined by removing the directory component from
|
cannam@154
|
3657 SOURCEFILE, then substituting the C source code suffix '.c' with the
|
cannam@154
|
3658 library object suffix, '.lo'."
|
cannam@154
|
3659 ;;
|
cannam@154
|
3660
|
cannam@154
|
3661 execute)
|
cannam@154
|
3662 $ECHO \
|
cannam@154
|
3663 "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
|
cannam@154
|
3664
|
cannam@154
|
3665 Automatically set library path, then run a program.
|
cannam@154
|
3666
|
cannam@154
|
3667 This mode accepts the following additional options:
|
cannam@154
|
3668
|
cannam@154
|
3669 -dlopen FILE add the directory containing FILE to the library path
|
cannam@154
|
3670
|
cannam@154
|
3671 This mode sets the library path environment variable according to '-dlopen'
|
cannam@154
|
3672 flags.
|
cannam@154
|
3673
|
cannam@154
|
3674 If any of the ARGS are libtool executable wrappers, then they are translated
|
cannam@154
|
3675 into their corresponding uninstalled binary, and any of their required library
|
cannam@154
|
3676 directories are added to the library path.
|
cannam@154
|
3677
|
cannam@154
|
3678 Then, COMMAND is executed, with ARGS as arguments."
|
cannam@154
|
3679 ;;
|
cannam@154
|
3680
|
cannam@154
|
3681 finish)
|
cannam@154
|
3682 $ECHO \
|
cannam@154
|
3683 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
|
cannam@154
|
3684
|
cannam@154
|
3685 Complete the installation of libtool libraries.
|
cannam@154
|
3686
|
cannam@154
|
3687 Each LIBDIR is a directory that contains libtool libraries.
|
cannam@154
|
3688
|
cannam@154
|
3689 The commands that this mode executes may require superuser privileges. Use
|
cannam@154
|
3690 the '--dry-run' option if you just want to see what would be executed."
|
cannam@154
|
3691 ;;
|
cannam@154
|
3692
|
cannam@154
|
3693 install)
|
cannam@154
|
3694 $ECHO \
|
cannam@154
|
3695 "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
|
cannam@154
|
3696
|
cannam@154
|
3697 Install executables or libraries.
|
cannam@154
|
3698
|
cannam@154
|
3699 INSTALL-COMMAND is the installation command. The first component should be
|
cannam@154
|
3700 either the 'install' or 'cp' program.
|
cannam@154
|
3701
|
cannam@154
|
3702 The following components of INSTALL-COMMAND are treated specially:
|
cannam@154
|
3703
|
cannam@154
|
3704 -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation
|
cannam@154
|
3705
|
cannam@154
|
3706 The rest of the components are interpreted as arguments to that command (only
|
cannam@154
|
3707 BSD-compatible install options are recognized)."
|
cannam@154
|
3708 ;;
|
cannam@154
|
3709
|
cannam@154
|
3710 link)
|
cannam@154
|
3711 $ECHO \
|
cannam@154
|
3712 "Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
|
cannam@154
|
3713
|
cannam@154
|
3714 Link object files or libraries together to form another library, or to
|
cannam@154
|
3715 create an executable program.
|
cannam@154
|
3716
|
cannam@154
|
3717 LINK-COMMAND is a command using the C compiler that you would use to create
|
cannam@154
|
3718 a program from several object files.
|
cannam@154
|
3719
|
cannam@154
|
3720 The following components of LINK-COMMAND are treated specially:
|
cannam@154
|
3721
|
cannam@154
|
3722 -all-static do not do any dynamic linking at all
|
cannam@154
|
3723 -avoid-version do not add a version suffix if possible
|
cannam@154
|
3724 -bindir BINDIR specify path to binaries directory (for systems where
|
cannam@154
|
3725 libraries must be found in the PATH setting at runtime)
|
cannam@154
|
3726 -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime
|
cannam@154
|
3727 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
|
cannam@154
|
3728 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
|
cannam@154
|
3729 -export-symbols SYMFILE
|
cannam@154
|
3730 try to export only the symbols listed in SYMFILE
|
cannam@154
|
3731 -export-symbols-regex REGEX
|
cannam@154
|
3732 try to export only the symbols matching REGEX
|
cannam@154
|
3733 -LLIBDIR search LIBDIR for required installed libraries
|
cannam@154
|
3734 -lNAME OUTPUT-FILE requires the installed library libNAME
|
cannam@154
|
3735 -module build a library that can dlopened
|
cannam@154
|
3736 -no-fast-install disable the fast-install mode
|
cannam@154
|
3737 -no-install link a not-installable executable
|
cannam@154
|
3738 -no-undefined declare that a library does not refer to external symbols
|
cannam@154
|
3739 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
|
cannam@154
|
3740 -objectlist FILE use a list of object files found in FILE to specify objects
|
cannam@154
|
3741 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
|
cannam@154
|
3742 -precious-files-regex REGEX
|
cannam@154
|
3743 don't remove output files matching REGEX
|
cannam@154
|
3744 -release RELEASE specify package release information
|
cannam@154
|
3745 -rpath LIBDIR the created library will eventually be installed in LIBDIR
|
cannam@154
|
3746 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
|
cannam@154
|
3747 -shared only do dynamic linking of libtool libraries
|
cannam@154
|
3748 -shrext SUFFIX override the standard shared library file extension
|
cannam@154
|
3749 -static do not do any dynamic linking of uninstalled libtool libraries
|
cannam@154
|
3750 -static-libtool-libs
|
cannam@154
|
3751 do not do any dynamic linking of libtool libraries
|
cannam@154
|
3752 -version-info CURRENT[:REVISION[:AGE]]
|
cannam@154
|
3753 specify library version info [each variable defaults to 0]
|
cannam@154
|
3754 -weak LIBNAME declare that the target provides the LIBNAME interface
|
cannam@154
|
3755 -Wc,FLAG
|
cannam@154
|
3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler
|
cannam@154
|
3757 -Wl,FLAG
|
cannam@154
|
3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker
|
cannam@154
|
3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
|
cannam@154
|
3760
|
cannam@154
|
3761 All other options (arguments beginning with '-') are ignored.
|
cannam@154
|
3762
|
cannam@154
|
3763 Every other argument is treated as a filename. Files ending in '.la' are
|
cannam@154
|
3764 treated as uninstalled libtool libraries, other files are standard or library
|
cannam@154
|
3765 object files.
|
cannam@154
|
3766
|
cannam@154
|
3767 If the OUTPUT-FILE ends in '.la', then a libtool library is created,
|
cannam@154
|
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
|
cannam@154
|
3769 required, except when creating a convenience library.
|
cannam@154
|
3770
|
cannam@154
|
3771 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
|
cannam@154
|
3772 using 'ar' and 'ranlib', or on Windows using 'lib'.
|
cannam@154
|
3773
|
cannam@154
|
3774 If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
|
cannam@154
|
3775 is created, otherwise an executable program is created."
|
cannam@154
|
3776 ;;
|
cannam@154
|
3777
|
cannam@154
|
3778 uninstall)
|
cannam@154
|
3779 $ECHO \
|
cannam@154
|
3780 "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
|
cannam@154
|
3781
|
cannam@154
|
3782 Remove libraries from an installation directory.
|
cannam@154
|
3783
|
cannam@154
|
3784 RM is the name of the program to use to delete files associated with each FILE
|
cannam@154
|
3785 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
|
cannam@154
|
3786 to RM.
|
cannam@154
|
3787
|
cannam@154
|
3788 If FILE is a libtool library, all the files associated with it are deleted.
|
cannam@154
|
3789 Otherwise, only FILE itself is deleted using RM."
|
cannam@154
|
3790 ;;
|
cannam@154
|
3791
|
cannam@154
|
3792 *)
|
cannam@154
|
3793 func_fatal_help "invalid operation mode '$opt_mode'"
|
cannam@154
|
3794 ;;
|
cannam@154
|
3795 esac
|
cannam@154
|
3796
|
cannam@154
|
3797 echo
|
cannam@154
|
3798 $ECHO "Try '$progname --help' for more information about other modes."
|
cannam@154
|
3799 }
|
cannam@154
|
3800
|
cannam@154
|
3801 # Now that we've collected a possible --mode arg, show help if necessary
|
cannam@154
|
3802 if $opt_help; then
|
cannam@154
|
3803 if test : = "$opt_help"; then
|
cannam@154
|
3804 func_mode_help
|
cannam@154
|
3805 else
|
cannam@154
|
3806 {
|
cannam@154
|
3807 func_help noexit
|
cannam@154
|
3808 for opt_mode in compile link execute install finish uninstall clean; do
|
cannam@154
|
3809 func_mode_help
|
cannam@154
|
3810 done
|
cannam@154
|
3811 } | $SED -n '1p; 2,$s/^Usage:/ or: /p'
|
cannam@154
|
3812 {
|
cannam@154
|
3813 func_help noexit
|
cannam@154
|
3814 for opt_mode in compile link execute install finish uninstall clean; do
|
cannam@154
|
3815 echo
|
cannam@154
|
3816 func_mode_help
|
cannam@154
|
3817 done
|
cannam@154
|
3818 } |
|
cannam@154
|
3819 $SED '1d
|
cannam@154
|
3820 /^When reporting/,/^Report/{
|
cannam@154
|
3821 H
|
cannam@154
|
3822 d
|
cannam@154
|
3823 }
|
cannam@154
|
3824 $x
|
cannam@154
|
3825 /information about other modes/d
|
cannam@154
|
3826 /more detailed .*MODE/d
|
cannam@154
|
3827 s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
|
cannam@154
|
3828 fi
|
cannam@154
|
3829 exit $?
|
cannam@154
|
3830 fi
|
cannam@154
|
3831
|
cannam@154
|
3832
|
cannam@154
|
3833 # func_mode_execute arg...
|
cannam@154
|
3834 func_mode_execute ()
|
cannam@154
|
3835 {
|
cannam@154
|
3836 $debug_cmd
|
cannam@154
|
3837
|
cannam@154
|
3838 # The first argument is the command name.
|
cannam@154
|
3839 cmd=$nonopt
|
cannam@154
|
3840 test -z "$cmd" && \
|
cannam@154
|
3841 func_fatal_help "you must specify a COMMAND"
|
cannam@154
|
3842
|
cannam@154
|
3843 # Handle -dlopen flags immediately.
|
cannam@154
|
3844 for file in $opt_dlopen; do
|
cannam@154
|
3845 test -f "$file" \
|
cannam@154
|
3846 || func_fatal_help "'$file' is not a file"
|
cannam@154
|
3847
|
cannam@154
|
3848 dir=
|
cannam@154
|
3849 case $file in
|
cannam@154
|
3850 *.la)
|
cannam@154
|
3851 func_resolve_sysroot "$file"
|
cannam@154
|
3852 file=$func_resolve_sysroot_result
|
cannam@154
|
3853
|
cannam@154
|
3854 # Check to see that this really is a libtool archive.
|
cannam@154
|
3855 func_lalib_unsafe_p "$file" \
|
cannam@154
|
3856 || func_fatal_help "'$lib' is not a valid libtool archive"
|
cannam@154
|
3857
|
cannam@154
|
3858 # Read the libtool library.
|
cannam@154
|
3859 dlname=
|
cannam@154
|
3860 library_names=
|
cannam@154
|
3861 func_source "$file"
|
cannam@154
|
3862
|
cannam@154
|
3863 # Skip this library if it cannot be dlopened.
|
cannam@154
|
3864 if test -z "$dlname"; then
|
cannam@154
|
3865 # Warn if it was a shared library.
|
cannam@154
|
3866 test -n "$library_names" && \
|
cannam@154
|
3867 func_warning "'$file' was not linked with '-export-dynamic'"
|
cannam@154
|
3868 continue
|
cannam@154
|
3869 fi
|
cannam@154
|
3870
|
cannam@154
|
3871 func_dirname "$file" "" "."
|
cannam@154
|
3872 dir=$func_dirname_result
|
cannam@154
|
3873
|
cannam@154
|
3874 if test -f "$dir/$objdir/$dlname"; then
|
cannam@154
|
3875 func_append dir "/$objdir"
|
cannam@154
|
3876 else
|
cannam@154
|
3877 if test ! -f "$dir/$dlname"; then
|
cannam@154
|
3878 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
|
cannam@154
|
3879 fi
|
cannam@154
|
3880 fi
|
cannam@154
|
3881 ;;
|
cannam@154
|
3882
|
cannam@154
|
3883 *.lo)
|
cannam@154
|
3884 # Just add the directory containing the .lo file.
|
cannam@154
|
3885 func_dirname "$file" "" "."
|
cannam@154
|
3886 dir=$func_dirname_result
|
cannam@154
|
3887 ;;
|
cannam@154
|
3888
|
cannam@154
|
3889 *)
|
cannam@154
|
3890 func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
|
cannam@154
|
3891 continue
|
cannam@154
|
3892 ;;
|
cannam@154
|
3893 esac
|
cannam@154
|
3894
|
cannam@154
|
3895 # Get the absolute pathname.
|
cannam@154
|
3896 absdir=`cd "$dir" && pwd`
|
cannam@154
|
3897 test -n "$absdir" && dir=$absdir
|
cannam@154
|
3898
|
cannam@154
|
3899 # Now add the directory to shlibpath_var.
|
cannam@154
|
3900 if eval "test -z \"\$$shlibpath_var\""; then
|
cannam@154
|
3901 eval "$shlibpath_var=\"\$dir\""
|
cannam@154
|
3902 else
|
cannam@154
|
3903 eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
|
cannam@154
|
3904 fi
|
cannam@154
|
3905 done
|
cannam@154
|
3906
|
cannam@154
|
3907 # This variable tells wrapper scripts just to set shlibpath_var
|
cannam@154
|
3908 # rather than running their programs.
|
cannam@154
|
3909 libtool_execute_magic=$magic
|
cannam@154
|
3910
|
cannam@154
|
3911 # Check if any of the arguments is a wrapper script.
|
cannam@154
|
3912 args=
|
cannam@154
|
3913 for file
|
cannam@154
|
3914 do
|
cannam@154
|
3915 case $file in
|
cannam@154
|
3916 -* | *.la | *.lo ) ;;
|
cannam@154
|
3917 *)
|
cannam@154
|
3918 # Do a test to see if this is really a libtool program.
|
cannam@154
|
3919 if func_ltwrapper_script_p "$file"; then
|
cannam@154
|
3920 func_source "$file"
|
cannam@154
|
3921 # Transform arg to wrapped name.
|
cannam@154
|
3922 file=$progdir/$program
|
cannam@154
|
3923 elif func_ltwrapper_executable_p "$file"; then
|
cannam@154
|
3924 func_ltwrapper_scriptname "$file"
|
cannam@154
|
3925 func_source "$func_ltwrapper_scriptname_result"
|
cannam@154
|
3926 # Transform arg to wrapped name.
|
cannam@154
|
3927 file=$progdir/$program
|
cannam@154
|
3928 fi
|
cannam@154
|
3929 ;;
|
cannam@154
|
3930 esac
|
cannam@154
|
3931 # Quote arguments (to preserve shell metacharacters).
|
cannam@154
|
3932 func_append_quoted args "$file"
|
cannam@154
|
3933 done
|
cannam@154
|
3934
|
cannam@154
|
3935 if $opt_dry_run; then
|
cannam@154
|
3936 # Display what would be done.
|
cannam@154
|
3937 if test -n "$shlibpath_var"; then
|
cannam@154
|
3938 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
|
cannam@154
|
3939 echo "export $shlibpath_var"
|
cannam@154
|
3940 fi
|
cannam@154
|
3941 $ECHO "$cmd$args"
|
cannam@154
|
3942 exit $EXIT_SUCCESS
|
cannam@154
|
3943 else
|
cannam@154
|
3944 if test -n "$shlibpath_var"; then
|
cannam@154
|
3945 # Export the shlibpath_var.
|
cannam@154
|
3946 eval "export $shlibpath_var"
|
cannam@154
|
3947 fi
|
cannam@154
|
3948
|
cannam@154
|
3949 # Restore saved environment variables
|
cannam@154
|
3950 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
|
cannam@154
|
3951 do
|
cannam@154
|
3952 eval "if test \"\${save_$lt_var+set}\" = set; then
|
cannam@154
|
3953 $lt_var=\$save_$lt_var; export $lt_var
|
cannam@154
|
3954 else
|
cannam@154
|
3955 $lt_unset $lt_var
|
cannam@154
|
3956 fi"
|
cannam@154
|
3957 done
|
cannam@154
|
3958
|
cannam@154
|
3959 # Now prepare to actually exec the command.
|
cannam@154
|
3960 exec_cmd=\$cmd$args
|
cannam@154
|
3961 fi
|
cannam@154
|
3962 }
|
cannam@154
|
3963
|
cannam@154
|
3964 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
|
cannam@154
|
3965
|
cannam@154
|
3966
|
cannam@154
|
3967 # func_mode_finish arg...
|
cannam@154
|
3968 func_mode_finish ()
|
cannam@154
|
3969 {
|
cannam@154
|
3970 $debug_cmd
|
cannam@154
|
3971
|
cannam@154
|
3972 libs=
|
cannam@154
|
3973 libdirs=
|
cannam@154
|
3974 admincmds=
|
cannam@154
|
3975
|
cannam@154
|
3976 for opt in "$nonopt" ${1+"$@"}
|
cannam@154
|
3977 do
|
cannam@154
|
3978 if test -d "$opt"; then
|
cannam@154
|
3979 func_append libdirs " $opt"
|
cannam@154
|
3980
|
cannam@154
|
3981 elif test -f "$opt"; then
|
cannam@154
|
3982 if func_lalib_unsafe_p "$opt"; then
|
cannam@154
|
3983 func_append libs " $opt"
|
cannam@154
|
3984 else
|
cannam@154
|
3985 func_warning "'$opt' is not a valid libtool archive"
|
cannam@154
|
3986 fi
|
cannam@154
|
3987
|
cannam@154
|
3988 else
|
cannam@154
|
3989 func_fatal_error "invalid argument '$opt'"
|
cannam@154
|
3990 fi
|
cannam@154
|
3991 done
|
cannam@154
|
3992
|
cannam@154
|
3993 if test -n "$libs"; then
|
cannam@154
|
3994 if test -n "$lt_sysroot"; then
|
cannam@154
|
3995 sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
|
cannam@154
|
3996 sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
|
cannam@154
|
3997 else
|
cannam@154
|
3998 sysroot_cmd=
|
cannam@154
|
3999 fi
|
cannam@154
|
4000
|
cannam@154
|
4001 # Remove sysroot references
|
cannam@154
|
4002 if $opt_dry_run; then
|
cannam@154
|
4003 for lib in $libs; do
|
cannam@154
|
4004 echo "removing references to $lt_sysroot and '=' prefixes from $lib"
|
cannam@154
|
4005 done
|
cannam@154
|
4006 else
|
cannam@154
|
4007 tmpdir=`func_mktempdir`
|
cannam@154
|
4008 for lib in $libs; do
|
cannam@154
|
4009 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
|
cannam@154
|
4010 > $tmpdir/tmp-la
|
cannam@154
|
4011 mv -f $tmpdir/tmp-la $lib
|
cannam@154
|
4012 done
|
cannam@154
|
4013 ${RM}r "$tmpdir"
|
cannam@154
|
4014 fi
|
cannam@154
|
4015 fi
|
cannam@154
|
4016
|
cannam@154
|
4017 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
|
cannam@154
|
4018 for libdir in $libdirs; do
|
cannam@154
|
4019 if test -n "$finish_cmds"; then
|
cannam@154
|
4020 # Do each command in the finish commands.
|
cannam@154
|
4021 func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
|
cannam@154
|
4022 '"$cmd"'"'
|
cannam@154
|
4023 fi
|
cannam@154
|
4024 if test -n "$finish_eval"; then
|
cannam@154
|
4025 # Do the single finish_eval.
|
cannam@154
|
4026 eval cmds=\"$finish_eval\"
|
cannam@154
|
4027 $opt_dry_run || eval "$cmds" || func_append admincmds "
|
cannam@154
|
4028 $cmds"
|
cannam@154
|
4029 fi
|
cannam@154
|
4030 done
|
cannam@154
|
4031 fi
|
cannam@154
|
4032
|
cannam@154
|
4033 # Exit here if they wanted silent mode.
|
cannam@154
|
4034 $opt_quiet && exit $EXIT_SUCCESS
|
cannam@154
|
4035
|
cannam@154
|
4036 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
|
cannam@154
|
4037 echo "----------------------------------------------------------------------"
|
cannam@154
|
4038 echo "Libraries have been installed in:"
|
cannam@154
|
4039 for libdir in $libdirs; do
|
cannam@154
|
4040 $ECHO " $libdir"
|
cannam@154
|
4041 done
|
cannam@154
|
4042 echo
|
cannam@154
|
4043 echo "If you ever happen to want to link against installed libraries"
|
cannam@154
|
4044 echo "in a given directory, LIBDIR, you must either use libtool, and"
|
cannam@154
|
4045 echo "specify the full pathname of the library, or use the '-LLIBDIR'"
|
cannam@154
|
4046 echo "flag during linking and do at least one of the following:"
|
cannam@154
|
4047 if test -n "$shlibpath_var"; then
|
cannam@154
|
4048 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
|
cannam@154
|
4049 echo " during execution"
|
cannam@154
|
4050 fi
|
cannam@154
|
4051 if test -n "$runpath_var"; then
|
cannam@154
|
4052 echo " - add LIBDIR to the '$runpath_var' environment variable"
|
cannam@154
|
4053 echo " during linking"
|
cannam@154
|
4054 fi
|
cannam@154
|
4055 if test -n "$hardcode_libdir_flag_spec"; then
|
cannam@154
|
4056 libdir=LIBDIR
|
cannam@154
|
4057 eval flag=\"$hardcode_libdir_flag_spec\"
|
cannam@154
|
4058
|
cannam@154
|
4059 $ECHO " - use the '$flag' linker flag"
|
cannam@154
|
4060 fi
|
cannam@154
|
4061 if test -n "$admincmds"; then
|
cannam@154
|
4062 $ECHO " - have your system administrator run these commands:$admincmds"
|
cannam@154
|
4063 fi
|
cannam@154
|
4064 if test -f /etc/ld.so.conf; then
|
cannam@154
|
4065 echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
|
cannam@154
|
4066 fi
|
cannam@154
|
4067 echo
|
cannam@154
|
4068
|
cannam@154
|
4069 echo "See any operating system documentation about shared libraries for"
|
cannam@154
|
4070 case $host in
|
cannam@154
|
4071 solaris2.[6789]|solaris2.1[0-9])
|
cannam@154
|
4072 echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
|
cannam@154
|
4073 echo "pages."
|
cannam@154
|
4074 ;;
|
cannam@154
|
4075 *)
|
cannam@154
|
4076 echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
cannam@154
|
4077 ;;
|
cannam@154
|
4078 esac
|
cannam@154
|
4079 echo "----------------------------------------------------------------------"
|
cannam@154
|
4080 fi
|
cannam@154
|
4081 exit $EXIT_SUCCESS
|
cannam@154
|
4082 }
|
cannam@154
|
4083
|
cannam@154
|
4084 test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
|
cannam@154
|
4085
|
cannam@154
|
4086
|
cannam@154
|
4087 # func_mode_install arg...
|
cannam@154
|
4088 func_mode_install ()
|
cannam@154
|
4089 {
|
cannam@154
|
4090 $debug_cmd
|
cannam@154
|
4091
|
cannam@154
|
4092 # There may be an optional sh(1) argument at the beginning of
|
cannam@154
|
4093 # install_prog (especially on Windows NT).
|
cannam@154
|
4094 if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
|
cannam@154
|
4095 # Allow the use of GNU shtool's install command.
|
cannam@154
|
4096 case $nonopt in *shtool*) :;; *) false;; esac
|
cannam@154
|
4097 then
|
cannam@154
|
4098 # Aesthetically quote it.
|
cannam@154
|
4099 func_quote_for_eval "$nonopt"
|
cannam@154
|
4100 install_prog="$func_quote_for_eval_result "
|
cannam@154
|
4101 arg=$1
|
cannam@154
|
4102 shift
|
cannam@154
|
4103 else
|
cannam@154
|
4104 install_prog=
|
cannam@154
|
4105 arg=$nonopt
|
cannam@154
|
4106 fi
|
cannam@154
|
4107
|
cannam@154
|
4108 # The real first argument should be the name of the installation program.
|
cannam@154
|
4109 # Aesthetically quote it.
|
cannam@154
|
4110 func_quote_for_eval "$arg"
|
cannam@154
|
4111 func_append install_prog "$func_quote_for_eval_result"
|
cannam@154
|
4112 install_shared_prog=$install_prog
|
cannam@154
|
4113 case " $install_prog " in
|
cannam@154
|
4114 *[\\\ /]cp\ *) install_cp=: ;;
|
cannam@154
|
4115 *) install_cp=false ;;
|
cannam@154
|
4116 esac
|
cannam@154
|
4117
|
cannam@154
|
4118 # We need to accept at least all the BSD install flags.
|
cannam@154
|
4119 dest=
|
cannam@154
|
4120 files=
|
cannam@154
|
4121 opts=
|
cannam@154
|
4122 prev=
|
cannam@154
|
4123 install_type=
|
cannam@154
|
4124 isdir=false
|
cannam@154
|
4125 stripme=
|
cannam@154
|
4126 no_mode=:
|
cannam@154
|
4127 for arg
|
cannam@154
|
4128 do
|
cannam@154
|
4129 arg2=
|
cannam@154
|
4130 if test -n "$dest"; then
|
cannam@154
|
4131 func_append files " $dest"
|
cannam@154
|
4132 dest=$arg
|
cannam@154
|
4133 continue
|
cannam@154
|
4134 fi
|
cannam@154
|
4135
|
cannam@154
|
4136 case $arg in
|
cannam@154
|
4137 -d) isdir=: ;;
|
cannam@154
|
4138 -f)
|
cannam@154
|
4139 if $install_cp; then :; else
|
cannam@154
|
4140 prev=$arg
|
cannam@154
|
4141 fi
|
cannam@154
|
4142 ;;
|
cannam@154
|
4143 -g | -m | -o)
|
cannam@154
|
4144 prev=$arg
|
cannam@154
|
4145 ;;
|
cannam@154
|
4146 -s)
|
cannam@154
|
4147 stripme=" -s"
|
cannam@154
|
4148 continue
|
cannam@154
|
4149 ;;
|
cannam@154
|
4150 -*)
|
cannam@154
|
4151 ;;
|
cannam@154
|
4152 *)
|
cannam@154
|
4153 # If the previous option needed an argument, then skip it.
|
cannam@154
|
4154 if test -n "$prev"; then
|
cannam@154
|
4155 if test X-m = "X$prev" && test -n "$install_override_mode"; then
|
cannam@154
|
4156 arg2=$install_override_mode
|
cannam@154
|
4157 no_mode=false
|
cannam@154
|
4158 fi
|
cannam@154
|
4159 prev=
|
cannam@154
|
4160 else
|
cannam@154
|
4161 dest=$arg
|
cannam@154
|
4162 continue
|
cannam@154
|
4163 fi
|
cannam@154
|
4164 ;;
|
cannam@154
|
4165 esac
|
cannam@154
|
4166
|
cannam@154
|
4167 # Aesthetically quote the argument.
|
cannam@154
|
4168 func_quote_for_eval "$arg"
|
cannam@154
|
4169 func_append install_prog " $func_quote_for_eval_result"
|
cannam@154
|
4170 if test -n "$arg2"; then
|
cannam@154
|
4171 func_quote_for_eval "$arg2"
|
cannam@154
|
4172 fi
|
cannam@154
|
4173 func_append install_shared_prog " $func_quote_for_eval_result"
|
cannam@154
|
4174 done
|
cannam@154
|
4175
|
cannam@154
|
4176 test -z "$install_prog" && \
|
cannam@154
|
4177 func_fatal_help "you must specify an install program"
|
cannam@154
|
4178
|
cannam@154
|
4179 test -n "$prev" && \
|
cannam@154
|
4180 func_fatal_help "the '$prev' option requires an argument"
|
cannam@154
|
4181
|
cannam@154
|
4182 if test -n "$install_override_mode" && $no_mode; then
|
cannam@154
|
4183 if $install_cp; then :; else
|
cannam@154
|
4184 func_quote_for_eval "$install_override_mode"
|
cannam@154
|
4185 func_append install_shared_prog " -m $func_quote_for_eval_result"
|
cannam@154
|
4186 fi
|
cannam@154
|
4187 fi
|
cannam@154
|
4188
|
cannam@154
|
4189 if test -z "$files"; then
|
cannam@154
|
4190 if test -z "$dest"; then
|
cannam@154
|
4191 func_fatal_help "no file or destination specified"
|
cannam@154
|
4192 else
|
cannam@154
|
4193 func_fatal_help "you must specify a destination"
|
cannam@154
|
4194 fi
|
cannam@154
|
4195 fi
|
cannam@154
|
4196
|
cannam@154
|
4197 # Strip any trailing slash from the destination.
|
cannam@154
|
4198 func_stripname '' '/' "$dest"
|
cannam@154
|
4199 dest=$func_stripname_result
|
cannam@154
|
4200
|
cannam@154
|
4201 # Check to see that the destination is a directory.
|
cannam@154
|
4202 test -d "$dest" && isdir=:
|
cannam@154
|
4203 if $isdir; then
|
cannam@154
|
4204 destdir=$dest
|
cannam@154
|
4205 destname=
|
cannam@154
|
4206 else
|
cannam@154
|
4207 func_dirname_and_basename "$dest" "" "."
|
cannam@154
|
4208 destdir=$func_dirname_result
|
cannam@154
|
4209 destname=$func_basename_result
|
cannam@154
|
4210
|
cannam@154
|
4211 # Not a directory, so check to see that there is only one file specified.
|
cannam@154
|
4212 set dummy $files; shift
|
cannam@154
|
4213 test "$#" -gt 1 && \
|
cannam@154
|
4214 func_fatal_help "'$dest' is not a directory"
|
cannam@154
|
4215 fi
|
cannam@154
|
4216 case $destdir in
|
cannam@154
|
4217 [\\/]* | [A-Za-z]:[\\/]*) ;;
|
cannam@154
|
4218 *)
|
cannam@154
|
4219 for file in $files; do
|
cannam@154
|
4220 case $file in
|
cannam@154
|
4221 *.lo) ;;
|
cannam@154
|
4222 *)
|
cannam@154
|
4223 func_fatal_help "'$destdir' must be an absolute directory name"
|
cannam@154
|
4224 ;;
|
cannam@154
|
4225 esac
|
cannam@154
|
4226 done
|
cannam@154
|
4227 ;;
|
cannam@154
|
4228 esac
|
cannam@154
|
4229
|
cannam@154
|
4230 # This variable tells wrapper scripts just to set variables rather
|
cannam@154
|
4231 # than running their programs.
|
cannam@154
|
4232 libtool_install_magic=$magic
|
cannam@154
|
4233
|
cannam@154
|
4234 staticlibs=
|
cannam@154
|
4235 future_libdirs=
|
cannam@154
|
4236 current_libdirs=
|
cannam@154
|
4237 for file in $files; do
|
cannam@154
|
4238
|
cannam@154
|
4239 # Do each installation.
|
cannam@154
|
4240 case $file in
|
cannam@154
|
4241 *.$libext)
|
cannam@154
|
4242 # Do the static libraries later.
|
cannam@154
|
4243 func_append staticlibs " $file"
|
cannam@154
|
4244 ;;
|
cannam@154
|
4245
|
cannam@154
|
4246 *.la)
|
cannam@154
|
4247 func_resolve_sysroot "$file"
|
cannam@154
|
4248 file=$func_resolve_sysroot_result
|
cannam@154
|
4249
|
cannam@154
|
4250 # Check to see that this really is a libtool archive.
|
cannam@154
|
4251 func_lalib_unsafe_p "$file" \
|
cannam@154
|
4252 || func_fatal_help "'$file' is not a valid libtool archive"
|
cannam@154
|
4253
|
cannam@154
|
4254 library_names=
|
cannam@154
|
4255 old_library=
|
cannam@154
|
4256 relink_command=
|
cannam@154
|
4257 func_source "$file"
|
cannam@154
|
4258
|
cannam@154
|
4259 # Add the libdir to current_libdirs if it is the destination.
|
cannam@154
|
4260 if test "X$destdir" = "X$libdir"; then
|
cannam@154
|
4261 case "$current_libdirs " in
|
cannam@154
|
4262 *" $libdir "*) ;;
|
cannam@154
|
4263 *) func_append current_libdirs " $libdir" ;;
|
cannam@154
|
4264 esac
|
cannam@154
|
4265 else
|
cannam@154
|
4266 # Note the libdir as a future libdir.
|
cannam@154
|
4267 case "$future_libdirs " in
|
cannam@154
|
4268 *" $libdir "*) ;;
|
cannam@154
|
4269 *) func_append future_libdirs " $libdir" ;;
|
cannam@154
|
4270 esac
|
cannam@154
|
4271 fi
|
cannam@154
|
4272
|
cannam@154
|
4273 func_dirname "$file" "/" ""
|
cannam@154
|
4274 dir=$func_dirname_result
|
cannam@154
|
4275 func_append dir "$objdir"
|
cannam@154
|
4276
|
cannam@154
|
4277 if test -n "$relink_command"; then
|
cannam@154
|
4278 # Determine the prefix the user has applied to our future dir.
|
cannam@154
|
4279 inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
|
cannam@154
|
4280
|
cannam@154
|
4281 # Don't allow the user to place us outside of our expected
|
cannam@154
|
4282 # location b/c this prevents finding dependent libraries that
|
cannam@154
|
4283 # are installed to the same prefix.
|
cannam@154
|
4284 # At present, this check doesn't affect windows .dll's that
|
cannam@154
|
4285 # are installed into $libdir/../bin (currently, that works fine)
|
cannam@154
|
4286 # but it's something to keep an eye on.
|
cannam@154
|
4287 test "$inst_prefix_dir" = "$destdir" && \
|
cannam@154
|
4288 func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
|
cannam@154
|
4289
|
cannam@154
|
4290 if test -n "$inst_prefix_dir"; then
|
cannam@154
|
4291 # Stick the inst_prefix_dir data into the link command.
|
cannam@154
|
4292 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
|
cannam@154
|
4293 else
|
cannam@154
|
4294 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
|
cannam@154
|
4295 fi
|
cannam@154
|
4296
|
cannam@154
|
4297 func_warning "relinking '$file'"
|
cannam@154
|
4298 func_show_eval "$relink_command" \
|
cannam@154
|
4299 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
|
cannam@154
|
4300 fi
|
cannam@154
|
4301
|
cannam@154
|
4302 # See the names of the shared library.
|
cannam@154
|
4303 set dummy $library_names; shift
|
cannam@154
|
4304 if test -n "$1"; then
|
cannam@154
|
4305 realname=$1
|
cannam@154
|
4306 shift
|
cannam@154
|
4307
|
cannam@154
|
4308 srcname=$realname
|
cannam@154
|
4309 test -n "$relink_command" && srcname=${realname}T
|
cannam@154
|
4310
|
cannam@154
|
4311 # Install the shared library and build the symlinks.
|
cannam@154
|
4312 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
|
cannam@154
|
4313 'exit $?'
|
cannam@154
|
4314 tstripme=$stripme
|
cannam@154
|
4315 case $host_os in
|
cannam@154
|
4316 cygwin* | mingw* | pw32* | cegcc*)
|
cannam@154
|
4317 case $realname in
|
cannam@154
|
4318 *.dll.a)
|
cannam@154
|
4319 tstripme=
|
cannam@154
|
4320 ;;
|
cannam@154
|
4321 esac
|
cannam@154
|
4322 ;;
|
cannam@154
|
4323 os2*)
|
cannam@154
|
4324 case $realname in
|
cannam@154
|
4325 *_dll.a)
|
cannam@154
|
4326 tstripme=
|
cannam@154
|
4327 ;;
|
cannam@154
|
4328 esac
|
cannam@154
|
4329 ;;
|
cannam@154
|
4330 esac
|
cannam@154
|
4331 if test -n "$tstripme" && test -n "$striplib"; then
|
cannam@154
|
4332 func_show_eval "$striplib $destdir/$realname" 'exit $?'
|
cannam@154
|
4333 fi
|
cannam@154
|
4334
|
cannam@154
|
4335 if test "$#" -gt 0; then
|
cannam@154
|
4336 # Delete the old symlinks, and create new ones.
|
cannam@154
|
4337 # Try 'ln -sf' first, because the 'ln' binary might depend on
|
cannam@154
|
4338 # the symlink we replace! Solaris /bin/ln does not understand -f,
|
cannam@154
|
4339 # so we also need to try rm && ln -s.
|
cannam@154
|
4340 for linkname
|
cannam@154
|
4341 do
|
cannam@154
|
4342 test "$linkname" != "$realname" \
|
cannam@154
|
4343 && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
|
cannam@154
|
4344 done
|
cannam@154
|
4345 fi
|
cannam@154
|
4346
|
cannam@154
|
4347 # Do each command in the postinstall commands.
|
cannam@154
|
4348 lib=$destdir/$realname
|
cannam@154
|
4349 func_execute_cmds "$postinstall_cmds" 'exit $?'
|
cannam@154
|
4350 fi
|
cannam@154
|
4351
|
cannam@154
|
4352 # Install the pseudo-library for information purposes.
|
cannam@154
|
4353 func_basename "$file"
|
cannam@154
|
4354 name=$func_basename_result
|
cannam@154
|
4355 instname=$dir/${name}i
|
cannam@154
|
4356 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
|
cannam@154
|
4357
|
cannam@154
|
4358 # Maybe install the static library, too.
|
cannam@154
|
4359 test -n "$old_library" && func_append staticlibs " $dir/$old_library"
|
cannam@154
|
4360 ;;
|
cannam@154
|
4361
|
cannam@154
|
4362 *.lo)
|
cannam@154
|
4363 # Install (i.e. copy) a libtool object.
|
cannam@154
|
4364
|
cannam@154
|
4365 # Figure out destination file name, if it wasn't already specified.
|
cannam@154
|
4366 if test -n "$destname"; then
|
cannam@154
|
4367 destfile=$destdir/$destname
|
cannam@154
|
4368 else
|
cannam@154
|
4369 func_basename "$file"
|
cannam@154
|
4370 destfile=$func_basename_result
|
cannam@154
|
4371 destfile=$destdir/$destfile
|
cannam@154
|
4372 fi
|
cannam@154
|
4373
|
cannam@154
|
4374 # Deduce the name of the destination old-style object file.
|
cannam@154
|
4375 case $destfile in
|
cannam@154
|
4376 *.lo)
|
cannam@154
|
4377 func_lo2o "$destfile"
|
cannam@154
|
4378 staticdest=$func_lo2o_result
|
cannam@154
|
4379 ;;
|
cannam@154
|
4380 *.$objext)
|
cannam@154
|
4381 staticdest=$destfile
|
cannam@154
|
4382 destfile=
|
cannam@154
|
4383 ;;
|
cannam@154
|
4384 *)
|
cannam@154
|
4385 func_fatal_help "cannot copy a libtool object to '$destfile'"
|
cannam@154
|
4386 ;;
|
cannam@154
|
4387 esac
|
cannam@154
|
4388
|
cannam@154
|
4389 # Install the libtool object if requested.
|
cannam@154
|
4390 test -n "$destfile" && \
|
cannam@154
|
4391 func_show_eval "$install_prog $file $destfile" 'exit $?'
|
cannam@154
|
4392
|
cannam@154
|
4393 # Install the old object if enabled.
|
cannam@154
|
4394 if test yes = "$build_old_libs"; then
|
cannam@154
|
4395 # Deduce the name of the old-style object file.
|
cannam@154
|
4396 func_lo2o "$file"
|
cannam@154
|
4397 staticobj=$func_lo2o_result
|
cannam@154
|
4398 func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
|
cannam@154
|
4399 fi
|
cannam@154
|
4400 exit $EXIT_SUCCESS
|
cannam@154
|
4401 ;;
|
cannam@154
|
4402
|
cannam@154
|
4403 *)
|
cannam@154
|
4404 # Figure out destination file name, if it wasn't already specified.
|
cannam@154
|
4405 if test -n "$destname"; then
|
cannam@154
|
4406 destfile=$destdir/$destname
|
cannam@154
|
4407 else
|
cannam@154
|
4408 func_basename "$file"
|
cannam@154
|
4409 destfile=$func_basename_result
|
cannam@154
|
4410 destfile=$destdir/$destfile
|
cannam@154
|
4411 fi
|
cannam@154
|
4412
|
cannam@154
|
4413 # If the file is missing, and there is a .exe on the end, strip it
|
cannam@154
|
4414 # because it is most likely a libtool script we actually want to
|
cannam@154
|
4415 # install
|
cannam@154
|
4416 stripped_ext=
|
cannam@154
|
4417 case $file in
|
cannam@154
|
4418 *.exe)
|
cannam@154
|
4419 if test ! -f "$file"; then
|
cannam@154
|
4420 func_stripname '' '.exe' "$file"
|
cannam@154
|
4421 file=$func_stripname_result
|
cannam@154
|
4422 stripped_ext=.exe
|
cannam@154
|
4423 fi
|
cannam@154
|
4424 ;;
|
cannam@154
|
4425 esac
|
cannam@154
|
4426
|
cannam@154
|
4427 # Do a test to see if this is really a libtool program.
|
cannam@154
|
4428 case $host in
|
cannam@154
|
4429 *cygwin* | *mingw*)
|
cannam@154
|
4430 if func_ltwrapper_executable_p "$file"; then
|
cannam@154
|
4431 func_ltwrapper_scriptname "$file"
|
cannam@154
|
4432 wrapper=$func_ltwrapper_scriptname_result
|
cannam@154
|
4433 else
|
cannam@154
|
4434 func_stripname '' '.exe' "$file"
|
cannam@154
|
4435 wrapper=$func_stripname_result
|
cannam@154
|
4436 fi
|
cannam@154
|
4437 ;;
|
cannam@154
|
4438 *)
|
cannam@154
|
4439 wrapper=$file
|
cannam@154
|
4440 ;;
|
cannam@154
|
4441 esac
|
cannam@154
|
4442 if func_ltwrapper_script_p "$wrapper"; then
|
cannam@154
|
4443 notinst_deplibs=
|
cannam@154
|
4444 relink_command=
|
cannam@154
|
4445
|
cannam@154
|
4446 func_source "$wrapper"
|
cannam@154
|
4447
|
cannam@154
|
4448 # Check the variables that should have been set.
|
cannam@154
|
4449 test -z "$generated_by_libtool_version" && \
|
cannam@154
|
4450 func_fatal_error "invalid libtool wrapper script '$wrapper'"
|
cannam@154
|
4451
|
cannam@154
|
4452 finalize=:
|
cannam@154
|
4453 for lib in $notinst_deplibs; do
|
cannam@154
|
4454 # Check to see that each library is installed.
|
cannam@154
|
4455 libdir=
|
cannam@154
|
4456 if test -f "$lib"; then
|
cannam@154
|
4457 func_source "$lib"
|
cannam@154
|
4458 fi
|
cannam@154
|
4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
|
cannam@154
|
4460 if test -n "$libdir" && test ! -f "$libfile"; then
|
cannam@154
|
4461 func_warning "'$lib' has not been installed in '$libdir'"
|
cannam@154
|
4462 finalize=false
|
cannam@154
|
4463 fi
|
cannam@154
|
4464 done
|
cannam@154
|
4465
|
cannam@154
|
4466 relink_command=
|
cannam@154
|
4467 func_source "$wrapper"
|
cannam@154
|
4468
|
cannam@154
|
4469 outputname=
|
cannam@154
|
4470 if test no = "$fast_install" && test -n "$relink_command"; then
|
cannam@154
|
4471 $opt_dry_run || {
|
cannam@154
|
4472 if $finalize; then
|
cannam@154
|
4473 tmpdir=`func_mktempdir`
|
cannam@154
|
4474 func_basename "$file$stripped_ext"
|
cannam@154
|
4475 file=$func_basename_result
|
cannam@154
|
4476 outputname=$tmpdir/$file
|
cannam@154
|
4477 # Replace the output file specification.
|
cannam@154
|
4478 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
|
cannam@154
|
4479
|
cannam@154
|
4480 $opt_quiet || {
|
cannam@154
|
4481 func_quote_for_expand "$relink_command"
|
cannam@154
|
4482 eval "func_echo $func_quote_for_expand_result"
|
cannam@154
|
4483 }
|
cannam@154
|
4484 if eval "$relink_command"; then :
|
cannam@154
|
4485 else
|
cannam@154
|
4486 func_error "error: relink '$file' with the above command before installing it"
|
cannam@154
|
4487 $opt_dry_run || ${RM}r "$tmpdir"
|
cannam@154
|
4488 continue
|
cannam@154
|
4489 fi
|
cannam@154
|
4490 file=$outputname
|
cannam@154
|
4491 else
|
cannam@154
|
4492 func_warning "cannot relink '$file'"
|
cannam@154
|
4493 fi
|
cannam@154
|
4494 }
|
cannam@154
|
4495 else
|
cannam@154
|
4496 # Install the binary that we compiled earlier.
|
cannam@154
|
4497 file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
|
cannam@154
|
4498 fi
|
cannam@154
|
4499 fi
|
cannam@154
|
4500
|
cannam@154
|
4501 # remove .exe since cygwin /usr/bin/install will append another
|
cannam@154
|
4502 # one anyway
|
cannam@154
|
4503 case $install_prog,$host in
|
cannam@154
|
4504 */usr/bin/install*,*cygwin*)
|
cannam@154
|
4505 case $file:$destfile in
|
cannam@154
|
4506 *.exe:*.exe)
|
cannam@154
|
4507 # this is ok
|
cannam@154
|
4508 ;;
|
cannam@154
|
4509 *.exe:*)
|
cannam@154
|
4510 destfile=$destfile.exe
|
cannam@154
|
4511 ;;
|
cannam@154
|
4512 *:*.exe)
|
cannam@154
|
4513 func_stripname '' '.exe' "$destfile"
|
cannam@154
|
4514 destfile=$func_stripname_result
|
cannam@154
|
4515 ;;
|
cannam@154
|
4516 esac
|
cannam@154
|
4517 ;;
|
cannam@154
|
4518 esac
|
cannam@154
|
4519 func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
|
cannam@154
|
4520 $opt_dry_run || if test -n "$outputname"; then
|
cannam@154
|
4521 ${RM}r "$tmpdir"
|
cannam@154
|
4522 fi
|
cannam@154
|
4523 ;;
|
cannam@154
|
4524 esac
|
cannam@154
|
4525 done
|
cannam@154
|
4526
|
cannam@154
|
4527 for file in $staticlibs; do
|
cannam@154
|
4528 func_basename "$file"
|
cannam@154
|
4529 name=$func_basename_result
|
cannam@154
|
4530
|
cannam@154
|
4531 # Set up the ranlib parameters.
|
cannam@154
|
4532 oldlib=$destdir/$name
|
cannam@154
|
4533 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
|
cannam@154
|
4534 tool_oldlib=$func_to_tool_file_result
|
cannam@154
|
4535
|
cannam@154
|
4536 func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
|
cannam@154
|
4537
|
cannam@154
|
4538 if test -n "$stripme" && test -n "$old_striplib"; then
|
cannam@154
|
4539 func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
|
cannam@154
|
4540 fi
|
cannam@154
|
4541
|
cannam@154
|
4542 # Do each command in the postinstall commands.
|
cannam@154
|
4543 func_execute_cmds "$old_postinstall_cmds" 'exit $?'
|
cannam@154
|
4544 done
|
cannam@154
|
4545
|
cannam@154
|
4546 test -n "$future_libdirs" && \
|
cannam@154
|
4547 func_warning "remember to run '$progname --finish$future_libdirs'"
|
cannam@154
|
4548
|
cannam@154
|
4549 if test -n "$current_libdirs"; then
|
cannam@154
|
4550 # Maybe just do a dry run.
|
cannam@154
|
4551 $opt_dry_run && current_libdirs=" -n$current_libdirs"
|
cannam@154
|
4552 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
|
cannam@154
|
4553 else
|
cannam@154
|
4554 exit $EXIT_SUCCESS
|
cannam@154
|
4555 fi
|
cannam@154
|
4556 }
|
cannam@154
|
4557
|
cannam@154
|
4558 test install = "$opt_mode" && func_mode_install ${1+"$@"}
|
cannam@154
|
4559
|
cannam@154
|
4560
|
cannam@154
|
4561 # func_generate_dlsyms outputname originator pic_p
|
cannam@154
|
4562 # Extract symbols from dlprefiles and create ${outputname}S.o with
|
cannam@154
|
4563 # a dlpreopen symbol table.
|
cannam@154
|
4564 func_generate_dlsyms ()
|
cannam@154
|
4565 {
|
cannam@154
|
4566 $debug_cmd
|
cannam@154
|
4567
|
cannam@154
|
4568 my_outputname=$1
|
cannam@154
|
4569 my_originator=$2
|
cannam@154
|
4570 my_pic_p=${3-false}
|
cannam@154
|
4571 my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
|
cannam@154
|
4572 my_dlsyms=
|
cannam@154
|
4573
|
cannam@154
|
4574 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
|
cannam@154
|
4575 if test -n "$NM" && test -n "$global_symbol_pipe"; then
|
cannam@154
|
4576 my_dlsyms=${my_outputname}S.c
|
cannam@154
|
4577 else
|
cannam@154
|
4578 func_error "not configured to extract global symbols from dlpreopened files"
|
cannam@154
|
4579 fi
|
cannam@154
|
4580 fi
|
cannam@154
|
4581
|
cannam@154
|
4582 if test -n "$my_dlsyms"; then
|
cannam@154
|
4583 case $my_dlsyms in
|
cannam@154
|
4584 "") ;;
|
cannam@154
|
4585 *.c)
|
cannam@154
|
4586 # Discover the nlist of each of the dlfiles.
|
cannam@154
|
4587 nlist=$output_objdir/$my_outputname.nm
|
cannam@154
|
4588
|
cannam@154
|
4589 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
|
cannam@154
|
4590
|
cannam@154
|
4591 # Parse the name list into a source file.
|
cannam@154
|
4592 func_verbose "creating $output_objdir/$my_dlsyms"
|
cannam@154
|
4593
|
cannam@154
|
4594 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4595 /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
|
cannam@154
|
4596 /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
|
cannam@154
|
4597
|
cannam@154
|
4598 #ifdef __cplusplus
|
cannam@154
|
4599 extern \"C\" {
|
cannam@154
|
4600 #endif
|
cannam@154
|
4601
|
cannam@154
|
4602 #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
|
cannam@154
|
4603 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
|
cannam@154
|
4604 #endif
|
cannam@154
|
4605
|
cannam@154
|
4606 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
|
cannam@154
|
4607 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
|
cannam@154
|
4608 /* DATA imports from DLLs on WIN32 can't be const, because runtime
|
cannam@154
|
4609 relocations are performed -- see ld's documentation on pseudo-relocs. */
|
cannam@154
|
4610 # define LT_DLSYM_CONST
|
cannam@154
|
4611 #elif defined __osf__
|
cannam@154
|
4612 /* This system does not cope well with relocations in const data. */
|
cannam@154
|
4613 # define LT_DLSYM_CONST
|
cannam@154
|
4614 #else
|
cannam@154
|
4615 # define LT_DLSYM_CONST const
|
cannam@154
|
4616 #endif
|
cannam@154
|
4617
|
cannam@154
|
4618 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
|
cannam@154
|
4619
|
cannam@154
|
4620 /* External symbol declarations for the compiler. */\
|
cannam@154
|
4621 "
|
cannam@154
|
4622
|
cannam@154
|
4623 if test yes = "$dlself"; then
|
cannam@154
|
4624 func_verbose "generating symbol list for '$output'"
|
cannam@154
|
4625
|
cannam@154
|
4626 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
|
cannam@154
|
4627
|
cannam@154
|
4628 # Add our own program objects to the symbol list.
|
cannam@154
|
4629 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
|
cannam@154
|
4630 for progfile in $progfiles; do
|
cannam@154
|
4631 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
|
cannam@154
|
4632 func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
|
cannam@154
|
4633 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
|
cannam@154
|
4634 done
|
cannam@154
|
4635
|
cannam@154
|
4636 if test -n "$exclude_expsyms"; then
|
cannam@154
|
4637 $opt_dry_run || {
|
cannam@154
|
4638 eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
|
cannam@154
|
4639 eval '$MV "$nlist"T "$nlist"'
|
cannam@154
|
4640 }
|
cannam@154
|
4641 fi
|
cannam@154
|
4642
|
cannam@154
|
4643 if test -n "$export_symbols_regex"; then
|
cannam@154
|
4644 $opt_dry_run || {
|
cannam@154
|
4645 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
|
cannam@154
|
4646 eval '$MV "$nlist"T "$nlist"'
|
cannam@154
|
4647 }
|
cannam@154
|
4648 fi
|
cannam@154
|
4649
|
cannam@154
|
4650 # Prepare the list of exported symbols
|
cannam@154
|
4651 if test -z "$export_symbols"; then
|
cannam@154
|
4652 export_symbols=$output_objdir/$outputname.exp
|
cannam@154
|
4653 $opt_dry_run || {
|
cannam@154
|
4654 $RM $export_symbols
|
cannam@154
|
4655 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
|
cannam@154
|
4656 case $host in
|
cannam@154
|
4657 *cygwin* | *mingw* | *cegcc* )
|
cannam@154
|
4658 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
|
cannam@154
|
4659 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
|
cannam@154
|
4660 ;;
|
cannam@154
|
4661 esac
|
cannam@154
|
4662 }
|
cannam@154
|
4663 else
|
cannam@154
|
4664 $opt_dry_run || {
|
cannam@154
|
4665 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
|
cannam@154
|
4666 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
|
cannam@154
|
4667 eval '$MV "$nlist"T "$nlist"'
|
cannam@154
|
4668 case $host in
|
cannam@154
|
4669 *cygwin* | *mingw* | *cegcc* )
|
cannam@154
|
4670 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
|
cannam@154
|
4671 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
|
cannam@154
|
4672 ;;
|
cannam@154
|
4673 esac
|
cannam@154
|
4674 }
|
cannam@154
|
4675 fi
|
cannam@154
|
4676 fi
|
cannam@154
|
4677
|
cannam@154
|
4678 for dlprefile in $dlprefiles; do
|
cannam@154
|
4679 func_verbose "extracting global C symbols from '$dlprefile'"
|
cannam@154
|
4680 func_basename "$dlprefile"
|
cannam@154
|
4681 name=$func_basename_result
|
cannam@154
|
4682 case $host in
|
cannam@154
|
4683 *cygwin* | *mingw* | *cegcc* )
|
cannam@154
|
4684 # if an import library, we need to obtain dlname
|
cannam@154
|
4685 if func_win32_import_lib_p "$dlprefile"; then
|
cannam@154
|
4686 func_tr_sh "$dlprefile"
|
cannam@154
|
4687 eval "curr_lafile=\$libfile_$func_tr_sh_result"
|
cannam@154
|
4688 dlprefile_dlbasename=
|
cannam@154
|
4689 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
|
cannam@154
|
4690 # Use subshell, to avoid clobbering current variable values
|
cannam@154
|
4691 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
|
cannam@154
|
4692 if test -n "$dlprefile_dlname"; then
|
cannam@154
|
4693 func_basename "$dlprefile_dlname"
|
cannam@154
|
4694 dlprefile_dlbasename=$func_basename_result
|
cannam@154
|
4695 else
|
cannam@154
|
4696 # no lafile. user explicitly requested -dlpreopen <import library>.
|
cannam@154
|
4697 $sharedlib_from_linklib_cmd "$dlprefile"
|
cannam@154
|
4698 dlprefile_dlbasename=$sharedlib_from_linklib_result
|
cannam@154
|
4699 fi
|
cannam@154
|
4700 fi
|
cannam@154
|
4701 $opt_dry_run || {
|
cannam@154
|
4702 if test -n "$dlprefile_dlbasename"; then
|
cannam@154
|
4703 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
|
cannam@154
|
4704 else
|
cannam@154
|
4705 func_warning "Could not compute DLL name from $name"
|
cannam@154
|
4706 eval '$ECHO ": $name " >> "$nlist"'
|
cannam@154
|
4707 fi
|
cannam@154
|
4708 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
|
cannam@154
|
4709 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
|
cannam@154
|
4710 $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
|
cannam@154
|
4711 }
|
cannam@154
|
4712 else # not an import lib
|
cannam@154
|
4713 $opt_dry_run || {
|
cannam@154
|
4714 eval '$ECHO ": $name " >> "$nlist"'
|
cannam@154
|
4715 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
|
cannam@154
|
4716 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
|
cannam@154
|
4717 }
|
cannam@154
|
4718 fi
|
cannam@154
|
4719 ;;
|
cannam@154
|
4720 *)
|
cannam@154
|
4721 $opt_dry_run || {
|
cannam@154
|
4722 eval '$ECHO ": $name " >> "$nlist"'
|
cannam@154
|
4723 func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
|
cannam@154
|
4724 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
|
cannam@154
|
4725 }
|
cannam@154
|
4726 ;;
|
cannam@154
|
4727 esac
|
cannam@154
|
4728 done
|
cannam@154
|
4729
|
cannam@154
|
4730 $opt_dry_run || {
|
cannam@154
|
4731 # Make sure we have at least an empty file.
|
cannam@154
|
4732 test -f "$nlist" || : > "$nlist"
|
cannam@154
|
4733
|
cannam@154
|
4734 if test -n "$exclude_expsyms"; then
|
cannam@154
|
4735 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
|
cannam@154
|
4736 $MV "$nlist"T "$nlist"
|
cannam@154
|
4737 fi
|
cannam@154
|
4738
|
cannam@154
|
4739 # Try sorting and uniquifying the output.
|
cannam@154
|
4740 if $GREP -v "^: " < "$nlist" |
|
cannam@154
|
4741 if sort -k 3 </dev/null >/dev/null 2>&1; then
|
cannam@154
|
4742 sort -k 3
|
cannam@154
|
4743 else
|
cannam@154
|
4744 sort +2
|
cannam@154
|
4745 fi |
|
cannam@154
|
4746 uniq > "$nlist"S; then
|
cannam@154
|
4747 :
|
cannam@154
|
4748 else
|
cannam@154
|
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
|
cannam@154
|
4750 fi
|
cannam@154
|
4751
|
cannam@154
|
4752 if test -f "$nlist"S; then
|
cannam@154
|
4753 eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
|
cannam@154
|
4754 else
|
cannam@154
|
4755 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
|
cannam@154
|
4756 fi
|
cannam@154
|
4757
|
cannam@154
|
4758 func_show_eval '$RM "${nlist}I"'
|
cannam@154
|
4759 if test -n "$global_symbol_to_import"; then
|
cannam@154
|
4760 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
|
cannam@154
|
4761 fi
|
cannam@154
|
4762
|
cannam@154
|
4763 echo >> "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4764
|
cannam@154
|
4765 /* The mapping between symbol names and symbols. */
|
cannam@154
|
4766 typedef struct {
|
cannam@154
|
4767 const char *name;
|
cannam@154
|
4768 void *address;
|
cannam@154
|
4769 } lt_dlsymlist;
|
cannam@154
|
4770 extern LT_DLSYM_CONST lt_dlsymlist
|
cannam@154
|
4771 lt_${my_prefix}_LTX_preloaded_symbols[];\
|
cannam@154
|
4772 "
|
cannam@154
|
4773
|
cannam@154
|
4774 if test -s "$nlist"I; then
|
cannam@154
|
4775 echo >> "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4776 static void lt_syminit(void)
|
cannam@154
|
4777 {
|
cannam@154
|
4778 LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
|
cannam@154
|
4779 for (; symbol->name; ++symbol)
|
cannam@154
|
4780 {"
|
cannam@154
|
4781 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
|
cannam@154
|
4782 echo >> "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4783 }
|
cannam@154
|
4784 }"
|
cannam@154
|
4785 fi
|
cannam@154
|
4786 echo >> "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4787 LT_DLSYM_CONST lt_dlsymlist
|
cannam@154
|
4788 lt_${my_prefix}_LTX_preloaded_symbols[] =
|
cannam@154
|
4789 { {\"$my_originator\", (void *) 0},"
|
cannam@154
|
4790
|
cannam@154
|
4791 if test -s "$nlist"I; then
|
cannam@154
|
4792 echo >> "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4793 {\"@INIT@\", (void *) <_syminit},"
|
cannam@154
|
4794 fi
|
cannam@154
|
4795
|
cannam@154
|
4796 case $need_lib_prefix in
|
cannam@154
|
4797 no)
|
cannam@154
|
4798 eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
|
cannam@154
|
4799 ;;
|
cannam@154
|
4800 *)
|
cannam@154
|
4801 eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
|
cannam@154
|
4802 ;;
|
cannam@154
|
4803 esac
|
cannam@154
|
4804 echo >> "$output_objdir/$my_dlsyms" "\
|
cannam@154
|
4805 {0, (void *) 0}
|
cannam@154
|
4806 };
|
cannam@154
|
4807
|
cannam@154
|
4808 /* This works around a problem in FreeBSD linker */
|
cannam@154
|
4809 #ifdef FREEBSD_WORKAROUND
|
cannam@154
|
4810 static const void *lt_preloaded_setup() {
|
cannam@154
|
4811 return lt_${my_prefix}_LTX_preloaded_symbols;
|
cannam@154
|
4812 }
|
cannam@154
|
4813 #endif
|
cannam@154
|
4814
|
cannam@154
|
4815 #ifdef __cplusplus
|
cannam@154
|
4816 }
|
cannam@154
|
4817 #endif\
|
cannam@154
|
4818 "
|
cannam@154
|
4819 } # !$opt_dry_run
|
cannam@154
|
4820
|
cannam@154
|
4821 pic_flag_for_symtable=
|
cannam@154
|
4822 case "$compile_command " in
|
cannam@154
|
4823 *" -static "*) ;;
|
cannam@154
|
4824 *)
|
cannam@154
|
4825 case $host in
|
cannam@154
|
4826 # compiling the symbol table file with pic_flag works around
|
cannam@154
|
4827 # a FreeBSD bug that causes programs to crash when -lm is
|
cannam@154
|
4828 # linked before any other PIC object. But we must not use
|
cannam@154
|
4829 # pic_flag when linking with -static. The problem exists in
|
cannam@154
|
4830 # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
|
cannam@154
|
4831 *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
|
cannam@154
|
4832 pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
|
cannam@154
|
4833 *-*-hpux*)
|
cannam@154
|
4834 pic_flag_for_symtable=" $pic_flag" ;;
|
cannam@154
|
4835 *)
|
cannam@154
|
4836 $my_pic_p && pic_flag_for_symtable=" $pic_flag"
|
cannam@154
|
4837 ;;
|
cannam@154
|
4838 esac
|
cannam@154
|
4839 ;;
|
cannam@154
|
4840 esac
|
cannam@154
|
4841 symtab_cflags=
|
cannam@154
|
4842 for arg in $LTCFLAGS; do
|
cannam@154
|
4843 case $arg in
|
cannam@154
|
4844 -pie | -fpie | -fPIE) ;;
|
cannam@154
|
4845 *) func_append symtab_cflags " $arg" ;;
|
cannam@154
|
4846 esac
|
cannam@154
|
4847 done
|
cannam@154
|
4848
|
cannam@154
|
4849 # Now compile the dynamic symbol file.
|
cannam@154
|
4850 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
|
cannam@154
|
4851
|
cannam@154
|
4852 # Clean up the generated files.
|
cannam@154
|
4853 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
|
cannam@154
|
4854
|
cannam@154
|
4855 # Transform the symbol file into the correct name.
|
cannam@154
|
4856 symfileobj=$output_objdir/${my_outputname}S.$objext
|
cannam@154
|
4857 case $host in
|
cannam@154
|
4858 *cygwin* | *mingw* | *cegcc* )
|
cannam@154
|
4859 if test -f "$output_objdir/$my_outputname.def"; then
|
cannam@154
|
4860 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
|
cannam@154
|
4861 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
|
cannam@154
|
4862 else
|
cannam@154
|
4863 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
|
cannam@154
|
4864 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
|
cannam@154
|
4865 fi
|
cannam@154
|
4866 ;;
|
cannam@154
|
4867 *)
|
cannam@154
|
4868 compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
|
cannam@154
|
4869 finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
|
cannam@154
|
4870 ;;
|
cannam@154
|
4871 esac
|
cannam@154
|
4872 ;;
|
cannam@154
|
4873 *)
|
cannam@154
|
4874 func_fatal_error "unknown suffix for '$my_dlsyms'"
|
cannam@154
|
4875 ;;
|
cannam@154
|
4876 esac
|
cannam@154
|
4877 else
|
cannam@154
|
4878 # We keep going just in case the user didn't refer to
|
cannam@154
|
4879 # lt_preloaded_symbols. The linker will fail if global_symbol_pipe
|
cannam@154
|
4880 # really was required.
|
cannam@154
|
4881
|
cannam@154
|
4882 # Nullify the symbol file.
|
cannam@154
|
4883 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
|
cannam@154
|
4884 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
|
cannam@154
|
4885 fi
|
cannam@154
|
4886 }
|
cannam@154
|
4887
|
cannam@154
|
4888 # func_cygming_gnu_implib_p ARG
|
cannam@154
|
4889 # This predicate returns with zero status (TRUE) if
|
cannam@154
|
4890 # ARG is a GNU/binutils-style import library. Returns
|
cannam@154
|
4891 # with nonzero status (FALSE) otherwise.
|
cannam@154
|
4892 func_cygming_gnu_implib_p ()
|
cannam@154
|
4893 {
|
cannam@154
|
4894 $debug_cmd
|
cannam@154
|
4895
|
cannam@154
|
4896 func_to_tool_file "$1" func_convert_file_msys_to_w32
|
cannam@154
|
4897 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)$'`
|
cannam@154
|
4898 test -n "$func_cygming_gnu_implib_tmp"
|
cannam@154
|
4899 }
|
cannam@154
|
4900
|
cannam@154
|
4901 # func_cygming_ms_implib_p ARG
|
cannam@154
|
4902 # This predicate returns with zero status (TRUE) if
|
cannam@154
|
4903 # ARG is an MS-style import library. Returns
|
cannam@154
|
4904 # with nonzero status (FALSE) otherwise.
|
cannam@154
|
4905 func_cygming_ms_implib_p ()
|
cannam@154
|
4906 {
|
cannam@154
|
4907 $debug_cmd
|
cannam@154
|
4908
|
cannam@154
|
4909 func_to_tool_file "$1" func_convert_file_msys_to_w32
|
cannam@154
|
4910 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
|
cannam@154
|
4911 test -n "$func_cygming_ms_implib_tmp"
|
cannam@154
|
4912 }
|
cannam@154
|
4913
|
cannam@154
|
4914 # func_win32_libid arg
|
cannam@154
|
4915 # return the library type of file 'arg'
|
cannam@154
|
4916 #
|
cannam@154
|
4917 # Need a lot of goo to handle *both* DLLs and import libs
|
cannam@154
|
4918 # Has to be a shell function in order to 'eat' the argument
|
cannam@154
|
4919 # that is supplied when $file_magic_command is called.
|
cannam@154
|
4920 # Despite the name, also deal with 64 bit binaries.
|
cannam@154
|
4921 func_win32_libid ()
|
cannam@154
|
4922 {
|
cannam@154
|
4923 $debug_cmd
|
cannam@154
|
4924
|
cannam@154
|
4925 win32_libid_type=unknown
|
cannam@154
|
4926 win32_fileres=`file -L $1 2>/dev/null`
|
cannam@154
|
4927 case $win32_fileres in
|
cannam@154
|
4928 *ar\ archive\ import\ library*) # definitely import
|
cannam@154
|
4929 win32_libid_type="x86 archive import"
|
cannam@154
|
4930 ;;
|
cannam@154
|
4931 *ar\ archive*) # could be an import, or static
|
cannam@154
|
4932 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
|
cannam@154
|
4933 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
|
cannam@154
|
4934 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
|
cannam@154
|
4935 case $nm_interface in
|
cannam@154
|
4936 "MS dumpbin")
|
cannam@154
|
4937 if func_cygming_ms_implib_p "$1" ||
|
cannam@154
|
4938 func_cygming_gnu_implib_p "$1"
|
cannam@154
|
4939 then
|
cannam@154
|
4940 win32_nmres=import
|
cannam@154
|
4941 else
|
cannam@154
|
4942 win32_nmres=
|
cannam@154
|
4943 fi
|
cannam@154
|
4944 ;;
|
cannam@154
|
4945 *)
|
cannam@154
|
4946 func_to_tool_file "$1" func_convert_file_msys_to_w32
|
cannam@154
|
4947 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
|
cannam@154
|
4948 $SED -n -e '
|
cannam@154
|
4949 1,100{
|
cannam@154
|
4950 / I /{
|
cannam@154
|
4951 s|.*|import|
|
cannam@154
|
4952 p
|
cannam@154
|
4953 q
|
cannam@154
|
4954 }
|
cannam@154
|
4955 }'`
|
cannam@154
|
4956 ;;
|
cannam@154
|
4957 esac
|
cannam@154
|
4958 case $win32_nmres in
|
cannam@154
|
4959 import*) win32_libid_type="x86 archive import";;
|
cannam@154
|
4960 *) win32_libid_type="x86 archive static";;
|
cannam@154
|
4961 esac
|
cannam@154
|
4962 fi
|
cannam@154
|
4963 ;;
|
cannam@154
|
4964 *DLL*)
|
cannam@154
|
4965 win32_libid_type="x86 DLL"
|
cannam@154
|
4966 ;;
|
cannam@154
|
4967 *executable*) # but shell scripts are "executable" too...
|
cannam@154
|
4968 case $win32_fileres in
|
cannam@154
|
4969 *MS\ Windows\ PE\ Intel*)
|
cannam@154
|
4970 win32_libid_type="x86 DLL"
|
cannam@154
|
4971 ;;
|
cannam@154
|
4972 esac
|
cannam@154
|
4973 ;;
|
cannam@154
|
4974 esac
|
cannam@154
|
4975 $ECHO "$win32_libid_type"
|
cannam@154
|
4976 }
|
cannam@154
|
4977
|
cannam@154
|
4978 # func_cygming_dll_for_implib ARG
|
cannam@154
|
4979 #
|
cannam@154
|
4980 # Platform-specific function to extract the
|
cannam@154
|
4981 # name of the DLL associated with the specified
|
cannam@154
|
4982 # import library ARG.
|
cannam@154
|
4983 # Invoked by eval'ing the libtool variable
|
cannam@154
|
4984 # $sharedlib_from_linklib_cmd
|
cannam@154
|
4985 # Result is available in the variable
|
cannam@154
|
4986 # $sharedlib_from_linklib_result
|
cannam@154
|
4987 func_cygming_dll_for_implib ()
|
cannam@154
|
4988 {
|
cannam@154
|
4989 $debug_cmd
|
cannam@154
|
4990
|
cannam@154
|
4991 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
|
cannam@154
|
4992 }
|
cannam@154
|
4993
|
cannam@154
|
4994 # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
|
cannam@154
|
4995 #
|
cannam@154
|
4996 # The is the core of a fallback implementation of a
|
cannam@154
|
4997 # platform-specific function to extract the name of the
|
cannam@154
|
4998 # DLL associated with the specified import library LIBNAME.
|
cannam@154
|
4999 #
|
cannam@154
|
5000 # SECTION_NAME is either .idata$6 or .idata$7, depending
|
cannam@154
|
5001 # on the platform and compiler that created the implib.
|
cannam@154
|
5002 #
|
cannam@154
|
5003 # Echos the name of the DLL associated with the
|
cannam@154
|
5004 # specified import library.
|
cannam@154
|
5005 func_cygming_dll_for_implib_fallback_core ()
|
cannam@154
|
5006 {
|
cannam@154
|
5007 $debug_cmd
|
cannam@154
|
5008
|
cannam@154
|
5009 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
|
cannam@154
|
5010 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
|
cannam@154
|
5011 $SED '/^Contents of section '"$match_literal"':/{
|
cannam@154
|
5012 # Place marker at beginning of archive member dllname section
|
cannam@154
|
5013 s/.*/====MARK====/
|
cannam@154
|
5014 p
|
cannam@154
|
5015 d
|
cannam@154
|
5016 }
|
cannam@154
|
5017 # These lines can sometimes be longer than 43 characters, but
|
cannam@154
|
5018 # are always uninteresting
|
cannam@154
|
5019 /:[ ]*file format pe[i]\{,1\}-/d
|
cannam@154
|
5020 /^In archive [^:]*:/d
|
cannam@154
|
5021 # Ensure marker is printed
|
cannam@154
|
5022 /^====MARK====/p
|
cannam@154
|
5023 # Remove all lines with less than 43 characters
|
cannam@154
|
5024 /^.\{43\}/!d
|
cannam@154
|
5025 # From remaining lines, remove first 43 characters
|
cannam@154
|
5026 s/^.\{43\}//' |
|
cannam@154
|
5027 $SED -n '
|
cannam@154
|
5028 # Join marker and all lines until next marker into a single line
|
cannam@154
|
5029 /^====MARK====/ b para
|
cannam@154
|
5030 H
|
cannam@154
|
5031 $ b para
|
cannam@154
|
5032 b
|
cannam@154
|
5033 :para
|
cannam@154
|
5034 x
|
cannam@154
|
5035 s/\n//g
|
cannam@154
|
5036 # Remove the marker
|
cannam@154
|
5037 s/^====MARK====//
|
cannam@154
|
5038 # Remove trailing dots and whitespace
|
cannam@154
|
5039 s/[\. \t]*$//
|
cannam@154
|
5040 # Print
|
cannam@154
|
5041 /./p' |
|
cannam@154
|
5042 # we now have a list, one entry per line, of the stringified
|
cannam@154
|
5043 # contents of the appropriate section of all members of the
|
cannam@154
|
5044 # archive that possess that section. Heuristic: eliminate
|
cannam@154
|
5045 # all those that have a first or second character that is
|
cannam@154
|
5046 # a '.' (that is, objdump's representation of an unprintable
|
cannam@154
|
5047 # character.) This should work for all archives with less than
|
cannam@154
|
5048 # 0x302f exports -- but will fail for DLLs whose name actually
|
cannam@154
|
5049 # begins with a literal '.' or a single character followed by
|
cannam@154
|
5050 # a '.'.
|
cannam@154
|
5051 #
|
cannam@154
|
5052 # Of those that remain, print the first one.
|
cannam@154
|
5053 $SED -e '/^\./d;/^.\./d;q'
|
cannam@154
|
5054 }
|
cannam@154
|
5055
|
cannam@154
|
5056 # func_cygming_dll_for_implib_fallback ARG
|
cannam@154
|
5057 # Platform-specific function to extract the
|
cannam@154
|
5058 # name of the DLL associated with the specified
|
cannam@154
|
5059 # import library ARG.
|
cannam@154
|
5060 #
|
cannam@154
|
5061 # This fallback implementation is for use when $DLLTOOL
|
cannam@154
|
5062 # does not support the --identify-strict option.
|
cannam@154
|
5063 # Invoked by eval'ing the libtool variable
|
cannam@154
|
5064 # $sharedlib_from_linklib_cmd
|
cannam@154
|
5065 # Result is available in the variable
|
cannam@154
|
5066 # $sharedlib_from_linklib_result
|
cannam@154
|
5067 func_cygming_dll_for_implib_fallback ()
|
cannam@154
|
5068 {
|
cannam@154
|
5069 $debug_cmd
|
cannam@154
|
5070
|
cannam@154
|
5071 if func_cygming_gnu_implib_p "$1"; then
|
cannam@154
|
5072 # binutils import library
|
cannam@154
|
5073 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
|
cannam@154
|
5074 elif func_cygming_ms_implib_p "$1"; then
|
cannam@154
|
5075 # ms-generated import library
|
cannam@154
|
5076 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
|
cannam@154
|
5077 else
|
cannam@154
|
5078 # unknown
|
cannam@154
|
5079 sharedlib_from_linklib_result=
|
cannam@154
|
5080 fi
|
cannam@154
|
5081 }
|
cannam@154
|
5082
|
cannam@154
|
5083
|
cannam@154
|
5084 # func_extract_an_archive dir oldlib
|
cannam@154
|
5085 func_extract_an_archive ()
|
cannam@154
|
5086 {
|
cannam@154
|
5087 $debug_cmd
|
cannam@154
|
5088
|
cannam@154
|
5089 f_ex_an_ar_dir=$1; shift
|
cannam@154
|
5090 f_ex_an_ar_oldlib=$1
|
cannam@154
|
5091 if test yes = "$lock_old_archive_extraction"; then
|
cannam@154
|
5092 lockfile=$f_ex_an_ar_oldlib.lock
|
cannam@154
|
5093 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
|
cannam@154
|
5094 func_echo "Waiting for $lockfile to be removed"
|
cannam@154
|
5095 sleep 2
|
cannam@154
|
5096 done
|
cannam@154
|
5097 fi
|
cannam@154
|
5098 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
|
cannam@154
|
5099 'stat=$?; rm -f "$lockfile"; exit $stat'
|
cannam@154
|
5100 if test yes = "$lock_old_archive_extraction"; then
|
cannam@154
|
5101 $opt_dry_run || rm -f "$lockfile"
|
cannam@154
|
5102 fi
|
cannam@154
|
5103 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
|
cannam@154
|
5104 :
|
cannam@154
|
5105 else
|
cannam@154
|
5106 func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
|
cannam@154
|
5107 fi
|
cannam@154
|
5108 }
|
cannam@154
|
5109
|
cannam@154
|
5110
|
cannam@154
|
5111 # func_extract_archives gentop oldlib ...
|
cannam@154
|
5112 func_extract_archives ()
|
cannam@154
|
5113 {
|
cannam@154
|
5114 $debug_cmd
|
cannam@154
|
5115
|
cannam@154
|
5116 my_gentop=$1; shift
|
cannam@154
|
5117 my_oldlibs=${1+"$@"}
|
cannam@154
|
5118 my_oldobjs=
|
cannam@154
|
5119 my_xlib=
|
cannam@154
|
5120 my_xabs=
|
cannam@154
|
5121 my_xdir=
|
cannam@154
|
5122
|
cannam@154
|
5123 for my_xlib in $my_oldlibs; do
|
cannam@154
|
5124 # Extract the objects.
|
cannam@154
|
5125 case $my_xlib in
|
cannam@154
|
5126 [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
|
cannam@154
|
5127 *) my_xabs=`pwd`"/$my_xlib" ;;
|
cannam@154
|
5128 esac
|
cannam@154
|
5129 func_basename "$my_xlib"
|
cannam@154
|
5130 my_xlib=$func_basename_result
|
cannam@154
|
5131 my_xlib_u=$my_xlib
|
cannam@154
|
5132 while :; do
|
cannam@154
|
5133 case " $extracted_archives " in
|
cannam@154
|
5134 *" $my_xlib_u "*)
|
cannam@154
|
5135 func_arith $extracted_serial + 1
|
cannam@154
|
5136 extracted_serial=$func_arith_result
|
cannam@154
|
5137 my_xlib_u=lt$extracted_serial-$my_xlib ;;
|
cannam@154
|
5138 *) break ;;
|
cannam@154
|
5139 esac
|
cannam@154
|
5140 done
|
cannam@154
|
5141 extracted_archives="$extracted_archives $my_xlib_u"
|
cannam@154
|
5142 my_xdir=$my_gentop/$my_xlib_u
|
cannam@154
|
5143
|
cannam@154
|
5144 func_mkdir_p "$my_xdir"
|
cannam@154
|
5145
|
cannam@154
|
5146 case $host in
|
cannam@154
|
5147 *-darwin*)
|
cannam@154
|
5148 func_verbose "Extracting $my_xabs"
|
cannam@154
|
5149 # Do not bother doing anything if just a dry run
|
cannam@154
|
5150 $opt_dry_run || {
|
cannam@154
|
5151 darwin_orig_dir=`pwd`
|
cannam@154
|
5152 cd $my_xdir || exit $?
|
cannam@154
|
5153 darwin_archive=$my_xabs
|
cannam@154
|
5154 darwin_curdir=`pwd`
|
cannam@154
|
5155 func_basename "$darwin_archive"
|
cannam@154
|
5156 darwin_base_archive=$func_basename_result
|
cannam@154
|
5157 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
|
cannam@154
|
5158 if test -n "$darwin_arches"; then
|
cannam@154
|
5159 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
|
cannam@154
|
5160 darwin_arch=
|
cannam@154
|
5161 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
|
cannam@154
|
5162 for darwin_arch in $darwin_arches; do
|
cannam@154
|
5163 func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
|
cannam@154
|
5164 $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
|
cannam@154
|
5165 cd "unfat-$$/$darwin_base_archive-$darwin_arch"
|
cannam@154
|
5166 func_extract_an_archive "`pwd`" "$darwin_base_archive"
|
cannam@154
|
5167 cd "$darwin_curdir"
|
cannam@154
|
5168 $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
|
cannam@154
|
5169 done # $darwin_arches
|
cannam@154
|
5170 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
|
cannam@154
|
5171 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
|
cannam@154
|
5172 darwin_file=
|
cannam@154
|
5173 darwin_files=
|
cannam@154
|
5174 for darwin_file in $darwin_filelist; do
|
cannam@154
|
5175 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
|
cannam@154
|
5176 $LIPO -create -output "$darwin_file" $darwin_files
|
cannam@154
|
5177 done # $darwin_filelist
|
cannam@154
|
5178 $RM -rf unfat-$$
|
cannam@154
|
5179 cd "$darwin_orig_dir"
|
cannam@154
|
5180 else
|
cannam@154
|
5181 cd $darwin_orig_dir
|
cannam@154
|
5182 func_extract_an_archive "$my_xdir" "$my_xabs"
|
cannam@154
|
5183 fi # $darwin_arches
|
cannam@154
|
5184 } # !$opt_dry_run
|
cannam@154
|
5185 ;;
|
cannam@154
|
5186 *)
|
cannam@154
|
5187 func_extract_an_archive "$my_xdir" "$my_xabs"
|
cannam@154
|
5188 ;;
|
cannam@154
|
5189 esac
|
cannam@154
|
5190 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
|
cannam@154
|
5191 done
|
cannam@154
|
5192
|
cannam@154
|
5193 func_extract_archives_result=$my_oldobjs
|
cannam@154
|
5194 }
|
cannam@154
|
5195
|
cannam@154
|
5196
|
cannam@154
|
5197 # func_emit_wrapper [arg=no]
|
cannam@154
|
5198 #
|
cannam@154
|
5199 # Emit a libtool wrapper script on stdout.
|
cannam@154
|
5200 # Don't directly open a file because we may want to
|
cannam@154
|
5201 # incorporate the script contents within a cygwin/mingw
|
cannam@154
|
5202 # wrapper executable. Must ONLY be called from within
|
cannam@154
|
5203 # func_mode_link because it depends on a number of variables
|
cannam@154
|
5204 # set therein.
|
cannam@154
|
5205 #
|
cannam@154
|
5206 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
|
cannam@154
|
5207 # variable will take. If 'yes', then the emitted script
|
cannam@154
|
5208 # will assume that the directory where it is stored is
|
cannam@154
|
5209 # the $objdir directory. This is a cygwin/mingw-specific
|
cannam@154
|
5210 # behavior.
|
cannam@154
|
5211 func_emit_wrapper ()
|
cannam@154
|
5212 {
|
cannam@154
|
5213 func_emit_wrapper_arg1=${1-no}
|
cannam@154
|
5214
|
cannam@154
|
5215 $ECHO "\
|
cannam@154
|
5216 #! $SHELL
|
cannam@154
|
5217
|
cannam@154
|
5218 # $output - temporary wrapper script for $objdir/$outputname
|
cannam@154
|
5219 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
|
cannam@154
|
5220 #
|
cannam@154
|
5221 # The $output program cannot be directly executed until all the libtool
|
cannam@154
|
5222 # libraries that it depends on are installed.
|
cannam@154
|
5223 #
|
cannam@154
|
5224 # This wrapper script should never be moved out of the build directory.
|
cannam@154
|
5225 # If it is, it will not operate correctly.
|
cannam@154
|
5226
|
cannam@154
|
5227 # Sed substitution that helps us do robust quoting. It backslashifies
|
cannam@154
|
5228 # metacharacters that are still active within double-quoted strings.
|
cannam@154
|
5229 sed_quote_subst='$sed_quote_subst'
|
cannam@154
|
5230
|
cannam@154
|
5231 # Be Bourne compatible
|
cannam@154
|
5232 if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
|
cannam@154
|
5233 emulate sh
|
cannam@154
|
5234 NULLCMD=:
|
cannam@154
|
5235 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
|
cannam@154
|
5236 # is contrary to our usage. Disable this feature.
|
cannam@154
|
5237 alias -g '\${1+\"\$@\"}'='\"\$@\"'
|
cannam@154
|
5238 setopt NO_GLOB_SUBST
|
cannam@154
|
5239 else
|
cannam@154
|
5240 case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
|
cannam@154
|
5241 fi
|
cannam@154
|
5242 BIN_SH=xpg4; export BIN_SH # for Tru64
|
cannam@154
|
5243 DUALCASE=1; export DUALCASE # for MKS sh
|
cannam@154
|
5244
|
cannam@154
|
5245 # The HP-UX ksh and POSIX shell print the target directory to stdout
|
cannam@154
|
5246 # if CDPATH is set.
|
cannam@154
|
5247 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
cannam@154
|
5248
|
cannam@154
|
5249 relink_command=\"$relink_command\"
|
cannam@154
|
5250
|
cannam@154
|
5251 # This environment variable determines our operation mode.
|
cannam@154
|
5252 if test \"\$libtool_install_magic\" = \"$magic\"; then
|
cannam@154
|
5253 # install mode needs the following variables:
|
cannam@154
|
5254 generated_by_libtool_version='$macro_version'
|
cannam@154
|
5255 notinst_deplibs='$notinst_deplibs'
|
cannam@154
|
5256 else
|
cannam@154
|
5257 # When we are sourced in execute mode, \$file and \$ECHO are already set.
|
cannam@154
|
5258 if test \"\$libtool_execute_magic\" != \"$magic\"; then
|
cannam@154
|
5259 file=\"\$0\""
|
cannam@154
|
5260
|
cannam@154
|
5261 qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
|
cannam@154
|
5262 $ECHO "\
|
cannam@154
|
5263
|
cannam@154
|
5264 # A function that is used when there is no print builtin or printf.
|
cannam@154
|
5265 func_fallback_echo ()
|
cannam@154
|
5266 {
|
cannam@154
|
5267 eval 'cat <<_LTECHO_EOF
|
cannam@154
|
5268 \$1
|
cannam@154
|
5269 _LTECHO_EOF'
|
cannam@154
|
5270 }
|
cannam@154
|
5271 ECHO=\"$qECHO\"
|
cannam@154
|
5272 fi
|
cannam@154
|
5273
|
cannam@154
|
5274 # Very basic option parsing. These options are (a) specific to
|
cannam@154
|
5275 # the libtool wrapper, (b) are identical between the wrapper
|
cannam@154
|
5276 # /script/ and the wrapper /executable/ that is used only on
|
cannam@154
|
5277 # windows platforms, and (c) all begin with the string "--lt-"
|
cannam@154
|
5278 # (application programs are unlikely to have options that match
|
cannam@154
|
5279 # this pattern).
|
cannam@154
|
5280 #
|
cannam@154
|
5281 # There are only two supported options: --lt-debug and
|
cannam@154
|
5282 # --lt-dump-script. There is, deliberately, no --lt-help.
|
cannam@154
|
5283 #
|
cannam@154
|
5284 # The first argument to this parsing function should be the
|
cannam@154
|
5285 # script's $0 value, followed by "$@".
|
cannam@154
|
5286 lt_option_debug=
|
cannam@154
|
5287 func_parse_lt_options ()
|
cannam@154
|
5288 {
|
cannam@154
|
5289 lt_script_arg0=\$0
|
cannam@154
|
5290 shift
|
cannam@154
|
5291 for lt_opt
|
cannam@154
|
5292 do
|
cannam@154
|
5293 case \"\$lt_opt\" in
|
cannam@154
|
5294 --lt-debug) lt_option_debug=1 ;;
|
cannam@154
|
5295 --lt-dump-script)
|
cannam@154
|
5296 lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
|
cannam@154
|
5297 test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
|
cannam@154
|
5298 lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
|
cannam@154
|
5299 cat \"\$lt_dump_D/\$lt_dump_F\"
|
cannam@154
|
5300 exit 0
|
cannam@154
|
5301 ;;
|
cannam@154
|
5302 --lt-*)
|
cannam@154
|
5303 \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
|
cannam@154
|
5304 exit 1
|
cannam@154
|
5305 ;;
|
cannam@154
|
5306 esac
|
cannam@154
|
5307 done
|
cannam@154
|
5308
|
cannam@154
|
5309 # Print the debug banner immediately:
|
cannam@154
|
5310 if test -n \"\$lt_option_debug\"; then
|
cannam@154
|
5311 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
|
cannam@154
|
5312 fi
|
cannam@154
|
5313 }
|
cannam@154
|
5314
|
cannam@154
|
5315 # Used when --lt-debug. Prints its arguments to stdout
|
cannam@154
|
5316 # (redirection is the responsibility of the caller)
|
cannam@154
|
5317 func_lt_dump_args ()
|
cannam@154
|
5318 {
|
cannam@154
|
5319 lt_dump_args_N=1;
|
cannam@154
|
5320 for lt_arg
|
cannam@154
|
5321 do
|
cannam@154
|
5322 \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
|
cannam@154
|
5323 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
|
cannam@154
|
5324 done
|
cannam@154
|
5325 }
|
cannam@154
|
5326
|
cannam@154
|
5327 # Core function for launching the target application
|
cannam@154
|
5328 func_exec_program_core ()
|
cannam@154
|
5329 {
|
cannam@154
|
5330 "
|
cannam@154
|
5331 case $host in
|
cannam@154
|
5332 # Backslashes separate directories on plain windows
|
cannam@154
|
5333 *-*-mingw | *-*-os2* | *-cegcc*)
|
cannam@154
|
5334 $ECHO "\
|
cannam@154
|
5335 if test -n \"\$lt_option_debug\"; then
|
cannam@154
|
5336 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
|
cannam@154
|
5337 func_lt_dump_args \${1+\"\$@\"} 1>&2
|
cannam@154
|
5338 fi
|
cannam@154
|
5339 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
|
cannam@154
|
5340 "
|
cannam@154
|
5341 ;;
|
cannam@154
|
5342
|
cannam@154
|
5343 *)
|
cannam@154
|
5344 $ECHO "\
|
cannam@154
|
5345 if test -n \"\$lt_option_debug\"; then
|
cannam@154
|
5346 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
|
cannam@154
|
5347 func_lt_dump_args \${1+\"\$@\"} 1>&2
|
cannam@154
|
5348 fi
|
cannam@154
|
5349 exec \"\$progdir/\$program\" \${1+\"\$@\"}
|
cannam@154
|
5350 "
|
cannam@154
|
5351 ;;
|
cannam@154
|
5352 esac
|
cannam@154
|
5353 $ECHO "\
|
cannam@154
|
5354 \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
|
cannam@154
|
5355 exit 1
|
cannam@154
|
5356 }
|
cannam@154
|
5357
|
cannam@154
|
5358 # A function to encapsulate launching the target application
|
cannam@154
|
5359 # Strips options in the --lt-* namespace from \$@ and
|
cannam@154
|
5360 # launches target application with the remaining arguments.
|
cannam@154
|
5361 func_exec_program ()
|
cannam@154
|
5362 {
|
cannam@154
|
5363 case \" \$* \" in
|
cannam@154
|
5364 *\\ --lt-*)
|
cannam@154
|
5365 for lt_wr_arg
|
cannam@154
|
5366 do
|
cannam@154
|
5367 case \$lt_wr_arg in
|
cannam@154
|
5368 --lt-*) ;;
|
cannam@154
|
5369 *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
|
cannam@154
|
5370 esac
|
cannam@154
|
5371 shift
|
cannam@154
|
5372 done ;;
|
cannam@154
|
5373 esac
|
cannam@154
|
5374 func_exec_program_core \${1+\"\$@\"}
|
cannam@154
|
5375 }
|
cannam@154
|
5376
|
cannam@154
|
5377 # Parse options
|
cannam@154
|
5378 func_parse_lt_options \"\$0\" \${1+\"\$@\"}
|
cannam@154
|
5379
|
cannam@154
|
5380 # Find the directory that this script lives in.
|
cannam@154
|
5381 thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
|
cannam@154
|
5382 test \"x\$thisdir\" = \"x\$file\" && thisdir=.
|
cannam@154
|
5383
|
cannam@154
|
5384 # Follow symbolic links until we get to the real thisdir.
|
cannam@154
|
5385 file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
|
cannam@154
|
5386 while test -n \"\$file\"; do
|
cannam@154
|
5387 destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
|
cannam@154
|
5388
|
cannam@154
|
5389 # If there was a directory component, then change thisdir.
|
cannam@154
|
5390 if test \"x\$destdir\" != \"x\$file\"; then
|
cannam@154
|
5391 case \"\$destdir\" in
|
cannam@154
|
5392 [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
|
cannam@154
|
5393 *) thisdir=\"\$thisdir/\$destdir\" ;;
|
cannam@154
|
5394 esac
|
cannam@154
|
5395 fi
|
cannam@154
|
5396
|
cannam@154
|
5397 file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
|
cannam@154
|
5398 file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
|
cannam@154
|
5399 done
|
cannam@154
|
5400
|
cannam@154
|
5401 # Usually 'no', except on cygwin/mingw when embedded into
|
cannam@154
|
5402 # the cwrapper.
|
cannam@154
|
5403 WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
|
cannam@154
|
5404 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
|
cannam@154
|
5405 # special case for '.'
|
cannam@154
|
5406 if test \"\$thisdir\" = \".\"; then
|
cannam@154
|
5407 thisdir=\`pwd\`
|
cannam@154
|
5408 fi
|
cannam@154
|
5409 # remove .libs from thisdir
|
cannam@154
|
5410 case \"\$thisdir\" in
|
cannam@154
|
5411 *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
|
cannam@154
|
5412 $objdir ) thisdir=. ;;
|
cannam@154
|
5413 esac
|
cannam@154
|
5414 fi
|
cannam@154
|
5415
|
cannam@154
|
5416 # Try to get the absolute directory name.
|
cannam@154
|
5417 absdir=\`cd \"\$thisdir\" && pwd\`
|
cannam@154
|
5418 test -n \"\$absdir\" && thisdir=\"\$absdir\"
|
cannam@154
|
5419 "
|
cannam@154
|
5420
|
cannam@154
|
5421 if test yes = "$fast_install"; then
|
cannam@154
|
5422 $ECHO "\
|
cannam@154
|
5423 program=lt-'$outputname'$exeext
|
cannam@154
|
5424 progdir=\"\$thisdir/$objdir\"
|
cannam@154
|
5425
|
cannam@154
|
5426 if test ! -f \"\$progdir/\$program\" ||
|
cannam@154
|
5427 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
|
cannam@154
|
5428 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
|
cannam@154
|
5429
|
cannam@154
|
5430 file=\"\$\$-\$program\"
|
cannam@154
|
5431
|
cannam@154
|
5432 if test ! -d \"\$progdir\"; then
|
cannam@154
|
5433 $MKDIR \"\$progdir\"
|
cannam@154
|
5434 else
|
cannam@154
|
5435 $RM \"\$progdir/\$file\"
|
cannam@154
|
5436 fi"
|
cannam@154
|
5437
|
cannam@154
|
5438 $ECHO "\
|
cannam@154
|
5439
|
cannam@154
|
5440 # relink executable if necessary
|
cannam@154
|
5441 if test -n \"\$relink_command\"; then
|
cannam@154
|
5442 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
|
cannam@154
|
5443 else
|
cannam@154
|
5444 \$ECHO \"\$relink_command_output\" >&2
|
cannam@154
|
5445 $RM \"\$progdir/\$file\"
|
cannam@154
|
5446 exit 1
|
cannam@154
|
5447 fi
|
cannam@154
|
5448 fi
|
cannam@154
|
5449
|
cannam@154
|
5450 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
|
cannam@154
|
5451 { $RM \"\$progdir/\$program\";
|
cannam@154
|
5452 $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
|
cannam@154
|
5453 $RM \"\$progdir/\$file\"
|
cannam@154
|
5454 fi"
|
cannam@154
|
5455 else
|
cannam@154
|
5456 $ECHO "\
|
cannam@154
|
5457 program='$outputname'
|
cannam@154
|
5458 progdir=\"\$thisdir/$objdir\"
|
cannam@154
|
5459 "
|
cannam@154
|
5460 fi
|
cannam@154
|
5461
|
cannam@154
|
5462 $ECHO "\
|
cannam@154
|
5463
|
cannam@154
|
5464 if test -f \"\$progdir/\$program\"; then"
|
cannam@154
|
5465
|
cannam@154
|
5466 # fixup the dll searchpath if we need to.
|
cannam@154
|
5467 #
|
cannam@154
|
5468 # Fix the DLL searchpath if we need to. Do this before prepending
|
cannam@154
|
5469 # to shlibpath, because on Windows, both are PATH and uninstalled
|
cannam@154
|
5470 # libraries must come first.
|
cannam@154
|
5471 if test -n "$dllsearchpath"; then
|
cannam@154
|
5472 $ECHO "\
|
cannam@154
|
5473 # Add the dll search path components to the executable PATH
|
cannam@154
|
5474 PATH=$dllsearchpath:\$PATH
|
cannam@154
|
5475 "
|
cannam@154
|
5476 fi
|
cannam@154
|
5477
|
cannam@154
|
5478 # Export our shlibpath_var if we have one.
|
cannam@154
|
5479 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
|
cannam@154
|
5480 $ECHO "\
|
cannam@154
|
5481 # Add our own library path to $shlibpath_var
|
cannam@154
|
5482 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
|
cannam@154
|
5483
|
cannam@154
|
5484 # Some systems cannot cope with colon-terminated $shlibpath_var
|
cannam@154
|
5485 # The second colon is a workaround for a bug in BeOS R4 sed
|
cannam@154
|
5486 $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
|
cannam@154
|
5487
|
cannam@154
|
5488 export $shlibpath_var
|
cannam@154
|
5489 "
|
cannam@154
|
5490 fi
|
cannam@154
|
5491
|
cannam@154
|
5492 $ECHO "\
|
cannam@154
|
5493 if test \"\$libtool_execute_magic\" != \"$magic\"; then
|
cannam@154
|
5494 # Run the actual program with our arguments.
|
cannam@154
|
5495 func_exec_program \${1+\"\$@\"}
|
cannam@154
|
5496 fi
|
cannam@154
|
5497 else
|
cannam@154
|
5498 # The program doesn't exist.
|
cannam@154
|
5499 \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
|
cannam@154
|
5500 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
|
cannam@154
|
5501 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
|
cannam@154
|
5502 exit 1
|
cannam@154
|
5503 fi
|
cannam@154
|
5504 fi\
|
cannam@154
|
5505 "
|
cannam@154
|
5506 }
|
cannam@154
|
5507
|
cannam@154
|
5508
|
cannam@154
|
5509 # func_emit_cwrapperexe_src
|
cannam@154
|
5510 # emit the source code for a wrapper executable on stdout
|
cannam@154
|
5511 # Must ONLY be called from within func_mode_link because
|
cannam@154
|
5512 # it depends on a number of variable set therein.
|
cannam@154
|
5513 func_emit_cwrapperexe_src ()
|
cannam@154
|
5514 {
|
cannam@154
|
5515 cat <<EOF
|
cannam@154
|
5516
|
cannam@154
|
5517 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
|
cannam@154
|
5518 Generated by $PROGRAM (GNU $PACKAGE) $VERSION
|
cannam@154
|
5519
|
cannam@154
|
5520 The $output program cannot be directly executed until all the libtool
|
cannam@154
|
5521 libraries that it depends on are installed.
|
cannam@154
|
5522
|
cannam@154
|
5523 This wrapper executable should never be moved out of the build directory.
|
cannam@154
|
5524 If it is, it will not operate correctly.
|
cannam@154
|
5525 */
|
cannam@154
|
5526 EOF
|
cannam@154
|
5527 cat <<"EOF"
|
cannam@154
|
5528 #ifdef _MSC_VER
|
cannam@154
|
5529 # define _CRT_SECURE_NO_DEPRECATE 1
|
cannam@154
|
5530 #endif
|
cannam@154
|
5531 #include <stdio.h>
|
cannam@154
|
5532 #include <stdlib.h>
|
cannam@154
|
5533 #ifdef _MSC_VER
|
cannam@154
|
5534 # include <direct.h>
|
cannam@154
|
5535 # include <process.h>
|
cannam@154
|
5536 # include <io.h>
|
cannam@154
|
5537 #else
|
cannam@154
|
5538 # include <unistd.h>
|
cannam@154
|
5539 # include <stdint.h>
|
cannam@154
|
5540 # ifdef __CYGWIN__
|
cannam@154
|
5541 # include <io.h>
|
cannam@154
|
5542 # endif
|
cannam@154
|
5543 #endif
|
cannam@154
|
5544 #include <malloc.h>
|
cannam@154
|
5545 #include <stdarg.h>
|
cannam@154
|
5546 #include <assert.h>
|
cannam@154
|
5547 #include <string.h>
|
cannam@154
|
5548 #include <ctype.h>
|
cannam@154
|
5549 #include <errno.h>
|
cannam@154
|
5550 #include <fcntl.h>
|
cannam@154
|
5551 #include <sys/stat.h>
|
cannam@154
|
5552
|
cannam@154
|
5553 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
|
cannam@154
|
5554
|
cannam@154
|
5555 /* declarations of non-ANSI functions */
|
cannam@154
|
5556 #if defined __MINGW32__
|
cannam@154
|
5557 # ifdef __STRICT_ANSI__
|
cannam@154
|
5558 int _putenv (const char *);
|
cannam@154
|
5559 # endif
|
cannam@154
|
5560 #elif defined __CYGWIN__
|
cannam@154
|
5561 # ifdef __STRICT_ANSI__
|
cannam@154
|
5562 char *realpath (const char *, char *);
|
cannam@154
|
5563 int putenv (char *);
|
cannam@154
|
5564 int setenv (const char *, const char *, int);
|
cannam@154
|
5565 # endif
|
cannam@154
|
5566 /* #elif defined other_platform || defined ... */
|
cannam@154
|
5567 #endif
|
cannam@154
|
5568
|
cannam@154
|
5569 /* portability defines, excluding path handling macros */
|
cannam@154
|
5570 #if defined _MSC_VER
|
cannam@154
|
5571 # define setmode _setmode
|
cannam@154
|
5572 # define stat _stat
|
cannam@154
|
5573 # define chmod _chmod
|
cannam@154
|
5574 # define getcwd _getcwd
|
cannam@154
|
5575 # define putenv _putenv
|
cannam@154
|
5576 # define S_IXUSR _S_IEXEC
|
cannam@154
|
5577 #elif defined __MINGW32__
|
cannam@154
|
5578 # define setmode _setmode
|
cannam@154
|
5579 # define stat _stat
|
cannam@154
|
5580 # define chmod _chmod
|
cannam@154
|
5581 # define getcwd _getcwd
|
cannam@154
|
5582 # define putenv _putenv
|
cannam@154
|
5583 #elif defined __CYGWIN__
|
cannam@154
|
5584 # define HAVE_SETENV
|
cannam@154
|
5585 # define FOPEN_WB "wb"
|
cannam@154
|
5586 /* #elif defined other platforms ... */
|
cannam@154
|
5587 #endif
|
cannam@154
|
5588
|
cannam@154
|
5589 #if defined PATH_MAX
|
cannam@154
|
5590 # define LT_PATHMAX PATH_MAX
|
cannam@154
|
5591 #elif defined MAXPATHLEN
|
cannam@154
|
5592 # define LT_PATHMAX MAXPATHLEN
|
cannam@154
|
5593 #else
|
cannam@154
|
5594 # define LT_PATHMAX 1024
|
cannam@154
|
5595 #endif
|
cannam@154
|
5596
|
cannam@154
|
5597 #ifndef S_IXOTH
|
cannam@154
|
5598 # define S_IXOTH 0
|
cannam@154
|
5599 #endif
|
cannam@154
|
5600 #ifndef S_IXGRP
|
cannam@154
|
5601 # define S_IXGRP 0
|
cannam@154
|
5602 #endif
|
cannam@154
|
5603
|
cannam@154
|
5604 /* path handling portability macros */
|
cannam@154
|
5605 #ifndef DIR_SEPARATOR
|
cannam@154
|
5606 # define DIR_SEPARATOR '/'
|
cannam@154
|
5607 # define PATH_SEPARATOR ':'
|
cannam@154
|
5608 #endif
|
cannam@154
|
5609
|
cannam@154
|
5610 #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
|
cannam@154
|
5611 defined __OS2__
|
cannam@154
|
5612 # define HAVE_DOS_BASED_FILE_SYSTEM
|
cannam@154
|
5613 # define FOPEN_WB "wb"
|
cannam@154
|
5614 # ifndef DIR_SEPARATOR_2
|
cannam@154
|
5615 # define DIR_SEPARATOR_2 '\\'
|
cannam@154
|
5616 # endif
|
cannam@154
|
5617 # ifndef PATH_SEPARATOR_2
|
cannam@154
|
5618 # define PATH_SEPARATOR_2 ';'
|
cannam@154
|
5619 # endif
|
cannam@154
|
5620 #endif
|
cannam@154
|
5621
|
cannam@154
|
5622 #ifndef DIR_SEPARATOR_2
|
cannam@154
|
5623 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
|
cannam@154
|
5624 #else /* DIR_SEPARATOR_2 */
|
cannam@154
|
5625 # define IS_DIR_SEPARATOR(ch) \
|
cannam@154
|
5626 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
|
cannam@154
|
5627 #endif /* DIR_SEPARATOR_2 */
|
cannam@154
|
5628
|
cannam@154
|
5629 #ifndef PATH_SEPARATOR_2
|
cannam@154
|
5630 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
|
cannam@154
|
5631 #else /* PATH_SEPARATOR_2 */
|
cannam@154
|
5632 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
|
cannam@154
|
5633 #endif /* PATH_SEPARATOR_2 */
|
cannam@154
|
5634
|
cannam@154
|
5635 #ifndef FOPEN_WB
|
cannam@154
|
5636 # define FOPEN_WB "w"
|
cannam@154
|
5637 #endif
|
cannam@154
|
5638 #ifndef _O_BINARY
|
cannam@154
|
5639 # define _O_BINARY 0
|
cannam@154
|
5640 #endif
|
cannam@154
|
5641
|
cannam@154
|
5642 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
|
cannam@154
|
5643 #define XFREE(stale) do { \
|
cannam@154
|
5644 if (stale) { free (stale); stale = 0; } \
|
cannam@154
|
5645 } while (0)
|
cannam@154
|
5646
|
cannam@154
|
5647 #if defined LT_DEBUGWRAPPER
|
cannam@154
|
5648 static int lt_debug = 1;
|
cannam@154
|
5649 #else
|
cannam@154
|
5650 static int lt_debug = 0;
|
cannam@154
|
5651 #endif
|
cannam@154
|
5652
|
cannam@154
|
5653 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
|
cannam@154
|
5654
|
cannam@154
|
5655 void *xmalloc (size_t num);
|
cannam@154
|
5656 char *xstrdup (const char *string);
|
cannam@154
|
5657 const char *base_name (const char *name);
|
cannam@154
|
5658 char *find_executable (const char *wrapper);
|
cannam@154
|
5659 char *chase_symlinks (const char *pathspec);
|
cannam@154
|
5660 int make_executable (const char *path);
|
cannam@154
|
5661 int check_executable (const char *path);
|
cannam@154
|
5662 char *strendzap (char *str, const char *pat);
|
cannam@154
|
5663 void lt_debugprintf (const char *file, int line, const char *fmt, ...);
|
cannam@154
|
5664 void lt_fatal (const char *file, int line, const char *message, ...);
|
cannam@154
|
5665 static const char *nonnull (const char *s);
|
cannam@154
|
5666 static const char *nonempty (const char *s);
|
cannam@154
|
5667 void lt_setenv (const char *name, const char *value);
|
cannam@154
|
5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end);
|
cannam@154
|
5669 void lt_update_exe_path (const char *name, const char *value);
|
cannam@154
|
5670 void lt_update_lib_path (const char *name, const char *value);
|
cannam@154
|
5671 char **prepare_spawn (char **argv);
|
cannam@154
|
5672 void lt_dump_script (FILE *f);
|
cannam@154
|
5673 EOF
|
cannam@154
|
5674
|
cannam@154
|
5675 cat <<EOF
|
cannam@154
|
5676 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
|
cannam@154
|
5677 # define externally_visible volatile
|
cannam@154
|
5678 #else
|
cannam@154
|
5679 # define externally_visible __attribute__((externally_visible)) volatile
|
cannam@154
|
5680 #endif
|
cannam@154
|
5681 externally_visible const char * MAGIC_EXE = "$magic_exe";
|
cannam@154
|
5682 const char * LIB_PATH_VARNAME = "$shlibpath_var";
|
cannam@154
|
5683 EOF
|
cannam@154
|
5684
|
cannam@154
|
5685 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
|
cannam@154
|
5686 func_to_host_path "$temp_rpath"
|
cannam@154
|
5687 cat <<EOF
|
cannam@154
|
5688 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
|
cannam@154
|
5689 EOF
|
cannam@154
|
5690 else
|
cannam@154
|
5691 cat <<"EOF"
|
cannam@154
|
5692 const char * LIB_PATH_VALUE = "";
|
cannam@154
|
5693 EOF
|
cannam@154
|
5694 fi
|
cannam@154
|
5695
|
cannam@154
|
5696 if test -n "$dllsearchpath"; then
|
cannam@154
|
5697 func_to_host_path "$dllsearchpath:"
|
cannam@154
|
5698 cat <<EOF
|
cannam@154
|
5699 const char * EXE_PATH_VARNAME = "PATH";
|
cannam@154
|
5700 const char * EXE_PATH_VALUE = "$func_to_host_path_result";
|
cannam@154
|
5701 EOF
|
cannam@154
|
5702 else
|
cannam@154
|
5703 cat <<"EOF"
|
cannam@154
|
5704 const char * EXE_PATH_VARNAME = "";
|
cannam@154
|
5705 const char * EXE_PATH_VALUE = "";
|
cannam@154
|
5706 EOF
|
cannam@154
|
5707 fi
|
cannam@154
|
5708
|
cannam@154
|
5709 if test yes = "$fast_install"; then
|
cannam@154
|
5710 cat <<EOF
|
cannam@154
|
5711 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
|
cannam@154
|
5712 EOF
|
cannam@154
|
5713 else
|
cannam@154
|
5714 cat <<EOF
|
cannam@154
|
5715 const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
|
cannam@154
|
5716 EOF
|
cannam@154
|
5717 fi
|
cannam@154
|
5718
|
cannam@154
|
5719
|
cannam@154
|
5720 cat <<"EOF"
|
cannam@154
|
5721
|
cannam@154
|
5722 #define LTWRAPPER_OPTION_PREFIX "--lt-"
|
cannam@154
|
5723
|
cannam@154
|
5724 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
|
cannam@154
|
5725 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
|
cannam@154
|
5726 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
|
cannam@154
|
5727
|
cannam@154
|
5728 int
|
cannam@154
|
5729 main (int argc, char *argv[])
|
cannam@154
|
5730 {
|
cannam@154
|
5731 char **newargz;
|
cannam@154
|
5732 int newargc;
|
cannam@154
|
5733 char *tmp_pathspec;
|
cannam@154
|
5734 char *actual_cwrapper_path;
|
cannam@154
|
5735 char *actual_cwrapper_name;
|
cannam@154
|
5736 char *target_name;
|
cannam@154
|
5737 char *lt_argv_zero;
|
cannam@154
|
5738 int rval = 127;
|
cannam@154
|
5739
|
cannam@154
|
5740 int i;
|
cannam@154
|
5741
|
cannam@154
|
5742 program_name = (char *) xstrdup (base_name (argv[0]));
|
cannam@154
|
5743 newargz = XMALLOC (char *, (size_t) argc + 1);
|
cannam@154
|
5744
|
cannam@154
|
5745 /* very simple arg parsing; don't want to rely on getopt
|
cannam@154
|
5746 * also, copy all non cwrapper options to newargz, except
|
cannam@154
|
5747 * argz[0], which is handled differently
|
cannam@154
|
5748 */
|
cannam@154
|
5749 newargc=0;
|
cannam@154
|
5750 for (i = 1; i < argc; i++)
|
cannam@154
|
5751 {
|
cannam@154
|
5752 if (STREQ (argv[i], dumpscript_opt))
|
cannam@154
|
5753 {
|
cannam@154
|
5754 EOF
|
cannam@154
|
5755 case $host in
|
cannam@154
|
5756 *mingw* | *cygwin* )
|
cannam@154
|
5757 # make stdout use "unix" line endings
|
cannam@154
|
5758 echo " setmode(1,_O_BINARY);"
|
cannam@154
|
5759 ;;
|
cannam@154
|
5760 esac
|
cannam@154
|
5761
|
cannam@154
|
5762 cat <<"EOF"
|
cannam@154
|
5763 lt_dump_script (stdout);
|
cannam@154
|
5764 return 0;
|
cannam@154
|
5765 }
|
cannam@154
|
5766 if (STREQ (argv[i], debug_opt))
|
cannam@154
|
5767 {
|
cannam@154
|
5768 lt_debug = 1;
|
cannam@154
|
5769 continue;
|
cannam@154
|
5770 }
|
cannam@154
|
5771 if (STREQ (argv[i], ltwrapper_option_prefix))
|
cannam@154
|
5772 {
|
cannam@154
|
5773 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
|
cannam@154
|
5774 namespace, but it is not one of the ones we know about and
|
cannam@154
|
5775 have already dealt with, above (inluding dump-script), then
|
cannam@154
|
5776 report an error. Otherwise, targets might begin to believe
|
cannam@154
|
5777 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
|
cannam@154
|
5778 namespace. The first time any user complains about this, we'll
|
cannam@154
|
5779 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
|
cannam@154
|
5780 or a configure.ac-settable value.
|
cannam@154
|
5781 */
|
cannam@154
|
5782 lt_fatal (__FILE__, __LINE__,
|
cannam@154
|
5783 "unrecognized %s option: '%s'",
|
cannam@154
|
5784 ltwrapper_option_prefix, argv[i]);
|
cannam@154
|
5785 }
|
cannam@154
|
5786 /* otherwise ... */
|
cannam@154
|
5787 newargz[++newargc] = xstrdup (argv[i]);
|
cannam@154
|
5788 }
|
cannam@154
|
5789 newargz[++newargc] = NULL;
|
cannam@154
|
5790
|
cannam@154
|
5791 EOF
|
cannam@154
|
5792 cat <<EOF
|
cannam@154
|
5793 /* The GNU banner must be the first non-error debug message */
|
cannam@154
|
5794 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
|
cannam@154
|
5795 EOF
|
cannam@154
|
5796 cat <<"EOF"
|
cannam@154
|
5797 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
|
cannam@154
|
5798 lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
|
cannam@154
|
5799
|
cannam@154
|
5800 tmp_pathspec = find_executable (argv[0]);
|
cannam@154
|
5801 if (tmp_pathspec == NULL)
|
cannam@154
|
5802 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
|
cannam@154
|
5803 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
5804 "(main) found exe (before symlink chase) at: %s\n",
|
cannam@154
|
5805 tmp_pathspec);
|
cannam@154
|
5806
|
cannam@154
|
5807 actual_cwrapper_path = chase_symlinks (tmp_pathspec);
|
cannam@154
|
5808 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
5809 "(main) found exe (after symlink chase) at: %s\n",
|
cannam@154
|
5810 actual_cwrapper_path);
|
cannam@154
|
5811 XFREE (tmp_pathspec);
|
cannam@154
|
5812
|
cannam@154
|
5813 actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
|
cannam@154
|
5814 strendzap (actual_cwrapper_path, actual_cwrapper_name);
|
cannam@154
|
5815
|
cannam@154
|
5816 /* wrapper name transforms */
|
cannam@154
|
5817 strendzap (actual_cwrapper_name, ".exe");
|
cannam@154
|
5818 tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
|
cannam@154
|
5819 XFREE (actual_cwrapper_name);
|
cannam@154
|
5820 actual_cwrapper_name = tmp_pathspec;
|
cannam@154
|
5821 tmp_pathspec = 0;
|
cannam@154
|
5822
|
cannam@154
|
5823 /* target_name transforms -- use actual target program name; might have lt- prefix */
|
cannam@154
|
5824 target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
|
cannam@154
|
5825 strendzap (target_name, ".exe");
|
cannam@154
|
5826 tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
|
cannam@154
|
5827 XFREE (target_name);
|
cannam@154
|
5828 target_name = tmp_pathspec;
|
cannam@154
|
5829 tmp_pathspec = 0;
|
cannam@154
|
5830
|
cannam@154
|
5831 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
5832 "(main) libtool target name: %s\n",
|
cannam@154
|
5833 target_name);
|
cannam@154
|
5834 EOF
|
cannam@154
|
5835
|
cannam@154
|
5836 cat <<EOF
|
cannam@154
|
5837 newargz[0] =
|
cannam@154
|
5838 XMALLOC (char, (strlen (actual_cwrapper_path) +
|
cannam@154
|
5839 strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
|
cannam@154
|
5840 strcpy (newargz[0], actual_cwrapper_path);
|
cannam@154
|
5841 strcat (newargz[0], "$objdir");
|
cannam@154
|
5842 strcat (newargz[0], "/");
|
cannam@154
|
5843 EOF
|
cannam@154
|
5844
|
cannam@154
|
5845 cat <<"EOF"
|
cannam@154
|
5846 /* stop here, and copy so we don't have to do this twice */
|
cannam@154
|
5847 tmp_pathspec = xstrdup (newargz[0]);
|
cannam@154
|
5848
|
cannam@154
|
5849 /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
|
cannam@154
|
5850 strcat (newargz[0], actual_cwrapper_name);
|
cannam@154
|
5851
|
cannam@154
|
5852 /* DO want the lt- prefix here if it exists, so use target_name */
|
cannam@154
|
5853 lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
|
cannam@154
|
5854 XFREE (tmp_pathspec);
|
cannam@154
|
5855 tmp_pathspec = NULL;
|
cannam@154
|
5856 EOF
|
cannam@154
|
5857
|
cannam@154
|
5858 case $host_os in
|
cannam@154
|
5859 mingw*)
|
cannam@154
|
5860 cat <<"EOF"
|
cannam@154
|
5861 {
|
cannam@154
|
5862 char* p;
|
cannam@154
|
5863 while ((p = strchr (newargz[0], '\\')) != NULL)
|
cannam@154
|
5864 {
|
cannam@154
|
5865 *p = '/';
|
cannam@154
|
5866 }
|
cannam@154
|
5867 while ((p = strchr (lt_argv_zero, '\\')) != NULL)
|
cannam@154
|
5868 {
|
cannam@154
|
5869 *p = '/';
|
cannam@154
|
5870 }
|
cannam@154
|
5871 }
|
cannam@154
|
5872 EOF
|
cannam@154
|
5873 ;;
|
cannam@154
|
5874 esac
|
cannam@154
|
5875
|
cannam@154
|
5876 cat <<"EOF"
|
cannam@154
|
5877 XFREE (target_name);
|
cannam@154
|
5878 XFREE (actual_cwrapper_path);
|
cannam@154
|
5879 XFREE (actual_cwrapper_name);
|
cannam@154
|
5880
|
cannam@154
|
5881 lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
|
cannam@154
|
5882 lt_setenv ("DUALCASE", "1"); /* for MSK sh */
|
cannam@154
|
5883 /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must
|
cannam@154
|
5884 be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
|
cannam@154
|
5885 because on Windows, both *_VARNAMEs are PATH but uninstalled
|
cannam@154
|
5886 libraries must come first. */
|
cannam@154
|
5887 lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
|
cannam@154
|
5888 lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
|
cannam@154
|
5889
|
cannam@154
|
5890 lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
|
cannam@154
|
5891 nonnull (lt_argv_zero));
|
cannam@154
|
5892 for (i = 0; i < newargc; i++)
|
cannam@154
|
5893 {
|
cannam@154
|
5894 lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
|
cannam@154
|
5895 i, nonnull (newargz[i]));
|
cannam@154
|
5896 }
|
cannam@154
|
5897
|
cannam@154
|
5898 EOF
|
cannam@154
|
5899
|
cannam@154
|
5900 case $host_os in
|
cannam@154
|
5901 mingw*)
|
cannam@154
|
5902 cat <<"EOF"
|
cannam@154
|
5903 /* execv doesn't actually work on mingw as expected on unix */
|
cannam@154
|
5904 newargz = prepare_spawn (newargz);
|
cannam@154
|
5905 rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
|
cannam@154
|
5906 if (rval == -1)
|
cannam@154
|
5907 {
|
cannam@154
|
5908 /* failed to start process */
|
cannam@154
|
5909 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
5910 "(main) failed to launch target \"%s\": %s\n",
|
cannam@154
|
5911 lt_argv_zero, nonnull (strerror (errno)));
|
cannam@154
|
5912 return 127;
|
cannam@154
|
5913 }
|
cannam@154
|
5914 return rval;
|
cannam@154
|
5915 EOF
|
cannam@154
|
5916 ;;
|
cannam@154
|
5917 *)
|
cannam@154
|
5918 cat <<"EOF"
|
cannam@154
|
5919 execv (lt_argv_zero, newargz);
|
cannam@154
|
5920 return rval; /* =127, but avoids unused variable warning */
|
cannam@154
|
5921 EOF
|
cannam@154
|
5922 ;;
|
cannam@154
|
5923 esac
|
cannam@154
|
5924
|
cannam@154
|
5925 cat <<"EOF"
|
cannam@154
|
5926 }
|
cannam@154
|
5927
|
cannam@154
|
5928 void *
|
cannam@154
|
5929 xmalloc (size_t num)
|
cannam@154
|
5930 {
|
cannam@154
|
5931 void *p = (void *) malloc (num);
|
cannam@154
|
5932 if (!p)
|
cannam@154
|
5933 lt_fatal (__FILE__, __LINE__, "memory exhausted");
|
cannam@154
|
5934
|
cannam@154
|
5935 return p;
|
cannam@154
|
5936 }
|
cannam@154
|
5937
|
cannam@154
|
5938 char *
|
cannam@154
|
5939 xstrdup (const char *string)
|
cannam@154
|
5940 {
|
cannam@154
|
5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
|
cannam@154
|
5942 string) : NULL;
|
cannam@154
|
5943 }
|
cannam@154
|
5944
|
cannam@154
|
5945 const char *
|
cannam@154
|
5946 base_name (const char *name)
|
cannam@154
|
5947 {
|
cannam@154
|
5948 const char *base;
|
cannam@154
|
5949
|
cannam@154
|
5950 #if defined HAVE_DOS_BASED_FILE_SYSTEM
|
cannam@154
|
5951 /* Skip over the disk name in MSDOS pathnames. */
|
cannam@154
|
5952 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
|
cannam@154
|
5953 name += 2;
|
cannam@154
|
5954 #endif
|
cannam@154
|
5955
|
cannam@154
|
5956 for (base = name; *name; name++)
|
cannam@154
|
5957 if (IS_DIR_SEPARATOR (*name))
|
cannam@154
|
5958 base = name + 1;
|
cannam@154
|
5959 return base;
|
cannam@154
|
5960 }
|
cannam@154
|
5961
|
cannam@154
|
5962 int
|
cannam@154
|
5963 check_executable (const char *path)
|
cannam@154
|
5964 {
|
cannam@154
|
5965 struct stat st;
|
cannam@154
|
5966
|
cannam@154
|
5967 lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
|
cannam@154
|
5968 nonempty (path));
|
cannam@154
|
5969 if ((!path) || (!*path))
|
cannam@154
|
5970 return 0;
|
cannam@154
|
5971
|
cannam@154
|
5972 if ((stat (path, &st) >= 0)
|
cannam@154
|
5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
|
cannam@154
|
5974 return 1;
|
cannam@154
|
5975 else
|
cannam@154
|
5976 return 0;
|
cannam@154
|
5977 }
|
cannam@154
|
5978
|
cannam@154
|
5979 int
|
cannam@154
|
5980 make_executable (const char *path)
|
cannam@154
|
5981 {
|
cannam@154
|
5982 int rval = 0;
|
cannam@154
|
5983 struct stat st;
|
cannam@154
|
5984
|
cannam@154
|
5985 lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
|
cannam@154
|
5986 nonempty (path));
|
cannam@154
|
5987 if ((!path) || (!*path))
|
cannam@154
|
5988 return 0;
|
cannam@154
|
5989
|
cannam@154
|
5990 if (stat (path, &st) >= 0)
|
cannam@154
|
5991 {
|
cannam@154
|
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
|
cannam@154
|
5993 }
|
cannam@154
|
5994 return rval;
|
cannam@154
|
5995 }
|
cannam@154
|
5996
|
cannam@154
|
5997 /* Searches for the full path of the wrapper. Returns
|
cannam@154
|
5998 newly allocated full path name if found, NULL otherwise
|
cannam@154
|
5999 Does not chase symlinks, even on platforms that support them.
|
cannam@154
|
6000 */
|
cannam@154
|
6001 char *
|
cannam@154
|
6002 find_executable (const char *wrapper)
|
cannam@154
|
6003 {
|
cannam@154
|
6004 int has_slash = 0;
|
cannam@154
|
6005 const char *p;
|
cannam@154
|
6006 const char *p_next;
|
cannam@154
|
6007 /* static buffer for getcwd */
|
cannam@154
|
6008 char tmp[LT_PATHMAX + 1];
|
cannam@154
|
6009 size_t tmp_len;
|
cannam@154
|
6010 char *concat_name;
|
cannam@154
|
6011
|
cannam@154
|
6012 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
|
cannam@154
|
6013 nonempty (wrapper));
|
cannam@154
|
6014
|
cannam@154
|
6015 if ((wrapper == NULL) || (*wrapper == '\0'))
|
cannam@154
|
6016 return NULL;
|
cannam@154
|
6017
|
cannam@154
|
6018 /* Absolute path? */
|
cannam@154
|
6019 #if defined HAVE_DOS_BASED_FILE_SYSTEM
|
cannam@154
|
6020 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
|
cannam@154
|
6021 {
|
cannam@154
|
6022 concat_name = xstrdup (wrapper);
|
cannam@154
|
6023 if (check_executable (concat_name))
|
cannam@154
|
6024 return concat_name;
|
cannam@154
|
6025 XFREE (concat_name);
|
cannam@154
|
6026 }
|
cannam@154
|
6027 else
|
cannam@154
|
6028 {
|
cannam@154
|
6029 #endif
|
cannam@154
|
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
|
cannam@154
|
6031 {
|
cannam@154
|
6032 concat_name = xstrdup (wrapper);
|
cannam@154
|
6033 if (check_executable (concat_name))
|
cannam@154
|
6034 return concat_name;
|
cannam@154
|
6035 XFREE (concat_name);
|
cannam@154
|
6036 }
|
cannam@154
|
6037 #if defined HAVE_DOS_BASED_FILE_SYSTEM
|
cannam@154
|
6038 }
|
cannam@154
|
6039 #endif
|
cannam@154
|
6040
|
cannam@154
|
6041 for (p = wrapper; *p; p++)
|
cannam@154
|
6042 if (*p == '/')
|
cannam@154
|
6043 {
|
cannam@154
|
6044 has_slash = 1;
|
cannam@154
|
6045 break;
|
cannam@154
|
6046 }
|
cannam@154
|
6047 if (!has_slash)
|
cannam@154
|
6048 {
|
cannam@154
|
6049 /* no slashes; search PATH */
|
cannam@154
|
6050 const char *path = getenv ("PATH");
|
cannam@154
|
6051 if (path != NULL)
|
cannam@154
|
6052 {
|
cannam@154
|
6053 for (p = path; *p; p = p_next)
|
cannam@154
|
6054 {
|
cannam@154
|
6055 const char *q;
|
cannam@154
|
6056 size_t p_len;
|
cannam@154
|
6057 for (q = p; *q; q++)
|
cannam@154
|
6058 if (IS_PATH_SEPARATOR (*q))
|
cannam@154
|
6059 break;
|
cannam@154
|
6060 p_len = (size_t) (q - p);
|
cannam@154
|
6061 p_next = (*q == '\0' ? q : q + 1);
|
cannam@154
|
6062 if (p_len == 0)
|
cannam@154
|
6063 {
|
cannam@154
|
6064 /* empty path: current directory */
|
cannam@154
|
6065 if (getcwd (tmp, LT_PATHMAX) == NULL)
|
cannam@154
|
6066 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
|
cannam@154
|
6067 nonnull (strerror (errno)));
|
cannam@154
|
6068 tmp_len = strlen (tmp);
|
cannam@154
|
6069 concat_name =
|
cannam@154
|
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
|
cannam@154
|
6071 memcpy (concat_name, tmp, tmp_len);
|
cannam@154
|
6072 concat_name[tmp_len] = '/';
|
cannam@154
|
6073 strcpy (concat_name + tmp_len + 1, wrapper);
|
cannam@154
|
6074 }
|
cannam@154
|
6075 else
|
cannam@154
|
6076 {
|
cannam@154
|
6077 concat_name =
|
cannam@154
|
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
|
cannam@154
|
6079 memcpy (concat_name, p, p_len);
|
cannam@154
|
6080 concat_name[p_len] = '/';
|
cannam@154
|
6081 strcpy (concat_name + p_len + 1, wrapper);
|
cannam@154
|
6082 }
|
cannam@154
|
6083 if (check_executable (concat_name))
|
cannam@154
|
6084 return concat_name;
|
cannam@154
|
6085 XFREE (concat_name);
|
cannam@154
|
6086 }
|
cannam@154
|
6087 }
|
cannam@154
|
6088 /* not found in PATH; assume curdir */
|
cannam@154
|
6089 }
|
cannam@154
|
6090 /* Relative path | not found in path: prepend cwd */
|
cannam@154
|
6091 if (getcwd (tmp, LT_PATHMAX) == NULL)
|
cannam@154
|
6092 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
|
cannam@154
|
6093 nonnull (strerror (errno)));
|
cannam@154
|
6094 tmp_len = strlen (tmp);
|
cannam@154
|
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
|
cannam@154
|
6096 memcpy (concat_name, tmp, tmp_len);
|
cannam@154
|
6097 concat_name[tmp_len] = '/';
|
cannam@154
|
6098 strcpy (concat_name + tmp_len + 1, wrapper);
|
cannam@154
|
6099
|
cannam@154
|
6100 if (check_executable (concat_name))
|
cannam@154
|
6101 return concat_name;
|
cannam@154
|
6102 XFREE (concat_name);
|
cannam@154
|
6103 return NULL;
|
cannam@154
|
6104 }
|
cannam@154
|
6105
|
cannam@154
|
6106 char *
|
cannam@154
|
6107 chase_symlinks (const char *pathspec)
|
cannam@154
|
6108 {
|
cannam@154
|
6109 #ifndef S_ISLNK
|
cannam@154
|
6110 return xstrdup (pathspec);
|
cannam@154
|
6111 #else
|
cannam@154
|
6112 char buf[LT_PATHMAX];
|
cannam@154
|
6113 struct stat s;
|
cannam@154
|
6114 char *tmp_pathspec = xstrdup (pathspec);
|
cannam@154
|
6115 char *p;
|
cannam@154
|
6116 int has_symlinks = 0;
|
cannam@154
|
6117 while (strlen (tmp_pathspec) && !has_symlinks)
|
cannam@154
|
6118 {
|
cannam@154
|
6119 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
6120 "checking path component for symlinks: %s\n",
|
cannam@154
|
6121 tmp_pathspec);
|
cannam@154
|
6122 if (lstat (tmp_pathspec, &s) == 0)
|
cannam@154
|
6123 {
|
cannam@154
|
6124 if (S_ISLNK (s.st_mode) != 0)
|
cannam@154
|
6125 {
|
cannam@154
|
6126 has_symlinks = 1;
|
cannam@154
|
6127 break;
|
cannam@154
|
6128 }
|
cannam@154
|
6129
|
cannam@154
|
6130 /* search backwards for last DIR_SEPARATOR */
|
cannam@154
|
6131 p = tmp_pathspec + strlen (tmp_pathspec) - 1;
|
cannam@154
|
6132 while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
|
cannam@154
|
6133 p--;
|
cannam@154
|
6134 if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
|
cannam@154
|
6135 {
|
cannam@154
|
6136 /* no more DIR_SEPARATORS left */
|
cannam@154
|
6137 break;
|
cannam@154
|
6138 }
|
cannam@154
|
6139 *p = '\0';
|
cannam@154
|
6140 }
|
cannam@154
|
6141 else
|
cannam@154
|
6142 {
|
cannam@154
|
6143 lt_fatal (__FILE__, __LINE__,
|
cannam@154
|
6144 "error accessing file \"%s\": %s",
|
cannam@154
|
6145 tmp_pathspec, nonnull (strerror (errno)));
|
cannam@154
|
6146 }
|
cannam@154
|
6147 }
|
cannam@154
|
6148 XFREE (tmp_pathspec);
|
cannam@154
|
6149
|
cannam@154
|
6150 if (!has_symlinks)
|
cannam@154
|
6151 {
|
cannam@154
|
6152 return xstrdup (pathspec);
|
cannam@154
|
6153 }
|
cannam@154
|
6154
|
cannam@154
|
6155 tmp_pathspec = realpath (pathspec, buf);
|
cannam@154
|
6156 if (tmp_pathspec == 0)
|
cannam@154
|
6157 {
|
cannam@154
|
6158 lt_fatal (__FILE__, __LINE__,
|
cannam@154
|
6159 "could not follow symlinks for %s", pathspec);
|
cannam@154
|
6160 }
|
cannam@154
|
6161 return xstrdup (tmp_pathspec);
|
cannam@154
|
6162 #endif
|
cannam@154
|
6163 }
|
cannam@154
|
6164
|
cannam@154
|
6165 char *
|
cannam@154
|
6166 strendzap (char *str, const char *pat)
|
cannam@154
|
6167 {
|
cannam@154
|
6168 size_t len, patlen;
|
cannam@154
|
6169
|
cannam@154
|
6170 assert (str != NULL);
|
cannam@154
|
6171 assert (pat != NULL);
|
cannam@154
|
6172
|
cannam@154
|
6173 len = strlen (str);
|
cannam@154
|
6174 patlen = strlen (pat);
|
cannam@154
|
6175
|
cannam@154
|
6176 if (patlen <= len)
|
cannam@154
|
6177 {
|
cannam@154
|
6178 str += len - patlen;
|
cannam@154
|
6179 if (STREQ (str, pat))
|
cannam@154
|
6180 *str = '\0';
|
cannam@154
|
6181 }
|
cannam@154
|
6182 return str;
|
cannam@154
|
6183 }
|
cannam@154
|
6184
|
cannam@154
|
6185 void
|
cannam@154
|
6186 lt_debugprintf (const char *file, int line, const char *fmt, ...)
|
cannam@154
|
6187 {
|
cannam@154
|
6188 va_list args;
|
cannam@154
|
6189 if (lt_debug)
|
cannam@154
|
6190 {
|
cannam@154
|
6191 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
|
cannam@154
|
6192 va_start (args, fmt);
|
cannam@154
|
6193 (void) vfprintf (stderr, fmt, args);
|
cannam@154
|
6194 va_end (args);
|
cannam@154
|
6195 }
|
cannam@154
|
6196 }
|
cannam@154
|
6197
|
cannam@154
|
6198 static void
|
cannam@154
|
6199 lt_error_core (int exit_status, const char *file,
|
cannam@154
|
6200 int line, const char *mode,
|
cannam@154
|
6201 const char *message, va_list ap)
|
cannam@154
|
6202 {
|
cannam@154
|
6203 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
|
cannam@154
|
6204 vfprintf (stderr, message, ap);
|
cannam@154
|
6205 fprintf (stderr, ".\n");
|
cannam@154
|
6206
|
cannam@154
|
6207 if (exit_status >= 0)
|
cannam@154
|
6208 exit (exit_status);
|
cannam@154
|
6209 }
|
cannam@154
|
6210
|
cannam@154
|
6211 void
|
cannam@154
|
6212 lt_fatal (const char *file, int line, const char *message, ...)
|
cannam@154
|
6213 {
|
cannam@154
|
6214 va_list ap;
|
cannam@154
|
6215 va_start (ap, message);
|
cannam@154
|
6216 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
|
cannam@154
|
6217 va_end (ap);
|
cannam@154
|
6218 }
|
cannam@154
|
6219
|
cannam@154
|
6220 static const char *
|
cannam@154
|
6221 nonnull (const char *s)
|
cannam@154
|
6222 {
|
cannam@154
|
6223 return s ? s : "(null)";
|
cannam@154
|
6224 }
|
cannam@154
|
6225
|
cannam@154
|
6226 static const char *
|
cannam@154
|
6227 nonempty (const char *s)
|
cannam@154
|
6228 {
|
cannam@154
|
6229 return (s && !*s) ? "(empty)" : nonnull (s);
|
cannam@154
|
6230 }
|
cannam@154
|
6231
|
cannam@154
|
6232 void
|
cannam@154
|
6233 lt_setenv (const char *name, const char *value)
|
cannam@154
|
6234 {
|
cannam@154
|
6235 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
6236 "(lt_setenv) setting '%s' to '%s'\n",
|
cannam@154
|
6237 nonnull (name), nonnull (value));
|
cannam@154
|
6238 {
|
cannam@154
|
6239 #ifdef HAVE_SETENV
|
cannam@154
|
6240 /* always make a copy, for consistency with !HAVE_SETENV */
|
cannam@154
|
6241 char *str = xstrdup (value);
|
cannam@154
|
6242 setenv (name, str, 1);
|
cannam@154
|
6243 #else
|
cannam@154
|
6244 size_t len = strlen (name) + 1 + strlen (value) + 1;
|
cannam@154
|
6245 char *str = XMALLOC (char, len);
|
cannam@154
|
6246 sprintf (str, "%s=%s", name, value);
|
cannam@154
|
6247 if (putenv (str) != EXIT_SUCCESS)
|
cannam@154
|
6248 {
|
cannam@154
|
6249 XFREE (str);
|
cannam@154
|
6250 }
|
cannam@154
|
6251 #endif
|
cannam@154
|
6252 }
|
cannam@154
|
6253 }
|
cannam@154
|
6254
|
cannam@154
|
6255 char *
|
cannam@154
|
6256 lt_extend_str (const char *orig_value, const char *add, int to_end)
|
cannam@154
|
6257 {
|
cannam@154
|
6258 char *new_value;
|
cannam@154
|
6259 if (orig_value && *orig_value)
|
cannam@154
|
6260 {
|
cannam@154
|
6261 size_t orig_value_len = strlen (orig_value);
|
cannam@154
|
6262 size_t add_len = strlen (add);
|
cannam@154
|
6263 new_value = XMALLOC (char, add_len + orig_value_len + 1);
|
cannam@154
|
6264 if (to_end)
|
cannam@154
|
6265 {
|
cannam@154
|
6266 strcpy (new_value, orig_value);
|
cannam@154
|
6267 strcpy (new_value + orig_value_len, add);
|
cannam@154
|
6268 }
|
cannam@154
|
6269 else
|
cannam@154
|
6270 {
|
cannam@154
|
6271 strcpy (new_value, add);
|
cannam@154
|
6272 strcpy (new_value + add_len, orig_value);
|
cannam@154
|
6273 }
|
cannam@154
|
6274 }
|
cannam@154
|
6275 else
|
cannam@154
|
6276 {
|
cannam@154
|
6277 new_value = xstrdup (add);
|
cannam@154
|
6278 }
|
cannam@154
|
6279 return new_value;
|
cannam@154
|
6280 }
|
cannam@154
|
6281
|
cannam@154
|
6282 void
|
cannam@154
|
6283 lt_update_exe_path (const char *name, const char *value)
|
cannam@154
|
6284 {
|
cannam@154
|
6285 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
6286 "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
|
cannam@154
|
6287 nonnull (name), nonnull (value));
|
cannam@154
|
6288
|
cannam@154
|
6289 if (name && *name && value && *value)
|
cannam@154
|
6290 {
|
cannam@154
|
6291 char *new_value = lt_extend_str (getenv (name), value, 0);
|
cannam@154
|
6292 /* some systems can't cope with a ':'-terminated path #' */
|
cannam@154
|
6293 size_t len = strlen (new_value);
|
cannam@154
|
6294 while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
|
cannam@154
|
6295 {
|
cannam@154
|
6296 new_value[--len] = '\0';
|
cannam@154
|
6297 }
|
cannam@154
|
6298 lt_setenv (name, new_value);
|
cannam@154
|
6299 XFREE (new_value);
|
cannam@154
|
6300 }
|
cannam@154
|
6301 }
|
cannam@154
|
6302
|
cannam@154
|
6303 void
|
cannam@154
|
6304 lt_update_lib_path (const char *name, const char *value)
|
cannam@154
|
6305 {
|
cannam@154
|
6306 lt_debugprintf (__FILE__, __LINE__,
|
cannam@154
|
6307 "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
|
cannam@154
|
6308 nonnull (name), nonnull (value));
|
cannam@154
|
6309
|
cannam@154
|
6310 if (name && *name && value && *value)
|
cannam@154
|
6311 {
|
cannam@154
|
6312 char *new_value = lt_extend_str (getenv (name), value, 0);
|
cannam@154
|
6313 lt_setenv (name, new_value);
|
cannam@154
|
6314 XFREE (new_value);
|
cannam@154
|
6315 }
|
cannam@154
|
6316 }
|
cannam@154
|
6317
|
cannam@154
|
6318 EOF
|
cannam@154
|
6319 case $host_os in
|
cannam@154
|
6320 mingw*)
|
cannam@154
|
6321 cat <<"EOF"
|
cannam@154
|
6322
|
cannam@154
|
6323 /* Prepares an argument vector before calling spawn().
|
cannam@154
|
6324 Note that spawn() does not by itself call the command interpreter
|
cannam@154
|
6325 (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
|
cannam@154
|
6326 ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
cannam@154
|
6327 GetVersionEx(&v);
|
cannam@154
|
6328 v.dwPlatformId == VER_PLATFORM_WIN32_NT;
|
cannam@154
|
6329 }) ? "cmd.exe" : "command.com").
|
cannam@154
|
6330 Instead it simply concatenates the arguments, separated by ' ', and calls
|
cannam@154
|
6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
cannam@154
|
6332 interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
|
cannam@154
|
6333 special way:
|
cannam@154
|
6334 - Space and tab are interpreted as delimiters. They are not treated as
|
cannam@154
|
6335 delimiters if they are surrounded by double quotes: "...".
|
cannam@154
|
6336 - Unescaped double quotes are removed from the input. Their only effect is
|
cannam@154
|
6337 that within double quotes, space and tab are treated like normal
|
cannam@154
|
6338 characters.
|
cannam@154
|
6339 - Backslashes not followed by double quotes are not special.
|
cannam@154
|
6340 - But 2*n+1 backslashes followed by a double quote become
|
cannam@154
|
6341 n backslashes followed by a double quote (n >= 0):
|
cannam@154
|
6342 \" -> "
|
cannam@154
|
6343 \\\" -> \"
|
cannam@154
|
6344 \\\\\" -> \\"
|
cannam@154
|
6345 */
|
cannam@154
|
6346 #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"
|
cannam@154
|
6347 #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"
|
cannam@154
|
6348 char **
|
cannam@154
|
6349 prepare_spawn (char **argv)
|
cannam@154
|
6350 {
|
cannam@154
|
6351 size_t argc;
|
cannam@154
|
6352 char **new_argv;
|
cannam@154
|
6353 size_t i;
|
cannam@154
|
6354
|
cannam@154
|
6355 /* Count number of arguments. */
|
cannam@154
|
6356 for (argc = 0; argv[argc] != NULL; argc++)
|
cannam@154
|
6357 ;
|
cannam@154
|
6358
|
cannam@154
|
6359 /* Allocate new argument vector. */
|
cannam@154
|
6360 new_argv = XMALLOC (char *, argc + 1);
|
cannam@154
|
6361
|
cannam@154
|
6362 /* Put quoted arguments into the new argument vector. */
|
cannam@154
|
6363 for (i = 0; i < argc; i++)
|
cannam@154
|
6364 {
|
cannam@154
|
6365 const char *string = argv[i];
|
cannam@154
|
6366
|
cannam@154
|
6367 if (string[0] == '\0')
|
cannam@154
|
6368 new_argv[i] = xstrdup ("\"\"");
|
cannam@154
|
6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
|
cannam@154
|
6370 {
|
cannam@154
|
6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
|
cannam@154
|
6372 size_t length;
|
cannam@154
|
6373 unsigned int backslashes;
|
cannam@154
|
6374 const char *s;
|
cannam@154
|
6375 char *quoted_string;
|
cannam@154
|
6376 char *p;
|
cannam@154
|
6377
|
cannam@154
|
6378 length = 0;
|
cannam@154
|
6379 backslashes = 0;
|
cannam@154
|
6380 if (quote_around)
|
cannam@154
|
6381 length++;
|
cannam@154
|
6382 for (s = string; *s != '\0'; s++)
|
cannam@154
|
6383 {
|
cannam@154
|
6384 char c = *s;
|
cannam@154
|
6385 if (c == '"')
|
cannam@154
|
6386 length += backslashes + 1;
|
cannam@154
|
6387 length++;
|
cannam@154
|
6388 if (c == '\\')
|
cannam@154
|
6389 backslashes++;
|
cannam@154
|
6390 else
|
cannam@154
|
6391 backslashes = 0;
|
cannam@154
|
6392 }
|
cannam@154
|
6393 if (quote_around)
|
cannam@154
|
6394 length += backslashes + 1;
|
cannam@154
|
6395
|
cannam@154
|
6396 quoted_string = XMALLOC (char, length + 1);
|
cannam@154
|
6397
|
cannam@154
|
6398 p = quoted_string;
|
cannam@154
|
6399 backslashes = 0;
|
cannam@154
|
6400 if (quote_around)
|
cannam@154
|
6401 *p++ = '"';
|
cannam@154
|
6402 for (s = string; *s != '\0'; s++)
|
cannam@154
|
6403 {
|
cannam@154
|
6404 char c = *s;
|
cannam@154
|
6405 if (c == '"')
|
cannam@154
|
6406 {
|
cannam@154
|
6407 unsigned int j;
|
cannam@154
|
6408 for (j = backslashes + 1; j > 0; j--)
|
cannam@154
|
6409 *p++ = '\\';
|
cannam@154
|
6410 }
|
cannam@154
|
6411 *p++ = c;
|
cannam@154
|
6412 if (c == '\\')
|
cannam@154
|
6413 backslashes++;
|
cannam@154
|
6414 else
|
cannam@154
|
6415 backslashes = 0;
|
cannam@154
|
6416 }
|
cannam@154
|
6417 if (quote_around)
|
cannam@154
|
6418 {
|
cannam@154
|
6419 unsigned int j;
|
cannam@154
|
6420 for (j = backslashes; j > 0; j--)
|
cannam@154
|
6421 *p++ = '\\';
|
cannam@154
|
6422 *p++ = '"';
|
cannam@154
|
6423 }
|
cannam@154
|
6424 *p = '\0';
|
cannam@154
|
6425
|
cannam@154
|
6426 new_argv[i] = quoted_string;
|
cannam@154
|
6427 }
|
cannam@154
|
6428 else
|
cannam@154
|
6429 new_argv[i] = (char *) string;
|
cannam@154
|
6430 }
|
cannam@154
|
6431 new_argv[argc] = NULL;
|
cannam@154
|
6432
|
cannam@154
|
6433 return new_argv;
|
cannam@154
|
6434 }
|
cannam@154
|
6435 EOF
|
cannam@154
|
6436 ;;
|
cannam@154
|
6437 esac
|
cannam@154
|
6438
|
cannam@154
|
6439 cat <<"EOF"
|
cannam@154
|
6440 void lt_dump_script (FILE* f)
|
cannam@154
|
6441 {
|
cannam@154
|
6442 EOF
|
cannam@154
|
6443 func_emit_wrapper yes |
|
cannam@154
|
6444 $SED -n -e '
|
cannam@154
|
6445 s/^\(.\{79\}\)\(..*\)/\1\
|
cannam@154
|
6446 \2/
|
cannam@154
|
6447 h
|
cannam@154
|
6448 s/\([\\"]\)/\\\1/g
|
cannam@154
|
6449 s/$/\\n/
|
cannam@154
|
6450 s/\([^\n]*\).*/ fputs ("\1", f);/p
|
cannam@154
|
6451 g
|
cannam@154
|
6452 D'
|
cannam@154
|
6453 cat <<"EOF"
|
cannam@154
|
6454 }
|
cannam@154
|
6455 EOF
|
cannam@154
|
6456 }
|
cannam@154
|
6457 # end: func_emit_cwrapperexe_src
|
cannam@154
|
6458
|
cannam@154
|
6459 # func_win32_import_lib_p ARG
|
cannam@154
|
6460 # True if ARG is an import lib, as indicated by $file_magic_cmd
|
cannam@154
|
6461 func_win32_import_lib_p ()
|
cannam@154
|
6462 {
|
cannam@154
|
6463 $debug_cmd
|
cannam@154
|
6464
|
cannam@154
|
6465 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
|
cannam@154
|
6466 *import*) : ;;
|
cannam@154
|
6467 *) false ;;
|
cannam@154
|
6468 esac
|
cannam@154
|
6469 }
|
cannam@154
|
6470
|
cannam@154
|
6471 # func_suncc_cstd_abi
|
cannam@154
|
6472 # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
|
cannam@154
|
6473 # Several compiler flags select an ABI that is incompatible with the
|
cannam@154
|
6474 # Cstd library. Avoid specifying it if any are in CXXFLAGS.
|
cannam@154
|
6475 func_suncc_cstd_abi ()
|
cannam@154
|
6476 {
|
cannam@154
|
6477 $debug_cmd
|
cannam@154
|
6478
|
cannam@154
|
6479 case " $compile_command " in
|
cannam@154
|
6480 *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
|
cannam@154
|
6481 suncc_use_cstd_abi=no
|
cannam@154
|
6482 ;;
|
cannam@154
|
6483 *)
|
cannam@154
|
6484 suncc_use_cstd_abi=yes
|
cannam@154
|
6485 ;;
|
cannam@154
|
6486 esac
|
cannam@154
|
6487 }
|
cannam@154
|
6488
|
cannam@154
|
6489 # func_mode_link arg...
|
cannam@154
|
6490 func_mode_link ()
|
cannam@154
|
6491 {
|
cannam@154
|
6492 $debug_cmd
|
cannam@154
|
6493
|
cannam@154
|
6494 case $host in
|
cannam@154
|
6495 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
cannam@154
|
6496 # It is impossible to link a dll without this setting, and
|
cannam@154
|
6497 # we shouldn't force the makefile maintainer to figure out
|
cannam@154
|
6498 # what system we are compiling for in order to pass an extra
|
cannam@154
|
6499 # flag for every libtool invocation.
|
cannam@154
|
6500 # allow_undefined=no
|
cannam@154
|
6501
|
cannam@154
|
6502 # FIXME: Unfortunately, there are problems with the above when trying
|
cannam@154
|
6503 # to make a dll that has undefined symbols, in which case not
|
cannam@154
|
6504 # even a static library is built. For now, we need to specify
|
cannam@154
|
6505 # -no-undefined on the libtool link line when we can be certain
|
cannam@154
|
6506 # that all symbols are satisfied, otherwise we get a static library.
|
cannam@154
|
6507 allow_undefined=yes
|
cannam@154
|
6508 ;;
|
cannam@154
|
6509 *)
|
cannam@154
|
6510 allow_undefined=yes
|
cannam@154
|
6511 ;;
|
cannam@154
|
6512 esac
|
cannam@154
|
6513 libtool_args=$nonopt
|
cannam@154
|
6514 base_compile="$nonopt $@"
|
cannam@154
|
6515 compile_command=$nonopt
|
cannam@154
|
6516 finalize_command=$nonopt
|
cannam@154
|
6517
|
cannam@154
|
6518 compile_rpath=
|
cannam@154
|
6519 finalize_rpath=
|
cannam@154
|
6520 compile_shlibpath=
|
cannam@154
|
6521 finalize_shlibpath=
|
cannam@154
|
6522 convenience=
|
cannam@154
|
6523 old_convenience=
|
cannam@154
|
6524 deplibs=
|
cannam@154
|
6525 old_deplibs=
|
cannam@154
|
6526 compiler_flags=
|
cannam@154
|
6527 linker_flags=
|
cannam@154
|
6528 dllsearchpath=
|
cannam@154
|
6529 lib_search_path=`pwd`
|
cannam@154
|
6530 inst_prefix_dir=
|
cannam@154
|
6531 new_inherited_linker_flags=
|
cannam@154
|
6532
|
cannam@154
|
6533 avoid_version=no
|
cannam@154
|
6534 bindir=
|
cannam@154
|
6535 dlfiles=
|
cannam@154
|
6536 dlprefiles=
|
cannam@154
|
6537 dlself=no
|
cannam@154
|
6538 export_dynamic=no
|
cannam@154
|
6539 export_symbols=
|
cannam@154
|
6540 export_symbols_regex=
|
cannam@154
|
6541 generated=
|
cannam@154
|
6542 libobjs=
|
cannam@154
|
6543 ltlibs=
|
cannam@154
|
6544 module=no
|
cannam@154
|
6545 no_install=no
|
cannam@154
|
6546 objs=
|
cannam@154
|
6547 os2dllname=
|
cannam@154
|
6548 non_pic_objects=
|
cannam@154
|
6549 precious_files_regex=
|
cannam@154
|
6550 prefer_static_libs=no
|
cannam@154
|
6551 preload=false
|
cannam@154
|
6552 prev=
|
cannam@154
|
6553 prevarg=
|
cannam@154
|
6554 release=
|
cannam@154
|
6555 rpath=
|
cannam@154
|
6556 xrpath=
|
cannam@154
|
6557 perm_rpath=
|
cannam@154
|
6558 temp_rpath=
|
cannam@154
|
6559 thread_safe=no
|
cannam@154
|
6560 vinfo=
|
cannam@154
|
6561 vinfo_number=no
|
cannam@154
|
6562 weak_libs=
|
cannam@154
|
6563 single_module=$wl-single_module
|
cannam@154
|
6564 func_infer_tag $base_compile
|
cannam@154
|
6565
|
cannam@154
|
6566 # We need to know -static, to get the right output filenames.
|
cannam@154
|
6567 for arg
|
cannam@154
|
6568 do
|
cannam@154
|
6569 case $arg in
|
cannam@154
|
6570 -shared)
|
cannam@154
|
6571 test yes != "$build_libtool_libs" \
|
cannam@154
|
6572 && func_fatal_configuration "cannot build a shared library"
|
cannam@154
|
6573 build_old_libs=no
|
cannam@154
|
6574 break
|
cannam@154
|
6575 ;;
|
cannam@154
|
6576 -all-static | -static | -static-libtool-libs)
|
cannam@154
|
6577 case $arg in
|
cannam@154
|
6578 -all-static)
|
cannam@154
|
6579 if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
|
cannam@154
|
6580 func_warning "complete static linking is impossible in this configuration"
|
cannam@154
|
6581 fi
|
cannam@154
|
6582 if test -n "$link_static_flag"; then
|
cannam@154
|
6583 dlopen_self=$dlopen_self_static
|
cannam@154
|
6584 fi
|
cannam@154
|
6585 prefer_static_libs=yes
|
cannam@154
|
6586 ;;
|
cannam@154
|
6587 -static)
|
cannam@154
|
6588 if test -z "$pic_flag" && test -n "$link_static_flag"; then
|
cannam@154
|
6589 dlopen_self=$dlopen_self_static
|
cannam@154
|
6590 fi
|
cannam@154
|
6591 prefer_static_libs=built
|
cannam@154
|
6592 ;;
|
cannam@154
|
6593 -static-libtool-libs)
|
cannam@154
|
6594 if test -z "$pic_flag" && test -n "$link_static_flag"; then
|
cannam@154
|
6595 dlopen_self=$dlopen_self_static
|
cannam@154
|
6596 fi
|
cannam@154
|
6597 prefer_static_libs=yes
|
cannam@154
|
6598 ;;
|
cannam@154
|
6599 esac
|
cannam@154
|
6600 build_libtool_libs=no
|
cannam@154
|
6601 build_old_libs=yes
|
cannam@154
|
6602 break
|
cannam@154
|
6603 ;;
|
cannam@154
|
6604 esac
|
cannam@154
|
6605 done
|
cannam@154
|
6606
|
cannam@154
|
6607 # See if our shared archives depend on static archives.
|
cannam@154
|
6608 test -n "$old_archive_from_new_cmds" && build_old_libs=yes
|
cannam@154
|
6609
|
cannam@154
|
6610 # Go through the arguments, transforming them on the way.
|
cannam@154
|
6611 while test "$#" -gt 0; do
|
cannam@154
|
6612 arg=$1
|
cannam@154
|
6613 shift
|
cannam@154
|
6614 func_quote_for_eval "$arg"
|
cannam@154
|
6615 qarg=$func_quote_for_eval_unquoted_result
|
cannam@154
|
6616 func_append libtool_args " $func_quote_for_eval_result"
|
cannam@154
|
6617
|
cannam@154
|
6618 # If the previous option needs an argument, assign it.
|
cannam@154
|
6619 if test -n "$prev"; then
|
cannam@154
|
6620 case $prev in
|
cannam@154
|
6621 output)
|
cannam@154
|
6622 func_append compile_command " @OUTPUT@"
|
cannam@154
|
6623 func_append finalize_command " @OUTPUT@"
|
cannam@154
|
6624 ;;
|
cannam@154
|
6625 esac
|
cannam@154
|
6626
|
cannam@154
|
6627 case $prev in
|
cannam@154
|
6628 bindir)
|
cannam@154
|
6629 bindir=$arg
|
cannam@154
|
6630 prev=
|
cannam@154
|
6631 continue
|
cannam@154
|
6632 ;;
|
cannam@154
|
6633 dlfiles|dlprefiles)
|
cannam@154
|
6634 $preload || {
|
cannam@154
|
6635 # Add the symbol object into the linking commands.
|
cannam@154
|
6636 func_append compile_command " @SYMFILE@"
|
cannam@154
|
6637 func_append finalize_command " @SYMFILE@"
|
cannam@154
|
6638 preload=:
|
cannam@154
|
6639 }
|
cannam@154
|
6640 case $arg in
|
cannam@154
|
6641 *.la | *.lo) ;; # We handle these cases below.
|
cannam@154
|
6642 force)
|
cannam@154
|
6643 if test no = "$dlself"; then
|
cannam@154
|
6644 dlself=needless
|
cannam@154
|
6645 export_dynamic=yes
|
cannam@154
|
6646 fi
|
cannam@154
|
6647 prev=
|
cannam@154
|
6648 continue
|
cannam@154
|
6649 ;;
|
cannam@154
|
6650 self)
|
cannam@154
|
6651 if test dlprefiles = "$prev"; then
|
cannam@154
|
6652 dlself=yes
|
cannam@154
|
6653 elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
|
cannam@154
|
6654 dlself=yes
|
cannam@154
|
6655 else
|
cannam@154
|
6656 dlself=needless
|
cannam@154
|
6657 export_dynamic=yes
|
cannam@154
|
6658 fi
|
cannam@154
|
6659 prev=
|
cannam@154
|
6660 continue
|
cannam@154
|
6661 ;;
|
cannam@154
|
6662 *)
|
cannam@154
|
6663 if test dlfiles = "$prev"; then
|
cannam@154
|
6664 func_append dlfiles " $arg"
|
cannam@154
|
6665 else
|
cannam@154
|
6666 func_append dlprefiles " $arg"
|
cannam@154
|
6667 fi
|
cannam@154
|
6668 prev=
|
cannam@154
|
6669 continue
|
cannam@154
|
6670 ;;
|
cannam@154
|
6671 esac
|
cannam@154
|
6672 ;;
|
cannam@154
|
6673 expsyms)
|
cannam@154
|
6674 export_symbols=$arg
|
cannam@154
|
6675 test -f "$arg" \
|
cannam@154
|
6676 || func_fatal_error "symbol file '$arg' does not exist"
|
cannam@154
|
6677 prev=
|
cannam@154
|
6678 continue
|
cannam@154
|
6679 ;;
|
cannam@154
|
6680 expsyms_regex)
|
cannam@154
|
6681 export_symbols_regex=$arg
|
cannam@154
|
6682 prev=
|
cannam@154
|
6683 continue
|
cannam@154
|
6684 ;;
|
cannam@154
|
6685 framework)
|
cannam@154
|
6686 case $host in
|
cannam@154
|
6687 *-*-darwin*)
|
cannam@154
|
6688 case "$deplibs " in
|
cannam@154
|
6689 *" $qarg.ltframework "*) ;;
|
cannam@154
|
6690 *) func_append deplibs " $qarg.ltframework" # this is fixed later
|
cannam@154
|
6691 ;;
|
cannam@154
|
6692 esac
|
cannam@154
|
6693 ;;
|
cannam@154
|
6694 esac
|
cannam@154
|
6695 prev=
|
cannam@154
|
6696 continue
|
cannam@154
|
6697 ;;
|
cannam@154
|
6698 inst_prefix)
|
cannam@154
|
6699 inst_prefix_dir=$arg
|
cannam@154
|
6700 prev=
|
cannam@154
|
6701 continue
|
cannam@154
|
6702 ;;
|
cannam@154
|
6703 mllvm)
|
cannam@154
|
6704 # Clang does not use LLVM to link, so we can simply discard any
|
cannam@154
|
6705 # '-mllvm $arg' options when doing the link step.
|
cannam@154
|
6706 prev=
|
cannam@154
|
6707 continue
|
cannam@154
|
6708 ;;
|
cannam@154
|
6709 objectlist)
|
cannam@154
|
6710 if test -f "$arg"; then
|
cannam@154
|
6711 save_arg=$arg
|
cannam@154
|
6712 moreargs=
|
cannam@154
|
6713 for fil in `cat "$save_arg"`
|
cannam@154
|
6714 do
|
cannam@154
|
6715 # func_append moreargs " $fil"
|
cannam@154
|
6716 arg=$fil
|
cannam@154
|
6717 # A libtool-controlled object.
|
cannam@154
|
6718
|
cannam@154
|
6719 # Check to see that this really is a libtool object.
|
cannam@154
|
6720 if func_lalib_unsafe_p "$arg"; then
|
cannam@154
|
6721 pic_object=
|
cannam@154
|
6722 non_pic_object=
|
cannam@154
|
6723
|
cannam@154
|
6724 # Read the .lo file
|
cannam@154
|
6725 func_source "$arg"
|
cannam@154
|
6726
|
cannam@154
|
6727 if test -z "$pic_object" ||
|
cannam@154
|
6728 test -z "$non_pic_object" ||
|
cannam@154
|
6729 test none = "$pic_object" &&
|
cannam@154
|
6730 test none = "$non_pic_object"; then
|
cannam@154
|
6731 func_fatal_error "cannot find name of object for '$arg'"
|
cannam@154
|
6732 fi
|
cannam@154
|
6733
|
cannam@154
|
6734 # Extract subdirectory from the argument.
|
cannam@154
|
6735 func_dirname "$arg" "/" ""
|
cannam@154
|
6736 xdir=$func_dirname_result
|
cannam@154
|
6737
|
cannam@154
|
6738 if test none != "$pic_object"; then
|
cannam@154
|
6739 # Prepend the subdirectory the object is found in.
|
cannam@154
|
6740 pic_object=$xdir$pic_object
|
cannam@154
|
6741
|
cannam@154
|
6742 if test dlfiles = "$prev"; then
|
cannam@154
|
6743 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
|
cannam@154
|
6744 func_append dlfiles " $pic_object"
|
cannam@154
|
6745 prev=
|
cannam@154
|
6746 continue
|
cannam@154
|
6747 else
|
cannam@154
|
6748 # If libtool objects are unsupported, then we need to preload.
|
cannam@154
|
6749 prev=dlprefiles
|
cannam@154
|
6750 fi
|
cannam@154
|
6751 fi
|
cannam@154
|
6752
|
cannam@154
|
6753 # CHECK ME: I think I busted this. -Ossama
|
cannam@154
|
6754 if test dlprefiles = "$prev"; then
|
cannam@154
|
6755 # Preload the old-style object.
|
cannam@154
|
6756 func_append dlprefiles " $pic_object"
|
cannam@154
|
6757 prev=
|
cannam@154
|
6758 fi
|
cannam@154
|
6759
|
cannam@154
|
6760 # A PIC object.
|
cannam@154
|
6761 func_append libobjs " $pic_object"
|
cannam@154
|
6762 arg=$pic_object
|
cannam@154
|
6763 fi
|
cannam@154
|
6764
|
cannam@154
|
6765 # Non-PIC object.
|
cannam@154
|
6766 if test none != "$non_pic_object"; then
|
cannam@154
|
6767 # Prepend the subdirectory the object is found in.
|
cannam@154
|
6768 non_pic_object=$xdir$non_pic_object
|
cannam@154
|
6769
|
cannam@154
|
6770 # A standard non-PIC object
|
cannam@154
|
6771 func_append non_pic_objects " $non_pic_object"
|
cannam@154
|
6772 if test -z "$pic_object" || test none = "$pic_object"; then
|
cannam@154
|
6773 arg=$non_pic_object
|
cannam@154
|
6774 fi
|
cannam@154
|
6775 else
|
cannam@154
|
6776 # If the PIC object exists, use it instead.
|
cannam@154
|
6777 # $xdir was prepended to $pic_object above.
|
cannam@154
|
6778 non_pic_object=$pic_object
|
cannam@154
|
6779 func_append non_pic_objects " $non_pic_object"
|
cannam@154
|
6780 fi
|
cannam@154
|
6781 else
|
cannam@154
|
6782 # Only an error if not doing a dry-run.
|
cannam@154
|
6783 if $opt_dry_run; then
|
cannam@154
|
6784 # Extract subdirectory from the argument.
|
cannam@154
|
6785 func_dirname "$arg" "/" ""
|
cannam@154
|
6786 xdir=$func_dirname_result
|
cannam@154
|
6787
|
cannam@154
|
6788 func_lo2o "$arg"
|
cannam@154
|
6789 pic_object=$xdir$objdir/$func_lo2o_result
|
cannam@154
|
6790 non_pic_object=$xdir$func_lo2o_result
|
cannam@154
|
6791 func_append libobjs " $pic_object"
|
cannam@154
|
6792 func_append non_pic_objects " $non_pic_object"
|
cannam@154
|
6793 else
|
cannam@154
|
6794 func_fatal_error "'$arg' is not a valid libtool object"
|
cannam@154
|
6795 fi
|
cannam@154
|
6796 fi
|
cannam@154
|
6797 done
|
cannam@154
|
6798 else
|
cannam@154
|
6799 func_fatal_error "link input file '$arg' does not exist"
|
cannam@154
|
6800 fi
|
cannam@154
|
6801 arg=$save_arg
|
cannam@154
|
6802 prev=
|
cannam@154
|
6803 continue
|
cannam@154
|
6804 ;;
|
cannam@154
|
6805 os2dllname)
|
cannam@154
|
6806 os2dllname=$arg
|
cannam@154
|
6807 prev=
|
cannam@154
|
6808 continue
|
cannam@154
|
6809 ;;
|
cannam@154
|
6810 precious_regex)
|
cannam@154
|
6811 precious_files_regex=$arg
|
cannam@154
|
6812 prev=
|
cannam@154
|
6813 continue
|
cannam@154
|
6814 ;;
|
cannam@154
|
6815 release)
|
cannam@154
|
6816 release=-$arg
|
cannam@154
|
6817 prev=
|
cannam@154
|
6818 continue
|
cannam@154
|
6819 ;;
|
cannam@154
|
6820 rpath | xrpath)
|
cannam@154
|
6821 # We need an absolute path.
|
cannam@154
|
6822 case $arg in
|
cannam@154
|
6823 [\\/]* | [A-Za-z]:[\\/]*) ;;
|
cannam@154
|
6824 *)
|
cannam@154
|
6825 func_fatal_error "only absolute run-paths are allowed"
|
cannam@154
|
6826 ;;
|
cannam@154
|
6827 esac
|
cannam@154
|
6828 if test rpath = "$prev"; then
|
cannam@154
|
6829 case "$rpath " in
|
cannam@154
|
6830 *" $arg "*) ;;
|
cannam@154
|
6831 *) func_append rpath " $arg" ;;
|
cannam@154
|
6832 esac
|
cannam@154
|
6833 else
|
cannam@154
|
6834 case "$xrpath " in
|
cannam@154
|
6835 *" $arg "*) ;;
|
cannam@154
|
6836 *) func_append xrpath " $arg" ;;
|
cannam@154
|
6837 esac
|
cannam@154
|
6838 fi
|
cannam@154
|
6839 prev=
|
cannam@154
|
6840 continue
|
cannam@154
|
6841 ;;
|
cannam@154
|
6842 shrext)
|
cannam@154
|
6843 shrext_cmds=$arg
|
cannam@154
|
6844 prev=
|
cannam@154
|
6845 continue
|
cannam@154
|
6846 ;;
|
cannam@154
|
6847 weak)
|
cannam@154
|
6848 func_append weak_libs " $arg"
|
cannam@154
|
6849 prev=
|
cannam@154
|
6850 continue
|
cannam@154
|
6851 ;;
|
cannam@154
|
6852 xcclinker)
|
cannam@154
|
6853 func_append linker_flags " $qarg"
|
cannam@154
|
6854 func_append compiler_flags " $qarg"
|
cannam@154
|
6855 prev=
|
cannam@154
|
6856 func_append compile_command " $qarg"
|
cannam@154
|
6857 func_append finalize_command " $qarg"
|
cannam@154
|
6858 continue
|
cannam@154
|
6859 ;;
|
cannam@154
|
6860 xcompiler)
|
cannam@154
|
6861 func_append compiler_flags " $qarg"
|
cannam@154
|
6862 prev=
|
cannam@154
|
6863 func_append compile_command " $qarg"
|
cannam@154
|
6864 func_append finalize_command " $qarg"
|
cannam@154
|
6865 continue
|
cannam@154
|
6866 ;;
|
cannam@154
|
6867 xlinker)
|
cannam@154
|
6868 func_append linker_flags " $qarg"
|
cannam@154
|
6869 func_append compiler_flags " $wl$qarg"
|
cannam@154
|
6870 prev=
|
cannam@154
|
6871 func_append compile_command " $wl$qarg"
|
cannam@154
|
6872 func_append finalize_command " $wl$qarg"
|
cannam@154
|
6873 continue
|
cannam@154
|
6874 ;;
|
cannam@154
|
6875 *)
|
cannam@154
|
6876 eval "$prev=\"\$arg\""
|
cannam@154
|
6877 prev=
|
cannam@154
|
6878 continue
|
cannam@154
|
6879 ;;
|
cannam@154
|
6880 esac
|
cannam@154
|
6881 fi # test -n "$prev"
|
cannam@154
|
6882
|
cannam@154
|
6883 prevarg=$arg
|
cannam@154
|
6884
|
cannam@154
|
6885 case $arg in
|
cannam@154
|
6886 -all-static)
|
cannam@154
|
6887 if test -n "$link_static_flag"; then
|
cannam@154
|
6888 # See comment for -static flag below, for more details.
|
cannam@154
|
6889 func_append compile_command " $link_static_flag"
|
cannam@154
|
6890 func_append finalize_command " $link_static_flag"
|
cannam@154
|
6891 fi
|
cannam@154
|
6892 continue
|
cannam@154
|
6893 ;;
|
cannam@154
|
6894
|
cannam@154
|
6895 -allow-undefined)
|
cannam@154
|
6896 # FIXME: remove this flag sometime in the future.
|
cannam@154
|
6897 func_fatal_error "'-allow-undefined' must not be used because it is the default"
|
cannam@154
|
6898 ;;
|
cannam@154
|
6899
|
cannam@154
|
6900 -avoid-version)
|
cannam@154
|
6901 avoid_version=yes
|
cannam@154
|
6902 continue
|
cannam@154
|
6903 ;;
|
cannam@154
|
6904
|
cannam@154
|
6905 -bindir)
|
cannam@154
|
6906 prev=bindir
|
cannam@154
|
6907 continue
|
cannam@154
|
6908 ;;
|
cannam@154
|
6909
|
cannam@154
|
6910 -dlopen)
|
cannam@154
|
6911 prev=dlfiles
|
cannam@154
|
6912 continue
|
cannam@154
|
6913 ;;
|
cannam@154
|
6914
|
cannam@154
|
6915 -dlpreopen)
|
cannam@154
|
6916 prev=dlprefiles
|
cannam@154
|
6917 continue
|
cannam@154
|
6918 ;;
|
cannam@154
|
6919
|
cannam@154
|
6920 -export-dynamic)
|
cannam@154
|
6921 export_dynamic=yes
|
cannam@154
|
6922 continue
|
cannam@154
|
6923 ;;
|
cannam@154
|
6924
|
cannam@154
|
6925 -export-symbols | -export-symbols-regex)
|
cannam@154
|
6926 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
|
cannam@154
|
6927 func_fatal_error "more than one -exported-symbols argument is not allowed"
|
cannam@154
|
6928 fi
|
cannam@154
|
6929 if test X-export-symbols = "X$arg"; then
|
cannam@154
|
6930 prev=expsyms
|
cannam@154
|
6931 else
|
cannam@154
|
6932 prev=expsyms_regex
|
cannam@154
|
6933 fi
|
cannam@154
|
6934 continue
|
cannam@154
|
6935 ;;
|
cannam@154
|
6936
|
cannam@154
|
6937 -framework)
|
cannam@154
|
6938 prev=framework
|
cannam@154
|
6939 continue
|
cannam@154
|
6940 ;;
|
cannam@154
|
6941
|
cannam@154
|
6942 -inst-prefix-dir)
|
cannam@154
|
6943 prev=inst_prefix
|
cannam@154
|
6944 continue
|
cannam@154
|
6945 ;;
|
cannam@154
|
6946
|
cannam@154
|
6947 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
|
cannam@154
|
6948 # so, if we see these flags be careful not to treat them like -L
|
cannam@154
|
6949 -L[A-Z][A-Z]*:*)
|
cannam@154
|
6950 case $with_gcc/$host in
|
cannam@154
|
6951 no/*-*-irix* | /*-*-irix*)
|
cannam@154
|
6952 func_append compile_command " $arg"
|
cannam@154
|
6953 func_append finalize_command " $arg"
|
cannam@154
|
6954 ;;
|
cannam@154
|
6955 esac
|
cannam@154
|
6956 continue
|
cannam@154
|
6957 ;;
|
cannam@154
|
6958
|
cannam@154
|
6959 -L*)
|
cannam@154
|
6960 func_stripname "-L" '' "$arg"
|
cannam@154
|
6961 if test -z "$func_stripname_result"; then
|
cannam@154
|
6962 if test "$#" -gt 0; then
|
cannam@154
|
6963 func_fatal_error "require no space between '-L' and '$1'"
|
cannam@154
|
6964 else
|
cannam@154
|
6965 func_fatal_error "need path for '-L' option"
|
cannam@154
|
6966 fi
|
cannam@154
|
6967 fi
|
cannam@154
|
6968 func_resolve_sysroot "$func_stripname_result"
|
cannam@154
|
6969 dir=$func_resolve_sysroot_result
|
cannam@154
|
6970 # We need an absolute path.
|
cannam@154
|
6971 case $dir in
|
cannam@154
|
6972 [\\/]* | [A-Za-z]:[\\/]*) ;;
|
cannam@154
|
6973 *)
|
cannam@154
|
6974 absdir=`cd "$dir" && pwd`
|
cannam@154
|
6975 test -z "$absdir" && \
|
cannam@154
|
6976 func_fatal_error "cannot determine absolute directory name of '$dir'"
|
cannam@154
|
6977 dir=$absdir
|
cannam@154
|
6978 ;;
|
cannam@154
|
6979 esac
|
cannam@154
|
6980 case "$deplibs " in
|
cannam@154
|
6981 *" -L$dir "* | *" $arg "*)
|
cannam@154
|
6982 # Will only happen for absolute or sysroot arguments
|
cannam@154
|
6983 ;;
|
cannam@154
|
6984 *)
|
cannam@154
|
6985 # Preserve sysroot, but never include relative directories
|
cannam@154
|
6986 case $dir in
|
cannam@154
|
6987 [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
|
cannam@154
|
6988 *) func_append deplibs " -L$dir" ;;
|
cannam@154
|
6989 esac
|
cannam@154
|
6990 func_append lib_search_path " $dir"
|
cannam@154
|
6991 ;;
|
cannam@154
|
6992 esac
|
cannam@154
|
6993 case $host in
|
cannam@154
|
6994 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
cannam@154
|
6995 testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
|
cannam@154
|
6996 case :$dllsearchpath: in
|
cannam@154
|
6997 *":$dir:"*) ;;
|
cannam@154
|
6998 ::) dllsearchpath=$dir;;
|
cannam@154
|
6999 *) func_append dllsearchpath ":$dir";;
|
cannam@154
|
7000 esac
|
cannam@154
|
7001 case :$dllsearchpath: in
|
cannam@154
|
7002 *":$testbindir:"*) ;;
|
cannam@154
|
7003 ::) dllsearchpath=$testbindir;;
|
cannam@154
|
7004 *) func_append dllsearchpath ":$testbindir";;
|
cannam@154
|
7005 esac
|
cannam@154
|
7006 ;;
|
cannam@154
|
7007 esac
|
cannam@154
|
7008 continue
|
cannam@154
|
7009 ;;
|
cannam@154
|
7010
|
cannam@154
|
7011 -l*)
|
cannam@154
|
7012 if test X-lc = "X$arg" || test X-lm = "X$arg"; then
|
cannam@154
|
7013 case $host in
|
cannam@154
|
7014 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
|
cannam@154
|
7015 # These systems don't actually have a C or math library (as such)
|
cannam@154
|
7016 continue
|
cannam@154
|
7017 ;;
|
cannam@154
|
7018 *-*-os2*)
|
cannam@154
|
7019 # These systems don't actually have a C library (as such)
|
cannam@154
|
7020 test X-lc = "X$arg" && continue
|
cannam@154
|
7021 ;;
|
cannam@154
|
7022 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
|
cannam@154
|
7023 # Do not include libc due to us having libc/libc_r.
|
cannam@154
|
7024 test X-lc = "X$arg" && continue
|
cannam@154
|
7025 ;;
|
cannam@154
|
7026 *-*-rhapsody* | *-*-darwin1.[012])
|
cannam@154
|
7027 # Rhapsody C and math libraries are in the System framework
|
cannam@154
|
7028 func_append deplibs " System.ltframework"
|
cannam@154
|
7029 continue
|
cannam@154
|
7030 ;;
|
cannam@154
|
7031 *-*-sco3.2v5* | *-*-sco5v6*)
|
cannam@154
|
7032 # Causes problems with __ctype
|
cannam@154
|
7033 test X-lc = "X$arg" && continue
|
cannam@154
|
7034 ;;
|
cannam@154
|
7035 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
|
cannam@154
|
7036 # Compiler inserts libc in the correct place for threads to work
|
cannam@154
|
7037 test X-lc = "X$arg" && continue
|
cannam@154
|
7038 ;;
|
cannam@154
|
7039 esac
|
cannam@154
|
7040 elif test X-lc_r = "X$arg"; then
|
cannam@154
|
7041 case $host in
|
cannam@154
|
7042 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
|
cannam@154
|
7043 # Do not include libc_r directly, use -pthread flag.
|
cannam@154
|
7044 continue
|
cannam@154
|
7045 ;;
|
cannam@154
|
7046 esac
|
cannam@154
|
7047 fi
|
cannam@154
|
7048 func_append deplibs " $arg"
|
cannam@154
|
7049 continue
|
cannam@154
|
7050 ;;
|
cannam@154
|
7051
|
cannam@154
|
7052 -mllvm)
|
cannam@154
|
7053 prev=mllvm
|
cannam@154
|
7054 continue
|
cannam@154
|
7055 ;;
|
cannam@154
|
7056
|
cannam@154
|
7057 -module)
|
cannam@154
|
7058 module=yes
|
cannam@154
|
7059 continue
|
cannam@154
|
7060 ;;
|
cannam@154
|
7061
|
cannam@154
|
7062 # Tru64 UNIX uses -model [arg] to determine the layout of C++
|
cannam@154
|
7063 # classes, name mangling, and exception handling.
|
cannam@154
|
7064 # Darwin uses the -arch flag to determine output architecture.
|
cannam@154
|
7065 -model|-arch|-isysroot|--sysroot)
|
cannam@154
|
7066 func_append compiler_flags " $arg"
|
cannam@154
|
7067 func_append compile_command " $arg"
|
cannam@154
|
7068 func_append finalize_command " $arg"
|
cannam@154
|
7069 prev=xcompiler
|
cannam@154
|
7070 continue
|
cannam@154
|
7071 ;;
|
cannam@154
|
7072
|
cannam@154
|
7073 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|
cannam@154
|
7074 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
|
cannam@154
|
7075 func_append compiler_flags " $arg"
|
cannam@154
|
7076 func_append compile_command " $arg"
|
cannam@154
|
7077 func_append finalize_command " $arg"
|
cannam@154
|
7078 case "$new_inherited_linker_flags " in
|
cannam@154
|
7079 *" $arg "*) ;;
|
cannam@154
|
7080 * ) func_append new_inherited_linker_flags " $arg" ;;
|
cannam@154
|
7081 esac
|
cannam@154
|
7082 continue
|
cannam@154
|
7083 ;;
|
cannam@154
|
7084
|
cannam@154
|
7085 -multi_module)
|
cannam@154
|
7086 single_module=$wl-multi_module
|
cannam@154
|
7087 continue
|
cannam@154
|
7088 ;;
|
cannam@154
|
7089
|
cannam@154
|
7090 -no-fast-install)
|
cannam@154
|
7091 fast_install=no
|
cannam@154
|
7092 continue
|
cannam@154
|
7093 ;;
|
cannam@154
|
7094
|
cannam@154
|
7095 -no-install)
|
cannam@154
|
7096 case $host in
|
cannam@154
|
7097 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
|
cannam@154
|
7098 # The PATH hackery in wrapper scripts is required on Windows
|
cannam@154
|
7099 # and Darwin in order for the loader to find any dlls it needs.
|
cannam@154
|
7100 func_warning "'-no-install' is ignored for $host"
|
cannam@154
|
7101 func_warning "assuming '-no-fast-install' instead"
|
cannam@154
|
7102 fast_install=no
|
cannam@154
|
7103 ;;
|
cannam@154
|
7104 *) no_install=yes ;;
|
cannam@154
|
7105 esac
|
cannam@154
|
7106 continue
|
cannam@154
|
7107 ;;
|
cannam@154
|
7108
|
cannam@154
|
7109 -no-undefined)
|
cannam@154
|
7110 allow_undefined=no
|
cannam@154
|
7111 continue
|
cannam@154
|
7112 ;;
|
cannam@154
|
7113
|
cannam@154
|
7114 -objectlist)
|
cannam@154
|
7115 prev=objectlist
|
cannam@154
|
7116 continue
|
cannam@154
|
7117 ;;
|
cannam@154
|
7118
|
cannam@154
|
7119 -os2dllname)
|
cannam@154
|
7120 prev=os2dllname
|
cannam@154
|
7121 continue
|
cannam@154
|
7122 ;;
|
cannam@154
|
7123
|
cannam@154
|
7124 -o) prev=output ;;
|
cannam@154
|
7125
|
cannam@154
|
7126 -precious-files-regex)
|
cannam@154
|
7127 prev=precious_regex
|
cannam@154
|
7128 continue
|
cannam@154
|
7129 ;;
|
cannam@154
|
7130
|
cannam@154
|
7131 -release)
|
cannam@154
|
7132 prev=release
|
cannam@154
|
7133 continue
|
cannam@154
|
7134 ;;
|
cannam@154
|
7135
|
cannam@154
|
7136 -rpath)
|
cannam@154
|
7137 prev=rpath
|
cannam@154
|
7138 continue
|
cannam@154
|
7139 ;;
|
cannam@154
|
7140
|
cannam@154
|
7141 -R)
|
cannam@154
|
7142 prev=xrpath
|
cannam@154
|
7143 continue
|
cannam@154
|
7144 ;;
|
cannam@154
|
7145
|
cannam@154
|
7146 -R*)
|
cannam@154
|
7147 func_stripname '-R' '' "$arg"
|
cannam@154
|
7148 dir=$func_stripname_result
|
cannam@154
|
7149 # We need an absolute path.
|
cannam@154
|
7150 case $dir in
|
cannam@154
|
7151 [\\/]* | [A-Za-z]:[\\/]*) ;;
|
cannam@154
|
7152 =*)
|
cannam@154
|
7153 func_stripname '=' '' "$dir"
|
cannam@154
|
7154 dir=$lt_sysroot$func_stripname_result
|
cannam@154
|
7155 ;;
|
cannam@154
|
7156 *)
|
cannam@154
|
7157 func_fatal_error "only absolute run-paths are allowed"
|
cannam@154
|
7158 ;;
|
cannam@154
|
7159 esac
|
cannam@154
|
7160 case "$xrpath " in
|
cannam@154
|
7161 *" $dir "*) ;;
|
cannam@154
|
7162 *) func_append xrpath " $dir" ;;
|
cannam@154
|
7163 esac
|
cannam@154
|
7164 continue
|
cannam@154
|
7165 ;;
|
cannam@154
|
7166
|
cannam@154
|
7167 -shared)
|
cannam@154
|
7168 # The effects of -shared are defined in a previous loop.
|
cannam@154
|
7169 continue
|
cannam@154
|
7170 ;;
|
cannam@154
|
7171
|
cannam@154
|
7172 -shrext)
|
cannam@154
|
7173 prev=shrext
|
cannam@154
|
7174 continue
|
cannam@154
|
7175 ;;
|
cannam@154
|
7176
|
cannam@154
|
7177 -static | -static-libtool-libs)
|
cannam@154
|
7178 # The effects of -static are defined in a previous loop.
|
cannam@154
|
7179 # We used to do the same as -all-static on platforms that
|
cannam@154
|
7180 # didn't have a PIC flag, but the assumption that the effects
|
cannam@154
|
7181 # would be equivalent was wrong. It would break on at least
|
cannam@154
|
7182 # Digital Unix and AIX.
|
cannam@154
|
7183 continue
|
cannam@154
|
7184 ;;
|
cannam@154
|
7185
|
cannam@154
|
7186 -thread-safe)
|
cannam@154
|
7187 thread_safe=yes
|
cannam@154
|
7188 continue
|
cannam@154
|
7189 ;;
|
cannam@154
|
7190
|
cannam@154
|
7191 -version-info)
|
cannam@154
|
7192 prev=vinfo
|
cannam@154
|
7193 continue
|
cannam@154
|
7194 ;;
|
cannam@154
|
7195
|
cannam@154
|
7196 -version-number)
|
cannam@154
|
7197 prev=vinfo
|
cannam@154
|
7198 vinfo_number=yes
|
cannam@154
|
7199 continue
|
cannam@154
|
7200 ;;
|
cannam@154
|
7201
|
cannam@154
|
7202 -weak)
|
cannam@154
|
7203 prev=weak
|
cannam@154
|
7204 continue
|
cannam@154
|
7205 ;;
|
cannam@154
|
7206
|
cannam@154
|
7207 -Wc,*)
|
cannam@154
|
7208 func_stripname '-Wc,' '' "$arg"
|
cannam@154
|
7209 args=$func_stripname_result
|
cannam@154
|
7210 arg=
|
cannam@154
|
7211 save_ifs=$IFS; IFS=,
|
cannam@154
|
7212 for flag in $args; do
|
cannam@154
|
7213 IFS=$save_ifs
|
cannam@154
|
7214 func_quote_for_eval "$flag"
|
cannam@154
|
7215 func_append arg " $func_quote_for_eval_result"
|
cannam@154
|
7216 func_append compiler_flags " $func_quote_for_eval_result"
|
cannam@154
|
7217 done
|
cannam@154
|
7218 IFS=$save_ifs
|
cannam@154
|
7219 func_stripname ' ' '' "$arg"
|
cannam@154
|
7220 arg=$func_stripname_result
|
cannam@154
|
7221 ;;
|
cannam@154
|
7222
|
cannam@154
|
7223 -Wl,*)
|
cannam@154
|
7224 func_stripname '-Wl,' '' "$arg"
|
cannam@154
|
7225 args=$func_stripname_result
|
cannam@154
|
7226 arg=
|
cannam@154
|
7227 save_ifs=$IFS; IFS=,
|
cannam@154
|
7228 for flag in $args; do
|
cannam@154
|
7229 IFS=$save_ifs
|
cannam@154
|
7230 func_quote_for_eval "$flag"
|
cannam@154
|
7231 func_append arg " $wl$func_quote_for_eval_result"
|
cannam@154
|
7232 func_append compiler_flags " $wl$func_quote_for_eval_result"
|
cannam@154
|
7233 func_append linker_flags " $func_quote_for_eval_result"
|
cannam@154
|
7234 done
|
cannam@154
|
7235 IFS=$save_ifs
|
cannam@154
|
7236 func_stripname ' ' '' "$arg"
|
cannam@154
|
7237 arg=$func_stripname_result
|
cannam@154
|
7238 ;;
|
cannam@154
|
7239
|
cannam@154
|
7240 -Xcompiler)
|
cannam@154
|
7241 prev=xcompiler
|
cannam@154
|
7242 continue
|
cannam@154
|
7243 ;;
|
cannam@154
|
7244
|
cannam@154
|
7245 -Xlinker)
|
cannam@154
|
7246 prev=xlinker
|
cannam@154
|
7247 continue
|
cannam@154
|
7248 ;;
|
cannam@154
|
7249
|
cannam@154
|
7250 -XCClinker)
|
cannam@154
|
7251 prev=xcclinker
|
cannam@154
|
7252 continue
|
cannam@154
|
7253 ;;
|
cannam@154
|
7254
|
cannam@154
|
7255 # -msg_* for osf cc
|
cannam@154
|
7256 -msg_*)
|
cannam@154
|
7257 func_quote_for_eval "$arg"
|
cannam@154
|
7258 arg=$func_quote_for_eval_result
|
cannam@154
|
7259 ;;
|
cannam@154
|
7260
|
cannam@154
|
7261 # Flags to be passed through unchanged, with rationale:
|
cannam@154
|
7262 # -64, -mips[0-9] enable 64-bit mode for the SGI compiler
|
cannam@154
|
7263 # -r[0-9][0-9]* specify processor for the SGI compiler
|
cannam@154
|
7264 # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
|
cannam@154
|
7265 # +DA*, +DD* enable 64-bit mode for the HP compiler
|
cannam@154
|
7266 # -q* compiler args for the IBM compiler
|
cannam@154
|
7267 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
|
cannam@154
|
7268 # -F/path path to uninstalled frameworks, gcc on darwin
|
cannam@154
|
7269 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
|
cannam@154
|
7270 # -fstack-protector* stack protector flags for GCC
|
cannam@154
|
7271 # @file GCC response files
|
cannam@154
|
7272 # -tp=* Portland pgcc target processor selection
|
cannam@154
|
7273 # --sysroot=* for sysroot support
|
cannam@154
|
7274 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
|
cannam@154
|
7275 # -stdlib=* select c++ std lib with clang
|
cannam@154
|
7276 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
|
cannam@154
|
7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
|
cannam@154
|
7278 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
|
cannam@154
|
7279 func_quote_for_eval "$arg"
|
cannam@154
|
7280 arg=$func_quote_for_eval_result
|
cannam@154
|
7281 func_append compile_command " $arg"
|
cannam@154
|
7282 func_append finalize_command " $arg"
|
cannam@154
|
7283 func_append compiler_flags " $arg"
|
cannam@154
|
7284 continue
|
cannam@154
|
7285 ;;
|
cannam@154
|
7286
|
cannam@154
|
7287 -Z*)
|
cannam@154
|
7288 if test os2 = "`expr $host : '.*\(os2\)'`"; then
|
cannam@154
|
7289 # OS/2 uses -Zxxx to specify OS/2-specific options
|
cannam@154
|
7290 compiler_flags="$compiler_flags $arg"
|
cannam@154
|
7291 func_append compile_command " $arg"
|
cannam@154
|
7292 func_append finalize_command " $arg"
|
cannam@154
|
7293 case $arg in
|
cannam@154
|
7294 -Zlinker | -Zstack)
|
cannam@154
|
7295 prev=xcompiler
|
cannam@154
|
7296 ;;
|
cannam@154
|
7297 esac
|
cannam@154
|
7298 continue
|
cannam@154
|
7299 else
|
cannam@154
|
7300 # Otherwise treat like 'Some other compiler flag' below
|
cannam@154
|
7301 func_quote_for_eval "$arg"
|
cannam@154
|
7302 arg=$func_quote_for_eval_result
|
cannam@154
|
7303 fi
|
cannam@154
|
7304 ;;
|
cannam@154
|
7305
|
cannam@154
|
7306 # Some other compiler flag.
|
cannam@154
|
7307 -* | +*)
|
cannam@154
|
7308 func_quote_for_eval "$arg"
|
cannam@154
|
7309 arg=$func_quote_for_eval_result
|
cannam@154
|
7310 ;;
|
cannam@154
|
7311
|
cannam@154
|
7312 *.$objext)
|
cannam@154
|
7313 # A standard object.
|
cannam@154
|
7314 func_append objs " $arg"
|
cannam@154
|
7315 ;;
|
cannam@154
|
7316
|
cannam@154
|
7317 *.lo)
|
cannam@154
|
7318 # A libtool-controlled object.
|
cannam@154
|
7319
|
cannam@154
|
7320 # Check to see that this really is a libtool object.
|
cannam@154
|
7321 if func_lalib_unsafe_p "$arg"; then
|
cannam@154
|
7322 pic_object=
|
cannam@154
|
7323 non_pic_object=
|
cannam@154
|
7324
|
cannam@154
|
7325 # Read the .lo file
|
cannam@154
|
7326 func_source "$arg"
|
cannam@154
|
7327
|
cannam@154
|
7328 if test -z "$pic_object" ||
|
cannam@154
|
7329 test -z "$non_pic_object" ||
|
cannam@154
|
7330 test none = "$pic_object" &&
|
cannam@154
|
7331 test none = "$non_pic_object"; then
|
cannam@154
|
7332 func_fatal_error "cannot find name of object for '$arg'"
|
cannam@154
|
7333 fi
|
cannam@154
|
7334
|
cannam@154
|
7335 # Extract subdirectory from the argument.
|
cannam@154
|
7336 func_dirname "$arg" "/" ""
|
cannam@154
|
7337 xdir=$func_dirname_result
|
cannam@154
|
7338
|
cannam@154
|
7339 test none = "$pic_object" || {
|
cannam@154
|
7340 # Prepend the subdirectory the object is found in.
|
cannam@154
|
7341 pic_object=$xdir$pic_object
|
cannam@154
|
7342
|
cannam@154
|
7343 if test dlfiles = "$prev"; then
|
cannam@154
|
7344 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
|
cannam@154
|
7345 func_append dlfiles " $pic_object"
|
cannam@154
|
7346 prev=
|
cannam@154
|
7347 continue
|
cannam@154
|
7348 else
|
cannam@154
|
7349 # If libtool objects are unsupported, then we need to preload.
|
cannam@154
|
7350 prev=dlprefiles
|
cannam@154
|
7351 fi
|
cannam@154
|
7352 fi
|
cannam@154
|
7353
|
cannam@154
|
7354 # CHECK ME: I think I busted this. -Ossama
|
cannam@154
|
7355 if test dlprefiles = "$prev"; then
|
cannam@154
|
7356 # Preload the old-style object.
|
cannam@154
|
7357 func_append dlprefiles " $pic_object"
|
cannam@154
|
7358 prev=
|
cannam@154
|
7359 fi
|
cannam@154
|
7360
|
cannam@154
|
7361 # A PIC object.
|
cannam@154
|
7362 func_append libobjs " $pic_object"
|
cannam@154
|
7363 arg=$pic_object
|
cannam@154
|
7364 }
|
cannam@154
|
7365
|
cannam@154
|
7366 # Non-PIC object.
|
cannam@154
|
7367 if test none != "$non_pic_object"; then
|
cannam@154
|
7368 # Prepend the subdirectory the object is found in.
|
cannam@154
|
7369 non_pic_object=$xdir$non_pic_object
|
cannam@154
|
7370
|
cannam@154
|
7371 # A standard non-PIC object
|
cannam@154
|
7372 func_append non_pic_objects " $non_pic_object"
|
cannam@154
|
7373 if test -z "$pic_object" || test none = "$pic_object"; then
|
cannam@154
|
7374 arg=$non_pic_object
|
cannam@154
|
7375 fi
|
cannam@154
|
7376 else
|
cannam@154
|
7377 # If the PIC object exists, use it instead.
|
cannam@154
|
7378 # $xdir was prepended to $pic_object above.
|
cannam@154
|
7379 non_pic_object=$pic_object
|
cannam@154
|
7380 func_append non_pic_objects " $non_pic_object"
|
cannam@154
|
7381 fi
|
cannam@154
|
7382 else
|
cannam@154
|
7383 # Only an error if not doing a dry-run.
|
cannam@154
|
7384 if $opt_dry_run; then
|
cannam@154
|
7385 # Extract subdirectory from the argument.
|
cannam@154
|
7386 func_dirname "$arg" "/" ""
|
cannam@154
|
7387 xdir=$func_dirname_result
|
cannam@154
|
7388
|
cannam@154
|
7389 func_lo2o "$arg"
|
cannam@154
|
7390 pic_object=$xdir$objdir/$func_lo2o_result
|
cannam@154
|
7391 non_pic_object=$xdir$func_lo2o_result
|
cannam@154
|
7392 func_append libobjs " $pic_object"
|
cannam@154
|
7393 func_append non_pic_objects " $non_pic_object"
|
cannam@154
|
7394 else
|
cannam@154
|
7395 func_fatal_error "'$arg' is not a valid libtool object"
|
cannam@154
|
7396 fi
|
cannam@154
|
7397 fi
|
cannam@154
|
7398 ;;
|
cannam@154
|
7399
|
cannam@154
|
7400 *.$libext)
|
cannam@154
|
7401 # An archive.
|
cannam@154
|
7402 func_append deplibs " $arg"
|
cannam@154
|
7403 func_append old_deplibs " $arg"
|
cannam@154
|
7404 continue
|
cannam@154
|
7405 ;;
|
cannam@154
|
7406
|
cannam@154
|
7407 *.la)
|
cannam@154
|
7408 # A libtool-controlled library.
|
cannam@154
|
7409
|
cannam@154
|
7410 func_resolve_sysroot "$arg"
|
cannam@154
|
7411 if test dlfiles = "$prev"; then
|
cannam@154
|
7412 # This library was specified with -dlopen.
|
cannam@154
|
7413 func_append dlfiles " $func_resolve_sysroot_result"
|
cannam@154
|
7414 prev=
|
cannam@154
|
7415 elif test dlprefiles = "$prev"; then
|
cannam@154
|
7416 # The library was specified with -dlpreopen.
|
cannam@154
|
7417 func_append dlprefiles " $func_resolve_sysroot_result"
|
cannam@154
|
7418 prev=
|
cannam@154
|
7419 else
|
cannam@154
|
7420 func_append deplibs " $func_resolve_sysroot_result"
|
cannam@154
|
7421 fi
|
cannam@154
|
7422 continue
|
cannam@154
|
7423 ;;
|
cannam@154
|
7424
|
cannam@154
|
7425 # Some other compiler argument.
|
cannam@154
|
7426 *)
|
cannam@154
|
7427 # Unknown arguments in both finalize_command and compile_command need
|
cannam@154
|
7428 # to be aesthetically quoted because they are evaled later.
|
cannam@154
|
7429 func_quote_for_eval "$arg"
|
cannam@154
|
7430 arg=$func_quote_for_eval_result
|
cannam@154
|
7431 ;;
|
cannam@154
|
7432 esac # arg
|
cannam@154
|
7433
|
cannam@154
|
7434 # Now actually substitute the argument into the commands.
|
cannam@154
|
7435 if test -n "$arg"; then
|
cannam@154
|
7436 func_append compile_command " $arg"
|
cannam@154
|
7437 func_append finalize_command " $arg"
|
cannam@154
|
7438 fi
|
cannam@154
|
7439 done # argument parsing loop
|
cannam@154
|
7440
|
cannam@154
|
7441 test -n "$prev" && \
|
cannam@154
|
7442 func_fatal_help "the '$prevarg' option requires an argument"
|
cannam@154
|
7443
|
cannam@154
|
7444 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
|
cannam@154
|
7445 eval arg=\"$export_dynamic_flag_spec\"
|
cannam@154
|
7446 func_append compile_command " $arg"
|
cannam@154
|
7447 func_append finalize_command " $arg"
|
cannam@154
|
7448 fi
|
cannam@154
|
7449
|
cannam@154
|
7450 oldlibs=
|
cannam@154
|
7451 # calculate the name of the file, without its directory
|
cannam@154
|
7452 func_basename "$output"
|
cannam@154
|
7453 outputname=$func_basename_result
|
cannam@154
|
7454 libobjs_save=$libobjs
|
cannam@154
|
7455
|
cannam@154
|
7456 if test -n "$shlibpath_var"; then
|
cannam@154
|
7457 # get the directories listed in $shlibpath_var
|
cannam@154
|
7458 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
|
cannam@154
|
7459 else
|
cannam@154
|
7460 shlib_search_path=
|
cannam@154
|
7461 fi
|
cannam@154
|
7462 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
|
cannam@154
|
7463 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
|
cannam@154
|
7464
|
cannam@154
|
7465 # Definition is injected by LT_CONFIG during libtool generation.
|
cannam@154
|
7466 func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
|
cannam@154
|
7467
|
cannam@154
|
7468 func_dirname "$output" "/" ""
|
cannam@154
|
7469 output_objdir=$func_dirname_result$objdir
|
cannam@154
|
7470 func_to_tool_file "$output_objdir/"
|
cannam@154
|
7471 tool_output_objdir=$func_to_tool_file_result
|
cannam@154
|
7472 # Create the object directory.
|
cannam@154
|
7473 func_mkdir_p "$output_objdir"
|
cannam@154
|
7474
|
cannam@154
|
7475 # Determine the type of output
|
cannam@154
|
7476 case $output in
|
cannam@154
|
7477 "")
|
cannam@154
|
7478 func_fatal_help "you must specify an output file"
|
cannam@154
|
7479 ;;
|
cannam@154
|
7480 *.$libext) linkmode=oldlib ;;
|
cannam@154
|
7481 *.lo | *.$objext) linkmode=obj ;;
|
cannam@154
|
7482 *.la) linkmode=lib ;;
|
cannam@154
|
7483 *) linkmode=prog ;; # Anything else should be a program.
|
cannam@154
|
7484 esac
|
cannam@154
|
7485
|
cannam@154
|
7486 specialdeplibs=
|
cannam@154
|
7487
|
cannam@154
|
7488 libs=
|
cannam@154
|
7489 # Find all interdependent deplibs by searching for libraries
|
cannam@154
|
7490 # that are linked more than once (e.g. -la -lb -la)
|
cannam@154
|
7491 for deplib in $deplibs; do
|
cannam@154
|
7492 if $opt_preserve_dup_deps; then
|
cannam@154
|
7493 case "$libs " in
|
cannam@154
|
7494 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
|
cannam@154
|
7495 esac
|
cannam@154
|
7496 fi
|
cannam@154
|
7497 func_append libs " $deplib"
|
cannam@154
|
7498 done
|
cannam@154
|
7499
|
cannam@154
|
7500 if test lib = "$linkmode"; then
|
cannam@154
|
7501 libs="$predeps $libs $compiler_lib_search_path $postdeps"
|
cannam@154
|
7502
|
cannam@154
|
7503 # Compute libraries that are listed more than once in $predeps
|
cannam@154
|
7504 # $postdeps and mark them as special (i.e., whose duplicates are
|
cannam@154
|
7505 # not to be eliminated).
|
cannam@154
|
7506 pre_post_deps=
|
cannam@154
|
7507 if $opt_duplicate_compiler_generated_deps; then
|
cannam@154
|
7508 for pre_post_dep in $predeps $postdeps; do
|
cannam@154
|
7509 case "$pre_post_deps " in
|
cannam@154
|
7510 *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
|
cannam@154
|
7511 esac
|
cannam@154
|
7512 func_append pre_post_deps " $pre_post_dep"
|
cannam@154
|
7513 done
|
cannam@154
|
7514 fi
|
cannam@154
|
7515 pre_post_deps=
|
cannam@154
|
7516 fi
|
cannam@154
|
7517
|
cannam@154
|
7518 deplibs=
|
cannam@154
|
7519 newdependency_libs=
|
cannam@154
|
7520 newlib_search_path=
|
cannam@154
|
7521 need_relink=no # whether we're linking any uninstalled libtool libraries
|
cannam@154
|
7522 notinst_deplibs= # not-installed libtool libraries
|
cannam@154
|
7523 notinst_path= # paths that contain not-installed libtool libraries
|
cannam@154
|
7524
|
cannam@154
|
7525 case $linkmode in
|
cannam@154
|
7526 lib)
|
cannam@154
|
7527 passes="conv dlpreopen link"
|
cannam@154
|
7528 for file in $dlfiles $dlprefiles; do
|
cannam@154
|
7529 case $file in
|
cannam@154
|
7530 *.la) ;;
|
cannam@154
|
7531 *)
|
cannam@154
|
7532 func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
|
cannam@154
|
7533 ;;
|
cannam@154
|
7534 esac
|
cannam@154
|
7535 done
|
cannam@154
|
7536 ;;
|
cannam@154
|
7537 prog)
|
cannam@154
|
7538 compile_deplibs=
|
cannam@154
|
7539 finalize_deplibs=
|
cannam@154
|
7540 alldeplibs=false
|
cannam@154
|
7541 newdlfiles=
|
cannam@154
|
7542 newdlprefiles=
|
cannam@154
|
7543 passes="conv scan dlopen dlpreopen link"
|
cannam@154
|
7544 ;;
|
cannam@154
|
7545 *) passes="conv"
|
cannam@154
|
7546 ;;
|
cannam@154
|
7547 esac
|
cannam@154
|
7548
|
cannam@154
|
7549 for pass in $passes; do
|
cannam@154
|
7550 # The preopen pass in lib mode reverses $deplibs; put it back here
|
cannam@154
|
7551 # so that -L comes before libs that need it for instance...
|
cannam@154
|
7552 if test lib,link = "$linkmode,$pass"; then
|
cannam@154
|
7553 ## FIXME: Find the place where the list is rebuilt in the wrong
|
cannam@154
|
7554 ## order, and fix it there properly
|
cannam@154
|
7555 tmp_deplibs=
|
cannam@154
|
7556 for deplib in $deplibs; do
|
cannam@154
|
7557 tmp_deplibs="$deplib $tmp_deplibs"
|
cannam@154
|
7558 done
|
cannam@154
|
7559 deplibs=$tmp_deplibs
|
cannam@154
|
7560 fi
|
cannam@154
|
7561
|
cannam@154
|
7562 if test lib,link = "$linkmode,$pass" ||
|
cannam@154
|
7563 test prog,scan = "$linkmode,$pass"; then
|
cannam@154
|
7564 libs=$deplibs
|
cannam@154
|
7565 deplibs=
|
cannam@154
|
7566 fi
|
cannam@154
|
7567 if test prog = "$linkmode"; then
|
cannam@154
|
7568 case $pass in
|
cannam@154
|
7569 dlopen) libs=$dlfiles ;;
|
cannam@154
|
7570 dlpreopen) libs=$dlprefiles ;;
|
cannam@154
|
7571 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
|
cannam@154
|
7572 esac
|
cannam@154
|
7573 fi
|
cannam@154
|
7574 if test lib,dlpreopen = "$linkmode,$pass"; then
|
cannam@154
|
7575 # Collect and forward deplibs of preopened libtool libs
|
cannam@154
|
7576 for lib in $dlprefiles; do
|
cannam@154
|
7577 # Ignore non-libtool-libs
|
cannam@154
|
7578 dependency_libs=
|
cannam@154
|
7579 func_resolve_sysroot "$lib"
|
cannam@154
|
7580 case $lib in
|
cannam@154
|
7581 *.la) func_source "$func_resolve_sysroot_result" ;;
|
cannam@154
|
7582 esac
|
cannam@154
|
7583
|
cannam@154
|
7584 # Collect preopened libtool deplibs, except any this library
|
cannam@154
|
7585 # has declared as weak libs
|
cannam@154
|
7586 for deplib in $dependency_libs; do
|
cannam@154
|
7587 func_basename "$deplib"
|
cannam@154
|
7588 deplib_base=$func_basename_result
|
cannam@154
|
7589 case " $weak_libs " in
|
cannam@154
|
7590 *" $deplib_base "*) ;;
|
cannam@154
|
7591 *) func_append deplibs " $deplib" ;;
|
cannam@154
|
7592 esac
|
cannam@154
|
7593 done
|
cannam@154
|
7594 done
|
cannam@154
|
7595 libs=$dlprefiles
|
cannam@154
|
7596 fi
|
cannam@154
|
7597 if test dlopen = "$pass"; then
|
cannam@154
|
7598 # Collect dlpreopened libraries
|
cannam@154
|
7599 save_deplibs=$deplibs
|
cannam@154
|
7600 deplibs=
|
cannam@154
|
7601 fi
|
cannam@154
|
7602
|
cannam@154
|
7603 for deplib in $libs; do
|
cannam@154
|
7604 lib=
|
cannam@154
|
7605 found=false
|
cannam@154
|
7606 case $deplib in
|
cannam@154
|
7607 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|
cannam@154
|
7608 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
|
cannam@154
|
7609 if test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
7610 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7611 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7612 else
|
cannam@154
|
7613 func_append compiler_flags " $deplib"
|
cannam@154
|
7614 if test lib = "$linkmode"; then
|
cannam@154
|
7615 case "$new_inherited_linker_flags " in
|
cannam@154
|
7616 *" $deplib "*) ;;
|
cannam@154
|
7617 * ) func_append new_inherited_linker_flags " $deplib" ;;
|
cannam@154
|
7618 esac
|
cannam@154
|
7619 fi
|
cannam@154
|
7620 fi
|
cannam@154
|
7621 continue
|
cannam@154
|
7622 ;;
|
cannam@154
|
7623 -l*)
|
cannam@154
|
7624 if test lib != "$linkmode" && test prog != "$linkmode"; then
|
cannam@154
|
7625 func_warning "'-l' is ignored for archives/objects"
|
cannam@154
|
7626 continue
|
cannam@154
|
7627 fi
|
cannam@154
|
7628 func_stripname '-l' '' "$deplib"
|
cannam@154
|
7629 name=$func_stripname_result
|
cannam@154
|
7630 if test lib = "$linkmode"; then
|
cannam@154
|
7631 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
|
cannam@154
|
7632 else
|
cannam@154
|
7633 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
|
cannam@154
|
7634 fi
|
cannam@154
|
7635 for searchdir in $searchdirs; do
|
cannam@154
|
7636 for search_ext in .la $std_shrext .so .a; do
|
cannam@154
|
7637 # Search the libtool library
|
cannam@154
|
7638 lib=$searchdir/lib$name$search_ext
|
cannam@154
|
7639 if test -f "$lib"; then
|
cannam@154
|
7640 if test .la = "$search_ext"; then
|
cannam@154
|
7641 found=:
|
cannam@154
|
7642 else
|
cannam@154
|
7643 found=false
|
cannam@154
|
7644 fi
|
cannam@154
|
7645 break 2
|
cannam@154
|
7646 fi
|
cannam@154
|
7647 done
|
cannam@154
|
7648 done
|
cannam@154
|
7649 if $found; then
|
cannam@154
|
7650 # deplib is a libtool library
|
cannam@154
|
7651 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
|
cannam@154
|
7652 # We need to do some special things here, and not later.
|
cannam@154
|
7653 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
|
cannam@154
|
7654 case " $predeps $postdeps " in
|
cannam@154
|
7655 *" $deplib "*)
|
cannam@154
|
7656 if func_lalib_p "$lib"; then
|
cannam@154
|
7657 library_names=
|
cannam@154
|
7658 old_library=
|
cannam@154
|
7659 func_source "$lib"
|
cannam@154
|
7660 for l in $old_library $library_names; do
|
cannam@154
|
7661 ll=$l
|
cannam@154
|
7662 done
|
cannam@154
|
7663 if test "X$ll" = "X$old_library"; then # only static version available
|
cannam@154
|
7664 found=false
|
cannam@154
|
7665 func_dirname "$lib" "" "."
|
cannam@154
|
7666 ladir=$func_dirname_result
|
cannam@154
|
7667 lib=$ladir/$old_library
|
cannam@154
|
7668 if test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
7669 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7670 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7671 else
|
cannam@154
|
7672 deplibs="$deplib $deplibs"
|
cannam@154
|
7673 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
|
cannam@154
|
7674 fi
|
cannam@154
|
7675 continue
|
cannam@154
|
7676 fi
|
cannam@154
|
7677 fi
|
cannam@154
|
7678 ;;
|
cannam@154
|
7679 *) ;;
|
cannam@154
|
7680 esac
|
cannam@154
|
7681 fi
|
cannam@154
|
7682 else
|
cannam@154
|
7683 # deplib doesn't seem to be a libtool library
|
cannam@154
|
7684 if test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
7685 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7686 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7687 else
|
cannam@154
|
7688 deplibs="$deplib $deplibs"
|
cannam@154
|
7689 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
|
cannam@154
|
7690 fi
|
cannam@154
|
7691 continue
|
cannam@154
|
7692 fi
|
cannam@154
|
7693 ;; # -l
|
cannam@154
|
7694 *.ltframework)
|
cannam@154
|
7695 if test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
7696 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7697 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7698 else
|
cannam@154
|
7699 deplibs="$deplib $deplibs"
|
cannam@154
|
7700 if test lib = "$linkmode"; then
|
cannam@154
|
7701 case "$new_inherited_linker_flags " in
|
cannam@154
|
7702 *" $deplib "*) ;;
|
cannam@154
|
7703 * ) func_append new_inherited_linker_flags " $deplib" ;;
|
cannam@154
|
7704 esac
|
cannam@154
|
7705 fi
|
cannam@154
|
7706 fi
|
cannam@154
|
7707 continue
|
cannam@154
|
7708 ;;
|
cannam@154
|
7709 -L*)
|
cannam@154
|
7710 case $linkmode in
|
cannam@154
|
7711 lib)
|
cannam@154
|
7712 deplibs="$deplib $deplibs"
|
cannam@154
|
7713 test conv = "$pass" && continue
|
cannam@154
|
7714 newdependency_libs="$deplib $newdependency_libs"
|
cannam@154
|
7715 func_stripname '-L' '' "$deplib"
|
cannam@154
|
7716 func_resolve_sysroot "$func_stripname_result"
|
cannam@154
|
7717 func_append newlib_search_path " $func_resolve_sysroot_result"
|
cannam@154
|
7718 ;;
|
cannam@154
|
7719 prog)
|
cannam@154
|
7720 if test conv = "$pass"; then
|
cannam@154
|
7721 deplibs="$deplib $deplibs"
|
cannam@154
|
7722 continue
|
cannam@154
|
7723 fi
|
cannam@154
|
7724 if test scan = "$pass"; then
|
cannam@154
|
7725 deplibs="$deplib $deplibs"
|
cannam@154
|
7726 else
|
cannam@154
|
7727 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7728 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7729 fi
|
cannam@154
|
7730 func_stripname '-L' '' "$deplib"
|
cannam@154
|
7731 func_resolve_sysroot "$func_stripname_result"
|
cannam@154
|
7732 func_append newlib_search_path " $func_resolve_sysroot_result"
|
cannam@154
|
7733 ;;
|
cannam@154
|
7734 *)
|
cannam@154
|
7735 func_warning "'-L' is ignored for archives/objects"
|
cannam@154
|
7736 ;;
|
cannam@154
|
7737 esac # linkmode
|
cannam@154
|
7738 continue
|
cannam@154
|
7739 ;; # -L
|
cannam@154
|
7740 -R*)
|
cannam@154
|
7741 if test link = "$pass"; then
|
cannam@154
|
7742 func_stripname '-R' '' "$deplib"
|
cannam@154
|
7743 func_resolve_sysroot "$func_stripname_result"
|
cannam@154
|
7744 dir=$func_resolve_sysroot_result
|
cannam@154
|
7745 # Make sure the xrpath contains only unique directories.
|
cannam@154
|
7746 case "$xrpath " in
|
cannam@154
|
7747 *" $dir "*) ;;
|
cannam@154
|
7748 *) func_append xrpath " $dir" ;;
|
cannam@154
|
7749 esac
|
cannam@154
|
7750 fi
|
cannam@154
|
7751 deplibs="$deplib $deplibs"
|
cannam@154
|
7752 continue
|
cannam@154
|
7753 ;;
|
cannam@154
|
7754 *.la)
|
cannam@154
|
7755 func_resolve_sysroot "$deplib"
|
cannam@154
|
7756 lib=$func_resolve_sysroot_result
|
cannam@154
|
7757 ;;
|
cannam@154
|
7758 *.$libext)
|
cannam@154
|
7759 if test conv = "$pass"; then
|
cannam@154
|
7760 deplibs="$deplib $deplibs"
|
cannam@154
|
7761 continue
|
cannam@154
|
7762 fi
|
cannam@154
|
7763 case $linkmode in
|
cannam@154
|
7764 lib)
|
cannam@154
|
7765 # Linking convenience modules into shared libraries is allowed,
|
cannam@154
|
7766 # but linking other static libraries is non-portable.
|
cannam@154
|
7767 case " $dlpreconveniencelibs " in
|
cannam@154
|
7768 *" $deplib "*) ;;
|
cannam@154
|
7769 *)
|
cannam@154
|
7770 valid_a_lib=false
|
cannam@154
|
7771 case $deplibs_check_method in
|
cannam@154
|
7772 match_pattern*)
|
cannam@154
|
7773 set dummy $deplibs_check_method; shift
|
cannam@154
|
7774 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
|
cannam@154
|
7775 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
|
cannam@154
|
7776 | $EGREP "$match_pattern_regex" > /dev/null; then
|
cannam@154
|
7777 valid_a_lib=:
|
cannam@154
|
7778 fi
|
cannam@154
|
7779 ;;
|
cannam@154
|
7780 pass_all)
|
cannam@154
|
7781 valid_a_lib=:
|
cannam@154
|
7782 ;;
|
cannam@154
|
7783 esac
|
cannam@154
|
7784 if $valid_a_lib; then
|
cannam@154
|
7785 echo
|
cannam@154
|
7786 $ECHO "*** Warning: Linking the shared library $output against the"
|
cannam@154
|
7787 $ECHO "*** static library $deplib is not portable!"
|
cannam@154
|
7788 deplibs="$deplib $deplibs"
|
cannam@154
|
7789 else
|
cannam@154
|
7790 echo
|
cannam@154
|
7791 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
|
cannam@154
|
7792 echo "*** I have the capability to make that library automatically link in when"
|
cannam@154
|
7793 echo "*** you link to this library. But I can only do this if you have a"
|
cannam@154
|
7794 echo "*** shared version of the library, which you do not appear to have"
|
cannam@154
|
7795 echo "*** because the file extensions .$libext of this argument makes me believe"
|
cannam@154
|
7796 echo "*** that it is just a static archive that I should not use here."
|
cannam@154
|
7797 fi
|
cannam@154
|
7798 ;;
|
cannam@154
|
7799 esac
|
cannam@154
|
7800 continue
|
cannam@154
|
7801 ;;
|
cannam@154
|
7802 prog)
|
cannam@154
|
7803 if test link != "$pass"; then
|
cannam@154
|
7804 deplibs="$deplib $deplibs"
|
cannam@154
|
7805 else
|
cannam@154
|
7806 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7807 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7808 fi
|
cannam@154
|
7809 continue
|
cannam@154
|
7810 ;;
|
cannam@154
|
7811 esac # linkmode
|
cannam@154
|
7812 ;; # *.$libext
|
cannam@154
|
7813 *.lo | *.$objext)
|
cannam@154
|
7814 if test conv = "$pass"; then
|
cannam@154
|
7815 deplibs="$deplib $deplibs"
|
cannam@154
|
7816 elif test prog = "$linkmode"; then
|
cannam@154
|
7817 if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
|
cannam@154
|
7818 # If there is no dlopen support or we're linking statically,
|
cannam@154
|
7819 # we need to preload.
|
cannam@154
|
7820 func_append newdlprefiles " $deplib"
|
cannam@154
|
7821 compile_deplibs="$deplib $compile_deplibs"
|
cannam@154
|
7822 finalize_deplibs="$deplib $finalize_deplibs"
|
cannam@154
|
7823 else
|
cannam@154
|
7824 func_append newdlfiles " $deplib"
|
cannam@154
|
7825 fi
|
cannam@154
|
7826 fi
|
cannam@154
|
7827 continue
|
cannam@154
|
7828 ;;
|
cannam@154
|
7829 %DEPLIBS%)
|
cannam@154
|
7830 alldeplibs=:
|
cannam@154
|
7831 continue
|
cannam@154
|
7832 ;;
|
cannam@154
|
7833 esac # case $deplib
|
cannam@154
|
7834
|
cannam@154
|
7835 $found || test -f "$lib" \
|
cannam@154
|
7836 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
|
cannam@154
|
7837
|
cannam@154
|
7838 # Check to see that this really is a libtool archive.
|
cannam@154
|
7839 func_lalib_unsafe_p "$lib" \
|
cannam@154
|
7840 || func_fatal_error "'$lib' is not a valid libtool archive"
|
cannam@154
|
7841
|
cannam@154
|
7842 func_dirname "$lib" "" "."
|
cannam@154
|
7843 ladir=$func_dirname_result
|
cannam@154
|
7844
|
cannam@154
|
7845 dlname=
|
cannam@154
|
7846 dlopen=
|
cannam@154
|
7847 dlpreopen=
|
cannam@154
|
7848 libdir=
|
cannam@154
|
7849 library_names=
|
cannam@154
|
7850 old_library=
|
cannam@154
|
7851 inherited_linker_flags=
|
cannam@154
|
7852 # If the library was installed with an old release of libtool,
|
cannam@154
|
7853 # it will not redefine variables installed, or shouldnotlink
|
cannam@154
|
7854 installed=yes
|
cannam@154
|
7855 shouldnotlink=no
|
cannam@154
|
7856 avoidtemprpath=
|
cannam@154
|
7857
|
cannam@154
|
7858
|
cannam@154
|
7859 # Read the .la file
|
cannam@154
|
7860 func_source "$lib"
|
cannam@154
|
7861
|
cannam@154
|
7862 # Convert "-framework foo" to "foo.ltframework"
|
cannam@154
|
7863 if test -n "$inherited_linker_flags"; then
|
cannam@154
|
7864 tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
|
cannam@154
|
7865 for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
|
cannam@154
|
7866 case " $new_inherited_linker_flags " in
|
cannam@154
|
7867 *" $tmp_inherited_linker_flag "*) ;;
|
cannam@154
|
7868 *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
|
cannam@154
|
7869 esac
|
cannam@154
|
7870 done
|
cannam@154
|
7871 fi
|
cannam@154
|
7872 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
7873 if test lib,link = "$linkmode,$pass" ||
|
cannam@154
|
7874 test prog,scan = "$linkmode,$pass" ||
|
cannam@154
|
7875 { test prog != "$linkmode" && test lib != "$linkmode"; }; then
|
cannam@154
|
7876 test -n "$dlopen" && func_append dlfiles " $dlopen"
|
cannam@154
|
7877 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
|
cannam@154
|
7878 fi
|
cannam@154
|
7879
|
cannam@154
|
7880 if test conv = "$pass"; then
|
cannam@154
|
7881 # Only check for convenience libraries
|
cannam@154
|
7882 deplibs="$lib $deplibs"
|
cannam@154
|
7883 if test -z "$libdir"; then
|
cannam@154
|
7884 if test -z "$old_library"; then
|
cannam@154
|
7885 func_fatal_error "cannot find name of link library for '$lib'"
|
cannam@154
|
7886 fi
|
cannam@154
|
7887 # It is a libtool convenience library, so add in its objects.
|
cannam@154
|
7888 func_append convenience " $ladir/$objdir/$old_library"
|
cannam@154
|
7889 func_append old_convenience " $ladir/$objdir/$old_library"
|
cannam@154
|
7890 elif test prog != "$linkmode" && test lib != "$linkmode"; then
|
cannam@154
|
7891 func_fatal_error "'$lib' is not a convenience library"
|
cannam@154
|
7892 fi
|
cannam@154
|
7893 tmp_libs=
|
cannam@154
|
7894 for deplib in $dependency_libs; do
|
cannam@154
|
7895 deplibs="$deplib $deplibs"
|
cannam@154
|
7896 if $opt_preserve_dup_deps; then
|
cannam@154
|
7897 case "$tmp_libs " in
|
cannam@154
|
7898 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
|
cannam@154
|
7899 esac
|
cannam@154
|
7900 fi
|
cannam@154
|
7901 func_append tmp_libs " $deplib"
|
cannam@154
|
7902 done
|
cannam@154
|
7903 continue
|
cannam@154
|
7904 fi # $pass = conv
|
cannam@154
|
7905
|
cannam@154
|
7906
|
cannam@154
|
7907 # Get the name of the library we link against.
|
cannam@154
|
7908 linklib=
|
cannam@154
|
7909 if test -n "$old_library" &&
|
cannam@154
|
7910 { test yes = "$prefer_static_libs" ||
|
cannam@154
|
7911 test built,no = "$prefer_static_libs,$installed"; }; then
|
cannam@154
|
7912 linklib=$old_library
|
cannam@154
|
7913 else
|
cannam@154
|
7914 for l in $old_library $library_names; do
|
cannam@154
|
7915 linklib=$l
|
cannam@154
|
7916 done
|
cannam@154
|
7917 fi
|
cannam@154
|
7918 if test -z "$linklib"; then
|
cannam@154
|
7919 func_fatal_error "cannot find name of link library for '$lib'"
|
cannam@154
|
7920 fi
|
cannam@154
|
7921
|
cannam@154
|
7922 # This library was specified with -dlopen.
|
cannam@154
|
7923 if test dlopen = "$pass"; then
|
cannam@154
|
7924 test -z "$libdir" \
|
cannam@154
|
7925 && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
|
cannam@154
|
7926 if test -z "$dlname" ||
|
cannam@154
|
7927 test yes != "$dlopen_support" ||
|
cannam@154
|
7928 test no = "$build_libtool_libs"
|
cannam@154
|
7929 then
|
cannam@154
|
7930 # If there is no dlname, no dlopen support or we're linking
|
cannam@154
|
7931 # statically, we need to preload. We also need to preload any
|
cannam@154
|
7932 # dependent libraries so libltdl's deplib preloader doesn't
|
cannam@154
|
7933 # bomb out in the load deplibs phase.
|
cannam@154
|
7934 func_append dlprefiles " $lib $dependency_libs"
|
cannam@154
|
7935 else
|
cannam@154
|
7936 func_append newdlfiles " $lib"
|
cannam@154
|
7937 fi
|
cannam@154
|
7938 continue
|
cannam@154
|
7939 fi # $pass = dlopen
|
cannam@154
|
7940
|
cannam@154
|
7941 # We need an absolute path.
|
cannam@154
|
7942 case $ladir in
|
cannam@154
|
7943 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
|
cannam@154
|
7944 *)
|
cannam@154
|
7945 abs_ladir=`cd "$ladir" && pwd`
|
cannam@154
|
7946 if test -z "$abs_ladir"; then
|
cannam@154
|
7947 func_warning "cannot determine absolute directory name of '$ladir'"
|
cannam@154
|
7948 func_warning "passing it literally to the linker, although it might fail"
|
cannam@154
|
7949 abs_ladir=$ladir
|
cannam@154
|
7950 fi
|
cannam@154
|
7951 ;;
|
cannam@154
|
7952 esac
|
cannam@154
|
7953 func_basename "$lib"
|
cannam@154
|
7954 laname=$func_basename_result
|
cannam@154
|
7955
|
cannam@154
|
7956 # Find the relevant object directory and library name.
|
cannam@154
|
7957 if test yes = "$installed"; then
|
cannam@154
|
7958 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
|
cannam@154
|
7959 func_warning "library '$lib' was moved."
|
cannam@154
|
7960 dir=$ladir
|
cannam@154
|
7961 absdir=$abs_ladir
|
cannam@154
|
7962 libdir=$abs_ladir
|
cannam@154
|
7963 else
|
cannam@154
|
7964 dir=$lt_sysroot$libdir
|
cannam@154
|
7965 absdir=$lt_sysroot$libdir
|
cannam@154
|
7966 fi
|
cannam@154
|
7967 test yes = "$hardcode_automatic" && avoidtemprpath=yes
|
cannam@154
|
7968 else
|
cannam@154
|
7969 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
|
cannam@154
|
7970 dir=$ladir
|
cannam@154
|
7971 absdir=$abs_ladir
|
cannam@154
|
7972 # Remove this search path later
|
cannam@154
|
7973 func_append notinst_path " $abs_ladir"
|
cannam@154
|
7974 else
|
cannam@154
|
7975 dir=$ladir/$objdir
|
cannam@154
|
7976 absdir=$abs_ladir/$objdir
|
cannam@154
|
7977 # Remove this search path later
|
cannam@154
|
7978 func_append notinst_path " $abs_ladir"
|
cannam@154
|
7979 fi
|
cannam@154
|
7980 fi # $installed = yes
|
cannam@154
|
7981 func_stripname 'lib' '.la' "$laname"
|
cannam@154
|
7982 name=$func_stripname_result
|
cannam@154
|
7983
|
cannam@154
|
7984 # This library was specified with -dlpreopen.
|
cannam@154
|
7985 if test dlpreopen = "$pass"; then
|
cannam@154
|
7986 if test -z "$libdir" && test prog = "$linkmode"; then
|
cannam@154
|
7987 func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
|
cannam@154
|
7988 fi
|
cannam@154
|
7989 case $host in
|
cannam@154
|
7990 # special handling for platforms with PE-DLLs.
|
cannam@154
|
7991 *cygwin* | *mingw* | *cegcc* )
|
cannam@154
|
7992 # Linker will automatically link against shared library if both
|
cannam@154
|
7993 # static and shared are present. Therefore, ensure we extract
|
cannam@154
|
7994 # symbols from the import library if a shared library is present
|
cannam@154
|
7995 # (otherwise, the dlopen module name will be incorrect). We do
|
cannam@154
|
7996 # this by putting the import library name into $newdlprefiles.
|
cannam@154
|
7997 # We recover the dlopen module name by 'saving' the la file
|
cannam@154
|
7998 # name in a special purpose variable, and (later) extracting the
|
cannam@154
|
7999 # dlname from the la file.
|
cannam@154
|
8000 if test -n "$dlname"; then
|
cannam@154
|
8001 func_tr_sh "$dir/$linklib"
|
cannam@154
|
8002 eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
|
cannam@154
|
8003 func_append newdlprefiles " $dir/$linklib"
|
cannam@154
|
8004 else
|
cannam@154
|
8005 func_append newdlprefiles " $dir/$old_library"
|
cannam@154
|
8006 # Keep a list of preopened convenience libraries to check
|
cannam@154
|
8007 # that they are being used correctly in the link pass.
|
cannam@154
|
8008 test -z "$libdir" && \
|
cannam@154
|
8009 func_append dlpreconveniencelibs " $dir/$old_library"
|
cannam@154
|
8010 fi
|
cannam@154
|
8011 ;;
|
cannam@154
|
8012 * )
|
cannam@154
|
8013 # Prefer using a static library (so that no silly _DYNAMIC symbols
|
cannam@154
|
8014 # are required to link).
|
cannam@154
|
8015 if test -n "$old_library"; then
|
cannam@154
|
8016 func_append newdlprefiles " $dir/$old_library"
|
cannam@154
|
8017 # Keep a list of preopened convenience libraries to check
|
cannam@154
|
8018 # that they are being used correctly in the link pass.
|
cannam@154
|
8019 test -z "$libdir" && \
|
cannam@154
|
8020 func_append dlpreconveniencelibs " $dir/$old_library"
|
cannam@154
|
8021 # Otherwise, use the dlname, so that lt_dlopen finds it.
|
cannam@154
|
8022 elif test -n "$dlname"; then
|
cannam@154
|
8023 func_append newdlprefiles " $dir/$dlname"
|
cannam@154
|
8024 else
|
cannam@154
|
8025 func_append newdlprefiles " $dir/$linklib"
|
cannam@154
|
8026 fi
|
cannam@154
|
8027 ;;
|
cannam@154
|
8028 esac
|
cannam@154
|
8029 fi # $pass = dlpreopen
|
cannam@154
|
8030
|
cannam@154
|
8031 if test -z "$libdir"; then
|
cannam@154
|
8032 # Link the convenience library
|
cannam@154
|
8033 if test lib = "$linkmode"; then
|
cannam@154
|
8034 deplibs="$dir/$old_library $deplibs"
|
cannam@154
|
8035 elif test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
8036 compile_deplibs="$dir/$old_library $compile_deplibs"
|
cannam@154
|
8037 finalize_deplibs="$dir/$old_library $finalize_deplibs"
|
cannam@154
|
8038 else
|
cannam@154
|
8039 deplibs="$lib $deplibs" # used for prog,scan pass
|
cannam@154
|
8040 fi
|
cannam@154
|
8041 continue
|
cannam@154
|
8042 fi
|
cannam@154
|
8043
|
cannam@154
|
8044
|
cannam@154
|
8045 if test prog = "$linkmode" && test link != "$pass"; then
|
cannam@154
|
8046 func_append newlib_search_path " $ladir"
|
cannam@154
|
8047 deplibs="$lib $deplibs"
|
cannam@154
|
8048
|
cannam@154
|
8049 linkalldeplibs=false
|
cannam@154
|
8050 if test no != "$link_all_deplibs" || test -z "$library_names" ||
|
cannam@154
|
8051 test no = "$build_libtool_libs"; then
|
cannam@154
|
8052 linkalldeplibs=:
|
cannam@154
|
8053 fi
|
cannam@154
|
8054
|
cannam@154
|
8055 tmp_libs=
|
cannam@154
|
8056 for deplib in $dependency_libs; do
|
cannam@154
|
8057 case $deplib in
|
cannam@154
|
8058 -L*) func_stripname '-L' '' "$deplib"
|
cannam@154
|
8059 func_resolve_sysroot "$func_stripname_result"
|
cannam@154
|
8060 func_append newlib_search_path " $func_resolve_sysroot_result"
|
cannam@154
|
8061 ;;
|
cannam@154
|
8062 esac
|
cannam@154
|
8063 # Need to link against all dependency_libs?
|
cannam@154
|
8064 if $linkalldeplibs; then
|
cannam@154
|
8065 deplibs="$deplib $deplibs"
|
cannam@154
|
8066 else
|
cannam@154
|
8067 # Need to hardcode shared library paths
|
cannam@154
|
8068 # or/and link against static libraries
|
cannam@154
|
8069 newdependency_libs="$deplib $newdependency_libs"
|
cannam@154
|
8070 fi
|
cannam@154
|
8071 if $opt_preserve_dup_deps; then
|
cannam@154
|
8072 case "$tmp_libs " in
|
cannam@154
|
8073 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
|
cannam@154
|
8074 esac
|
cannam@154
|
8075 fi
|
cannam@154
|
8076 func_append tmp_libs " $deplib"
|
cannam@154
|
8077 done # for deplib
|
cannam@154
|
8078 continue
|
cannam@154
|
8079 fi # $linkmode = prog...
|
cannam@154
|
8080
|
cannam@154
|
8081 if test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
8082 if test -n "$library_names" &&
|
cannam@154
|
8083 { { test no = "$prefer_static_libs" ||
|
cannam@154
|
8084 test built,yes = "$prefer_static_libs,$installed"; } ||
|
cannam@154
|
8085 test -z "$old_library"; }; then
|
cannam@154
|
8086 # We need to hardcode the library path
|
cannam@154
|
8087 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
|
cannam@154
|
8088 # Make sure the rpath contains only unique directories.
|
cannam@154
|
8089 case $temp_rpath: in
|
cannam@154
|
8090 *"$absdir:"*) ;;
|
cannam@154
|
8091 *) func_append temp_rpath "$absdir:" ;;
|
cannam@154
|
8092 esac
|
cannam@154
|
8093 fi
|
cannam@154
|
8094
|
cannam@154
|
8095 # Hardcode the library path.
|
cannam@154
|
8096 # Skip directories that are in the system default run-time
|
cannam@154
|
8097 # search path.
|
cannam@154
|
8098 case " $sys_lib_dlsearch_path " in
|
cannam@154
|
8099 *" $absdir "*) ;;
|
cannam@154
|
8100 *)
|
cannam@154
|
8101 case "$compile_rpath " in
|
cannam@154
|
8102 *" $absdir "*) ;;
|
cannam@154
|
8103 *) func_append compile_rpath " $absdir" ;;
|
cannam@154
|
8104 esac
|
cannam@154
|
8105 ;;
|
cannam@154
|
8106 esac
|
cannam@154
|
8107 case " $sys_lib_dlsearch_path " in
|
cannam@154
|
8108 *" $libdir "*) ;;
|
cannam@154
|
8109 *)
|
cannam@154
|
8110 case "$finalize_rpath " in
|
cannam@154
|
8111 *" $libdir "*) ;;
|
cannam@154
|
8112 *) func_append finalize_rpath " $libdir" ;;
|
cannam@154
|
8113 esac
|
cannam@154
|
8114 ;;
|
cannam@154
|
8115 esac
|
cannam@154
|
8116 fi # $linkmode,$pass = prog,link...
|
cannam@154
|
8117
|
cannam@154
|
8118 if $alldeplibs &&
|
cannam@154
|
8119 { test pass_all = "$deplibs_check_method" ||
|
cannam@154
|
8120 { test yes = "$build_libtool_libs" &&
|
cannam@154
|
8121 test -n "$library_names"; }; }; then
|
cannam@154
|
8122 # We only need to search for static libraries
|
cannam@154
|
8123 continue
|
cannam@154
|
8124 fi
|
cannam@154
|
8125 fi
|
cannam@154
|
8126
|
cannam@154
|
8127 link_static=no # Whether the deplib will be linked statically
|
cannam@154
|
8128 use_static_libs=$prefer_static_libs
|
cannam@154
|
8129 if test built = "$use_static_libs" && test yes = "$installed"; then
|
cannam@154
|
8130 use_static_libs=no
|
cannam@154
|
8131 fi
|
cannam@154
|
8132 if test -n "$library_names" &&
|
cannam@154
|
8133 { test no = "$use_static_libs" || test -z "$old_library"; }; then
|
cannam@154
|
8134 case $host in
|
cannam@154
|
8135 *cygwin* | *mingw* | *cegcc* | *os2*)
|
cannam@154
|
8136 # No point in relinking DLLs because paths are not encoded
|
cannam@154
|
8137 func_append notinst_deplibs " $lib"
|
cannam@154
|
8138 need_relink=no
|
cannam@154
|
8139 ;;
|
cannam@154
|
8140 *)
|
cannam@154
|
8141 if test no = "$installed"; then
|
cannam@154
|
8142 func_append notinst_deplibs " $lib"
|
cannam@154
|
8143 need_relink=yes
|
cannam@154
|
8144 fi
|
cannam@154
|
8145 ;;
|
cannam@154
|
8146 esac
|
cannam@154
|
8147 # This is a shared library
|
cannam@154
|
8148
|
cannam@154
|
8149 # Warn about portability, can't link against -module's on some
|
cannam@154
|
8150 # systems (darwin). Don't bleat about dlopened modules though!
|
cannam@154
|
8151 dlopenmodule=
|
cannam@154
|
8152 for dlpremoduletest in $dlprefiles; do
|
cannam@154
|
8153 if test "X$dlpremoduletest" = "X$lib"; then
|
cannam@154
|
8154 dlopenmodule=$dlpremoduletest
|
cannam@154
|
8155 break
|
cannam@154
|
8156 fi
|
cannam@154
|
8157 done
|
cannam@154
|
8158 if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
|
cannam@154
|
8159 echo
|
cannam@154
|
8160 if test prog = "$linkmode"; then
|
cannam@154
|
8161 $ECHO "*** Warning: Linking the executable $output against the loadable module"
|
cannam@154
|
8162 else
|
cannam@154
|
8163 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
|
cannam@154
|
8164 fi
|
cannam@154
|
8165 $ECHO "*** $linklib is not portable!"
|
cannam@154
|
8166 fi
|
cannam@154
|
8167 if test lib = "$linkmode" &&
|
cannam@154
|
8168 test yes = "$hardcode_into_libs"; then
|
cannam@154
|
8169 # Hardcode the library path.
|
cannam@154
|
8170 # Skip directories that are in the system default run-time
|
cannam@154
|
8171 # search path.
|
cannam@154
|
8172 case " $sys_lib_dlsearch_path " in
|
cannam@154
|
8173 *" $absdir "*) ;;
|
cannam@154
|
8174 *)
|
cannam@154
|
8175 case "$compile_rpath " in
|
cannam@154
|
8176 *" $absdir "*) ;;
|
cannam@154
|
8177 *) func_append compile_rpath " $absdir" ;;
|
cannam@154
|
8178 esac
|
cannam@154
|
8179 ;;
|
cannam@154
|
8180 esac
|
cannam@154
|
8181 case " $sys_lib_dlsearch_path " in
|
cannam@154
|
8182 *" $libdir "*) ;;
|
cannam@154
|
8183 *)
|
cannam@154
|
8184 case "$finalize_rpath " in
|
cannam@154
|
8185 *" $libdir "*) ;;
|
cannam@154
|
8186 *) func_append finalize_rpath " $libdir" ;;
|
cannam@154
|
8187 esac
|
cannam@154
|
8188 ;;
|
cannam@154
|
8189 esac
|
cannam@154
|
8190 fi
|
cannam@154
|
8191
|
cannam@154
|
8192 if test -n "$old_archive_from_expsyms_cmds"; then
|
cannam@154
|
8193 # figure out the soname
|
cannam@154
|
8194 set dummy $library_names
|
cannam@154
|
8195 shift
|
cannam@154
|
8196 realname=$1
|
cannam@154
|
8197 shift
|
cannam@154
|
8198 libname=`eval "\\$ECHO \"$libname_spec\""`
|
cannam@154
|
8199 # use dlname if we got it. it's perfectly good, no?
|
cannam@154
|
8200 if test -n "$dlname"; then
|
cannam@154
|
8201 soname=$dlname
|
cannam@154
|
8202 elif test -n "$soname_spec"; then
|
cannam@154
|
8203 # bleh windows
|
cannam@154
|
8204 case $host in
|
cannam@154
|
8205 *cygwin* | mingw* | *cegcc* | *os2*)
|
cannam@154
|
8206 func_arith $current - $age
|
cannam@154
|
8207 major=$func_arith_result
|
cannam@154
|
8208 versuffix=-$major
|
cannam@154
|
8209 ;;
|
cannam@154
|
8210 esac
|
cannam@154
|
8211 eval soname=\"$soname_spec\"
|
cannam@154
|
8212 else
|
cannam@154
|
8213 soname=$realname
|
cannam@154
|
8214 fi
|
cannam@154
|
8215
|
cannam@154
|
8216 # Make a new name for the extract_expsyms_cmds to use
|
cannam@154
|
8217 soroot=$soname
|
cannam@154
|
8218 func_basename "$soroot"
|
cannam@154
|
8219 soname=$func_basename_result
|
cannam@154
|
8220 func_stripname 'lib' '.dll' "$soname"
|
cannam@154
|
8221 newlib=libimp-$func_stripname_result.a
|
cannam@154
|
8222
|
cannam@154
|
8223 # If the library has no export list, then create one now
|
cannam@154
|
8224 if test -f "$output_objdir/$soname-def"; then :
|
cannam@154
|
8225 else
|
cannam@154
|
8226 func_verbose "extracting exported symbol list from '$soname'"
|
cannam@154
|
8227 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
|
cannam@154
|
8228 fi
|
cannam@154
|
8229
|
cannam@154
|
8230 # Create $newlib
|
cannam@154
|
8231 if test -f "$output_objdir/$newlib"; then :; else
|
cannam@154
|
8232 func_verbose "generating import library for '$soname'"
|
cannam@154
|
8233 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
|
cannam@154
|
8234 fi
|
cannam@154
|
8235 # make sure the library variables are pointing to the new library
|
cannam@154
|
8236 dir=$output_objdir
|
cannam@154
|
8237 linklib=$newlib
|
cannam@154
|
8238 fi # test -n "$old_archive_from_expsyms_cmds"
|
cannam@154
|
8239
|
cannam@154
|
8240 if test prog = "$linkmode" || test relink != "$opt_mode"; then
|
cannam@154
|
8241 add_shlibpath=
|
cannam@154
|
8242 add_dir=
|
cannam@154
|
8243 add=
|
cannam@154
|
8244 lib_linked=yes
|
cannam@154
|
8245 case $hardcode_action in
|
cannam@154
|
8246 immediate | unsupported)
|
cannam@154
|
8247 if test no = "$hardcode_direct"; then
|
cannam@154
|
8248 add=$dir/$linklib
|
cannam@154
|
8249 case $host in
|
cannam@154
|
8250 *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
|
cannam@154
|
8251 *-*-sysv4*uw2*) add_dir=-L$dir ;;
|
cannam@154
|
8252 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
|
cannam@154
|
8253 *-*-unixware7*) add_dir=-L$dir ;;
|
cannam@154
|
8254 *-*-darwin* )
|
cannam@154
|
8255 # if the lib is a (non-dlopened) module then we cannot
|
cannam@154
|
8256 # link against it, someone is ignoring the earlier warnings
|
cannam@154
|
8257 if /usr/bin/file -L $add 2> /dev/null |
|
cannam@154
|
8258 $GREP ": [^:]* bundle" >/dev/null; then
|
cannam@154
|
8259 if test "X$dlopenmodule" != "X$lib"; then
|
cannam@154
|
8260 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
|
cannam@154
|
8261 if test -z "$old_library"; then
|
cannam@154
|
8262 echo
|
cannam@154
|
8263 echo "*** And there doesn't seem to be a static archive available"
|
cannam@154
|
8264 echo "*** The link will probably fail, sorry"
|
cannam@154
|
8265 else
|
cannam@154
|
8266 add=$dir/$old_library
|
cannam@154
|
8267 fi
|
cannam@154
|
8268 elif test -n "$old_library"; then
|
cannam@154
|
8269 add=$dir/$old_library
|
cannam@154
|
8270 fi
|
cannam@154
|
8271 fi
|
cannam@154
|
8272 esac
|
cannam@154
|
8273 elif test no = "$hardcode_minus_L"; then
|
cannam@154
|
8274 case $host in
|
cannam@154
|
8275 *-*-sunos*) add_shlibpath=$dir ;;
|
cannam@154
|
8276 esac
|
cannam@154
|
8277 add_dir=-L$dir
|
cannam@154
|
8278 add=-l$name
|
cannam@154
|
8279 elif test no = "$hardcode_shlibpath_var"; then
|
cannam@154
|
8280 add_shlibpath=$dir
|
cannam@154
|
8281 add=-l$name
|
cannam@154
|
8282 else
|
cannam@154
|
8283 lib_linked=no
|
cannam@154
|
8284 fi
|
cannam@154
|
8285 ;;
|
cannam@154
|
8286 relink)
|
cannam@154
|
8287 if test yes = "$hardcode_direct" &&
|
cannam@154
|
8288 test no = "$hardcode_direct_absolute"; then
|
cannam@154
|
8289 add=$dir/$linklib
|
cannam@154
|
8290 elif test yes = "$hardcode_minus_L"; then
|
cannam@154
|
8291 add_dir=-L$absdir
|
cannam@154
|
8292 # Try looking first in the location we're being installed to.
|
cannam@154
|
8293 if test -n "$inst_prefix_dir"; then
|
cannam@154
|
8294 case $libdir in
|
cannam@154
|
8295 [\\/]*)
|
cannam@154
|
8296 func_append add_dir " -L$inst_prefix_dir$libdir"
|
cannam@154
|
8297 ;;
|
cannam@154
|
8298 esac
|
cannam@154
|
8299 fi
|
cannam@154
|
8300 add=-l$name
|
cannam@154
|
8301 elif test yes = "$hardcode_shlibpath_var"; then
|
cannam@154
|
8302 add_shlibpath=$dir
|
cannam@154
|
8303 add=-l$name
|
cannam@154
|
8304 else
|
cannam@154
|
8305 lib_linked=no
|
cannam@154
|
8306 fi
|
cannam@154
|
8307 ;;
|
cannam@154
|
8308 *) lib_linked=no ;;
|
cannam@154
|
8309 esac
|
cannam@154
|
8310
|
cannam@154
|
8311 if test yes != "$lib_linked"; then
|
cannam@154
|
8312 func_fatal_configuration "unsupported hardcode properties"
|
cannam@154
|
8313 fi
|
cannam@154
|
8314
|
cannam@154
|
8315 if test -n "$add_shlibpath"; then
|
cannam@154
|
8316 case :$compile_shlibpath: in
|
cannam@154
|
8317 *":$add_shlibpath:"*) ;;
|
cannam@154
|
8318 *) func_append compile_shlibpath "$add_shlibpath:" ;;
|
cannam@154
|
8319 esac
|
cannam@154
|
8320 fi
|
cannam@154
|
8321 if test prog = "$linkmode"; then
|
cannam@154
|
8322 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
|
cannam@154
|
8323 test -n "$add" && compile_deplibs="$add $compile_deplibs"
|
cannam@154
|
8324 else
|
cannam@154
|
8325 test -n "$add_dir" && deplibs="$add_dir $deplibs"
|
cannam@154
|
8326 test -n "$add" && deplibs="$add $deplibs"
|
cannam@154
|
8327 if test yes != "$hardcode_direct" &&
|
cannam@154
|
8328 test yes != "$hardcode_minus_L" &&
|
cannam@154
|
8329 test yes = "$hardcode_shlibpath_var"; then
|
cannam@154
|
8330 case :$finalize_shlibpath: in
|
cannam@154
|
8331 *":$libdir:"*) ;;
|
cannam@154
|
8332 *) func_append finalize_shlibpath "$libdir:" ;;
|
cannam@154
|
8333 esac
|
cannam@154
|
8334 fi
|
cannam@154
|
8335 fi
|
cannam@154
|
8336 fi
|
cannam@154
|
8337
|
cannam@154
|
8338 if test prog = "$linkmode" || test relink = "$opt_mode"; then
|
cannam@154
|
8339 add_shlibpath=
|
cannam@154
|
8340 add_dir=
|
cannam@154
|
8341 add=
|
cannam@154
|
8342 # Finalize command for both is simple: just hardcode it.
|
cannam@154
|
8343 if test yes = "$hardcode_direct" &&
|
cannam@154
|
8344 test no = "$hardcode_direct_absolute"; then
|
cannam@154
|
8345 add=$libdir/$linklib
|
cannam@154
|
8346 elif test yes = "$hardcode_minus_L"; then
|
cannam@154
|
8347 add_dir=-L$libdir
|
cannam@154
|
8348 add=-l$name
|
cannam@154
|
8349 elif test yes = "$hardcode_shlibpath_var"; then
|
cannam@154
|
8350 case :$finalize_shlibpath: in
|
cannam@154
|
8351 *":$libdir:"*) ;;
|
cannam@154
|
8352 *) func_append finalize_shlibpath "$libdir:" ;;
|
cannam@154
|
8353 esac
|
cannam@154
|
8354 add=-l$name
|
cannam@154
|
8355 elif test yes = "$hardcode_automatic"; then
|
cannam@154
|
8356 if test -n "$inst_prefix_dir" &&
|
cannam@154
|
8357 test -f "$inst_prefix_dir$libdir/$linklib"; then
|
cannam@154
|
8358 add=$inst_prefix_dir$libdir/$linklib
|
cannam@154
|
8359 else
|
cannam@154
|
8360 add=$libdir/$linklib
|
cannam@154
|
8361 fi
|
cannam@154
|
8362 else
|
cannam@154
|
8363 # We cannot seem to hardcode it, guess we'll fake it.
|
cannam@154
|
8364 add_dir=-L$libdir
|
cannam@154
|
8365 # Try looking first in the location we're being installed to.
|
cannam@154
|
8366 if test -n "$inst_prefix_dir"; then
|
cannam@154
|
8367 case $libdir in
|
cannam@154
|
8368 [\\/]*)
|
cannam@154
|
8369 func_append add_dir " -L$inst_prefix_dir$libdir"
|
cannam@154
|
8370 ;;
|
cannam@154
|
8371 esac
|
cannam@154
|
8372 fi
|
cannam@154
|
8373 add=-l$name
|
cannam@154
|
8374 fi
|
cannam@154
|
8375
|
cannam@154
|
8376 if test prog = "$linkmode"; then
|
cannam@154
|
8377 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
|
cannam@154
|
8378 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
|
cannam@154
|
8379 else
|
cannam@154
|
8380 test -n "$add_dir" && deplibs="$add_dir $deplibs"
|
cannam@154
|
8381 test -n "$add" && deplibs="$add $deplibs"
|
cannam@154
|
8382 fi
|
cannam@154
|
8383 fi
|
cannam@154
|
8384 elif test prog = "$linkmode"; then
|
cannam@154
|
8385 # Here we assume that one of hardcode_direct or hardcode_minus_L
|
cannam@154
|
8386 # is not unsupported. This is valid on all known static and
|
cannam@154
|
8387 # shared platforms.
|
cannam@154
|
8388 if test unsupported != "$hardcode_direct"; then
|
cannam@154
|
8389 test -n "$old_library" && linklib=$old_library
|
cannam@154
|
8390 compile_deplibs="$dir/$linklib $compile_deplibs"
|
cannam@154
|
8391 finalize_deplibs="$dir/$linklib $finalize_deplibs"
|
cannam@154
|
8392 else
|
cannam@154
|
8393 compile_deplibs="-l$name -L$dir $compile_deplibs"
|
cannam@154
|
8394 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
|
cannam@154
|
8395 fi
|
cannam@154
|
8396 elif test yes = "$build_libtool_libs"; then
|
cannam@154
|
8397 # Not a shared library
|
cannam@154
|
8398 if test pass_all != "$deplibs_check_method"; then
|
cannam@154
|
8399 # We're trying link a shared library against a static one
|
cannam@154
|
8400 # but the system doesn't support it.
|
cannam@154
|
8401
|
cannam@154
|
8402 # Just print a warning and add the library to dependency_libs so
|
cannam@154
|
8403 # that the program can be linked against the static library.
|
cannam@154
|
8404 echo
|
cannam@154
|
8405 $ECHO "*** Warning: This system cannot link to static lib archive $lib."
|
cannam@154
|
8406 echo "*** I have the capability to make that library automatically link in when"
|
cannam@154
|
8407 echo "*** you link to this library. But I can only do this if you have a"
|
cannam@154
|
8408 echo "*** shared version of the library, which you do not appear to have."
|
cannam@154
|
8409 if test yes = "$module"; then
|
cannam@154
|
8410 echo "*** But as you try to build a module library, libtool will still create "
|
cannam@154
|
8411 echo "*** a static module, that should work as long as the dlopening application"
|
cannam@154
|
8412 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
|
cannam@154
|
8413 if test -z "$global_symbol_pipe"; then
|
cannam@154
|
8414 echo
|
cannam@154
|
8415 echo "*** However, this would only work if libtool was able to extract symbol"
|
cannam@154
|
8416 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
|
cannam@154
|
8417 echo "*** not find such a program. So, this module is probably useless."
|
cannam@154
|
8418 echo "*** 'nm' from GNU binutils and a full rebuild may help."
|
cannam@154
|
8419 fi
|
cannam@154
|
8420 if test no = "$build_old_libs"; then
|
cannam@154
|
8421 build_libtool_libs=module
|
cannam@154
|
8422 build_old_libs=yes
|
cannam@154
|
8423 else
|
cannam@154
|
8424 build_libtool_libs=no
|
cannam@154
|
8425 fi
|
cannam@154
|
8426 fi
|
cannam@154
|
8427 else
|
cannam@154
|
8428 deplibs="$dir/$old_library $deplibs"
|
cannam@154
|
8429 link_static=yes
|
cannam@154
|
8430 fi
|
cannam@154
|
8431 fi # link shared/static library?
|
cannam@154
|
8432
|
cannam@154
|
8433 if test lib = "$linkmode"; then
|
cannam@154
|
8434 if test -n "$dependency_libs" &&
|
cannam@154
|
8435 { test yes != "$hardcode_into_libs" ||
|
cannam@154
|
8436 test yes = "$build_old_libs" ||
|
cannam@154
|
8437 test yes = "$link_static"; }; then
|
cannam@154
|
8438 # Extract -R from dependency_libs
|
cannam@154
|
8439 temp_deplibs=
|
cannam@154
|
8440 for libdir in $dependency_libs; do
|
cannam@154
|
8441 case $libdir in
|
cannam@154
|
8442 -R*) func_stripname '-R' '' "$libdir"
|
cannam@154
|
8443 temp_xrpath=$func_stripname_result
|
cannam@154
|
8444 case " $xrpath " in
|
cannam@154
|
8445 *" $temp_xrpath "*) ;;
|
cannam@154
|
8446 *) func_append xrpath " $temp_xrpath";;
|
cannam@154
|
8447 esac;;
|
cannam@154
|
8448 *) func_append temp_deplibs " $libdir";;
|
cannam@154
|
8449 esac
|
cannam@154
|
8450 done
|
cannam@154
|
8451 dependency_libs=$temp_deplibs
|
cannam@154
|
8452 fi
|
cannam@154
|
8453
|
cannam@154
|
8454 func_append newlib_search_path " $absdir"
|
cannam@154
|
8455 # Link against this library
|
cannam@154
|
8456 test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
|
cannam@154
|
8457 # ... and its dependency_libs
|
cannam@154
|
8458 tmp_libs=
|
cannam@154
|
8459 for deplib in $dependency_libs; do
|
cannam@154
|
8460 newdependency_libs="$deplib $newdependency_libs"
|
cannam@154
|
8461 case $deplib in
|
cannam@154
|
8462 -L*) func_stripname '-L' '' "$deplib"
|
cannam@154
|
8463 func_resolve_sysroot "$func_stripname_result";;
|
cannam@154
|
8464 *) func_resolve_sysroot "$deplib" ;;
|
cannam@154
|
8465 esac
|
cannam@154
|
8466 if $opt_preserve_dup_deps; then
|
cannam@154
|
8467 case "$tmp_libs " in
|
cannam@154
|
8468 *" $func_resolve_sysroot_result "*)
|
cannam@154
|
8469 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
|
cannam@154
|
8470 esac
|
cannam@154
|
8471 fi
|
cannam@154
|
8472 func_append tmp_libs " $func_resolve_sysroot_result"
|
cannam@154
|
8473 done
|
cannam@154
|
8474
|
cannam@154
|
8475 if test no != "$link_all_deplibs"; then
|
cannam@154
|
8476 # Add the search paths of all dependency libraries
|
cannam@154
|
8477 for deplib in $dependency_libs; do
|
cannam@154
|
8478 path=
|
cannam@154
|
8479 case $deplib in
|
cannam@154
|
8480 -L*) path=$deplib ;;
|
cannam@154
|
8481 *.la)
|
cannam@154
|
8482 func_resolve_sysroot "$deplib"
|
cannam@154
|
8483 deplib=$func_resolve_sysroot_result
|
cannam@154
|
8484 func_dirname "$deplib" "" "."
|
cannam@154
|
8485 dir=$func_dirname_result
|
cannam@154
|
8486 # We need an absolute path.
|
cannam@154
|
8487 case $dir in
|
cannam@154
|
8488 [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
|
cannam@154
|
8489 *)
|
cannam@154
|
8490 absdir=`cd "$dir" && pwd`
|
cannam@154
|
8491 if test -z "$absdir"; then
|
cannam@154
|
8492 func_warning "cannot determine absolute directory name of '$dir'"
|
cannam@154
|
8493 absdir=$dir
|
cannam@154
|
8494 fi
|
cannam@154
|
8495 ;;
|
cannam@154
|
8496 esac
|
cannam@154
|
8497 if $GREP "^installed=no" $deplib > /dev/null; then
|
cannam@154
|
8498 case $host in
|
cannam@154
|
8499 *-*-darwin*)
|
cannam@154
|
8500 depdepl=
|
cannam@154
|
8501 eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
|
cannam@154
|
8502 if test -n "$deplibrary_names"; then
|
cannam@154
|
8503 for tmp in $deplibrary_names; do
|
cannam@154
|
8504 depdepl=$tmp
|
cannam@154
|
8505 done
|
cannam@154
|
8506 if test -f "$absdir/$objdir/$depdepl"; then
|
cannam@154
|
8507 depdepl=$absdir/$objdir/$depdepl
|
cannam@154
|
8508 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
|
cannam@154
|
8509 if test -z "$darwin_install_name"; then
|
cannam@154
|
8510 darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
|
cannam@154
|
8511 fi
|
cannam@154
|
8512 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
|
cannam@154
|
8513 func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
|
cannam@154
|
8514 path=
|
cannam@154
|
8515 fi
|
cannam@154
|
8516 fi
|
cannam@154
|
8517 ;;
|
cannam@154
|
8518 *)
|
cannam@154
|
8519 path=-L$absdir/$objdir
|
cannam@154
|
8520 ;;
|
cannam@154
|
8521 esac
|
cannam@154
|
8522 else
|
cannam@154
|
8523 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
|
cannam@154
|
8524 test -z "$libdir" && \
|
cannam@154
|
8525 func_fatal_error "'$deplib' is not a valid libtool archive"
|
cannam@154
|
8526 test "$absdir" != "$libdir" && \
|
cannam@154
|
8527 func_warning "'$deplib' seems to be moved"
|
cannam@154
|
8528
|
cannam@154
|
8529 path=-L$absdir
|
cannam@154
|
8530 fi
|
cannam@154
|
8531 ;;
|
cannam@154
|
8532 esac
|
cannam@154
|
8533 case " $deplibs " in
|
cannam@154
|
8534 *" $path "*) ;;
|
cannam@154
|
8535 *) deplibs="$path $deplibs" ;;
|
cannam@154
|
8536 esac
|
cannam@154
|
8537 done
|
cannam@154
|
8538 fi # link_all_deplibs != no
|
cannam@154
|
8539 fi # linkmode = lib
|
cannam@154
|
8540 done # for deplib in $libs
|
cannam@154
|
8541 if test link = "$pass"; then
|
cannam@154
|
8542 if test prog = "$linkmode"; then
|
cannam@154
|
8543 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
|
cannam@154
|
8544 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
|
cannam@154
|
8545 else
|
cannam@154
|
8546 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
8547 fi
|
cannam@154
|
8548 fi
|
cannam@154
|
8549 dependency_libs=$newdependency_libs
|
cannam@154
|
8550 if test dlpreopen = "$pass"; then
|
cannam@154
|
8551 # Link the dlpreopened libraries before other libraries
|
cannam@154
|
8552 for deplib in $save_deplibs; do
|
cannam@154
|
8553 deplibs="$deplib $deplibs"
|
cannam@154
|
8554 done
|
cannam@154
|
8555 fi
|
cannam@154
|
8556 if test dlopen != "$pass"; then
|
cannam@154
|
8557 test conv = "$pass" || {
|
cannam@154
|
8558 # Make sure lib_search_path contains only unique directories.
|
cannam@154
|
8559 lib_search_path=
|
cannam@154
|
8560 for dir in $newlib_search_path; do
|
cannam@154
|
8561 case "$lib_search_path " in
|
cannam@154
|
8562 *" $dir "*) ;;
|
cannam@154
|
8563 *) func_append lib_search_path " $dir" ;;
|
cannam@154
|
8564 esac
|
cannam@154
|
8565 done
|
cannam@154
|
8566 newlib_search_path=
|
cannam@154
|
8567 }
|
cannam@154
|
8568
|
cannam@154
|
8569 if test prog,link = "$linkmode,$pass"; then
|
cannam@154
|
8570 vars="compile_deplibs finalize_deplibs"
|
cannam@154
|
8571 else
|
cannam@154
|
8572 vars=deplibs
|
cannam@154
|
8573 fi
|
cannam@154
|
8574 for var in $vars dependency_libs; do
|
cannam@154
|
8575 # Add libraries to $var in reverse order
|
cannam@154
|
8576 eval tmp_libs=\"\$$var\"
|
cannam@154
|
8577 new_libs=
|
cannam@154
|
8578 for deplib in $tmp_libs; do
|
cannam@154
|
8579 # FIXME: Pedantically, this is the right thing to do, so
|
cannam@154
|
8580 # that some nasty dependency loop isn't accidentally
|
cannam@154
|
8581 # broken:
|
cannam@154
|
8582 #new_libs="$deplib $new_libs"
|
cannam@154
|
8583 # Pragmatically, this seems to cause very few problems in
|
cannam@154
|
8584 # practice:
|
cannam@154
|
8585 case $deplib in
|
cannam@154
|
8586 -L*) new_libs="$deplib $new_libs" ;;
|
cannam@154
|
8587 -R*) ;;
|
cannam@154
|
8588 *)
|
cannam@154
|
8589 # And here is the reason: when a library appears more
|
cannam@154
|
8590 # than once as an explicit dependence of a library, or
|
cannam@154
|
8591 # is implicitly linked in more than once by the
|
cannam@154
|
8592 # compiler, it is considered special, and multiple
|
cannam@154
|
8593 # occurrences thereof are not removed. Compare this
|
cannam@154
|
8594 # with having the same library being listed as a
|
cannam@154
|
8595 # dependency of multiple other libraries: in this case,
|
cannam@154
|
8596 # we know (pedantically, we assume) the library does not
|
cannam@154
|
8597 # need to be listed more than once, so we keep only the
|
cannam@154
|
8598 # last copy. This is not always right, but it is rare
|
cannam@154
|
8599 # enough that we require users that really mean to play
|
cannam@154
|
8600 # such unportable linking tricks to link the library
|
cannam@154
|
8601 # using -Wl,-lname, so that libtool does not consider it
|
cannam@154
|
8602 # for duplicate removal.
|
cannam@154
|
8603 case " $specialdeplibs " in
|
cannam@154
|
8604 *" $deplib "*) new_libs="$deplib $new_libs" ;;
|
cannam@154
|
8605 *)
|
cannam@154
|
8606 case " $new_libs " in
|
cannam@154
|
8607 *" $deplib "*) ;;
|
cannam@154
|
8608 *) new_libs="$deplib $new_libs" ;;
|
cannam@154
|
8609 esac
|
cannam@154
|
8610 ;;
|
cannam@154
|
8611 esac
|
cannam@154
|
8612 ;;
|
cannam@154
|
8613 esac
|
cannam@154
|
8614 done
|
cannam@154
|
8615 tmp_libs=
|
cannam@154
|
8616 for deplib in $new_libs; do
|
cannam@154
|
8617 case $deplib in
|
cannam@154
|
8618 -L*)
|
cannam@154
|
8619 case " $tmp_libs " in
|
cannam@154
|
8620 *" $deplib "*) ;;
|
cannam@154
|
8621 *) func_append tmp_libs " $deplib" ;;
|
cannam@154
|
8622 esac
|
cannam@154
|
8623 ;;
|
cannam@154
|
8624 *) func_append tmp_libs " $deplib" ;;
|
cannam@154
|
8625 esac
|
cannam@154
|
8626 done
|
cannam@154
|
8627 eval $var=\"$tmp_libs\"
|
cannam@154
|
8628 done # for var
|
cannam@154
|
8629 fi
|
cannam@154
|
8630
|
cannam@154
|
8631 # Add Sun CC postdeps if required:
|
cannam@154
|
8632 test CXX = "$tagname" && {
|
cannam@154
|
8633 case $host_os in
|
cannam@154
|
8634 linux*)
|
cannam@154
|
8635 case `$CC -V 2>&1 | sed 5q` in
|
cannam@154
|
8636 *Sun\ C*) # Sun C++ 5.9
|
cannam@154
|
8637 func_suncc_cstd_abi
|
cannam@154
|
8638
|
cannam@154
|
8639 if test no != "$suncc_use_cstd_abi"; then
|
cannam@154
|
8640 func_append postdeps ' -library=Cstd -library=Crun'
|
cannam@154
|
8641 fi
|
cannam@154
|
8642 ;;
|
cannam@154
|
8643 esac
|
cannam@154
|
8644 ;;
|
cannam@154
|
8645
|
cannam@154
|
8646 solaris*)
|
cannam@154
|
8647 func_cc_basename "$CC"
|
cannam@154
|
8648 case $func_cc_basename_result in
|
cannam@154
|
8649 CC* | sunCC*)
|
cannam@154
|
8650 func_suncc_cstd_abi
|
cannam@154
|
8651
|
cannam@154
|
8652 if test no != "$suncc_use_cstd_abi"; then
|
cannam@154
|
8653 func_append postdeps ' -library=Cstd -library=Crun'
|
cannam@154
|
8654 fi
|
cannam@154
|
8655 ;;
|
cannam@154
|
8656 esac
|
cannam@154
|
8657 ;;
|
cannam@154
|
8658 esac
|
cannam@154
|
8659 }
|
cannam@154
|
8660
|
cannam@154
|
8661 # Last step: remove runtime libs from dependency_libs
|
cannam@154
|
8662 # (they stay in deplibs)
|
cannam@154
|
8663 tmp_libs=
|
cannam@154
|
8664 for i in $dependency_libs; do
|
cannam@154
|
8665 case " $predeps $postdeps $compiler_lib_search_path " in
|
cannam@154
|
8666 *" $i "*)
|
cannam@154
|
8667 i=
|
cannam@154
|
8668 ;;
|
cannam@154
|
8669 esac
|
cannam@154
|
8670 if test -n "$i"; then
|
cannam@154
|
8671 func_append tmp_libs " $i"
|
cannam@154
|
8672 fi
|
cannam@154
|
8673 done
|
cannam@154
|
8674 dependency_libs=$tmp_libs
|
cannam@154
|
8675 done # for pass
|
cannam@154
|
8676 if test prog = "$linkmode"; then
|
cannam@154
|
8677 dlfiles=$newdlfiles
|
cannam@154
|
8678 fi
|
cannam@154
|
8679 if test prog = "$linkmode" || test lib = "$linkmode"; then
|
cannam@154
|
8680 dlprefiles=$newdlprefiles
|
cannam@154
|
8681 fi
|
cannam@154
|
8682
|
cannam@154
|
8683 case $linkmode in
|
cannam@154
|
8684 oldlib)
|
cannam@154
|
8685 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
|
cannam@154
|
8686 func_warning "'-dlopen' is ignored for archives"
|
cannam@154
|
8687 fi
|
cannam@154
|
8688
|
cannam@154
|
8689 case " $deplibs" in
|
cannam@154
|
8690 *\ -l* | *\ -L*)
|
cannam@154
|
8691 func_warning "'-l' and '-L' are ignored for archives" ;;
|
cannam@154
|
8692 esac
|
cannam@154
|
8693
|
cannam@154
|
8694 test -n "$rpath" && \
|
cannam@154
|
8695 func_warning "'-rpath' is ignored for archives"
|
cannam@154
|
8696
|
cannam@154
|
8697 test -n "$xrpath" && \
|
cannam@154
|
8698 func_warning "'-R' is ignored for archives"
|
cannam@154
|
8699
|
cannam@154
|
8700 test -n "$vinfo" && \
|
cannam@154
|
8701 func_warning "'-version-info/-version-number' is ignored for archives"
|
cannam@154
|
8702
|
cannam@154
|
8703 test -n "$release" && \
|
cannam@154
|
8704 func_warning "'-release' is ignored for archives"
|
cannam@154
|
8705
|
cannam@154
|
8706 test -n "$export_symbols$export_symbols_regex" && \
|
cannam@154
|
8707 func_warning "'-export-symbols' is ignored for archives"
|
cannam@154
|
8708
|
cannam@154
|
8709 # Now set the variables for building old libraries.
|
cannam@154
|
8710 build_libtool_libs=no
|
cannam@154
|
8711 oldlibs=$output
|
cannam@154
|
8712 func_append objs "$old_deplibs"
|
cannam@154
|
8713 ;;
|
cannam@154
|
8714
|
cannam@154
|
8715 lib)
|
cannam@154
|
8716 # Make sure we only generate libraries of the form 'libNAME.la'.
|
cannam@154
|
8717 case $outputname in
|
cannam@154
|
8718 lib*)
|
cannam@154
|
8719 func_stripname 'lib' '.la' "$outputname"
|
cannam@154
|
8720 name=$func_stripname_result
|
cannam@154
|
8721 eval shared_ext=\"$shrext_cmds\"
|
cannam@154
|
8722 eval libname=\"$libname_spec\"
|
cannam@154
|
8723 ;;
|
cannam@154
|
8724 *)
|
cannam@154
|
8725 test no = "$module" \
|
cannam@154
|
8726 && func_fatal_help "libtool library '$output' must begin with 'lib'"
|
cannam@154
|
8727
|
cannam@154
|
8728 if test no != "$need_lib_prefix"; then
|
cannam@154
|
8729 # Add the "lib" prefix for modules if required
|
cannam@154
|
8730 func_stripname '' '.la' "$outputname"
|
cannam@154
|
8731 name=$func_stripname_result
|
cannam@154
|
8732 eval shared_ext=\"$shrext_cmds\"
|
cannam@154
|
8733 eval libname=\"$libname_spec\"
|
cannam@154
|
8734 else
|
cannam@154
|
8735 func_stripname '' '.la' "$outputname"
|
cannam@154
|
8736 libname=$func_stripname_result
|
cannam@154
|
8737 fi
|
cannam@154
|
8738 ;;
|
cannam@154
|
8739 esac
|
cannam@154
|
8740
|
cannam@154
|
8741 if test -n "$objs"; then
|
cannam@154
|
8742 if test pass_all != "$deplibs_check_method"; then
|
cannam@154
|
8743 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
|
cannam@154
|
8744 else
|
cannam@154
|
8745 echo
|
cannam@154
|
8746 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
|
cannam@154
|
8747 $ECHO "*** objects $objs is not portable!"
|
cannam@154
|
8748 func_append libobjs " $objs"
|
cannam@154
|
8749 fi
|
cannam@154
|
8750 fi
|
cannam@154
|
8751
|
cannam@154
|
8752 test no = "$dlself" \
|
cannam@154
|
8753 || func_warning "'-dlopen self' is ignored for libtool libraries"
|
cannam@154
|
8754
|
cannam@154
|
8755 set dummy $rpath
|
cannam@154
|
8756 shift
|
cannam@154
|
8757 test 1 -lt "$#" \
|
cannam@154
|
8758 && func_warning "ignoring multiple '-rpath's for a libtool library"
|
cannam@154
|
8759
|
cannam@154
|
8760 install_libdir=$1
|
cannam@154
|
8761
|
cannam@154
|
8762 oldlibs=
|
cannam@154
|
8763 if test -z "$rpath"; then
|
cannam@154
|
8764 if test yes = "$build_libtool_libs"; then
|
cannam@154
|
8765 # Building a libtool convenience library.
|
cannam@154
|
8766 # Some compilers have problems with a '.al' extension so
|
cannam@154
|
8767 # convenience libraries should have the same extension an
|
cannam@154
|
8768 # archive normally would.
|
cannam@154
|
8769 oldlibs="$output_objdir/$libname.$libext $oldlibs"
|
cannam@154
|
8770 build_libtool_libs=convenience
|
cannam@154
|
8771 build_old_libs=yes
|
cannam@154
|
8772 fi
|
cannam@154
|
8773
|
cannam@154
|
8774 test -n "$vinfo" && \
|
cannam@154
|
8775 func_warning "'-version-info/-version-number' is ignored for convenience libraries"
|
cannam@154
|
8776
|
cannam@154
|
8777 test -n "$release" && \
|
cannam@154
|
8778 func_warning "'-release' is ignored for convenience libraries"
|
cannam@154
|
8779 else
|
cannam@154
|
8780
|
cannam@154
|
8781 # Parse the version information argument.
|
cannam@154
|
8782 save_ifs=$IFS; IFS=:
|
cannam@154
|
8783 set dummy $vinfo 0 0 0
|
cannam@154
|
8784 shift
|
cannam@154
|
8785 IFS=$save_ifs
|
cannam@154
|
8786
|
cannam@154
|
8787 test -n "$7" && \
|
cannam@154
|
8788 func_fatal_help "too many parameters to '-version-info'"
|
cannam@154
|
8789
|
cannam@154
|
8790 # convert absolute version numbers to libtool ages
|
cannam@154
|
8791 # this retains compatibility with .la files and attempts
|
cannam@154
|
8792 # to make the code below a bit more comprehensible
|
cannam@154
|
8793
|
cannam@154
|
8794 case $vinfo_number in
|
cannam@154
|
8795 yes)
|
cannam@154
|
8796 number_major=$1
|
cannam@154
|
8797 number_minor=$2
|
cannam@154
|
8798 number_revision=$3
|
cannam@154
|
8799 #
|
cannam@154
|
8800 # There are really only two kinds -- those that
|
cannam@154
|
8801 # use the current revision as the major version
|
cannam@154
|
8802 # and those that subtract age and use age as
|
cannam@154
|
8803 # a minor version. But, then there is irix
|
cannam@154
|
8804 # that has an extra 1 added just for fun
|
cannam@154
|
8805 #
|
cannam@154
|
8806 case $version_type in
|
cannam@154
|
8807 # correct linux to gnu/linux during the next big refactor
|
cannam@154
|
8808 darwin|freebsd-elf|linux|osf|windows|none)
|
cannam@154
|
8809 func_arith $number_major + $number_minor
|
cannam@154
|
8810 current=$func_arith_result
|
cannam@154
|
8811 age=$number_minor
|
cannam@154
|
8812 revision=$number_revision
|
cannam@154
|
8813 ;;
|
cannam@154
|
8814 freebsd-aout|qnx|sunos)
|
cannam@154
|
8815 current=$number_major
|
cannam@154
|
8816 revision=$number_minor
|
cannam@154
|
8817 age=0
|
cannam@154
|
8818 ;;
|
cannam@154
|
8819 irix|nonstopux)
|
cannam@154
|
8820 func_arith $number_major + $number_minor
|
cannam@154
|
8821 current=$func_arith_result
|
cannam@154
|
8822 age=$number_minor
|
cannam@154
|
8823 revision=$number_minor
|
cannam@154
|
8824 lt_irix_increment=no
|
cannam@154
|
8825 ;;
|
cannam@154
|
8826 esac
|
cannam@154
|
8827 ;;
|
cannam@154
|
8828 no)
|
cannam@154
|
8829 current=$1
|
cannam@154
|
8830 revision=$2
|
cannam@154
|
8831 age=$3
|
cannam@154
|
8832 ;;
|
cannam@154
|
8833 esac
|
cannam@154
|
8834
|
cannam@154
|
8835 # Check that each of the things are valid numbers.
|
cannam@154
|
8836 case $current in
|
cannam@154
|
8837 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]) ;;
|
cannam@154
|
8838 *)
|
cannam@154
|
8839 func_error "CURRENT '$current' must be a nonnegative integer"
|
cannam@154
|
8840 func_fatal_error "'$vinfo' is not valid version information"
|
cannam@154
|
8841 ;;
|
cannam@154
|
8842 esac
|
cannam@154
|
8843
|
cannam@154
|
8844 case $revision in
|
cannam@154
|
8845 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]) ;;
|
cannam@154
|
8846 *)
|
cannam@154
|
8847 func_error "REVISION '$revision' must be a nonnegative integer"
|
cannam@154
|
8848 func_fatal_error "'$vinfo' is not valid version information"
|
cannam@154
|
8849 ;;
|
cannam@154
|
8850 esac
|
cannam@154
|
8851
|
cannam@154
|
8852 case $age in
|
cannam@154
|
8853 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]) ;;
|
cannam@154
|
8854 *)
|
cannam@154
|
8855 func_error "AGE '$age' must be a nonnegative integer"
|
cannam@154
|
8856 func_fatal_error "'$vinfo' is not valid version information"
|
cannam@154
|
8857 ;;
|
cannam@154
|
8858 esac
|
cannam@154
|
8859
|
cannam@154
|
8860 if test "$age" -gt "$current"; then
|
cannam@154
|
8861 func_error "AGE '$age' is greater than the current interface number '$current'"
|
cannam@154
|
8862 func_fatal_error "'$vinfo' is not valid version information"
|
cannam@154
|
8863 fi
|
cannam@154
|
8864
|
cannam@154
|
8865 # Calculate the version variables.
|
cannam@154
|
8866 major=
|
cannam@154
|
8867 versuffix=
|
cannam@154
|
8868 verstring=
|
cannam@154
|
8869 case $version_type in
|
cannam@154
|
8870 none) ;;
|
cannam@154
|
8871
|
cannam@154
|
8872 darwin)
|
cannam@154
|
8873 # Like Linux, but with the current version available in
|
cannam@154
|
8874 # verstring for coding it into the library header
|
cannam@154
|
8875 func_arith $current - $age
|
cannam@154
|
8876 major=.$func_arith_result
|
cannam@154
|
8877 versuffix=$major.$age.$revision
|
cannam@154
|
8878 # Darwin ld doesn't like 0 for these options...
|
cannam@154
|
8879 func_arith $current + 1
|
cannam@154
|
8880 minor_current=$func_arith_result
|
cannam@154
|
8881 xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
|
cannam@154
|
8882 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
|
cannam@154
|
8883 # On Darwin other compilers
|
cannam@154
|
8884 case $CC in
|
cannam@154
|
8885 nagfor*)
|
cannam@154
|
8886 verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
|
cannam@154
|
8887 ;;
|
cannam@154
|
8888 *)
|
cannam@154
|
8889 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
|
cannam@154
|
8890 ;;
|
cannam@154
|
8891 esac
|
cannam@154
|
8892 ;;
|
cannam@154
|
8893
|
cannam@154
|
8894 freebsd-aout)
|
cannam@154
|
8895 major=.$current
|
cannam@154
|
8896 versuffix=.$current.$revision
|
cannam@154
|
8897 ;;
|
cannam@154
|
8898
|
cannam@154
|
8899 freebsd-elf)
|
cannam@154
|
8900 func_arith $current - $age
|
cannam@154
|
8901 major=.$func_arith_result
|
cannam@154
|
8902 versuffix=$major.$age.$revision
|
cannam@154
|
8903 ;;
|
cannam@154
|
8904
|
cannam@154
|
8905 irix | nonstopux)
|
cannam@154
|
8906 if test no = "$lt_irix_increment"; then
|
cannam@154
|
8907 func_arith $current - $age
|
cannam@154
|
8908 else
|
cannam@154
|
8909 func_arith $current - $age + 1
|
cannam@154
|
8910 fi
|
cannam@154
|
8911 major=$func_arith_result
|
cannam@154
|
8912
|
cannam@154
|
8913 case $version_type in
|
cannam@154
|
8914 nonstopux) verstring_prefix=nonstopux ;;
|
cannam@154
|
8915 *) verstring_prefix=sgi ;;
|
cannam@154
|
8916 esac
|
cannam@154
|
8917 verstring=$verstring_prefix$major.$revision
|
cannam@154
|
8918
|
cannam@154
|
8919 # Add in all the interfaces that we are compatible with.
|
cannam@154
|
8920 loop=$revision
|
cannam@154
|
8921 while test 0 -ne "$loop"; do
|
cannam@154
|
8922 func_arith $revision - $loop
|
cannam@154
|
8923 iface=$func_arith_result
|
cannam@154
|
8924 func_arith $loop - 1
|
cannam@154
|
8925 loop=$func_arith_result
|
cannam@154
|
8926 verstring=$verstring_prefix$major.$iface:$verstring
|
cannam@154
|
8927 done
|
cannam@154
|
8928
|
cannam@154
|
8929 # Before this point, $major must not contain '.'.
|
cannam@154
|
8930 major=.$major
|
cannam@154
|
8931 versuffix=$major.$revision
|
cannam@154
|
8932 ;;
|
cannam@154
|
8933
|
cannam@154
|
8934 linux) # correct to gnu/linux during the next big refactor
|
cannam@154
|
8935 func_arith $current - $age
|
cannam@154
|
8936 major=.$func_arith_result
|
cannam@154
|
8937 versuffix=$major.$age.$revision
|
cannam@154
|
8938 ;;
|
cannam@154
|
8939
|
cannam@154
|
8940 osf)
|
cannam@154
|
8941 func_arith $current - $age
|
cannam@154
|
8942 major=.$func_arith_result
|
cannam@154
|
8943 versuffix=.$current.$age.$revision
|
cannam@154
|
8944 verstring=$current.$age.$revision
|
cannam@154
|
8945
|
cannam@154
|
8946 # Add in all the interfaces that we are compatible with.
|
cannam@154
|
8947 loop=$age
|
cannam@154
|
8948 while test 0 -ne "$loop"; do
|
cannam@154
|
8949 func_arith $current - $loop
|
cannam@154
|
8950 iface=$func_arith_result
|
cannam@154
|
8951 func_arith $loop - 1
|
cannam@154
|
8952 loop=$func_arith_result
|
cannam@154
|
8953 verstring=$verstring:$iface.0
|
cannam@154
|
8954 done
|
cannam@154
|
8955
|
cannam@154
|
8956 # Make executables depend on our current version.
|
cannam@154
|
8957 func_append verstring ":$current.0"
|
cannam@154
|
8958 ;;
|
cannam@154
|
8959
|
cannam@154
|
8960 qnx)
|
cannam@154
|
8961 major=.$current
|
cannam@154
|
8962 versuffix=.$current
|
cannam@154
|
8963 ;;
|
cannam@154
|
8964
|
cannam@154
|
8965 sco)
|
cannam@154
|
8966 major=.$current
|
cannam@154
|
8967 versuffix=.$current
|
cannam@154
|
8968 ;;
|
cannam@154
|
8969
|
cannam@154
|
8970 sunos)
|
cannam@154
|
8971 major=.$current
|
cannam@154
|
8972 versuffix=.$current.$revision
|
cannam@154
|
8973 ;;
|
cannam@154
|
8974
|
cannam@154
|
8975 windows)
|
cannam@154
|
8976 # Use '-' rather than '.', since we only want one
|
cannam@154
|
8977 # extension on DOS 8.3 file systems.
|
cannam@154
|
8978 func_arith $current - $age
|
cannam@154
|
8979 major=$func_arith_result
|
cannam@154
|
8980 versuffix=-$major
|
cannam@154
|
8981 ;;
|
cannam@154
|
8982
|
cannam@154
|
8983 *)
|
cannam@154
|
8984 func_fatal_configuration "unknown library version type '$version_type'"
|
cannam@154
|
8985 ;;
|
cannam@154
|
8986 esac
|
cannam@154
|
8987
|
cannam@154
|
8988 # Clear the version info if we defaulted, and they specified a release.
|
cannam@154
|
8989 if test -z "$vinfo" && test -n "$release"; then
|
cannam@154
|
8990 major=
|
cannam@154
|
8991 case $version_type in
|
cannam@154
|
8992 darwin)
|
cannam@154
|
8993 # we can't check for "0.0" in archive_cmds due to quoting
|
cannam@154
|
8994 # problems, so we reset it completely
|
cannam@154
|
8995 verstring=
|
cannam@154
|
8996 ;;
|
cannam@154
|
8997 *)
|
cannam@154
|
8998 verstring=0.0
|
cannam@154
|
8999 ;;
|
cannam@154
|
9000 esac
|
cannam@154
|
9001 if test no = "$need_version"; then
|
cannam@154
|
9002 versuffix=
|
cannam@154
|
9003 else
|
cannam@154
|
9004 versuffix=.0.0
|
cannam@154
|
9005 fi
|
cannam@154
|
9006 fi
|
cannam@154
|
9007
|
cannam@154
|
9008 # Remove version info from name if versioning should be avoided
|
cannam@154
|
9009 if test yes,no = "$avoid_version,$need_version"; then
|
cannam@154
|
9010 major=
|
cannam@154
|
9011 versuffix=
|
cannam@154
|
9012 verstring=
|
cannam@154
|
9013 fi
|
cannam@154
|
9014
|
cannam@154
|
9015 # Check to see if the archive will have undefined symbols.
|
cannam@154
|
9016 if test yes = "$allow_undefined"; then
|
cannam@154
|
9017 if test unsupported = "$allow_undefined_flag"; then
|
cannam@154
|
9018 if test yes = "$build_old_libs"; then
|
cannam@154
|
9019 func_warning "undefined symbols not allowed in $host shared libraries; building static only"
|
cannam@154
|
9020 build_libtool_libs=no
|
cannam@154
|
9021 else
|
cannam@154
|
9022 func_fatal_error "can't build $host shared library unless -no-undefined is specified"
|
cannam@154
|
9023 fi
|
cannam@154
|
9024 fi
|
cannam@154
|
9025 else
|
cannam@154
|
9026 # Don't allow undefined symbols.
|
cannam@154
|
9027 allow_undefined_flag=$no_undefined_flag
|
cannam@154
|
9028 fi
|
cannam@154
|
9029
|
cannam@154
|
9030 fi
|
cannam@154
|
9031
|
cannam@154
|
9032 func_generate_dlsyms "$libname" "$libname" :
|
cannam@154
|
9033 func_append libobjs " $symfileobj"
|
cannam@154
|
9034 test " " = "$libobjs" && libobjs=
|
cannam@154
|
9035
|
cannam@154
|
9036 if test relink != "$opt_mode"; then
|
cannam@154
|
9037 # Remove our outputs, but don't remove object files since they
|
cannam@154
|
9038 # may have been created when compiling PIC objects.
|
cannam@154
|
9039 removelist=
|
cannam@154
|
9040 tempremovelist=`$ECHO "$output_objdir/*"`
|
cannam@154
|
9041 for p in $tempremovelist; do
|
cannam@154
|
9042 case $p in
|
cannam@154
|
9043 *.$objext | *.gcno)
|
cannam@154
|
9044 ;;
|
cannam@154
|
9045 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
|
cannam@154
|
9046 if test -n "$precious_files_regex"; then
|
cannam@154
|
9047 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
|
cannam@154
|
9048 then
|
cannam@154
|
9049 continue
|
cannam@154
|
9050 fi
|
cannam@154
|
9051 fi
|
cannam@154
|
9052 func_append removelist " $p"
|
cannam@154
|
9053 ;;
|
cannam@154
|
9054 *) ;;
|
cannam@154
|
9055 esac
|
cannam@154
|
9056 done
|
cannam@154
|
9057 test -n "$removelist" && \
|
cannam@154
|
9058 func_show_eval "${RM}r \$removelist"
|
cannam@154
|
9059 fi
|
cannam@154
|
9060
|
cannam@154
|
9061 # Now set the variables for building old libraries.
|
cannam@154
|
9062 if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
|
cannam@154
|
9063 func_append oldlibs " $output_objdir/$libname.$libext"
|
cannam@154
|
9064
|
cannam@154
|
9065 # Transform .lo files to .o files.
|
cannam@154
|
9066 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
|
cannam@154
|
9067 fi
|
cannam@154
|
9068
|
cannam@154
|
9069 # Eliminate all temporary directories.
|
cannam@154
|
9070 #for path in $notinst_path; do
|
cannam@154
|
9071 # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
|
cannam@154
|
9072 # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
|
cannam@154
|
9073 # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
|
cannam@154
|
9074 #done
|
cannam@154
|
9075
|
cannam@154
|
9076 if test -n "$xrpath"; then
|
cannam@154
|
9077 # If the user specified any rpath flags, then add them.
|
cannam@154
|
9078 temp_xrpath=
|
cannam@154
|
9079 for libdir in $xrpath; do
|
cannam@154
|
9080 func_replace_sysroot "$libdir"
|
cannam@154
|
9081 func_append temp_xrpath " -R$func_replace_sysroot_result"
|
cannam@154
|
9082 case "$finalize_rpath " in
|
cannam@154
|
9083 *" $libdir "*) ;;
|
cannam@154
|
9084 *) func_append finalize_rpath " $libdir" ;;
|
cannam@154
|
9085 esac
|
cannam@154
|
9086 done
|
cannam@154
|
9087 if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
|
cannam@154
|
9088 dependency_libs="$temp_xrpath $dependency_libs"
|
cannam@154
|
9089 fi
|
cannam@154
|
9090 fi
|
cannam@154
|
9091
|
cannam@154
|
9092 # Make sure dlfiles contains only unique files that won't be dlpreopened
|
cannam@154
|
9093 old_dlfiles=$dlfiles
|
cannam@154
|
9094 dlfiles=
|
cannam@154
|
9095 for lib in $old_dlfiles; do
|
cannam@154
|
9096 case " $dlprefiles $dlfiles " in
|
cannam@154
|
9097 *" $lib "*) ;;
|
cannam@154
|
9098 *) func_append dlfiles " $lib" ;;
|
cannam@154
|
9099 esac
|
cannam@154
|
9100 done
|
cannam@154
|
9101
|
cannam@154
|
9102 # Make sure dlprefiles contains only unique files
|
cannam@154
|
9103 old_dlprefiles=$dlprefiles
|
cannam@154
|
9104 dlprefiles=
|
cannam@154
|
9105 for lib in $old_dlprefiles; do
|
cannam@154
|
9106 case "$dlprefiles " in
|
cannam@154
|
9107 *" $lib "*) ;;
|
cannam@154
|
9108 *) func_append dlprefiles " $lib" ;;
|
cannam@154
|
9109 esac
|
cannam@154
|
9110 done
|
cannam@154
|
9111
|
cannam@154
|
9112 if test yes = "$build_libtool_libs"; then
|
cannam@154
|
9113 if test -n "$rpath"; then
|
cannam@154
|
9114 case $host in
|
cannam@154
|
9115 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
|
cannam@154
|
9116 # these systems don't actually have a c library (as such)!
|
cannam@154
|
9117 ;;
|
cannam@154
|
9118 *-*-rhapsody* | *-*-darwin1.[012])
|
cannam@154
|
9119 # Rhapsody C library is in the System framework
|
cannam@154
|
9120 func_append deplibs " System.ltframework"
|
cannam@154
|
9121 ;;
|
cannam@154
|
9122 *-*-netbsd*)
|
cannam@154
|
9123 # Don't link with libc until the a.out ld.so is fixed.
|
cannam@154
|
9124 ;;
|
cannam@154
|
9125 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
|
cannam@154
|
9126 # Do not include libc due to us having libc/libc_r.
|
cannam@154
|
9127 ;;
|
cannam@154
|
9128 *-*-sco3.2v5* | *-*-sco5v6*)
|
cannam@154
|
9129 # Causes problems with __ctype
|
cannam@154
|
9130 ;;
|
cannam@154
|
9131 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
|
cannam@154
|
9132 # Compiler inserts libc in the correct place for threads to work
|
cannam@154
|
9133 ;;
|
cannam@154
|
9134 *)
|
cannam@154
|
9135 # Add libc to deplibs on all other systems if necessary.
|
cannam@154
|
9136 if test yes = "$build_libtool_need_lc"; then
|
cannam@154
|
9137 func_append deplibs " -lc"
|
cannam@154
|
9138 fi
|
cannam@154
|
9139 ;;
|
cannam@154
|
9140 esac
|
cannam@154
|
9141 fi
|
cannam@154
|
9142
|
cannam@154
|
9143 # Transform deplibs into only deplibs that can be linked in shared.
|
cannam@154
|
9144 name_save=$name
|
cannam@154
|
9145 libname_save=$libname
|
cannam@154
|
9146 release_save=$release
|
cannam@154
|
9147 versuffix_save=$versuffix
|
cannam@154
|
9148 major_save=$major
|
cannam@154
|
9149 # I'm not sure if I'm treating the release correctly. I think
|
cannam@154
|
9150 # release should show up in the -l (ie -lgmp5) so we don't want to
|
cannam@154
|
9151 # add it in twice. Is that correct?
|
cannam@154
|
9152 release=
|
cannam@154
|
9153 versuffix=
|
cannam@154
|
9154 major=
|
cannam@154
|
9155 newdeplibs=
|
cannam@154
|
9156 droppeddeps=no
|
cannam@154
|
9157 case $deplibs_check_method in
|
cannam@154
|
9158 pass_all)
|
cannam@154
|
9159 # Don't check for shared/static. Everything works.
|
cannam@154
|
9160 # This might be a little naive. We might want to check
|
cannam@154
|
9161 # whether the library exists or not. But this is on
|
cannam@154
|
9162 # osf3 & osf4 and I'm not really sure... Just
|
cannam@154
|
9163 # implementing what was already the behavior.
|
cannam@154
|
9164 newdeplibs=$deplibs
|
cannam@154
|
9165 ;;
|
cannam@154
|
9166 test_compile)
|
cannam@154
|
9167 # This code stresses the "libraries are programs" paradigm to its
|
cannam@154
|
9168 # limits. Maybe even breaks it. We compile a program, linking it
|
cannam@154
|
9169 # against the deplibs as a proxy for the library. Then we can check
|
cannam@154
|
9170 # whether they linked in statically or dynamically with ldd.
|
cannam@154
|
9171 $opt_dry_run || $RM conftest.c
|
cannam@154
|
9172 cat > conftest.c <<EOF
|
cannam@154
|
9173 int main() { return 0; }
|
cannam@154
|
9174 EOF
|
cannam@154
|
9175 $opt_dry_run || $RM conftest
|
cannam@154
|
9176 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
|
cannam@154
|
9177 ldd_output=`ldd conftest`
|
cannam@154
|
9178 for i in $deplibs; do
|
cannam@154
|
9179 case $i in
|
cannam@154
|
9180 -l*)
|
cannam@154
|
9181 func_stripname -l '' "$i"
|
cannam@154
|
9182 name=$func_stripname_result
|
cannam@154
|
9183 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
|
cannam@154
|
9184 case " $predeps $postdeps " in
|
cannam@154
|
9185 *" $i "*)
|
cannam@154
|
9186 func_append newdeplibs " $i"
|
cannam@154
|
9187 i=
|
cannam@154
|
9188 ;;
|
cannam@154
|
9189 esac
|
cannam@154
|
9190 fi
|
cannam@154
|
9191 if test -n "$i"; then
|
cannam@154
|
9192 libname=`eval "\\$ECHO \"$libname_spec\""`
|
cannam@154
|
9193 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
|
cannam@154
|
9194 set dummy $deplib_matches; shift
|
cannam@154
|
9195 deplib_match=$1
|
cannam@154
|
9196 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
|
cannam@154
|
9197 func_append newdeplibs " $i"
|
cannam@154
|
9198 else
|
cannam@154
|
9199 droppeddeps=yes
|
cannam@154
|
9200 echo
|
cannam@154
|
9201 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
|
cannam@154
|
9202 echo "*** I have the capability to make that library automatically link in when"
|
cannam@154
|
9203 echo "*** you link to this library. But I can only do this if you have a"
|
cannam@154
|
9204 echo "*** shared version of the library, which I believe you do not have"
|
cannam@154
|
9205 echo "*** because a test_compile did reveal that the linker did not use it for"
|
cannam@154
|
9206 echo "*** its dynamic dependency list that programs get resolved with at runtime."
|
cannam@154
|
9207 fi
|
cannam@154
|
9208 fi
|
cannam@154
|
9209 ;;
|
cannam@154
|
9210 *)
|
cannam@154
|
9211 func_append newdeplibs " $i"
|
cannam@154
|
9212 ;;
|
cannam@154
|
9213 esac
|
cannam@154
|
9214 done
|
cannam@154
|
9215 else
|
cannam@154
|
9216 # Error occurred in the first compile. Let's try to salvage
|
cannam@154
|
9217 # the situation: Compile a separate program for each library.
|
cannam@154
|
9218 for i in $deplibs; do
|
cannam@154
|
9219 case $i in
|
cannam@154
|
9220 -l*)
|
cannam@154
|
9221 func_stripname -l '' "$i"
|
cannam@154
|
9222 name=$func_stripname_result
|
cannam@154
|
9223 $opt_dry_run || $RM conftest
|
cannam@154
|
9224 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
|
cannam@154
|
9225 ldd_output=`ldd conftest`
|
cannam@154
|
9226 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
|
cannam@154
|
9227 case " $predeps $postdeps " in
|
cannam@154
|
9228 *" $i "*)
|
cannam@154
|
9229 func_append newdeplibs " $i"
|
cannam@154
|
9230 i=
|
cannam@154
|
9231 ;;
|
cannam@154
|
9232 esac
|
cannam@154
|
9233 fi
|
cannam@154
|
9234 if test -n "$i"; then
|
cannam@154
|
9235 libname=`eval "\\$ECHO \"$libname_spec\""`
|
cannam@154
|
9236 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
|
cannam@154
|
9237 set dummy $deplib_matches; shift
|
cannam@154
|
9238 deplib_match=$1
|
cannam@154
|
9239 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
|
cannam@154
|
9240 func_append newdeplibs " $i"
|
cannam@154
|
9241 else
|
cannam@154
|
9242 droppeddeps=yes
|
cannam@154
|
9243 echo
|
cannam@154
|
9244 $ECHO "*** Warning: dynamic linker does not accept needed library $i."
|
cannam@154
|
9245 echo "*** I have the capability to make that library automatically link in when"
|
cannam@154
|
9246 echo "*** you link to this library. But I can only do this if you have a"
|
cannam@154
|
9247 echo "*** shared version of the library, which you do not appear to have"
|
cannam@154
|
9248 echo "*** because a test_compile did reveal that the linker did not use this one"
|
cannam@154
|
9249 echo "*** as a dynamic dependency that programs can get resolved with at runtime."
|
cannam@154
|
9250 fi
|
cannam@154
|
9251 fi
|
cannam@154
|
9252 else
|
cannam@154
|
9253 droppeddeps=yes
|
cannam@154
|
9254 echo
|
cannam@154
|
9255 $ECHO "*** Warning! Library $i is needed by this library but I was not able to"
|
cannam@154
|
9256 echo "*** make it link in! You will probably need to install it or some"
|
cannam@154
|
9257 echo "*** library that it depends on before this library will be fully"
|
cannam@154
|
9258 echo "*** functional. Installing it before continuing would be even better."
|
cannam@154
|
9259 fi
|
cannam@154
|
9260 ;;
|
cannam@154
|
9261 *)
|
cannam@154
|
9262 func_append newdeplibs " $i"
|
cannam@154
|
9263 ;;
|
cannam@154
|
9264 esac
|
cannam@154
|
9265 done
|
cannam@154
|
9266 fi
|
cannam@154
|
9267 ;;
|
cannam@154
|
9268 file_magic*)
|
cannam@154
|
9269 set dummy $deplibs_check_method; shift
|
cannam@154
|
9270 file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
|
cannam@154
|
9271 for a_deplib in $deplibs; do
|
cannam@154
|
9272 case $a_deplib in
|
cannam@154
|
9273 -l*)
|
cannam@154
|
9274 func_stripname -l '' "$a_deplib"
|
cannam@154
|
9275 name=$func_stripname_result
|
cannam@154
|
9276 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
|
cannam@154
|
9277 case " $predeps $postdeps " in
|
cannam@154
|
9278 *" $a_deplib "*)
|
cannam@154
|
9279 func_append newdeplibs " $a_deplib"
|
cannam@154
|
9280 a_deplib=
|
cannam@154
|
9281 ;;
|
cannam@154
|
9282 esac
|
cannam@154
|
9283 fi
|
cannam@154
|
9284 if test -n "$a_deplib"; then
|
cannam@154
|
9285 libname=`eval "\\$ECHO \"$libname_spec\""`
|
cannam@154
|
9286 if test -n "$file_magic_glob"; then
|
cannam@154
|
9287 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
|
cannam@154
|
9288 else
|
cannam@154
|
9289 libnameglob=$libname
|
cannam@154
|
9290 fi
|
cannam@154
|
9291 test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
|
cannam@154
|
9292 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
|
cannam@154
|
9293 if test yes = "$want_nocaseglob"; then
|
cannam@154
|
9294 shopt -s nocaseglob
|
cannam@154
|
9295 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
|
cannam@154
|
9296 $nocaseglob
|
cannam@154
|
9297 else
|
cannam@154
|
9298 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
|
cannam@154
|
9299 fi
|
cannam@154
|
9300 for potent_lib in $potential_libs; do
|
cannam@154
|
9301 # Follow soft links.
|
cannam@154
|
9302 if ls -lLd "$potent_lib" 2>/dev/null |
|
cannam@154
|
9303 $GREP " -> " >/dev/null; then
|
cannam@154
|
9304 continue
|
cannam@154
|
9305 fi
|
cannam@154
|
9306 # The statement above tries to avoid entering an
|
cannam@154
|
9307 # endless loop below, in case of cyclic links.
|
cannam@154
|
9308 # We might still enter an endless loop, since a link
|
cannam@154
|
9309 # loop can be closed while we follow links,
|
cannam@154
|
9310 # but so what?
|
cannam@154
|
9311 potlib=$potent_lib
|
cannam@154
|
9312 while test -h "$potlib" 2>/dev/null; do
|
cannam@154
|
9313 potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
|
cannam@154
|
9314 case $potliblink in
|
cannam@154
|
9315 [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
|
cannam@154
|
9316 *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
|
cannam@154
|
9317 esac
|
cannam@154
|
9318 done
|
cannam@154
|
9319 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
|
cannam@154
|
9320 $SED -e 10q |
|
cannam@154
|
9321 $EGREP "$file_magic_regex" > /dev/null; then
|
cannam@154
|
9322 func_append newdeplibs " $a_deplib"
|
cannam@154
|
9323 a_deplib=
|
cannam@154
|
9324 break 2
|
cannam@154
|
9325 fi
|
cannam@154
|
9326 done
|
cannam@154
|
9327 done
|
cannam@154
|
9328 fi
|
cannam@154
|
9329 if test -n "$a_deplib"; then
|
cannam@154
|
9330 droppeddeps=yes
|
cannam@154
|
9331 echo
|
cannam@154
|
9332 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
|
cannam@154
|
9333 echo "*** I have the capability to make that library automatically link in when"
|
cannam@154
|
9334 echo "*** you link to this library. But I can only do this if you have a"
|
cannam@154
|
9335 echo "*** shared version of the library, which you do not appear to have"
|
cannam@154
|
9336 echo "*** because I did check the linker path looking for a file starting"
|
cannam@154
|
9337 if test -z "$potlib"; then
|
cannam@154
|
9338 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
|
cannam@154
|
9339 else
|
cannam@154
|
9340 $ECHO "*** with $libname and none of the candidates passed a file format test"
|
cannam@154
|
9341 $ECHO "*** using a file magic. Last file checked: $potlib"
|
cannam@154
|
9342 fi
|
cannam@154
|
9343 fi
|
cannam@154
|
9344 ;;
|
cannam@154
|
9345 *)
|
cannam@154
|
9346 # Add a -L argument.
|
cannam@154
|
9347 func_append newdeplibs " $a_deplib"
|
cannam@154
|
9348 ;;
|
cannam@154
|
9349 esac
|
cannam@154
|
9350 done # Gone through all deplibs.
|
cannam@154
|
9351 ;;
|
cannam@154
|
9352 match_pattern*)
|
cannam@154
|
9353 set dummy $deplibs_check_method; shift
|
cannam@154
|
9354 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
|
cannam@154
|
9355 for a_deplib in $deplibs; do
|
cannam@154
|
9356 case $a_deplib in
|
cannam@154
|
9357 -l*)
|
cannam@154
|
9358 func_stripname -l '' "$a_deplib"
|
cannam@154
|
9359 name=$func_stripname_result
|
cannam@154
|
9360 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
|
cannam@154
|
9361 case " $predeps $postdeps " in
|
cannam@154
|
9362 *" $a_deplib "*)
|
cannam@154
|
9363 func_append newdeplibs " $a_deplib"
|
cannam@154
|
9364 a_deplib=
|
cannam@154
|
9365 ;;
|
cannam@154
|
9366 esac
|
cannam@154
|
9367 fi
|
cannam@154
|
9368 if test -n "$a_deplib"; then
|
cannam@154
|
9369 libname=`eval "\\$ECHO \"$libname_spec\""`
|
cannam@154
|
9370 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
|
cannam@154
|
9371 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
|
cannam@154
|
9372 for potent_lib in $potential_libs; do
|
cannam@154
|
9373 potlib=$potent_lib # see symlink-check above in file_magic test
|
cannam@154
|
9374 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
|
cannam@154
|
9375 $EGREP "$match_pattern_regex" > /dev/null; then
|
cannam@154
|
9376 func_append newdeplibs " $a_deplib"
|
cannam@154
|
9377 a_deplib=
|
cannam@154
|
9378 break 2
|
cannam@154
|
9379 fi
|
cannam@154
|
9380 done
|
cannam@154
|
9381 done
|
cannam@154
|
9382 fi
|
cannam@154
|
9383 if test -n "$a_deplib"; then
|
cannam@154
|
9384 droppeddeps=yes
|
cannam@154
|
9385 echo
|
cannam@154
|
9386 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
|
cannam@154
|
9387 echo "*** I have the capability to make that library automatically link in when"
|
cannam@154
|
9388 echo "*** you link to this library. But I can only do this if you have a"
|
cannam@154
|
9389 echo "*** shared version of the library, which you do not appear to have"
|
cannam@154
|
9390 echo "*** because I did check the linker path looking for a file starting"
|
cannam@154
|
9391 if test -z "$potlib"; then
|
cannam@154
|
9392 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
|
cannam@154
|
9393 else
|
cannam@154
|
9394 $ECHO "*** with $libname and none of the candidates passed a file format test"
|
cannam@154
|
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
|
cannam@154
|
9396 fi
|
cannam@154
|
9397 fi
|
cannam@154
|
9398 ;;
|
cannam@154
|
9399 *)
|
cannam@154
|
9400 # Add a -L argument.
|
cannam@154
|
9401 func_append newdeplibs " $a_deplib"
|
cannam@154
|
9402 ;;
|
cannam@154
|
9403 esac
|
cannam@154
|
9404 done # Gone through all deplibs.
|
cannam@154
|
9405 ;;
|
cannam@154
|
9406 none | unknown | *)
|
cannam@154
|
9407 newdeplibs=
|
cannam@154
|
9408 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
|
cannam@154
|
9409 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
|
cannam@154
|
9410 for i in $predeps $postdeps; do
|
cannam@154
|
9411 # can't use Xsed below, because $i might contain '/'
|
cannam@154
|
9412 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
|
cannam@154
|
9413 done
|
cannam@154
|
9414 fi
|
cannam@154
|
9415 case $tmp_deplibs in
|
cannam@154
|
9416 *[!\ \ ]*)
|
cannam@154
|
9417 echo
|
cannam@154
|
9418 if test none = "$deplibs_check_method"; then
|
cannam@154
|
9419 echo "*** Warning: inter-library dependencies are not supported in this platform."
|
cannam@154
|
9420 else
|
cannam@154
|
9421 echo "*** Warning: inter-library dependencies are not known to be supported."
|
cannam@154
|
9422 fi
|
cannam@154
|
9423 echo "*** All declared inter-library dependencies are being dropped."
|
cannam@154
|
9424 droppeddeps=yes
|
cannam@154
|
9425 ;;
|
cannam@154
|
9426 esac
|
cannam@154
|
9427 ;;
|
cannam@154
|
9428 esac
|
cannam@154
|
9429 versuffix=$versuffix_save
|
cannam@154
|
9430 major=$major_save
|
cannam@154
|
9431 release=$release_save
|
cannam@154
|
9432 libname=$libname_save
|
cannam@154
|
9433 name=$name_save
|
cannam@154
|
9434
|
cannam@154
|
9435 case $host in
|
cannam@154
|
9436 *-*-rhapsody* | *-*-darwin1.[012])
|
cannam@154
|
9437 # On Rhapsody replace the C library with the System framework
|
cannam@154
|
9438 newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
|
cannam@154
|
9439 ;;
|
cannam@154
|
9440 esac
|
cannam@154
|
9441
|
cannam@154
|
9442 if test yes = "$droppeddeps"; then
|
cannam@154
|
9443 if test yes = "$module"; then
|
cannam@154
|
9444 echo
|
cannam@154
|
9445 echo "*** Warning: libtool could not satisfy all declared inter-library"
|
cannam@154
|
9446 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
|
cannam@154
|
9447 echo "*** a static module, that should work as long as the dlopening"
|
cannam@154
|
9448 echo "*** application is linked with the -dlopen flag."
|
cannam@154
|
9449 if test -z "$global_symbol_pipe"; then
|
cannam@154
|
9450 echo
|
cannam@154
|
9451 echo "*** However, this would only work if libtool was able to extract symbol"
|
cannam@154
|
9452 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
|
cannam@154
|
9453 echo "*** not find such a program. So, this module is probably useless."
|
cannam@154
|
9454 echo "*** 'nm' from GNU binutils and a full rebuild may help."
|
cannam@154
|
9455 fi
|
cannam@154
|
9456 if test no = "$build_old_libs"; then
|
cannam@154
|
9457 oldlibs=$output_objdir/$libname.$libext
|
cannam@154
|
9458 build_libtool_libs=module
|
cannam@154
|
9459 build_old_libs=yes
|
cannam@154
|
9460 else
|
cannam@154
|
9461 build_libtool_libs=no
|
cannam@154
|
9462 fi
|
cannam@154
|
9463 else
|
cannam@154
|
9464 echo "*** The inter-library dependencies that have been dropped here will be"
|
cannam@154
|
9465 echo "*** automatically added whenever a program is linked with this library"
|
cannam@154
|
9466 echo "*** or is declared to -dlopen it."
|
cannam@154
|
9467
|
cannam@154
|
9468 if test no = "$allow_undefined"; then
|
cannam@154
|
9469 echo
|
cannam@154
|
9470 echo "*** Since this library must not contain undefined symbols,"
|
cannam@154
|
9471 echo "*** because either the platform does not support them or"
|
cannam@154
|
9472 echo "*** it was explicitly requested with -no-undefined,"
|
cannam@154
|
9473 echo "*** libtool will only create a static version of it."
|
cannam@154
|
9474 if test no = "$build_old_libs"; then
|
cannam@154
|
9475 oldlibs=$output_objdir/$libname.$libext
|
cannam@154
|
9476 build_libtool_libs=module
|
cannam@154
|
9477 build_old_libs=yes
|
cannam@154
|
9478 else
|
cannam@154
|
9479 build_libtool_libs=no
|
cannam@154
|
9480 fi
|
cannam@154
|
9481 fi
|
cannam@154
|
9482 fi
|
cannam@154
|
9483 fi
|
cannam@154
|
9484 # Done checking deplibs!
|
cannam@154
|
9485 deplibs=$newdeplibs
|
cannam@154
|
9486 fi
|
cannam@154
|
9487 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
|
cannam@154
|
9488 case $host in
|
cannam@154
|
9489 *-*-darwin*)
|
cannam@154
|
9490 newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
9491 new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
9492 deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
9493 ;;
|
cannam@154
|
9494 esac
|
cannam@154
|
9495
|
cannam@154
|
9496 # move library search paths that coincide with paths to not yet
|
cannam@154
|
9497 # installed libraries to the beginning of the library search list
|
cannam@154
|
9498 new_libs=
|
cannam@154
|
9499 for path in $notinst_path; do
|
cannam@154
|
9500 case " $new_libs " in
|
cannam@154
|
9501 *" -L$path/$objdir "*) ;;
|
cannam@154
|
9502 *)
|
cannam@154
|
9503 case " $deplibs " in
|
cannam@154
|
9504 *" -L$path/$objdir "*)
|
cannam@154
|
9505 func_append new_libs " -L$path/$objdir" ;;
|
cannam@154
|
9506 esac
|
cannam@154
|
9507 ;;
|
cannam@154
|
9508 esac
|
cannam@154
|
9509 done
|
cannam@154
|
9510 for deplib in $deplibs; do
|
cannam@154
|
9511 case $deplib in
|
cannam@154
|
9512 -L*)
|
cannam@154
|
9513 case " $new_libs " in
|
cannam@154
|
9514 *" $deplib "*) ;;
|
cannam@154
|
9515 *) func_append new_libs " $deplib" ;;
|
cannam@154
|
9516 esac
|
cannam@154
|
9517 ;;
|
cannam@154
|
9518 *) func_append new_libs " $deplib" ;;
|
cannam@154
|
9519 esac
|
cannam@154
|
9520 done
|
cannam@154
|
9521 deplibs=$new_libs
|
cannam@154
|
9522
|
cannam@154
|
9523 # All the library-specific variables (install_libdir is set above).
|
cannam@154
|
9524 library_names=
|
cannam@154
|
9525 old_library=
|
cannam@154
|
9526 dlname=
|
cannam@154
|
9527
|
cannam@154
|
9528 # Test again, we may have decided not to build it any more
|
cannam@154
|
9529 if test yes = "$build_libtool_libs"; then
|
cannam@154
|
9530 # Remove $wl instances when linking with ld.
|
cannam@154
|
9531 # FIXME: should test the right _cmds variable.
|
cannam@154
|
9532 case $archive_cmds in
|
cannam@154
|
9533 *\$LD\ *) wl= ;;
|
cannam@154
|
9534 esac
|
cannam@154
|
9535 if test yes = "$hardcode_into_libs"; then
|
cannam@154
|
9536 # Hardcode the library paths
|
cannam@154
|
9537 hardcode_libdirs=
|
cannam@154
|
9538 dep_rpath=
|
cannam@154
|
9539 rpath=$finalize_rpath
|
cannam@154
|
9540 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
|
cannam@154
|
9541 for libdir in $rpath; do
|
cannam@154
|
9542 if test -n "$hardcode_libdir_flag_spec"; then
|
cannam@154
|
9543 if test -n "$hardcode_libdir_separator"; then
|
cannam@154
|
9544 func_replace_sysroot "$libdir"
|
cannam@154
|
9545 libdir=$func_replace_sysroot_result
|
cannam@154
|
9546 if test -z "$hardcode_libdirs"; then
|
cannam@154
|
9547 hardcode_libdirs=$libdir
|
cannam@154
|
9548 else
|
cannam@154
|
9549 # Just accumulate the unique libdirs.
|
cannam@154
|
9550 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
|
cannam@154
|
9551 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
|
cannam@154
|
9552 ;;
|
cannam@154
|
9553 *)
|
cannam@154
|
9554 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
|
cannam@154
|
9555 ;;
|
cannam@154
|
9556 esac
|
cannam@154
|
9557 fi
|
cannam@154
|
9558 else
|
cannam@154
|
9559 eval flag=\"$hardcode_libdir_flag_spec\"
|
cannam@154
|
9560 func_append dep_rpath " $flag"
|
cannam@154
|
9561 fi
|
cannam@154
|
9562 elif test -n "$runpath_var"; then
|
cannam@154
|
9563 case "$perm_rpath " in
|
cannam@154
|
9564 *" $libdir "*) ;;
|
cannam@154
|
9565 *) func_append perm_rpath " $libdir" ;;
|
cannam@154
|
9566 esac
|
cannam@154
|
9567 fi
|
cannam@154
|
9568 done
|
cannam@154
|
9569 # Substitute the hardcoded libdirs into the rpath.
|
cannam@154
|
9570 if test -n "$hardcode_libdir_separator" &&
|
cannam@154
|
9571 test -n "$hardcode_libdirs"; then
|
cannam@154
|
9572 libdir=$hardcode_libdirs
|
cannam@154
|
9573 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
|
cannam@154
|
9574 fi
|
cannam@154
|
9575 if test -n "$runpath_var" && test -n "$perm_rpath"; then
|
cannam@154
|
9576 # We should set the runpath_var.
|
cannam@154
|
9577 rpath=
|
cannam@154
|
9578 for dir in $perm_rpath; do
|
cannam@154
|
9579 func_append rpath "$dir:"
|
cannam@154
|
9580 done
|
cannam@154
|
9581 eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
|
cannam@154
|
9582 fi
|
cannam@154
|
9583 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
|
cannam@154
|
9584 fi
|
cannam@154
|
9585
|
cannam@154
|
9586 shlibpath=$finalize_shlibpath
|
cannam@154
|
9587 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
|
cannam@154
|
9588 if test -n "$shlibpath"; then
|
cannam@154
|
9589 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
|
cannam@154
|
9590 fi
|
cannam@154
|
9591
|
cannam@154
|
9592 # Get the real and link names of the library.
|
cannam@154
|
9593 eval shared_ext=\"$shrext_cmds\"
|
cannam@154
|
9594 eval library_names=\"$library_names_spec\"
|
cannam@154
|
9595 set dummy $library_names
|
cannam@154
|
9596 shift
|
cannam@154
|
9597 realname=$1
|
cannam@154
|
9598 shift
|
cannam@154
|
9599
|
cannam@154
|
9600 if test -n "$soname_spec"; then
|
cannam@154
|
9601 eval soname=\"$soname_spec\"
|
cannam@154
|
9602 else
|
cannam@154
|
9603 soname=$realname
|
cannam@154
|
9604 fi
|
cannam@154
|
9605 if test -z "$dlname"; then
|
cannam@154
|
9606 dlname=$soname
|
cannam@154
|
9607 fi
|
cannam@154
|
9608
|
cannam@154
|
9609 lib=$output_objdir/$realname
|
cannam@154
|
9610 linknames=
|
cannam@154
|
9611 for link
|
cannam@154
|
9612 do
|
cannam@154
|
9613 func_append linknames " $link"
|
cannam@154
|
9614 done
|
cannam@154
|
9615
|
cannam@154
|
9616 # Use standard objects if they are pic
|
cannam@154
|
9617 test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
|
cannam@154
|
9618 test "X$libobjs" = "X " && libobjs=
|
cannam@154
|
9619
|
cannam@154
|
9620 delfiles=
|
cannam@154
|
9621 if test -n "$export_symbols" && test -n "$include_expsyms"; then
|
cannam@154
|
9622 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
|
cannam@154
|
9623 export_symbols=$output_objdir/$libname.uexp
|
cannam@154
|
9624 func_append delfiles " $export_symbols"
|
cannam@154
|
9625 fi
|
cannam@154
|
9626
|
cannam@154
|
9627 orig_export_symbols=
|
cannam@154
|
9628 case $host_os in
|
cannam@154
|
9629 cygwin* | mingw* | cegcc*)
|
cannam@154
|
9630 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
|
cannam@154
|
9631 # exporting using user supplied symfile
|
cannam@154
|
9632 func_dll_def_p "$export_symbols" || {
|
cannam@154
|
9633 # and it's NOT already a .def file. Must figure out
|
cannam@154
|
9634 # which of the given symbols are data symbols and tag
|
cannam@154
|
9635 # them as such. So, trigger use of export_symbols_cmds.
|
cannam@154
|
9636 # export_symbols gets reassigned inside the "prepare
|
cannam@154
|
9637 # the list of exported symbols" if statement, so the
|
cannam@154
|
9638 # include_expsyms logic still works.
|
cannam@154
|
9639 orig_export_symbols=$export_symbols
|
cannam@154
|
9640 export_symbols=
|
cannam@154
|
9641 always_export_symbols=yes
|
cannam@154
|
9642 }
|
cannam@154
|
9643 fi
|
cannam@154
|
9644 ;;
|
cannam@154
|
9645 esac
|
cannam@154
|
9646
|
cannam@154
|
9647 # Prepare the list of exported symbols
|
cannam@154
|
9648 if test -z "$export_symbols"; then
|
cannam@154
|
9649 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
|
cannam@154
|
9650 func_verbose "generating symbol list for '$libname.la'"
|
cannam@154
|
9651 export_symbols=$output_objdir/$libname.exp
|
cannam@154
|
9652 $opt_dry_run || $RM $export_symbols
|
cannam@154
|
9653 cmds=$export_symbols_cmds
|
cannam@154
|
9654 save_ifs=$IFS; IFS='~'
|
cannam@154
|
9655 for cmd1 in $cmds; do
|
cannam@154
|
9656 IFS=$save_ifs
|
cannam@154
|
9657 # Take the normal branch if the nm_file_list_spec branch
|
cannam@154
|
9658 # doesn't work or if tool conversion is not needed.
|
cannam@154
|
9659 case $nm_file_list_spec~$to_tool_file_cmd in
|
cannam@154
|
9660 *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
|
cannam@154
|
9661 try_normal_branch=yes
|
cannam@154
|
9662 eval cmd=\"$cmd1\"
|
cannam@154
|
9663 func_len " $cmd"
|
cannam@154
|
9664 len=$func_len_result
|
cannam@154
|
9665 ;;
|
cannam@154
|
9666 *)
|
cannam@154
|
9667 try_normal_branch=no
|
cannam@154
|
9668 ;;
|
cannam@154
|
9669 esac
|
cannam@154
|
9670 if test yes = "$try_normal_branch" \
|
cannam@154
|
9671 && { test "$len" -lt "$max_cmd_len" \
|
cannam@154
|
9672 || test "$max_cmd_len" -le -1; }
|
cannam@154
|
9673 then
|
cannam@154
|
9674 func_show_eval "$cmd" 'exit $?'
|
cannam@154
|
9675 skipped_export=false
|
cannam@154
|
9676 elif test -n "$nm_file_list_spec"; then
|
cannam@154
|
9677 func_basename "$output"
|
cannam@154
|
9678 output_la=$func_basename_result
|
cannam@154
|
9679 save_libobjs=$libobjs
|
cannam@154
|
9680 save_output=$output
|
cannam@154
|
9681 output=$output_objdir/$output_la.nm
|
cannam@154
|
9682 func_to_tool_file "$output"
|
cannam@154
|
9683 libobjs=$nm_file_list_spec$func_to_tool_file_result
|
cannam@154
|
9684 func_append delfiles " $output"
|
cannam@154
|
9685 func_verbose "creating $NM input file list: $output"
|
cannam@154
|
9686 for obj in $save_libobjs; do
|
cannam@154
|
9687 func_to_tool_file "$obj"
|
cannam@154
|
9688 $ECHO "$func_to_tool_file_result"
|
cannam@154
|
9689 done > "$output"
|
cannam@154
|
9690 eval cmd=\"$cmd1\"
|
cannam@154
|
9691 func_show_eval "$cmd" 'exit $?'
|
cannam@154
|
9692 output=$save_output
|
cannam@154
|
9693 libobjs=$save_libobjs
|
cannam@154
|
9694 skipped_export=false
|
cannam@154
|
9695 else
|
cannam@154
|
9696 # The command line is too long to execute in one step.
|
cannam@154
|
9697 func_verbose "using reloadable object file for export list..."
|
cannam@154
|
9698 skipped_export=:
|
cannam@154
|
9699 # Break out early, otherwise skipped_export may be
|
cannam@154
|
9700 # set to false by a later but shorter cmd.
|
cannam@154
|
9701 break
|
cannam@154
|
9702 fi
|
cannam@154
|
9703 done
|
cannam@154
|
9704 IFS=$save_ifs
|
cannam@154
|
9705 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
|
cannam@154
|
9706 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
|
cannam@154
|
9707 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
|
cannam@154
|
9708 fi
|
cannam@154
|
9709 fi
|
cannam@154
|
9710 fi
|
cannam@154
|
9711
|
cannam@154
|
9712 if test -n "$export_symbols" && test -n "$include_expsyms"; then
|
cannam@154
|
9713 tmp_export_symbols=$export_symbols
|
cannam@154
|
9714 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
|
cannam@154
|
9715 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
|
cannam@154
|
9716 fi
|
cannam@154
|
9717
|
cannam@154
|
9718 if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
|
cannam@154
|
9719 # The given exports_symbols file has to be filtered, so filter it.
|
cannam@154
|
9720 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
|
cannam@154
|
9721 # FIXME: $output_objdir/$libname.filter potentially contains lots of
|
cannam@154
|
9722 # 's' commands, which not all seds can handle. GNU sed should be fine
|
cannam@154
|
9723 # though. Also, the filter scales superlinearly with the number of
|
cannam@154
|
9724 # global variables. join(1) would be nice here, but unfortunately
|
cannam@154
|
9725 # isn't a blessed tool.
|
cannam@154
|
9726 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
|
cannam@154
|
9727 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
|
cannam@154
|
9728 export_symbols=$output_objdir/$libname.def
|
cannam@154
|
9729 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
|
cannam@154
|
9730 fi
|
cannam@154
|
9731
|
cannam@154
|
9732 tmp_deplibs=
|
cannam@154
|
9733 for test_deplib in $deplibs; do
|
cannam@154
|
9734 case " $convenience " in
|
cannam@154
|
9735 *" $test_deplib "*) ;;
|
cannam@154
|
9736 *)
|
cannam@154
|
9737 func_append tmp_deplibs " $test_deplib"
|
cannam@154
|
9738 ;;
|
cannam@154
|
9739 esac
|
cannam@154
|
9740 done
|
cannam@154
|
9741 deplibs=$tmp_deplibs
|
cannam@154
|
9742
|
cannam@154
|
9743 if test -n "$convenience"; then
|
cannam@154
|
9744 if test -n "$whole_archive_flag_spec" &&
|
cannam@154
|
9745 test yes = "$compiler_needs_object" &&
|
cannam@154
|
9746 test -z "$libobjs"; then
|
cannam@154
|
9747 # extract the archives, so we have objects to list.
|
cannam@154
|
9748 # TODO: could optimize this to just extract one archive.
|
cannam@154
|
9749 whole_archive_flag_spec=
|
cannam@154
|
9750 fi
|
cannam@154
|
9751 if test -n "$whole_archive_flag_spec"; then
|
cannam@154
|
9752 save_libobjs=$libobjs
|
cannam@154
|
9753 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
|
cannam@154
|
9754 test "X$libobjs" = "X " && libobjs=
|
cannam@154
|
9755 else
|
cannam@154
|
9756 gentop=$output_objdir/${outputname}x
|
cannam@154
|
9757 func_append generated " $gentop"
|
cannam@154
|
9758
|
cannam@154
|
9759 func_extract_archives $gentop $convenience
|
cannam@154
|
9760 func_append libobjs " $func_extract_archives_result"
|
cannam@154
|
9761 test "X$libobjs" = "X " && libobjs=
|
cannam@154
|
9762 fi
|
cannam@154
|
9763 fi
|
cannam@154
|
9764
|
cannam@154
|
9765 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
|
cannam@154
|
9766 eval flag=\"$thread_safe_flag_spec\"
|
cannam@154
|
9767 func_append linker_flags " $flag"
|
cannam@154
|
9768 fi
|
cannam@154
|
9769
|
cannam@154
|
9770 # Make a backup of the uninstalled library when relinking
|
cannam@154
|
9771 if test relink = "$opt_mode"; then
|
cannam@154
|
9772 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
|
cannam@154
|
9773 fi
|
cannam@154
|
9774
|
cannam@154
|
9775 # Do each of the archive commands.
|
cannam@154
|
9776 if test yes = "$module" && test -n "$module_cmds"; then
|
cannam@154
|
9777 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
|
cannam@154
|
9778 eval test_cmds=\"$module_expsym_cmds\"
|
cannam@154
|
9779 cmds=$module_expsym_cmds
|
cannam@154
|
9780 else
|
cannam@154
|
9781 eval test_cmds=\"$module_cmds\"
|
cannam@154
|
9782 cmds=$module_cmds
|
cannam@154
|
9783 fi
|
cannam@154
|
9784 else
|
cannam@154
|
9785 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
|
cannam@154
|
9786 eval test_cmds=\"$archive_expsym_cmds\"
|
cannam@154
|
9787 cmds=$archive_expsym_cmds
|
cannam@154
|
9788 else
|
cannam@154
|
9789 eval test_cmds=\"$archive_cmds\"
|
cannam@154
|
9790 cmds=$archive_cmds
|
cannam@154
|
9791 fi
|
cannam@154
|
9792 fi
|
cannam@154
|
9793
|
cannam@154
|
9794 if test : != "$skipped_export" &&
|
cannam@154
|
9795 func_len " $test_cmds" &&
|
cannam@154
|
9796 len=$func_len_result &&
|
cannam@154
|
9797 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
|
cannam@154
|
9798 :
|
cannam@154
|
9799 else
|
cannam@154
|
9800 # The command line is too long to link in one step, link piecewise
|
cannam@154
|
9801 # or, if using GNU ld and skipped_export is not :, use a linker
|
cannam@154
|
9802 # script.
|
cannam@154
|
9803
|
cannam@154
|
9804 # Save the value of $output and $libobjs because we want to
|
cannam@154
|
9805 # use them later. If we have whole_archive_flag_spec, we
|
cannam@154
|
9806 # want to use save_libobjs as it was before
|
cannam@154
|
9807 # whole_archive_flag_spec was expanded, because we can't
|
cannam@154
|
9808 # assume the linker understands whole_archive_flag_spec.
|
cannam@154
|
9809 # This may have to be revisited, in case too many
|
cannam@154
|
9810 # convenience libraries get linked in and end up exceeding
|
cannam@154
|
9811 # the spec.
|
cannam@154
|
9812 if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
|
cannam@154
|
9813 save_libobjs=$libobjs
|
cannam@154
|
9814 fi
|
cannam@154
|
9815 save_output=$output
|
cannam@154
|
9816 func_basename "$output"
|
cannam@154
|
9817 output_la=$func_basename_result
|
cannam@154
|
9818
|
cannam@154
|
9819 # Clear the reloadable object creation command queue and
|
cannam@154
|
9820 # initialize k to one.
|
cannam@154
|
9821 test_cmds=
|
cannam@154
|
9822 concat_cmds=
|
cannam@154
|
9823 objlist=
|
cannam@154
|
9824 last_robj=
|
cannam@154
|
9825 k=1
|
cannam@154
|
9826
|
cannam@154
|
9827 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
|
cannam@154
|
9828 output=$output_objdir/$output_la.lnkscript
|
cannam@154
|
9829 func_verbose "creating GNU ld script: $output"
|
cannam@154
|
9830 echo 'INPUT (' > $output
|
cannam@154
|
9831 for obj in $save_libobjs
|
cannam@154
|
9832 do
|
cannam@154
|
9833 func_to_tool_file "$obj"
|
cannam@154
|
9834 $ECHO "$func_to_tool_file_result" >> $output
|
cannam@154
|
9835 done
|
cannam@154
|
9836 echo ')' >> $output
|
cannam@154
|
9837 func_append delfiles " $output"
|
cannam@154
|
9838 func_to_tool_file "$output"
|
cannam@154
|
9839 output=$func_to_tool_file_result
|
cannam@154
|
9840 elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
|
cannam@154
|
9841 output=$output_objdir/$output_la.lnk
|
cannam@154
|
9842 func_verbose "creating linker input file list: $output"
|
cannam@154
|
9843 : > $output
|
cannam@154
|
9844 set x $save_libobjs
|
cannam@154
|
9845 shift
|
cannam@154
|
9846 firstobj=
|
cannam@154
|
9847 if test yes = "$compiler_needs_object"; then
|
cannam@154
|
9848 firstobj="$1 "
|
cannam@154
|
9849 shift
|
cannam@154
|
9850 fi
|
cannam@154
|
9851 for obj
|
cannam@154
|
9852 do
|
cannam@154
|
9853 func_to_tool_file "$obj"
|
cannam@154
|
9854 $ECHO "$func_to_tool_file_result" >> $output
|
cannam@154
|
9855 done
|
cannam@154
|
9856 func_append delfiles " $output"
|
cannam@154
|
9857 func_to_tool_file "$output"
|
cannam@154
|
9858 output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
|
cannam@154
|
9859 else
|
cannam@154
|
9860 if test -n "$save_libobjs"; then
|
cannam@154
|
9861 func_verbose "creating reloadable object files..."
|
cannam@154
|
9862 output=$output_objdir/$output_la-$k.$objext
|
cannam@154
|
9863 eval test_cmds=\"$reload_cmds\"
|
cannam@154
|
9864 func_len " $test_cmds"
|
cannam@154
|
9865 len0=$func_len_result
|
cannam@154
|
9866 len=$len0
|
cannam@154
|
9867
|
cannam@154
|
9868 # Loop over the list of objects to be linked.
|
cannam@154
|
9869 for obj in $save_libobjs
|
cannam@154
|
9870 do
|
cannam@154
|
9871 func_len " $obj"
|
cannam@154
|
9872 func_arith $len + $func_len_result
|
cannam@154
|
9873 len=$func_arith_result
|
cannam@154
|
9874 if test -z "$objlist" ||
|
cannam@154
|
9875 test "$len" -lt "$max_cmd_len"; then
|
cannam@154
|
9876 func_append objlist " $obj"
|
cannam@154
|
9877 else
|
cannam@154
|
9878 # The command $test_cmds is almost too long, add a
|
cannam@154
|
9879 # command to the queue.
|
cannam@154
|
9880 if test 1 -eq "$k"; then
|
cannam@154
|
9881 # The first file doesn't have a previous command to add.
|
cannam@154
|
9882 reload_objs=$objlist
|
cannam@154
|
9883 eval concat_cmds=\"$reload_cmds\"
|
cannam@154
|
9884 else
|
cannam@154
|
9885 # All subsequent reloadable object files will link in
|
cannam@154
|
9886 # the last one created.
|
cannam@154
|
9887 reload_objs="$objlist $last_robj"
|
cannam@154
|
9888 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
|
cannam@154
|
9889 fi
|
cannam@154
|
9890 last_robj=$output_objdir/$output_la-$k.$objext
|
cannam@154
|
9891 func_arith $k + 1
|
cannam@154
|
9892 k=$func_arith_result
|
cannam@154
|
9893 output=$output_objdir/$output_la-$k.$objext
|
cannam@154
|
9894 objlist=" $obj"
|
cannam@154
|
9895 func_len " $last_robj"
|
cannam@154
|
9896 func_arith $len0 + $func_len_result
|
cannam@154
|
9897 len=$func_arith_result
|
cannam@154
|
9898 fi
|
cannam@154
|
9899 done
|
cannam@154
|
9900 # Handle the remaining objects by creating one last
|
cannam@154
|
9901 # reloadable object file. All subsequent reloadable object
|
cannam@154
|
9902 # files will link in the last one created.
|
cannam@154
|
9903 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
|
cannam@154
|
9904 reload_objs="$objlist $last_robj"
|
cannam@154
|
9905 eval concat_cmds=\"\$concat_cmds$reload_cmds\"
|
cannam@154
|
9906 if test -n "$last_robj"; then
|
cannam@154
|
9907 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
|
cannam@154
|
9908 fi
|
cannam@154
|
9909 func_append delfiles " $output"
|
cannam@154
|
9910
|
cannam@154
|
9911 else
|
cannam@154
|
9912 output=
|
cannam@154
|
9913 fi
|
cannam@154
|
9914
|
cannam@154
|
9915 ${skipped_export-false} && {
|
cannam@154
|
9916 func_verbose "generating symbol list for '$libname.la'"
|
cannam@154
|
9917 export_symbols=$output_objdir/$libname.exp
|
cannam@154
|
9918 $opt_dry_run || $RM $export_symbols
|
cannam@154
|
9919 libobjs=$output
|
cannam@154
|
9920 # Append the command to create the export file.
|
cannam@154
|
9921 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
|
cannam@154
|
9922 eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
|
cannam@154
|
9923 if test -n "$last_robj"; then
|
cannam@154
|
9924 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
|
cannam@154
|
9925 fi
|
cannam@154
|
9926 }
|
cannam@154
|
9927
|
cannam@154
|
9928 test -n "$save_libobjs" &&
|
cannam@154
|
9929 func_verbose "creating a temporary reloadable object file: $output"
|
cannam@154
|
9930
|
cannam@154
|
9931 # Loop through the commands generated above and execute them.
|
cannam@154
|
9932 save_ifs=$IFS; IFS='~'
|
cannam@154
|
9933 for cmd in $concat_cmds; do
|
cannam@154
|
9934 IFS=$save_ifs
|
cannam@154
|
9935 $opt_quiet || {
|
cannam@154
|
9936 func_quote_for_expand "$cmd"
|
cannam@154
|
9937 eval "func_echo $func_quote_for_expand_result"
|
cannam@154
|
9938 }
|
cannam@154
|
9939 $opt_dry_run || eval "$cmd" || {
|
cannam@154
|
9940 lt_exit=$?
|
cannam@154
|
9941
|
cannam@154
|
9942 # Restore the uninstalled library and exit
|
cannam@154
|
9943 if test relink = "$opt_mode"; then
|
cannam@154
|
9944 ( cd "$output_objdir" && \
|
cannam@154
|
9945 $RM "${realname}T" && \
|
cannam@154
|
9946 $MV "${realname}U" "$realname" )
|
cannam@154
|
9947 fi
|
cannam@154
|
9948
|
cannam@154
|
9949 exit $lt_exit
|
cannam@154
|
9950 }
|
cannam@154
|
9951 done
|
cannam@154
|
9952 IFS=$save_ifs
|
cannam@154
|
9953
|
cannam@154
|
9954 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
|
cannam@154
|
9955 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
|
cannam@154
|
9956 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
|
cannam@154
|
9957 fi
|
cannam@154
|
9958 fi
|
cannam@154
|
9959
|
cannam@154
|
9960 ${skipped_export-false} && {
|
cannam@154
|
9961 if test -n "$export_symbols" && test -n "$include_expsyms"; then
|
cannam@154
|
9962 tmp_export_symbols=$export_symbols
|
cannam@154
|
9963 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
|
cannam@154
|
9964 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
|
cannam@154
|
9965 fi
|
cannam@154
|
9966
|
cannam@154
|
9967 if test -n "$orig_export_symbols"; then
|
cannam@154
|
9968 # The given exports_symbols file has to be filtered, so filter it.
|
cannam@154
|
9969 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
|
cannam@154
|
9970 # FIXME: $output_objdir/$libname.filter potentially contains lots of
|
cannam@154
|
9971 # 's' commands, which not all seds can handle. GNU sed should be fine
|
cannam@154
|
9972 # though. Also, the filter scales superlinearly with the number of
|
cannam@154
|
9973 # global variables. join(1) would be nice here, but unfortunately
|
cannam@154
|
9974 # isn't a blessed tool.
|
cannam@154
|
9975 $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
|
cannam@154
|
9976 func_append delfiles " $export_symbols $output_objdir/$libname.filter"
|
cannam@154
|
9977 export_symbols=$output_objdir/$libname.def
|
cannam@154
|
9978 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
|
cannam@154
|
9979 fi
|
cannam@154
|
9980 }
|
cannam@154
|
9981
|
cannam@154
|
9982 libobjs=$output
|
cannam@154
|
9983 # Restore the value of output.
|
cannam@154
|
9984 output=$save_output
|
cannam@154
|
9985
|
cannam@154
|
9986 if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
|
cannam@154
|
9987 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
|
cannam@154
|
9988 test "X$libobjs" = "X " && libobjs=
|
cannam@154
|
9989 fi
|
cannam@154
|
9990 # Expand the library linking commands again to reset the
|
cannam@154
|
9991 # value of $libobjs for piecewise linking.
|
cannam@154
|
9992
|
cannam@154
|
9993 # Do each of the archive commands.
|
cannam@154
|
9994 if test yes = "$module" && test -n "$module_cmds"; then
|
cannam@154
|
9995 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
|
cannam@154
|
9996 cmds=$module_expsym_cmds
|
cannam@154
|
9997 else
|
cannam@154
|
9998 cmds=$module_cmds
|
cannam@154
|
9999 fi
|
cannam@154
|
10000 else
|
cannam@154
|
10001 if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
|
cannam@154
|
10002 cmds=$archive_expsym_cmds
|
cannam@154
|
10003 else
|
cannam@154
|
10004 cmds=$archive_cmds
|
cannam@154
|
10005 fi
|
cannam@154
|
10006 fi
|
cannam@154
|
10007 fi
|
cannam@154
|
10008
|
cannam@154
|
10009 if test -n "$delfiles"; then
|
cannam@154
|
10010 # Append the command to remove temporary files to $cmds.
|
cannam@154
|
10011 eval cmds=\"\$cmds~\$RM $delfiles\"
|
cannam@154
|
10012 fi
|
cannam@154
|
10013
|
cannam@154
|
10014 # Add any objects from preloaded convenience libraries
|
cannam@154
|
10015 if test -n "$dlprefiles"; then
|
cannam@154
|
10016 gentop=$output_objdir/${outputname}x
|
cannam@154
|
10017 func_append generated " $gentop"
|
cannam@154
|
10018
|
cannam@154
|
10019 func_extract_archives $gentop $dlprefiles
|
cannam@154
|
10020 func_append libobjs " $func_extract_archives_result"
|
cannam@154
|
10021 test "X$libobjs" = "X " && libobjs=
|
cannam@154
|
10022 fi
|
cannam@154
|
10023
|
cannam@154
|
10024 save_ifs=$IFS; IFS='~'
|
cannam@154
|
10025 for cmd in $cmds; do
|
cannam@154
|
10026 IFS=$sp$nl
|
cannam@154
|
10027 eval cmd=\"$cmd\"
|
cannam@154
|
10028 IFS=$save_ifs
|
cannam@154
|
10029 $opt_quiet || {
|
cannam@154
|
10030 func_quote_for_expand "$cmd"
|
cannam@154
|
10031 eval "func_echo $func_quote_for_expand_result"
|
cannam@154
|
10032 }
|
cannam@154
|
10033 $opt_dry_run || eval "$cmd" || {
|
cannam@154
|
10034 lt_exit=$?
|
cannam@154
|
10035
|
cannam@154
|
10036 # Restore the uninstalled library and exit
|
cannam@154
|
10037 if test relink = "$opt_mode"; then
|
cannam@154
|
10038 ( cd "$output_objdir" && \
|
cannam@154
|
10039 $RM "${realname}T" && \
|
cannam@154
|
10040 $MV "${realname}U" "$realname" )
|
cannam@154
|
10041 fi
|
cannam@154
|
10042
|
cannam@154
|
10043 exit $lt_exit
|
cannam@154
|
10044 }
|
cannam@154
|
10045 done
|
cannam@154
|
10046 IFS=$save_ifs
|
cannam@154
|
10047
|
cannam@154
|
10048 # Restore the uninstalled library and exit
|
cannam@154
|
10049 if test relink = "$opt_mode"; then
|
cannam@154
|
10050 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
|
cannam@154
|
10051
|
cannam@154
|
10052 if test -n "$convenience"; then
|
cannam@154
|
10053 if test -z "$whole_archive_flag_spec"; then
|
cannam@154
|
10054 func_show_eval '${RM}r "$gentop"'
|
cannam@154
|
10055 fi
|
cannam@154
|
10056 fi
|
cannam@154
|
10057
|
cannam@154
|
10058 exit $EXIT_SUCCESS
|
cannam@154
|
10059 fi
|
cannam@154
|
10060
|
cannam@154
|
10061 # Create links to the real library.
|
cannam@154
|
10062 for linkname in $linknames; do
|
cannam@154
|
10063 if test "$realname" != "$linkname"; then
|
cannam@154
|
10064 func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
|
cannam@154
|
10065 fi
|
cannam@154
|
10066 done
|
cannam@154
|
10067
|
cannam@154
|
10068 # If -module or -export-dynamic was specified, set the dlname.
|
cannam@154
|
10069 if test yes = "$module" || test yes = "$export_dynamic"; then
|
cannam@154
|
10070 # On all known operating systems, these are identical.
|
cannam@154
|
10071 dlname=$soname
|
cannam@154
|
10072 fi
|
cannam@154
|
10073 fi
|
cannam@154
|
10074 ;;
|
cannam@154
|
10075
|
cannam@154
|
10076 obj)
|
cannam@154
|
10077 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
|
cannam@154
|
10078 func_warning "'-dlopen' is ignored for objects"
|
cannam@154
|
10079 fi
|
cannam@154
|
10080
|
cannam@154
|
10081 case " $deplibs" in
|
cannam@154
|
10082 *\ -l* | *\ -L*)
|
cannam@154
|
10083 func_warning "'-l' and '-L' are ignored for objects" ;;
|
cannam@154
|
10084 esac
|
cannam@154
|
10085
|
cannam@154
|
10086 test -n "$rpath" && \
|
cannam@154
|
10087 func_warning "'-rpath' is ignored for objects"
|
cannam@154
|
10088
|
cannam@154
|
10089 test -n "$xrpath" && \
|
cannam@154
|
10090 func_warning "'-R' is ignored for objects"
|
cannam@154
|
10091
|
cannam@154
|
10092 test -n "$vinfo" && \
|
cannam@154
|
10093 func_warning "'-version-info' is ignored for objects"
|
cannam@154
|
10094
|
cannam@154
|
10095 test -n "$release" && \
|
cannam@154
|
10096 func_warning "'-release' is ignored for objects"
|
cannam@154
|
10097
|
cannam@154
|
10098 case $output in
|
cannam@154
|
10099 *.lo)
|
cannam@154
|
10100 test -n "$objs$old_deplibs" && \
|
cannam@154
|
10101 func_fatal_error "cannot build library object '$output' from non-libtool objects"
|
cannam@154
|
10102
|
cannam@154
|
10103 libobj=$output
|
cannam@154
|
10104 func_lo2o "$libobj"
|
cannam@154
|
10105 obj=$func_lo2o_result
|
cannam@154
|
10106 ;;
|
cannam@154
|
10107 *)
|
cannam@154
|
10108 libobj=
|
cannam@154
|
10109 obj=$output
|
cannam@154
|
10110 ;;
|
cannam@154
|
10111 esac
|
cannam@154
|
10112
|
cannam@154
|
10113 # Delete the old objects.
|
cannam@154
|
10114 $opt_dry_run || $RM $obj $libobj
|
cannam@154
|
10115
|
cannam@154
|
10116 # Objects from convenience libraries. This assumes
|
cannam@154
|
10117 # single-version convenience libraries. Whenever we create
|
cannam@154
|
10118 # different ones for PIC/non-PIC, this we'll have to duplicate
|
cannam@154
|
10119 # the extraction.
|
cannam@154
|
10120 reload_conv_objs=
|
cannam@154
|
10121 gentop=
|
cannam@154
|
10122 # if reload_cmds runs $LD directly, get rid of -Wl from
|
cannam@154
|
10123 # whole_archive_flag_spec and hope we can get by with turning comma
|
cannam@154
|
10124 # into space.
|
cannam@154
|
10125 case $reload_cmds in
|
cannam@154
|
10126 *\$LD[\ \$]*) wl= ;;
|
cannam@154
|
10127 esac
|
cannam@154
|
10128 if test -n "$convenience"; then
|
cannam@154
|
10129 if test -n "$whole_archive_flag_spec"; then
|
cannam@154
|
10130 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
|
cannam@154
|
10131 test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
|
cannam@154
|
10132 reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
|
cannam@154
|
10133 else
|
cannam@154
|
10134 gentop=$output_objdir/${obj}x
|
cannam@154
|
10135 func_append generated " $gentop"
|
cannam@154
|
10136
|
cannam@154
|
10137 func_extract_archives $gentop $convenience
|
cannam@154
|
10138 reload_conv_objs="$reload_objs $func_extract_archives_result"
|
cannam@154
|
10139 fi
|
cannam@154
|
10140 fi
|
cannam@154
|
10141
|
cannam@154
|
10142 # If we're not building shared, we need to use non_pic_objs
|
cannam@154
|
10143 test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
|
cannam@154
|
10144
|
cannam@154
|
10145 # Create the old-style object.
|
cannam@154
|
10146 reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
|
cannam@154
|
10147
|
cannam@154
|
10148 output=$obj
|
cannam@154
|
10149 func_execute_cmds "$reload_cmds" 'exit $?'
|
cannam@154
|
10150
|
cannam@154
|
10151 # Exit if we aren't doing a library object file.
|
cannam@154
|
10152 if test -z "$libobj"; then
|
cannam@154
|
10153 if test -n "$gentop"; then
|
cannam@154
|
10154 func_show_eval '${RM}r "$gentop"'
|
cannam@154
|
10155 fi
|
cannam@154
|
10156
|
cannam@154
|
10157 exit $EXIT_SUCCESS
|
cannam@154
|
10158 fi
|
cannam@154
|
10159
|
cannam@154
|
10160 test yes = "$build_libtool_libs" || {
|
cannam@154
|
10161 if test -n "$gentop"; then
|
cannam@154
|
10162 func_show_eval '${RM}r "$gentop"'
|
cannam@154
|
10163 fi
|
cannam@154
|
10164
|
cannam@154
|
10165 # Create an invalid libtool object if no PIC, so that we don't
|
cannam@154
|
10166 # accidentally link it into a program.
|
cannam@154
|
10167 # $show "echo timestamp > $libobj"
|
cannam@154
|
10168 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
|
cannam@154
|
10169 exit $EXIT_SUCCESS
|
cannam@154
|
10170 }
|
cannam@154
|
10171
|
cannam@154
|
10172 if test -n "$pic_flag" || test default != "$pic_mode"; then
|
cannam@154
|
10173 # Only do commands if we really have different PIC objects.
|
cannam@154
|
10174 reload_objs="$libobjs $reload_conv_objs"
|
cannam@154
|
10175 output=$libobj
|
cannam@154
|
10176 func_execute_cmds "$reload_cmds" 'exit $?'
|
cannam@154
|
10177 fi
|
cannam@154
|
10178
|
cannam@154
|
10179 if test -n "$gentop"; then
|
cannam@154
|
10180 func_show_eval '${RM}r "$gentop"'
|
cannam@154
|
10181 fi
|
cannam@154
|
10182
|
cannam@154
|
10183 exit $EXIT_SUCCESS
|
cannam@154
|
10184 ;;
|
cannam@154
|
10185
|
cannam@154
|
10186 prog)
|
cannam@154
|
10187 case $host in
|
cannam@154
|
10188 *cygwin*) func_stripname '' '.exe' "$output"
|
cannam@154
|
10189 output=$func_stripname_result.exe;;
|
cannam@154
|
10190 esac
|
cannam@154
|
10191 test -n "$vinfo" && \
|
cannam@154
|
10192 func_warning "'-version-info' is ignored for programs"
|
cannam@154
|
10193
|
cannam@154
|
10194 test -n "$release" && \
|
cannam@154
|
10195 func_warning "'-release' is ignored for programs"
|
cannam@154
|
10196
|
cannam@154
|
10197 $preload \
|
cannam@154
|
10198 && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
|
cannam@154
|
10199 && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
|
cannam@154
|
10200
|
cannam@154
|
10201 case $host in
|
cannam@154
|
10202 *-*-rhapsody* | *-*-darwin1.[012])
|
cannam@154
|
10203 # On Rhapsody replace the C library is the System framework
|
cannam@154
|
10204 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
|
cannam@154
|
10205 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
|
cannam@154
|
10206 ;;
|
cannam@154
|
10207 esac
|
cannam@154
|
10208
|
cannam@154
|
10209 case $host in
|
cannam@154
|
10210 *-*-darwin*)
|
cannam@154
|
10211 # Don't allow lazy linking, it breaks C++ global constructors
|
cannam@154
|
10212 # But is supposedly fixed on 10.4 or later (yay!).
|
cannam@154
|
10213 if test CXX = "$tagname"; then
|
cannam@154
|
10214 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
|
cannam@154
|
10215 10.[0123])
|
cannam@154
|
10216 func_append compile_command " $wl-bind_at_load"
|
cannam@154
|
10217 func_append finalize_command " $wl-bind_at_load"
|
cannam@154
|
10218 ;;
|
cannam@154
|
10219 esac
|
cannam@154
|
10220 fi
|
cannam@154
|
10221 # Time to change all our "foo.ltframework" stuff back to "-framework foo"
|
cannam@154
|
10222 compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
10223 finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
|
cannam@154
|
10224 ;;
|
cannam@154
|
10225 esac
|
cannam@154
|
10226
|
cannam@154
|
10227
|
cannam@154
|
10228 # move library search paths that coincide with paths to not yet
|
cannam@154
|
10229 # installed libraries to the beginning of the library search list
|
cannam@154
|
10230 new_libs=
|
cannam@154
|
10231 for path in $notinst_path; do
|
cannam@154
|
10232 case " $new_libs " in
|
cannam@154
|
10233 *" -L$path/$objdir "*) ;;
|
cannam@154
|
10234 *)
|
cannam@154
|
10235 case " $compile_deplibs " in
|
cannam@154
|
10236 *" -L$path/$objdir "*)
|
cannam@154
|
10237 func_append new_libs " -L$path/$objdir" ;;
|
cannam@154
|
10238 esac
|
cannam@154
|
10239 ;;
|
cannam@154
|
10240 esac
|
cannam@154
|
10241 done
|
cannam@154
|
10242 for deplib in $compile_deplibs; do
|
cannam@154
|
10243 case $deplib in
|
cannam@154
|
10244 -L*)
|
cannam@154
|
10245 case " $new_libs " in
|
cannam@154
|
10246 *" $deplib "*) ;;
|
cannam@154
|
10247 *) func_append new_libs " $deplib" ;;
|
cannam@154
|
10248 esac
|
cannam@154
|
10249 ;;
|
cannam@154
|
10250 *) func_append new_libs " $deplib" ;;
|
cannam@154
|
10251 esac
|
cannam@154
|
10252 done
|
cannam@154
|
10253 compile_deplibs=$new_libs
|
cannam@154
|
10254
|
cannam@154
|
10255
|
cannam@154
|
10256 func_append compile_command " $compile_deplibs"
|
cannam@154
|
10257 func_append finalize_command " $finalize_deplibs"
|
cannam@154
|
10258
|
cannam@154
|
10259 if test -n "$rpath$xrpath"; then
|
cannam@154
|
10260 # If the user specified any rpath flags, then add them.
|
cannam@154
|
10261 for libdir in $rpath $xrpath; do
|
cannam@154
|
10262 # This is the magic to use -rpath.
|
cannam@154
|
10263 case "$finalize_rpath " in
|
cannam@154
|
10264 *" $libdir "*) ;;
|
cannam@154
|
10265 *) func_append finalize_rpath " $libdir" ;;
|
cannam@154
|
10266 esac
|
cannam@154
|
10267 done
|
cannam@154
|
10268 fi
|
cannam@154
|
10269
|
cannam@154
|
10270 # Now hardcode the library paths
|
cannam@154
|
10271 rpath=
|
cannam@154
|
10272 hardcode_libdirs=
|
cannam@154
|
10273 for libdir in $compile_rpath $finalize_rpath; do
|
cannam@154
|
10274 if test -n "$hardcode_libdir_flag_spec"; then
|
cannam@154
|
10275 if test -n "$hardcode_libdir_separator"; then
|
cannam@154
|
10276 if test -z "$hardcode_libdirs"; then
|
cannam@154
|
10277 hardcode_libdirs=$libdir
|
cannam@154
|
10278 else
|
cannam@154
|
10279 # Just accumulate the unique libdirs.
|
cannam@154
|
10280 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
|
cannam@154
|
10281 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
|
cannam@154
|
10282 ;;
|
cannam@154
|
10283 *)
|
cannam@154
|
10284 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
|
cannam@154
|
10285 ;;
|
cannam@154
|
10286 esac
|
cannam@154
|
10287 fi
|
cannam@154
|
10288 else
|
cannam@154
|
10289 eval flag=\"$hardcode_libdir_flag_spec\"
|
cannam@154
|
10290 func_append rpath " $flag"
|
cannam@154
|
10291 fi
|
cannam@154
|
10292 elif test -n "$runpath_var"; then
|
cannam@154
|
10293 case "$perm_rpath " in
|
cannam@154
|
10294 *" $libdir "*) ;;
|
cannam@154
|
10295 *) func_append perm_rpath " $libdir" ;;
|
cannam@154
|
10296 esac
|
cannam@154
|
10297 fi
|
cannam@154
|
10298 case $host in
|
cannam@154
|
10299 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
cannam@154
|
10300 testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
|
cannam@154
|
10301 case :$dllsearchpath: in
|
cannam@154
|
10302 *":$libdir:"*) ;;
|
cannam@154
|
10303 ::) dllsearchpath=$libdir;;
|
cannam@154
|
10304 *) func_append dllsearchpath ":$libdir";;
|
cannam@154
|
10305 esac
|
cannam@154
|
10306 case :$dllsearchpath: in
|
cannam@154
|
10307 *":$testbindir:"*) ;;
|
cannam@154
|
10308 ::) dllsearchpath=$testbindir;;
|
cannam@154
|
10309 *) func_append dllsearchpath ":$testbindir";;
|
cannam@154
|
10310 esac
|
cannam@154
|
10311 ;;
|
cannam@154
|
10312 esac
|
cannam@154
|
10313 done
|
cannam@154
|
10314 # Substitute the hardcoded libdirs into the rpath.
|
cannam@154
|
10315 if test -n "$hardcode_libdir_separator" &&
|
cannam@154
|
10316 test -n "$hardcode_libdirs"; then
|
cannam@154
|
10317 libdir=$hardcode_libdirs
|
cannam@154
|
10318 eval rpath=\" $hardcode_libdir_flag_spec\"
|
cannam@154
|
10319 fi
|
cannam@154
|
10320 compile_rpath=$rpath
|
cannam@154
|
10321
|
cannam@154
|
10322 rpath=
|
cannam@154
|
10323 hardcode_libdirs=
|
cannam@154
|
10324 for libdir in $finalize_rpath; do
|
cannam@154
|
10325 if test -n "$hardcode_libdir_flag_spec"; then
|
cannam@154
|
10326 if test -n "$hardcode_libdir_separator"; then
|
cannam@154
|
10327 if test -z "$hardcode_libdirs"; then
|
cannam@154
|
10328 hardcode_libdirs=$libdir
|
cannam@154
|
10329 else
|
cannam@154
|
10330 # Just accumulate the unique libdirs.
|
cannam@154
|
10331 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
|
cannam@154
|
10332 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
|
cannam@154
|
10333 ;;
|
cannam@154
|
10334 *)
|
cannam@154
|
10335 func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
|
cannam@154
|
10336 ;;
|
cannam@154
|
10337 esac
|
cannam@154
|
10338 fi
|
cannam@154
|
10339 else
|
cannam@154
|
10340 eval flag=\"$hardcode_libdir_flag_spec\"
|
cannam@154
|
10341 func_append rpath " $flag"
|
cannam@154
|
10342 fi
|
cannam@154
|
10343 elif test -n "$runpath_var"; then
|
cannam@154
|
10344 case "$finalize_perm_rpath " in
|
cannam@154
|
10345 *" $libdir "*) ;;
|
cannam@154
|
10346 *) func_append finalize_perm_rpath " $libdir" ;;
|
cannam@154
|
10347 esac
|
cannam@154
|
10348 fi
|
cannam@154
|
10349 done
|
cannam@154
|
10350 # Substitute the hardcoded libdirs into the rpath.
|
cannam@154
|
10351 if test -n "$hardcode_libdir_separator" &&
|
cannam@154
|
10352 test -n "$hardcode_libdirs"; then
|
cannam@154
|
10353 libdir=$hardcode_libdirs
|
cannam@154
|
10354 eval rpath=\" $hardcode_libdir_flag_spec\"
|
cannam@154
|
10355 fi
|
cannam@154
|
10356 finalize_rpath=$rpath
|
cannam@154
|
10357
|
cannam@154
|
10358 if test -n "$libobjs" && test yes = "$build_old_libs"; then
|
cannam@154
|
10359 # Transform all the library objects into standard objects.
|
cannam@154
|
10360 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
|
cannam@154
|
10361 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
|
cannam@154
|
10362 fi
|
cannam@154
|
10363
|
cannam@154
|
10364 func_generate_dlsyms "$outputname" "@PROGRAM@" false
|
cannam@154
|
10365
|
cannam@154
|
10366 # template prelinking step
|
cannam@154
|
10367 if test -n "$prelink_cmds"; then
|
cannam@154
|
10368 func_execute_cmds "$prelink_cmds" 'exit $?'
|
cannam@154
|
10369 fi
|
cannam@154
|
10370
|
cannam@154
|
10371 wrappers_required=:
|
cannam@154
|
10372 case $host in
|
cannam@154
|
10373 *cegcc* | *mingw32ce*)
|
cannam@154
|
10374 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
|
cannam@154
|
10375 wrappers_required=false
|
cannam@154
|
10376 ;;
|
cannam@154
|
10377 *cygwin* | *mingw* )
|
cannam@154
|
10378 test yes = "$build_libtool_libs" || wrappers_required=false
|
cannam@154
|
10379 ;;
|
cannam@154
|
10380 *)
|
cannam@154
|
10381 if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
|
cannam@154
|
10382 wrappers_required=false
|
cannam@154
|
10383 fi
|
cannam@154
|
10384 ;;
|
cannam@154
|
10385 esac
|
cannam@154
|
10386 $wrappers_required || {
|
cannam@154
|
10387 # Replace the output file specification.
|
cannam@154
|
10388 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
|
cannam@154
|
10389 link_command=$compile_command$compile_rpath
|
cannam@154
|
10390
|
cannam@154
|
10391 # We have no uninstalled library dependencies, so finalize right now.
|
cannam@154
|
10392 exit_status=0
|
cannam@154
|
10393 func_show_eval "$link_command" 'exit_status=$?'
|
cannam@154
|
10394
|
cannam@154
|
10395 if test -n "$postlink_cmds"; then
|
cannam@154
|
10396 func_to_tool_file "$output"
|
cannam@154
|
10397 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
|
cannam@154
|
10398 func_execute_cmds "$postlink_cmds" 'exit $?'
|
cannam@154
|
10399 fi
|
cannam@154
|
10400
|
cannam@154
|
10401 # Delete the generated files.
|
cannam@154
|
10402 if test -f "$output_objdir/${outputname}S.$objext"; then
|
cannam@154
|
10403 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
|
cannam@154
|
10404 fi
|
cannam@154
|
10405
|
cannam@154
|
10406 exit $exit_status
|
cannam@154
|
10407 }
|
cannam@154
|
10408
|
cannam@154
|
10409 if test -n "$compile_shlibpath$finalize_shlibpath"; then
|
cannam@154
|
10410 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
|
cannam@154
|
10411 fi
|
cannam@154
|
10412 if test -n "$finalize_shlibpath"; then
|
cannam@154
|
10413 finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
|
cannam@154
|
10414 fi
|
cannam@154
|
10415
|
cannam@154
|
10416 compile_var=
|
cannam@154
|
10417 finalize_var=
|
cannam@154
|
10418 if test -n "$runpath_var"; then
|
cannam@154
|
10419 if test -n "$perm_rpath"; then
|
cannam@154
|
10420 # We should set the runpath_var.
|
cannam@154
|
10421 rpath=
|
cannam@154
|
10422 for dir in $perm_rpath; do
|
cannam@154
|
10423 func_append rpath "$dir:"
|
cannam@154
|
10424 done
|
cannam@154
|
10425 compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
|
cannam@154
|
10426 fi
|
cannam@154
|
10427 if test -n "$finalize_perm_rpath"; then
|
cannam@154
|
10428 # We should set the runpath_var.
|
cannam@154
|
10429 rpath=
|
cannam@154
|
10430 for dir in $finalize_perm_rpath; do
|
cannam@154
|
10431 func_append rpath "$dir:"
|
cannam@154
|
10432 done
|
cannam@154
|
10433 finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
|
cannam@154
|
10434 fi
|
cannam@154
|
10435 fi
|
cannam@154
|
10436
|
cannam@154
|
10437 if test yes = "$no_install"; then
|
cannam@154
|
10438 # We don't need to create a wrapper script.
|
cannam@154
|
10439 link_command=$compile_var$compile_command$compile_rpath
|
cannam@154
|
10440 # Replace the output file specification.
|
cannam@154
|
10441 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
|
cannam@154
|
10442 # Delete the old output file.
|
cannam@154
|
10443 $opt_dry_run || $RM $output
|
cannam@154
|
10444 # Link the executable and exit
|
cannam@154
|
10445 func_show_eval "$link_command" 'exit $?'
|
cannam@154
|
10446
|
cannam@154
|
10447 if test -n "$postlink_cmds"; then
|
cannam@154
|
10448 func_to_tool_file "$output"
|
cannam@154
|
10449 postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
|
cannam@154
|
10450 func_execute_cmds "$postlink_cmds" 'exit $?'
|
cannam@154
|
10451 fi
|
cannam@154
|
10452
|
cannam@154
|
10453 exit $EXIT_SUCCESS
|
cannam@154
|
10454 fi
|
cannam@154
|
10455
|
cannam@154
|
10456 case $hardcode_action,$fast_install in
|
cannam@154
|
10457 relink,*)
|
cannam@154
|
10458 # Fast installation is not supported
|
cannam@154
|
10459 link_command=$compile_var$compile_command$compile_rpath
|
cannam@154
|
10460 relink_command=$finalize_var$finalize_command$finalize_rpath
|
cannam@154
|
10461
|
cannam@154
|
10462 func_warning "this platform does not like uninstalled shared libraries"
|
cannam@154
|
10463 func_warning "'$output' will be relinked during installation"
|
cannam@154
|
10464 ;;
|
cannam@154
|
10465 *,yes)
|
cannam@154
|
10466 link_command=$finalize_var$compile_command$finalize_rpath
|
cannam@154
|
10467 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
|
cannam@154
|
10468 ;;
|
cannam@154
|
10469 *,no)
|
cannam@154
|
10470 link_command=$compile_var$compile_command$compile_rpath
|
cannam@154
|
10471 relink_command=$finalize_var$finalize_command$finalize_rpath
|
cannam@154
|
10472 ;;
|
cannam@154
|
10473 *,needless)
|
cannam@154
|
10474 link_command=$finalize_var$compile_command$finalize_rpath
|
cannam@154
|
10475 relink_command=
|
cannam@154
|
10476 ;;
|
cannam@154
|
10477 esac
|
cannam@154
|
10478
|
cannam@154
|
10479 # Replace the output file specification.
|
cannam@154
|
10480 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
|
cannam@154
|
10481
|
cannam@154
|
10482 # Delete the old output files.
|
cannam@154
|
10483 $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
|
cannam@154
|
10484
|
cannam@154
|
10485 func_show_eval "$link_command" 'exit $?'
|
cannam@154
|
10486
|
cannam@154
|
10487 if test -n "$postlink_cmds"; then
|
cannam@154
|
10488 func_to_tool_file "$output_objdir/$outputname"
|
cannam@154
|
10489 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'`
|
cannam@154
|
10490 func_execute_cmds "$postlink_cmds" 'exit $?'
|
cannam@154
|
10491 fi
|
cannam@154
|
10492
|
cannam@154
|
10493 # Now create the wrapper script.
|
cannam@154
|
10494 func_verbose "creating $output"
|
cannam@154
|
10495
|
cannam@154
|
10496 # Quote the relink command for shipping.
|
cannam@154
|
10497 if test -n "$relink_command"; then
|
cannam@154
|
10498 # Preserve any variables that may affect compiler behavior
|
cannam@154
|
10499 for var in $variables_saved_for_relink; do
|
cannam@154
|
10500 if eval test -z \"\${$var+set}\"; then
|
cannam@154
|
10501 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
|
cannam@154
|
10502 elif eval var_value=\$$var; test -z "$var_value"; then
|
cannam@154
|
10503 relink_command="$var=; export $var; $relink_command"
|
cannam@154
|
10504 else
|
cannam@154
|
10505 func_quote_for_eval "$var_value"
|
cannam@154
|
10506 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
|
cannam@154
|
10507 fi
|
cannam@154
|
10508 done
|
cannam@154
|
10509 relink_command="(cd `pwd`; $relink_command)"
|
cannam@154
|
10510 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
|
cannam@154
|
10511 fi
|
cannam@154
|
10512
|
cannam@154
|
10513 # Only actually do things if not in dry run mode.
|
cannam@154
|
10514 $opt_dry_run || {
|
cannam@154
|
10515 # win32 will think the script is a binary if it has
|
cannam@154
|
10516 # a .exe suffix, so we strip it off here.
|
cannam@154
|
10517 case $output in
|
cannam@154
|
10518 *.exe) func_stripname '' '.exe' "$output"
|
cannam@154
|
10519 output=$func_stripname_result ;;
|
cannam@154
|
10520 esac
|
cannam@154
|
10521 # test for cygwin because mv fails w/o .exe extensions
|
cannam@154
|
10522 case $host in
|
cannam@154
|
10523 *cygwin*)
|
cannam@154
|
10524 exeext=.exe
|
cannam@154
|
10525 func_stripname '' '.exe' "$outputname"
|
cannam@154
|
10526 outputname=$func_stripname_result ;;
|
cannam@154
|
10527 *) exeext= ;;
|
cannam@154
|
10528 esac
|
cannam@154
|
10529 case $host in
|
cannam@154
|
10530 *cygwin* | *mingw* )
|
cannam@154
|
10531 func_dirname_and_basename "$output" "" "."
|
cannam@154
|
10532 output_name=$func_basename_result
|
cannam@154
|
10533 output_path=$func_dirname_result
|
cannam@154
|
10534 cwrappersource=$output_path/$objdir/lt-$output_name.c
|
cannam@154
|
10535 cwrapper=$output_path/$output_name.exe
|
cannam@154
|
10536 $RM $cwrappersource $cwrapper
|
cannam@154
|
10537 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
|
cannam@154
|
10538
|
cannam@154
|
10539 func_emit_cwrapperexe_src > $cwrappersource
|
cannam@154
|
10540
|
cannam@154
|
10541 # The wrapper executable is built using the $host compiler,
|
cannam@154
|
10542 # because it contains $host paths and files. If cross-
|
cannam@154
|
10543 # compiling, it, like the target executable, must be
|
cannam@154
|
10544 # executed on the $host or under an emulation environment.
|
cannam@154
|
10545 $opt_dry_run || {
|
cannam@154
|
10546 $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
|
cannam@154
|
10547 $STRIP $cwrapper
|
cannam@154
|
10548 }
|
cannam@154
|
10549
|
cannam@154
|
10550 # Now, create the wrapper script for func_source use:
|
cannam@154
|
10551 func_ltwrapper_scriptname $cwrapper
|
cannam@154
|
10552 $RM $func_ltwrapper_scriptname_result
|
cannam@154
|
10553 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
|
cannam@154
|
10554 $opt_dry_run || {
|
cannam@154
|
10555 # note: this script will not be executed, so do not chmod.
|
cannam@154
|
10556 if test "x$build" = "x$host"; then
|
cannam@154
|
10557 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
|
cannam@154
|
10558 else
|
cannam@154
|
10559 func_emit_wrapper no > $func_ltwrapper_scriptname_result
|
cannam@154
|
10560 fi
|
cannam@154
|
10561 }
|
cannam@154
|
10562 ;;
|
cannam@154
|
10563 * )
|
cannam@154
|
10564 $RM $output
|
cannam@154
|
10565 trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
|
cannam@154
|
10566
|
cannam@154
|
10567 func_emit_wrapper no > $output
|
cannam@154
|
10568 chmod +x $output
|
cannam@154
|
10569 ;;
|
cannam@154
|
10570 esac
|
cannam@154
|
10571 }
|
cannam@154
|
10572 exit $EXIT_SUCCESS
|
cannam@154
|
10573 ;;
|
cannam@154
|
10574 esac
|
cannam@154
|
10575
|
cannam@154
|
10576 # See if we need to build an old-fashioned archive.
|
cannam@154
|
10577 for oldlib in $oldlibs; do
|
cannam@154
|
10578
|
cannam@154
|
10579 case $build_libtool_libs in
|
cannam@154
|
10580 convenience)
|
cannam@154
|
10581 oldobjs="$libobjs_save $symfileobj"
|
cannam@154
|
10582 addlibs=$convenience
|
cannam@154
|
10583 build_libtool_libs=no
|
cannam@154
|
10584 ;;
|
cannam@154
|
10585 module)
|
cannam@154
|
10586 oldobjs=$libobjs_save
|
cannam@154
|
10587 addlibs=$old_convenience
|
cannam@154
|
10588 build_libtool_libs=no
|
cannam@154
|
10589 ;;
|
cannam@154
|
10590 *)
|
cannam@154
|
10591 oldobjs="$old_deplibs $non_pic_objects"
|
cannam@154
|
10592 $preload && test -f "$symfileobj" \
|
cannam@154
|
10593 && func_append oldobjs " $symfileobj"
|
cannam@154
|
10594 addlibs=$old_convenience
|
cannam@154
|
10595 ;;
|
cannam@154
|
10596 esac
|
cannam@154
|
10597
|
cannam@154
|
10598 if test -n "$addlibs"; then
|
cannam@154
|
10599 gentop=$output_objdir/${outputname}x
|
cannam@154
|
10600 func_append generated " $gentop"
|
cannam@154
|
10601
|
cannam@154
|
10602 func_extract_archives $gentop $addlibs
|
cannam@154
|
10603 func_append oldobjs " $func_extract_archives_result"
|
cannam@154
|
10604 fi
|
cannam@154
|
10605
|
cannam@154
|
10606 # Do each command in the archive commands.
|
cannam@154
|
10607 if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
|
cannam@154
|
10608 cmds=$old_archive_from_new_cmds
|
cannam@154
|
10609 else
|
cannam@154
|
10610
|
cannam@154
|
10611 # Add any objects from preloaded convenience libraries
|
cannam@154
|
10612 if test -n "$dlprefiles"; then
|
cannam@154
|
10613 gentop=$output_objdir/${outputname}x
|
cannam@154
|
10614 func_append generated " $gentop"
|
cannam@154
|
10615
|
cannam@154
|
10616 func_extract_archives $gentop $dlprefiles
|
cannam@154
|
10617 func_append oldobjs " $func_extract_archives_result"
|
cannam@154
|
10618 fi
|
cannam@154
|
10619
|
cannam@154
|
10620 # POSIX demands no paths to be encoded in archives. We have
|
cannam@154
|
10621 # to avoid creating archives with duplicate basenames if we
|
cannam@154
|
10622 # might have to extract them afterwards, e.g., when creating a
|
cannam@154
|
10623 # static archive out of a convenience library, or when linking
|
cannam@154
|
10624 # the entirety of a libtool archive into another (currently
|
cannam@154
|
10625 # not supported by libtool).
|
cannam@154
|
10626 if (for obj in $oldobjs
|
cannam@154
|
10627 do
|
cannam@154
|
10628 func_basename "$obj"
|
cannam@154
|
10629 $ECHO "$func_basename_result"
|
cannam@154
|
10630 done | sort | sort -uc >/dev/null 2>&1); then
|
cannam@154
|
10631 :
|
cannam@154
|
10632 else
|
cannam@154
|
10633 echo "copying selected object files to avoid basename conflicts..."
|
cannam@154
|
10634 gentop=$output_objdir/${outputname}x
|
cannam@154
|
10635 func_append generated " $gentop"
|
cannam@154
|
10636 func_mkdir_p "$gentop"
|
cannam@154
|
10637 save_oldobjs=$oldobjs
|
cannam@154
|
10638 oldobjs=
|
cannam@154
|
10639 counter=1
|
cannam@154
|
10640 for obj in $save_oldobjs
|
cannam@154
|
10641 do
|
cannam@154
|
10642 func_basename "$obj"
|
cannam@154
|
10643 objbase=$func_basename_result
|
cannam@154
|
10644 case " $oldobjs " in
|
cannam@154
|
10645 " ") oldobjs=$obj ;;
|
cannam@154
|
10646 *[\ /]"$objbase "*)
|
cannam@154
|
10647 while :; do
|
cannam@154
|
10648 # Make sure we don't pick an alternate name that also
|
cannam@154
|
10649 # overlaps.
|
cannam@154
|
10650 newobj=lt$counter-$objbase
|
cannam@154
|
10651 func_arith $counter + 1
|
cannam@154
|
10652 counter=$func_arith_result
|
cannam@154
|
10653 case " $oldobjs " in
|
cannam@154
|
10654 *[\ /]"$newobj "*) ;;
|
cannam@154
|
10655 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
|
cannam@154
|
10656 esac
|
cannam@154
|
10657 done
|
cannam@154
|
10658 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
|
cannam@154
|
10659 func_append oldobjs " $gentop/$newobj"
|
cannam@154
|
10660 ;;
|
cannam@154
|
10661 *) func_append oldobjs " $obj" ;;
|
cannam@154
|
10662 esac
|
cannam@154
|
10663 done
|
cannam@154
|
10664 fi
|
cannam@154
|
10665 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
|
cannam@154
|
10666 tool_oldlib=$func_to_tool_file_result
|
cannam@154
|
10667 eval cmds=\"$old_archive_cmds\"
|
cannam@154
|
10668
|
cannam@154
|
10669 func_len " $cmds"
|
cannam@154
|
10670 len=$func_len_result
|
cannam@154
|
10671 if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
|
cannam@154
|
10672 cmds=$old_archive_cmds
|
cannam@154
|
10673 elif test -n "$archiver_list_spec"; then
|
cannam@154
|
10674 func_verbose "using command file archive linking..."
|
cannam@154
|
10675 for obj in $oldobjs
|
cannam@154
|
10676 do
|
cannam@154
|
10677 func_to_tool_file "$obj"
|
cannam@154
|
10678 $ECHO "$func_to_tool_file_result"
|
cannam@154
|
10679 done > $output_objdir/$libname.libcmd
|
cannam@154
|
10680 func_to_tool_file "$output_objdir/$libname.libcmd"
|
cannam@154
|
10681 oldobjs=" $archiver_list_spec$func_to_tool_file_result"
|
cannam@154
|
10682 cmds=$old_archive_cmds
|
cannam@154
|
10683 else
|
cannam@154
|
10684 # the command line is too long to link in one step, link in parts
|
cannam@154
|
10685 func_verbose "using piecewise archive linking..."
|
cannam@154
|
10686 save_RANLIB=$RANLIB
|
cannam@154
|
10687 RANLIB=:
|
cannam@154
|
10688 objlist=
|
cannam@154
|
10689 concat_cmds=
|
cannam@154
|
10690 save_oldobjs=$oldobjs
|
cannam@154
|
10691 oldobjs=
|
cannam@154
|
10692 # Is there a better way of finding the last object in the list?
|
cannam@154
|
10693 for obj in $save_oldobjs
|
cannam@154
|
10694 do
|
cannam@154
|
10695 last_oldobj=$obj
|
cannam@154
|
10696 done
|
cannam@154
|
10697 eval test_cmds=\"$old_archive_cmds\"
|
cannam@154
|
10698 func_len " $test_cmds"
|
cannam@154
|
10699 len0=$func_len_result
|
cannam@154
|
10700 len=$len0
|
cannam@154
|
10701 for obj in $save_oldobjs
|
cannam@154
|
10702 do
|
cannam@154
|
10703 func_len " $obj"
|
cannam@154
|
10704 func_arith $len + $func_len_result
|
cannam@154
|
10705 len=$func_arith_result
|
cannam@154
|
10706 func_append objlist " $obj"
|
cannam@154
|
10707 if test "$len" -lt "$max_cmd_len"; then
|
cannam@154
|
10708 :
|
cannam@154
|
10709 else
|
cannam@154
|
10710 # the above command should be used before it gets too long
|
cannam@154
|
10711 oldobjs=$objlist
|
cannam@154
|
10712 if test "$obj" = "$last_oldobj"; then
|
cannam@154
|
10713 RANLIB=$save_RANLIB
|
cannam@154
|
10714 fi
|
cannam@154
|
10715 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
|
cannam@154
|
10716 eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
|
cannam@154
|
10717 objlist=
|
cannam@154
|
10718 len=$len0
|
cannam@154
|
10719 fi
|
cannam@154
|
10720 done
|
cannam@154
|
10721 RANLIB=$save_RANLIB
|
cannam@154
|
10722 oldobjs=$objlist
|
cannam@154
|
10723 if test -z "$oldobjs"; then
|
cannam@154
|
10724 eval cmds=\"\$concat_cmds\"
|
cannam@154
|
10725 else
|
cannam@154
|
10726 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
|
cannam@154
|
10727 fi
|
cannam@154
|
10728 fi
|
cannam@154
|
10729 fi
|
cannam@154
|
10730 func_execute_cmds "$cmds" 'exit $?'
|
cannam@154
|
10731 done
|
cannam@154
|
10732
|
cannam@154
|
10733 test -n "$generated" && \
|
cannam@154
|
10734 func_show_eval "${RM}r$generated"
|
cannam@154
|
10735
|
cannam@154
|
10736 # Now create the libtool archive.
|
cannam@154
|
10737 case $output in
|
cannam@154
|
10738 *.la)
|
cannam@154
|
10739 old_library=
|
cannam@154
|
10740 test yes = "$build_old_libs" && old_library=$libname.$libext
|
cannam@154
|
10741 func_verbose "creating $output"
|
cannam@154
|
10742
|
cannam@154
|
10743 # Preserve any variables that may affect compiler behavior
|
cannam@154
|
10744 for var in $variables_saved_for_relink; do
|
cannam@154
|
10745 if eval test -z \"\${$var+set}\"; then
|
cannam@154
|
10746 relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
|
cannam@154
|
10747 elif eval var_value=\$$var; test -z "$var_value"; then
|
cannam@154
|
10748 relink_command="$var=; export $var; $relink_command"
|
cannam@154
|
10749 else
|
cannam@154
|
10750 func_quote_for_eval "$var_value"
|
cannam@154
|
10751 relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
|
cannam@154
|
10752 fi
|
cannam@154
|
10753 done
|
cannam@154
|
10754 # Quote the link command for shipping.
|
cannam@154
|
10755 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
|
cannam@154
|
10756 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
|
cannam@154
|
10757 if test yes = "$hardcode_automatic"; then
|
cannam@154
|
10758 relink_command=
|
cannam@154
|
10759 fi
|
cannam@154
|
10760
|
cannam@154
|
10761 # Only create the output if not a dry run.
|
cannam@154
|
10762 $opt_dry_run || {
|
cannam@154
|
10763 for installed in no yes; do
|
cannam@154
|
10764 if test yes = "$installed"; then
|
cannam@154
|
10765 if test -z "$install_libdir"; then
|
cannam@154
|
10766 break
|
cannam@154
|
10767 fi
|
cannam@154
|
10768 output=$output_objdir/${outputname}i
|
cannam@154
|
10769 # Replace all uninstalled libtool libraries with the installed ones
|
cannam@154
|
10770 newdependency_libs=
|
cannam@154
|
10771 for deplib in $dependency_libs; do
|
cannam@154
|
10772 case $deplib in
|
cannam@154
|
10773 *.la)
|
cannam@154
|
10774 func_basename "$deplib"
|
cannam@154
|
10775 name=$func_basename_result
|
cannam@154
|
10776 func_resolve_sysroot "$deplib"
|
cannam@154
|
10777 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
|
cannam@154
|
10778 test -z "$libdir" && \
|
cannam@154
|
10779 func_fatal_error "'$deplib' is not a valid libtool archive"
|
cannam@154
|
10780 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
|
cannam@154
|
10781 ;;
|
cannam@154
|
10782 -L*)
|
cannam@154
|
10783 func_stripname -L '' "$deplib"
|
cannam@154
|
10784 func_replace_sysroot "$func_stripname_result"
|
cannam@154
|
10785 func_append newdependency_libs " -L$func_replace_sysroot_result"
|
cannam@154
|
10786 ;;
|
cannam@154
|
10787 -R*)
|
cannam@154
|
10788 func_stripname -R '' "$deplib"
|
cannam@154
|
10789 func_replace_sysroot "$func_stripname_result"
|
cannam@154
|
10790 func_append newdependency_libs " -R$func_replace_sysroot_result"
|
cannam@154
|
10791 ;;
|
cannam@154
|
10792 *) func_append newdependency_libs " $deplib" ;;
|
cannam@154
|
10793 esac
|
cannam@154
|
10794 done
|
cannam@154
|
10795 dependency_libs=$newdependency_libs
|
cannam@154
|
10796 newdlfiles=
|
cannam@154
|
10797
|
cannam@154
|
10798 for lib in $dlfiles; do
|
cannam@154
|
10799 case $lib in
|
cannam@154
|
10800 *.la)
|
cannam@154
|
10801 func_basename "$lib"
|
cannam@154
|
10802 name=$func_basename_result
|
cannam@154
|
10803 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
|
cannam@154
|
10804 test -z "$libdir" && \
|
cannam@154
|
10805 func_fatal_error "'$lib' is not a valid libtool archive"
|
cannam@154
|
10806 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
|
cannam@154
|
10807 ;;
|
cannam@154
|
10808 *) func_append newdlfiles " $lib" ;;
|
cannam@154
|
10809 esac
|
cannam@154
|
10810 done
|
cannam@154
|
10811 dlfiles=$newdlfiles
|
cannam@154
|
10812 newdlprefiles=
|
cannam@154
|
10813 for lib in $dlprefiles; do
|
cannam@154
|
10814 case $lib in
|
cannam@154
|
10815 *.la)
|
cannam@154
|
10816 # Only pass preopened files to the pseudo-archive (for
|
cannam@154
|
10817 # eventual linking with the app. that links it) if we
|
cannam@154
|
10818 # didn't already link the preopened objects directly into
|
cannam@154
|
10819 # the library:
|
cannam@154
|
10820 func_basename "$lib"
|
cannam@154
|
10821 name=$func_basename_result
|
cannam@154
|
10822 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
|
cannam@154
|
10823 test -z "$libdir" && \
|
cannam@154
|
10824 func_fatal_error "'$lib' is not a valid libtool archive"
|
cannam@154
|
10825 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
|
cannam@154
|
10826 ;;
|
cannam@154
|
10827 esac
|
cannam@154
|
10828 done
|
cannam@154
|
10829 dlprefiles=$newdlprefiles
|
cannam@154
|
10830 else
|
cannam@154
|
10831 newdlfiles=
|
cannam@154
|
10832 for lib in $dlfiles; do
|
cannam@154
|
10833 case $lib in
|
cannam@154
|
10834 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
|
cannam@154
|
10835 *) abs=`pwd`"/$lib" ;;
|
cannam@154
|
10836 esac
|
cannam@154
|
10837 func_append newdlfiles " $abs"
|
cannam@154
|
10838 done
|
cannam@154
|
10839 dlfiles=$newdlfiles
|
cannam@154
|
10840 newdlprefiles=
|
cannam@154
|
10841 for lib in $dlprefiles; do
|
cannam@154
|
10842 case $lib in
|
cannam@154
|
10843 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
|
cannam@154
|
10844 *) abs=`pwd`"/$lib" ;;
|
cannam@154
|
10845 esac
|
cannam@154
|
10846 func_append newdlprefiles " $abs"
|
cannam@154
|
10847 done
|
cannam@154
|
10848 dlprefiles=$newdlprefiles
|
cannam@154
|
10849 fi
|
cannam@154
|
10850 $RM $output
|
cannam@154
|
10851 # place dlname in correct position for cygwin
|
cannam@154
|
10852 # In fact, it would be nice if we could use this code for all target
|
cannam@154
|
10853 # systems that can't hard-code library paths into their executables
|
cannam@154
|
10854 # and that have no shared library path variable independent of PATH,
|
cannam@154
|
10855 # but it turns out we can't easily determine that from inspecting
|
cannam@154
|
10856 # libtool variables, so we have to hard-code the OSs to which it
|
cannam@154
|
10857 # applies here; at the moment, that means platforms that use the PE
|
cannam@154
|
10858 # object format with DLL files. See the long comment at the top of
|
cannam@154
|
10859 # tests/bindir.at for full details.
|
cannam@154
|
10860 tdlname=$dlname
|
cannam@154
|
10861 case $host,$output,$installed,$module,$dlname in
|
cannam@154
|
10862 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
|
cannam@154
|
10863 # If a -bindir argument was supplied, place the dll there.
|
cannam@154
|
10864 if test -n "$bindir"; then
|
cannam@154
|
10865 func_relative_path "$install_libdir" "$bindir"
|
cannam@154
|
10866 tdlname=$func_relative_path_result/$dlname
|
cannam@154
|
10867 else
|
cannam@154
|
10868 # Otherwise fall back on heuristic.
|
cannam@154
|
10869 tdlname=../bin/$dlname
|
cannam@154
|
10870 fi
|
cannam@154
|
10871 ;;
|
cannam@154
|
10872 esac
|
cannam@154
|
10873 $ECHO > $output "\
|
cannam@154
|
10874 # $outputname - a libtool library file
|
cannam@154
|
10875 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
|
cannam@154
|
10876 #
|
cannam@154
|
10877 # Please DO NOT delete this file!
|
cannam@154
|
10878 # It is necessary for linking the library.
|
cannam@154
|
10879
|
cannam@154
|
10880 # The name that we can dlopen(3).
|
cannam@154
|
10881 dlname='$tdlname'
|
cannam@154
|
10882
|
cannam@154
|
10883 # Names of this library.
|
cannam@154
|
10884 library_names='$library_names'
|
cannam@154
|
10885
|
cannam@154
|
10886 # The name of the static archive.
|
cannam@154
|
10887 old_library='$old_library'
|
cannam@154
|
10888
|
cannam@154
|
10889 # Linker flags that cannot go in dependency_libs.
|
cannam@154
|
10890 inherited_linker_flags='$new_inherited_linker_flags'
|
cannam@154
|
10891
|
cannam@154
|
10892 # Libraries that this one depends upon.
|
cannam@154
|
10893 dependency_libs='$dependency_libs'
|
cannam@154
|
10894
|
cannam@154
|
10895 # Names of additional weak libraries provided by this library
|
cannam@154
|
10896 weak_library_names='$weak_libs'
|
cannam@154
|
10897
|
cannam@154
|
10898 # Version information for $libname.
|
cannam@154
|
10899 current=$current
|
cannam@154
|
10900 age=$age
|
cannam@154
|
10901 revision=$revision
|
cannam@154
|
10902
|
cannam@154
|
10903 # Is this an already installed library?
|
cannam@154
|
10904 installed=$installed
|
cannam@154
|
10905
|
cannam@154
|
10906 # Should we warn about portability when linking against -modules?
|
cannam@154
|
10907 shouldnotlink=$module
|
cannam@154
|
10908
|
cannam@154
|
10909 # Files to dlopen/dlpreopen
|
cannam@154
|
10910 dlopen='$dlfiles'
|
cannam@154
|
10911 dlpreopen='$dlprefiles'
|
cannam@154
|
10912
|
cannam@154
|
10913 # Directory that this library needs to be installed in:
|
cannam@154
|
10914 libdir='$install_libdir'"
|
cannam@154
|
10915 if test no,yes = "$installed,$need_relink"; then
|
cannam@154
|
10916 $ECHO >> $output "\
|
cannam@154
|
10917 relink_command=\"$relink_command\""
|
cannam@154
|
10918 fi
|
cannam@154
|
10919 done
|
cannam@154
|
10920 }
|
cannam@154
|
10921
|
cannam@154
|
10922 # Do a symbolic link so that the libtool archive can be found in
|
cannam@154
|
10923 # LD_LIBRARY_PATH before the program is installed.
|
cannam@154
|
10924 func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
|
cannam@154
|
10925 ;;
|
cannam@154
|
10926 esac
|
cannam@154
|
10927 exit $EXIT_SUCCESS
|
cannam@154
|
10928 }
|
cannam@154
|
10929
|
cannam@154
|
10930 if test link = "$opt_mode" || test relink = "$opt_mode"; then
|
cannam@154
|
10931 func_mode_link ${1+"$@"}
|
cannam@154
|
10932 fi
|
cannam@154
|
10933
|
cannam@154
|
10934
|
cannam@154
|
10935 # func_mode_uninstall arg...
|
cannam@154
|
10936 func_mode_uninstall ()
|
cannam@154
|
10937 {
|
cannam@154
|
10938 $debug_cmd
|
cannam@154
|
10939
|
cannam@154
|
10940 RM=$nonopt
|
cannam@154
|
10941 files=
|
cannam@154
|
10942 rmforce=false
|
cannam@154
|
10943 exit_status=0
|
cannam@154
|
10944
|
cannam@154
|
10945 # This variable tells wrapper scripts just to set variables rather
|
cannam@154
|
10946 # than running their programs.
|
cannam@154
|
10947 libtool_install_magic=$magic
|
cannam@154
|
10948
|
cannam@154
|
10949 for arg
|
cannam@154
|
10950 do
|
cannam@154
|
10951 case $arg in
|
cannam@154
|
10952 -f) func_append RM " $arg"; rmforce=: ;;
|
cannam@154
|
10953 -*) func_append RM " $arg" ;;
|
cannam@154
|
10954 *) func_append files " $arg" ;;
|
cannam@154
|
10955 esac
|
cannam@154
|
10956 done
|
cannam@154
|
10957
|
cannam@154
|
10958 test -z "$RM" && \
|
cannam@154
|
10959 func_fatal_help "you must specify an RM program"
|
cannam@154
|
10960
|
cannam@154
|
10961 rmdirs=
|
cannam@154
|
10962
|
cannam@154
|
10963 for file in $files; do
|
cannam@154
|
10964 func_dirname "$file" "" "."
|
cannam@154
|
10965 dir=$func_dirname_result
|
cannam@154
|
10966 if test . = "$dir"; then
|
cannam@154
|
10967 odir=$objdir
|
cannam@154
|
10968 else
|
cannam@154
|
10969 odir=$dir/$objdir
|
cannam@154
|
10970 fi
|
cannam@154
|
10971 func_basename "$file"
|
cannam@154
|
10972 name=$func_basename_result
|
cannam@154
|
10973 test uninstall = "$opt_mode" && odir=$dir
|
cannam@154
|
10974
|
cannam@154
|
10975 # Remember odir for removal later, being careful to avoid duplicates
|
cannam@154
|
10976 if test clean = "$opt_mode"; then
|
cannam@154
|
10977 case " $rmdirs " in
|
cannam@154
|
10978 *" $odir "*) ;;
|
cannam@154
|
10979 *) func_append rmdirs " $odir" ;;
|
cannam@154
|
10980 esac
|
cannam@154
|
10981 fi
|
cannam@154
|
10982
|
cannam@154
|
10983 # Don't error if the file doesn't exist and rm -f was used.
|
cannam@154
|
10984 if { test -L "$file"; } >/dev/null 2>&1 ||
|
cannam@154
|
10985 { test -h "$file"; } >/dev/null 2>&1 ||
|
cannam@154
|
10986 test -f "$file"; then
|
cannam@154
|
10987 :
|
cannam@154
|
10988 elif test -d "$file"; then
|
cannam@154
|
10989 exit_status=1
|
cannam@154
|
10990 continue
|
cannam@154
|
10991 elif $rmforce; then
|
cannam@154
|
10992 continue
|
cannam@154
|
10993 fi
|
cannam@154
|
10994
|
cannam@154
|
10995 rmfiles=$file
|
cannam@154
|
10996
|
cannam@154
|
10997 case $name in
|
cannam@154
|
10998 *.la)
|
cannam@154
|
10999 # Possibly a libtool archive, so verify it.
|
cannam@154
|
11000 if func_lalib_p "$file"; then
|
cannam@154
|
11001 func_source $dir/$name
|
cannam@154
|
11002
|
cannam@154
|
11003 # Delete the libtool libraries and symlinks.
|
cannam@154
|
11004 for n in $library_names; do
|
cannam@154
|
11005 func_append rmfiles " $odir/$n"
|
cannam@154
|
11006 done
|
cannam@154
|
11007 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
|
cannam@154
|
11008
|
cannam@154
|
11009 case $opt_mode in
|
cannam@154
|
11010 clean)
|
cannam@154
|
11011 case " $library_names " in
|
cannam@154
|
11012 *" $dlname "*) ;;
|
cannam@154
|
11013 *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
|
cannam@154
|
11014 esac
|
cannam@154
|
11015 test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
|
cannam@154
|
11016 ;;
|
cannam@154
|
11017 uninstall)
|
cannam@154
|
11018 if test -n "$library_names"; then
|
cannam@154
|
11019 # Do each command in the postuninstall commands.
|
cannam@154
|
11020 func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
|
cannam@154
|
11021 fi
|
cannam@154
|
11022
|
cannam@154
|
11023 if test -n "$old_library"; then
|
cannam@154
|
11024 # Do each command in the old_postuninstall commands.
|
cannam@154
|
11025 func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
|
cannam@154
|
11026 fi
|
cannam@154
|
11027 # FIXME: should reinstall the best remaining shared library.
|
cannam@154
|
11028 ;;
|
cannam@154
|
11029 esac
|
cannam@154
|
11030 fi
|
cannam@154
|
11031 ;;
|
cannam@154
|
11032
|
cannam@154
|
11033 *.lo)
|
cannam@154
|
11034 # Possibly a libtool object, so verify it.
|
cannam@154
|
11035 if func_lalib_p "$file"; then
|
cannam@154
|
11036
|
cannam@154
|
11037 # Read the .lo file
|
cannam@154
|
11038 func_source $dir/$name
|
cannam@154
|
11039
|
cannam@154
|
11040 # Add PIC object to the list of files to remove.
|
cannam@154
|
11041 if test -n "$pic_object" && test none != "$pic_object"; then
|
cannam@154
|
11042 func_append rmfiles " $dir/$pic_object"
|
cannam@154
|
11043 fi
|
cannam@154
|
11044
|
cannam@154
|
11045 # Add non-PIC object to the list of files to remove.
|
cannam@154
|
11046 if test -n "$non_pic_object" && test none != "$non_pic_object"; then
|
cannam@154
|
11047 func_append rmfiles " $dir/$non_pic_object"
|
cannam@154
|
11048 fi
|
cannam@154
|
11049 fi
|
cannam@154
|
11050 ;;
|
cannam@154
|
11051
|
cannam@154
|
11052 *)
|
cannam@154
|
11053 if test clean = "$opt_mode"; then
|
cannam@154
|
11054 noexename=$name
|
cannam@154
|
11055 case $file in
|
cannam@154
|
11056 *.exe)
|
cannam@154
|
11057 func_stripname '' '.exe' "$file"
|
cannam@154
|
11058 file=$func_stripname_result
|
cannam@154
|
11059 func_stripname '' '.exe' "$name"
|
cannam@154
|
11060 noexename=$func_stripname_result
|
cannam@154
|
11061 # $file with .exe has already been added to rmfiles,
|
cannam@154
|
11062 # add $file without .exe
|
cannam@154
|
11063 func_append rmfiles " $file"
|
cannam@154
|
11064 ;;
|
cannam@154
|
11065 esac
|
cannam@154
|
11066 # Do a test to see if this is a libtool program.
|
cannam@154
|
11067 if func_ltwrapper_p "$file"; then
|
cannam@154
|
11068 if func_ltwrapper_executable_p "$file"; then
|
cannam@154
|
11069 func_ltwrapper_scriptname "$file"
|
cannam@154
|
11070 relink_command=
|
cannam@154
|
11071 func_source $func_ltwrapper_scriptname_result
|
cannam@154
|
11072 func_append rmfiles " $func_ltwrapper_scriptname_result"
|
cannam@154
|
11073 else
|
cannam@154
|
11074 relink_command=
|
cannam@154
|
11075 func_source $dir/$noexename
|
cannam@154
|
11076 fi
|
cannam@154
|
11077
|
cannam@154
|
11078 # note $name still contains .exe if it was in $file originally
|
cannam@154
|
11079 # as does the version of $file that was added into $rmfiles
|
cannam@154
|
11080 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
|
cannam@154
|
11081 if test yes = "$fast_install" && test -n "$relink_command"; then
|
cannam@154
|
11082 func_append rmfiles " $odir/lt-$name"
|
cannam@154
|
11083 fi
|
cannam@154
|
11084 if test "X$noexename" != "X$name"; then
|
cannam@154
|
11085 func_append rmfiles " $odir/lt-$noexename.c"
|
cannam@154
|
11086 fi
|
cannam@154
|
11087 fi
|
cannam@154
|
11088 fi
|
cannam@154
|
11089 ;;
|
cannam@154
|
11090 esac
|
cannam@154
|
11091 func_show_eval "$RM $rmfiles" 'exit_status=1'
|
cannam@154
|
11092 done
|
cannam@154
|
11093
|
cannam@154
|
11094 # Try to remove the $objdir's in the directories where we deleted files
|
cannam@154
|
11095 for dir in $rmdirs; do
|
cannam@154
|
11096 if test -d "$dir"; then
|
cannam@154
|
11097 func_show_eval "rmdir $dir >/dev/null 2>&1"
|
cannam@154
|
11098 fi
|
cannam@154
|
11099 done
|
cannam@154
|
11100
|
cannam@154
|
11101 exit $exit_status
|
cannam@154
|
11102 }
|
cannam@154
|
11103
|
cannam@154
|
11104 if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
|
cannam@154
|
11105 func_mode_uninstall ${1+"$@"}
|
cannam@154
|
11106 fi
|
cannam@154
|
11107
|
cannam@154
|
11108 test -z "$opt_mode" && {
|
cannam@154
|
11109 help=$generic_help
|
cannam@154
|
11110 func_fatal_help "you must specify a MODE"
|
cannam@154
|
11111 }
|
cannam@154
|
11112
|
cannam@154
|
11113 test -z "$exec_cmd" && \
|
cannam@154
|
11114 func_fatal_help "invalid operation mode '$opt_mode'"
|
cannam@154
|
11115
|
cannam@154
|
11116 if test -n "$exec_cmd"; then
|
cannam@154
|
11117 eval exec "$exec_cmd"
|
cannam@154
|
11118 exit $EXIT_FAILURE
|
cannam@154
|
11119 fi
|
cannam@154
|
11120
|
cannam@154
|
11121 exit $exit_status
|
cannam@154
|
11122
|
cannam@154
|
11123
|
cannam@154
|
11124 # The TAGs below are defined such that we never get into a situation
|
cannam@154
|
11125 # where we disable both kinds of libraries. Given conflicting
|
cannam@154
|
11126 # choices, we go for a static library, that is the most portable,
|
cannam@154
|
11127 # since we can't tell whether shared libraries were disabled because
|
cannam@154
|
11128 # the user asked for that or because the platform doesn't support
|
cannam@154
|
11129 # them. This is particularly important on AIX, because we don't
|
cannam@154
|
11130 # support having both static and shared libraries enabled at the same
|
cannam@154
|
11131 # time on that platform, so we default to a shared-only configuration.
|
cannam@154
|
11132 # If a disable-shared tag is given, we'll fallback to a static-only
|
cannam@154
|
11133 # configuration. But we'll never go from static-only to shared-only.
|
cannam@154
|
11134
|
cannam@154
|
11135 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
|
cannam@154
|
11136 build_libtool_libs=no
|
cannam@154
|
11137 build_old_libs=yes
|
cannam@154
|
11138 # ### END LIBTOOL TAG CONFIG: disable-shared
|
cannam@154
|
11139
|
cannam@154
|
11140 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
|
cannam@154
|
11141 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
|
cannam@154
|
11142 # ### END LIBTOOL TAG CONFIG: disable-static
|
cannam@154
|
11143
|
cannam@154
|
11144 # Local Variables:
|
cannam@154
|
11145 # mode:shell-script
|
cannam@154
|
11146 # sh-indentation:2
|
cannam@154
|
11147 # End:
|