[Webkit-unassigned] [Bug 161433] [CMake] CMake does not support the dep file of preprocess-idls.pl --supplementalMakefileDeps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 17:20:49 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=161433

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to comment #0)
> There are three solutions:
> 
> A) Use DerivedSources.make (Bug 130339)
> B) Generate Makefile for preprocess-idls.pl and generate-bindings.pl and
> invoke 'make'
> C) Implement Make-like tool in Python or Perl


According to Ninja documentation, it seems to support dep file.
https://ninja-build.org/manual.html#ref_rule
We seem to have fourth choice:

D) Generate bulid.ninja for preprocess-idls.pl and generate-bindings.pl and invoke 'ninja' or 'ninja-build'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160902/7e63b24c/attachment.html>


More information about the webkit-unassigned mailing list