Re: [PATCH] {master} automake: refactor pre-processing of makefile fragments

2012-04-21 Thread Stefano Lattarini
On 04/19/2012 10:14 PM, Stefano Lattarini wrote: > This change will provide the automake script with a new function that > reads in a Makefile fragment *without* performing Automake ad-hoc parsing, > but only the pre-processing step, i.e., removal of '##' comments and > substitution of tokens like

[PATCH] {master} automake: refactor pre-processing of makefile fragments

2012-04-19 Thread Stefano Lattarini
This change will provide the automake script with a new function that reads in a Makefile fragment *without* performing Automake ad-hoc parsing, but only the pre-processing step, i.e., removal of '##' comments and substitution of tokens like '%SUBDIRS%', '%?LIBTOOL%' or '?GENENRIC?'. This will ver