Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Breaking the Makefile APIs

Bonjour,

I am doing some work on the Makefile parser, I do not think, at this
point, folks care too much about this, so I intend to break the API (and
probably will do it again 8-).

This is part of a side project that I am doing for a more complete
Makefile builder, i.e. contrarily to the managed builder where the
Makefile is auto-generated (i.e. should not be modify by the user)

  Managed-builder(Save all the settings) ---(Generating)---> Makefile

It is the opposite; Makefile is the source of information

   Makefile  ----(settings)--->  Eclipse-cdt

It is easy when you have one Makefile, the challenge is when you have
multiple Makefiles like in any respected open-source projects.


In any case let me know, if no answer, I will assume a green light.

Thanks



Back to the top