Inline the effect of am/pre-inst-guile
[bpt/guile.git] / module / Makefile.am
index 87e7bbb..2685a3a 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+##     Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##
@@ -24,17 +24,13 @@ include $(top_srcdir)/am/guilec
 # We're at the root of the module hierarchy.
 modpath =
 
-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
+# Build eval.go first.
+$(GOBJECTS): ice-9/eval.go
+CLEANFILES += ice-9/eval.go
 nobase_mod_DATA += ice-9/eval.scm
 nobase_ccache_DATA += ice-9/eval.go
 EXTRA_DIST += ice-9/eval.scm
+ETAGS_ARGS += ice-9/eval.scm
 
 # We can compile these in any order, but it's fastest if we compile
 # psyntax and boot-9 first, then the compiler itself, then the rest of
@@ -64,27 +60,29 @@ SOURCES =                                   \
   $(ECMASCRIPT_LANG_SOURCES)                   \
   $(ELISP_LANG_SOURCES)                                \
   $(BRAINFUCK_LANG_SOURCES)                    \
-  $(LIB_SOURCES)
+  $(LIB_SOURCES)                               \
+  $(WEB_SOURCES)
 
 ## test.scm is not currently installed.
 EXTRA_DIST +=                                  \
   ice-9/test.scm                               \
   ice-9/compile-psyntax.scm                    \
   ice-9/ChangeLog-2008
+ETAGS_ARGS +=                                  \
+  ice-9/test.scm                               \
+  ice-9/compile-psyntax.scm                    \
+  ice-9/ChangeLog-2008
 
-include $(top_srcdir)/am/pre-inst-guile
 ice-9/psyntax-pp.scm.gen:
-       $(preinstguile) --no-autocompile -s $(srcdir)/ice-9/compile-psyntax.scm \
+       $(top_builddir_absolute)/meta/guile --no-auto-compile -s $(srcdir)/ice-9/compile-psyntax.scm \
                $(srcdir)/ice-9/psyntax.scm $(srcdir)/ice-9/psyntax-pp.scm
-       touch -r "$(srcdir)/ice-9/psyntax.scm" "$(srcdir)/ice-9/psyntax-pp.scm"
 
 .PHONY: ice-9/psyntax-pp.scm.gen
 
-ice-9/psyntax-pp.go: ice-9/psyntax.scm
-       GUILE_AUTO_COMPILE=0                                    \
+ice-9/psyntax-pp.go: ice-9/psyntax.scm ice-9/psyntax-pp.scm
+       $(AM_V_GUILEC) GUILE_AUTO_COMPILE=0                     \
        $(top_builddir)/meta/uninstalled-env                    \
        guile-tools compile $(GUILE_WARNINGS) -o "ice-9/psyntax-pp.go" "$(srcdir)/ice-9/psyntax.scm"
-       touch -r "$(srcdir)/ice-9/psyntax.scm" "$(srcdir)/ice-9/psyntax-pp.scm"
 
 SCHEME_LANG_SOURCES =                                          \
   language/scheme/spec.scm                                     \
@@ -136,8 +134,9 @@ ELISP_LANG_SOURCES =                                \
   language/elisp/compile-tree-il.scm           \
   language/elisp/runtime.scm                   \
   language/elisp/runtime/function-slot.scm     \
-  language/elisp/runtime/macro-slot.scm                \
   language/elisp/runtime/value-slot.scm                \
+  language/elisp/runtime/macros.scm            \
+  language/elisp/runtime/subrs.scm             \
   language/elisp/spec.scm
 
 BRAINFUCK_LANG_SOURCES =                       \
@@ -180,16 +179,17 @@ ICE_9_SOURCES = \
   ice-9/r5rs.scm \
   ice-9/deprecated.scm \
   ice-9/and-let-star.scm \
+  ice-9/binary-ports.scm \
   ice-9/calling.scm \
   ice-9/common-list.scm \
   ice-9/control.scm \
   ice-9/curried-definitions.scm \
   ice-9/debug.scm \
-  ice-9/debugger.scm \
   ice-9/documentation.scm \
-  ice-9/emacs.scm \
+  ice-9/eval-string.scm \
   ice-9/expect.scm \
   ice-9/format.scm \
+  ice-9/futures.scm \
   ice-9/getopt-long.scm \
   ice-9/hcons.scm \
   ice-9/i18n.scm \
@@ -202,6 +202,7 @@ ICE_9_SOURCES = \
   ice-9/occam-channel.scm \
   ice-9/optargs.scm \
   ice-9/poe.scm \
+  ice-9/poll.scm \
   ice-9/popen.scm \
   ice-9/posix.scm \
   ice-9/q.scm \
@@ -232,7 +233,6 @@ ICE_9_SOURCES = \
   ice-9/weak-vector.scm \
   ice-9/list.scm \
   ice-9/serialize.scm \
-  ice-9/gds-server.scm \
   ice-9/vlist.scm
 
 SRFI_SOURCES = \
@@ -253,18 +253,22 @@ SRFI_SOURCES = \
   srfi/srfi-18.scm \
   srfi/srfi-19.scm \
   srfi/srfi-26.scm \
+  srfi/srfi-27.scm \
   srfi/srfi-31.scm \
   srfi/srfi-34.scm \
   srfi/srfi-35.scm \
   srfi/srfi-37.scm \
+  srfi/srfi-38.scm \
+  srfi/srfi-42.scm \
   srfi/srfi-39.scm \
+  srfi/srfi-45.scm \
   srfi/srfi-60.scm \
+  srfi/srfi-67.scm \
   srfi/srfi-69.scm \
   srfi/srfi-88.scm \
   srfi/srfi-98.scm
 
 RNRS_SOURCES =                                 \
-  rnrs.scm                                     \
   rnrs/base.scm                                        \
   rnrs/conditions.scm                          \
   rnrs/control.scm                             \
@@ -289,7 +293,8 @@ RNRS_SOURCES =                                      \
   rnrs/io/ports.scm                            \
   rnrs/records/inspection.scm                  \
   rnrs/records/procedural.scm                  \
-  rnrs/records/syntactic.scm
+  rnrs/records/syntactic.scm                   \
+  rnrs.scm
 
 EXTRA_DIST += scripts/ChangeLog-2008
 EXTRA_DIST += scripts/README
@@ -311,13 +316,13 @@ OOP_SOURCES = \
 SYSTEM_SOURCES =                               \
   system/vm/inspect.scm                                \
   system/vm/coverage.scm                       \
-  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/traps.scm                          \
+  system/vm/trap-state.scm                     \
   system/vm/vm.scm                             \
   system/foreign.scm                           \
   system/xref.scm                              \
@@ -325,7 +330,8 @@ SYSTEM_SOURCES =                            \
   system/repl/error-handling.scm               \
   system/repl/common.scm                       \
   system/repl/command.scm                      \
-  system/repl/repl.scm
+  system/repl/repl.scm                         \
+  system/repl/server.scm
 
 LIB_SOURCES =                                  \
   statprof.scm                                 \
@@ -346,26 +352,25 @@ LIB_SOURCES =                                     \
   texinfo/reflection.scm                       \
   texinfo/serialize.scm
 
+WEB_SOURCES =                                  \
+  web/http.scm                                 \
+  web/request.scm                              \
+  web/response.scm                             \
+  web/server.scm                               \
+  web/server/http.scm                          \
+  web/uri.scm
+
 EXTRA_DIST += oop/ChangeLog-2008
 
 NOCOMP_SOURCES =                               \
-  ice-9/gds-client.scm                         \
   ice-9/match.upstream.scm                     \
   ice-9/psyntax.scm                            \
   ice-9/r6rs-libraries.scm                     \
   ice-9/quasisyntax.scm                                \
+  srfi/srfi-42/ec.scm                          \
+  srfi/srfi-67/compare.scm                     \
   system/base/lalr.upstream.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                    \
-  ice-9/debugging/trc.scm                      \
   sxml/sxml-match.ss                           \
   sxml/upstream/SSAX.scm                       \
   sxml/upstream/SXML-tree-trans.scm            \