| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.11 2005/01/17 04:14:56 eradicator Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.31 2005/08/08 20:07:43 kito Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Jeremy Huddleston <eradicator@gentoo.org> |
5 | # Author: Jeremy Huddleston <eradicator@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is for all functions pertaining to handling multilib. |
7 | # This eclass is for all functions pertaining to handling multilib. |
| 8 | # configurations. |
8 | # configurations. |
| 9 | |
9 | |
| 10 | ECLASS=multilib |
|
|
| 11 | INHERITED="$INHERITED $ECLASS" |
|
|
| 12 | |
10 | |
| 13 | DESCRIPTION="Based on the ${ECLASS} eclass" |
11 | DESCRIPTION="Based on the ${ECLASS} eclass" |
|
|
12 | |
|
|
13 | # has_multilib_profile: |
|
|
14 | # Return true if the current profile is a multilib profile and lists more than |
|
|
15 | # one abi in ${MULTILIB_ABIS}. You might want to use this like |
|
|
16 | # 'use multilib || has_multilib_profile' until all profiles utilizing the |
|
|
17 | # 'multilib' use flag are removed from portage |
|
|
18 | |
|
|
19 | # is_final_abi: |
|
|
20 | # Return true if ${ABI} is the final abi to be installed (and thus we are |
|
|
21 | # on our last run through a src_* function. |
|
|
22 | |
|
|
23 | # number_abis: |
|
|
24 | # echo the number of ABIs we will be installing for |
|
|
25 | |
|
|
26 | # get_install_abis: |
|
|
27 | # Return a list of the ABIs we want to install for with |
|
|
28 | # the last one in the list being the default. |
|
|
29 | |
|
|
30 | # get_all_abis: |
|
|
31 | # Return a list of the ABIs supported by this profile. |
|
|
32 | # the last one in the list being the default. |
|
|
33 | |
|
|
34 | # get_all_libdirs: |
|
|
35 | # Returns a list of all the libdirs used by this profile. This includes |
|
|
36 | # those that might not be touched by the current ebuild and always includes |
|
|
37 | # "lib". |
|
|
38 | |
|
|
39 | # get_libdir: |
|
|
40 | # Returns the libdir for the selected ABI. This is backwards compatible |
|
|
41 | # and simply calls get_abi_LIBDIR() on newer profiles. You should use this |
|
|
42 | # to determine where to install shared objects (ex: /usr/$(get_libdir)) |
|
|
43 | |
|
|
44 | # get_abi_var <VAR> [<ABI>]: |
|
|
45 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
|
|
46 | # |
|
|
47 | # get_abi_CFLAGS: |
|
|
48 | # get_abi_CDEFINE: |
|
|
49 | # get_abi_LIBDIR: |
|
|
50 | # Aliases for 'get_abi_var CFLAGS', etc. |
|
|
51 | |
|
|
52 | # get_ml_incdir [<include dir> [<ABI>]] |
|
|
53 | # include dir defaults to /usr/include |
|
|
54 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
|
|
55 | # |
|
|
56 | # If a multilib include dir is associated with the passed include dir, then |
|
|
57 | # we return it, otherwise, we just echo back the include dir. This is |
|
|
58 | # neccessary when a built script greps header files rather than testing them |
|
|
59 | # via #include (like perl) to figure out features. |
|
|
60 | |
|
|
61 | # prep_ml_includes: |
|
|
62 | # Some includes (include/asm, glibc, etc) are ABI dependent. In this case, |
|
|
63 | # We can install them in different locations for each ABI and create a common |
|
|
64 | # header which includes the right one based on CDEFINE_${ABI}. If your |
|
|
65 | # package installs ABI-specific headers, just add 'prep_ml_includes' to the |
|
|
66 | # end of your src_install(). It takes a list of directories that include |
|
|
67 | # files are installed in (default is /usr/include if none are passed). |
|
|
68 | # |
|
|
69 | # Example: |
|
|
70 | # src_install() { |
|
|
71 | # ... |
|
|
72 | # prep_ml_includes /usr/qt/3/include |
|
|
73 | # } |
|
|
74 | |
|
|
75 | # create_ml_includes <include dir> <symbol 1>:<dir 1> [<symbol 2>:<dir 2> ...] |
|
|
76 | # If you need more control than prep_ml_includes can offer (like linux-headers |
|
|
77 | # for the asm-* dirs, then use create_ml_includes. The firs argument is the |
|
|
78 | # common dir. The remaining args are of the form <symbol>:<dir> where |
|
|
79 | # <symbol> is what is put in the #ifdef for choosing that dir. |
|
|
80 | # |
|
|
81 | # Ideas for this code came from debian's sparc-linux headers package. |
|
|
82 | # |
|
|
83 | # Example: |
|
|
84 | # create_ml_includes /usr/include/asm __sparc__:/usr/include/asm-sparc __sparc64__:/usr/include/asm-sparc64 |
|
|
85 | # create_ml_includes /usr/include/asm __i386__:/usr/include/asm-i386 __x86_64__:/usr/include/asm-x86_64 |
|
|
86 | |
|
|
87 | # get_libname [version] |
|
|
88 | # returns libname with proper suffix {.so,.dylib} and optionally supplied version |
|
|
89 | # for ELF/MACH-O shared objects |
|
|
90 | # |
|
|
91 | # Example: |
|
|
92 | # get_libname libfoo ${PV} |
|
|
93 | # Returns: libfoo.so.${PV} (ELF) || libfoo.${PV}.dylib (MACH) |
|
|
94 | |
|
|
95 | ### END DOCUMENTATION ### |
|
|
96 | |
|
|
97 | # Defaults: |
|
|
98 | export MULTILIB_ABIS=${MULTILIB_ABIS:-"default"} |
|
|
99 | export DEFAULT_ABI=${DEFAULT_ABI:-"default"} |
|
|
100 | # This causes econf to set --libdir=/usr/lib where it didn't before |
|
|
101 | #export ABI=${ABI:-"default"} |
|
|
102 | export CFLAGS_default |
|
|
103 | export LDFLAGS_default |
|
|
104 | export CHOST_default=${CHOST_default:-${CHOST}} |
|
|
105 | export LIBDIR_default=${CONF_LIBDIR:-"lib"} |
|
|
106 | export CDEFINE_default="__unix__" |
|
|
107 | |
|
|
108 | # has_multilib_profile() |
|
|
109 | has_multilib_profile() { |
|
|
110 | [ -n "${MULTILIB_ABIS}" -a "${MULTILIB_ABIS}" != "${MULTILIB_ABIS/ /}" ] |
|
|
111 | } |
| 14 | |
112 | |
| 15 | # This function simply returns the desired lib directory. With portage |
113 | # This function simply returns the desired lib directory. With portage |
| 16 | # 2.0.51, we now have support for installing libraries to lib32/lib64 |
114 | # 2.0.51, we now have support for installing libraries to lib32/lib64 |
| 17 | # to accomidate the needs of multilib systems. It's no longer a good idea |
115 | # to accomidate the needs of multilib systems. It's no longer a good idea |
| 18 | # to assume all libraries will end up in lib. Replace any (sane) instances |
116 | # to assume all libraries will end up in lib. Replace any (sane) instances |
| … | |
… | |
| 24 | # Added support for ${ABI} and ${DEFAULT_ABI}. If they're both not set, |
122 | # Added support for ${ABI} and ${DEFAULT_ABI}. If they're both not set, |
| 25 | # fall back on old behavior. Any profile that has these set should also |
123 | # fall back on old behavior. Any profile that has these set should also |
| 26 | # depend on a newer version of portage (not yet released) which uses these |
124 | # depend on a newer version of portage (not yet released) which uses these |
| 27 | # over CONF_LIBDIR in econf, dolib, etc... |
125 | # over CONF_LIBDIR in econf, dolib, etc... |
| 28 | get_libdir() { |
126 | get_libdir() { |
| 29 | LIBDIR_TEST=$(type econf) |
127 | local CONF_LIBDIR |
| 30 | if [ ! -z "${CONF_LIBDIR_OVERRIDE}" ] ; then |
128 | if [ -n "${CONF_LIBDIR_OVERRIDE}" ] ; then |
| 31 | # if there is an override, we want to use that... always. |
129 | # if there is an override, we want to use that... always. |
| 32 | CONF_LIBDIR="${CONF_LIBDIR_OVERRIDE}" |
130 | echo ${CONF_LIBDIR_OVERRIDE} |
| 33 | elif [ -n "$(get_abi_LIBDIR)" ]; then |
131 | else |
| 34 | CONF_LIBDIR="$(get_abi_LIBDIR)" |
132 | get_abi_LIBDIR |
| 35 | elif [ "${LIBDIR_TEST/CONF_LIBDIR}" == "${LIBDIR_TEST}" ]; then # we don't have CONF_LIBDIR support |
|
|
| 36 | # will be <portage-2.0.51_pre20 |
|
|
| 37 | CONF_LIBDIR="lib" |
|
|
| 38 | fi |
133 | fi |
| 39 | # and of course, default to lib if CONF_LIBDIR isnt set |
|
|
| 40 | echo ${CONF_LIBDIR:=lib} |
|
|
| 41 | unset LIBDIR_TEST |
|
|
| 42 | } |
134 | } |
| 43 | |
135 | |
| 44 | get_multilibdir() { |
136 | get_multilibdir() { |
| 45 | if [ -n "$(get_abi_LIBDIR)" ]; then |
137 | if has_multilib_profile; then |
| 46 | eerror "get_multilibdir called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
138 | eerror "get_multilibdir called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
| 47 | exit 1 |
139 | exit 1 |
| 48 | fi |
140 | fi |
| 49 | echo ${CONF_MULTILIBDIR:=lib32} |
141 | echo ${CONF_MULTILIBDIR:=lib32} |
| 50 | } |
142 | } |
| … | |
… | |
| 59 | # |
151 | # |
| 60 | # get_libdir_override lib64 |
152 | # get_libdir_override lib64 |
| 61 | # |
153 | # |
| 62 | # Travis Tilley <lv@gentoo.org> (31 Aug 2004) |
154 | # Travis Tilley <lv@gentoo.org> (31 Aug 2004) |
| 63 | get_libdir_override() { |
155 | get_libdir_override() { |
| 64 | if [ -n "$(get_abi_LIBDIR)" ]; then |
156 | if has_multilib_profile; then |
| 65 | eerror "get_libdir_override called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
157 | eerror "get_libdir_override called, but it shouldn't be needed with the new multilib approach. Please file a bug at http://bugs.gentoo.org and assign it to eradicator@gentoo.org" |
| 66 | exit 1 |
158 | exit 1 |
| 67 | fi |
159 | fi |
| 68 | CONF_LIBDIR="$1" |
160 | CONF_LIBDIR="$1" |
| 69 | CONF_LIBDIR_OVERRIDE="$1" |
161 | CONF_LIBDIR_OVERRIDE="$1" |
|
|
162 | LIBDIR_default="$1" |
| 70 | } |
163 | } |
| 71 | |
164 | |
| 72 | # get_abi_var <VAR> [<ABI>] |
165 | # get_abi_var <VAR> [<ABI>] |
| 73 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
166 | # returns the value of ${<VAR>_<ABI>} which should be set in make.defaults |
| 74 | # |
167 | # |
| … | |
… | |
| 91 | elif [ -n "${ABI}" ]; then |
184 | elif [ -n "${ABI}" ]; then |
| 92 | abi=${ABI} |
185 | abi=${ABI} |
| 93 | elif [ -n "${DEFAULT_ABI}" ]; then |
186 | elif [ -n "${DEFAULT_ABI}" ]; then |
| 94 | abi=${DEFAULT_ABI} |
187 | abi=${DEFAULT_ABI} |
| 95 | else |
188 | else |
| 96 | return 1 |
189 | abi="default" |
| 97 | fi |
190 | fi |
| 98 | |
191 | |
| 99 | local var="${flag}_${abi}" |
192 | local var="${flag}_${abi}" |
| 100 | echo ${!var} |
193 | echo ${!var} |
| 101 | } |
194 | } |
| 102 | |
195 | |
| 103 | get_abi_CFLAGS() { get_abi_var CFLAGS ${@}; } |
196 | get_abi_CFLAGS() { get_abi_var CFLAGS "${@}"; } |
|
|
197 | get_abi_LDFLAGS() { get_abi_var LDFLAGS "${@}"; } |
|
|
198 | get_abi_CHOST() { get_abi_var CHOST "${@}"; } |
|
|
199 | get_abi_FAKE_TARGETS() { get_abi_var FAKE_TARGETS "${@}"; } |
| 104 | get_abi_CDEFINE() { get_abi_var CDEFINE ${@}; } |
200 | get_abi_CDEFINE() { get_abi_var CDEFINE "${@}"; } |
| 105 | get_abi_LIBDIR() { get_abi_var LIBDIR ${@}; } |
201 | get_abi_LIBDIR() { get_abi_var LIBDIR "${@}"; } |
| 106 | |
202 | |
| 107 | # Return a list of the ABIs we want to install for with |
203 | # Return a list of the ABIs we want to install for with |
| 108 | # the last one in the list being the default. |
204 | # the last one in the list being the default. |
| 109 | get_abi_order() { |
205 | get_install_abis() { |
| 110 | local order="" |
206 | local order="" |
| 111 | |
207 | |
| 112 | if [ -z "${MULTILIB_ABIS}" ]; then |
208 | if [ -z "${MULTILIB_ABIS}" ]; then |
| 113 | echo "NOMULTILIB" |
209 | echo "default" |
| 114 | return 1 |
210 | return 0 |
| 115 | fi |
211 | fi |
| 116 | |
212 | |
| 117 | if hasq multilib-pkg-force ${RESTRICT} || |
213 | if hasq multilib-pkg-force ${RESTRICT} || |
| 118 | { hasq multilib-pkg ${FEATURES} && hasq multilib-pkg ${RESTRICT}; }; then |
214 | { hasq multilib-pkg ${FEATURES} && hasq multilib-pkg ${RESTRICT}; }; then |
| 119 | for x in ${MULTILIB_ABIS}; do |
215 | for x in ${MULTILIB_ABIS}; do |
| 120 | if [ "${x}" != "${DEFAULT_ABI}" ]; then |
216 | if [ "${x}" != "${DEFAULT_ABI}" ]; then |
| 121 | hasq ${x} ${ABI_DENY} || ordera="${ordera} ${x}" |
217 | hasq ${x} ${ABI_DENY} || ordera="${ordera} ${x}" |
| 122 | fi |
218 | fi |
| … | |
… | |
| 142 | |
238 | |
| 143 | echo ${order} |
239 | echo ${order} |
| 144 | return 0 |
240 | return 0 |
| 145 | } |
241 | } |
| 146 | |
242 | |
|
|
243 | # Return a list of the ABIs supported by this profile. |
|
|
244 | # the last one in the list being the default. |
|
|
245 | get_all_abis() { |
|
|
246 | local order="" |
|
|
247 | |
|
|
248 | if [ -z "${MULTILIB_ABIS}" ]; then |
|
|
249 | echo "default" |
|
|
250 | return 0 |
|
|
251 | fi |
|
|
252 | |
|
|
253 | for x in ${MULTILIB_ABIS}; do |
|
|
254 | if [ "${x}" != "${DEFAULT_ABI}" ]; then |
|
|
255 | order="${order:+${order }}${x}" |
|
|
256 | fi |
|
|
257 | done |
|
|
258 | order="${order:+${order} }${DEFAULT_ABI}" |
|
|
259 | |
|
|
260 | echo ${order} |
|
|
261 | return 0 |
|
|
262 | } |
|
|
263 | |
| 147 | # get_all_libdir() |
264 | # get_all_libdirs() |
| 148 | # Returns a list of all the libdirs used by this profile. This includes |
265 | # Returns a list of all the libdirs used by this profile. This includes |
| 149 | # those that might not be touched by the current ebuild. |
266 | # those that might not be touched by the current ebuild. |
| 150 | get_all_libdirs() { |
267 | get_all_libdirs() { |
| 151 | local libdirs="lib" |
268 | local libdirs="lib" |
| 152 | local abi |
269 | local abi |
| 153 | local dir |
270 | local dir |
| 154 | |
271 | |
| 155 | if [ -n "${MULTILIB_ABIS}" ]; then |
272 | if has_multilib_profile; then |
| 156 | for abi in ${MULTILIB_ABIS}; do |
273 | for abi in ${MULTILIB_ABIS}; do |
| 157 | [ "$(get_abi_LIBDIR ${abi})" != "lib" ] && libdirs="${libdirs} $(get_abi_LIBDIR ${abi})" |
274 | [ "$(get_abi_LIBDIR ${abi})" != "lib" ] && libdirs="${libdirs} $(get_abi_LIBDIR ${abi})" |
| 158 | done |
275 | done |
| 159 | elif [ -n "${CONF_LIBDIR}" ]; then |
276 | elif [ -n "${CONF_LIBDIR}" ]; then |
| 160 | for dir in ${CONF_LIBDIR} ${CONF_MULTILIBDIR:=lib32}; do |
277 | for dir in ${CONF_LIBDIR} ${CONF_MULTILIBDIR:-lib32}; do |
| 161 | [ "${dir}" != "lib" ] && libdirs="${libdirs} ${dir}" |
278 | [ "${dir}" != "lib" ] && libdirs="${libdirs} ${dir}" |
| 162 | done |
279 | done |
| 163 | fi |
280 | fi |
| 164 | |
281 | |
| 165 | echo "${libdirs}" |
282 | echo "${libdirs}" |
| … | |
… | |
| 167 | |
284 | |
| 168 | # Return true if ${ABI} is the last ABI on our list (or if we're not |
285 | # Return true if ${ABI} is the last ABI on our list (or if we're not |
| 169 | # using the new multilib configuration. This can be used to determine |
286 | # using the new multilib configuration. This can be used to determine |
| 170 | # if we're in the last (or only) run through src_{unpack,compile,install} |
287 | # if we're in the last (or only) run through src_{unpack,compile,install} |
| 171 | is_final_abi() { |
288 | is_final_abi() { |
| 172 | [ -z "${ABI}" ] && return 0 |
289 | has_multilib_profile || return 0 |
| 173 | local ALL_ABIS=$(get_abi_order) |
290 | local ALL_ABIS=$(get_install_abis) |
| 174 | local LAST_ABI=${ALL_ABIS/* /} |
291 | local LAST_ABI=${ALL_ABIS/* /} |
| 175 | [ "${LAST_ABI}" = "${ABI}" ] |
292 | [[ ${LAST_ABI} == ${ABI} ]] |
| 176 | } |
293 | } |
| 177 | |
294 | |
| 178 | # echo the number of ABIs we will be installing for |
295 | # echo the number of ABIs we will be installing for |
| 179 | number_abis() { |
296 | number_abis() { |
| 180 | get_abi_order | wc -w |
297 | get_install_abis | wc -w |
| 181 | } |
298 | } |
| 182 | |
299 | |
| 183 | # get_ml_incdir [<include dir> [<ABI>]] |
300 | # get_ml_incdir [<include dir> [<ABI>]] |
| 184 | # include dir defaults to /usr/include |
301 | # include dir defaults to /usr/include |
| 185 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
302 | # ABI defaults to ${ABI} or ${DEFAULT_ABI} |
| … | |
… | |
| 194 | if [[ -z "${MULTILIB_ABIS}" ]]; then |
311 | if [[ -z "${MULTILIB_ABIS}" ]]; then |
| 195 | echo ${incdir} |
312 | echo ${incdir} |
| 196 | return 0 |
313 | return 0 |
| 197 | fi |
314 | fi |
| 198 | |
315 | |
| 199 | local abi=${ABI:-${DEFAULT_ABI}} |
316 | local abi=${ABI-${DEFAULT_ABI}} |
| 200 | if [[ ${#} -gt 0 ]]; then |
317 | if [[ ${#} -gt 0 ]]; then |
| 201 | abi=${1} |
318 | abi=${1} |
| 202 | shift |
319 | shift |
| 203 | fi |
320 | fi |
| 204 | |
321 | |
| … | |
… | |
| 244 | done |
361 | done |
| 245 | |
362 | |
| 246 | if is_final_abi; then |
363 | if is_final_abi; then |
| 247 | base=${T}/gentoo-multilib |
364 | base=${T}/gentoo-multilib |
| 248 | pushd ${base} |
365 | pushd ${base} |
| 249 | find . | cpio -pmd --no-preserve-owner ${D} |
366 | find . | tar -c -T - -f - | tar -x --no-same-owner -f - -C ${D} |
| 250 | popd |
367 | popd |
|
|
368 | |
|
|
369 | for dir in ${dirs}; do |
|
|
370 | local args=${dir} |
|
|
371 | local abi |
|
|
372 | for abi in $(get_install_abis); do |
|
|
373 | args="${args} $(get_abi_CDEFINE ${abi}):${dir}/gentoo-multilib/${abi}" |
|
|
374 | done |
|
|
375 | create_ml_includes ${args} |
|
|
376 | done |
| 251 | fi |
377 | fi |
| 252 | fi |
378 | fi |
| 253 | } |
379 | } |
| 254 | |
380 | |
| 255 | # If you need more control than prep_ml_includes can offer (like linux-headers |
381 | # If you need more control than prep_ml_includes can offer (like linux-headers |
| … | |
… | |
| 273 | local file |
399 | local file |
| 274 | for file in $(create_ml_includes-allfiles ${basedirs}); do |
400 | for file in $(create_ml_includes-allfiles ${basedirs}); do |
| 275 | local name="$(echo $file | tr a-z A-Z | sed 's:[^A-Z]:_:g')" |
401 | local name="$(echo $file | tr a-z A-Z | sed 's:[^A-Z]:_:g')" |
| 276 | { |
402 | { |
| 277 | echo "/* Common header file autogenerated by create_ml_includes in multilib.eclass */" |
403 | echo "/* Common header file autogenerated by create_ml_includes in multilib.eclass */" |
| 278 | #echo "#ifndef __CREATE_ML_INCLUDES_STUB_${name}__" |
|
|
| 279 | #echo "#define __CREATE_ML_INCLUDES_STUB_${name}__" |
|
|
| 280 | #echo "" |
|
|
| 281 | |
404 | |
| 282 | local dir |
405 | local dir |
| 283 | for dir in ${basedirs}; do |
406 | for dir in ${basedirs}; do |
| 284 | if [ -f "${D}/${dir}/${file}" ]; then |
407 | if [ -f "${D}/${dir}/${file}" ]; then |
| 285 | echo "#ifdef $(create_ml_includes-sym_for_dir ${dir} ${mlinfo})" |
408 | local sym=$(create_ml_includes-sym_for_dir ${dir} ${mlinfo}) |
| 286 | echo "#include \"$(create_ml_includes-relative_between ${dest}/$(dirname ${file}) ${dir}/${file})\"" |
409 | if [[ ${sym::1} == "!" ]]; then |
| 287 | echo "#endif /* $(create_ml_includes-sym_for_dir ${dir} ${mlinfo}) */" |
410 | echo "#ifndef ${sym:1}" |
|
|
411 | else |
|
|
412 | echo "#ifdef ${sym}" |
|
|
413 | fi |
|
|
414 | echo "#include <$(create_ml_includes-absolute ${dir}/${file})>" |
|
|
415 | echo "#endif /* ${sym} */" |
| 288 | echo "" |
416 | echo "" |
| 289 | fi |
417 | fi |
| 290 | done |
418 | done |
| 291 | |
419 | |
| 292 | #echo "#endif /* __CREATE_ML_INCLUDES_STUB_${name}__ */" |
420 | #echo "#endif /* __CREATE_ML_INCLUDES_STUB_${name}__ */" |
| 293 | } > ${D}/${dest}/${file} |
421 | } > ${D}/${dest}/${file} |
| 294 | done |
422 | done |
| 295 | } |
423 | } |
| 296 | |
424 | |
| 297 | # Helper function for create_ml_includes |
425 | # Helper function for create_ml_includes |
| 298 | create_ml_includes-relative_between() { |
426 | create_ml_includes-absolute() { |
| 299 | local src="$(create_ml_includes-tidy_path ${1})" |
|
|
| 300 | local dst="$(create_ml_includes-tidy_path ${2})" |
427 | local dst="$(create_ml_includes-tidy_path ${1})" |
| 301 | |
428 | |
| 302 | src=(${src//\// }) |
|
|
| 303 | dst=(${dst//\// }) |
429 | dst=(${dst//\// }) |
| 304 | |
430 | |
| 305 | local i |
431 | local i |
| 306 | for ((i=0; i<${#src[*]}; i++)); do |
432 | for ((i=0; i<${#dst[*]}; i++)); do |
| 307 | [ "${dst[i]}" != "${src[i]}" ] && break |
433 | [ "${dst[i]}" == "include" ] && break |
| 308 | done |
434 | done |
| 309 | |
435 | |
| 310 | local common=$i |
436 | local strip_upto=$i |
| 311 | |
437 | |
| 312 | for ((i=${#src[*]}; i>common; i--)); do |
|
|
| 313 | echo -n ../ |
|
|
| 314 | done |
|
|
| 315 | |
|
|
| 316 | for ((i=common; i<${#dst[*]}-1; i++)); do |
438 | for ((i=strip_upto+1; i<${#dst[*]}-1; i++)); do |
| 317 | echo -n ${dst[i]}/ |
439 | echo -n ${dst[i]}/ |
| 318 | done |
440 | done |
| 319 | |
441 | |
| 320 | echo -n ${dst[i]} |
442 | echo -n ${dst[i]} |
| 321 | } |
443 | } |
| … | |
… | |
| 347 | # Remove trailing .. |
469 | # Remove trailing .. |
| 348 | [ "${removed##*/}" = ".." ] && removed=${removed%/*/*} |
470 | [ "${removed##*/}" = ".." ] && removed=${removed%/*/*} |
| 349 | |
471 | |
| 350 | # Remove trailing / |
472 | # Remove trailing / |
| 351 | [ "${removed##*/}" = "" ] && removed=${removed%/*} |
473 | [ "${removed##*/}" = "" ] && removed=${removed%/*} |
| 352 | |
474 | |
| 353 | echo ${removed} |
475 | echo ${removed} |
| 354 | fi |
476 | fi |
| 355 | } |
477 | } |
| 356 | |
478 | |
| 357 | # Helper function for create_ml_includes |
479 | # Helper function for create_ml_includes |
| … | |
… | |
| 407 | done |
529 | done |
| 408 | echo "Shouldn't be here -- create_ml_includes-sym_for_dir ${1} ${@}" |
530 | echo "Shouldn't be here -- create_ml_includes-sym_for_dir ${1} ${@}" |
| 409 | # exit because we'll likely be called from a subshell |
531 | # exit because we'll likely be called from a subshell |
| 410 | exit 1 |
532 | exit 1 |
| 411 | } |
533 | } |
|
|
534 | |
|
|
535 | get_libname() { |
|
|
536 | local ver=$1 |
|
|
537 | if use userland_Darwin ; then |
|
|
538 | if [ -z ${ver} ] ; then |
|
|
539 | echo ".dylib" |
|
|
540 | else |
|
|
541 | echo ".${ver}.dylib" |
|
|
542 | fi |
|
|
543 | else |
|
|
544 | if [ -z ${ver} ] ; then |
|
|
545 | echo ".so" |
|
|
546 | else |
|
|
547 | echo ".so.${ver}" |
|
|
548 | fi |
|
|
549 | fi |
|
|
550 | } |
|
|
551 | |