automake
[Top][All Lists]
Advanced

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

Re: Create a custom target


From: Jan Engelhardt
Subject: Re: Create a custom target
Date: Thu, 23 Apr 2009 16:57:57 +0200 (CEST)
User-agent: Alpine 2.00 (LSU 1167 2008-08-23)

On Thursday 2009-04-23 04:54, automake wrote:
>
>Hi
> I have a similar problem with giving a customized target. I have included
>target into Makefile.am
>
>as 
>
>extra:
>      ...nm
>      ...link
>
>But the default target for makefiles from configure.ac is all.  Is there a
>way to add this target to all sub-targets?

You could use the "include" directive to slurp in 'extra'
from a separate file.




reply via email to

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