On Sat, 2005-01-01 at 20:24 -0500, Simon Perreault wrote:
> Hi,
> 
> I have a question for which I haven't been able to find an answer on my own, 
> using the usual resources (manual, google, etc).
> 
> My project uses automake and I want to have a directory containing example 
> programs. These programs should not be built on a simple "make", but could be 
> built on a "make examples" directive. How can I handle that?
> 
> Thanks!

IIRC - untested:
===
EXTRA_PROGRAMS=foo bar

examples: $(EXTRA_PROGRAMS)

===

Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to