mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 15:10:34 +02:00
should give a clean from-scratch compilation
This commit is contained in:
parent
5b043bb2f3
commit
52b998e15a
3 changed files with 32 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Makefile.in generated automatically by automake 1.1i from Makefile.am
|
# Makefile.in generated automatically by automake 1.1k 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
|
||||||
|
@ -94,16 +94,16 @@ default: all
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .c .o
|
.SUFFIXES: .c .o
|
||||||
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
|
||||||
|
cd $(top_srcdir) && automake --foreign Makefile
|
||||||
|
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||||
|
cd $(top_builddir) \
|
||||||
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
$(srcdir)/aclocal.m4: configure.in
|
$(srcdir)/aclocal.m4: configure.in
|
||||||
cd $(srcdir) && aclocal
|
cd $(srcdir) && aclocal
|
||||||
|
|
||||||
$(srcdir)/Makefile.in: Makefile.am configure.in
|
|
||||||
cd $(srcdir) && automake --strictness=foreign Makefile
|
|
||||||
|
|
||||||
# For an explanation of the following Makefile rules, see node
|
|
||||||
# `Automatic Remaking' in GNU Autoconf documentation.
|
|
||||||
Makefile: $(srcdir)/Makefile.in config.status $(BUILT_SOURCES)
|
|
||||||
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
||||||
config.status: configure
|
config.status: configure
|
||||||
$(SHELL) ./config.status --recheck
|
$(SHELL) ./config.status --recheck
|
||||||
$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
|
$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
|
||||||
|
@ -241,7 +241,7 @@ distdir: $(DISTFILES)
|
||||||
-chmod 755 $(distdir)
|
-chmod 755 $(distdir)
|
||||||
here=`pwd`; distdir=`cd $(distdir) && pwd` \
|
here=`pwd`; distdir=`cd $(distdir) && pwd` \
|
||||||
&& cd $(srcdir) \
|
&& cd $(srcdir) \
|
||||||
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --strictness=foreign
|
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --foreign
|
||||||
$(mkinstalldirs) $(distdir)/PLUGIN
|
$(mkinstalldirs) $(distdir)/PLUGIN
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
|
@ -277,15 +277,11 @@ distclean-depend:
|
||||||
maintainer-clean-depend:
|
maintainer-clean-depend:
|
||||||
rm -rf .deps
|
rm -rf .deps
|
||||||
|
|
||||||
.deps/%.P: $(srcdir)/%.c
|
.deps/%.P: $(srcdir)/%@EXT@
|
||||||
@echo "Computing dependencies for $<..."
|
@echo "Computing dependencies for $<..."
|
||||||
@$(MKDEP) $< > $@-tmp
|
@o='o'; \
|
||||||
@if test -n "$o"; then \
|
ONLYC test -n "$o" && o='$$o'; \
|
||||||
sed 's/\.o:/$$o:/' $@-tmp > $@; \
|
$(@MKDEP@) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
|
||||||
rm $@-tmp; \
|
|
||||||
else \
|
|
||||||
mv $@-tmp $@; \
|
|
||||||
fi
|
|
||||||
info: info-recursive
|
info: info-recursive
|
||||||
dvi: dvi-recursive
|
dvi: dvi-recursive
|
||||||
check: all-am
|
check: all-am
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Makefile.in generated automatically by automake 1.1i from Makefile.am
|
# Makefile.in generated automatically by automake 1.1k 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
|
||||||
|
@ -71,13 +71,13 @@ 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
|
||||||
cd $(top_srcdir) && automake --strictness=foreign $(subdir)/Makefile
|
cd $(top_srcdir) && automake --foreign Makefile
|
||||||
|
|
||||||
Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES)
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) \
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Makefile.in generated automatically by automake 1.1i from Makefile.am
|
# Makefile.in generated automatically by automake 1.1k 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
|
||||||
|
@ -65,13 +65,13 @@ 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
|
||||||
cd $(top_srcdir) && automake --strictness=foreign $(subdir)/Makefile
|
cd $(top_srcdir) && automake --foreign Makefile
|
||||||
|
|
||||||
Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES)
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
||||||
cd $(top_builddir) \
|
cd $(top_builddir) \
|
||||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||||
|
|
||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue