automake
[Top][All Lists]
Advanced

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

Re: Create a custom target


From: John Calcote
Subject: Re: Create a custom target
Date: Thu, 23 Apr 2009 09:07:21 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2

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

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