Initial commit
This commit is contained in:
447
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/Makefile
Normal file
447
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/Makefile
Normal file
@ -0,0 +1,447 @@
|
||||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# doc/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
|
||||
|
||||
|
||||
|
||||
pkgdatadir = $(datadir)/igmpproxy
|
||||
pkgincludedir = $(includedir)/igmpproxy
|
||||
pkglibdir = $(libdir)/igmpproxy
|
||||
pkglibexecdir = $(libexecdir)/igmpproxy
|
||||
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 = :
|
||||
build_triplet = i586-pc-linux-gnu
|
||||
host_triplet = i586-pc-linux-gnu
|
||||
subdir = doc
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/igmpproxy.8.in $(srcdir)/igmpproxy.conf.5.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES = igmpproxy.8 igmpproxy.conf.5
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
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'
|
||||
man5dir = $(mandir)/man5
|
||||
am__installdirs = "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
|
||||
man8dir = $(mandir)/man8
|
||||
NROFF = nroff
|
||||
MANS = $(man_MANS)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /usr/local/src/igmpproxy-0.1/missing --run aclocal-1.11
|
||||
AMTAR = ${SHELL} /usr/local/src/igmpproxy-0.1/missing --run tar
|
||||
AUTOCONF = ${SHELL} /usr/local/src/igmpproxy-0.1/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /usr/local/src/igmpproxy-0.1/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /usr/local/src/igmpproxy-0.1/missing --run automake-1.11
|
||||
AWK = gawk
|
||||
CC = gcc -std=gnu99
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2
|
||||
CPPFLAGS =
|
||||
CYGPATH_W = echo
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EXEEXT =
|
||||
INSTALL = /usr/bin/install -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||||
LDFLAGS =
|
||||
LIBOBJS =
|
||||
LIBS =
|
||||
LTLIBOBJS =
|
||||
MAKEINFO = ${SHELL} /usr/local/src/igmpproxy-0.1/missing --run makeinfo
|
||||
MKDIR_P = /bin/mkdir -p
|
||||
OBJEXT = o
|
||||
PACKAGE = igmpproxy
|
||||
PACKAGE_BUGREPORT =
|
||||
PACKAGE_NAME = igmpproxy
|
||||
PACKAGE_STRING = igmpproxy 0.1
|
||||
PACKAGE_TARNAME = igmpproxy
|
||||
PACKAGE_VERSION = 0.1
|
||||
PATH_SEPARATOR = :
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
STRIP =
|
||||
VERSION = 0.1
|
||||
abs_builddir = /usr/local/src/igmpproxy-0.1/doc
|
||||
abs_srcdir = /usr/local/src/igmpproxy-0.1/doc
|
||||
abs_top_builddir = /usr/local/src/igmpproxy-0.1
|
||||
abs_top_srcdir = /usr/local/src/igmpproxy-0.1
|
||||
ac_ct_CC = gcc
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
am__tar = ${AMTAR} chof - "$$tardir"
|
||||
am__untar = ${AMTAR} xf -
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i586-pc-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = i586
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
builddir = .
|
||||
datadir = ${datarootdir}
|
||||
datarootdir = ${prefix}/share
|
||||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||||
dvidir = ${docdir}
|
||||
exec_prefix = ${prefix}
|
||||
host = i586-pc-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = i586
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
htmldir = ${docdir}
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${datarootdir}/info
|
||||
install_sh = ${SHELL} /usr/local/src/igmpproxy-0.1/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localedir = ${datarootdir}/locale
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${datarootdir}/man
|
||||
mkdir_p = /bin/mkdir -p
|
||||
oldincludedir = /usr/include
|
||||
pdfdir = ${docdir}
|
||||
prefix = /usr/local/igmpproxy-0.1
|
||||
program_transform_name = s,x,x,
|
||||
psdir = ${docdir}
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
srcdir = .
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
top_build_prefix = ../
|
||||
top_builddir = ..
|
||||
top_srcdir = ..
|
||||
man_MANS = igmpproxy.8 igmpproxy.conf.5
|
||||
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/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/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):
|
||||
igmpproxy.8: $(top_builddir)/config.status $(srcdir)/igmpproxy.8.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
igmpproxy.conf.5: $(top_builddir)/config.status $(srcdir)/igmpproxy.conf.5.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
install-man5: $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
|
||||
@list=''; test -n "$(man5dir)" || exit 0; \
|
||||
{ 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'; \
|
||||
} | 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,.,'`; \
|
||||
test -z "$$files" || { \
|
||||
echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
|
||||
install-man8: $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
|
||||
@list=''; test -n "$(man8dir)" || exit 0; \
|
||||
{ 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'; \
|
||||
} | 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,.,'`; \
|
||||
test -z "$$files" || { \
|
||||
echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@list='$(MANS)'; if test -n "$$list"; then \
|
||||
list=`for p in $$list; do \
|
||||
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
||||
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
|
||||
if test -n "$$list" && \
|
||||
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
|
||||
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
|
||||
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
|
||||
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
|
||||
echo " typically \`make maintainer-clean' will remove them" >&2; \
|
||||
exit 1; \
|
||||
else :; fi; \
|
||||
else :; fi
|
||||
@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)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; 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:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
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)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
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-man
|
||||
|
||||
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-man5 install-man8
|
||||
|
||||
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-man
|
||||
|
||||
uninstall-man: uninstall-man5 uninstall-man8
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic distclean \
|
||||
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
||||
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-man5 install-man8 install-pdf install-pdf-am \
|
||||
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 uninstall uninstall-am uninstall-man \
|
||||
uninstall-man5 uninstall-man8
|
||||
|
||||
|
||||
# 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:
|
1
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/Makefile.am
Normal file
1
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
man_MANS = igmpproxy.8 igmpproxy.conf.5
|
447
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/Makefile.in
Normal file
447
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/Makefile.in
Normal file
@ -0,0 +1,447 @@
|
||||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.
|
||||
|
||||
@SET_MAKE@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
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 = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
subdir = doc
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/igmpproxy.8.in $(srcdir)/igmpproxy.conf.5.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES = igmpproxy.8 igmpproxy.conf.5
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
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'
|
||||
man5dir = $(mandir)/man5
|
||||
am__installdirs = "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
|
||||
man8dir = $(mandir)/man8
|
||||
NROFF = nroff
|
||||
MANS = $(man_MANS)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EXEEXT = @EXEEXT@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
man_MANS = igmpproxy.8 igmpproxy.conf.5
|
||||
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/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/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):
|
||||
igmpproxy.8: $(top_builddir)/config.status $(srcdir)/igmpproxy.8.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
igmpproxy.conf.5: $(top_builddir)/config.status $(srcdir)/igmpproxy.conf.5.in
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
install-man5: $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
|
||||
@list=''; test -n "$(man5dir)" || exit 0; \
|
||||
{ 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'; \
|
||||
} | 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,.,'`; \
|
||||
test -z "$$files" || { \
|
||||
echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
|
||||
install-man8: $(man_MANS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
|
||||
@list=''; test -n "$(man8dir)" || exit 0; \
|
||||
{ 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'; \
|
||||
} | 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,.,'`; \
|
||||
test -z "$$files" || { \
|
||||
echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@list='$(MANS)'; if test -n "$$list"; then \
|
||||
list=`for p in $$list; do \
|
||||
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
||||
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
|
||||
if test -n "$$list" && \
|
||||
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
|
||||
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
|
||||
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
|
||||
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
|
||||
echo " typically \`make maintainer-clean' will remove them" >&2; \
|
||||
exit 1; \
|
||||
else :; fi; \
|
||||
else :; fi
|
||||
@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)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; 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:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
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)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
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-man
|
||||
|
||||
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-man5 install-man8
|
||||
|
||||
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-man
|
||||
|
||||
uninstall-man: uninstall-man5 uninstall-man8
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic distclean \
|
||||
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
||||
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-man5 install-man8 install-pdf install-pdf-am \
|
||||
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 uninstall uninstall-am uninstall-man \
|
||||
uninstall-man5 uninstall-man8
|
||||
|
||||
|
||||
# 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:
|
81
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.8
Normal file
81
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.8
Normal file
@ -0,0 +1,81 @@
|
||||
.\" .br - line break (nothing else on the line)
|
||||
.\" .B - bold
|
||||
.\" .I - green or kursive (on HTML)
|
||||
.\" .TP - paragraph ? (header line, followed by indented lines)
|
||||
.\"
|
||||
.TH igmpproxy 8 "" "igmpproxy 0.1"
|
||||
.SH NAME
|
||||
igmpproxy \- Multicast router utilizing IGMP forwarding
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B igmpproxy [-h] [-d] [-v [-v]]
|
||||
.I config-file
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B igmpproxy
|
||||
is a simple multicast routing daemon which uses IGMP forwarding to
|
||||
dynamically route multicast traffic. Routing is done by defining an
|
||||
"upstream" interface on which the daemon act as a normal Multicast
|
||||
client, and one or more "downstream" interfaces that serves clients
|
||||
on the destination networks. This is useful in situations where other
|
||||
dynamic multicast routers (like 'mrouted' or 'pimd') cannot be used.
|
||||
|
||||
Since
|
||||
.B igmpproxy
|
||||
only uses IGMP signalling, the daemon is only suited for situations
|
||||
where multicast traffic comes from only one neighbouring network.
|
||||
In more advanced cases, 'mrouted' or 'pimd' is probably more suited.
|
||||
The daemon is not designed for cascading, and probably won't scale
|
||||
very well.
|
||||
|
||||
Currently only IGMPv1 and v2 is supported on downstream interfaces.
|
||||
On the upstream interface the kernel IGMP client implementation is used,
|
||||
and supported IGMP versions is therefore limited to that supported by the
|
||||
kernel.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
.IP -h
|
||||
Display help.
|
||||
.IP -v
|
||||
Verbose logging. Set logging level to INFO instead of WARNING used by default.
|
||||
.IP -vv
|
||||
More verbose logging. Set logging level to DEBUG.
|
||||
.IP -d
|
||||
Output log messages to STDERR instead of to
|
||||
.BR syslog (3).
|
||||
|
||||
|
||||
.SH LIMITS
|
||||
The current version compiles and runs fine with the Linux kernel version 2.4. The known limits are:
|
||||
|
||||
.B Multicast routes:
|
||||
more then 200
|
||||
|
||||
.B Multicast group membership:
|
||||
max. 20
|
||||
.SH FILES
|
||||
.TP
|
||||
.B /proc/net/ip_mr_cache
|
||||
- contains the active multicast routes
|
||||
.TP
|
||||
.B /proc/net/ip_mr_vif
|
||||
- contains the 'virtual' interfaces used by the active multicast routing daemon
|
||||
.TP
|
||||
.B /proc/sys/net/ipv4/conf/<ifname>/force_igmp_version
|
||||
- can be set to control what IGMP version the kernel should use on the upstream interface.
|
||||
Ex.: 'echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version' will force the kernel to
|
||||
use IGMPv2 on eth0 (provided this is the upstream interface).
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR igmpproxy.conf (5),
|
||||
.BR mrouted,
|
||||
.BR pimd,
|
||||
.BR smcroute
|
||||
|
||||
.SH BUGS
|
||||
Currently none (but there probably will be :-/ )
|
||||
.SH AUTHOR
|
||||
Originally written by Johnny Egeland <johnny@rlo.org>.
|
81
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.8.in
Normal file
81
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.8.in
Normal file
@ -0,0 +1,81 @@
|
||||
.\" .br - line break (nothing else on the line)
|
||||
.\" .B - bold
|
||||
.\" .I - green or kursive (on HTML)
|
||||
.\" .TP - paragraph ? (header line, followed by indented lines)
|
||||
.\"
|
||||
.TH igmpproxy 8 "" "@PACKAGE_STRING@"
|
||||
.SH NAME
|
||||
igmpproxy \- Multicast router utilizing IGMP forwarding
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B igmpproxy [-h] [-d] [-v [-v]]
|
||||
.I config-file
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B igmpproxy
|
||||
is a simple multicast routing daemon which uses IGMP forwarding to
|
||||
dynamically route multicast traffic. Routing is done by defining an
|
||||
"upstream" interface on which the daemon act as a normal Multicast
|
||||
client, and one or more "downstream" interfaces that serves clients
|
||||
on the destination networks. This is useful in situations where other
|
||||
dynamic multicast routers (like 'mrouted' or 'pimd') cannot be used.
|
||||
|
||||
Since
|
||||
.B igmpproxy
|
||||
only uses IGMP signalling, the daemon is only suited for situations
|
||||
where multicast traffic comes from only one neighbouring network.
|
||||
In more advanced cases, 'mrouted' or 'pimd' is probably more suited.
|
||||
The daemon is not designed for cascading, and probably won't scale
|
||||
very well.
|
||||
|
||||
Currently only IGMPv1 and v2 is supported on downstream interfaces.
|
||||
On the upstream interface the kernel IGMP client implementation is used,
|
||||
and supported IGMP versions is therefore limited to that supported by the
|
||||
kernel.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
.IP -h
|
||||
Display help.
|
||||
.IP -v
|
||||
Verbose logging. Set logging level to INFO instead of WARNING used by default.
|
||||
.IP -vv
|
||||
More verbose logging. Set logging level to DEBUG.
|
||||
.IP -d
|
||||
Output log messages to STDERR instead of to
|
||||
.BR syslog (3).
|
||||
|
||||
|
||||
.SH LIMITS
|
||||
The current version compiles and runs fine with the Linux kernel version 2.4. The known limits are:
|
||||
|
||||
.B Multicast routes:
|
||||
more then 200
|
||||
|
||||
.B Multicast group membership:
|
||||
max. 20
|
||||
.SH FILES
|
||||
.TP
|
||||
.B /proc/net/ip_mr_cache
|
||||
- contains the active multicast routes
|
||||
.TP
|
||||
.B /proc/net/ip_mr_vif
|
||||
- contains the 'virtual' interfaces used by the active multicast routing daemon
|
||||
.TP
|
||||
.B /proc/sys/net/ipv4/conf/<ifname>/force_igmp_version
|
||||
- can be set to control what IGMP version the kernel should use on the upstream interface.
|
||||
Ex.: 'echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version' will force the kernel to
|
||||
use IGMPv2 on eth0 (provided this is the upstream interface).
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR igmpproxy.conf (5),
|
||||
.BR mrouted,
|
||||
.BR pimd,
|
||||
.BR smcroute
|
||||
|
||||
.SH BUGS
|
||||
Currently none (but there probably will be :-/ )
|
||||
.SH AUTHOR
|
||||
Originally written by Johnny Egeland <johnny@rlo.org>.
|
146
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.conf.5
Normal file
146
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.conf.5
Normal file
@ -0,0 +1,146 @@
|
||||
.\" .br - line break (nothing else on the line)
|
||||
.\" .B - bold
|
||||
.\" .I - green or kursive (on HTML)
|
||||
.\" .TP - paragraph ? (header line, followed by indented lines)
|
||||
.\"
|
||||
.TH igmpproxy.conf 5 "" "igmpproxy 0.1"
|
||||
.SH NAME
|
||||
igmpproxy.conf \- Configuration file for
|
||||
.BR igmpproxy (8)
|
||||
multicast daemon
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B igmpproxy.conf
|
||||
contains the configuration for the
|
||||
.B igmpproxy
|
||||
multicast daemon. It defines which network interfaces should be
|
||||
used by the routing daemon. Each interface must be give one of the following roles:
|
||||
.B upstream
|
||||
,
|
||||
.B downstream
|
||||
or
|
||||
.B disabled
|
||||
.
|
||||
|
||||
The
|
||||
.B upstream
|
||||
network interface is the outgoing interface which is responsible for communicating
|
||||
to availible multicast data sources. There can only be one upstream interface.
|
||||
|
||||
.B Downstream
|
||||
network interfaces are the distribution interfaces to the destination networks,
|
||||
where multicast clients can join groups and receive multicast data. One or more
|
||||
downstream interfaces must be configured.
|
||||
|
||||
On
|
||||
.B disabled
|
||||
network interfaces all IGMP or multicast traffic is ignored altogether. If multiple
|
||||
IP addresses is used on one single interface (ae. eth0:1 ...), all interface
|
||||
aliases not in use should be configured as disabled.
|
||||
|
||||
Any line in the configuration file starting with
|
||||
.B #
|
||||
is treated as a comment. Keywords and parameters can be distributed over many lines.
|
||||
The configuration file has two main keywords:
|
||||
|
||||
.B quickleave
|
||||
.RS
|
||||
Enables quickleave mode. In this mode the daemon will send a Leave IGMP message
|
||||
upstream as soon as it recieves a Leave message for any downstream interface.
|
||||
The daemon will then ask for Membership reports on the downstream interfaces,
|
||||
and if a report is recieved the group is joined again upstream. Normally this
|
||||
is not noticed at all by clients on the downstream networks. If it's vital
|
||||
that the daemon should act exactly as a real multicast client on the upstream
|
||||
interface, this function should not be used. Disabling this function increases
|
||||
the risk of bandwidth saturation.
|
||||
.RE
|
||||
|
||||
|
||||
.B phyint
|
||||
.I interface
|
||||
.I role
|
||||
[ ratelimit
|
||||
.I limit
|
||||
] [ threshold
|
||||
.I ttl
|
||||
] [ altnet
|
||||
.I networkaddr ...
|
||||
]
|
||||
.RS
|
||||
Defines the state and settings of a network interface.
|
||||
.RE
|
||||
|
||||
.SH PHYINT OPTIONS
|
||||
|
||||
.B interface
|
||||
.RS
|
||||
The name of the interface the settings are for. This option is required for
|
||||
phyint settings.
|
||||
.RE
|
||||
|
||||
.B role
|
||||
.RS
|
||||
The role of the interface. This should be either
|
||||
.B upstream
|
||||
(only one interface),
|
||||
.B downstream
|
||||
(one or more interfaces) or
|
||||
.B disabled
|
||||
. This option is required.
|
||||
.RE
|
||||
|
||||
.B ratelimit
|
||||
.I limit
|
||||
.RS
|
||||
Defines a ratelimit for the network interface. If ratelimit is set to 0 (default),
|
||||
no ratelimit will be applied. This setting is optional.
|
||||
.RE
|
||||
|
||||
.B threshold
|
||||
.I ttl
|
||||
.RS
|
||||
Defines the TTL threshold for the network interface. Packets with a lower TTL than the
|
||||
threshols value will be ignored. This setting is optional, and by default the threshold is 1.
|
||||
.RE
|
||||
|
||||
.B altnet
|
||||
.I networkaddr
|
||||
...
|
||||
.RS
|
||||
Defines alternate sources for multicasting and IGMP data. The network address must be on the
|
||||
following format 'a.b.c.d/n'. By default the router will accept data from sources on the same
|
||||
network as configured on an interface. If the multicast source lies on a remote network, one
|
||||
must define from where traffic should be accepted.
|
||||
|
||||
This is especially useful for the upstream interface, since the source for multicast
|
||||
traffic is often from a remote location. Any number of altnet parameters can be specified.
|
||||
.RE
|
||||
|
||||
|
||||
.SH EXAMPLE
|
||||
## Enable quickleave
|
||||
quickleave
|
||||
.br
|
||||
## Define settings for eth0 (upstream)
|
||||
.br
|
||||
phyint eth0 upstream
|
||||
altnet 10.0.0.0/8
|
||||
|
||||
## Disable alternate IP on eth0 (eth0:0)
|
||||
.br
|
||||
phyint eth0:0 disabled
|
||||
|
||||
## Define settings for eth1 (downstream)
|
||||
.br
|
||||
phyint eth1 downstream ratelimit 0 threshold 1
|
||||
|
||||
## Define settings for eth2 (also downstream)
|
||||
.br
|
||||
phyint eth2 downstream
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR igmpproxy (8)
|
||||
|
||||
.SH AUTHOR
|
||||
Originally written by Johnny Egeland <johnny@rlo.org>
|
146
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.conf.5.in
Normal file
146
ANW-URB/src/igmpproxy/igmpproxy-0.1/doc/igmpproxy.conf.5.in
Normal file
@ -0,0 +1,146 @@
|
||||
.\" .br - line break (nothing else on the line)
|
||||
.\" .B - bold
|
||||
.\" .I - green or kursive (on HTML)
|
||||
.\" .TP - paragraph ? (header line, followed by indented lines)
|
||||
.\"
|
||||
.TH igmpproxy.conf 5 "" "@PACKAGE_STRING@"
|
||||
.SH NAME
|
||||
igmpproxy.conf \- Configuration file for
|
||||
.BR igmpproxy (8)
|
||||
multicast daemon
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B igmpproxy.conf
|
||||
contains the configuration for the
|
||||
.B igmpproxy
|
||||
multicast daemon. It defines which network interfaces should be
|
||||
used by the routing daemon. Each interface must be give one of the following roles:
|
||||
.B upstream
|
||||
,
|
||||
.B downstream
|
||||
or
|
||||
.B disabled
|
||||
.
|
||||
|
||||
The
|
||||
.B upstream
|
||||
network interface is the outgoing interface which is responsible for communicating
|
||||
to availible multicast data sources. There can only be one upstream interface.
|
||||
|
||||
.B Downstream
|
||||
network interfaces are the distribution interfaces to the destination networks,
|
||||
where multicast clients can join groups and receive multicast data. One or more
|
||||
downstream interfaces must be configured.
|
||||
|
||||
On
|
||||
.B disabled
|
||||
network interfaces all IGMP or multicast traffic is ignored altogether. If multiple
|
||||
IP addresses is used on one single interface (ae. eth0:1 ...), all interface
|
||||
aliases not in use should be configured as disabled.
|
||||
|
||||
Any line in the configuration file starting with
|
||||
.B #
|
||||
is treated as a comment. Keywords and parameters can be distributed over many lines.
|
||||
The configuration file has two main keywords:
|
||||
|
||||
.B quickleave
|
||||
.RS
|
||||
Enables quickleave mode. In this mode the daemon will send a Leave IGMP message
|
||||
upstream as soon as it recieves a Leave message for any downstream interface.
|
||||
The daemon will then ask for Membership reports on the downstream interfaces,
|
||||
and if a report is recieved the group is joined again upstream. Normally this
|
||||
is not noticed at all by clients on the downstream networks. If it's vital
|
||||
that the daemon should act exactly as a real multicast client on the upstream
|
||||
interface, this function should not be used. Disabling this function increases
|
||||
the risk of bandwidth saturation.
|
||||
.RE
|
||||
|
||||
|
||||
.B phyint
|
||||
.I interface
|
||||
.I role
|
||||
[ ratelimit
|
||||
.I limit
|
||||
] [ threshold
|
||||
.I ttl
|
||||
] [ altnet
|
||||
.I networkaddr ...
|
||||
]
|
||||
.RS
|
||||
Defines the state and settings of a network interface.
|
||||
.RE
|
||||
|
||||
.SH PHYINT OPTIONS
|
||||
|
||||
.B interface
|
||||
.RS
|
||||
The name of the interface the settings are for. This option is required for
|
||||
phyint settings.
|
||||
.RE
|
||||
|
||||
.B role
|
||||
.RS
|
||||
The role of the interface. This should be either
|
||||
.B upstream
|
||||
(only one interface),
|
||||
.B downstream
|
||||
(one or more interfaces) or
|
||||
.B disabled
|
||||
. This option is required.
|
||||
.RE
|
||||
|
||||
.B ratelimit
|
||||
.I limit
|
||||
.RS
|
||||
Defines a ratelimit for the network interface. If ratelimit is set to 0 (default),
|
||||
no ratelimit will be applied. This setting is optional.
|
||||
.RE
|
||||
|
||||
.B threshold
|
||||
.I ttl
|
||||
.RS
|
||||
Defines the TTL threshold for the network interface. Packets with a lower TTL than the
|
||||
threshols value will be ignored. This setting is optional, and by default the threshold is 1.
|
||||
.RE
|
||||
|
||||
.B altnet
|
||||
.I networkaddr
|
||||
...
|
||||
.RS
|
||||
Defines alternate sources for multicasting and IGMP data. The network address must be on the
|
||||
following format 'a.b.c.d/n'. By default the router will accept data from sources on the same
|
||||
network as configured on an interface. If the multicast source lies on a remote network, one
|
||||
must define from where traffic should be accepted.
|
||||
|
||||
This is especially useful for the upstream interface, since the source for multicast
|
||||
traffic is often from a remote location. Any number of altnet parameters can be specified.
|
||||
.RE
|
||||
|
||||
|
||||
.SH EXAMPLE
|
||||
## Enable quickleave
|
||||
quickleave
|
||||
.br
|
||||
## Define settings for eth0 (upstream)
|
||||
.br
|
||||
phyint eth0 upstream
|
||||
altnet 10.0.0.0/8
|
||||
|
||||
## Disable alternate IP on eth0 (eth0:0)
|
||||
.br
|
||||
phyint eth0:0 disabled
|
||||
|
||||
## Define settings for eth1 (downstream)
|
||||
.br
|
||||
phyint eth1 downstream ratelimit 0 threshold 1
|
||||
|
||||
## Define settings for eth2 (also downstream)
|
||||
.br
|
||||
phyint eth2 downstream
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR igmpproxy (8)
|
||||
|
||||
.SH AUTHOR
|
||||
Originally written by Johnny Egeland <johnny@rlo.org>
|
Reference in New Issue
Block a user