This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Creating a 'make benchmark'
- From: Sebastian Huber <sebastian-huber at web dot de>
- To: automake at gnu dot org
- Date: Sun, 30 Mar 2003 13:28:30 +0200
- Subject: Re: Creating a 'make benchmark'
- References: <3E86CDAA.D7879C5@ntlworld.com>
On Sunday 30 March 2003 12:57, Dr. David Kirkby wrote:
[...]
> Secondly, if it is sensible, how would I do it? Can I add a target
> like 'benchmark' and if so how? Clearly any such target would need to
> depend on the fact the sources have already been built. I could write
> the benchmark as a script. So assuming I can write a script called
> 'timeme', how would I ensure that 'timeme' gets run if the user types
> 'make benchmark' ?
Hi,
you can write normal Makefile stuff into the Makefile.am, e.g.
benchmark: all
commands