Re: Single line dependency lists become too long

2000-02-29 Thread Tom Tromey
Merijn> This line is too long for configure to instantiate and the Merijn> result is a truncated line of dependencies. Akim> What happens? Do you know where this limitation comes from? Typically sed chokes when building Makefile from Makefile.in. I forgot about this when making some changes in

Re: Single line dependency lists become too long

2000-02-29 Thread Akim Demaille
> "Merijn" == Merijn de Jonge <[EMAIL PROTECTED]> writes: Merijn> This line is too long for configure to instantiate and the Merijn> result is a truncated line of dependencies. What happens? Do you know where this limitation comes from? Akim

Re: Single line dependency lists become too long

2000-02-28 Thread Tom Tromey
> "Merijn" == Merijn de Jonge <[EMAIL PROTECTED]> writes: Merijn> In the Makefile.am I have listed these dependencies on Merijn> multiple lines, Automake generates a Makefile.in which Merijn> contains all 356 file names on a single line. This line is too Merijn> long for configure to instanti

Single line dependency lists become too long

2000-02-28 Thread Merijn de Jonge
Hi, I encountered the following problem with automake: I'm developping a Makefile.am for a program which depends on a huge number of C files (356 to be exact). In the Makefile.am I have listed these dependencies on multiple lines, Automake generates a Makefile.in which contains all 356 file names