From 34281b90ff9ea7b4c7233a6c1f83c68800e1990b Mon Sep 17 00:00:00 2001 From: Mark Galassi Date: Sat, 7 Dec 1996 02:48:51 +0000 Subject: [PATCH] getting the Makefile.in and Makefile.am files in there --- Makefile.in | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile.in b/Makefile.in index a34f19af1..95658ac30 100644 --- a/Makefile.in +++ b/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. # This Makefile.in is free software; the Free Software Foundation @@ -67,16 +67,16 @@ TAR = tar default: all .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 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 $(SHELL) ./config.status --recheck $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES) @@ -161,7 +161,7 @@ distdir: $(DISTFILES) -chmod 755 $(distdir) here=`pwd`; distdir=`cd $(distdir) && pwd` \ && 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 \ d=$(srcdir); \ test -f $(distdir)/$$file \ @@ -222,11 +222,11 @@ maintainer-clean-generic: test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 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