mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
* benchmark-suite/Makefile.am, libguile/Makefile.am, meta/Makefile.am: Use TAB instead of 8 spaces... * .x-sc_makefile_check: New file.
11 lines
360 B
Makefile
11 lines
360 B
Makefile
SCM_BENCHMARKS = benchmarks/0-reference.bm \
|
|
benchmarks/bytevectors.bm \
|
|
benchmarks/continuations.bm \
|
|
benchmarks/if.bm \
|
|
benchmarks/logand.bm \
|
|
benchmarks/read.bm \
|
|
benchmarks/subr.bm \
|
|
benchmarks/uniform-vector-read.bm
|
|
|
|
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) \
|
|
ChangeLog-2008
|