Makefile.am 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ## Process this file with automake to produce Makefile.in.
  2. ##
  3. ## Copyright (C) 2000, 2004, 2006, 2008 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. AUTOMAKE_OPTIONS = gnu
  22. modpath = srfi
  23. SOURCES = \
  24. srfi-1.scm \
  25. srfi-2.scm \
  26. srfi-4.scm \
  27. srfi-6.scm \
  28. srfi-8.scm \
  29. srfi-9.scm \
  30. srfi-10.scm \
  31. srfi-11.scm \
  32. srfi-13.scm \
  33. srfi-14.scm \
  34. srfi-16.scm \
  35. srfi-17.scm \
  36. srfi-19.scm \
  37. srfi-26.scm \
  38. srfi-31.scm \
  39. srfi-34.scm \
  40. srfi-35.scm \
  41. srfi-37.scm \
  42. srfi-39.scm \
  43. srfi-60.scm \
  44. srfi-69.scm \
  45. srfi-88.scm
  46. # Will poke this later.
  47. NOCOMP_SOURCES = srfi-18.scm
  48. include $(top_srcdir)/am/guilec