This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: convenience binaries


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]