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