Re: GNU Make parser and dependency generation.

2016-03-18 Thread Pierre Lindenbaum
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

Re: GNU Make parser and dependency generation.

2016-03-18 Thread Tim Murphy
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