different version of ice-9. People have been skewing things and sending in bug reports. * version.scm.in: New file, which the configure script munges to produce version.scm, which contains the ice-9 config stamp. * boot-9.scm: Compare the libguile and ice-9 config stamps; display a warning if the two are different. * Makefile.am: Install version.scm, but don't distribute it. Distribute version.scm.in, but don't install it. * Makefile.in: Regenerated.
236 lines
6.2 KiB
Makefile
236 lines
6.2 KiB
Makefile
# Makefile.in generated automatically by automake 1.1p from Makefile.am
|
|
|
|
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy, distribute and modify it.
|
|
|
|
|
|
SHELL = /bin/sh
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
sysconfdir = @sysconfdir@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
libdir = @libdir@
|
|
infodir = @infodir@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
transform = @program_transform_name@
|
|
|
|
NORMAL_INSTALL = true
|
|
PRE_INSTALL = true
|
|
POST_INSTALL = true
|
|
NORMAL_UNINSTALL = true
|
|
PRE_UNINSTALL = true
|
|
POST_UNINSTALL = true
|
|
host_alias = @host_alias@
|
|
host_triplet = @host@
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AWK = @AWK@
|
|
CC = @CC@
|
|
CPP = @CPP@
|
|
GUILE_MAJOR_VERSION = @GUILE_MAJOR_VERSION@
|
|
GUILE_MINOR_VERSION = @GUILE_MINOR_VERSION@
|
|
GUILE_STAMP = @GUILE_STAMP@
|
|
GUILE_VERSION = @GUILE_VERSION@
|
|
LD = @LD@
|
|
LIBLOBJS = @LIBLOBJS@
|
|
LIBTOOL = @LIBTOOL@
|
|
MAINT = @MAINT@
|
|
MAKEINFO = @MAKEINFO@
|
|
PACKAGE = @PACKAGE@
|
|
RANLIB = @RANLIB@
|
|
THREAD_LIBS = @THREAD_LIBS@
|
|
VERSION = @VERSION@
|
|
qtmd_h = @qtmd_h@
|
|
qtmdb_s = @qtmdb_s@
|
|
qtmdc_c = @qtmdc_c@
|
|
qtmdc_o = @qtmdc_o@
|
|
qtmds_o = @qtmds_o@
|
|
qtmds_s = @qtmds_s@
|
|
target_libs = @target_libs@
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
# These should be installed and distributed.
|
|
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
|
|
|
|
# These should be installed, but not distributed.
|
|
ice9_generated = version.scm
|
|
|
|
subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
|
|
subpkgdata_DATA = $(ice9_sources) $(ice9_generated)
|
|
ETAGS_ARGS = $(subpkgdata_DATA)
|
|
|
|
EXTRA_DIST = $(ice9_sources) test.scm version.scm.in
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../libguile/scmconfig.h
|
|
CONFIG_CLEAN_FILES = version.scm
|
|
DATA = $(subpkgdata_DATA)
|
|
|
|
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in version.scm.in
|
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
TAR = tar
|
|
GZIP = --best
|
|
default: all
|
|
|
|
.SUFFIXES:
|
|
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign ice-9/Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
|
cd $(top_builddir) \
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
version.scm: $(top_builddir)/config.status version.scm.in
|
|
cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
|
|
|
|
install-subpkgdataDATA: $(subpkgdata_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(subpkgdatadir)
|
|
@list='$(subpkgdata_DATA)'; for p in $$list; do \
|
|
if test -f $(srcdir)/$$p; then \
|
|
echo " $(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \
|
|
$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p; \
|
|
else if test -f $$p; then \
|
|
echo " $(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \
|
|
$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p; \
|
|
fi; fi; \
|
|
done
|
|
|
|
uninstall-subpkgdataDATA:
|
|
$(NORMAL_UNINSTALL)
|
|
list='$(subpkgdata_DATA)'; for p in $$list; do \
|
|
rm -f $(subpkgdatadir)/$$p; \
|
|
done
|
|
|
|
tags: TAGS
|
|
|
|
ID: $(HEADERS) $(SOURCES)
|
|
here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS)
|
|
|
|
mostlyclean-tags:
|
|
|
|
clean-tags:
|
|
|
|
distclean-tags:
|
|
rm -f TAGS ID
|
|
|
|
maintainer-clean-tags:
|
|
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
subdir = ice-9
|
|
|
|
distdir: $(DISTFILES)
|
|
here=`cd $(top_builddir) && pwd`; \
|
|
top_distdir=`cd $(top_distdir) && pwd`; \
|
|
cd $(top_srcdir) \
|
|
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ice-9/Makefile
|
|
@for file in $(DISTFILES); do \
|
|
d=$(srcdir); \
|
|
test -f $(distdir)/$$file \
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|
done
|
|
info:
|
|
dvi:
|
|
check: all
|
|
$(MAKE)
|
|
installcheck:
|
|
install-exec:
|
|
@$(NORMAL_INSTALL)
|
|
|
|
install-data: install-subpkgdataDATA
|
|
@$(NORMAL_INSTALL)
|
|
|
|
install: install-exec install-data all
|
|
@:
|
|
|
|
uninstall: uninstall-subpkgdataDATA
|
|
|
|
all: Makefile $(DATA)
|
|
|
|
install-strip:
|
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
|
installdirs:
|
|
$(mkinstalldirs) $(subpkgdatadir)
|
|
|
|
|
|
mostlyclean-generic:
|
|
test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
|
|
|
clean-generic:
|
|
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
rm -f Makefile $(DISTCLEANFILES)
|
|
rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
|
|
maintainer-clean-generic:
|
|
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
|
mostlyclean: mostlyclean-tags mostlyclean-generic
|
|
|
|
clean: clean-tags clean-generic mostlyclean
|
|
|
|
distclean: distclean-tags distclean-generic clean
|
|
rm -f config.status
|
|
rm -f libtool
|
|
|
|
maintainer-clean: maintainer-clean-tags maintainer-clean-generic \
|
|
distclean
|
|
@echo "This command is intended for maintainers to use;"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
.PHONY: default uninstall-subpkgdataDATA install-subpkgdataDATA tags \
|
|
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
|
|
distdir info dvi installcheck install-exec install-data install \
|
|
uninstall all installdirs mostlyclean-generic distclean-generic \
|
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
|
maintainer-clean
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|