Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
##
|
|
|
|
|
## Copyright (C) 2009 Free Software Foundation, Inc.
|
|
|
|
|
##
|
|
|
|
|
## This file is part of GUILE.
|
|
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
## GUILE is free software; you can redistribute it and/or modify it
|
|
|
|
|
## under the terms of the GNU Lesser General Public License as
|
|
|
|
|
## published by the Free Software Foundation; either version 3, or
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
## (at your option) any later version.
|
|
|
|
|
##
|
|
|
|
|
## GUILE is distributed in the hope that it will be useful, but
|
|
|
|
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2009-06-17 00:22:09 +01:00
|
|
|
## GNU Lesser General Public License for more details.
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
## You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
## License along with GUILE; see the file COPYING.LESSER. If not,
|
|
|
|
|
## write to the Free Software Foundation, Inc., 51 Franklin Street,
|
|
|
|
|
## Fifth Floor, Boston, MA 02110-1301 USA
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
|
2009-04-17 11:19:42 +02:00
|
|
|
include $(top_srcdir)/am/guilec
|
|
|
|
|
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
# We're at the root of the module hierarchy.
|
|
|
|
|
modpath =
|
|
|
|
|
|
2009-11-30 23:32:28 +01:00
|
|
|
BEGINNING_OF_TIME=198001010100
|
|
|
|
|
|
|
|
|
|
$(GOBJECTS): ice-9/eval.go.stamp
|
|
|
|
|
ice-9/eval.go.stamp: ice-9/eval.go
|
|
|
|
|
touch -t $(BEGINNING_OF_TIME) $(srcdir)/ice-9/eval.scm
|
|
|
|
|
touch -r $(srcdir)/ice-9/eval.scm ice-9/eval.go
|
|
|
|
|
touch -r $(srcdir)/ice-9/eval.scm ice-9/eval.go.stamp
|
|
|
|
|
CLEANFILES += ice-9/eval.go ice-9/eval.go.stamp
|
|
|
|
|
nobase_mod_DATA += ice-9/eval.scm
|
|
|
|
|
nobase_ccache_DATA += ice-9/eval.go
|
|
|
|
|
EXTRA_DIST += ice-9/eval.scm
|
|
|
|
|
|
2009-04-24 19:16:06 +02:00
|
|
|
# Compile psyntax and boot-9 first, so that we get the speed benefit in
|
|
|
|
|
# the rest of the compilation. Also, if there is too much switching back
|
|
|
|
|
# and forth between interpreted and compiled code, we end up using more
|
|
|
|
|
# of the C stack than the interpreter would have; so avoid that by
|
|
|
|
|
# putting these core modules first.
|
|
|
|
|
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
SOURCES = \
|
2009-05-07 13:45:03 +02:00
|
|
|
ice-9/psyntax-pp.scm \
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
system/base/pmatch.scm system/base/syntax.scm \
|
|
|
|
|
system/base/compile.scm system/base/language.scm \
|
2009-07-31 00:06:59 +02:00
|
|
|
system/base/message.scm \
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
\
|
2009-05-07 13:45:03 +02:00
|
|
|
language/tree-il.scm \
|
2009-08-06 16:01:24 +02:00
|
|
|
language/glil.scm language/assembly.scm \
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
\
|
2009-04-26 20:57:51 +02:00
|
|
|
$(SCHEME_LANG_SOURCES) \
|
2009-05-07 13:45:03 +02:00
|
|
|
$(TREE_IL_LANG_SOURCES) \
|
2009-08-06 16:01:24 +02:00
|
|
|
$(GLIL_LANG_SOURCES) \
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
$(ASSEMBLY_LANG_SOURCES) $(BYTECODE_LANG_SOURCES) \
|
2009-04-17 11:19:42 +02:00
|
|
|
$(OBJCODE_LANG_SOURCES) $(VALUE_LANG_SOURCES) \
|
|
|
|
|
\
|
2009-04-24 19:16:06 +02:00
|
|
|
$(ICE_9_SOURCES) \
|
|
|
|
|
$(SRFI_SOURCES) \
|
2009-05-27 18:18:07 +02:00
|
|
|
$(RNRS_SOURCES) \
|
2009-04-24 19:16:06 +02:00
|
|
|
$(OOP_SOURCES) \
|
2009-04-24 23:10:31 +02:00
|
|
|
$(SYSTEM_SOURCES) \
|
2009-08-06 16:01:24 +02:00
|
|
|
$(SCRIPTS_SOURCES) \
|
2009-04-26 20:57:51 +02:00
|
|
|
$(ECMASCRIPT_LANG_SOURCES) \
|
2009-08-06 16:01:24 +02:00
|
|
|
$(BRAINFUCK_LANG_SOURCES)
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
|
2009-04-24 19:16:06 +02:00
|
|
|
## test.scm is not currently installed.
|
2009-11-14 17:25:12 +01:00
|
|
|
EXTRA_DIST += \
|
|
|
|
|
ice-9/test.scm \
|
|
|
|
|
ice-9/compile-psyntax.scm \
|
|
|
|
|
ice-9/quasisyntax.scm \
|
|
|
|
|
ice-9/ChangeLog-2008
|
2009-04-24 19:16:06 +02:00
|
|
|
|
|
|
|
|
# We expect this to never be invoked when there is not already
|
|
|
|
|
# ice-9/psyntax-pp.scm in %load-path, since compile-psyntax.scm depends
|
|
|
|
|
# on ice-9/syncase.scm, which does `(load-from-path "ice-9/psyntax-pp.scm")'.
|
|
|
|
|
# In other words, to bootstrap this file, you need to do something like:
|
|
|
|
|
# GUILE_LOAD_PATH=/usr/local/share/guile/1.5.4 make psyntax-pp.scm
|
|
|
|
|
include $(top_srcdir)/am/pre-inst-guile
|
|
|
|
|
ice-9/psyntax-pp.scm: ice-9/psyntax.scm
|
2009-06-08 01:04:16 +02:00
|
|
|
$(preinstguile) --no-autocompile -s $(srcdir)/ice-9/compile-psyntax.scm \
|
2009-04-24 19:16:06 +02:00
|
|
|
$(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm
|
|
|
|
|
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
SCHEME_LANG_SOURCES = \
|
2009-05-08 12:56:18 +02:00
|
|
|
language/scheme/spec.scm \
|
|
|
|
|
language/scheme/compile-tree-il.scm \
|
2009-10-16 12:19:43 +02:00
|
|
|
language/scheme/decompile-tree-il.scm
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
|
2009-05-11 23:23:34 +02:00
|
|
|
TREE_IL_LANG_SOURCES = \
|
2009-05-22 16:07:41 +02:00
|
|
|
language/tree-il/primitives.scm \
|
2009-05-15 23:44:14 +02:00
|
|
|
language/tree-il/optimize.scm \
|
2009-08-05 16:17:20 +02:00
|
|
|
language/tree-il/inline.scm \
|
add <fix> tree-il construct, and compile it
* libguile/vm-i-system.c (fix-closure): New instruction, for wiring
together fixpoint procedures.
* module/Makefile.am (TREE_IL_LANG_SOURCES): Add fix-letrec.scm.
* module/language/glil/compile-assembly.scm (glil->assembly): Reindent
the <glil-lexical> case, and handle 'fix for locally-bound vars.
* module/language/tree-il.scm (<fix>): Add the <fix> tree-il type and
accessors, for fixed-point bindings. This IL construct is taken from
the Waddell paper.
(parse-tree-il, unparse-tree-il, tree-il->scheme, tree-il-fold)
(pre-order!, post-order!): Update for <fix>.
* module/language/tree-il/analyze.scm (analyze-lexicals): Update for
<fix>. The difference here is that the bindings may not be assigned,
and are not marked as such. They are not boxed.
(report-unused-variables): Update for <fix>.
* module/language/tree-il/compile-glil.scm (flatten): Compile <fix> to
GLIL.
* module/language/tree-il/fix-letrec.scm: A stub implementation of
fixing letrec -- will flesh out in a separate commit.
* module/language/tree-il/inline.scm: Fix license, it was mistakenly
added with LGPL v2.1+.
* module/language/tree-il/optimize.scm (optimize!): Run the fix-letrec!
pass.
2009-08-05 17:51:40 +02:00
|
|
|
language/tree-il/fix-letrec.scm \
|
2009-05-15 23:44:14 +02:00
|
|
|
language/tree-il/analyze.scm \
|
|
|
|
|
language/tree-il/compile-glil.scm \
|
|
|
|
|
language/tree-il/spec.scm
|
2009-05-07 13:45:03 +02:00
|
|
|
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
GLIL_LANG_SOURCES = \
|
2009-03-14 13:59:57 +01:00
|
|
|
language/glil/spec.scm language/glil/compile-assembly.scm \
|
|
|
|
|
language/glil/decompile-assembly.scm
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
|
|
|
|
|
ASSEMBLY_LANG_SOURCES = \
|
|
|
|
|
language/assembly/spec.scm \
|
|
|
|
|
language/assembly/compile-bytecode.scm \
|
|
|
|
|
language/assembly/decompile-bytecode.scm \
|
|
|
|
|
language/assembly/disassemble.scm
|
|
|
|
|
|
|
|
|
|
BYTECODE_LANG_SOURCES = \
|
|
|
|
|
language/bytecode/spec.scm
|
|
|
|
|
|
|
|
|
|
OBJCODE_LANG_SOURCES = \
|
|
|
|
|
language/objcode/spec.scm
|
|
|
|
|
|
|
|
|
|
VALUE_LANG_SOURCES = \
|
|
|
|
|
language/value/spec.scm
|
|
|
|
|
|
|
|
|
|
ECMASCRIPT_LANG_SOURCES = \
|
|
|
|
|
language/ecmascript/parse-lalr.scm \
|
|
|
|
|
language/ecmascript/tokenize.scm \
|
|
|
|
|
language/ecmascript/parse.scm \
|
|
|
|
|
language/ecmascript/impl.scm \
|
|
|
|
|
language/ecmascript/base.scm \
|
|
|
|
|
language/ecmascript/function.scm \
|
|
|
|
|
language/ecmascript/array.scm \
|
2009-08-12 00:14:44 +02:00
|
|
|
language/ecmascript/compile-tree-il.scm \
|
2009-06-09 23:42:05 +02:00
|
|
|
language/ecmascript/spec.scm
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
|
2009-05-23 09:58:54 +02:00
|
|
|
BRAINFUCK_LANG_SOURCES = \
|
|
|
|
|
language/brainfuck/parse.scm \
|
2009-06-21 14:53:33 +02:00
|
|
|
language/brainfuck/compile-scheme.scm \
|
|
|
|
|
language/brainfuck/compile-tree-il.scm \
|
|
|
|
|
language/brainfuck/spec.scm
|
2009-05-23 09:58:54 +02:00
|
|
|
|
2009-04-17 11:19:42 +02:00
|
|
|
SCRIPTS_SOURCES = \
|
|
|
|
|
scripts/PROGRAM.scm \
|
|
|
|
|
scripts/autofrisk.scm \
|
|
|
|
|
scripts/compile.scm \
|
|
|
|
|
scripts/disassemble.scm \
|
|
|
|
|
scripts/display-commentary.scm \
|
|
|
|
|
scripts/doc-snarf.scm \
|
|
|
|
|
scripts/frisk.scm \
|
|
|
|
|
scripts/generate-autoload.scm \
|
|
|
|
|
scripts/lint.scm \
|
|
|
|
|
scripts/punify.scm \
|
|
|
|
|
scripts/read-scheme-source.scm \
|
|
|
|
|
scripts/read-text-outline.scm \
|
|
|
|
|
scripts/use2dot.scm \
|
|
|
|
|
scripts/snarf-check-and-output-texi.scm \
|
|
|
|
|
scripts/summarize-guile-TODO.scm \
|
|
|
|
|
scripts/scan-api.scm \
|
|
|
|
|
scripts/api-diff.scm \
|
|
|
|
|
scripts/read-rfc822.scm \
|
|
|
|
|
scripts/snarf-guile-m4-docs.scm
|
|
|
|
|
|
2009-04-24 19:16:06 +02:00
|
|
|
ICE_9_SOURCES = \
|
|
|
|
|
ice-9/boot-9.scm \
|
|
|
|
|
ice-9/r4rs.scm \
|
|
|
|
|
ice-9/r5rs.scm \
|
|
|
|
|
ice-9/and-let-star.scm \
|
|
|
|
|
ice-9/calling.scm \
|
|
|
|
|
ice-9/common-list.scm \
|
|
|
|
|
ice-9/debug.scm \
|
|
|
|
|
ice-9/debugger.scm \
|
|
|
|
|
ice-9/documentation.scm \
|
|
|
|
|
ice-9/emacs.scm \
|
|
|
|
|
ice-9/expect.scm \
|
|
|
|
|
ice-9/format.scm \
|
|
|
|
|
ice-9/getopt-long.scm \
|
|
|
|
|
ice-9/hcons.scm \
|
|
|
|
|
ice-9/i18n.scm \
|
|
|
|
|
ice-9/lineio.scm \
|
|
|
|
|
ice-9/ls.scm \
|
|
|
|
|
ice-9/mapping.scm \
|
|
|
|
|
ice-9/match.scm \
|
|
|
|
|
ice-9/networking.scm \
|
|
|
|
|
ice-9/null.scm \
|
|
|
|
|
ice-9/occam-channel.scm \
|
|
|
|
|
ice-9/optargs.scm \
|
|
|
|
|
ice-9/poe.scm \
|
|
|
|
|
ice-9/popen.scm \
|
|
|
|
|
ice-9/posix.scm \
|
|
|
|
|
ice-9/q.scm \
|
|
|
|
|
ice-9/rdelim.scm \
|
|
|
|
|
ice-9/receive.scm \
|
|
|
|
|
ice-9/regex.scm \
|
|
|
|
|
ice-9/runq.scm \
|
|
|
|
|
ice-9/rw.scm \
|
|
|
|
|
ice-9/safe-r5rs.scm \
|
|
|
|
|
ice-9/safe.scm \
|
|
|
|
|
ice-9/session.scm \
|
|
|
|
|
ice-9/slib.scm \
|
|
|
|
|
ice-9/stack-catch.scm \
|
|
|
|
|
ice-9/streams.scm \
|
|
|
|
|
ice-9/string-fun.scm \
|
|
|
|
|
ice-9/syncase.scm \
|
|
|
|
|
ice-9/threads.scm \
|
|
|
|
|
ice-9/buffered-input.scm \
|
|
|
|
|
ice-9/time.scm \
|
|
|
|
|
ice-9/history.scm \
|
|
|
|
|
ice-9/channel.scm \
|
|
|
|
|
ice-9/pretty-print.scm \
|
|
|
|
|
ice-9/ftw.scm \
|
|
|
|
|
ice-9/gap-buffer.scm \
|
|
|
|
|
ice-9/weak-vector.scm \
|
|
|
|
|
ice-9/deprecated.scm \
|
|
|
|
|
ice-9/list.scm \
|
|
|
|
|
ice-9/serialize.scm \
|
|
|
|
|
ice-9/gds-server.scm
|
|
|
|
|
|
|
|
|
|
SRFI_SOURCES = \
|
|
|
|
|
srfi/srfi-1.scm \
|
|
|
|
|
srfi/srfi-2.scm \
|
|
|
|
|
srfi/srfi-4.scm \
|
2009-07-18 13:26:18 +02:00
|
|
|
srfi/srfi-4/gnu.scm \
|
2009-04-24 19:16:06 +02:00
|
|
|
srfi/srfi-6.scm \
|
|
|
|
|
srfi/srfi-8.scm \
|
|
|
|
|
srfi/srfi-9.scm \
|
|
|
|
|
srfi/srfi-10.scm \
|
|
|
|
|
srfi/srfi-11.scm \
|
|
|
|
|
srfi/srfi-13.scm \
|
|
|
|
|
srfi/srfi-14.scm \
|
|
|
|
|
srfi/srfi-16.scm \
|
|
|
|
|
srfi/srfi-17.scm \
|
2009-04-26 11:35:23 +02:00
|
|
|
srfi/srfi-18.scm \
|
2009-04-24 19:16:06 +02:00
|
|
|
srfi/srfi-19.scm \
|
|
|
|
|
srfi/srfi-26.scm \
|
|
|
|
|
srfi/srfi-31.scm \
|
|
|
|
|
srfi/srfi-34.scm \
|
|
|
|
|
srfi/srfi-35.scm \
|
|
|
|
|
srfi/srfi-37.scm \
|
|
|
|
|
srfi/srfi-39.scm \
|
|
|
|
|
srfi/srfi-60.scm \
|
|
|
|
|
srfi/srfi-69.scm \
|
2009-06-05 10:32:52 +02:00
|
|
|
srfi/srfi-88.scm \
|
|
|
|
|
srfi/srfi-98.scm
|
2009-04-24 19:16:06 +02:00
|
|
|
|
2009-05-27 18:18:07 +02:00
|
|
|
RNRS_SOURCES = \
|
|
|
|
|
rnrs/bytevector.scm \
|
|
|
|
|
rnrs/io/ports.scm
|
|
|
|
|
|
2009-04-17 11:19:42 +02:00
|
|
|
EXTRA_DIST += scripts/ChangeLog-2008
|
|
|
|
|
EXTRA_DIST += scripts/README
|
|
|
|
|
|
2009-04-24 19:16:06 +02:00
|
|
|
OOP_SOURCES = \
|
|
|
|
|
oop/goops.scm \
|
|
|
|
|
oop/goops/active-slot.scm \
|
|
|
|
|
oop/goops/compile.scm \
|
|
|
|
|
oop/goops/composite-slot.scm \
|
|
|
|
|
oop/goops/describe.scm \
|
|
|
|
|
oop/goops/dispatch.scm \
|
|
|
|
|
oop/goops/internal.scm \
|
|
|
|
|
oop/goops/save.scm \
|
|
|
|
|
oop/goops/stklos.scm \
|
|
|
|
|
oop/goops/util.scm \
|
|
|
|
|
oop/goops/accessors.scm \
|
|
|
|
|
oop/goops/simple.scm
|
|
|
|
|
|
2009-04-24 23:10:31 +02:00
|
|
|
SYSTEM_SOURCES = \
|
|
|
|
|
system/vm/debug.scm system/vm/frame.scm system/vm/instruction.scm \
|
|
|
|
|
system/vm/objcode.scm system/vm/profile.scm system/vm/program.scm \
|
|
|
|
|
system/vm/trace.scm system/vm/vm.scm \
|
|
|
|
|
\
|
|
|
|
|
system/xref.scm \
|
|
|
|
|
\
|
|
|
|
|
system/repl/repl.scm system/repl/common.scm \
|
|
|
|
|
system/repl/command.scm
|
|
|
|
|
|
2009-04-24 19:16:06 +02:00
|
|
|
EXTRA_DIST += oop/ChangeLog-2008
|
|
|
|
|
|
Aggregate makefiles for `module/system' and `module/language'.
* am/guilec (.scm.go): Create the target's directory, in case
$(builddir) != $(srcdir).
* configure.in: Don't output any makefile under `module/system' or
`module/language'.
* module/Makefile.am (SUBDIRS): Remove `language' and `system'. Add `.'
to the front.
(modpath, SOURCES, SCHEME_LANG_SOURCES, ECMASCRIPT_LANG_SOURCES,
GHIL_LANG_SOURCES, GLIL_LANG_SOURCES, ASSEMBLY_LANG_SOURCES,
BYTECODE_LANG_SOURCES, OBJCODE_LANG_SOURCES, VALUE_LANG_SOURCES): New
variables, taken from former `Makefile.am' files in sub-directories.
2009-02-24 23:52:57 +01:00
|
|
|
NOCOMP_SOURCES = \
|
2009-04-24 19:16:06 +02:00
|
|
|
ice-9/gds-client.scm \
|
|
|
|
|
ice-9/psyntax.scm \
|
|
|
|
|
system/repl/describe.scm \
|
|
|
|
|
ice-9/debugger/command-loop.scm \
|
|
|
|
|
ice-9/debugger/commands.scm \
|
|
|
|
|
ice-9/debugger/state.scm \
|
|
|
|
|
ice-9/debugger/trc.scm \
|
|
|
|
|
ice-9/debugger/utils.scm \
|
|
|
|
|
ice-9/debugging/example-fns.scm \
|
|
|
|
|
ice-9/debugging/steps.scm \
|
|
|
|
|
ice-9/debugging/trace.scm \
|
|
|
|
|
ice-9/debugging/traps.scm \
|
2009-04-26 11:35:23 +02:00
|
|
|
ice-9/debugging/trc.scm
|