Re: slow makefiles are getting even slower

2002-08-15 Thread Eric Siegerman
On Thu, Aug 15, 2002 at 05:02:40PM +0200, Zdenek Kabelac wrote: > [...] there are no @VARS@ anywhere in the Makefile.am > (So in this case I think it could be possible to simply skip > generation of Makefile.in files in my eyes.) This would be bad! The optimization might well be a good idea (

Re: Problems defining Makefile.am trying to cross-compile for VxWorks on cygwin

2002-08-15 Thread Tom Tromey
> "Niklaus" == Niklaus Giger <[EMAIL PROTECTED]> writes: Niklaus> AUTOMAKE_OPTIONS = dejagnu Niklaus> bin_PROGRAMS = calc.o Niklaus> calc_SOURCES = calc.c The variable should be named "calc_o_SOURCES" and not "calc_SOURCES". Niklaus> checking for C compiler default output... configure: erro

Re: myconfig.h in dist

2002-08-15 Thread Tom Tromey
> "Waldemar" == Waldemar Rosenbach <[EMAIL PROTECTED]> writes: Waldemar> If I include it into include_HEADERS or _SOURCES, then it is Waldemar> installed and distributed. If I don't include it in any of Waldemar> the both, then it is neither installed nor distributed. First, you shouldn't b

incredibile

2002-08-15 Thread bad girls
http://members.xoom.virgilio.it/chattamela1 sogni libidinosi di...ragazze cattivissime http://members.xoom.virgilio.it/chattamela1

Problems defining Makefile.am trying to cross-compile forVxWorks on cygwin

2002-08-15 Thread Niklaus Giger
Hi I am trying to setup a simple example Makefile.am for crosscompiling, which is based on the example calc of the DejaGnu example. Makefile.am looks like the following: AUTOMAKE_OPTIONS = dejagnu bin_PROGRAMS = calc.o calc_SOURCES = calc.c RUNTESTDEFAULTFLAGS = --tool calc CALC=`pwd`/calc --s

Re: slow makefiles are getting even slower

2002-08-15 Thread Zdenek Kabelac
> While the complexity has been increasing over time, I'd like to point > out that some cases have been massively improved: for example, the > Gstreamer makefile.am used to take hours (literally) to be processed - > this has been fixed in more recent Automakes. > Well trust me I've spent weeks t

Re: about vpath problems

2002-08-15 Thread Robert Collins
On Thu, 2002-08-15 at 02:01, Tom Tromey wrote: > > ">" == leiming xd <[EMAIL PROTECTED]> writes: > > >> In win32 platforms ,the path of one file can include blank > >> characters,I want to know how to add this path in the vpath. > > I imagine it may not be possible. If it can work, autoconf

Re: slow makefiles are getting even slower

2002-08-15 Thread Richard Boulton
On Thu, 2002-08-15 at 10:59, Zdenek Kabelac wrote: > I've proposed several times few things which would certainly > drasticaly improve the speed - though they are for different > parts of auto* tools project - there were some reactions - but > so far non of them were realized and there is not vis

Re: myconfig.h in dist

2002-08-15 Thread Waldemar Rosenbach
Tom Tromey wrote: >>"Waldemar" == Waldemar Rosenbach <[EMAIL PROTECTED]> writes: >> > >Waldemar> I have myconfig.h that is generated from myconfig.h.in by >Waldemar> configure. > >Ok. > >Waldemar> the file myconfig.h is included in the distribution. Why? > I supposed it is included just b

Re: slow makefiles are getting even slower

2002-08-15 Thread Zdenek Kabelac
On Wed, Aug 14, 2002 at 05:56:26PM -0600, Tom Tromey wrote: > > "Zdenek" == Zdenek Kabelac <[EMAIL PROTECTED]> writes: > > Zdenek> Am I the only one who is noticing constant slowdown of > Zdenek> makefile.am processing > > Do you mean running automake or running make? Well as I've said - ch