deprecated eval-when situations
[bpt/guile.git] / gc-benchmarks / Makefile.am
CommitLineData
364b6eb7
LC
1## Process this file with automake to produce Makefile.in.
2##
3## Copyright (C) 2011 Free Software Foundation, Inc.
4##
5## This file is part of GUILE.
6##
7## GUILE is free software; you can redistribute it and/or modify it
8## under the terms of the GNU Lesser General Public License as
9## published by the Free Software Foundation; either version 3, or
10## (at your option) any later version.
11##
12## GUILE is distributed in the hope that it will be useful, but
13## WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU Lesser General Public License for more details.
16##
17## You should have received a copy of the GNU Lesser General Public
18## License along with GUILE; see the file COPYING.LESSER. If not,
19## write to the Free Software Foundation, Inc., 51 Franklin Street,
20## Fifth Floor, Boston, MA 02110-1301 USA
21
22EXTRA_DIST = \
23 gc-profile.scm \
24 gcbench.scm \
25 guile-test.scm \
26 loop.scm \
27 run-benchmark.scm \
28 string.scm \
29 $(benchmarks)
30
31# GPLv2+ Larceny GC benchmarks by Lars Hansen et al. from
32# <http://www.ccs.neu.edu/home/will/GC/sourcecode.html>.
33benchmarks = \
34 larceny/GPL \
35 larceny/README \
36 larceny/dumb.sch \
37 larceny/dummy.sch \
38 larceny/dynamic-input-large.sch \
39 larceny/dynamic-input-small.sch \
40 larceny/dynamic.sch \
41 larceny/earley.sch \
42 larceny/gcbench.sch \
43 larceny/gcold.scm \
44 larceny/graphs.sch \
45 larceny/lattice.sch \
46 larceny/nboyer.sch \
47 larceny/nucleic2.sch \
48 larceny/perm.sch \
49 larceny/run-benchmark.chez \
50 larceny/sboyer.sch \
51 larceny/softscheme.sch \
52 larceny/twobit-input-long.sch \
53 larceny/twobit-input-short.sch \
54 larceny/twobit-smaller.sch \
55 larceny/twobit.sch