mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 03:00:21 +02:00
start compiling ice-9
* ice-9/Makefile.am: Integrate with guilec.mk, and start compiling sources. Have to figure out what to do with procedure->memoized-macro though, to get boot-9.scm compiling.
This commit is contained in:
parent
75a09d5ae6
commit
ce66d60be2
1 changed files with 8 additions and 6 deletions
|
@ -24,8 +24,10 @@ AUTOMAKE_OPTIONS = gnu
|
||||||
SUBDIRS = debugger debugging
|
SUBDIRS = debugger debugging
|
||||||
|
|
||||||
# These should be installed and distributed.
|
# These should be installed and distributed.
|
||||||
ice9_sources = \
|
modpath = ice-9
|
||||||
and-let-star.scm boot-9.scm calling.scm common-list.scm \
|
SOURCES = and-let-star.scm
|
||||||
|
NOCOMP_SOURCES = \
|
||||||
|
boot-9.scm calling.scm common-list.scm \
|
||||||
debug.scm debugger.scm documentation.scm emacs.scm expect.scm \
|
debug.scm debugger.scm documentation.scm emacs.scm expect.scm \
|
||||||
format.scm getopt-long.scm hcons.scm i18n.scm \
|
format.scm getopt-long.scm hcons.scm i18n.scm \
|
||||||
lineio.scm ls.scm mapping.scm \
|
lineio.scm ls.scm mapping.scm \
|
||||||
|
@ -39,12 +41,12 @@ ice9_sources = \
|
||||||
weak-vector.scm deprecated.scm list.scm serialize.scm \
|
weak-vector.scm deprecated.scm list.scm serialize.scm \
|
||||||
gds-client.scm gds-server.scm
|
gds-client.scm gds-server.scm
|
||||||
|
|
||||||
subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9
|
include $(top_srcdir)/guilec.mk
|
||||||
subpkgdata_DATA = $(ice9_sources)
|
|
||||||
TAGS_FILES = $(subpkgdata_DATA)
|
|
||||||
|
|
||||||
## test.scm is not currently installed.
|
## test.scm is not currently installed.
|
||||||
EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm
|
EXTRA_DIST += test.scm compile-psyntax.scm
|
||||||
|
|
||||||
|
TAGS_FILES = $(SOURCES)
|
||||||
|
|
||||||
if MAINTAINER_MODE
|
if MAINTAINER_MODE
|
||||||
# We expect this to never be invoked when there is not already
|
# We expect this to never be invoked when there is not already
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue