make xcode-ide-integration, good news.

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Mon Jan 2 21:14:48 UTC 2017


Hi,

On Mon, Jan 02, 2017 at 07:50:35PM +0100, Jan Iversen wrote:
> “make gbuildtojson” misses to parse to important informations:
> - the list of header files in the target
> - which header files are public
> bjoern@ any suggestion as to how we get hold of that information ?

It doesnt. It provides the include paths and the source files that are to be
compiled -- just like gbuild provides the compiler. Providing a "list of header
files in the target" is nonsense, as it might change everytime a source file is
changed (and a "#include" statement is possibly added or removed) -- so that
info can only be provided by preprocessing all source files, which _should_ not
be done for creating a simple project solution (not even the compiler gets
presolved header file lists from the build system, nor should it).

Best,

Bjoern


More information about the LibreOffice mailing list