Specifying a dependency with build?

Matúš Kukan matus.kukan at gmail.com
Sun Mar 18 03:09:38 PDT 2012


On 18 March 2012 09:33, Lubos Lunak <l.lunak at suse.cz> wrote:
>  what is the way to specify with gbuild that a target has another target as a
> dependency?

Something like:
$(call gb_AAA_get_target,aaa) : $(call gb_BBB_get_target,bbb)

In this case:
$(call gb_CppunitTest_get_target,sal_osl_module) : \
    $(call gb_CppunitTest_get_target,Module_DLL)

in one of the two makefiles should solve the problem.

Best,
Matus


More information about the LibreOffice mailing list