On 4/22/2009 8:54 PM, 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?
Sure, just add it to the all-local target as a dependency, like this:

all-local: extra

--john


Reply via email to