automake
[Top][All Lists]
Advanced

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

Re: How to setup an example programs subdirectory?


From: Guido Draheim
Subject: Re: How to setup an example programs subdirectory?
Date: Sun, 02 Jan 2005 10:30:01 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114

DIST_SUBDIRS = lib bin examples
SUBDIRS = lib bin @EXAMPLES@

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!
> 




reply via email to

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