Suggestion and script from Maciej Stachowiak:
[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 calling.scm common-list.scm debug.scm expect.scm \
7 hcons.scm lineio.scm ls.scm mapping.scm poe.scm q.scm regex.scm runq.scm \
8 slib.scm string-fun.scm tags.scm threads.scm r4rs.scm session.scm \
9 syncase.scm psyntax.pp psyntax.ss
10
11 # These should be installed, but not distributed.
12 ice9_generated = version.scm
13
14 subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
15 subpkgdata_DATA = $(ice9_sources) $(ice9_generated)
16 ETAGS_ARGS = $(subpkgdata_DATA)
17
18 ## test.scm is not currently installed.
19 EXTRA_DIST = $(ice9_sources) test.scm version.scm.in