Added syncase.scm, psyntax.pp, psyntax.ss
[bpt/guile.git] / ice-9 / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2
3 AUTOMAKE_OPTIONS = foreign
4
5 # These should be installed and distributed.
6 ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
7 mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
8 session.scm syncase.scm psyntax.pp psyntax.ss
9
10 # These should be installed, but not distributed.
11 ice9_generated = version.scm
12
13 subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
14 subpkgdata_DATA = $(ice9_sources) $(ice9_generated)
15 ETAGS_ARGS = $(subpkgdata_DATA)
16
17 ## test.scm is not currently installed.
18 EXTRA_DIST = $(ice9_sources) test.scm version.scm.in