[webkit-efl] [HELP]Understanding webkit-efl build system.

Thiago Marcos P. Santos tmpsantos at gmail.com
Wed Sep 5 07:04:51 PDT 2012


On Wed, Sep 5, 2012 at 4:20 PM, Dumez, Christophe
<christophe.dumez at intel.com> wrote:
> To my knowledge, the EFL port is not using those files. We are using CMake.
>
> Kr,
>
> On Wed, Sep 5, 2012 at 4:00 PM, Braja Biswal <be.biswal at gmail.com> wrote:
>>
>> Hi All,
>>
>> 1. I want to know how DerivedSources.make file is getting included in the
>> build system?
>>     I am more interested in Sources/WebKit2/DerivedSources.make
>>
>> 2. Is it possible to include xyz.make in DerivedSources.make
>>

Christophe is right,  we don't use these files. All the files of the
cmake build system are either CMakeLists.txt or *.cmake.

We keep a list of the IDL files at Source/WebCore/CMakeLists.txt which
are later processed by macros we have here
Source/cmake/WebKitMacros.cmake and the bindings are generated.

Cheers,


More information about the webkit-efl mailing list