My problem statement is, I need to get all the rules information from Makefile
in a separate data structure which will be latter used by our program.
I don't need to execute the project and create any executables. I just need
Target, Dependency, Command information which will involve parsing Mak
On 18 March 2016 at 06:38, Hemant Bhagat wrote:
> Hello,
>
> Hope You are doing well!
>
> My problem statement is, I need to get all the rules information from
> Makefile in a separate data structure which will be latter used by our
> program.
> I don't need to execute the project and create any