Re: Use of really long lines in Makefile.in

2005-02-08 Thread Stepan Kasal
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

Re: Use of really long lines in Makefile.in

2005-02-08 Thread Alexandre Duret-Lutz
>>> "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

Re: Use of really long lines in Makefile.in

2005-02-03 Thread J.T. Conklin
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