further ecmascript work
[bpt/guile.git] / module / language / Makefile.am
CommitLineData
6f787028 1SUBDIRS=scheme ghil glil assembly bytecode objcode value
5dcd3e48
AW
2SOURCES=ghil.scm glil.scm assembly.scm \
3 ecmascript/parse-lalr.scm \
4 ecmascript/tokenize.scm
4e297671
AW
5 ecmascript/spec.scm
6 ecmascript/compile-ghil.scm
131f7d6c 7 ecmascript/impl.scm
5dcd3e48
AW
8# unfortunately, the one that we want to compile can't yet be compiled
9# -- too many local vars, or something.
10NOCOMP_SOURCES = ecmascript/parse.scm
9ff56d9e
AW
11modpath = language
12include $(top_srcdir)/am/guilec