.PHONY: docs
SUBDIRS = src
-DIST_SUBDIRS = src doc
+DIST_SUBDIRS = src doc doc.ja
+
# suggested by libtoolize
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
-DIST_SUBDIRS = src doc
+DIST_SUBDIRS = src doc doc.ja
all: all-recursive
.SUFFIXES:
DEFS = @DEFS@ \
-DDEFAULT_CONFIGDIR=\"$(sysconfdir)\"
-man_MANS = pgpool.8
-
-pgpool.8: pgpool.8.in
- sed 's,@sysconfdir\@,$(sysconfdir),g' $? >$@
-
-EXTRA_DIST = pgpool.8.in \
- pgpool-ja.html \
- pgpool-de.html \
- pgpool-fr.html \
- pgpool-en.html \
- pgpool-zh_cn.html \
- wd-ja.html \
- wd-en.html \
- wd-ja.jpg \
- wd-en.jpg \
- wd-zh_cn.html \
- tutorial-ja.html \
- tutorial-en.html \
- tutorial-zh_cn.html \
- tutorial-memqcache-en.html \
- tutorial-memqcache-zh_cn.html \
- tutorial-watchdog-ja.html \
- tutorial-memqcache-ja.html \
- tutorial-watchdog-en.html \
- tutorial-watchdog-zh_cn.html \
- watchdog.png \
- pgpool.css \
- pgpool-ja.css \
- where_to_send_queries.pdf \
- where_to_send_queries.odg \
- basebackup.sh \
- pgpool_remote_start \
- recovery.conf.sample
-
-CLEANFILES = pgpool.8
-
SUBDIRS = src
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
- test -z "$$files" \
- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
- $(am__cd) "$$dir" && rm -f $$files; }; \
- }
-man8dir = $(mandir)/man8
-am__installdirs = "$(DESTDIR)$(man8dir)"
-NROFF = nroff
-MANS = $(man_MANS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
# suggested by libtoolize
ACLOCAL_AMFLAGS = -I m4
-man_MANS = pgpool.8
-EXTRA_DIST = pgpool.8.in \
- pgpool-ja.html \
- pgpool-de.html \
- pgpool-fr.html \
- pgpool-en.html \
- pgpool-zh_cn.html \
- wd-ja.html \
- wd-en.html \
- wd-ja.jpg \
- wd-en.jpg \
- wd-zh_cn.html \
- tutorial-ja.html \
- tutorial-en.html \
- tutorial-zh_cn.html \
- tutorial-memqcache-en.html \
- tutorial-memqcache-zh_cn.html \
- tutorial-watchdog-ja.html \
- tutorial-memqcache-ja.html \
- tutorial-watchdog-en.html \
- tutorial-watchdog-zh_cn.html \
- watchdog.png \
- pgpool.css \
- pgpool-ja.css \
- where_to_send_queries.pdf \
- where_to_send_queries.odg \
- basebackup.sh \
- pgpool_remote_start \
- recovery.conf.sample
-
-CLEANFILES = pgpool.8
SUBDIRS = src
all: all-recursive
clean-libtool:
-rm -rf .libs _libs
-install-man8: $(man_MANS)
- @$(NORMAL_INSTALL)
- @list1=''; \
- list2='$(man_MANS)'; \
- test -n "$(man8dir)" \
- && test -n "`echo $$list1$$list2`" \
- || exit 0; \
- echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
- { for i in $$list1; do echo "$$i"; done; \
- if test -n "$$list2"; then \
- for i in $$list2; do echo "$$i"; done \
- | sed -n '/\.8[a-z]*$$/p'; \
- fi; \
- } | while read p; do \
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; echo "$$p"; \
- done | \
- sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
- sed 'N;N;s,\n, ,g' | { \
- list=; while read file base inst; do \
- if test "$$base" = "$$inst"; then list="$$list $$file"; else \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
- fi; \
- done; \
- for i in $$list; do echo "$$i"; done | $(am__base_list) | \
- while read files; do \
- test -z "$$files" || { \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
- done; }
-
-uninstall-man8:
- @$(NORMAL_UNINSTALL)
- @list=''; test -n "$(man8dir)" || exit 0; \
- files=`{ for i in $$list; do echo "$$i"; done; \
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
- sed -n '/\.8[a-z]*$$/p'; \
- } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
- dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
done
check-am: all-am
check: check-recursive
-all-am: Makefile $(MANS)
+all-am: Makefile
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(man8dir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
mostlyclean-generic:
clean-generic:
- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
info-am:
-install-data-am: install-man
+install-data-am:
install-dvi: install-dvi-recursive
install-info-am:
-install-man: install-man8
+install-man:
install-pdf: install-pdf-recursive
ps-am:
-uninstall-am: uninstall-man
-
-uninstall-man: uninstall-man8
+uninstall-am:
.MAKE: $(am__recursive_targets) install-am install-strip
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
- install-man8 install-pdf install-pdf-am install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic \
- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
- uninstall-am uninstall-man uninstall-man8
-
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ installdirs-am maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+ ps ps-am tags tags-am uninstall uninstall-am
-pgpool.8: pgpool.8.in
- sed 's,@sysconfdir\@,$(sysconfdir),g' $? >$@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
JADE_html = $(JADE) $(SPFLAGS) -d stylesheet.dsl\#html -t sgml -i html -V website-stylesheet
-EXTRA_DIST = $(ALLSGML)
+EXTRA_DIST = $(ALLSGML) html
##
## Man pages
JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index
JADE.rtf.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t rtf -V rtf-backend -i output-print -i include-index
JADE_html = $(JADE) $(SPFLAGS) -d stylesheet.dsl\#html -t sgml -i html -V website-stylesheet
-EXTRA_DIST = $(ALLSGML)
+EXTRA_DIST = $(ALLSGML) html
FOP = fop
CLEANFILES = *.html *.tex-pdf pgpool-en.rtf pgpool-en.txt html/*
all: all-am
-<!ENTITY version "3.6-alpha1">
+<!ENTITY version "3.6-beta1">
DEFS = @DEFS@ \
-DDEFAULT_CONFIGDIR=\"$(sysconfdir)\"
-man_MANS = pgpool.8
-
-pgpool.8: pgpool.8.in
- sed 's,@sysconfdir\@,$(sysconfdir),g' $? >$@
-
-EXTRA_DIST = pgpool.8.in \
- pgpool-ja.html \
- pgpool-de.html \
- pgpool-fr.html \
- pgpool-en.html \
- pgpool-zh_cn.html \
- wd-ja.html \
- wd-en.html \
- wd-ja.jpg \
- wd-en.jpg \
- wd-zh_cn.html \
- tutorial-ja.html \
- tutorial-en.html \
- tutorial-zh_cn.html \
- tutorial-memqcache-en.html \
- tutorial-memqcache-zh_cn.html \
- tutorial-watchdog-ja.html \
- tutorial-memqcache-ja.html \
- tutorial-watchdog-en.html \
- tutorial-watchdog-zh_cn.html \
- watchdog.png \
- pgpool.css \
- pgpool-ja.css \
- where_to_send_queries.pdf \
- where_to_send_queries.odg \
- basebackup.sh \
- pgpool_remote_start \
- recovery.conf.sample
-
-CLEANFILES = pgpool.8
-
SUBDIRS = src
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
- test -z "$$files" \
- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
- $(am__cd) "$$dir" && rm -f $$files; }; \
- }
-man8dir = $(mandir)/man8
-am__installdirs = "$(DESTDIR)$(man8dir)"
-NROFF = nroff
-MANS = $(man_MANS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
# suggested by libtoolize
ACLOCAL_AMFLAGS = -I m4
-man_MANS = pgpool.8
-EXTRA_DIST = pgpool.8.in \
- pgpool-ja.html \
- pgpool-de.html \
- pgpool-fr.html \
- pgpool-en.html \
- pgpool-zh_cn.html \
- wd-ja.html \
- wd-en.html \
- wd-ja.jpg \
- wd-en.jpg \
- wd-zh_cn.html \
- tutorial-ja.html \
- tutorial-en.html \
- tutorial-zh_cn.html \
- tutorial-memqcache-en.html \
- tutorial-memqcache-zh_cn.html \
- tutorial-watchdog-ja.html \
- tutorial-memqcache-ja.html \
- tutorial-watchdog-en.html \
- tutorial-watchdog-zh_cn.html \
- watchdog.png \
- pgpool.css \
- pgpool-ja.css \
- where_to_send_queries.pdf \
- where_to_send_queries.odg \
- basebackup.sh \
- pgpool_remote_start \
- recovery.conf.sample
-
-CLEANFILES = pgpool.8
SUBDIRS = src
all: all-recursive
clean-libtool:
-rm -rf .libs _libs
-install-man8: $(man_MANS)
- @$(NORMAL_INSTALL)
- @list1=''; \
- list2='$(man_MANS)'; \
- test -n "$(man8dir)" \
- && test -n "`echo $$list1$$list2`" \
- || exit 0; \
- echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
- { for i in $$list1; do echo "$$i"; done; \
- if test -n "$$list2"; then \
- for i in $$list2; do echo "$$i"; done \
- | sed -n '/\.8[a-z]*$$/p'; \
- fi; \
- } | while read p; do \
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; echo "$$p"; \
- done | \
- sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
- sed 'N;N;s,\n, ,g' | { \
- list=; while read file base inst; do \
- if test "$$base" = "$$inst"; then list="$$list $$file"; else \
- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
- fi; \
- done; \
- for i in $$list; do echo "$$i"; done | $(am__base_list) | \
- while read files; do \
- test -z "$$files" || { \
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
- $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
- done; }
-
-uninstall-man8:
- @$(NORMAL_UNINSTALL)
- @list=''; test -n "$(man8dir)" || exit 0; \
- files=`{ for i in $$list; do echo "$$i"; done; \
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
- sed -n '/\.8[a-z]*$$/p'; \
- } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
- -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
- dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
done
check-am: all-am
check: check-recursive
-all-am: Makefile $(MANS)
+all-am: Makefile
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(man8dir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
mostlyclean-generic:
clean-generic:
- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
info-am:
-install-data-am: install-man
+install-data-am:
install-dvi: install-dvi-recursive
install-info-am:
-install-man: install-man8
+install-man:
install-pdf: install-pdf-recursive
ps-am:
-uninstall-am: uninstall-man
-
-uninstall-man: uninstall-man8
+uninstall-am:
.MAKE: $(am__recursive_targets) install-am install-strip
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
- install-man8 install-pdf install-pdf-am install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic \
- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
- uninstall-am uninstall-man uninstall-man8
-
+ install-pdf install-pdf-am install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ installdirs-am maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+ ps ps-am tags tags-am uninstall uninstall-am
-pgpool.8: pgpool.8.in
- sed 's,@sysconfdir\@,$(sysconfdir),g' $? >$@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
JADE_html = $(JADE) $(SPFLAGS) -d stylesheet.dsl\#html -t sgml -i html -V website-stylesheet
-EXTRA_DIST = $(ALLSGML)
+EXTRA_DIST = $(ALLSGML) html
##
## Man pages
JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index
JADE.rtf.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t rtf -V rtf-backend -i output-print -i include-index
JADE_html = $(JADE) $(SPFLAGS) -d stylesheet.dsl\#html -t sgml -i html -V website-stylesheet
-EXTRA_DIST = $(ALLSGML)
+EXTRA_DIST = $(ALLSGML) html
FOP = fop
CLEANFILES = *.html *.tex-pdf pgpool-en.rtf pgpool-en.txt html/*
all: all-am
-<!ENTITY version "3.6-alpha1">
+<!ENTITY version "3.6-beta1">