add (ice-9 poll), a poll wrapper
[bpt/guile.git] / module / Makefile.am
index 1202e20..67d530a 100644 (file)
@@ -60,7 +60,8 @@ SOURCES =                                     \
   $(ECMASCRIPT_LANG_SOURCES)                   \
   $(ELISP_LANG_SOURCES)                                \
   $(BRAINFUCK_LANG_SOURCES)                    \
-  $(LIB_SOURCES)
+  $(LIB_SOURCES)                               \
+  $(WEB_SOURCES)
 
 ## test.scm is not currently installed.
 EXTRA_DIST +=                                  \
@@ -183,10 +184,10 @@ ICE_9_SOURCES = \
   ice-9/control.scm \
   ice-9/curried-definitions.scm \
   ice-9/debug.scm \
-  ice-9/debugger.scm \
   ice-9/documentation.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 \
@@ -199,6 +200,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 \
@@ -229,7 +231,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 = \
@@ -250,12 +251,17 @@ 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
@@ -322,7 +328,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                                 \
@@ -343,26 +350,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            \