automake
[Top][All Lists]
Advanced

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

Re: Creating a 'make benchmark'


From: Sebastian Huber
Subject: Re: Creating a 'make benchmark'
Date: Sun, 30 Mar 2003 13:28:30 +0200
User-agent: KMail/1.4.3

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





reply via email to

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