1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Regenerated by automake-1.1l.

This commit is contained in:
Mikael Djurfeldt 1996-12-14 14:46:02 +00:00
parent faefae8409
commit 74f17710af
3 changed files with 35 additions and 32 deletions

View file

@ -1,4 +1,4 @@
# Makefile.in generated automatically by automake 1.1k from Makefile.am
# Makefile.in generated automatically by automake 1.1l from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@ -37,6 +37,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@
VERSION = @VERSION@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
module = @module@
PACKAGE = @PACKAGE@
AUTOMAKE_OPTIONS = foreign
@ -54,9 +58,6 @@ DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 \
configure configure.in
PACKAGE = @PACKAGE@
VERSION = @VERSION@
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
$(TEXINFOS) $(MANS) $(EXTRA_DIST)
@ -64,7 +65,7 @@ TAR = tar
default: all
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
cd $(top_srcdir) && automake --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
@ -82,10 +83,12 @@ $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
install-subpkgdataDATA: $(subpkgdata_DATA)
$(NORMAL_INSTALL)
$(mkinstalldirs) $(subpkgdatadir)
list="$(subpkgdata_DATA)"; for p in $$list; do \
@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