# @configure_input@ # Modify these top variables. SUBDIRS = EXTRA_DIST = README \ manual.xml \ manual.html #Don't modify anything below here srcdir = @abs_srcdir@ builddir = @abs_builddir@ STD_DIST = Makefile.in DISTFILES = $(STD_DIST) $(EXTRA_DIST) all: all-subdirs %.html: %.xml @xmlto xhtml-nochunks $< %.pdf: %.xml @xmlto pdf $< all-subdirs install-subdirs update-subdirs clean-subdirs distclean-subdirs: @otarget=`echo $@|sed s/-subdirs//`; \ list=' $(SUBDIRS)'; \ for i in $$list; do \ if test -d "$$i"; then \ target="$$otarget"; \ echo "Making $$target in $$i"; \ if test "$$i" = "."; then \ made_local=yes; \ target="local-$$target"; \ fi; \ (cd $$i && $(MAKE) $$target) || exit 1; \ fi; \ done; \ include: rm -rf include ln -s @APACHE_INCDIR@ include install: install-subdirs update: update-subdirs clean: clean-subdirs distclean: clean distclean-subdirs $(RM) Makefile local-dist: $(DISTFILES) mkdir -p $(DESTDIR) cp -dp --parents $(DISTFILES) $(DESTDIR) .PHONY: include all-subdirs update-subdirs install-subdirs \ clean-subdirs distclean-subdirs dist