1996-12-03 05:34:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
1998-10-19 15:25:43 +00:00
|
|
|
##
|
2011-03-06 22:26:49 +01:00
|
|
|
## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007,
|
|
|
|
|
## 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
1998-10-19 15:25:43 +00:00
|
|
|
##
|
|
|
|
|
## This file is part of GUILE.
|
2001-04-30 01:42:14 +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.
|
2001-04-30 01:42:14 +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.
|
2001-04-30 01:42:14 +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
|
1996-12-03 05:34:34 +00:00
|
|
|
|
2007-01-15 22:54:26 +00:00
|
|
|
# want automake 1.10 or higher so that AM_GNU_GETTEXT can tell automake that
|
|
|
|
|
# config.rpath is needed
|
|
|
|
|
#
|
|
|
|
|
AUTOMAKE_OPTIONS = 1.10
|
2001-05-31 13:17:00 +00:00
|
|
|
|
2010-10-06 10:24:45 +02:00
|
|
|
SUBDIRS = \
|
|
|
|
|
lib \
|
|
|
|
|
meta \
|
|
|
|
|
libguile \
|
|
|
|
|
module \
|
|
|
|
|
guile-readline \
|
|
|
|
|
examples \
|
|
|
|
|
emacs \
|
|
|
|
|
test-suite \
|
|
|
|
|
benchmark-suite \
|
2011-03-06 22:26:49 +01:00
|
|
|
gc-benchmarks \
|
2010-10-06 10:24:45 +02:00
|
|
|
am \
|
|
|
|
|
doc
|
1996-12-03 05:34:34 +00:00
|
|
|
|
2010-03-16 21:37:12 +01:00
|
|
|
libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION)
|
|
|
|
|
libguileinclude_HEADERS = libguile.h
|
2000-05-01 22:11:24 +00:00
|
|
|
|
2010-09-04 20:37:34 +02:00
|
|
|
EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
|
|
|
|
|
m4/ChangeLog-2008 \
|
|
|
|
|
ChangeLog-2008 \
|
|
|
|
|
.version
|
2000-06-12 14:03:12 +00:00
|
|
|
|
2001-01-26 13:44:57 +00:00
|
|
|
TESTS = check-guile
|
|
|
|
|
|
2008-11-30 19:37:29 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2002-03-31 10:33:22 +00:00
|
|
|
|
2002-04-17 17:35:56 +00:00
|
|
|
DISTCLEANFILES = check-guile.log
|
2002-03-31 10:33:22 +00:00
|
|
|
|
2009-11-17 23:31:45 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-error-on-warning
|
|
|
|
|
|
2010-05-30 00:14:02 +02:00
|
|
|
dist-hook: gen-ChangeLog gen-tarball-version
|
2009-06-19 12:32:01 +02:00
|
|
|
|
2009-08-20 17:56:44 +02:00
|
|
|
clean-local:
|
|
|
|
|
rm -rf cache/
|
|
|
|
|
|
2010-03-19 12:01:55 +01:00
|
|
|
CONFIG_STATUS_DEPENDENCIES = GUILE-VERSION
|
|
|
|
|
|
2009-06-19 12:32:01 +02:00
|
|
|
gen_start_rev = 61db429e251bfd2f75cb4632972e0238056eb24b
|
|
|
|
|
.PHONY: gen-ChangeLog
|
|
|
|
|
gen-ChangeLog:
|
|
|
|
|
if test -d .git; then \
|
|
|
|
|
$(top_srcdir)/build-aux/gitlog-to-changelog \
|
|
|
|
|
$(gen_start_rev)..HEAD > $(distdir)/cl-t; \
|
|
|
|
|
rm -f $(distdir)/ChangeLog; \
|
|
|
|
|
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
|
|
|
|
|
fi
|
|
|
|
|
|
2010-05-30 00:14:02 +02:00
|
|
|
BUILT_SOURCES = $(top_srcdir)/.version
|
|
|
|
|
$(top_srcdir)/.version:
|
|
|
|
|
echo $(VERSION) > $@-t && mv $@-t $@
|
|
|
|
|
gen-tarball-version:
|
|
|
|
|
echo $(VERSION) > $(distdir)/.tarball-version
|
|
|
|
|
|
2002-03-31 10:33:22 +00:00
|
|
|
# Makefile.am ends here
|