mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Regenerated by automake-1.1l.
This commit is contained in:
parent
faefae8409
commit
74f17710af
3 changed files with 35 additions and 32 deletions
|
@ -37,10 +37,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
|
VERSION = @VERSION@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
existingdirs = @existingdirs@
|
existingdirs = @existingdirs@
|
||||||
VERSION = @VERSION@
|
|
||||||
|
|
||||||
SUBDIRS = @existingdirs@ doc
|
SUBDIRS = @existingdirs@ doc
|
||||||
|
|
||||||
|
|
|
@ -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.
|
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
|
@ -37,6 +37,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
|
VERSION = @VERSION@
|
||||||
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
|
module = @module@
|
||||||
|
PACKAGE = @PACKAGE@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
@ -54,9 +58,6 @@ DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 \
|
||||||
configure configure.in
|
configure configure.in
|
||||||
|
|
||||||
|
|
||||||
PACKAGE = @PACKAGE@
|
|
||||||
VERSION = @VERSION@
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
|
||||||
$(TEXINFOS) $(MANS) $(EXTRA_DIST)
|
$(TEXINFOS) $(MANS) $(EXTRA_DIST)
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@ TAR = tar
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
.SUFFIXES:
|
.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
|
cd $(top_srcdir) && automake --foreign Makefile
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
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)
|
install-subpkgdataDATA: $(subpkgdata_DATA)
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
$(mkinstalldirs) $(subpkgdatadir)
|
$(mkinstalldirs) $(subpkgdatadir)
|
||||||
list="$(subpkgdata_DATA)"; for p in $$list; do \
|
@list="$(subpkgdata_DATA)"; for p in $$list; do \
|
||||||
if test -f $(srcdir)/$$p; then \
|
if test -f $(srcdir)/$$p; then \
|
||||||
|
echo "$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p"; \
|
||||||
$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p; \
|
$(INSTALL_DATA) $(srcdir)/$$p $(subpkgdatadir)/$$p; \
|
||||||
else if test -f $$p; then \
|
else if test -f $$p; then \
|
||||||
|
echo "$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p"; \
|
||||||
$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p; \
|
$(INSTALL_DATA) $$p $(subpkgdatadir)/$$p; \
|
||||||
fi; fi; \
|
fi; fi; \
|
||||||
done
|
done
|
||||||
|
|
|
@ -37,13 +37,13 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
transform = @program_transform_name@
|
transform = @program_transform_name@
|
||||||
FD_SETTER = @FD_SETTER@
|
VERSION = @VERSION@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
PACKAGE = @PACKAGE@
|
|
||||||
VERSION = @VERSION@
|
|
||||||
module = @module@
|
module = @module@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
PACKAGE = @PACKAGE@
|
||||||
|
FD_SETTER = @FD_SETTER@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||||
LINK = $(CC) $(LDFLAGS) -o $@
|
LINK = $(CC) $(LDFLAGS) -o $@
|
||||||
DATA = $(modinclude_DATA)
|
DATA = $(modinclude_DATA)
|
||||||
|
|
||||||
HEADERS = $(include_HEADERS) $(modinclude_HEADERS)
|
HEADERS = $(modinclude_HEADERS) $(include_HEADERS)
|
||||||
|
|
||||||
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in acconfig.h \
|
DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in acconfig.h \
|
||||||
acinclude.m4 aclocal.m4 configure configure.in fd.h.in guile-snarf.in \
|
acinclude.m4 aclocal.m4 configure configure.in fd.h.in guile-snarf.in \
|
||||||
|
@ -277,19 +277,6 @@ uninstall-modincludeDATA:
|
||||||
rm -f $(modincludedir)/$$p; \
|
rm -f $(modincludedir)/$$p; \
|
||||||
done
|
done
|
||||||
|
|
||||||
install-includeHEADERS: $(include_HEADERS)
|
|
||||||
$(NORMAL_INSTALL)
|
|
||||||
$(mkinstalldirs) $(includedir)
|
|
||||||
@list="$(include_HEADERS)"; for p in $$list; do \
|
|
||||||
echo "$(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p"; \
|
|
||||||
$(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
|
|
||||||
done
|
|
||||||
|
|
||||||
uninstall-includeHEADERS:
|
|
||||||
list="$(include_HEADERS)"; for p in $$list; do \
|
|
||||||
rm -f $(includedir)/$$p; \
|
|
||||||
done
|
|
||||||
|
|
||||||
install-modincludeHEADERS: $(modinclude_HEADERS)
|
install-modincludeHEADERS: $(modinclude_HEADERS)
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
$(mkinstalldirs) $(modincludedir)
|
$(mkinstalldirs) $(modincludedir)
|
||||||
|
@ -303,6 +290,19 @@ uninstall-modincludeHEADERS:
|
||||||
rm -f $(modincludedir)/$$p; \
|
rm -f $(modincludedir)/$$p; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install-includeHEADERS: $(include_HEADERS)
|
||||||
|
$(NORMAL_INSTALL)
|
||||||
|
$(mkinstalldirs) $(includedir)
|
||||||
|
@list="$(include_HEADERS)"; for p in $$list; do \
|
||||||
|
echo "$(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p"; \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$p $(includedir)/$$p; \
|
||||||
|
done
|
||||||
|
|
||||||
|
uninstall-includeHEADERS:
|
||||||
|
list="$(include_HEADERS)"; for p in $$list; do \
|
||||||
|
rm -f $(includedir)/$$p; \
|
||||||
|
done
|
||||||
|
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
|
|
||||||
ID: $(HEADERS) $(SOURCES)
|
ID: $(HEADERS) $(SOURCES)
|
||||||
|
@ -399,21 +399,21 @@ installcheck:
|
||||||
install-exec: install-libLIBRARIES install-binSCRIPTS
|
install-exec: install-libLIBRARIES install-binSCRIPTS
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
|
|
||||||
install-data: install-modincludeDATA install-includeHEADERS install-modincludeHEADERS
|
install-data: install-modincludeDATA install-modincludeHEADERS install-includeHEADERS
|
||||||
$(NORMAL_INSTALL)
|
$(NORMAL_INSTALL)
|
||||||
|
|
||||||
install: install-exec install-data all
|
install: install-exec install-data all
|
||||||
@:
|
@:
|
||||||
|
|
||||||
uninstall: uninstall-libLIBRARIES uninstall-binSCRIPTS uninstall-modincludeDATA uninstall-includeHEADERS uninstall-modincludeHEADERS
|
uninstall: uninstall-libLIBRARIES uninstall-binSCRIPTS uninstall-modincludeDATA uninstall-modincludeHEADERS uninstall-includeHEADERS
|
||||||
|
|
||||||
all: $(LIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) Makefile scmconfig.h
|
all: $(LIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) Makefile scmconfig.h
|
||||||
|
|
||||||
install-strip:
|
install-strip:
|
||||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
|
||||||
installdirs:
|
installdirs:
|
||||||
$(mkinstalldirs) $(libdir) $(bindir) $(modincludedir) $(includedir) \
|
$(mkinstalldirs) $(libdir) $(bindir) $(modincludedir) $(modincludedir) \
|
||||||
$(modincludedir)
|
$(includedir)
|
||||||
|
|
||||||
|
|
||||||
mostlyclean-generic:
|
mostlyclean-generic:
|
||||||
|
@ -455,10 +455,10 @@ clean-libLIBRARIES maintainer-clean-libLIBRARIES uninstall-libLIBRARIES \
|
||||||
install-libLIBRARIES mostlyclean-compile distclean-compile \
|
install-libLIBRARIES mostlyclean-compile distclean-compile \
|
||||||
clean-compile maintainer-clean-compile uninstall-binSCRIPTS \
|
clean-compile maintainer-clean-compile uninstall-binSCRIPTS \
|
||||||
install-binSCRIPTS uninstall-modincludeDATA install-modincludeDATA \
|
install-binSCRIPTS uninstall-modincludeDATA install-modincludeDATA \
|
||||||
uninstall-includeHEADERS install-includeHEADERS \
|
uninstall-modincludeHEADERS install-modincludeHEADERS \
|
||||||
uninstall-modincludeHEADERS install-modincludeHEADERS tags \
|
uninstall-includeHEADERS install-includeHEADERS tags mostlyclean-tags \
|
||||||
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
|
distclean-tags clean-tags maintainer-clean-tags distdir \
|
||||||
distdir mostlyclean-depend distclean-depend clean-depend \
|
mostlyclean-depend distclean-depend clean-depend \
|
||||||
maintainer-clean-depend info dvi installcheck install-exec install-data \
|
maintainer-clean-depend info dvi installcheck install-exec install-data \
|
||||||
install uninstall all installdirs mostlyclean-generic distclean-generic \
|
install uninstall all installdirs mostlyclean-generic distclean-generic \
|
||||||
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
clean-generic maintainer-clean-generic clean mostlyclean distclean \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue