diff options
Diffstat (limited to 'doc/html/Intro/Makefile.in')
-rw-r--r-- | doc/html/Intro/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/html/Intro/Makefile.in b/doc/html/Intro/Makefile.in index bc349ab..630ee27 100644 --- a/doc/html/Intro/Makefile.in +++ b/doc/html/Intro/Makefile.in @@ -126,6 +126,7 @@ INSTRUMENT_LIBRARY = @INSTRUMENT_LIBRARY@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_STATIC_EXEC = @LT_STATIC_EXEC@ +MAINT = @MAINT@ MPE = @MPE@ OBJDUMP = @OBJDUMP@ OBJECT_NAMELEN_DEFAULT_F = @OBJECT_NAMELEN_DEFAULT_F@ @@ -200,10 +201,10 @@ DIST_COMMON = Makefile.am Makefile.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/config/commence-doc.am $(top_srcdir)/config/commence.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/config/commence-doc.am $(top_srcdir)/config/commence.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/html/Intro/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) mostlyclean-libtool: @@ -344,7 +345,7 @@ uninstall-am: uninstall-info-am uninstall-localdocDATA lib progs check test _test: @echo "Nothing to be done" -tests TAGS tags dep depend: +tests dep depend: @@SETX@; for d in X $(SUBDIRS); do \ if test $$d != X; then \ (cd $$d && $(MAKE) $@) || exit 1; \ |