(SCM_ARRAY_DIMS): Rename scm_i_attay_dims -->
[bpt/guile.git] / benchmark-suite / Makefile.am
1 SCM_BENCHMARKS = benchmarks/0-reference.bm \
2 benchmarks/continuations.bm \
3 benchmarks/if.bm \
4 benchmarks/logand.bm
5
6 SCM_BENCHMARKS_DIRS =
7
8 EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS)
9
10 ## Automake should be able to handle the distribution of benchmarks/dirfoo
11 ## etc without any help, but not all version can handle 'deep'
12 ## directories. So we do it on our own.
13 dist-hook:
14 for d in "$(SCM_BENCHMARKS_DIRS)"; do \
15 cp -pR $(srcdir)/$$d $(distdir)/$$d; \
16 done