version 1.24 | | version 1.25 |
---|
| | |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs | | mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs |
CONFIG_HEADER = $(top_builddir)/include/autoconf.h | | CONFIG_HEADER = $(top_builddir)/include/autoconf.h |
CONFIG_CLEAN_FILES = doc/playbook-html/Makefile | | CONFIG_CLEAN_FILES = |
DIST_SOURCES = | | DIST_SOURCES = |
| | |
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ | | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ |
uninstall-info-recursive all-recursive install-data-recursive \ | | uninstall-info-recursive all-recursive install-data-recursive \ |
install-exec-recursive installdirs-recursive install-recursive \ | | install-exec-recursive installdirs-recursive install-recursive \ |
uninstall-recursive check-recursive installcheck-recursive | | uninstall-recursive check-recursive installcheck-recursive |
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ | | DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \ |
Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \ | | TODO acinclude.m4 aclocal.m4 config.guess config.sub configure \ |
config.sub configure configure.ac | | configure.ac |
DIST_SUBDIRS = $(SUBDIRS) | | DIST_SUBDIRS = $(SUBDIRS) |
all: all-recursive | | all: all-recursive |
| | |
| | |
| | |
$(ACLOCAL_M4): configure.ac acinclude.m4 | | $(ACLOCAL_M4): configure.ac acinclude.m4 |
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
doc/playbook-html/Makefile: $(top_builddir)/config.status $(top_srcdir)/doc/playbook-html/Makefile.in | | |
cd $(top_builddir) && $(SHELL) ./config.status $@ | | |
| | |
mostlyclean-libtool: | | mostlyclean-libtool: |
-rm -f *.lo | | -rm -f *.lo |
| | |
distdir: $(DISTFILES) | | distdir: $(DISTFILES) |
$(am__remove_distdir) | | $(am__remove_distdir) |
mkdir $(distdir) | | mkdir $(distdir) |
$(mkinstalldirs) $(distdir)/doc/playbook-html $(distdir)/lib $(distdir)/utils | | $(mkinstalldirs) $(distdir)/lib $(distdir)/utils |
@list='$(DISTFILES)'; for file in $$list; do \ | | @list='$(DISTFILES)'; for file in $$list; do \ |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |