*** empty log message ***
[bpt/guile.git] / benchmark-suite / Makefile.am
CommitLineData
5a6aa7e7
MV
1SCM_BENCHMARKS = benchmarks/0-reference.bm \
2 benchmarks/continuations.bm \
3 benchmarks/if.bm \
4 benchmarks/logand.bm
02378956 5
5a6aa7e7 6SCM_BENCHMARKS_DIRS =
02378956
DH
7
8EXTRA_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.
13dist-hook:
1bb649f9 14 for d in "$(SCM_BENCHMARKS_DIRS)"; do \
02378956
DH
15 cp -pR $(srcdir)/$$d $(distdir)/$$d; \
16 done