2001-08-24 10:16:15 +00:00
|
|
|
## Process this file with Automake to create Makefile.in
|
|
|
|
|
##
|
2010-01-03 19:06:52 +01:00
|
|
|
## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010 Free Software Foundation, Inc.
|
2001-08-24 10:16:15 +00:00
|
|
|
##
|
|
|
|
|
## This file is part of GUILE.
|
2002-01-10 01:34:22 +00:00
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
## GUILE is free software; you can redistribute it and/or modify it
|
|
|
|
|
## under the terms of the GNU Lesser General Public License as
|
|
|
|
|
## published by the Free Software Foundation; either version 3, or
|
2001-08-24 10:16:15 +00:00
|
|
|
## (at your option) any later version.
|
2002-01-10 01:34:22 +00:00
|
|
|
##
|
2001-08-24 10:16:15 +00:00
|
|
|
## GUILE is distributed in the hope that it will be useful, but
|
|
|
|
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2009-06-17 00:22:09 +01:00
|
|
|
## GNU Lesser General Public License for more details.
|
2002-01-10 01:34:22 +00:00
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
## You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
## License along with GUILE; see the file COPYING.LESSER. If not,
|
|
|
|
|
## write to the Free Software Foundation, Inc., 51 Franklin Street,
|
|
|
|
|
## Fifth Floor, Boston, MA 02110-1301 USA
|
2001-08-24 10:16:15 +00:00
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
|
|
2010-09-12 23:44:16 +02:00
|
|
|
BUILT_SOURCES = standard-library.texi
|
2006-11-18 18:14:55 +00:00
|
|
|
|
2001-08-24 10:16:15 +00:00
|
|
|
info_TEXINFOS = guile.texi
|
|
|
|
|
|
2004-08-02 11:46:57 +00:00
|
|
|
guile_TEXINFOS = preface.texi \
|
|
|
|
|
intro.texi \
|
2010-05-02 14:27:46 +02:00
|
|
|
tour.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
libguile-program.texi \
|
|
|
|
|
scheme-intro.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-scm.texi \
|
|
|
|
|
api-snarf.texi \
|
|
|
|
|
api-smobs.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
scheme-ideas.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-data.texi \
|
|
|
|
|
api-procedures.texi \
|
2010-03-18 23:39:33 +01:00
|
|
|
api-macros.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-utility.texi \
|
|
|
|
|
api-binding.texi \
|
|
|
|
|
api-control.texi \
|
|
|
|
|
api-io.texi \
|
2010-04-02 00:23:24 +02:00
|
|
|
api-foreign.texi \
|
2010-03-30 01:11:09 +02:00
|
|
|
api-lalr.texi \
|
2010-04-15 23:09:29 +02:00
|
|
|
api-languages.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-evaluation.texi \
|
|
|
|
|
api-memory.texi \
|
|
|
|
|
api-modules.texi \
|
|
|
|
|
api-scheduling.texi \
|
|
|
|
|
api-options.texi \
|
2004-09-23 18:45:35 +00:00
|
|
|
api-i18n.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-debug.texi \
|
2010-05-02 14:17:41 +02:00
|
|
|
api-coverage.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
scheme-reading.texi \
|
|
|
|
|
scheme-indices.texi \
|
|
|
|
|
slib.texi \
|
|
|
|
|
posix.texi \
|
|
|
|
|
expect.texi \
|
|
|
|
|
scsh.texi \
|
2010-05-24 23:13:16 +02:00
|
|
|
sxml-match.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
scheme-scripts.texi \
|
|
|
|
|
api-overview.texi \
|
2010-08-08 14:26:26 +02:00
|
|
|
api-deprecated.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
scheme-debugging.texi \
|
2006-08-01 21:33:17 +00:00
|
|
|
scheme-using.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
indices.texi \
|
|
|
|
|
script-getopt.texi \
|
|
|
|
|
data-rep.texi \
|
|
|
|
|
repl-modules.texi \
|
|
|
|
|
srfi-modules.texi \
|
2010-06-01 14:10:59 +02:00
|
|
|
r6rs.texi \
|
2010-08-27 18:58:13 +02:00
|
|
|
match.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
misc-modules.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-compound.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
autoconf.texi \
|
|
|
|
|
autoconf-macros.texi \
|
|
|
|
|
tools.texi \
|
2008-11-20 13:44:22 +01:00
|
|
|
history.texi \
|
|
|
|
|
vm.texi \
|
|
|
|
|
compiler.texi \
|
2004-08-02 11:46:57 +00:00
|
|
|
fdl.texi \
|
|
|
|
|
libguile-concepts.texi \
|
|
|
|
|
libguile-smobs.texi \
|
|
|
|
|
libguile-snarf.texi \
|
|
|
|
|
libguile-linking.texi \
|
|
|
|
|
libguile-extensions.texi \
|
2004-08-02 12:29:00 +00:00
|
|
|
api-init.texi \
|
2009-08-03 20:11:05 +01:00
|
|
|
mod-getopt-long.texi \
|
|
|
|
|
goops.texi \
|
2009-08-04 12:08:02 +01:00
|
|
|
goops-tutorial.texi \
|
|
|
|
|
effective-version.texi
|
2001-08-24 10:16:15 +00:00
|
|
|
|
2001-12-01 15:53:04 +00:00
|
|
|
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
|
|
|
|
|
|
2009-08-06 09:41:32 +01:00
|
|
|
PICTURES = hierarchy.eps \
|
|
|
|
|
hierarchy.pdf \
|
|
|
|
|
hierarchy.png \
|
|
|
|
|
hierarchy.txt \
|
2009-12-09 18:04:42 +00:00
|
|
|
gds.eps \
|
|
|
|
|
gds.pdf \
|
|
|
|
|
gds.txt \
|
|
|
|
|
scheme.eps \
|
|
|
|
|
scheme.pdf \
|
|
|
|
|
scheme.txt \
|
2009-08-06 09:41:32 +01:00
|
|
|
mop.text
|
|
|
|
|
|
2009-12-09 18:04:42 +00:00
|
|
|
noinst_DATA = $(PICTURES)
|
|
|
|
|
|
2009-08-06 09:41:32 +01:00
|
|
|
EXTRA_DIST = ChangeLog-2008 $(PICTURES)
|
2008-09-12 21:46:32 +02:00
|
|
|
|
2002-02-26 10:28:51 +00:00
|
|
|
include $(top_srcdir)/am/pre-inst-guile
|
2002-01-08 18:04:10 +00:00
|
|
|
|
2002-01-02 23:57:40 +00:00
|
|
|
# Automated snarfing
|
|
|
|
|
|
|
|
|
|
autoconf.texi: autoconf-macros.texi
|
2009-03-27 14:03:03 -07:00
|
|
|
autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
|
2009-06-08 11:44:51 +02:00
|
|
|
GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guile-tools \
|
2009-04-20 11:42:24 +02:00
|
|
|
snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
|
2008-05-07 19:57:40 +02:00
|
|
|
> $(srcdir)/$@
|
2002-01-02 23:57:40 +00:00
|
|
|
|
2004-09-08 16:17:55 +00:00
|
|
|
MAINTAINERCLEANFILES = autoconf-macros.texi
|
2007-02-20 21:16:45 +00:00
|
|
|
|
2009-12-18 13:31:02 +01:00
|
|
|
# Support for snarfing docs out of Scheme modules.
|
2010-01-03 19:06:52 +01:00
|
|
|
snarf_doc = standard-library
|
|
|
|
|
|
|
|
|
|
$(snarf_doc).am: $(snarf_doc).scm
|
|
|
|
|
GUILE_AUTO_COMPILE=0 ; \
|
|
|
|
|
variable="`echo $(snarf_doc) | tr - _`_scm_files" ; \
|
|
|
|
|
"$(preinstguile)" -l "$(srcdir)/$(snarf_doc).scm" -c " \
|
|
|
|
|
(format #t \"# Automatically generated, do not edit.~%\") \
|
|
|
|
|
(format #t \"$$variable = \") \
|
|
|
|
|
(for-each (lambda (m) \
|
2010-08-20 21:08:49 +02:00
|
|
|
(format #t \"$$""(top_srcdir)/module/~a.scm \" \
|
|
|
|
|
(string-join (map symbol->string m) \"/\"))) \
|
|
|
|
|
(map car *modules*))" > "$@.tmp"
|
2010-01-03 19:06:52 +01:00
|
|
|
mv "$@.tmp" "$@"
|
|
|
|
|
|
|
|
|
|
# The following line leads to the definition of $(standard_library_scm_files).
|
|
|
|
|
include standard-library.am
|
|
|
|
|
|
|
|
|
|
$(snarf_doc).texi: $(standard_library_scm_files)
|
|
|
|
|
GUILE_AUTO_COMPILE=0 \
|
|
|
|
|
"$(preinstguile)" "$(srcdir)/make-texinfo.scm" \
|
2010-02-21 15:35:37 -05:00
|
|
|
"$(abs_srcdir)/$(snarf_doc).scm" > "$@.tmp"
|
2010-01-03 19:06:52 +01:00
|
|
|
mv "$@.tmp" "$@"
|
|
|
|
|
|
2010-09-12 23:44:16 +02:00
|
|
|
CLEANFILES = $(snarf_doc).texi
|
2010-01-03 19:06:52 +01:00
|
|
|
EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi $(snarf_doc).am
|