Hi,
On Tue, Feb 08, 2005 at 11:49:40PM +0100, Alexandre Duret-Lutz wrote:
> [...] I was really leery of changing the layout of the variables
> defined by the user. Normally Automake tries to output definitions
> as it reads them.
I like your attitude.
> Maybe Automake could do that if the varia
>>> "J" == J T Conklin <[EMAIL PROTECTED]> writes:
J> Albert Chin <[EMAIL PROTECTED]> writes:
>> So, should automake change lines like:
>> foo_SOURCES = [long list of sources]
>> to the following in Makefile.in:
>> foo_SOURCES = $(foo_SOURCES_1) $(foo_SOURCES_2) ...
>> foo_SOURCES_1 = [list
Albert Chin <[EMAIL PROTECTED]> writes:
> So, should automake change lines like:
> foo_SOURCES = [long list of sources]
> to the following in Makefile.in:
> foo_SOURCES = $(foo_SOURCES_1) $(foo_SOURCES_2) ...
> foo_SOURCES_1 = [list of sources < 2048 chars]
> foo_SOURCES_2 = [list of source