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