automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Optimizing Makefiles


From: Akim Demaille
Subject: Optimizing Makefiles
Date: Wed, 21 Feb 2001 19:04:39 +0100
User-agent: Mutt/1.3.15i

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
                {
                    push (@files, '$(top_srcdir)/acconfig.h');
                }

While it certainly more elegant from the Makefile point of view, it
results in many little places in automake where the core code is
``polluted''.  Don't we want to continue like this?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]