1998-10-19 15:25:43 +00:00
|
|
|
## Process this file with Automake to create Makefile.in
|
|
|
|
|
##
|
2008-04-26 19:27:55 +02:00
|
|
|
## Copyright (C) 1998, 2002, 2006, 2008 Free Software Foundation, Inc.
|
1998-10-19 15:25:43 +00:00
|
|
|
##
|
|
|
|
|
## This file is part of GUILE.
|
2002-05-12 05:14:11 +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
|
1998-10-19 15:25:43 +00:00
|
|
|
## (at your option) any later version.
|
2002-05-12 05:14:11 +00:00
|
|
|
##
|
1998-10-19 15:25:43 +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-05-12 05:14:11 +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
|
1998-10-15 21:48:12 +00:00
|
|
|
|
2001-08-24 10:16:15 +00:00
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
|
|
|
|
|
|
SUBDIRS = ref tutorial goops r5rs
|
2001-03-09 08:53:15 +00:00
|
|
|
|
2008-11-13 23:12:34 +01:00
|
|
|
dist_man1_MANS = guile.1
|
2001-04-24 23:23:05 +00:00
|
|
|
|
1998-10-15 21:48:12 +00:00
|
|
|
EXAMPLE_SMOB_FILES = \
|
2008-09-12 21:46:32 +02:00
|
|
|
ChangeLog-2008 Makefile README image-type.c image-type.h myguile.c
|
1998-10-15 21:48:12 +00:00
|
|
|
|
2000-01-12 02:16:50 +00:00
|
|
|
OLDFMT = oldfmt.c
|
|
|
|
|
|
1998-10-15 21:48:12 +00:00
|
|
|
dist-hook:
|
2002-04-17 17:38:41 +00:00
|
|
|
cp $(srcdir)/$(OLDFMT) $(distdir)/
|
1998-10-15 21:48:12 +00:00
|
|
|
mkdir $(distdir)/example-smob
|
2002-04-17 17:38:41 +00:00
|
|
|
for f in $(EXAMPLE_SMOB_FILES); do \
|
|
|
|
|
cp $(srcdir)/example-smob/$$f $(distdir)/example-smob/; \
|
|
|
|
|
done
|
2001-03-09 08:53:15 +00:00
|
|
|
|
2008-09-12 21:46:32 +02:00
|
|
|
EXTRA_DIST = groupings.alist ChangeLog-2008 # guile-api.alist
|
2002-05-13 20:35:17 +00:00
|
|
|
|
2002-05-12 05:14:11 +00:00
|
|
|
include $(top_srcdir)/am/maintainer-dirs
|
|
|
|
|
guile-api.alist: guile-api.alist-FORCE
|
|
|
|
|
( cd $(top_builddir) ; $(mscripts)/update-guile-api.alist )
|
|
|
|
|
guile-api.alist-FORCE:
|
2008-08-02 11:40:32 +02:00
|
|
|
|
2005-11-01 21:29:04 +00:00
|
|
|
info_TEXINFOS = guile-vm.texi
|