automake
[Top][All Lists]
Advanced

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

AC_SUBST and unnecessarily large make files


From: Mr E_T
Subject: AC_SUBST and unnecessarily large make files
Date: Thu, 22 Jun 2006 11:32:07 +0800
User-agent: KMail/1.9

I have noticed that when creating a project with large numbers of Makefiles that
there are a large number of unnecessary variables.

Would it not be better to create a list of required variables and then a list 
of 
optional variables - scan the Makefile.am for $(variable) ( not @variable@ ) and
then insert only the required ones ?

While this may not be a problem with small projects - the overall effect for a 
large project is to slow the Makefile creation process.

-- 
regs conon
_______________________
\                      \
 \   OOHH I hate TYPOS  \
  \                      \
   ~~~~~~~~~~~~~~~~~~~~~~~~




reply via email to

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