eolian gen: add generation of build dependencies
authorDaniel Kolesa <d.kolesa@samsung.com>
Thu, 11 Oct 2018 14:36:50 +0000 (16:36 +0200)
committerYeongjong Lee <yj34.lee@samsung.com>
Thu, 8 Nov 2018 06:40:46 +0000 (15:40 +0900)
commit3bb1aeb90cf6d26b0a4bc3a511b47959b9e704d4
tree2cc95e11729f80c178bf68ed029fb44b3f451a00
parentf0fcdeb46525259ac92472e3d3deaadfc2e4ee55
eolian gen: add generation of build dependencies

It is now possible to generate a separate .d file which will
contain Make-style dependencies for the files generated in that
batch, i.e. if you geerate header, legacy header and source, the
.eo.d file will contain dependency lists for those three.

It should be possible to integrate this into our build system to
enable proper regeneration of .eo files in an incremental manner.

Fixes T2251.
src/bin/eolian/main.c