slot-ref, slot-set! et al bypass "using-class" variants
[bpt/guile.git] / module / srfi / Makefile.am
CommitLineData
ea93465d
AW
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##
53befeb7
NJ
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
ea93465d 10## (at your option) any later version.
53befeb7 11##
ea93465d
AW
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
53befeb7
NJ
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
ea93465d
AW
21
22AUTOMAKE_OPTIONS = gnu
23
24modpath = srfi
25SOURCES = \
26 srfi-1.scm \
27 srfi-2.scm \
28 srfi-4.scm \
29 srfi-6.scm \
30 srfi-8.scm \
31 srfi-9.scm \
32 srfi-10.scm \
33 srfi-11.scm \
34 srfi-13.scm \
35 srfi-14.scm \
36 srfi-16.scm \
37 srfi-17.scm \
38 srfi-19.scm \
39 srfi-26.scm \
40 srfi-31.scm \
41 srfi-34.scm \
42 srfi-35.scm \
43 srfi-37.scm \
44 srfi-39.scm \
45 srfi-60.scm \
46 srfi-69.scm \
47 srfi-88.scm
48
49# Will poke this later.
50NOCOMP_SOURCES = srfi-18.scm
51
52include $(top_srcdir)/am/guilec