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