This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: convenience binaries
- From: Robert Collins <robert dot collins at syncretize dot net>
- To: Warren Turkal <wturkal at cbu dot edu>
- Cc: automake at gnu dot org
- Date: Mon, 22 Sep 2003 20:14:17 +1000
- Subject: Re: convenience binaries
- References: <bkmh18$83s$1@sea.gmane.org>
On Mon, 2003-09-22 at 19:56, Warren Turkal wrote:
> Is there any support in automake for building a binary that will only be
> used during the build process?
yes,
noinst_PROGRAMS = convenience_binaries
any rules that depend on one of the binaries should be written as:
thing: binary$(EXEEXT)
./binary <whatever>
Rob
--
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.