Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Fri, Aug 12, 2011 at 1:16 AM, Matúš Kukan <matus.kukan@gmail.com> wrote:
Hi there,

On 12 August 2011 06:20, Norbert Thiebaud <nthiebaud@gmail.com> wrote:
I had an unexpectedly hard time moving oox into tail_build... I
tinkered with it fours hours, build after build to get it to 'work'...
but in the end I'm getting tunnel visioned.

Hmm, indeed, there are many things to do it seems. Maybe we should let
tail_build like it is now and concentrate on improving gbuild
implementation and gbuildizing modules and when it will be prepared,
add more modules. Anyway, there is not much to add now.

Example of possible todo:
in 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=662c49c020420a878f8feb488ff9b0dc3c0d8a9f
is added animations api just because of dependency but we don't need
to change include paths.

I can't do that for oox because there are 'generated' files to
deliver... _api stuff is to deliver the module 'static' include.
that is done up front and not wating for the module to finish, that
way child module can start compiling before the parent module is
finished linking + deliver of the library
but in the case of oox there are include files that need delivering
that are generated... so they are not part of the oox_inc package

Maybe $(eval $(call gb_Library_add_package_headers,sd,animations_inc))
would be better but I think it's meant just for internal module's

that would break the per-module build-ability, as you noticed below.

headers because I found:

define gb_LinkTarget_add_package_headers
$(foreach package,$(2),$(call
gb_LinkTarget__add_internal_headers,$(1),$(call
gb_Package_get_target,$(package))))
$(call gb_LinkTarget_get_clean_target,$(1)) : $(foreach
package,$(2),$(call gb_Package_get_clean_target,$(package)))

endef

what probably means that when you run make clean in sd you would also
remove animations' headers ?



Norbert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.