If you do not know about GUN-automake, please browse this site.
I keep the working directory on my space (~mats/MILC-testbench).
You modify and edit these files and rebuild better benchmarks. Belowing ToDo
is discribed the work on the directory.
ToDo:
Makefile.am.
configure.inREADME, AUTHORS, ChangeLog, etc% automake -a% aclocal% autoconf% ./configureEdit src/libraries/Makefilemake dist" in here, but there occurs error. So you have to
edit a file (src/libraries/Makefile). It is easy you just put
a comment in the Makefile where is in target distdir as follows:
distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
# && $(AUTOMAKE) --include-deps --build-dir=$$here ...
% make distNOTE
I forgot to mention about benchmarks directory.
Previous automaking does not include benchmarks directory.
Please add the directory after getting an archive.