mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-05 06:50:21 +02:00
Added syncase.scm, psyntax.pp, psyntax.ss
This commit is contained in:
parent
ceb177a473
commit
868dc739fd
2 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||||
# These should be installed and distributed.
|
# These should be installed and distributed.
|
||||||
ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
|
ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
|
||||||
mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
|
mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
|
||||||
session.scm
|
session.scm syncase.scm psyntax.pp psyntax.ss
|
||||||
|
|
||||||
# These should be installed, but not distributed.
|
# These should be installed, but not distributed.
|
||||||
ice9_generated = version.scm
|
ice9_generated = version.scm
|
||||||
|
|
|
@ -65,7 +65,6 @@ GUILE_VERSION = @GUILE_VERSION@
|
||||||
LD = @LD@
|
LD = @LD@
|
||||||
LIBLOBJS = @LIBLOBJS@
|
LIBLOBJS = @LIBLOBJS@
|
||||||
LIBTOOL = @LIBTOOL@
|
LIBTOOL = @LIBTOOL@
|
||||||
LN_S = @LN_S@
|
|
||||||
MAINT = @MAINT@
|
MAINT = @MAINT@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
|
@ -85,7 +84,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||||
# These should be installed and distributed.
|
# These should be installed and distributed.
|
||||||
ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
|
ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
|
||||||
mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
|
mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \
|
||||||
session.scm
|
session.scm syncase.scm psyntax.pp psyntax.ss
|
||||||
|
|
||||||
# These should be installed, but not distributed.
|
# These should be installed, but not distributed.
|
||||||
ice9_generated = version.scm
|
ice9_generated = version.scm
|
||||||
|
@ -105,7 +104,7 @@ DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in version.scm.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP = --best
|
GZIP = --best
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue