# Makefile.in generated by automake 1.14.1 from Makefile.am.
# doc/firehol/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2013 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



# Process this file with automake to produce Makefile.in


am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/firehol
pkgincludedir = $(includedir)/firehol
pkglibdir = $(libdir)/firehol
pkglibexecdir = $(libexecdir)/firehol
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
#am__append_1 = $(MAINTAINERCLEANFILES)
subdir = doc/firehol
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_ln_s_r.m4 \
	$(top_srcdir)/m4/ax_check_minver.m4 \
	$(top_srcdir)/m4/ax_check_modprobe_quiet.m4 \
	$(top_srcdir)/m4/ax_check_pandoc_output.m4 \
	$(top_srcdir)/m4/ax_check_ping_ipv6.m4 \
	$(top_srcdir)/m4/ax_check_prog.m4 \
	$(top_srcdir)/m4/ax_compare_version.m4 \
	$(top_srcdir)/m4/ax_firehol_autosave.m4 \
	$(top_srcdir)/m4/ax_firehol_autosave6.m4 \
	$(top_srcdir)/m4/ax_need_egrep.m4 \
	$(top_srcdir)/m4/ax_need_grep.m4 \
	$(top_srcdir)/m4/ax_need_prog.m4 \
	$(top_srcdir)/m4/ax_need_sed.m4 \
	$(top_srcdir)/m4/ax_prog_pandoc.m4 \
	$(top_srcdir)/m4/ax_prog_xmllint.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
SOURCES =
DIST_SOURCES =
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    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; }; \
  }
man1dir = $(mandir)/man1
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
	"$(DESTDIR)$(dochtmldir)" "$(DESTDIR)$(pdfdir)"
man5dir = $(mandir)/man5
NROFF = nroff
MANS = $(man_MANS)
DATA = $(dochtml_DATA) $(pdf_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/abuild/rpmbuild/BUILD/firehol-3.1.6/autotool/missing aclocal-1.14
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AUTOCONF = ${SHELL} /home/abuild/rpmbuild/BUILD/firehol-3.1.6/autotool/missing autoconf
AUTOHEADER = ${SHELL} /home/abuild/rpmbuild/BUILD/firehol-3.1.6/autotool/missing autoheader
AUTOMAKE = ${SHELL} /home/abuild/rpmbuild/BUILD/firehol-3.1.6/autotool/missing automake-1.14
AWK = gawk
BASENAME = /bin/basename
BASH_SHELL_PATH = /bin/bash
BASH_VERSION = 4.2.46(2)-release
BRIDGE = 
CAT = /bin/cat
CHMOD = /bin/chmod
CHOWN = /bin/chown
CP = /bin/cp
CURL = /bin/curl
CUT = /bin/cut
CYGPATH_W = echo
DATE = /bin/date
DEFS = -DPACKAGE_NAME=\"firehol\" -DPACKAGE_TARNAME=\"firehol\" -DPACKAGE_VERSION=\"3.1.6\" -DPACKAGE_STRING=\"firehol\ 3.1.6\" -DPACKAGE_BUGREPORT=\"firehol-devs@lists.firehol.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"firehol\" -DVERSION=\"3.1.6\"
DIFF = /bin/diff
DIRNAME = /bin/dirname
DOT = 
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
ENV = 
EXPR = /bin/expr
FIND = /bin/find
FIREHOL_AUTOSAVE = /etc/sysconfig/iptables
FIREHOL_AUTOSAVE6 = /etc/sysconfig/ip6tables
FLOCK = /bin/flock
FOLD = /bin/fold
FUNZIP = /bin/funzip
GAWK = /bin/gawk
GIT = /bin/git
GREP = /bin/grep
HEAD = /bin/head
HOSTNAMECMD = /bin/hostname
INSTALL = /bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
IP = /usr/sbin/ip
IP6TABLES = /usr/sbin/ip6tables
IP6TABLES_RESTORE = /usr/sbin/ip6tables-restore
IP6TABLES_SAVE = /usr/sbin/ip6tables-save
IPRANGE = /bin/iprange
IPRANGE_VERSION = iprange 1.0.4
IPSET = /usr/sbin/ipset
IPTABLES = /usr/sbin/iptables
IPTABLES_RESTORE = /usr/sbin/iptables-restore
IPTABLES_SAVE = /usr/sbin/iptables-save
IPV4_ENABLED = 1
IPV6_ENABLED = 1
JQ = 
LIBOBJS = 
LIBS = 
LN = /bin/ln
LN_S = ln -s
LN_S_R = ln -s -r
LOGGER = /bin/logger
LS = /bin/ls
LSMOD = /usr/sbin/lsmod
LTLIBOBJS = 
MAINT = #
MAKEINFO = ${SHELL} /home/abuild/rpmbuild/BUILD/firehol-3.1.6/autotool/missing makeinfo
MKDIR = /bin/mkdir
MKDIR_P = /bin/mkdir -p
MKTEMP = /bin/mktemp
MODPROBE = /usr/sbin/modprobe -q
MORE = /bin/less
MV = /bin/mv
NEATO = 
NFACCT = 
PACKAGE = firehol
PACKAGE_BUGREPORT = firehol-devs@lists.firehol.org
PACKAGE_BUILT_DATE = 
PACKAGE_NAME = firehol
PACKAGE_STRING = firehol 3.1.6
PACKAGE_TARNAME = firehol
PACKAGE_URL = 
PACKAGE_VERSION = 3.1.6
PANDOC = 
PANDOC_HTML_FLAGS = 
PANDOC_MAN_FLAGS = 
PANDOC_PDF_FLAGS = 
PANDOC_VERSION = 
PATH_SEPARATOR = :
PING = 
PING6 = 
READLINK = /bin/readlink
RENICE = /bin/renice
RM = /bin/rm
RMMOD = /usr/sbin/rmmod
SCREEN = 
SED = /bin/sed
SEQ = /bin/seq
SET_MAKE = 
SH = 
SHELL = /bin/sh
SLEEP = /bin/sleep
SORT = /bin/sort
SS = /usr/sbin/ss
STRIP = 
STTY = /bin/stty
SYSCTL = /usr/sbin/sysctl
TAIL = /bin/tail
TAR = /bin/tar
TC = /usr/sbin/tc
TCPDUMP = /usr/sbin/tcpdump
TOUCH = /bin/touch
TPUT = /bin/tput
TR = /bin/tr
TRACEROUTE = 
UNAME = /bin/uname
UNIQ = /bin/uniq
UNZIP = /bin/unzip
VERSION = 3.1.6
WC = /bin/wc
WGET = 
WHOIS = 
XMLLINT = 
XMLLINT_FLAGS = 
ZCAT = /bin/zcat
abs_builddir = /home/abuild/rpmbuild/BUILD/firehol-3.1.6/doc/firehol
abs_srcdir = /home/abuild/rpmbuild/BUILD/firehol-3.1.6/doc/firehol
abs_top_builddir = /home/abuild/rpmbuild/BUILD/firehol-3.1.6
abs_top_srcdir = /home/abuild/rpmbuild/BUILD/firehol-3.1.6
am__leading_dot = .
am__tar = tar --format=ustar -chf - "$$tardir"
am__untar = tar -xf -
bindir = /usr/bin
build_alias = x86_64-redhat-linux-gnu
builddir = .
datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = /usr
firehollibexecdir = $(libexecdir)/firehol/$(PACKAGE_VERSION)
host_alias = x86_64-redhat-linux-gnu
htmldir = ${docdir}
includedir = /usr/include
infodir = /usr/share/info
install_sh = ${SHELL} /home/abuild/rpmbuild/BUILD/firehol-3.1.6/autotool/install-sh
libdir = /usr/lib64
libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
localstatedir = /var
mandir = /usr/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s&^&&
psdir = ${docdir}
sbindir = /usr/sbin
sharedstatedir = /var/lib
srcdir = .
sysconfdir = /etc
target_alias = 
top_build_prefix = ../../
top_builddir = ../..
top_srcdir = ../..
gensrcdir = ${top_srcdir}
#gensrcdir = ../..
MANUAL_LINKS = \
	$(gensrcdir)/doc/service-links \
	${top_srcdir}/doc/links-internal-firehol \
	${top_srcdir}/doc/links-keywords-firehol \
	${top_srcdir}/doc/links-website-firehol

dochtmldir = $(htmldir)/html
MANUALHTML_GENERATED = \
	firehol-manual.html

MANUALPDF_GENERATED = \
	firehol-manual.pdf


# Generate using:
# (echo firehol-services.5.md; ls fire*.md) | sed -ne 's;\(.*\).\([0-9]\).md;\tman/man\2/\1.\2 \\;p' |sort -u
MANUALMAN_GENERATED = \
	man/man1/firehol.1 \
	man/man5/firehol-action.5 \
	man/man5/firehol-actions.5 \
	man/man5/firehol-blacklist.5 \
	man/man5/firehol-classify.5 \
	man/man5/firehol-client.5 \
	man/man5/firehol-conf.5 \
	man/man5/firehol-connmark.5 \
	man/man5/firehol-cthelper.5 \
	man/man5/firehol-dscp.5 \
	man/man5/firehol-group.5 \
	man/man5/firehol-interface.5 \
	man/man5/firehol-iptables.5 \
	man/man5/firehol-ipset.5 \
	man/man5/firehol-iptrap.5 \
	man/man5/firehol-mac.5 \
	man/man5/firehol-mark.5 \
	man/man5/firehol-masquerade.5 \
	man/man5/firehol-modifiers.5 \
	man/man5/firehol-nat.5 \
	man/man5/firehol-params.5 \
	man/man5/firehol-policy.5 \
	man/man5/firehol-protection.5 \
	man/man5/firehol-proxy.5 \
	man/man5/firehol-router.5 \
	man/man5/firehol-server.5 \
	man/man5/firehol-services.5 \
	man/man5/firehol-synproxy.5 \
	man/man5/firehol-tcpmss.5 \
	man/man5/firehol-tos.5 \
	man/man5/firehol-tosfix.5 \
	man/man5/firehol-defaults-conf.5 \
	man/man5/firehol-version.5


# Generate using:
# sed -ne 's;extra-manpage: \(.*\)\([0-9]\);\tman/man\2/\1\2 \\;p' *.md|sort -u
MANUALMAN_GENERATED_INDIRECT = \
	man/man5/firehol-accept.5 \
	man/man5/firehol-action4.5 \
	man/man5/firehol-action46.5 \
	man/man5/firehol-action6.5 \
	man/man5/firehol-both.5 \
	man/man5/firehol-client4.5 \
	man/man5/firehol-client46.5 \
	man/man5/firehol-client6.5 \
	man/man5/firehol.conf.5 \
	man/man5/firehol-connmark4.5 \
	man/man5/firehol-connmark46.5 \
	man/man5/firehol-connmark6.5 \
	man/man5/firehol-cthelper4.5 \
	man/man5/firehol-cthelper46.5 \
	man/man5/firehol-cthelper6.5 \
	man/man5/firehol-custom.5 \
	man/man5/firehol-deny.5 \
	man/man5/firehol-defaults.conf.5 \
	man/man5/firehol-dnat.5 \
	man/man5/firehol-dport.5 \
	man/man5/firehol-drop.5 \
	man/man5/firehol-dscp-param.5 \
	man/man5/firehol-dst4.5 \
	man/man5/firehol-dst.5 \
	man/man5/firehol-dst6.5 \
	man/man5/firehol-dsttype.5 \
	man/man5/firehol-gid.5 \
	man/man5/firehol-inface.5 \
	man/man5/firehol-interface4.5 \
	man/man5/firehol-interface46.5 \
	man/man5/firehol-interface6.5 \
	man/man5/firehol-iptrap4.5 \
	man/man5/firehol-iptrap6.5 \
	man/man5/firehol-ipuntrap.5 \
	man/man5/firehol-ipuntrap4.5 \
	man/man5/firehol-ipuntrap6.5 \
	man/man5/firehol-ip6tables.5 \
	man/man5/firehol-ipv4.5 \
	man/man5/firehol-ipv6.5 \
	man/man5/firehol-log.5 \
	man/man5/firehol-loglimit.5 \
	man/man5/firehol-mac-param.5 \
	man/man5/firehol-mark-param.5 \
	man/man5/firehol-mark4.5 \
	man/man5/firehol-mark46.5 \
	man/man5/firehol-mark6.5 \
	man/man5/firehol-outface.5 \
	man/man5/firehol-physin.5 \
	man/man5/firehol-physout.5 \
	man/man5/firehol-proto.5 \
	man/man5/firehol-redirect.5 \
	man/man5/firehol-reject.5 \
	man/man5/firehol-return.5 \
	man/man5/firehol-route4.5 \
	man/man5/firehol-route46.5 \
	man/man5/firehol-route6.5 \
	man/man5/firehol-router4.5 \
	man/man5/firehol-router46.5 \
	man/man5/firehol-router6.5 \
	man/man5/firehol-server4.5 \
	man/man5/firehol-server46.5 \
	man/man5/firehol-server6.5 \
	man/man5/firehol-snat.5 \
	man/man5/firehol-sport.5 \
	man/man5/firehol-src4.5 \
	man/man5/firehol-src.5 \
	man/man5/firehol-src6.5 \
	man/man5/firehol-srctype.5 \
	man/man5/firehol-synproxy4.5 \
	man/man5/firehol-synproxy6.5 \
	man/man5/firehol-tarpit.5 \
	man/man5/firehol-tos-param.5 \
	man/man5/firehol-transparent_proxy.5 \
	man/man5/firehol-transparent_squid.5 \
	man/man5/firehol-uid.5 \
	man/man5/firehol-variables.5

MANUALMARKDOWN_GENERATED = \
	contents.md \
	firehol-services.5.md

dochtml_DATA = \
	$(MANUALHTML_GENERATED)

pdf_DATA = \
	$(MANUALPDF_GENERATED)

man_MANS = \
	$(MANUALMAN_GENERATED) \
	$(MANUALMAN_GENERATED_INDIRECT)

#MKSERVICELINKS = ${top_srcdir}/doc/tools/mkservicelinks
#MKSERVICEMAN = ${top_srcdir}/doc/tools/mkserviceman
#MANSYNOS = ${top_srcdir}/doc/tools/man-synos
#COMBINEPANDOC = ${top_srcdir}/doc/tools/combine-pandoc
#FORMATTABLE = ${top_srcdir}/doc/tools/format-table
#PANDOCPOST = $(gensrcdir)/doc/tools/pandoc-post
#CHECKLINKS = ${top_srcdir}/doc/tools/check-links
EXTRA_DIST = \
	*.md \
	*.tpl \
	*.sed \
	$(MANUALHTML_GENERATED) \
	$(MANUALPDF_GENERATED) \
	$(MANUALMAN_GENERATED) \
	$(MANUALMAN_GENERATED_INDIRECT)

CLEANFILES = \
       tmp-primary \
       tmp-subcommand \
       tmp-helper \
       tmp-anchor-links \
       tmp-html-combined.md \
       tmp-manproc \
       tmp-manual.html \
       tmp-pdf-combined.md

DISTCLEANFILES = $(am__append_1)
MAINTAINERCLEANFILES = \
	service-links \
	$(MANUALMARKDOWN_GENERATED) \
	$(MANUALHTML_GENERATED) \
	$(MANUALPDF_GENERATED) \
	$(MANUALMAN_GENERATED) \
	$(MANUALMAN_GENERATED_INDIRECT)

all: all-am

.SUFFIXES:
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/firehol/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --gnu doc/firehol/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure: # $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
install-man1: $(man_MANS)
	@$(NORMAL_INSTALL)
	@list1=''; \
	list2='$(man_MANS)'; \
	test -n "$(man1dir)" \
	  && test -n "`echo $$list1$$list2`" \
	  || exit 0; \
	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || 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 '/\.1[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,^[^1][0-9a-z]*$$,1,;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)$(man1dir)/$$inst'"; \
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$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)$(man1dir)'"; \
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
	done; }

uninstall-man1:
	@$(NORMAL_UNINSTALL)
	@list=''; test -n "$(man1dir)" || exit 0; \
	files=`{ for i in $$list; do echo "$$i"; done; \
	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
	  sed -n '/\.1[a-z]*$$/p'; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
install-man5: $(man_MANS)
	@$(NORMAL_INSTALL)
	@list1=''; \
	list2='$(man_MANS)'; \
	test -n "$(man5dir)" \
	  && test -n "`echo $$list1$$list2`" \
	  || exit 0; \
	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || 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 '/\.5[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,^[^5][0-9a-z]*$$,5,;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)$(man5dir)/$$inst'"; \
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$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)$(man5dir)'"; \
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
	done; }

uninstall-man5:
	@$(NORMAL_UNINSTALL)
	@list=''; test -n "$(man5dir)" || exit 0; \
	files=`{ for i in $$list; do echo "$$i"; done; \
	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
	  sed -n '/\.5[a-z]*$$/p'; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
install-dochtmlDATA: $(dochtml_DATA)
	@$(NORMAL_INSTALL)
	@list='$(dochtml_DATA)'; test -n "$(dochtmldir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(dochtmldir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(dochtmldir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dochtmldir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(dochtmldir)" || exit $$?; \
	done

uninstall-dochtmlDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(dochtml_DATA)'; test -n "$(dochtmldir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(dochtmldir)'; $(am__uninstall_files_from_dir)
install-pdfDATA: $(pdf_DATA)
	@$(NORMAL_INSTALL)
	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; \
	done

uninstall-pdfDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
tags TAGS:

ctags CTAGS:

cscope cscopelist:


distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(MANS) $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(dochtmldir)" "$(DESTDIR)$(pdfdir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:

clean-generic:
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am

clean-am: clean-generic mostlyclean-am

distclean: distclean-am
	-rm -f Makefile
distclean-am: clean-am distclean-generic

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-dochtmlDATA install-man install-pdfDATA

install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:

install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man: install-man1 install-man5

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-generic

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-dochtmlDATA uninstall-local uninstall-man \
	uninstall-pdfDATA

uninstall-man: uninstall-man1 uninstall-man5

.MAKE: install-am install-strip

.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
	ctags-am distclean distclean-generic distdir dvi dvi-am html \
	html-am info info-am install install-am install-data \
	install-data-am install-dochtmlDATA install-dvi install-dvi-am \
	install-exec install-exec-am install-html install-html-am \
	install-info install-info-am install-man install-man1 \
	install-man5 install-pdf install-pdf-am install-pdfDATA \
	install-ps install-ps-am install-strip installcheck \
	installcheck-am installdirs maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
	pdf-am ps ps-am tags-am uninstall uninstall-am \
	uninstall-dochtmlDATA uninstall-local uninstall-man \
	uninstall-man1 uninstall-man5 uninstall-pdfDATA


$(MANUALMAN_GENERATED_INDIRECT): $(MANUALMAN_GENERATED)

#firehol-services.5.md: ../services-db.data ../service-links \
#		$(top_srcdir)/sbin/firehol \
#		$(top_srcdir)/sbin/services.common \
#		$(top_srcdir)/sbin/services.firehol
#	$(MKSERVICEMAN) firehol-services.5.md $+

#contents.md: *.1.md *.5.md contents.tpl
#	$(FORMATTABLE) primary *.md > tmp-primary
#	$(FORMATTABLE) subcommand *.md > tmp-subcommand
#	$(FORMATTABLE) helper *.md > tmp-helper
#	$(SED) -f insert-tables.sed contents.tpl > contents.md
#	rm -f tmp-primary tmp-subcommand tmp-helper

#man/man1/%.1: %.1.md
#	$(MKDIR_P) man/man1
#	$(SED) -e '/^%/s/DATE//' -e '/^%/s/VERSION/3.1.6/' $< > tmp-manproc
#	$(SED) -e 's/: .*#/: #/' $(MANUAL_LINKS) > tmp-anchor-links
#	$(PANDOC) $(PANDOC_MAN_FLAGS) -o $@ tmp-manproc tmp-anchor-links
#	$(PANDOCPOST) $(PANDOC_VERSION) man $@
#	$(MANSYNOS) $< $@ man/

#man/man5/%.5: %.5.md
#	$(MKDIR_P) man/man5
#	$(SED) -e '/^%/s/DATE//' -e '/^%/s/VERSION/3.1.6/' $< > tmp-manproc
#	$(SED) -e 's/: .*#/: #/' $(MANUAL_LINKS) > tmp-anchor-links
#	$(PANDOC) $(PANDOC_MAN_FLAGS) -o $@ tmp-manproc tmp-anchor-links
#	$(PANDOCPOST) $(PANDOC_VERSION) man $@
#	$(MANSYNOS) $< $@ man/

#$(MANUALMAN_GENERATED): $(MANUAL_LINKS)

#firehol-manual.pdf: *.md $(MANUALMARKDOWN_GENERATED) $(MANUAL_LINKS)
#	$(SED) -e 's/: .*#/: #/' $(MANUAL_LINKS) > tmp-anchor-links
#	$(COMBINEPANDOC) pdf tmp-pdf-combined.md contents.md tmp-anchor-links
#	$(SED) -i -e '/^%/s/DATE//' -e '/^%/s/VERSION/3.1.6/' tmp-pdf-combined.md
#	$(PANDOC) $(PANDOC_PDF_FLAGS) -o $@ tmp-pdf-combined.md
#	rm tmp-pdf-combined.md
#	$(PANDOCPOST) $(PANDOC_VERSION) pdf $@

#firehol-manual.html: *.md $(MANUALMARKDOWN_GENERATED) $(MANUAL_LINKS)
#	$(SED) -e 's/: .*#/: #/' $(MANUAL_LINKS) > tmp-anchor-links
#	$(COMBINEPANDOC) html tmp-html-combined.md contents.md tmp-anchor-links
#	$(SED) -i -e '/^%/s/DATE//' -e '/^%/s/VERSION/3.1.6/' tmp-html-combined.md
#	$(PANDOC) $(PANDOC_HTML_FLAGS) -o tmp-manual.html tmp-html-combined.md
#	rm tmp-html-combined.md
#	$(CHECKLINKS) tmp-manual.html $(MANUAL_LINKS)
#	$(PANDOCPOST) $(PANDOC_VERSION) html tmp-manual.html
#	mv tmp-manual.html $@

uninstall-local:
	@-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(dochtmldir)
	@-rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pdfdir)

# 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.
.NOEXPORT:
