1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-13 01:00:21 +02:00

compile occam-channel

* ice-9/Makefile.am (SOURCES): Compile the goops-using occam-channel.scm.
This commit is contained in:
Andy Wingo 2008-10-30 15:53:11 +01:00
parent 05b37c17ff
commit 41a2772c5c

View file

@ -35,7 +35,7 @@ SOURCES = psyntax-pp.scm boot-9.scm \
debug.scm debugger.scm documentation.scm emacs.scm expect.scm \
format.scm getopt-long.scm hcons.scm i18n.scm \
lineio.scm ls.scm mapping.scm match.scm \
networking.scm null.scm optargs.scm poe.scm \
networking.scm null.scm occam-channel.scm optargs.scm poe.scm \
popen.scm posix.scm q.scm r4rs.scm r5rs.scm \
rdelim.scm receive.scm regex.scm runq.scm rw.scm \
safe-r5rs.scm safe.scm session.scm slib.scm stack-catch.scm \
@ -45,13 +45,12 @@ SOURCES = psyntax-pp.scm boot-9.scm \
weak-vector.scm deprecated.scm list.scm serialize.scm \
gds-server.scm
# occam-channel and gds-client use goops, which is not yet vm-compatible
# (it does some compilation-like optimizations for the interpreter), so
# punt on them for the time being.
# gds-client is tight with the memoizer, so punt on it until it can be
# made portable.
#
# psyntax.scm needs help. fortunately it's only needed when recompiling
# psyntax-pp.scm.
NOCOMP_SOURCES = occam-channel.scm gds-client.scm psyntax.scm
NOCOMP_SOURCES = gds-client.scm psyntax.scm
include $(top_srcdir)/guilec.mk