Re: Optimizing Makefiles

2001-03-06 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim I just meant to have only Akim push (@files, '$(top_srcdir)/acconfig.h'); I guess that's fine. If there are problems we'll hear about it. Akim And anyway, when we use $(top_srcdir), we don't depend upon Akim VPATH at all, do we?

Optimizing Makefiles

2001-02-21 Thread Akim Demaille
What is the general policy wrt `optimizations' in automake vs leaving some job to make? For instance there are many places with code like: if ($relative_dir eq '.') { push (@files, 'acconfig.h'); } else

Re: Optimizing Makefiles

2001-02-21 Thread Derek R. Price
Akim Demaille wrote: What is the general policy wrt `optimizations' in automake vs leaving some job to make? For instance there are many places with code like: if ($relative_dir eq '.') { push (@files, 'acconfig.h'); }