mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
getting the Makefile.in and Makefile.am files in there
This commit is contained in:
parent
733943b9d2
commit
34281b90ff
1 changed files with 12 additions and 12 deletions
24
Makefile.in
24
Makefile.in
|
@ -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
|
||||||
|
@ -67,16 +67,16 @@ TAR = tar
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
|
||||||
|
cd $(top_srcdir) && automake --gnu 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=gnu 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)
|
||||||
|
@ -161,7 +161,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=gnu
|
&& automake --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnu
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|
@ -222,11 +222,11 @@ maintainer-clean-generic:
|
||||||
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||||||
mostlyclean-am: mostlyclean-generic
|
mostlyclean-am: mostlyclean-generic
|
||||||
|
|
||||||
clean-am: clean-generic mostlyclean-am
|
clean-am: clean-generic mostlyclean-am
|
||||||
|
|
||||||
distclean-am: distclean-generic clean-am
|
distclean-am: distclean-generic clean-am
|
||||||
|
|
||||||
maintainer-clean-am: maintainer-clean-generic distclean-am
|
maintainer-clean-am: maintainer-clean-generic distclean-am
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am mostlyclean-recursive
|
mostlyclean: mostlyclean-am mostlyclean-recursive
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue