local.mk 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ## Process this file with automake to produce Makefile.in.
  2. ##
  3. ## Copyright (C) 2011, 2023 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. EXTRA_DIST += \
  22. %D%/gc-profile.scm \
  23. %D%/gcbench.scm \
  24. %D%/guile-test.scm \
  25. %D%/loop.scm \
  26. %D%/run-benchmark.scm \
  27. %D%/string.scm \
  28. $(gc_benchmarks)
  29. # GPLv2+ Larceny GC benchmarks by Lars Hansen et al. from
  30. # <http://www.ccs.neu.edu/home/will/GC/sourcecode.html>.
  31. gc_benchmarks = \
  32. %D%/larceny/GPL \
  33. %D%/larceny/README \
  34. %D%/larceny/dumb.sch \
  35. %D%/larceny/dummy.sch \
  36. %D%/larceny/dynamic-input-large.sch \
  37. %D%/larceny/dynamic-input-small.sch \
  38. %D%/larceny/dynamic.sch \
  39. %D%/larceny/earley.sch \
  40. %D%/larceny/gcbench.sch \
  41. %D%/larceny/gcold.scm \
  42. %D%/larceny/graphs.sch \
  43. %D%/larceny/lattice.sch \
  44. %D%/larceny/nboyer.sch \
  45. %D%/larceny/nucleic2.sch \
  46. %D%/larceny/perm.sch \
  47. %D%/larceny/run-benchmark.chez \
  48. %D%/larceny/sboyer.sch \
  49. %D%/larceny/softscheme.sch \
  50. %D%/larceny/twobit-input-long.sch \
  51. %D%/larceny/twobit-input-short.sch \
  52. %D%/larceny/twobit-smaller.sch \
  53. %D%/larceny/twobit.sch