]> git.donarmstrong.com Git - lilypond.git/blob - guile18/lang/Makefile.am
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / lang / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2 ##
3 ##      Copyright (C) 2000, 2006, 2009 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
8 ##   it under the terms of the GNU General Public License as
9 ##   published by the Free Software Foundation; either version 2, 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 General Public License for more details.
16 ##   
17 ##   You should have received a copy of the GNU General Public
18 ##   License along with GUILE; see the file COPYING.  If not, write
19 ##   to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
20 ##   Floor, Boston, MA 02110-1301 USA
21
22 AUTOMAKE_OPTIONS = gnu
23
24 # These should be installed and distributed.
25
26 elisp_sources =                                 \
27         elisp/base.scm                          \
28         elisp/example.el                        \
29         elisp/interface.scm                     \
30         elisp/transform.scm                     \
31         elisp/variables.scm                     \
32                                                 \
33         elisp/primitives/buffers.scm            \
34         elisp/primitives/char-table.scm         \
35         elisp/primitives/features.scm           \
36         elisp/primitives/fns.scm                \
37         elisp/primitives/format.scm             \
38         elisp/primitives/guile.scm              \
39         elisp/primitives/keymaps.scm            \
40         elisp/primitives/lists.scm              \
41         elisp/primitives/load.scm               \
42         elisp/primitives/match.scm              \
43         elisp/primitives/numbers.scm            \
44         elisp/primitives/pure.scm               \
45         elisp/primitives/read.scm               \
46         elisp/primitives/signal.scm             \
47         elisp/primitives/strings.scm            \
48         elisp/primitives/symprop.scm            \
49         elisp/primitives/syntax.scm             \
50         elisp/primitives/system.scm             \
51         elisp/primitives/time.scm               \
52                                                 \
53         elisp/internals/evaluation.scm          \
54         elisp/internals/format.scm              \
55         elisp/internals/fset.scm                \
56         elisp/internals/lambda.scm              \
57         elisp/internals/load.scm                \
58         elisp/internals/null.scm                \
59         elisp/internals/set.scm                 \
60         elisp/internals/signal.scm              \
61         elisp/internals/time.scm                \
62         elisp/internals/trace.scm
63
64 subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/lang
65 nobase_subpkgdata_DATA = $(elisp_sources)
66 TAGS_FILES = $(nobase_subpkgdata_DATA)
67
68 EXTRA_DIST = $(elisp_sources) elisp/ChangeLog-2008