Codebase list avahi / b2ce494
New upstream version 0.8 Andreas Henriksson 4 years ago
80 changed file(s) with 1403 addition(s) and 2099 deletion(s). Raw diff Collapse all Expand all
0 2019-10-26 gettextize <bug-gnu-gettext@gnu.org>
0 2020-02-18 gettextize <bug-gnu-gettext@gnu.org>
11
22 * Makefile.am (EXTRA_DIST): Add config.rpath.
33 * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
1818
1919 include $(srcdir)/common/doxygen.mk
2020
21 EXTRA_DIST = \
21 EXTRA_DIST = config.rpath \
2222 autogen.sh \
2323 bootstrap.sh \
2424 LICENSE \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
294294 $(RECURSIVE_CLEAN_TARGETS) \
295295 $(am__extra_recursive_targets)
296296 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
297 cscope distdir distdir-am dist dist-all distcheck
297 cscope distdir dist dist-all distcheck
298298 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
299299 $(LISP)config.h.in
300300 # Read a list of newline-separated strings from the standard input,
638638 @DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
639639 @DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
640640
641 EXTRA_DIST = \
641 EXTRA_DIST = config.rpath \
642642 autogen.sh \
643643 bootstrap.sh \
644644 LICENSE \
755755 echo ' $(SHELL) ./config.status'; \
756756 $(SHELL) ./config.status;; \
757757 *) \
758 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
759 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
758 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
759 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
760760 esac;
761761 $(srcdir)/common/doxygen.mk $(am__empty):
762762
920920 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
921921 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
922922
923 distdir: $(BUILT_SOURCES)
924 $(MAKE) $(AM_MAKEFLAGS) distdir-am
925
926 distdir-am: $(DISTFILES)
923 distdir: $(DISTFILES)
927924 $(am__remove_distdir)
928925 test -d "$(distdir)" || mkdir "$(distdir)"
929926 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
0 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
7777 ])
7878
7979 dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
80 dnl serial 11 (pkg-config-0.29)
80 dnl serial 11 (pkg-config-0.29.1)
8181 dnl
8282 dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
8383 dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
119119 dnl See the "Since" comment for each macro you use to see what version
120120 dnl of the macros you require.
121121 m4_defun([PKG_PREREQ],
122 [m4_define([PKG_MACROS_VERSION], [0.29])
122 [m4_define([PKG_MACROS_VERSION], [0.29.1])
123123 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
124124 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
125125 ])dnl PKG_PREREQ
352352 AS_VAR_IF([$1], [""], [$5], [$4])dnl
353353 ])dnl PKG_CHECK_VAR
354354
355 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
355 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
356356 #
357357 # This file is free software; the Free Software Foundation
358358 # gives unlimited permission to copy and/or distribute it,
364364 # generated from the m4 files accompanying Automake X.Y.
365365 # (This private macro should not be called outside this file.)
366366 AC_DEFUN([AM_AUTOMAKE_VERSION],
367 [am__api_version='1.16'
367 [am__api_version='1.15'
368368 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
369369 dnl require some minimum version. Point them to the right macro.
370 m4_if([$1], [1.16.1], [],
370 m4_if([$1], [1.15.1], [],
371371 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
372372 ])
373373
383383 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
384384 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
385385 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
386 [AM_AUTOMAKE_VERSION([1.16.1])dnl
386 [AM_AUTOMAKE_VERSION([1.15.1])dnl
387387 m4_ifndef([AC_AUTOCONF_VERSION],
388388 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
389389 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
390390
391391 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
392392
393 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
393 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
394394 #
395395 # This file is free software; the Free Software Foundation
396396 # gives unlimited permission to copy and/or distribute it,
442442
443443 # AM_CONDITIONAL -*- Autoconf -*-
444444
445 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
445 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
446446 #
447447 # This file is free software; the Free Software Foundation
448448 # gives unlimited permission to copy and/or distribute it,
473473 Usually this means the macro was only invoked conditionally.]])
474474 fi])])
475475
476 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
476 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
477477 #
478478 # This file is free software; the Free Software Foundation
479479 # gives unlimited permission to copy and/or distribute it,
664664
665665 # Generate code to set up dependency tracking. -*- Autoconf -*-
666666
667 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
668 #
669 # This file is free software; the Free Software Foundation
670 # gives unlimited permission to copy and/or distribute it,
671 # with or without modifications, as long as this notice is preserved.
667 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
668 #
669 # This file is free software; the Free Software Foundation
670 # gives unlimited permission to copy and/or distribute it,
671 # with or without modifications, as long as this notice is preserved.
672
672673
673674 # _AM_OUTPUT_DEPENDENCY_COMMANDS
674675 # ------------------------------
677678 # Older Autoconf quotes --file arguments for eval, but not when files
678679 # are listed without --file. Let's play safe and only enable the eval
679680 # if we detect the quoting.
680 # TODO: see whether this extra hack can be removed once we start
681 # requiring Autoconf 2.70 or later.
682 AS_CASE([$CONFIG_FILES],
683 [*\'*], [eval set x "$CONFIG_FILES"],
684 [*], [set x $CONFIG_FILES])
681 case $CONFIG_FILES in
682 *\'*) eval set x "$CONFIG_FILES" ;;
683 *) set x $CONFIG_FILES ;;
684 esac
685685 shift
686 # Used to flag and report bootstrapping failures.
687 am_rc=0
688 for am_mf
686 for mf
689687 do
690688 # Strip MF so we end up with the name of the file.
691 am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
692 # Check whether this is an Automake generated Makefile which includes
693 # dependency-tracking related rules and includes.
694 # Grep'ing the whole file directly is not great: AIX grep has a line
689 mf=`echo "$mf" | sed -e 's/:.*$//'`
690 # Check whether this is an Automake generated Makefile or not.
691 # We used to match only the files named 'Makefile.in', but
692 # some people rename them; so instead we look at the file content.
693 # Grep'ing the first line is not enough: some people post-process
694 # each Makefile.in and add a new line on top of each file to say so.
695 # Grep'ing the whole file is not good either: AIX grep has a line
695696 # limit of 2048, but all sed's we know have understand at least 4000.
696 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
697 || continue
698 am_dirpart=`AS_DIRNAME(["$am_mf"])`
699 am_filepart=`AS_BASENAME(["$am_mf"])`
700 AM_RUN_LOG([cd "$am_dirpart" \
701 && sed -e '/# am--include-marker/d' "$am_filepart" \
702 | $MAKE -f - am--depfiles]) || am_rc=$?
697 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
698 dirpart=`AS_DIRNAME("$mf")`
699 else
700 continue
701 fi
702 # Extract the definition of DEPDIR, am__include, and am__quote
703 # from the Makefile without running 'make'.
704 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
705 test -z "$DEPDIR" && continue
706 am__include=`sed -n 's/^am__include = //p' < "$mf"`
707 test -z "$am__include" && continue
708 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
709 # Find all dependency output files, they are included files with
710 # $(DEPDIR) in their names. We invoke sed twice because it is the
711 # simplest approach to changing $(DEPDIR) to its actual value in the
712 # expansion.
713 for file in `sed -n "
714 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
715 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
716 # Make sure the directory exists.
717 test -f "$dirpart/$file" && continue
718 fdir=`AS_DIRNAME(["$file"])`
719 AS_MKDIR_P([$dirpart/$fdir])
720 # echo "creating $dirpart/$file"
721 echo '# dummy' > "$dirpart/$file"
722 done
703723 done
704 if test $am_rc -ne 0; then
705 AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
706 for automatic dependency tracking. Try re-running configure with the
707 '--disable-dependency-tracking' option to at least be able to build
708 the package (albeit without support for automatic dependency tracking).])
709 fi
710 AS_UNSET([am_dirpart])
711 AS_UNSET([am_filepart])
712 AS_UNSET([am_mf])
713 AS_UNSET([am_rc])
714 rm -f conftest-deps.mk
715724 }
716725 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
717726
720729 # -----------------------------
721730 # This macro should only be invoked once -- use via AC_REQUIRE.
722731 #
723 # This code is only required when automatic dependency tracking is enabled.
724 # This creates each '.Po' and '.Plo' makefile fragment that we'll need in
725 # order to bootstrap the dependency handling code.
732 # This code is only required when automatic dependency tracking
733 # is enabled. FIXME. This creates each '.P' file that we will
734 # need in order to bootstrap the dependency handling code.
726735 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
727736 [AC_CONFIG_COMMANDS([depfiles],
728737 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
729 [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
738 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
739 ])
730740
731741 # Do all the work for Automake. -*- Autoconf -*-
732742
733 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
743 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
734744 #
735745 # This file is free software; the Free Software Foundation
736746 # gives unlimited permission to copy and/or distribute it,
817827 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
818828 # For better backward compatibility. To be removed once Automake 1.9.x
819829 # dies out for good. For more background, see:
820 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
821 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
830 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
831 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
822832 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
823833 # We need awk for the "check" target (and possibly the TAP driver). The
824834 # system "awk" is bad on some platforms.
885895 Aborting the configuration process, to ensure you take notice of the issue.
886896
887897 You can download and install GNU coreutils to get an 'rm' implementation
888 that behaves properly: <https://www.gnu.org/software/coreutils/>.
898 that behaves properly: <http://www.gnu.org/software/coreutils/>.
889899
890900 If you want to complete the configuration process using your problematic
891901 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
927937 done
928938 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
929939
930 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
940 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
931941 #
932942 # This file is free software; the Free Software Foundation
933943 # gives unlimited permission to copy and/or distribute it,
948958 fi
949959 AC_SUBST([install_sh])])
950960
951 # Copyright (C) 2003-2018 Free Software Foundation, Inc.
961 # Copyright (C) 2003-2017 Free Software Foundation, Inc.
952962 #
953963 # This file is free software; the Free Software Foundation
954964 # gives unlimited permission to copy and/or distribute it,
969979
970980 # Check to see how 'make' treats includes. -*- Autoconf -*-
971981
972 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
982 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
973983 #
974984 # This file is free software; the Free Software Foundation
975985 # gives unlimited permission to copy and/or distribute it,
977987
978988 # AM_MAKE_INCLUDE()
979989 # -----------------
980 # Check whether make has an 'include' directive that can support all
981 # the idioms we need for our automatic dependency tracking code.
990 # Check to see how make treats includes.
982991 AC_DEFUN([AM_MAKE_INCLUDE],
983 [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
984 cat > confinc.mk << 'END'
992 [am_make=${MAKE-make}
993 cat > confinc << 'END'
985994 am__doit:
986 @echo this is the am__doit target >confinc.out
995 @echo this is the am__doit target
987996 .PHONY: am__doit
988997 END
998 # If we don't find an include directive, just comment out the code.
999 AC_MSG_CHECKING([for style of include used by $am_make])
9891000 am__include="#"
9901001 am__quote=
991 # BSD make does it like this.
992 echo '.include "confinc.mk" # ignored' > confmf.BSD
993 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
994 echo 'include confinc.mk # ignored' > confmf.GNU
995 _am_result=no
996 for s in GNU BSD; do
997 AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
998 AS_CASE([$?:`cat confinc.out 2>/dev/null`],
999 ['0:this is the am__doit target'],
1000 [AS_CASE([$s],
1001 [BSD], [am__include='.include' am__quote='"'],
1002 [am__include='include' am__quote=''])])
1003 if test "$am__include" != "#"; then
1004 _am_result="yes ($s style)"
1005 break
1006 fi
1007 done
1008 rm -f confinc.* confmf.*
1009 AC_MSG_RESULT([${_am_result}])
1010 AC_SUBST([am__include])])
1011 AC_SUBST([am__quote])])
1002 _am_result=none
1003 # First try GNU make style include.
1004 echo "include confinc" > confmf
1005 # Ignore all kinds of additional output from 'make'.
1006 case `$am_make -s -f confmf 2> /dev/null` in #(
1007 *the\ am__doit\ target*)
1008 am__include=include
1009 am__quote=
1010 _am_result=GNU
1011 ;;
1012 esac
1013 # Now try BSD make style include.
1014 if test "$am__include" = "#"; then
1015 echo '.include "confinc"' > confmf
1016 case `$am_make -s -f confmf 2> /dev/null` in #(
1017 *the\ am__doit\ target*)
1018 am__include=.include
1019 am__quote="\""
1020 _am_result=BSD
1021 ;;
1022 esac
1023 fi
1024 AC_SUBST([am__include])
1025 AC_SUBST([am__quote])
1026 AC_MSG_RESULT([$_am_result])
1027 rm -f confinc confmf
1028 ])
10121029
10131030 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
10141031
1015 # Copyright (C) 1997-2018 Free Software Foundation, Inc.
1032 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
10161033 #
10171034 # This file is free software; the Free Software Foundation
10181035 # gives unlimited permission to copy and/or distribute it,
10511068
10521069 # Helper functions for option handling. -*- Autoconf -*-
10531070
1054 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1071 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
10551072 #
10561073 # This file is free software; the Free Software Foundation
10571074 # gives unlimited permission to copy and/or distribute it,
10801097 AC_DEFUN([_AM_IF_OPTION],
10811098 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
10821099
1083 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
1100 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
10841101 #
10851102 # This file is free software; the Free Software Foundation
10861103 # gives unlimited permission to copy and/or distribute it,
11271144 # For backward compatibility.
11281145 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
11291146
1130 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
1147 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
11311148 #
11321149 # This file is free software; the Free Software Foundation
11331150 # gives unlimited permission to copy and/or distribute it,
11601177 [
11611178 dnl Find a Python interpreter. Python versions prior to 2.0 are not
11621179 dnl supported. (2.0 was released on October 16, 2000).
1180 dnl FIXME: Remove the need to hard-code Python versions here.
11631181 m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
1164 [python python2 python3 dnl
1165 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
1166 python3.2 python3.1 python3.0 dnl
1167 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
1168 python2.0])
1182 [python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
1183 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
11691184
11701185 AC_ARG_VAR([PYTHON], [the Python interpreter])
11711186
13651380 sys.exit(sys.hexversion < minverhex)"
13661381 AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
13671382
1368 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1383 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
13691384 #
13701385 # This file is free software; the Free Software Foundation
13711386 # gives unlimited permission to copy and/or distribute it,
13841399
13851400 # Check to make sure that the build environment is sane. -*- Autoconf -*-
13861401
1387 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
1402 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
13881403 #
13891404 # This file is free software; the Free Software Foundation
13901405 # gives unlimited permission to copy and/or distribute it,
14651480 rm -f conftest.file
14661481 ])
14671482
1468 # Copyright (C) 2009-2018 Free Software Foundation, Inc.
1483 # Copyright (C) 2009-2017 Free Software Foundation, Inc.
14691484 #
14701485 # This file is free software; the Free Software Foundation
14711486 # gives unlimited permission to copy and/or distribute it,
15251540 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
15261541 ])
15271542
1528 # Copyright (C) 2001-2018 Free Software Foundation, Inc.
1543 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
15291544 #
15301545 # This file is free software; the Free Software Foundation
15311546 # gives unlimited permission to copy and/or distribute it,
15531568 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
15541569 AC_SUBST([INSTALL_STRIP_PROGRAM])])
15551570
1556 # Copyright (C) 2006-2018 Free Software Foundation, Inc.
1571 # Copyright (C) 2006-2017 Free Software Foundation, Inc.
15571572 #
15581573 # This file is free software; the Free Software Foundation
15591574 # gives unlimited permission to copy and/or distribute it,
15721587
15731588 # Check how to create a tarball. -*- Autoconf -*-
15741589
1575 # Copyright (C) 2004-2018 Free Software Foundation, Inc.
1590 # Copyright (C) 2004-2017 Free Software Foundation, Inc.
15761591 #
15771592 # This file is free software; the Free Software Foundation
15781593 # gives unlimited permission to copy and/or distribute it,
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
204204 am__v_at_1 =
205205 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
206206 depcomp = $(SHELL) $(top_srcdir)/depcomp
207 am__maybe_remake_depfiles = depfiles
208 am__depfiles_remade = ./$(DEPDIR)/avahi_autoipd-iface-bsd.Po \
209 ./$(DEPDIR)/avahi_autoipd-iface-linux.Po \
210 ./$(DEPDIR)/avahi_autoipd-main.Po \
211 ./$(DEPDIR)/avahi_autoipd-malloc.Po \
212 ./$(DEPDIR)/avahi_autoipd-setproctitle.Po \
213 ./$(DEPDIR)/avahi_autoipd-timeval.Po
207 am__depfiles_maybe = depfiles
214208 am__mv = mv -f
215209 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
216210 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
561555 *config.status*) \
562556 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
563557 *) \
564 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
565 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
558 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
559 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
566560 esac;
567561
568562 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
668662 distclean-compile:
669663 -rm -f *.tab.c
670664
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-iface-bsd.Po@am__quote@ # am--include-marker
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-iface-linux.Po@am__quote@ # am--include-marker
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-main.Po@am__quote@ # am--include-marker
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-malloc.Po@am__quote@ # am--include-marker
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-setproctitle.Po@am__quote@ # am--include-marker
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-timeval.Po@am__quote@ # am--include-marker
677
678 $(am__depfiles_remade):
679 @$(MKDIR_P) $(@D)
680 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
681
682 am--depfiles: $(am__depfiles_remade)
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-iface-bsd.Po@am__quote@
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-iface-linux.Po@am__quote@
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-main.Po@am__quote@
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-malloc.Po@am__quote@
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-setproctitle.Po@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_autoipd-timeval.Po@am__quote@
683671
684672 .c.o:
685673 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
844832 distclean-tags:
845833 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
846834
847 distdir: $(BUILT_SOURCES)
848 $(MAKE) $(AM_MAKEFLAGS) distdir-am
849
850 distdir-am: $(DISTFILES)
835 distdir: $(DISTFILES)
851836 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
852837 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
853838 list='$(DISTFILES)'; \
927912 mostlyclean-am
928913
929914 distclean: distclean-am
930 -rm -f ./$(DEPDIR)/avahi_autoipd-iface-bsd.Po
931 -rm -f ./$(DEPDIR)/avahi_autoipd-iface-linux.Po
932 -rm -f ./$(DEPDIR)/avahi_autoipd-main.Po
933 -rm -f ./$(DEPDIR)/avahi_autoipd-malloc.Po
934 -rm -f ./$(DEPDIR)/avahi_autoipd-setproctitle.Po
935 -rm -f ./$(DEPDIR)/avahi_autoipd-timeval.Po
915 -rm -rf ./$(DEPDIR)
936916 -rm -f Makefile
937917 distclean-am: clean-am distclean-compile distclean-generic \
938918 distclean-tags
979959 installcheck-am:
980960
981961 maintainer-clean: maintainer-clean-am
982 -rm -f ./$(DEPDIR)/avahi_autoipd-iface-bsd.Po
983 -rm -f ./$(DEPDIR)/avahi_autoipd-iface-linux.Po
984 -rm -f ./$(DEPDIR)/avahi_autoipd-main.Po
985 -rm -f ./$(DEPDIR)/avahi_autoipd-malloc.Po
986 -rm -f ./$(DEPDIR)/avahi_autoipd-setproctitle.Po
987 -rm -f ./$(DEPDIR)/avahi_autoipd-timeval.Po
962 -rm -rf ./$(DEPDIR)
988963 -rm -f Makefile
989964 maintainer-clean-am: distclean-am maintainer-clean-generic
990965
1007982 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1008983 .MAKE: install-am install-exec-am install-strip uninstall-am
1009984
1010 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1011 clean-generic clean-libtool clean-sbinPROGRAMS cscopelist-am \
1012 ctags ctags-am distclean distclean-compile distclean-generic \
985 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
986 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
987 distclean distclean-compile distclean-generic \
1013988 distclean-libtool distclean-tags distdir dvi dvi-am html \
1014989 html-am info info-am install install-am install-data \
1015990 install-data-am install-dvi install-dvi-am install-exec \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
143143 CONFIG_HEADER = $(top_builddir)/config.h
144144 CONFIG_CLEAN_FILES =
145145 CONFIG_CLEAN_VPATH_FILES =
146 PROGRAMS = $(noinst_PROGRAMS)
147146 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148147 am__vpath_adj = case $$p in \
149148 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
203202 $(libavahi_client_la_CFLAGS) $(CFLAGS) \
204203 $(libavahi_client_la_LDFLAGS) $(LDFLAGS) -o $@
205204 @HAVE_DBUS_TRUE@am_libavahi_client_la_rpath = -rpath $(libdir)
205 PROGRAMS = $(noinst_PROGRAMS)
206206 am__check_nss_test_SOURCES_DIST = check-nss.c check-nss-test.c \
207207 client.h
208208 @HAVE_DBUS_TRUE@am_check_nss_test_OBJECTS = \
264264 am__v_at_1 =
265265 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
266266 depcomp = $(SHELL) $(top_srcdir)/depcomp
267 am__maybe_remake_depfiles = depfiles
268 am__depfiles_remade = ./$(DEPDIR)/check_nss_test-check-nss-test.Po \
269 ./$(DEPDIR)/check_nss_test-check-nss.Po \
270 ./$(DEPDIR)/client_test-client-test.Po \
271 ./$(DEPDIR)/libavahi_client_la-browser.Plo \
272 ./$(DEPDIR)/libavahi_client_la-check-nss.Plo \
273 ./$(DEPDIR)/libavahi_client_la-client.Plo \
274 ./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo \
275 ./$(DEPDIR)/libavahi_client_la-dbus.Plo \
276 ./$(DEPDIR)/libavahi_client_la-entrygroup.Plo \
277 ./$(DEPDIR)/libavahi_client_la-resolver.Plo \
278 ./$(DEPDIR)/libavahi_client_la-xdg-config.Plo \
279 ./$(DEPDIR)/rr_test-rr-test.Po \
280 ./$(DEPDIR)/srv_test-srv-test.Po \
281 ./$(DEPDIR)/xdg_config_test-xdg-config-test.Po \
282 ./$(DEPDIR)/xdg_config_test-xdg-config.Po
267 am__depfiles_maybe = depfiles
283268 am__mv = mv -f
284269 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
285270 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
645630 *config.status*) \
646631 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
647632 *) \
648 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
649 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
633 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
634 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
650635 esac;
651636
652637 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
657642 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
658643 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
659644 $(am__aclocal_m4_deps):
660
661 clean-noinstPROGRAMS:
662 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
663 echo " rm -f" $$list; \
664 rm -f $$list || exit $$?; \
665 test -n "$(EXEEXT)" || exit 0; \
666 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
667 echo " rm -f" $$list; \
668 rm -f $$list
669645
670646 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
671647 @$(NORMAL_INSTALL)
705681 libavahi-client.la: $(libavahi_client_la_OBJECTS) $(libavahi_client_la_DEPENDENCIES) $(EXTRA_libavahi_client_la_DEPENDENCIES)
706682 $(AM_V_CCLD)$(libavahi_client_la_LINK) $(am_libavahi_client_la_rpath) $(libavahi_client_la_OBJECTS) $(libavahi_client_la_LIBADD) $(LIBS)
707683
684 clean-noinstPROGRAMS:
685 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
686 echo " rm -f" $$list; \
687 rm -f $$list || exit $$?; \
688 test -n "$(EXEEXT)" || exit 0; \
689 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
690 echo " rm -f" $$list; \
691 rm -f $$list
692
708693 check-nss-test$(EXEEXT): $(check_nss_test_OBJECTS) $(check_nss_test_DEPENDENCIES) $(EXTRA_check_nss_test_DEPENDENCIES)
709694 @rm -f check-nss-test$(EXEEXT)
710695 $(AM_V_CCLD)$(check_nss_test_LINK) $(check_nss_test_OBJECTS) $(check_nss_test_LDADD) $(LIBS)
731716 distclean-compile:
732717 -rm -f *.tab.c
733718
734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_nss_test-check-nss-test.Po@am__quote@ # am--include-marker
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_nss_test-check-nss.Po@am__quote@ # am--include-marker
736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_test-client-test.Po@am__quote@ # am--include-marker
737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-browser.Plo@am__quote@ # am--include-marker
738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-check-nss.Plo@am__quote@ # am--include-marker
739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-client.Plo@am__quote@ # am--include-marker
740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo@am__quote@ # am--include-marker
741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-dbus.Plo@am__quote@ # am--include-marker
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-entrygroup.Plo@am__quote@ # am--include-marker
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-resolver.Plo@am__quote@ # am--include-marker
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-xdg-config.Plo@am__quote@ # am--include-marker
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rr_test-rr-test.Po@am__quote@ # am--include-marker
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srv_test-srv-test.Po@am__quote@ # am--include-marker
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg_config_test-xdg-config-test.Po@am__quote@ # am--include-marker
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg_config_test-xdg-config.Po@am__quote@ # am--include-marker
749
750 $(am__depfiles_remade):
751 @$(MKDIR_P) $(@D)
752 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
753
754 am--depfiles: $(am__depfiles_remade)
719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_nss_test-check-nss-test.Po@am__quote@
720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_nss_test-check-nss.Po@am__quote@
721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_test-client-test.Po@am__quote@
722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-browser.Plo@am__quote@
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-check-nss.Plo@am__quote@
724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-client.Plo@am__quote@
725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo@am__quote@
726 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-dbus.Plo@am__quote@
727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-entrygroup.Plo@am__quote@
728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-resolver.Plo@am__quote@
729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_client_la-xdg-config.Plo@am__quote@
730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rr_test-rr-test.Po@am__quote@
731 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srv_test-srv-test.Po@am__quote@
732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg_config_test-xdg-config-test.Po@am__quote@
733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xdg_config_test-xdg-config.Po@am__quote@
755734
756735 .c.o:
757736 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1007986 distclean-tags:
1008987 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1009988
1010 distdir: $(BUILT_SOURCES)
1011 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1012
1013 distdir-am: $(DISTFILES)
989 distdir: $(DISTFILES)
1014990 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1015991 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1016992 list='$(DISTFILES)'; \
10421018 done
10431019 check-am: all-am
10441020 check: check-am
1045 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
1021 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
10461022 installdirs:
10471023 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_clientincludedir)"; do \
10481024 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
10831059 clean-noinstPROGRAMS mostlyclean-am
10841060
10851061 distclean: distclean-am
1086 -rm -f ./$(DEPDIR)/check_nss_test-check-nss-test.Po
1087 -rm -f ./$(DEPDIR)/check_nss_test-check-nss.Po
1088 -rm -f ./$(DEPDIR)/client_test-client-test.Po
1089 -rm -f ./$(DEPDIR)/libavahi_client_la-browser.Plo
1090 -rm -f ./$(DEPDIR)/libavahi_client_la-check-nss.Plo
1091 -rm -f ./$(DEPDIR)/libavahi_client_la-client.Plo
1092 -rm -f ./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo
1093 -rm -f ./$(DEPDIR)/libavahi_client_la-dbus.Plo
1094 -rm -f ./$(DEPDIR)/libavahi_client_la-entrygroup.Plo
1095 -rm -f ./$(DEPDIR)/libavahi_client_la-resolver.Plo
1096 -rm -f ./$(DEPDIR)/libavahi_client_la-xdg-config.Plo
1097 -rm -f ./$(DEPDIR)/rr_test-rr-test.Po
1098 -rm -f ./$(DEPDIR)/srv_test-srv-test.Po
1099 -rm -f ./$(DEPDIR)/xdg_config_test-xdg-config-test.Po
1100 -rm -f ./$(DEPDIR)/xdg_config_test-xdg-config.Po
1062 -rm -rf ./$(DEPDIR)
11011063 -rm -f Makefile
11021064 distclean-am: clean-am distclean-compile distclean-generic \
11031065 distclean-tags
11431105 installcheck-am:
11441106
11451107 maintainer-clean: maintainer-clean-am
1146 -rm -f ./$(DEPDIR)/check_nss_test-check-nss-test.Po
1147 -rm -f ./$(DEPDIR)/check_nss_test-check-nss.Po
1148 -rm -f ./$(DEPDIR)/client_test-client-test.Po
1149 -rm -f ./$(DEPDIR)/libavahi_client_la-browser.Plo
1150 -rm -f ./$(DEPDIR)/libavahi_client_la-check-nss.Plo
1151 -rm -f ./$(DEPDIR)/libavahi_client_la-client.Plo
1152 -rm -f ./$(DEPDIR)/libavahi_client_la-dbus-watch-glue.Plo
1153 -rm -f ./$(DEPDIR)/libavahi_client_la-dbus.Plo
1154 -rm -f ./$(DEPDIR)/libavahi_client_la-entrygroup.Plo
1155 -rm -f ./$(DEPDIR)/libavahi_client_la-resolver.Plo
1156 -rm -f ./$(DEPDIR)/libavahi_client_la-xdg-config.Plo
1157 -rm -f ./$(DEPDIR)/rr_test-rr-test.Po
1158 -rm -f ./$(DEPDIR)/srv_test-srv-test.Po
1159 -rm -f ./$(DEPDIR)/xdg_config_test-xdg-config-test.Po
1160 -rm -f ./$(DEPDIR)/xdg_config_test-xdg-config.Po
1108 -rm -rf ./$(DEPDIR)
11611109 -rm -f Makefile
11621110 maintainer-clean-am: distclean-am maintainer-clean-generic
11631111
11791127
11801128 .MAKE: install-am install-strip
11811129
1182 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1183 clean-generic clean-libLTLIBRARIES clean-libtool \
1184 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1185 distclean-compile distclean-generic distclean-libtool \
1186 distclean-tags distdir dvi dvi-am html html-am info info-am \
1187 install install-am install-avahi_clientincludeHEADERS \
1188 install-data install-data-am install-dvi install-dvi-am \
1189 install-exec install-exec-am install-html install-html-am \
1190 install-info install-info-am install-libLTLIBRARIES \
1191 install-man install-pdf install-pdf-am install-ps \
1192 install-ps-am install-strip installcheck installcheck-am \
1193 installdirs maintainer-clean maintainer-clean-generic \
1194 mostlyclean mostlyclean-compile mostlyclean-generic \
1195 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1196 uninstall-am uninstall-avahi_clientincludeHEADERS \
1197 uninstall-libLTLIBRARIES
1130 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1131 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1132 cscopelist-am ctags ctags-am distclean distclean-compile \
1133 distclean-generic distclean-libtool distclean-tags distdir dvi \
1134 dvi-am html html-am info info-am install install-am \
1135 install-avahi_clientincludeHEADERS install-data \
1136 install-data-am install-dvi install-dvi-am install-exec \
1137 install-exec-am install-html install-html-am install-info \
1138 install-info-am install-libLTLIBRARIES install-man install-pdf \
1139 install-pdf-am install-ps install-ps-am install-strip \
1140 installcheck installcheck-am installdirs maintainer-clean \
1141 maintainer-clean-generic mostlyclean mostlyclean-compile \
1142 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1143 tags tags-am uninstall uninstall-am \
1144 uninstall-avahi_clientincludeHEADERS uninstall-libLTLIBRARIES
11981145
11991146 .PRECIOUS: Makefile
12001147
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
140140 CONFIG_HEADER = $(top_builddir)/config.h
141141 CONFIG_CLEAN_FILES =
142142 CONFIG_CLEAN_VPATH_FILES =
143 PROGRAMS = $(noinst_PROGRAMS)
144143 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145144 am__vpath_adj = case $$p in \
146145 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
191190 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
192191 $(libavahi_common_la_CFLAGS) $(CFLAGS) \
193192 $(libavahi_common_la_LDFLAGS) $(LDFLAGS) -o $@
193 PROGRAMS = $(noinst_PROGRAMS)
194194 am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
195195 alternative_test-malloc.$(OBJEXT) \
196196 alternative_test-domain.$(OBJEXT) \
268268 am__v_at_1 =
269269 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
270270 depcomp = $(SHELL) $(top_srcdir)/depcomp
271 am__maybe_remake_depfiles = depfiles
272 am__depfiles_remade = ./$(DEPDIR)/alternative_test-address.Po \
273 ./$(DEPDIR)/alternative_test-alternative-test.Po \
274 ./$(DEPDIR)/alternative_test-alternative.Po \
275 ./$(DEPDIR)/alternative_test-domain.Po \
276 ./$(DEPDIR)/alternative_test-malloc.Po \
277 ./$(DEPDIR)/alternative_test-utf8.Po \
278 ./$(DEPDIR)/domain_test-address.Po \
279 ./$(DEPDIR)/domain_test-domain-test.Po \
280 ./$(DEPDIR)/domain_test-domain.Po \
281 ./$(DEPDIR)/domain_test-malloc.Po \
282 ./$(DEPDIR)/domain_test-utf8.Po \
283 ./$(DEPDIR)/libavahi_common_la-address.Plo \
284 ./$(DEPDIR)/libavahi_common_la-alternative.Plo \
285 ./$(DEPDIR)/libavahi_common_la-domain.Plo \
286 ./$(DEPDIR)/libavahi_common_la-error.Plo \
287 ./$(DEPDIR)/libavahi_common_la-i18n.Plo \
288 ./$(DEPDIR)/libavahi_common_la-malloc.Plo \
289 ./$(DEPDIR)/libavahi_common_la-rlist.Plo \
290 ./$(DEPDIR)/libavahi_common_la-simple-watch.Plo \
291 ./$(DEPDIR)/libavahi_common_la-strlst.Plo \
292 ./$(DEPDIR)/libavahi_common_la-thread-watch.Plo \
293 ./$(DEPDIR)/libavahi_common_la-timeval.Plo \
294 ./$(DEPDIR)/libavahi_common_la-utf8.Plo \
295 ./$(DEPDIR)/strlst_test-malloc.Po \
296 ./$(DEPDIR)/strlst_test-strlst-test.Po \
297 ./$(DEPDIR)/strlst_test-strlst.Po \
298 ./$(DEPDIR)/timeval_test-timeval-test.Po \
299 ./$(DEPDIR)/timeval_test-timeval.Po \
300 ./$(DEPDIR)/utf8_test-utf8-test.Po \
301 ./$(DEPDIR)/utf8_test-utf8.Po ./$(DEPDIR)/watch_test-malloc.Po \
302 ./$(DEPDIR)/watch_test-simple-watch.Po \
303 ./$(DEPDIR)/watch_test-timeval.Po \
304 ./$(DEPDIR)/watch_test-watch-test.Po \
305 ./$(DEPDIR)/watch_test_thread-malloc.Po \
306 ./$(DEPDIR)/watch_test_thread-simple-watch.Po \
307 ./$(DEPDIR)/watch_test_thread-thread-watch.Po \
308 ./$(DEPDIR)/watch_test_thread-timeval.Po \
309 ./$(DEPDIR)/watch_test_thread-watch-test.Po
271 am__depfiles_maybe = depfiles
310272 am__mv = mv -f
311273 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
312274 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
727689 *config.status*) \
728690 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
729691 *) \
730 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
731 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
692 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
693 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
732694 esac;
733695
734696 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
739701 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
740702 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
741703 $(am__aclocal_m4_deps):
742
743 clean-noinstPROGRAMS:
744 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
745 echo " rm -f" $$list; \
746 rm -f $$list || exit $$?; \
747 test -n "$(EXEEXT)" || exit 0; \
748 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
749 echo " rm -f" $$list; \
750 rm -f $$list
751704
752705 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
753706 @$(NORMAL_INSTALL)
787740 libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) $(EXTRA_libavahi_common_la_DEPENDENCIES)
788741 $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
789742
743 clean-noinstPROGRAMS:
744 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
745 echo " rm -f" $$list; \
746 rm -f $$list || exit $$?; \
747 test -n "$(EXEEXT)" || exit 0; \
748 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
749 echo " rm -f" $$list; \
750 rm -f $$list
751
790752 alternative-test$(EXEEXT): $(alternative_test_OBJECTS) $(alternative_test_DEPENDENCIES) $(EXTRA_alternative_test_DEPENDENCIES)
791753 @rm -f alternative-test$(EXEEXT)
792754 $(AM_V_CCLD)$(alternative_test_LINK) $(alternative_test_OBJECTS) $(alternative_test_LDADD) $(LIBS)
821783 distclean-compile:
822784 -rm -f *.tab.c
823785
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-address.Po@am__quote@ # am--include-marker
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative-test.Po@am__quote@ # am--include-marker
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative.Po@am__quote@ # am--include-marker
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-domain.Po@am__quote@ # am--include-marker
828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-malloc.Po@am__quote@ # am--include-marker
829 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-utf8.Po@am__quote@ # am--include-marker
830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-address.Po@am__quote@ # am--include-marker
831 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain-test.Po@am__quote@ # am--include-marker
832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain.Po@am__quote@ # am--include-marker
833 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-malloc.Po@am__quote@ # am--include-marker
834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-utf8.Po@am__quote@ # am--include-marker
835 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-address.Plo@am__quote@ # am--include-marker
836 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-alternative.Plo@am__quote@ # am--include-marker
837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-domain.Plo@am__quote@ # am--include-marker
838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-error.Plo@am__quote@ # am--include-marker
839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-i18n.Plo@am__quote@ # am--include-marker
840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-malloc.Plo@am__quote@ # am--include-marker
841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-rlist.Plo@am__quote@ # am--include-marker
842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-simple-watch.Plo@am__quote@ # am--include-marker
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-strlst.Plo@am__quote@ # am--include-marker
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-thread-watch.Plo@am__quote@ # am--include-marker
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-timeval.Plo@am__quote@ # am--include-marker
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-utf8.Plo@am__quote@ # am--include-marker
847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-malloc.Po@am__quote@ # am--include-marker
848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst-test.Po@am__quote@ # am--include-marker
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst.Po@am__quote@ # am--include-marker
850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval-test.Po@am__quote@ # am--include-marker
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval.Po@am__quote@ # am--include-marker
852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8-test.Po@am__quote@ # am--include-marker
853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8.Po@am__quote@ # am--include-marker
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-malloc.Po@am__quote@ # am--include-marker
855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-simple-watch.Po@am__quote@ # am--include-marker
856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-timeval.Po@am__quote@ # am--include-marker
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-watch-test.Po@am__quote@ # am--include-marker
858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-malloc.Po@am__quote@ # am--include-marker
859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-simple-watch.Po@am__quote@ # am--include-marker
860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-thread-watch.Po@am__quote@ # am--include-marker
861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-timeval.Po@am__quote@ # am--include-marker
862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-watch-test.Po@am__quote@ # am--include-marker
863
864 $(am__depfiles_remade):
865 @$(MKDIR_P) $(@D)
866 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
867
868 am--depfiles: $(am__depfiles_remade)
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-address.Po@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative-test.Po@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative.Po@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-domain.Po@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-malloc.Po@am__quote@
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-utf8.Po@am__quote@
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-address.Po@am__quote@
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain-test.Po@am__quote@
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain.Po@am__quote@
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-malloc.Po@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-utf8.Po@am__quote@
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-address.Plo@am__quote@
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-alternative.Plo@am__quote@
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-domain.Plo@am__quote@
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-error.Plo@am__quote@
801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-i18n.Plo@am__quote@
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-malloc.Plo@am__quote@
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-rlist.Plo@am__quote@
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-simple-watch.Plo@am__quote@
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-strlst.Plo@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-thread-watch.Plo@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-timeval.Plo@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-utf8.Plo@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-malloc.Po@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst-test.Po@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval-test.Po@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval.Po@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8-test.Po@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8.Po@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-malloc.Po@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-simple-watch.Po@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-timeval.Po@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-watch-test.Po@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-malloc.Po@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-simple-watch.Po@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-thread-watch.Po@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-timeval.Po@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-watch-test.Po@am__quote@
869825
870826 .c.o:
871827 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
14291385 distclean-tags:
14301386 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
14311387
1432 distdir: $(BUILT_SOURCES)
1433 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1434
1435 distdir-am: $(DISTFILES)
1388 distdir: $(DISTFILES)
14361389 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14371390 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14381391 list='$(DISTFILES)'; \
14641417 done
14651418 check-am: all-am
14661419 check: check-am
1467 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
1420 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
14681421 installdirs:
14691422 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_commonincludedir)"; do \
14701423 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
15051458 clean-noinstPROGRAMS mostlyclean-am
15061459
15071460 distclean: distclean-am
1508 -rm -f ./$(DEPDIR)/alternative_test-address.Po
1509 -rm -f ./$(DEPDIR)/alternative_test-alternative-test.Po
1510 -rm -f ./$(DEPDIR)/alternative_test-alternative.Po
1511 -rm -f ./$(DEPDIR)/alternative_test-domain.Po
1512 -rm -f ./$(DEPDIR)/alternative_test-malloc.Po
1513 -rm -f ./$(DEPDIR)/alternative_test-utf8.Po
1514 -rm -f ./$(DEPDIR)/domain_test-address.Po
1515 -rm -f ./$(DEPDIR)/domain_test-domain-test.Po
1516 -rm -f ./$(DEPDIR)/domain_test-domain.Po
1517 -rm -f ./$(DEPDIR)/domain_test-malloc.Po
1518 -rm -f ./$(DEPDIR)/domain_test-utf8.Po
1519 -rm -f ./$(DEPDIR)/libavahi_common_la-address.Plo
1520 -rm -f ./$(DEPDIR)/libavahi_common_la-alternative.Plo
1521 -rm -f ./$(DEPDIR)/libavahi_common_la-domain.Plo
1522 -rm -f ./$(DEPDIR)/libavahi_common_la-error.Plo
1523 -rm -f ./$(DEPDIR)/libavahi_common_la-i18n.Plo
1524 -rm -f ./$(DEPDIR)/libavahi_common_la-malloc.Plo
1525 -rm -f ./$(DEPDIR)/libavahi_common_la-rlist.Plo
1526 -rm -f ./$(DEPDIR)/libavahi_common_la-simple-watch.Plo
1527 -rm -f ./$(DEPDIR)/libavahi_common_la-strlst.Plo
1528 -rm -f ./$(DEPDIR)/libavahi_common_la-thread-watch.Plo
1529 -rm -f ./$(DEPDIR)/libavahi_common_la-timeval.Plo
1530 -rm -f ./$(DEPDIR)/libavahi_common_la-utf8.Plo
1531 -rm -f ./$(DEPDIR)/strlst_test-malloc.Po
1532 -rm -f ./$(DEPDIR)/strlst_test-strlst-test.Po
1533 -rm -f ./$(DEPDIR)/strlst_test-strlst.Po
1534 -rm -f ./$(DEPDIR)/timeval_test-timeval-test.Po
1535 -rm -f ./$(DEPDIR)/timeval_test-timeval.Po
1536 -rm -f ./$(DEPDIR)/utf8_test-utf8-test.Po
1537 -rm -f ./$(DEPDIR)/utf8_test-utf8.Po
1538 -rm -f ./$(DEPDIR)/watch_test-malloc.Po
1539 -rm -f ./$(DEPDIR)/watch_test-simple-watch.Po
1540 -rm -f ./$(DEPDIR)/watch_test-timeval.Po
1541 -rm -f ./$(DEPDIR)/watch_test-watch-test.Po
1542 -rm -f ./$(DEPDIR)/watch_test_thread-malloc.Po
1543 -rm -f ./$(DEPDIR)/watch_test_thread-simple-watch.Po
1544 -rm -f ./$(DEPDIR)/watch_test_thread-thread-watch.Po
1545 -rm -f ./$(DEPDIR)/watch_test_thread-timeval.Po
1546 -rm -f ./$(DEPDIR)/watch_test_thread-watch-test.Po
1461 -rm -rf ./$(DEPDIR)
15471462 -rm -f Makefile
15481463 distclean-am: clean-am distclean-compile distclean-generic \
15491464 distclean-tags
15891504 installcheck-am:
15901505
15911506 maintainer-clean: maintainer-clean-am
1592 -rm -f ./$(DEPDIR)/alternative_test-address.Po
1593 -rm -f ./$(DEPDIR)/alternative_test-alternative-test.Po
1594 -rm -f ./$(DEPDIR)/alternative_test-alternative.Po
1595 -rm -f ./$(DEPDIR)/alternative_test-domain.Po
1596 -rm -f ./$(DEPDIR)/alternative_test-malloc.Po
1597 -rm -f ./$(DEPDIR)/alternative_test-utf8.Po
1598 -rm -f ./$(DEPDIR)/domain_test-address.Po
1599 -rm -f ./$(DEPDIR)/domain_test-domain-test.Po
1600 -rm -f ./$(DEPDIR)/domain_test-domain.Po
1601 -rm -f ./$(DEPDIR)/domain_test-malloc.Po
1602 -rm -f ./$(DEPDIR)/domain_test-utf8.Po
1603 -rm -f ./$(DEPDIR)/libavahi_common_la-address.Plo
1604 -rm -f ./$(DEPDIR)/libavahi_common_la-alternative.Plo
1605 -rm -f ./$(DEPDIR)/libavahi_common_la-domain.Plo
1606 -rm -f ./$(DEPDIR)/libavahi_common_la-error.Plo
1607 -rm -f ./$(DEPDIR)/libavahi_common_la-i18n.Plo
1608 -rm -f ./$(DEPDIR)/libavahi_common_la-malloc.Plo
1609 -rm -f ./$(DEPDIR)/libavahi_common_la-rlist.Plo
1610 -rm -f ./$(DEPDIR)/libavahi_common_la-simple-watch.Plo
1611 -rm -f ./$(DEPDIR)/libavahi_common_la-strlst.Plo
1612 -rm -f ./$(DEPDIR)/libavahi_common_la-thread-watch.Plo
1613 -rm -f ./$(DEPDIR)/libavahi_common_la-timeval.Plo
1614 -rm -f ./$(DEPDIR)/libavahi_common_la-utf8.Plo
1615 -rm -f ./$(DEPDIR)/strlst_test-malloc.Po
1616 -rm -f ./$(DEPDIR)/strlst_test-strlst-test.Po
1617 -rm -f ./$(DEPDIR)/strlst_test-strlst.Po
1618 -rm -f ./$(DEPDIR)/timeval_test-timeval-test.Po
1619 -rm -f ./$(DEPDIR)/timeval_test-timeval.Po
1620 -rm -f ./$(DEPDIR)/utf8_test-utf8-test.Po
1621 -rm -f ./$(DEPDIR)/utf8_test-utf8.Po
1622 -rm -f ./$(DEPDIR)/watch_test-malloc.Po
1623 -rm -f ./$(DEPDIR)/watch_test-simple-watch.Po
1624 -rm -f ./$(DEPDIR)/watch_test-timeval.Po
1625 -rm -f ./$(DEPDIR)/watch_test-watch-test.Po
1626 -rm -f ./$(DEPDIR)/watch_test_thread-malloc.Po
1627 -rm -f ./$(DEPDIR)/watch_test_thread-simple-watch.Po
1628 -rm -f ./$(DEPDIR)/watch_test_thread-thread-watch.Po
1629 -rm -f ./$(DEPDIR)/watch_test_thread-timeval.Po
1630 -rm -f ./$(DEPDIR)/watch_test_thread-watch-test.Po
1507 -rm -rf ./$(DEPDIR)
16311508 -rm -f Makefile
16321509 maintainer-clean-am: distclean-am maintainer-clean-generic
16331510
16491526
16501527 .MAKE: install-am install-strip
16511528
1652 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1653 clean-generic clean-libLTLIBRARIES clean-libtool \
1654 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1655 distclean-compile distclean-generic distclean-libtool \
1656 distclean-tags distdir dvi dvi-am html html-am info info-am \
1657 install install-am install-avahi_commonincludeHEADERS \
1658 install-data install-data-am install-dvi install-dvi-am \
1659 install-exec install-exec-am install-html install-html-am \
1660 install-info install-info-am install-libLTLIBRARIES \
1661 install-man install-pdf install-pdf-am install-ps \
1662 install-ps-am install-strip installcheck installcheck-am \
1663 installdirs maintainer-clean maintainer-clean-generic \
1664 mostlyclean mostlyclean-compile mostlyclean-generic \
1665 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1666 uninstall-am uninstall-avahi_commonincludeHEADERS \
1667 uninstall-libLTLIBRARIES
1529 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1530 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1531 cscopelist-am ctags ctags-am distclean distclean-compile \
1532 distclean-generic distclean-libtool distclean-tags distdir dvi \
1533 dvi-am html html-am info info-am install install-am \
1534 install-avahi_commonincludeHEADERS install-data \
1535 install-data-am install-dvi install-dvi-am install-exec \
1536 install-exec-am install-html install-html-am install-info \
1537 install-info-am install-libLTLIBRARIES install-man install-pdf \
1538 install-pdf-am install-ps install-ps-am install-strip \
1539 installcheck installcheck-am installdirs maintainer-clean \
1540 maintainer-clean-generic mostlyclean mostlyclean-compile \
1541 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1542 tags tags-am uninstall uninstall-am \
1543 uninstall-avahi_commonincludeHEADERS uninstall-libLTLIBRARIES
16681544
16691545 .PRECIOUS: Makefile
16701546
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
141141 CONFIG_HEADER = $(top_builddir)/config.h
142142 CONFIG_CLEAN_FILES =
143143 CONFIG_CLEAN_VPATH_FILES =
144 PROGRAMS = $(noinst_PROGRAMS)
145144 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
146145 am__vpath_adj = case $$p in \
147146 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
212211 $(CFLAGS) $(libhowl_la_LDFLAGS) $(LDFLAGS) -o $@
213212 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@am_libhowl_la_rpath = -rpath \
214213 @ENABLE_COMPAT_HOWL_TRUE@@HAVE_DBUS_TRUE@ $(libdir)
214 PROGRAMS = $(noinst_PROGRAMS)
215215 am__address_test_SOURCES_DIST = include/howl.h \
216216 include/rendezvous/rendezvous.h \
217217 include/rendezvous/text_record.h include/corby/message.h \
295295 am__v_at_1 =
296296 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
297297 depcomp = $(SHELL) $(top_srcdir)/depcomp
298 am__maybe_remake_depfiles = depfiles
299 am__depfiles_remade = ./$(DEPDIR)/address_test-address-test.Po \
300 ./$(DEPDIR)/address_test-address.Po \
301 ./$(DEPDIR)/address_test-warn.Po \
302 ./$(DEPDIR)/browse_domain_test-browse-domain-test.Po \
303 ./$(DEPDIR)/libhowl_la-address.Plo \
304 ./$(DEPDIR)/libhowl_la-compat.Plo \
305 ./$(DEPDIR)/libhowl_la-text.Plo \
306 ./$(DEPDIR)/libhowl_la-unsupported.Plo \
307 ./$(DEPDIR)/libhowl_la-warn.Plo \
308 ./$(DEPDIR)/text_test-text-test.Po \
309 ./$(DEPDIR)/text_test-text.Po ./$(DEPDIR)/text_test-warn.Po
298 am__depfiles_maybe = depfiles
310299 am__mv = mv -f
311300 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
312301 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
371360 $(RECURSIVE_CLEAN_TARGETS) \
372361 $(am__extra_recursive_targets)
373362 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
374 distdir distdir-am
363 distdir
375364 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
376365 # Read a list of newline-separated strings from the standard input,
377366 # and print each of them once, without duplicates. Input order is
768757 *config.status*) \
769758 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
770759 *) \
771 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
772 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
760 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
761 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
773762 esac;
774763
775764 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
780769 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
781770 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
782771 $(am__aclocal_m4_deps):
783
784 clean-noinstPROGRAMS:
785 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
786 echo " rm -f" $$list; \
787 rm -f $$list || exit $$?; \
788 test -n "$(EXEEXT)" || exit 0; \
789 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
790 echo " rm -f" $$list; \
791 rm -f $$list
792772
793773 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
794774 @$(NORMAL_INSTALL)
828808 libhowl.la: $(libhowl_la_OBJECTS) $(libhowl_la_DEPENDENCIES) $(EXTRA_libhowl_la_DEPENDENCIES)
829809 $(AM_V_CCLD)$(libhowl_la_LINK) $(am_libhowl_la_rpath) $(libhowl_la_OBJECTS) $(libhowl_la_LIBADD) $(LIBS)
830810
811 clean-noinstPROGRAMS:
812 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
813 echo " rm -f" $$list; \
814 rm -f $$list || exit $$?; \
815 test -n "$(EXEEXT)" || exit 0; \
816 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
817 echo " rm -f" $$list; \
818 rm -f $$list
819
831820 address-test$(EXEEXT): $(address_test_OBJECTS) $(address_test_DEPENDENCIES) $(EXTRA_address_test_DEPENDENCIES)
832821 @rm -f address-test$(EXEEXT)
833822 $(AM_V_CCLD)$(address_test_LINK) $(address_test_OBJECTS) $(address_test_LDADD) $(LIBS)
846835 distclean-compile:
847836 -rm -f *.tab.c
848837
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-address-test.Po@am__quote@ # am--include-marker
850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-address.Po@am__quote@ # am--include-marker
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-warn.Po@am__quote@ # am--include-marker
852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse_domain_test-browse-domain-test.Po@am__quote@ # am--include-marker
853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-address.Plo@am__quote@ # am--include-marker
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-compat.Plo@am__quote@ # am--include-marker
855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-text.Plo@am__quote@ # am--include-marker
856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-unsupported.Plo@am__quote@ # am--include-marker
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-warn.Plo@am__quote@ # am--include-marker
858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-text-test.Po@am__quote@ # am--include-marker
859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-text.Po@am__quote@ # am--include-marker
860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-warn.Po@am__quote@ # am--include-marker
861
862 $(am__depfiles_remade):
863 @$(MKDIR_P) $(@D)
864 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
865
866 am--depfiles: $(am__depfiles_remade)
838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-address-test.Po@am__quote@
839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-address.Po@am__quote@
840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/address_test-warn.Po@am__quote@
841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse_domain_test-browse-domain-test.Po@am__quote@
842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-address.Plo@am__quote@
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-compat.Plo@am__quote@
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-text.Plo@am__quote@
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-unsupported.Plo@am__quote@
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhowl_la-warn.Plo@am__quote@
847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-text-test.Po@am__quote@
848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-text.Po@am__quote@
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text_test-warn.Po@am__quote@
867850
868851 .c.o:
869852 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
12291212 distclean-tags:
12301213 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
12311214
1232 distdir: $(BUILT_SOURCES)
1233 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1234
1235 distdir-am: $(DISTFILES)
1215 distdir: $(DISTFILES)
12361216 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
12371217 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
12381218 list='$(DISTFILES)'; \
12891269 done
12901270 check-am: all-am
12911271 check: check-recursive
1292 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
1272 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
12931273 installdirs: installdirs-recursive
12941274 installdirs-am:
12951275 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_compat_howldir)" "$(DESTDIR)$(avahi_compat_howl_corbydir)" "$(DESTDIR)$(avahi_compat_howl_discoverydir)" "$(DESTDIR)$(avahi_compat_howl_rendezvousdir)" "$(DESTDIR)$(avahi_compat_howl_saltdir)"; do \
13311311 clean-noinstPROGRAMS mostlyclean-am
13321312
13331313 distclean: distclean-recursive
1334 -rm -f ./$(DEPDIR)/address_test-address-test.Po
1335 -rm -f ./$(DEPDIR)/address_test-address.Po
1336 -rm -f ./$(DEPDIR)/address_test-warn.Po
1337 -rm -f ./$(DEPDIR)/browse_domain_test-browse-domain-test.Po
1338 -rm -f ./$(DEPDIR)/libhowl_la-address.Plo
1339 -rm -f ./$(DEPDIR)/libhowl_la-compat.Plo
1340 -rm -f ./$(DEPDIR)/libhowl_la-text.Plo
1341 -rm -f ./$(DEPDIR)/libhowl_la-unsupported.Plo
1342 -rm -f ./$(DEPDIR)/libhowl_la-warn.Plo
1343 -rm -f ./$(DEPDIR)/text_test-text-test.Po
1344 -rm -f ./$(DEPDIR)/text_test-text.Po
1345 -rm -f ./$(DEPDIR)/text_test-warn.Po
1314 -rm -rf ./$(DEPDIR)
13461315 -rm -f Makefile
13471316 distclean-am: clean-am distclean-compile distclean-generic \
13481317 distclean-tags
13921361 installcheck-am:
13931362
13941363 maintainer-clean: maintainer-clean-recursive
1395 -rm -f ./$(DEPDIR)/address_test-address-test.Po
1396 -rm -f ./$(DEPDIR)/address_test-address.Po
1397 -rm -f ./$(DEPDIR)/address_test-warn.Po
1398 -rm -f ./$(DEPDIR)/browse_domain_test-browse-domain-test.Po
1399 -rm -f ./$(DEPDIR)/libhowl_la-address.Plo
1400 -rm -f ./$(DEPDIR)/libhowl_la-compat.Plo
1401 -rm -f ./$(DEPDIR)/libhowl_la-text.Plo
1402 -rm -f ./$(DEPDIR)/libhowl_la-unsupported.Plo
1403 -rm -f ./$(DEPDIR)/libhowl_la-warn.Plo
1404 -rm -f ./$(DEPDIR)/text_test-text-test.Po
1405 -rm -f ./$(DEPDIR)/text_test-text.Po
1406 -rm -f ./$(DEPDIR)/text_test-warn.Po
1364 -rm -rf ./$(DEPDIR)
14071365 -rm -f Makefile
14081366 maintainer-clean-am: distclean-am maintainer-clean-generic
14091367
14291387
14301388 .MAKE: $(am__recursive_targets) install-am install-strip
14311389
1432 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1433 am--depfiles check check-am clean clean-generic \
1434 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1435 cscopelist-am ctags ctags-am distclean distclean-compile \
1436 distclean-generic distclean-libtool distclean-tags distdir dvi \
1437 dvi-am html html-am info info-am install install-am \
1390 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1391 check-am clean clean-generic clean-libLTLIBRARIES \
1392 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
1393 ctags-am distclean distclean-compile distclean-generic \
1394 distclean-libtool distclean-tags distdir dvi dvi-am html \
1395 html-am info info-am install install-am \
14381396 install-avahi_compat_howlHEADERS \
14391397 install-avahi_compat_howl_corbyHEADERS \
14401398 install-avahi_compat_howl_discoveryHEADERS \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
186186 am__v_at_1 =
187187 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
188188 depcomp = $(SHELL) $(top_srcdir)/depcomp
189 am__maybe_remake_depfiles = depfiles
190 am__depfiles_remade = ./$(DEPDIR)/browse-browse.Po \
191 ./$(DEPDIR)/publish-publish.Po ./$(DEPDIR)/query-query.Po \
192 ./$(DEPDIR)/resolve-resolve.Po
189 am__depfiles_maybe = depfiles
193190 am__mv = mv -f
194191 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195192 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
534531 *config.status*) \
535532 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
536533 *) \
537 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
538 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
534 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
535 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
539536 esac;
540537
541538 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
578575 distclean-compile:
579576 -rm -f *.tab.c
580577
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse-browse.Po@am__quote@ # am--include-marker
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/publish-publish.Po@am__quote@ # am--include-marker
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query-query.Po@am__quote@ # am--include-marker
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve-resolve.Po@am__quote@ # am--include-marker
585
586 $(am__depfiles_remade):
587 @$(MKDIR_P) $(@D)
588 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
589
590 am--depfiles: $(am__depfiles_remade)
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/browse-browse.Po@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/publish-publish.Po@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query-query.Po@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolve-resolve.Po@am__quote@
591582
592583 .c.o:
593584 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
724715 distclean-tags:
725716 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
726717
727 distdir: $(BUILT_SOURCES)
728 $(MAKE) $(AM_MAKEFLAGS) distdir-am
729
730 distdir-am: $(DISTFILES)
718 distdir: $(DISTFILES)
731719 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
732720 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
733721 list='$(DISTFILES)'; \
797785 mostlyclean-am
798786
799787 distclean: distclean-am
800 -rm -f ./$(DEPDIR)/browse-browse.Po
801 -rm -f ./$(DEPDIR)/publish-publish.Po
802 -rm -f ./$(DEPDIR)/query-query.Po
803 -rm -f ./$(DEPDIR)/resolve-resolve.Po
788 -rm -rf ./$(DEPDIR)
804789 -rm -f Makefile
805790 distclean-am: clean-am distclean-compile distclean-generic \
806791 distclean-tags
846831 installcheck-am:
847832
848833 maintainer-clean: maintainer-clean-am
849 -rm -f ./$(DEPDIR)/browse-browse.Po
850 -rm -f ./$(DEPDIR)/publish-publish.Po
851 -rm -f ./$(DEPDIR)/query-query.Po
852 -rm -f ./$(DEPDIR)/resolve-resolve.Po
834 -rm -rf ./$(DEPDIR)
853835 -rm -f Makefile
854836 maintainer-clean-am: distclean-am maintainer-clean-generic
855837
870852
871853 .MAKE: install-am install-strip
872854
873 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
874 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
875 ctags ctags-am distclean distclean-compile distclean-generic \
855 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
856 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
857 ctags-am distclean distclean-compile distclean-generic \
876858 distclean-libtool distclean-tags distdir dvi dvi-am html \
877859 html-am info info-am install install-am install-data \
878860 install-data-am install-dvi install-dvi-am install-exec \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
136136 CONFIG_HEADER = $(top_builddir)/config.h
137137 CONFIG_CLEAN_FILES =
138138 CONFIG_CLEAN_VPATH_FILES =
139 PROGRAMS = $(noinst_PROGRAMS)
140139 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141140 am__vpath_adj = case $$p in \
142141 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
184183 $(CFLAGS) $(libdns_sd_la_LDFLAGS) $(LDFLAGS) -o $@
185184 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_libdns_sd_la_rpath = \
186185 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@ -rpath $(libdir)
186 PROGRAMS = $(noinst_PROGRAMS)
187187 am__null_test_SOURCES_DIST = dns_sd.h compat.c null-test.c warn.c \
188188 warn.h
189189 @ENABLE_COMPAT_LIBDNS_SD_TRUE@@HAVE_DBUS_TRUE@am_null_test_OBJECTS = null_test-compat.$(OBJEXT) \
223223 am__v_at_1 =
224224 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
225225 depcomp = $(SHELL) $(top_srcdir)/depcomp
226 am__maybe_remake_depfiles = depfiles
227 am__depfiles_remade = ./$(DEPDIR)/libdns_sd_la-compat.Plo \
228 ./$(DEPDIR)/libdns_sd_la-txt.Plo \
229 ./$(DEPDIR)/libdns_sd_la-unsupported.Plo \
230 ./$(DEPDIR)/libdns_sd_la-warn.Plo \
231 ./$(DEPDIR)/null_test-compat.Po \
232 ./$(DEPDIR)/null_test-null-test.Po \
233 ./$(DEPDIR)/null_test-warn.Po ./$(DEPDIR)/txt_test-txt-test.Po \
234 ./$(DEPDIR)/txt_test-txt.Po ./$(DEPDIR)/txt_test-warn.Po
226 am__depfiles_maybe = depfiles
235227 am__mv = mv -f
236228 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
237229 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
586578 *config.status*) \
587579 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
588580 *) \
589 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
590 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
581 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
582 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
591583 esac;
592584
593585 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
598590 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
599591 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
600592 $(am__aclocal_m4_deps):
601
602 clean-noinstPROGRAMS:
603 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
604 echo " rm -f" $$list; \
605 rm -f $$list || exit $$?; \
606 test -n "$(EXEEXT)" || exit 0; \
607 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
608 echo " rm -f" $$list; \
609 rm -f $$list
610593
611594 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
612595 @$(NORMAL_INSTALL)
646629 libdns_sd.la: $(libdns_sd_la_OBJECTS) $(libdns_sd_la_DEPENDENCIES) $(EXTRA_libdns_sd_la_DEPENDENCIES)
647630 $(AM_V_CCLD)$(libdns_sd_la_LINK) $(am_libdns_sd_la_rpath) $(libdns_sd_la_OBJECTS) $(libdns_sd_la_LIBADD) $(LIBS)
648631
632 clean-noinstPROGRAMS:
633 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
634 echo " rm -f" $$list; \
635 rm -f $$list || exit $$?; \
636 test -n "$(EXEEXT)" || exit 0; \
637 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
638 echo " rm -f" $$list; \
639 rm -f $$list
640
649641 null-test$(EXEEXT): $(null_test_OBJECTS) $(null_test_DEPENDENCIES) $(EXTRA_null_test_DEPENDENCIES)
650642 @rm -f null-test$(EXEEXT)
651643 $(AM_V_CCLD)$(null_test_LINK) $(null_test_OBJECTS) $(null_test_LDADD) $(LIBS)
660652 distclean-compile:
661653 -rm -f *.tab.c
662654
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-compat.Plo@am__quote@ # am--include-marker
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-txt.Plo@am__quote@ # am--include-marker
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-unsupported.Plo@am__quote@ # am--include-marker
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-warn.Plo@am__quote@ # am--include-marker
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-compat.Po@am__quote@ # am--include-marker
668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-null-test.Po@am__quote@ # am--include-marker
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-warn.Po@am__quote@ # am--include-marker
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-txt-test.Po@am__quote@ # am--include-marker
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-txt.Po@am__quote@ # am--include-marker
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-warn.Po@am__quote@ # am--include-marker
673
674 $(am__depfiles_remade):
675 @$(MKDIR_P) $(@D)
676 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
677
678 am--depfiles: $(am__depfiles_remade)
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-compat.Plo@am__quote@
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-txt.Plo@am__quote@
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-unsupported.Plo@am__quote@
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdns_sd_la-warn.Plo@am__quote@
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-compat.Po@am__quote@
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-null-test.Po@am__quote@
661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/null_test-warn.Po@am__quote@
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-txt-test.Po@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-txt.Po@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txt_test-warn.Po@am__quote@
679665
680666 .c.o:
681667 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
889875 distclean-tags:
890876 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
891877
892 distdir: $(BUILT_SOURCES)
893 $(MAKE) $(AM_MAKEFLAGS) distdir-am
894
895 distdir-am: $(DISTFILES)
878 distdir: $(DISTFILES)
896879 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
897880 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
898881 list='$(DISTFILES)'; \
924907 done
925908 check-am: all-am
926909 check: check-am
927 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
910 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
928911 installdirs:
929912 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_compat_libdns_sddir)"; do \
930913 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
966949 clean-noinstPROGRAMS mostlyclean-am
967950
968951 distclean: distclean-am
969 -rm -f ./$(DEPDIR)/libdns_sd_la-compat.Plo
970 -rm -f ./$(DEPDIR)/libdns_sd_la-txt.Plo
971 -rm -f ./$(DEPDIR)/libdns_sd_la-unsupported.Plo
972 -rm -f ./$(DEPDIR)/libdns_sd_la-warn.Plo
973 -rm -f ./$(DEPDIR)/null_test-compat.Po
974 -rm -f ./$(DEPDIR)/null_test-null-test.Po
975 -rm -f ./$(DEPDIR)/null_test-warn.Po
976 -rm -f ./$(DEPDIR)/txt_test-txt-test.Po
977 -rm -f ./$(DEPDIR)/txt_test-txt.Po
978 -rm -f ./$(DEPDIR)/txt_test-warn.Po
952 -rm -rf ./$(DEPDIR)
979953 -rm -f Makefile
980954 distclean-am: clean-am distclean-compile distclean-generic \
981955 distclean-tags
1021995 installcheck-am:
1022996
1023997 maintainer-clean: maintainer-clean-am
1024 -rm -f ./$(DEPDIR)/libdns_sd_la-compat.Plo
1025 -rm -f ./$(DEPDIR)/libdns_sd_la-txt.Plo
1026 -rm -f ./$(DEPDIR)/libdns_sd_la-unsupported.Plo
1027 -rm -f ./$(DEPDIR)/libdns_sd_la-warn.Plo
1028 -rm -f ./$(DEPDIR)/null_test-compat.Po
1029 -rm -f ./$(DEPDIR)/null_test-null-test.Po
1030 -rm -f ./$(DEPDIR)/null_test-warn.Po
1031 -rm -f ./$(DEPDIR)/txt_test-txt-test.Po
1032 -rm -f ./$(DEPDIR)/txt_test-txt.Po
1033 -rm -f ./$(DEPDIR)/txt_test-warn.Po
998 -rm -rf ./$(DEPDIR)
1034999 -rm -f Makefile
10351000 maintainer-clean-am: distclean-am maintainer-clean-generic
10361001
10521017
10531018 .MAKE: install-am install-strip
10541019
1055 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1056 clean-generic clean-libLTLIBRARIES clean-libtool \
1057 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1058 distclean-compile distclean-generic distclean-libtool \
1059 distclean-tags distdir dvi dvi-am html html-am info info-am \
1060 install install-am install-avahi_compat_libdns_sdHEADERS \
1061 install-data install-data-am install-dvi install-dvi-am \
1062 install-exec install-exec-am install-html install-html-am \
1063 install-info install-info-am install-libLTLIBRARIES \
1064 install-man install-pdf install-pdf-am install-ps \
1065 install-ps-am install-strip installcheck installcheck-am \
1066 installdirs maintainer-clean maintainer-clean-generic \
1067 mostlyclean mostlyclean-compile mostlyclean-generic \
1068 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1069 uninstall-am uninstall-avahi_compat_libdns_sdHEADERS \
1020 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1021 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1022 cscopelist-am ctags ctags-am distclean distclean-compile \
1023 distclean-generic distclean-libtool distclean-tags distdir dvi \
1024 dvi-am html html-am info info-am install install-am \
1025 install-avahi_compat_libdns_sdHEADERS install-data \
1026 install-data-am install-dvi install-dvi-am install-exec \
1027 install-exec-am install-html install-html-am install-info \
1028 install-info-am install-libLTLIBRARIES install-man install-pdf \
1029 install-pdf-am install-ps install-ps-am install-strip \
1030 installcheck installcheck-am installdirs maintainer-clean \
1031 maintainer-clean-generic mostlyclean mostlyclean-compile \
1032 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1033 tags tags-am uninstall uninstall-am \
1034 uninstall-avahi_compat_libdns_sdHEADERS \
10701035 uninstall-libLTLIBRARIES
10711036
10721037 .PRECIOUS: Makefile
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
154154 CONFIG_HEADER = $(top_builddir)/config.h
155155 CONFIG_CLEAN_FILES =
156156 CONFIG_CLEAN_VPATH_FILES =
157 PROGRAMS = $(noinst_PROGRAMS)
158157 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
159158 am__vpath_adj = case $$p in \
160159 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
234233 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
235234 $(libavahi_core_la_CFLAGS) $(CFLAGS) \
236235 $(libavahi_core_la_LDFLAGS) $(LDFLAGS) -o $@
236 PROGRAMS = $(noinst_PROGRAMS)
237237 am_avahi_reflector_OBJECTS = \
238238 avahi_reflector-avahi-reflector.$(OBJEXT)
239239 avahi_reflector_OBJECTS = $(am_avahi_reflector_OBJECTS)
327327 am__v_at_1 =
328328 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
329329 depcomp = $(SHELL) $(top_srcdir)/depcomp
330 am__maybe_remake_depfiles = depfiles
331 am__depfiles_remade = ./$(DEPDIR)/avahi_reflector-avahi-reflector.Po \
332 ./$(DEPDIR)/avahi_test-avahi-test.Po \
333 ./$(DEPDIR)/conformance_test-conformance-test.Po \
334 ./$(DEPDIR)/dns_spin_test-dns-spin-test.Po \
335 ./$(DEPDIR)/dns_test-addr-util.Po \
336 ./$(DEPDIR)/dns_test-dns-test.Po ./$(DEPDIR)/dns_test-dns.Po \
337 ./$(DEPDIR)/dns_test-domain-util.Po \
338 ./$(DEPDIR)/dns_test-hashmap.Po ./$(DEPDIR)/dns_test-log.Po \
339 ./$(DEPDIR)/dns_test-rr.Po ./$(DEPDIR)/dns_test-util.Po \
340 ./$(DEPDIR)/hashmap_test-hashmap-test.Po \
341 ./$(DEPDIR)/hashmap_test-hashmap.Po \
342 ./$(DEPDIR)/hashmap_test-util.Po \
343 ./$(DEPDIR)/libavahi_core_la-addr-util.Plo \
344 ./$(DEPDIR)/libavahi_core_la-announce.Plo \
345 ./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo \
346 ./$(DEPDIR)/libavahi_core_la-browse-domain.Plo \
347 ./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo \
348 ./$(DEPDIR)/libavahi_core_la-browse-service.Plo \
349 ./$(DEPDIR)/libavahi_core_la-browse.Plo \
350 ./$(DEPDIR)/libavahi_core_la-cache.Plo \
351 ./$(DEPDIR)/libavahi_core_la-dns.Plo \
352 ./$(DEPDIR)/libavahi_core_la-domain-util.Plo \
353 ./$(DEPDIR)/libavahi_core_la-entry.Plo \
354 ./$(DEPDIR)/libavahi_core_la-fdutil.Plo \
355 ./$(DEPDIR)/libavahi_core_la-hashmap.Plo \
356 ./$(DEPDIR)/libavahi_core_la-iface-linux.Plo \
357 ./$(DEPDIR)/libavahi_core_la-iface-none.Plo \
358 ./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo \
359 ./$(DEPDIR)/libavahi_core_la-iface.Plo \
360 ./$(DEPDIR)/libavahi_core_la-log.Plo \
361 ./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo \
362 ./$(DEPDIR)/libavahi_core_la-netlink.Plo \
363 ./$(DEPDIR)/libavahi_core_la-prioq.Plo \
364 ./$(DEPDIR)/libavahi_core_la-probe-sched.Plo \
365 ./$(DEPDIR)/libavahi_core_la-querier.Plo \
366 ./$(DEPDIR)/libavahi_core_la-query-sched.Plo \
367 ./$(DEPDIR)/libavahi_core_la-resolve-address.Plo \
368 ./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo \
369 ./$(DEPDIR)/libavahi_core_la-resolve-service.Plo \
370 ./$(DEPDIR)/libavahi_core_la-response-sched.Plo \
371 ./$(DEPDIR)/libavahi_core_la-rr.Plo \
372 ./$(DEPDIR)/libavahi_core_la-rrlist.Plo \
373 ./$(DEPDIR)/libavahi_core_la-server.Plo \
374 ./$(DEPDIR)/libavahi_core_la-socket.Plo \
375 ./$(DEPDIR)/libavahi_core_la-timeeventq.Plo \
376 ./$(DEPDIR)/libavahi_core_la-util.Plo \
377 ./$(DEPDIR)/libavahi_core_la-wide-area.Plo \
378 ./$(DEPDIR)/prioq_test-prioq-test.Po \
379 ./$(DEPDIR)/prioq_test-prioq.Po \
380 ./$(DEPDIR)/querier_test-querier-test.Po \
381 ./$(DEPDIR)/timeeventq_test-log.Po \
382 ./$(DEPDIR)/timeeventq_test-prioq.Po \
383 ./$(DEPDIR)/timeeventq_test-timeeventq-test.Po \
384 ./$(DEPDIR)/timeeventq_test-timeeventq.Po \
385 ./$(DEPDIR)/update_test-update-test.Po
330 am__depfiles_maybe = depfiles
386331 am__mv = mv -f
387332 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
388333 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
983928 *config.status*) \
984929 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
985930 *) \
986 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
987 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
931 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
932 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
988933 esac;
989934
990935 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
995940 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
996941 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
997942 $(am__aclocal_m4_deps):
998
999 clean-noinstPROGRAMS:
1000 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1001 echo " rm -f" $$list; \
1002 rm -f $$list || exit $$?; \
1003 test -n "$(EXEEXT)" || exit 0; \
1004 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1005 echo " rm -f" $$list; \
1006 rm -f $$list
1007943
1008944 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1009945 @$(NORMAL_INSTALL)
1043979 libavahi-core.la: $(libavahi_core_la_OBJECTS) $(libavahi_core_la_DEPENDENCIES) $(EXTRA_libavahi_core_la_DEPENDENCIES)
1044980 $(AM_V_CCLD)$(libavahi_core_la_LINK) -rpath $(libdir) $(libavahi_core_la_OBJECTS) $(libavahi_core_la_LIBADD) $(LIBS)
1045981
982 clean-noinstPROGRAMS:
983 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
984 echo " rm -f" $$list; \
985 rm -f $$list || exit $$?; \
986 test -n "$(EXEEXT)" || exit 0; \
987 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
988 echo " rm -f" $$list; \
989 rm -f $$list
990
1046991 avahi-reflector$(EXEEXT): $(avahi_reflector_OBJECTS) $(avahi_reflector_DEPENDENCIES) $(EXTRA_avahi_reflector_DEPENDENCIES)
1047992 @rm -f avahi-reflector$(EXEEXT)
1048993 $(AM_V_CCLD)$(avahi_reflector_LINK) $(avahi_reflector_OBJECTS) $(avahi_reflector_LDADD) $(LIBS)
10891034 distclean-compile:
10901035 -rm -f *.tab.c
10911036
1092 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_reflector-avahi-reflector.Po@am__quote@ # am--include-marker
1093 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_test-avahi-test.Po@am__quote@ # am--include-marker
1094 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conformance_test-conformance-test.Po@am__quote@ # am--include-marker
1095 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_spin_test-dns-spin-test.Po@am__quote@ # am--include-marker
1096 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-addr-util.Po@am__quote@ # am--include-marker
1097 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns-test.Po@am__quote@ # am--include-marker
1098 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns.Po@am__quote@ # am--include-marker
1099 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-domain-util.Po@am__quote@ # am--include-marker
1100 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-hashmap.Po@am__quote@ # am--include-marker
1101 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-log.Po@am__quote@ # am--include-marker
1102 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-rr.Po@am__quote@ # am--include-marker
1103 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-util.Po@am__quote@ # am--include-marker
1104 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap-test.Po@am__quote@ # am--include-marker
1105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap.Po@am__quote@ # am--include-marker
1106 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-util.Po@am__quote@ # am--include-marker
1107 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-addr-util.Plo@am__quote@ # am--include-marker
1108 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-announce.Plo@am__quote@ # am--include-marker
1109 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo@am__quote@ # am--include-marker
1110 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-domain.Plo@am__quote@ # am--include-marker
1111 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo@am__quote@ # am--include-marker
1112 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service.Plo@am__quote@ # am--include-marker
1113 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse.Plo@am__quote@ # am--include-marker
1114 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-cache.Plo@am__quote@ # am--include-marker
1115 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-dns.Plo@am__quote@ # am--include-marker
1116 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-domain-util.Plo@am__quote@ # am--include-marker
1117 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-entry.Plo@am__quote@ # am--include-marker
1118 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-fdutil.Plo@am__quote@ # am--include-marker
1119 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-hashmap.Plo@am__quote@ # am--include-marker
1120 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-linux.Plo@am__quote@ # am--include-marker
1121 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-none.Plo@am__quote@ # am--include-marker
1122 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo@am__quote@ # am--include-marker
1123 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface.Plo@am__quote@ # am--include-marker
1124 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-log.Plo@am__quote@ # am--include-marker
1125 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo@am__quote@ # am--include-marker
1126 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-netlink.Plo@am__quote@ # am--include-marker
1127 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-prioq.Plo@am__quote@ # am--include-marker
1128 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-probe-sched.Plo@am__quote@ # am--include-marker
1129 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-querier.Plo@am__quote@ # am--include-marker
1130 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-query-sched.Plo@am__quote@ # am--include-marker
1131 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-address.Plo@am__quote@ # am--include-marker
1132 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo@am__quote@ # am--include-marker
1133 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-service.Plo@am__quote@ # am--include-marker
1134 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-response-sched.Plo@am__quote@ # am--include-marker
1135 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rr.Plo@am__quote@ # am--include-marker
1136 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rrlist.Plo@am__quote@ # am--include-marker
1137 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-server.Plo@am__quote@ # am--include-marker
1138 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-socket.Plo@am__quote@ # am--include-marker
1139 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-timeeventq.Plo@am__quote@ # am--include-marker
1140 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-util.Plo@am__quote@ # am--include-marker
1141 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-wide-area.Plo@am__quote@ # am--include-marker
1142 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq-test.Po@am__quote@ # am--include-marker
1143 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq.Po@am__quote@ # am--include-marker
1144 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/querier_test-querier-test.Po@am__quote@ # am--include-marker
1145 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-log.Po@am__quote@ # am--include-marker
1146 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-prioq.Po@am__quote@ # am--include-marker
1147 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq-test.Po@am__quote@ # am--include-marker
1148 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq.Po@am__quote@ # am--include-marker
1149 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_test-update-test.Po@am__quote@ # am--include-marker
1150
1151 $(am__depfiles_remade):
1152 @$(MKDIR_P) $(@D)
1153 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1154
1155 am--depfiles: $(am__depfiles_remade)
1037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_reflector-avahi-reflector.Po@am__quote@
1038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_test-avahi-test.Po@am__quote@
1039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conformance_test-conformance-test.Po@am__quote@
1040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_spin_test-dns-spin-test.Po@am__quote@
1041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-addr-util.Po@am__quote@
1042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns-test.Po@am__quote@
1043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns.Po@am__quote@
1044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-domain-util.Po@am__quote@
1045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-hashmap.Po@am__quote@
1046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-log.Po@am__quote@
1047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-rr.Po@am__quote@
1048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-util.Po@am__quote@
1049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap-test.Po@am__quote@
1050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap.Po@am__quote@
1051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-util.Po@am__quote@
1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-addr-util.Plo@am__quote@
1053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-announce.Plo@am__quote@
1054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo@am__quote@
1055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-domain.Plo@am__quote@
1056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo@am__quote@
1057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service.Plo@am__quote@
1058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse.Plo@am__quote@
1059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-cache.Plo@am__quote@
1060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-dns.Plo@am__quote@
1061 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-domain-util.Plo@am__quote@
1062 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-entry.Plo@am__quote@
1063 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-fdutil.Plo@am__quote@
1064 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-hashmap.Plo@am__quote@
1065 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-linux.Plo@am__quote@
1066 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-none.Plo@am__quote@
1067 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo@am__quote@
1068 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface.Plo@am__quote@
1069 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-log.Plo@am__quote@
1070 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo@am__quote@
1071 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-netlink.Plo@am__quote@
1072 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-prioq.Plo@am__quote@
1073 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-probe-sched.Plo@am__quote@
1074 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-querier.Plo@am__quote@
1075 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-query-sched.Plo@am__quote@
1076 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-address.Plo@am__quote@
1077 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo@am__quote@
1078 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-service.Plo@am__quote@
1079 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-response-sched.Plo@am__quote@
1080 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rr.Plo@am__quote@
1081 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rrlist.Plo@am__quote@
1082 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-server.Plo@am__quote@
1083 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-socket.Plo@am__quote@
1084 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-timeeventq.Plo@am__quote@
1085 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-util.Plo@am__quote@
1086 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-wide-area.Plo@am__quote@
1087 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq-test.Po@am__quote@
1088 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq.Po@am__quote@
1089 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/querier_test-querier-test.Po@am__quote@
1090 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-log.Po@am__quote@
1091 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-prioq.Po@am__quote@
1092 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq-test.Po@am__quote@
1093 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq.Po@am__quote@
1094 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_test-update-test.Po@am__quote@
11561095
11571096 .c.o:
11581097 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
19411880 fi; \
19421881 $$success || exit 1
19431882
1944 check-TESTS:
1883 check-TESTS:
19451884 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
19461885 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
19471886 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
19981937 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
19991938 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
20001939
2001 distdir: $(BUILT_SOURCES)
2002 $(MAKE) $(AM_MAKEFLAGS) distdir-am
2003
2004 distdir-am: $(DISTFILES)
1940 distdir: $(DISTFILES)
20051941 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20061942 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
20071943 list='$(DISTFILES)'; \
20341970 check-am: all-am
20351971 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
20361972 check: check-am
2037 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
1973 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
20381974 installdirs:
20391975 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiincludedir)"; do \
20401976 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
20782014 clean-noinstPROGRAMS mostlyclean-am
20792015
20802016 distclean: distclean-am
2081 -rm -f ./$(DEPDIR)/avahi_reflector-avahi-reflector.Po
2082 -rm -f ./$(DEPDIR)/avahi_test-avahi-test.Po
2083 -rm -f ./$(DEPDIR)/conformance_test-conformance-test.Po
2084 -rm -f ./$(DEPDIR)/dns_spin_test-dns-spin-test.Po
2085 -rm -f ./$(DEPDIR)/dns_test-addr-util.Po
2086 -rm -f ./$(DEPDIR)/dns_test-dns-test.Po
2087 -rm -f ./$(DEPDIR)/dns_test-dns.Po
2088 -rm -f ./$(DEPDIR)/dns_test-domain-util.Po
2089 -rm -f ./$(DEPDIR)/dns_test-hashmap.Po
2090 -rm -f ./$(DEPDIR)/dns_test-log.Po
2091 -rm -f ./$(DEPDIR)/dns_test-rr.Po
2092 -rm -f ./$(DEPDIR)/dns_test-util.Po
2093 -rm -f ./$(DEPDIR)/hashmap_test-hashmap-test.Po
2094 -rm -f ./$(DEPDIR)/hashmap_test-hashmap.Po
2095 -rm -f ./$(DEPDIR)/hashmap_test-util.Po
2096 -rm -f ./$(DEPDIR)/libavahi_core_la-addr-util.Plo
2097 -rm -f ./$(DEPDIR)/libavahi_core_la-announce.Plo
2098 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo
2099 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-domain.Plo
2100 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo
2101 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-service.Plo
2102 -rm -f ./$(DEPDIR)/libavahi_core_la-browse.Plo
2103 -rm -f ./$(DEPDIR)/libavahi_core_la-cache.Plo
2104 -rm -f ./$(DEPDIR)/libavahi_core_la-dns.Plo
2105 -rm -f ./$(DEPDIR)/libavahi_core_la-domain-util.Plo
2106 -rm -f ./$(DEPDIR)/libavahi_core_la-entry.Plo
2107 -rm -f ./$(DEPDIR)/libavahi_core_la-fdutil.Plo
2108 -rm -f ./$(DEPDIR)/libavahi_core_la-hashmap.Plo
2109 -rm -f ./$(DEPDIR)/libavahi_core_la-iface-linux.Plo
2110 -rm -f ./$(DEPDIR)/libavahi_core_la-iface-none.Plo
2111 -rm -f ./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo
2112 -rm -f ./$(DEPDIR)/libavahi_core_la-iface.Plo
2113 -rm -f ./$(DEPDIR)/libavahi_core_la-log.Plo
2114 -rm -f ./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo
2115 -rm -f ./$(DEPDIR)/libavahi_core_la-netlink.Plo
2116 -rm -f ./$(DEPDIR)/libavahi_core_la-prioq.Plo
2117 -rm -f ./$(DEPDIR)/libavahi_core_la-probe-sched.Plo
2118 -rm -f ./$(DEPDIR)/libavahi_core_la-querier.Plo
2119 -rm -f ./$(DEPDIR)/libavahi_core_la-query-sched.Plo
2120 -rm -f ./$(DEPDIR)/libavahi_core_la-resolve-address.Plo
2121 -rm -f ./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo
2122 -rm -f ./$(DEPDIR)/libavahi_core_la-resolve-service.Plo
2123 -rm -f ./$(DEPDIR)/libavahi_core_la-response-sched.Plo
2124 -rm -f ./$(DEPDIR)/libavahi_core_la-rr.Plo
2125 -rm -f ./$(DEPDIR)/libavahi_core_la-rrlist.Plo
2126 -rm -f ./$(DEPDIR)/libavahi_core_la-server.Plo
2127 -rm -f ./$(DEPDIR)/libavahi_core_la-socket.Plo
2128 -rm -f ./$(DEPDIR)/libavahi_core_la-timeeventq.Plo
2129 -rm -f ./$(DEPDIR)/libavahi_core_la-util.Plo
2130 -rm -f ./$(DEPDIR)/libavahi_core_la-wide-area.Plo
2131 -rm -f ./$(DEPDIR)/prioq_test-prioq-test.Po
2132 -rm -f ./$(DEPDIR)/prioq_test-prioq.Po
2133 -rm -f ./$(DEPDIR)/querier_test-querier-test.Po
2134 -rm -f ./$(DEPDIR)/timeeventq_test-log.Po
2135 -rm -f ./$(DEPDIR)/timeeventq_test-prioq.Po
2136 -rm -f ./$(DEPDIR)/timeeventq_test-timeeventq-test.Po
2137 -rm -f ./$(DEPDIR)/timeeventq_test-timeeventq.Po
2138 -rm -f ./$(DEPDIR)/update_test-update-test.Po
2017 -rm -rf ./$(DEPDIR)
21392018 -rm -f Makefile
21402019 distclean-am: clean-am distclean-compile distclean-generic \
21412020 distclean-tags
21812060 installcheck-am:
21822061
21832062 maintainer-clean: maintainer-clean-am
2184 -rm -f ./$(DEPDIR)/avahi_reflector-avahi-reflector.Po
2185 -rm -f ./$(DEPDIR)/avahi_test-avahi-test.Po
2186 -rm -f ./$(DEPDIR)/conformance_test-conformance-test.Po
2187 -rm -f ./$(DEPDIR)/dns_spin_test-dns-spin-test.Po
2188 -rm -f ./$(DEPDIR)/dns_test-addr-util.Po
2189 -rm -f ./$(DEPDIR)/dns_test-dns-test.Po
2190 -rm -f ./$(DEPDIR)/dns_test-dns.Po
2191 -rm -f ./$(DEPDIR)/dns_test-domain-util.Po
2192 -rm -f ./$(DEPDIR)/dns_test-hashmap.Po
2193 -rm -f ./$(DEPDIR)/dns_test-log.Po
2194 -rm -f ./$(DEPDIR)/dns_test-rr.Po
2195 -rm -f ./$(DEPDIR)/dns_test-util.Po
2196 -rm -f ./$(DEPDIR)/hashmap_test-hashmap-test.Po
2197 -rm -f ./$(DEPDIR)/hashmap_test-hashmap.Po
2198 -rm -f ./$(DEPDIR)/hashmap_test-util.Po
2199 -rm -f ./$(DEPDIR)/libavahi_core_la-addr-util.Plo
2200 -rm -f ./$(DEPDIR)/libavahi_core_la-announce.Plo
2201 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo
2202 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-domain.Plo
2203 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo
2204 -rm -f ./$(DEPDIR)/libavahi_core_la-browse-service.Plo
2205 -rm -f ./$(DEPDIR)/libavahi_core_la-browse.Plo
2206 -rm -f ./$(DEPDIR)/libavahi_core_la-cache.Plo
2207 -rm -f ./$(DEPDIR)/libavahi_core_la-dns.Plo
2208 -rm -f ./$(DEPDIR)/libavahi_core_la-domain-util.Plo
2209 -rm -f ./$(DEPDIR)/libavahi_core_la-entry.Plo
2210 -rm -f ./$(DEPDIR)/libavahi_core_la-fdutil.Plo
2211 -rm -f ./$(DEPDIR)/libavahi_core_la-hashmap.Plo
2212 -rm -f ./$(DEPDIR)/libavahi_core_la-iface-linux.Plo
2213 -rm -f ./$(DEPDIR)/libavahi_core_la-iface-none.Plo
2214 -rm -f ./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo
2215 -rm -f ./$(DEPDIR)/libavahi_core_la-iface.Plo
2216 -rm -f ./$(DEPDIR)/libavahi_core_la-log.Plo
2217 -rm -f ./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo
2218 -rm -f ./$(DEPDIR)/libavahi_core_la-netlink.Plo
2219 -rm -f ./$(DEPDIR)/libavahi_core_la-prioq.Plo
2220 -rm -f ./$(DEPDIR)/libavahi_core_la-probe-sched.Plo
2221 -rm -f ./$(DEPDIR)/libavahi_core_la-querier.Plo
2222 -rm -f ./$(DEPDIR)/libavahi_core_la-query-sched.Plo
2223 -rm -f ./$(DEPDIR)/libavahi_core_la-resolve-address.Plo
2224 -rm -f ./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo
2225 -rm -f ./$(DEPDIR)/libavahi_core_la-resolve-service.Plo
2226 -rm -f ./$(DEPDIR)/libavahi_core_la-response-sched.Plo
2227 -rm -f ./$(DEPDIR)/libavahi_core_la-rr.Plo
2228 -rm -f ./$(DEPDIR)/libavahi_core_la-rrlist.Plo
2229 -rm -f ./$(DEPDIR)/libavahi_core_la-server.Plo
2230 -rm -f ./$(DEPDIR)/libavahi_core_la-socket.Plo
2231 -rm -f ./$(DEPDIR)/libavahi_core_la-timeeventq.Plo
2232 -rm -f ./$(DEPDIR)/libavahi_core_la-util.Plo
2233 -rm -f ./$(DEPDIR)/libavahi_core_la-wide-area.Plo
2234 -rm -f ./$(DEPDIR)/prioq_test-prioq-test.Po
2235 -rm -f ./$(DEPDIR)/prioq_test-prioq.Po
2236 -rm -f ./$(DEPDIR)/querier_test-querier-test.Po
2237 -rm -f ./$(DEPDIR)/timeeventq_test-log.Po
2238 -rm -f ./$(DEPDIR)/timeeventq_test-prioq.Po
2239 -rm -f ./$(DEPDIR)/timeeventq_test-timeeventq-test.Po
2240 -rm -f ./$(DEPDIR)/timeeventq_test-timeeventq.Po
2241 -rm -f ./$(DEPDIR)/update_test-update-test.Po
2063 -rm -rf ./$(DEPDIR)
22422064 -rm -f Makefile
22432065 maintainer-clean-am: distclean-am maintainer-clean-generic
22442066
22592081
22602082 .MAKE: check-am install-am install-strip
22612083
2262 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
2263 check-am clean clean-generic clean-libLTLIBRARIES \
2264 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
2265 ctags-am distclean distclean-compile distclean-generic \
2266 distclean-libtool distclean-tags distdir dvi dvi-am html \
2267 html-am info info-am install install-am \
2268 install-avahiincludeHEADERS install-data install-data-am \
2269 install-dvi install-dvi-am install-exec install-exec-am \
2270 install-html install-html-am install-info install-info-am \
2271 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
2272 install-ps install-ps-am install-strip installcheck \
2273 installcheck-am installdirs maintainer-clean \
2084 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
2085 clean-generic clean-libLTLIBRARIES clean-libtool \
2086 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
2087 distclean-compile distclean-generic distclean-libtool \
2088 distclean-tags distdir dvi dvi-am html html-am info info-am \
2089 install install-am install-avahiincludeHEADERS install-data \
2090 install-data-am install-dvi install-dvi-am install-exec \
2091 install-exec-am install-html install-html-am install-info \
2092 install-info-am install-libLTLIBRARIES install-man install-pdf \
2093 install-pdf-am install-ps install-ps-am install-strip \
2094 installcheck installcheck-am installdirs maintainer-clean \
22742095 maintainer-clean-generic mostlyclean mostlyclean-compile \
22752096 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
22762097 recheck tags tags-am uninstall uninstall-am \
5555 int use_iff_running; /**< Require IFF_RUNNING on local network interfaces. This is the official way to check for link beat. Unfortunately this doesn't work with all drivers. So bettere leave this off. */
5656 int enable_reflector; /**< Reflect incoming mDNS traffic to all local networks. This allows mDNS based network browsing beyond ethernet borders */
5757 int reflect_ipv; /**< if enable_reflector is 1, enable/disable reflecting between IPv4 and IPv6 */
58 AvahiStringList *reflect_filters; /**< if enable_reflector is 1, will only add services containing one of these strings */
5859 int add_service_cookie; /**< Add magic service cookie to all locally generated records implicitly */
5960 int enable_wide_area; /**< Enable wide area support */
6061 AvahiAddress wide_area_servers[AVAHI_WIDE_AREA_SERVERS_MAX]; /** Unicast DNS server to use for wide area lookup */
103103 hw->flags_ok =
104104 (ifinfomsg->ifi_flags & IFF_UP) &&
105105 (!m->server->config.use_iff_running || (ifinfomsg->ifi_flags & IFF_RUNNING)) &&
106 !(ifinfomsg->ifi_flags & IFF_LOOPBACK) &&
107 (ifinfomsg->ifi_flags & IFF_MULTICAST) &&
106 ((ifinfomsg->ifi_flags & IFF_LOOPBACK) ||
107 (ifinfomsg->ifi_flags & IFF_MULTICAST)) &&
108108 (m->server->config.allow_point_to_point || !(ifinfomsg->ifi_flags & IFF_POINTOPOINT));
109109
110110 /* Handle interface attributes */
7979 hw->flags_ok =
8080 (ifm->ifm_flags & IFF_UP) &&
8181 (!m->server->config.use_iff_running || (ifm->ifm_flags & IFF_RUNNING)) &&
82 !(ifm->ifm_flags & IFF_LOOPBACK) &&
83 (ifm->ifm_flags & IFF_MULTICAST) &&
82 ((ifm->ifm_flags & IFF_LOOPBACK) ||
83 (ifm->ifm_flags & IFF_MULTICAST)) &&
8484 (m->server->config.allow_point_to_point || !(ifm->ifm_flags & IFF_POINTOPOINT));
8585
8686 avahi_free(hw->name);
426426 hw->flags_ok =
427427 (flags & IFF_UP) &&
428428 (!m->server->config.use_iff_running || (flags & IFF_RUNNING)) &&
429 !(flags & IFF_LOOPBACK) &&
430 (flags & IFF_MULTICAST) &&
429 ((flags & IFF_LOOPBACK) ||
430 (flags & IFF_MULTICAST)) &&
431431 (m->server->config.allow_point_to_point || !(flags & IFF_POINTOPOINT));
432432 hw->name = avahi_strdup(lifreq->lifr_name);
433433 hw->mtu = mtu;
7373 avahi_log_info("Registering new address record for %s on %s.%s.", t, a->interface->hardware->name, p == AVAHI_PROTO_UNSPEC ? "*" : avahi_proto_to_string(p));
7474
7575 if (avahi_server_add_address(m->server, a->entry_group, a->interface->hardware->index, p, 0, NULL, &a->address) < 0) {
76 avahi_log_warn(__FILE__": avahi_server_add_address() failed: %s", avahi_strerror(m->server->error));
76 if (!m->server->config.disable_publishing || m->server->error != AVAHI_ERR_NOT_PERMITTED) {
77 /* suppress warning if disable_publishing set as this is expected state */
78 avahi_log_warn(__FILE__": avahi_server_add_address() failed: %s", avahi_strerror(m->server->error));
79 }
7780 avahi_s_entry_group_free(a->entry_group);
7881 a->entry_group = NULL;
7982 return;
673673 }
674674
675675 if (!avahi_key_is_pattern(record->key)) {
676 /* Filter services that will be cached. Allow all local services */
677 if (!from_local_iface && s->config.enable_reflector && s->config.reflect_filters != NULL) {
678 AvahiStringList *l;
679 int match = 0;
680
681 if (record->key->type == AVAHI_DNS_TYPE_PTR) {
682 /* Need to match DNS pointer target with filter */
683 for (l = s->config.reflect_filters; l; l = l->next) {
684 if (strstr(record->data.ptr.name, (char*) l->text) != NULL) {
685 match = 1;
686 break;
687 }
688 }
689
690 if (!match) {
691 avahi_log_debug("Reject Ptr SRC [%s] Dest [%s]", record->key->name, record->data.ptr.name);
692 goto unref;
693 }
694 else
695 avahi_log_debug("Match Ptr SRC [%s] Dest [%s]", record->key->name, record->data.ptr.name);
696 }
697 else if (record->key->type == AVAHI_DNS_TYPE_SRV || record->key->type == AVAHI_DNS_TYPE_TXT) {
698 /* Need to match key name with filter */
699 for (l = s->config.reflect_filters; l; l = l->next) {
700 if (strstr(record->key->name, (char*) l->text) != NULL) {
701 match = 1;
702 break;
703 }
704 }
705
706 if (!match) {
707 avahi_log_debug("Reject Key [%s] iface [%d]", record->key->name, from_local_iface);
708 goto unref;
709 }
710 else
711 avahi_log_debug("Match Key [%s] iface [%d]", record->key->name, from_local_iface);
712 }
713 }
676714
677715 if (handle_conflict(s, i, record, cache_flush)) {
678 if (!from_local_iface && !avahi_record_is_link_local_address(record))
679 reflect_response(s, i, record, cache_flush);
680 avahi_cache_update(i->cache, record, cache_flush, a);
716 if (!from_local_iface) {
717 if (!avahi_record_is_link_local_address(record))
718 reflect_response(s, i, record, cache_flush);
719 avahi_cache_update(i->cache, record, cache_flush, a);
720 }
681721 avahi_response_scheduler_incoming(i->response_scheduler, record, cache_flush);
682722 }
683723 }
684724
725 unref:
685726 avahi_record_unref(record);
686727 }
687728
11681209
11691210 if (avahi_server_add(s, s->hinfo_entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, AVAHI_PUBLISH_UNIQUE, r) < 0) {
11701211 avahi_log_warn("Failed to add HINFO RR: %s", avahi_strerror(s->error));
1212 avahi_record_unref(r);
11711213 return;
11721214 }
11731215 }
15961638 c->use_iff_running = 0;
15971639 c->enable_reflector = 0;
15981640 c->reflect_ipv = 0;
1641 c->reflect_filters = NULL;
15991642 c->add_service_cookie = 0;
16001643 c->enable_wide_area = 0;
16011644 c->n_wide_area_servers = 0;
16181661 avahi_free(c->host_name);
16191662 avahi_free(c->domain_name);
16201663 avahi_string_list_free(c->browse_domains);
1664 avahi_string_list_free(c->reflect_filters);
16211665 avahi_string_list_free(c->allow_interfaces);
16221666 avahi_string_list_free(c->deny_interfaces);
16231667 }
16241668
16251669 AvahiServerConfig* avahi_server_config_copy(AvahiServerConfig *ret, const AvahiServerConfig *c) {
16261670 char *d = NULL, *h = NULL;
1627 AvahiStringList *browse = NULL, *allow = NULL, *deny = NULL;
1671 AvahiStringList *browse = NULL, *allow = NULL, *deny = NULL, *reflect = NULL ;
16281672 assert(ret);
16291673 assert(c);
16301674
16591703 return NULL;
16601704 }
16611705
1706 if (!(reflect = avahi_string_list_copy(c->reflect_filters)) && c->reflect_filters) {
1707 avahi_string_list_free(allow);
1708 avahi_string_list_free(browse);
1709 avahi_string_list_free(deny);
1710 avahi_free(h);
1711 avahi_free(d);
1712 return NULL;
1713 }
1714
16621715 *ret = *c;
16631716 ret->host_name = h;
16641717 ret->domain_name = d;
16651718 ret->browse_domains = browse;
16661719 ret->allow_interfaces = allow;
16671720 ret->deny_interfaces = deny;
1721 ret->reflect_filters = reflect;
16681722
16691723 return ret;
16701724 }
453453
454454 if (errno != EAGAIN) {
455455 char where[64];
456 struct sockaddr_in *sin = msg->msg_name;
457
458 inet_ntop(sin->sin_family, &sin->sin_addr, where, sizeof(where));
456 struct sockaddr_storage *ss = msg->msg_name;
457
458 if (ss->ss_family == PF_INET) {
459 inet_ntop(ss->ss_family, &((struct sockaddr_in*)ss)->sin_addr, where, sizeof(where));
460 } else if (ss->ss_family == PF_INET6) {
461 inet_ntop(ss->ss_family, &((struct sockaddr_in6*)ss)->sin6_addr, where, sizeof(where));
462 } else {
463 where[0] = '\0';
464 }
465
459466 avahi_log_debug("sendmsg() to %s failed: %s", where, strerror(errno));
467
460468 return -1;
469
461470 }
462471
463472 if (avahi_wait_for_write(fd) < 0)
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
266266 am__v_at_1 =
267267 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
268268 depcomp = $(SHELL) $(top_srcdir)/depcomp
269 am__maybe_remake_depfiles = depfiles
270 am__depfiles_remade = ./$(DEPDIR)/avahi_daemon-caps.Po \
271 ./$(DEPDIR)/avahi_daemon-check-nss.Po \
272 ./$(DEPDIR)/avahi_daemon-chroot.Po \
273 ./$(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po \
274 ./$(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po \
275 ./$(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po \
276 ./$(DEPDIR)/avahi_daemon-dbus-domain-browser.Po \
277 ./$(DEPDIR)/avahi_daemon-dbus-entry-group.Po \
278 ./$(DEPDIR)/avahi_daemon-dbus-protocol.Po \
279 ./$(DEPDIR)/avahi_daemon-dbus-record-browser.Po \
280 ./$(DEPDIR)/avahi_daemon-dbus-service-browser.Po \
281 ./$(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po \
282 ./$(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po \
283 ./$(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po \
284 ./$(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po \
285 ./$(DEPDIR)/avahi_daemon-dbus-util.Po \
286 ./$(DEPDIR)/avahi_daemon-dbus-watch-glue.Po \
287 ./$(DEPDIR)/avahi_daemon-dbus.Po \
288 ./$(DEPDIR)/avahi_daemon-ini-file-parser.Po \
289 ./$(DEPDIR)/avahi_daemon-main.Po \
290 ./$(DEPDIR)/avahi_daemon-sd-daemon.Po \
291 ./$(DEPDIR)/avahi_daemon-setproctitle.Po \
292 ./$(DEPDIR)/avahi_daemon-simple-protocol.Po \
293 ./$(DEPDIR)/avahi_daemon-static-hosts.Po \
294 ./$(DEPDIR)/avahi_daemon-static-services.Po \
295 ./$(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po \
296 ./$(DEPDIR)/ini_file_parser_test-ini-file-parser.Po
269 am__depfiles_maybe = depfiles
297270 am__mv = mv -f
298271 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
299272 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
742715 *config.status*) \
743716 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
744717 *) \
745 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
746 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
718 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
719 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
747720 esac;
748721
749722 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
829802 distclean-compile:
830803 -rm -f *.tab.c
831804
832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-caps.Po@am__quote@ # am--include-marker
833 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-check-nss.Po@am__quote@ # am--include-marker
834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-chroot.Po@am__quote@ # am--include-marker
835 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po@am__quote@ # am--include-marker
836 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po@am__quote@ # am--include-marker
837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po@am__quote@ # am--include-marker
838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-domain-browser.Po@am__quote@ # am--include-marker
839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-entry-group.Po@am__quote@ # am--include-marker
840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-protocol.Po@am__quote@ # am--include-marker
841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-record-browser.Po@am__quote@ # am--include-marker
842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-service-browser.Po@am__quote@ # am--include-marker
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po@am__quote@ # am--include-marker
844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po@am__quote@ # am--include-marker
845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po@am__quote@ # am--include-marker
846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po@am__quote@ # am--include-marker
847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-util.Po@am__quote@ # am--include-marker
848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-watch-glue.Po@am__quote@ # am--include-marker
849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus.Po@am__quote@ # am--include-marker
850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-ini-file-parser.Po@am__quote@ # am--include-marker
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-main.Po@am__quote@ # am--include-marker
852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-sd-daemon.Po@am__quote@ # am--include-marker
853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-setproctitle.Po@am__quote@ # am--include-marker
854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-simple-protocol.Po@am__quote@ # am--include-marker
855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-static-hosts.Po@am__quote@ # am--include-marker
856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-static-services.Po@am__quote@ # am--include-marker
857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po@am__quote@ # am--include-marker
858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_file_parser_test-ini-file-parser.Po@am__quote@ # am--include-marker
859
860 $(am__depfiles_remade):
861 @$(MKDIR_P) $(@D)
862 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
863
864 am--depfiles: $(am__depfiles_remade)
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-caps.Po@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-check-nss.Po@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-chroot.Po@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-domain-browser.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-entry-group.Po@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-protocol.Po@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-record-browser.Po@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-service-browser.Po@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-util.Po@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus-watch-glue.Po@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-dbus.Po@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-ini-file-parser.Po@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-main.Po@am__quote@
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-sd-daemon.Po@am__quote@
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-setproctitle.Po@am__quote@
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-simple-protocol.Po@am__quote@
828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-static-hosts.Po@am__quote@
829 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_daemon-static-services.Po@am__quote@
830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po@am__quote@
831 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini_file_parser_test-ini-file-parser.Po@am__quote@
865832
866833 .c.o:
867834 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
14671434 distclean-tags:
14681435 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
14691436
1470 distdir: $(BUILT_SOURCES)
1471 $(MAKE) $(AM_MAKEFLAGS) distdir-am
1472
1473 distdir-am: $(DISTFILES)
1437 distdir: $(DISTFILES)
14741438 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14751439 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14761440 list='$(DISTFILES)'; \
15441508 clean-sbinPROGRAMS mostlyclean-am
15451509
15461510 distclean: distclean-am
1547 -rm -f ./$(DEPDIR)/avahi_daemon-caps.Po
1548 -rm -f ./$(DEPDIR)/avahi_daemon-check-nss.Po
1549 -rm -f ./$(DEPDIR)/avahi_daemon-chroot.Po
1550 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po
1551 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po
1552 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po
1553 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-domain-browser.Po
1554 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-entry-group.Po
1555 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-protocol.Po
1556 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-record-browser.Po
1557 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-service-browser.Po
1558 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po
1559 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po
1560 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po
1561 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po
1562 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-util.Po
1563 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-watch-glue.Po
1564 -rm -f ./$(DEPDIR)/avahi_daemon-dbus.Po
1565 -rm -f ./$(DEPDIR)/avahi_daemon-ini-file-parser.Po
1566 -rm -f ./$(DEPDIR)/avahi_daemon-main.Po
1567 -rm -f ./$(DEPDIR)/avahi_daemon-sd-daemon.Po
1568 -rm -f ./$(DEPDIR)/avahi_daemon-setproctitle.Po
1569 -rm -f ./$(DEPDIR)/avahi_daemon-simple-protocol.Po
1570 -rm -f ./$(DEPDIR)/avahi_daemon-static-hosts.Po
1571 -rm -f ./$(DEPDIR)/avahi_daemon-static-services.Po
1572 -rm -f ./$(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po
1573 -rm -f ./$(DEPDIR)/ini_file_parser_test-ini-file-parser.Po
1511 -rm -rf ./$(DEPDIR)
15741512 -rm -f Makefile
15751513 distclean-am: clean-am distclean-compile distclean-generic \
15761514 distclean-tags
16201558 installcheck-am:
16211559
16221560 maintainer-clean: maintainer-clean-am
1623 -rm -f ./$(DEPDIR)/avahi_daemon-caps.Po
1624 -rm -f ./$(DEPDIR)/avahi_daemon-check-nss.Po
1625 -rm -f ./$(DEPDIR)/avahi_daemon-chroot.Po
1626 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-async-address-resolver.Po
1627 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-async-host-name-resolver.Po
1628 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-async-service-resolver.Po
1629 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-domain-browser.Po
1630 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-entry-group.Po
1631 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-protocol.Po
1632 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-record-browser.Po
1633 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-service-browser.Po
1634 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-service-type-browser.Po
1635 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-sync-address-resolver.Po
1636 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-sync-host-name-resolver.Po
1637 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-sync-service-resolver.Po
1638 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-util.Po
1639 -rm -f ./$(DEPDIR)/avahi_daemon-dbus-watch-glue.Po
1640 -rm -f ./$(DEPDIR)/avahi_daemon-dbus.Po
1641 -rm -f ./$(DEPDIR)/avahi_daemon-ini-file-parser.Po
1642 -rm -f ./$(DEPDIR)/avahi_daemon-main.Po
1643 -rm -f ./$(DEPDIR)/avahi_daemon-sd-daemon.Po
1644 -rm -f ./$(DEPDIR)/avahi_daemon-setproctitle.Po
1645 -rm -f ./$(DEPDIR)/avahi_daemon-simple-protocol.Po
1646 -rm -f ./$(DEPDIR)/avahi_daemon-static-hosts.Po
1647 -rm -f ./$(DEPDIR)/avahi_daemon-static-services.Po
1648 -rm -f ./$(DEPDIR)/ini_file_parser_test-ini-file-parser-test.Po
1649 -rm -f ./$(DEPDIR)/ini_file_parser_test-ini-file-parser.Po
1561 -rm -rf ./$(DEPDIR)
16501562 -rm -f Makefile
16511563 maintainer-clean-am: distclean-am maintainer-clean-generic
16521564
16711583
16721584 .MAKE: install-am install-strip
16731585
1674 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1675 clean-generic clean-libtool clean-noinstPROGRAMS \
1676 clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
1677 distclean-compile distclean-generic distclean-libtool \
1678 distclean-tags distdir dvi dvi-am html html-am info info-am \
1679 install install-am install-data install-data-am \
1680 install-data-local install-dist_dbusserviceDATA \
1586 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1587 clean-libtool clean-noinstPROGRAMS clean-sbinPROGRAMS \
1588 cscopelist-am ctags ctags-am distclean distclean-compile \
1589 distclean-generic distclean-libtool distclean-tags distdir dvi \
1590 dvi-am html html-am info info-am install install-am \
1591 install-data install-data-am install-data-local \
1592 install-dist_dbusserviceDATA \
16811593 install-dist_dbussystemservicesDATA \
16821594 install-dist_introspectionDATA install-dist_pkgdataDATA \
16831595 install-dist_serviceDATA install-dvi install-dvi-am \
5656 [reflector]
5757 #enable-reflector=no
5858 #reflect-ipv=no
59 #reflect-filters=_airplay._tcp.local,_raop._tcp.local
5960
6061 [rlimits]
6162 #rlimit-as=
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_async_address_resolver_free(AsyncAddressResolverInfo *i) {
35 const AvahiPoll *poll_api = NULL;
36
3437 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40
41 if (i->delay_timeout)
42 poll_api->timeout_free(i->delay_timeout);
3543
3644 if (i->address_resolver)
3745 avahi_s_address_resolver_free(i->address_resolver);
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_async_host_name_resolver_free(AsyncHostNameResolverInfo *i) {
35 const AvahiPoll *poll_api = NULL;
36
3437 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40
41 if (i->delay_timeout)
42 poll_api->timeout_free(i->delay_timeout);
3543
3644 if (i->host_name_resolver)
3745 avahi_s_host_name_resolver_free(i->host_name_resolver);
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_async_service_resolver_free(AsyncServiceResolverInfo *i) {
34 assert(i);
35 const AvahiPoll *poll_api = NULL;
36
37 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40
41 if (i->delay_timeout)
42 poll_api->timeout_free(i->delay_timeout);
3543
3644 if (i->service_resolver)
3745 avahi_s_service_resolver_free(i->service_resolver);
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_domain_browser_free(DomainBrowserInfo *i) {
35 const AvahiPoll *poll_api = NULL;
36
3437 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40
41 if (i->delay_timeout)
42 poll_api->timeout_free(i->delay_timeout);
3543
3644 if (i->domain_browser)
3745 avahi_s_domain_browser_free(i->domain_browser);
7171 Client *client;
7272 AvahiSHostNameResolver *host_name_resolver;
7373 char *path;
74 AvahiTimeout *delay_timeout;
7475
7576 AVAHI_LLIST_FIELDS(AsyncHostNameResolverInfo, async_host_name_resolvers);
7677 };
8889 Client *client;
8990 AvahiSAddressResolver *address_resolver;
9091 char *path;
92 AvahiTimeout *delay_timeout;
9193
9294 AVAHI_LLIST_FIELDS(AsyncAddressResolverInfo, async_address_resolvers);
9395 };
9799 Client *client;
98100 AvahiSDomainBrowser *domain_browser;
99101 char *path;
102 AvahiTimeout *delay_timeout;
100103
101104 AVAHI_LLIST_FIELDS(DomainBrowserInfo, domain_browsers);
102105 };
106109 Client *client;
107110 AvahiSServiceTypeBrowser *service_type_browser;
108111 char *path;
112 AvahiTimeout *delay_timeout;
109113
110114 AVAHI_LLIST_FIELDS(ServiceTypeBrowserInfo, service_type_browsers);
111115 };
115119 Client *client;
116120 AvahiSServiceBrowser *service_browser;
117121 char *path;
122 AvahiTimeout *delay_timeout;
118123
119124 AVAHI_LLIST_FIELDS(ServiceBrowserInfo, service_browsers);
120125 };
132137 Client *client;
133138 AvahiSServiceResolver *service_resolver;
134139 char *path;
140 AvahiTimeout *delay_timeout;
135141
136142 AVAHI_LLIST_FIELDS(AsyncServiceResolverInfo, async_service_resolvers);
137143 };
141147 Client *client;
142148 AvahiSRecordBrowser *record_browser;
143149 char *path;
150 AvahiTimeout *delay_timeout;
144151
145152 AVAHI_LLIST_FIELDS(RecordBrowserInfo, record_browsers);
146153 };
484484 i->id = ++client->current_id;
485485 i->client = client;
486486 i->path = NULL;
487 i->delay_timeout = NULL;
487488 AVAHI_LLIST_PREPEND(DomainBrowserInfo, domain_browsers, client->domain_browsers, i);
488489 client->n_objects++;
489490
541542 i->id = ++client->current_id;
542543 i->client = client;
543544 i->path = NULL;
545 i->delay_timeout = NULL;
544546 AVAHI_LLIST_PREPEND(ServiceTypeBrowserInfo, service_type_browsers, client->service_type_browsers, i);
545547 client->n_objects++;
546548
599601 i->id = ++client->current_id;
600602 i->client = client;
601603 i->path = NULL;
604 i->delay_timeout = NULL;
602605 AVAHI_LLIST_PREPEND(ServiceBrowserInfo, service_browsers, client->service_browsers, i);
603606 client->n_objects++;
604607
711714 i->id = ++client->current_id;
712715 i->client = client;
713716 i->path = NULL;
717 i->delay_timeout = NULL;
714718 AVAHI_LLIST_PREPEND(AsyncServiceResolverInfo, async_service_resolvers, client->async_service_resolvers, i);
715719 client->n_objects++;
716720
809813 i->id = ++client->current_id;
810814 i->client = client;
811815 i->path = NULL;
816 i->delay_timeout = NULL;
812817 AVAHI_LLIST_PREPEND(AsyncHostNameResolverInfo, async_host_name_resolvers, client->async_host_name_resolvers, i);
813818 client->n_objects++;
814819
911916 i->id = ++client->current_id;
912917 i->client = client;
913918 i->path = NULL;
919 i->delay_timeout = NULL;
914920 AVAHI_LLIST_PREPEND(AsyncAddressResolverInfo, async_address_resolvers, client->async_address_resolvers, i);
915921 client->n_objects++;
916922
971977 i->id = ++client->current_id;
972978 i->client = client;
973979 i->path = NULL;
980 i->delay_timeout = NULL;
974981 AVAHI_LLIST_PREPEND(RecordBrowserInfo, record_browsers, client->record_browsers, i);
975982 client->n_objects++;
976983
10691076 if (dbus_message_is_method_call(m, iface, "DomainBrowserNew")) {
10701077 DomainBrowserInfo *db = NULL;
10711078 r = dbus_prepare_domain_browser_object(&db, c, m, error);
1072 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(DomainBrowserInfo, domain_browser), db);
1079 if (db)
1080 db->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(DomainBrowserInfo, domain_browser), db);
10731081 return r;
10741082
10751083 } else if (dbus_message_is_method_call(m, iface, "ServiceTypeBrowserNew")) {
10761084 ServiceTypeBrowserInfo *stbi = NULL;
10771085 r = dbus_prepare_service_type_browser_object(&stbi, c, m, error);
1078 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(ServiceTypeBrowserInfo, service_type_browser), stbi);
1086 if (stbi)
1087 stbi->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(ServiceTypeBrowserInfo, service_type_browser), stbi);
10791088 return r;
10801089
10811090 } else if (dbus_message_is_method_call(m, iface, "ServiceBrowserNew")) {
10821091 ServiceBrowserInfo *sbi = NULL;
10831092 r = dbus_prepare_service_browser_object(&sbi, c, m, error);
1084 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(ServiceBrowserInfo, service_browser), sbi);
1093 if (sbi)
1094 sbi->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(ServiceBrowserInfo, service_browser), sbi);
10851095 return r;
10861096
10871097 } else if (dbus_message_is_method_call(m, iface, "ServiceResolverNew")) {
10881098 AsyncServiceResolverInfo *sri = NULL;
10891099 r = dbus_prepare_async_service_resolver_object(&sri, c, m, error);
1090 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(AsyncServiceResolverInfo, service_resolver), sri);
1100 if (sri)
1101 sri->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(AsyncServiceResolverInfo, service_resolver), sri);
10911102 return r;
10921103
10931104 } else if (dbus_message_is_method_call(m, iface, "HostNameResolverNew")) {
10941105 AsyncHostNameResolverInfo *hri = NULL;
10951106 r = dbus_prepare_async_host_name_resolver_object(&hri, c, m, error);
1096 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(AsyncHostNameResolverInfo, host_name_resolver), hri);
1107 if (hri)
1108 hri->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(AsyncHostNameResolverInfo, host_name_resolver), hri);
10971109 return r;
10981110
10991111 } else if (dbus_message_is_method_call(m, iface, "AddressResolverNew")) {
11001112 AsyncAddressResolverInfo *ari = NULL;
11011113 r = dbus_prepare_async_address_resolver_object(&ari, c, m, error);
1102 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(AsyncAddressResolverInfo, address_resolver), ari);
1114 if (ari)
1115 ari->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(AsyncAddressResolverInfo, address_resolver), ari);
11031116 return r;
11041117
11051118 } else if (dbus_message_is_method_call(m, iface, "RecordBrowserNew")) {
11061119 RecordBrowserInfo *rbi = NULL;
11071120 r = dbus_prepare_record_browser_object(&rbi, c, m, error);
1108 poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(RecordBrowserInfo, record_browser), rbi);
1121 if (rbi)
1122 rbi->delay_timeout = poll_api->timeout_new(poll_api, &tv, GET_DBUS_DELAY_FUNC(RecordBrowserInfo, record_browser), rbi);
11091123 return r;
11101124 }
11111125
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_record_browser_free(RecordBrowserInfo *i) {
35 const AvahiPoll *poll_api = NULL;
36
3437 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40 if (i->delay_timeout)
41 poll_api->timeout_free(i->delay_timeout);
3542
3643 if (i->record_browser)
3744 avahi_s_record_browser_free(i->record_browser);
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_service_browser_free(ServiceBrowserInfo *i) {
35 const AvahiPoll *poll_api = NULL;
36
3437 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40
41 if (i->delay_timeout)
42 poll_api->timeout_free(i->delay_timeout);
3543
3644 if (i->service_browser)
3745 avahi_s_service_browser_free(i->service_browser);
2929
3030 #include "dbus-util.h"
3131 #include "dbus-internal.h"
32 #include "main.h"
3233
3334 void avahi_dbus_service_type_browser_free(ServiceTypeBrowserInfo *i) {
35 const AvahiPoll *poll_api = NULL;
36
3437 assert(i);
38
39 poll_api = avahi_simple_poll_get(simple_poll_api);
40
41 if (i->delay_timeout)
42 poll_api->timeout_free(i->delay_timeout);
3543
3644 if (i->service_type_browser)
3745 avahi_s_service_type_browser_free(i->service_type_browser);
825825 c->server_config.enable_reflector = is_yes(p->value);
826826 else if (strcasecmp(p->key, "reflect-ipv") == 0)
827827 c->server_config.reflect_ipv = is_yes(p->value);
828 else if (strcasecmp(p->key, "reflect-filters") == 0) {
829 char **e, **t;
830
831 avahi_string_list_free(c->server_config.reflect_filters);
832 c->server_config.reflect_filters = NULL;
833 e = avahi_split_csv(p->value);
834
835 for (t = e; *t; t++)
836 c->server_config.reflect_filters = avahi_string_list_add(c->server_config.reflect_filters, *t);
837
838 avahi_strfreev(e);
839 }
828840 else {
829841 avahi_log_error("Invalid configuration key \"%s\" in group \"%s\"\n", p->key, g->name);
830842 goto finish;
626626
627627 switch (u->txt_type) {
628628 case TXT_RECORD_VALUE_TEXT:
629 value_buf_len = strlen(u->buf);
630 value_buf = (uint8_t*)u->buf;
629 if (u->buf != NULL) {
630 value_buf_len = strlen(u->buf);
631 value_buf = (uint8_t*)u->buf;
632 } else {
633 value_buf_len = 0;
634 value_buf = (uint8_t*)"";
635 }
631636 break;
632637
633638 case TXT_RECORD_VALUE_BINARY_HEX:
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
182182 am__v_at_1 =
183183 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
184184 depcomp = $(SHELL) $(top_srcdir)/depcomp
185 am__maybe_remake_depfiles = depfiles
186 am__depfiles_remade = ./$(DEPDIR)/avahi_discover_standalone-main.Po
185 am__depfiles_maybe = depfiles
187186 am__mv = mv -f
188187 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
189188 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
556555 *config.status*) \
557556 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
558557 *) \
559 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
560 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
558 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
559 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
561560 esac;
562561
563562 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
628627 distclean-compile:
629628 -rm -f *.tab.c
630629
631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_discover_standalone-main.Po@am__quote@ # am--include-marker
632
633 $(am__depfiles_remade):
634 @$(MKDIR_P) $(@D)
635 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
636
637 am--depfiles: $(am__depfiles_remade)
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_discover_standalone-main.Po@am__quote@
638631
639632 .c.o:
640633 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
750743 distclean-tags:
751744 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
752745
753 distdir: $(BUILT_SOURCES)
754 $(MAKE) $(AM_MAKEFLAGS) distdir-am
755
756 distdir-am: $(DISTFILES)
746 distdir: $(DISTFILES)
757747 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
758748 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
759749 list='$(DISTFILES)'; \
825815 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
826816
827817 distclean: distclean-am
828 -rm -f ./$(DEPDIR)/avahi_discover_standalone-main.Po
818 -rm -rf ./$(DEPDIR)
829819 -rm -f Makefile
830820 distclean-am: clean-am distclean-compile distclean-generic \
831821 distclean-tags
871861 installcheck-am:
872862
873863 maintainer-clean: maintainer-clean-am
874 -rm -f ./$(DEPDIR)/avahi_discover_standalone-main.Po
864 -rm -rf ./$(DEPDIR)
875865 -rm -f Makefile
876866 maintainer-clean-am: distclean-am maintainer-clean-generic
877867
892882
893883 .MAKE: install-am install-strip
894884
895 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
885 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
896886 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
897887 ctags ctags-am distclean distclean-compile distclean-generic \
898888 distclean-libtool distclean-tags distdir dvi dvi-am html \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
194194 am__v_at_1 =
195195 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
196196 depcomp = $(SHELL) $(top_srcdir)/depcomp
197 am__maybe_remake_depfiles = depfiles
198 am__depfiles_remade = ./$(DEPDIR)/avahi_dnsconfd-main.Po
197 am__depfiles_maybe = depfiles
199198 am__mv = mv -f
200199 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201200 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
533532 *config.status*) \
534533 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
535534 *) \
536 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
537 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
535 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
536 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
538537 esac;
539538
540539 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
640639 distclean-compile:
641640 -rm -f *.tab.c
642641
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_dnsconfd-main.Po@am__quote@ # am--include-marker
644
645 $(am__depfiles_remade):
646 @$(MKDIR_P) $(@D)
647 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
648
649 am--depfiles: $(am__depfiles_remade)
642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_dnsconfd-main.Po@am__quote@
650643
651644 .c.o:
652645 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
762755 distclean-tags:
763756 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
764757
765 distdir: $(BUILT_SOURCES)
766 $(MAKE) $(AM_MAKEFLAGS) distdir-am
767
768 distdir-am: $(DISTFILES)
758 distdir: $(DISTFILES)
769759 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
770760 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
771761 list='$(DISTFILES)'; \
839829 mostlyclean-am
840830
841831 distclean: distclean-am
842 -rm -f ./$(DEPDIR)/avahi_dnsconfd-main.Po
832 -rm -rf ./$(DEPDIR)
843833 -rm -f Makefile
844834 distclean-am: clean-am distclean-compile distclean-generic \
845835 distclean-tags
886876 installcheck-am:
887877
888878 maintainer-clean: maintainer-clean-am
889 -rm -f ./$(DEPDIR)/avahi_dnsconfd-main.Po
879 -rm -rf ./$(DEPDIR)
890880 -rm -f Makefile
891881 maintainer-clean-am: distclean-am maintainer-clean-generic
892882
908898
909899 .MAKE: install-am install-strip
910900
911 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
912 clean-generic clean-libtool clean-sbinPROGRAMS cscopelist-am \
913 ctags ctags-am distclean distclean-compile distclean-generic \
901 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
902 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
903 distclean distclean-compile distclean-generic \
914904 distclean-libtool distclean-tags distdir dvi dvi-am html \
915905 html-am info info-am install install-am install-data \
916906 install-data-am install-dvi install-dvi-am install-exec \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
136136 CONFIG_HEADER = $(top_builddir)/config.h
137137 CONFIG_CLEAN_FILES =
138138 CONFIG_CLEAN_VPATH_FILES =
139 PROGRAMS = $(noinst_PROGRAMS)
140139 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141140 am__vpath_adj = case $$p in \
142141 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
186185 $(libavahi_glib_la_CFLAGS) $(CFLAGS) \
187186 $(libavahi_glib_la_LDFLAGS) $(LDFLAGS) -o $@
188187 @HAVE_GLIB_TRUE@am_libavahi_glib_la_rpath = -rpath $(libdir)
188 PROGRAMS = $(noinst_PROGRAMS)
189189 am__glib_watch_test_SOURCES_DIST = glib-watch.c glib-watch.h \
190190 glib-watch-test.c
191191 @HAVE_GLIB_TRUE@am_glib_watch_test_OBJECTS = \
213213 am__v_at_1 =
214214 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
215215 depcomp = $(SHELL) $(top_srcdir)/depcomp
216 am__maybe_remake_depfiles = depfiles
217 am__depfiles_remade = ./$(DEPDIR)/glib_watch_test-glib-watch-test.Po \
218 ./$(DEPDIR)/glib_watch_test-glib-watch.Po \
219 ./$(DEPDIR)/libavahi_glib_la-glib-malloc.Plo \
220 ./$(DEPDIR)/libavahi_glib_la-glib-watch.Plo
216 am__depfiles_maybe = depfiles
221217 am__mv = mv -f
222218 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
223219 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
563559 *config.status*) \
564560 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
565561 *) \
566 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
567 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
562 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
563 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
568564 esac;
569565
570566 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
575571 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
576572 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
577573 $(am__aclocal_m4_deps):
578
579 clean-noinstPROGRAMS:
580 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
581 echo " rm -f" $$list; \
582 rm -f $$list || exit $$?; \
583 test -n "$(EXEEXT)" || exit 0; \
584 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
585 echo " rm -f" $$list; \
586 rm -f $$list
587574
588575 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
589576 @$(NORMAL_INSTALL)
623610 libavahi-glib.la: $(libavahi_glib_la_OBJECTS) $(libavahi_glib_la_DEPENDENCIES) $(EXTRA_libavahi_glib_la_DEPENDENCIES)
624611 $(AM_V_CCLD)$(libavahi_glib_la_LINK) $(am_libavahi_glib_la_rpath) $(libavahi_glib_la_OBJECTS) $(libavahi_glib_la_LIBADD) $(LIBS)
625612
613 clean-noinstPROGRAMS:
614 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
615 echo " rm -f" $$list; \
616 rm -f $$list || exit $$?; \
617 test -n "$(EXEEXT)" || exit 0; \
618 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
619 echo " rm -f" $$list; \
620 rm -f $$list
621
626622 glib-watch-test$(EXEEXT): $(glib_watch_test_OBJECTS) $(glib_watch_test_DEPENDENCIES) $(EXTRA_glib_watch_test_DEPENDENCIES)
627623 @rm -f glib-watch-test$(EXEEXT)
628624 $(AM_V_CCLD)$(glib_watch_test_LINK) $(glib_watch_test_OBJECTS) $(glib_watch_test_LDADD) $(LIBS)
633629 distclean-compile:
634630 -rm -f *.tab.c
635631
636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_watch_test-glib-watch-test.Po@am__quote@ # am--include-marker
637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_watch_test-glib-watch.Po@am__quote@ # am--include-marker
638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_glib_la-glib-malloc.Plo@am__quote@ # am--include-marker
639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_glib_la-glib-watch.Plo@am__quote@ # am--include-marker
640
641 $(am__depfiles_remade):
642 @$(MKDIR_P) $(@D)
643 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
644
645 am--depfiles: $(am__depfiles_remade)
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_watch_test-glib-watch-test.Po@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_watch_test-glib-watch.Po@am__quote@
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_glib_la-glib-malloc.Plo@am__quote@
635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_glib_la-glib-watch.Plo@am__quote@
646636
647637 .c.o:
648638 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
786776 distclean-tags:
787777 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
788778
789 distdir: $(BUILT_SOURCES)
790 $(MAKE) $(AM_MAKEFLAGS) distdir-am
791
792 distdir-am: $(DISTFILES)
779 distdir: $(DISTFILES)
793780 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
794781 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
795782 list='$(DISTFILES)'; \
821808 done
822809 check-am: all-am
823810 check: check-am
824 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
811 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
825812 installdirs:
826813 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiglibincludedir)"; do \
827814 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
862849 clean-noinstPROGRAMS mostlyclean-am
863850
864851 distclean: distclean-am
865 -rm -f ./$(DEPDIR)/glib_watch_test-glib-watch-test.Po
866 -rm -f ./$(DEPDIR)/glib_watch_test-glib-watch.Po
867 -rm -f ./$(DEPDIR)/libavahi_glib_la-glib-malloc.Plo
868 -rm -f ./$(DEPDIR)/libavahi_glib_la-glib-watch.Plo
852 -rm -rf ./$(DEPDIR)
869853 -rm -f Makefile
870854 distclean-am: clean-am distclean-compile distclean-generic \
871855 distclean-tags
911895 installcheck-am:
912896
913897 maintainer-clean: maintainer-clean-am
914 -rm -f ./$(DEPDIR)/glib_watch_test-glib-watch-test.Po
915 -rm -f ./$(DEPDIR)/glib_watch_test-glib-watch.Po
916 -rm -f ./$(DEPDIR)/libavahi_glib_la-glib-malloc.Plo
917 -rm -f ./$(DEPDIR)/libavahi_glib_la-glib-watch.Plo
898 -rm -rf ./$(DEPDIR)
918899 -rm -f Makefile
919900 maintainer-clean-am: distclean-am maintainer-clean-generic
920901
936917
937918 .MAKE: install-am install-strip
938919
939 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
940 clean-generic clean-libLTLIBRARIES clean-libtool \
941 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
942 distclean-compile distclean-generic distclean-libtool \
943 distclean-tags distdir dvi dvi-am html html-am info info-am \
944 install install-am install-avahiglibincludeHEADERS \
945 install-data install-data-am install-dvi install-dvi-am \
946 install-exec install-exec-am install-html install-html-am \
947 install-info install-info-am install-libLTLIBRARIES \
948 install-man install-pdf install-pdf-am install-ps \
949 install-ps-am install-strip installcheck installcheck-am \
950 installdirs maintainer-clean maintainer-clean-generic \
951 mostlyclean mostlyclean-compile mostlyclean-generic \
952 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
953 uninstall-am uninstall-avahiglibincludeHEADERS \
954 uninstall-libLTLIBRARIES
920 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
921 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
922 cscopelist-am ctags ctags-am distclean distclean-compile \
923 distclean-generic distclean-libtool distclean-tags distdir dvi \
924 dvi-am html html-am info info-am install install-am \
925 install-avahiglibincludeHEADERS install-data install-data-am \
926 install-dvi install-dvi-am install-exec install-exec-am \
927 install-html install-html-am install-info install-info-am \
928 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
929 install-ps install-ps-am install-strip installcheck \
930 installcheck-am installdirs maintainer-clean \
931 maintainer-clean-generic mostlyclean mostlyclean-compile \
932 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
933 tags tags-am uninstall uninstall-am \
934 uninstall-avahiglibincludeHEADERS uninstall-libLTLIBRARIES
955935
956936 .PRECIOUS: Makefile
957937
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
219219 am__v_at_1 =
220220 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
221221 depcomp = $(SHELL) $(top_srcdir)/depcomp
222 am__maybe_remake_depfiles = depfiles
223 am__depfiles_remade = \
224 ./$(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo \
225 ./$(DEPDIR)/libavahi_gobject_la-ga-client.Plo \
226 ./$(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo \
227 ./$(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo \
228 ./$(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo \
229 ./$(DEPDIR)/libavahi_gobject_la-ga-error.Plo \
230 ./$(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo \
231 ./$(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo \
232 ./$(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo \
233 ./$(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo
222 am__depfiles_maybe = depfiles
234223 am__mv = mv -f
235224 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
236225 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
620609 *config.status*) \
621610 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
622611 *) \
623 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
624 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
612 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
613 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
625614 esac;
626615
627616 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
677666 distclean-compile:
678667 -rm -f *.tab.c
679668
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo@am__quote@ # am--include-marker
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-client.Plo@am__quote@ # am--include-marker
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo@am__quote@ # am--include-marker
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo@am__quote@ # am--include-marker
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo@am__quote@ # am--include-marker
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-error.Plo@am__quote@ # am--include-marker
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo@am__quote@ # am--include-marker
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo@am__quote@ # am--include-marker
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo@am__quote@ # am--include-marker
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo@am__quote@ # am--include-marker
690
691 $(am__depfiles_remade):
692 @$(MKDIR_P) $(@D)
693 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
694
695 am--depfiles: $(am__depfiles_remade)
669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo@am__quote@
670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-client.Plo@am__quote@
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo@am__quote@
672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo@am__quote@
673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo@am__quote@
674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-error.Plo@am__quote@
675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo@am__quote@
676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo@am__quote@
677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo@am__quote@
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo@am__quote@
696679
697680 .c.o:
698681 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
908891 @HAVE_DBUS_FALSE@dist-hook:
909892 @HAVE_GOBJECT_FALSE@dist-hook:
910893
911 distdir: $(BUILT_SOURCES)
912 $(MAKE) $(AM_MAKEFLAGS) distdir-am
913
914 distdir-am: $(DISTFILES)
894 distdir: $(DISTFILES)
915895 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
916896 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
917897 list='$(DISTFILES)'; \
991971 mostlyclean-am
992972
993973 distclean: distclean-am
994 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo
995 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-client.Plo
996 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo
997 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo
998 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo
999 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-error.Plo
1000 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo
1001 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo
1002 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo
1003 -rm -f ./$(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo
974 -rm -rf ./$(DEPDIR)
1004975 -rm -f Makefile
1005976 distclean-am: clean-am distclean-compile distclean-generic \
1006977 distclean-tags
10471018 installcheck-am:
10481019
10491020 maintainer-clean: maintainer-clean-am
1050 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-client-enumtypes.Plo
1051 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-client.Plo
1052 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-entry-group-enumtypes.Plo
1053 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-entry-group.Plo
1054 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-enums-enumtypes.Plo
1055 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-error.Plo
1056 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-record-browser.Plo
1057 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-service-browser.Plo
1058 -rm -f ./$(DEPDIR)/libavahi_gobject_la-ga-service-resolver.Plo
1059 -rm -f ./$(DEPDIR)/libavahi_gobject_la-signals-marshal.Plo
1021 -rm -rf ./$(DEPDIR)
10601022 -rm -f Makefile
10611023 maintainer-clean-am: distclean-am maintainer-clean-generic
10621024
10781040
10791041 .MAKE: all check install install-am install-strip
10801042
1081 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1082 clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
1083 ctags ctags-am dist-hook distclean distclean-compile \
1043 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1044 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1045 ctags-am dist-hook distclean distclean-compile \
10841046 distclean-generic distclean-libtool distclean-tags distdir dvi \
10851047 dvi-am html html-am info info-am install install-am \
10861048 install-avahigobjectincludeHEADERS install-data \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
135135 CONFIG_HEADER = $(top_builddir)/config.h
136136 CONFIG_CLEAN_FILES =
137137 CONFIG_CLEAN_VPATH_FILES =
138 PROGRAMS = $(noinst_PROGRAMS)
139138 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140139 am__vpath_adj = case $$p in \
141140 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
184183 $(libavahi_libevent_la_CFLAGS) $(CFLAGS) \
185184 $(libavahi_libevent_la_LDFLAGS) $(LDFLAGS) -o $@
186185 @HAVE_LIBEVENT_TRUE@am_libavahi_libevent_la_rpath = -rpath $(libdir)
186 PROGRAMS = $(noinst_PROGRAMS)
187187 am__libevent_watch_test_SOURCES_DIST = libevent-watch.c \
188188 libevent-watch.h libevent-watch-test.c
189189 @HAVE_LIBEVENT_TRUE@am_libevent_watch_test_OBJECTS = libevent_watch_test-libevent-watch.$(OBJEXT) \
210210 am__v_at_1 =
211211 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
212212 depcomp = $(SHELL) $(top_srcdir)/depcomp
213 am__maybe_remake_depfiles = depfiles
214 am__depfiles_remade = \
215 ./$(DEPDIR)/libavahi_libevent_la-libevent-watch.Plo \
216 ./$(DEPDIR)/libevent_watch_test-libevent-watch-test.Po \
217 ./$(DEPDIR)/libevent_watch_test-libevent-watch.Po
213 am__depfiles_maybe = depfiles
218214 am__mv = mv -f
219215 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220216 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
559555 *config.status*) \
560556 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
561557 *) \
562 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
563 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
558 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
559 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
564560 esac;
565561
566562 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
571567 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
572568 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
573569 $(am__aclocal_m4_deps):
574
575 clean-noinstPROGRAMS:
576 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
577 echo " rm -f" $$list; \
578 rm -f $$list || exit $$?; \
579 test -n "$(EXEEXT)" || exit 0; \
580 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
581 echo " rm -f" $$list; \
582 rm -f $$list
583570
584571 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
585572 @$(NORMAL_INSTALL)
619606 libavahi-libevent.la: $(libavahi_libevent_la_OBJECTS) $(libavahi_libevent_la_DEPENDENCIES) $(EXTRA_libavahi_libevent_la_DEPENDENCIES)
620607 $(AM_V_CCLD)$(libavahi_libevent_la_LINK) $(am_libavahi_libevent_la_rpath) $(libavahi_libevent_la_OBJECTS) $(libavahi_libevent_la_LIBADD) $(LIBS)
621608
609 clean-noinstPROGRAMS:
610 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
611 echo " rm -f" $$list; \
612 rm -f $$list || exit $$?; \
613 test -n "$(EXEEXT)" || exit 0; \
614 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
615 echo " rm -f" $$list; \
616 rm -f $$list
617
622618 libevent-watch-test$(EXEEXT): $(libevent_watch_test_OBJECTS) $(libevent_watch_test_DEPENDENCIES) $(EXTRA_libevent_watch_test_DEPENDENCIES)
623619 @rm -f libevent-watch-test$(EXEEXT)
624620 $(AM_V_CCLD)$(libevent_watch_test_LINK) $(libevent_watch_test_OBJECTS) $(libevent_watch_test_LDADD) $(LIBS)
629625 distclean-compile:
630626 -rm -f *.tab.c
631627
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_libevent_la-libevent-watch.Plo@am__quote@ # am--include-marker
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_watch_test-libevent-watch-test.Po@am__quote@ # am--include-marker
634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_watch_test-libevent-watch.Po@am__quote@ # am--include-marker
635
636 $(am__depfiles_remade):
637 @$(MKDIR_P) $(@D)
638 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
639
640 am--depfiles: $(am__depfiles_remade)
628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_libevent_la-libevent-watch.Plo@am__quote@
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_watch_test-libevent-watch-test.Po@am__quote@
630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_watch_test-libevent-watch.Po@am__quote@
641631
642632 .c.o:
643633 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
774764 distclean-tags:
775765 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
776766
777 distdir: $(BUILT_SOURCES)
778 $(MAKE) $(AM_MAKEFLAGS) distdir-am
779
780 distdir-am: $(DISTFILES)
767 distdir: $(DISTFILES)
781768 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
782769 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
783770 list='$(DISTFILES)'; \
809796 done
810797 check-am: all-am
811798 check: check-am
812 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS)
799 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
813800 installdirs:
814801 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahilibeventincludedir)"; do \
815802 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
850837 clean-noinstPROGRAMS mostlyclean-am
851838
852839 distclean: distclean-am
853 -rm -f ./$(DEPDIR)/libavahi_libevent_la-libevent-watch.Plo
854 -rm -f ./$(DEPDIR)/libevent_watch_test-libevent-watch-test.Po
855 -rm -f ./$(DEPDIR)/libevent_watch_test-libevent-watch.Po
840 -rm -rf ./$(DEPDIR)
856841 -rm -f Makefile
857842 distclean-am: clean-am distclean-compile distclean-generic \
858843 distclean-tags
898883 installcheck-am:
899884
900885 maintainer-clean: maintainer-clean-am
901 -rm -f ./$(DEPDIR)/libavahi_libevent_la-libevent-watch.Plo
902 -rm -f ./$(DEPDIR)/libevent_watch_test-libevent-watch-test.Po
903 -rm -f ./$(DEPDIR)/libevent_watch_test-libevent-watch.Po
886 -rm -rf ./$(DEPDIR)
904887 -rm -f Makefile
905888 maintainer-clean-am: distclean-am maintainer-clean-generic
906889
922905
923906 .MAKE: install-am install-strip
924907
925 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
926 clean-generic clean-libLTLIBRARIES clean-libtool \
927 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
928 distclean-compile distclean-generic distclean-libtool \
929 distclean-tags distdir dvi dvi-am html html-am info info-am \
930 install install-am install-avahilibeventincludeHEADERS \
931 install-data install-data-am install-dvi install-dvi-am \
932 install-exec install-exec-am install-html install-html-am \
933 install-info install-info-am install-libLTLIBRARIES \
934 install-man install-pdf install-pdf-am install-ps \
935 install-ps-am install-strip installcheck installcheck-am \
936 installdirs maintainer-clean maintainer-clean-generic \
937 mostlyclean mostlyclean-compile mostlyclean-generic \
938 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
939 uninstall-am uninstall-avahilibeventincludeHEADERS \
940 uninstall-libLTLIBRARIES
908 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
909 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
910 cscopelist-am ctags ctags-am distclean distclean-compile \
911 distclean-generic distclean-libtool distclean-tags distdir dvi \
912 dvi-am html html-am info info-am install install-am \
913 install-avahilibeventincludeHEADERS install-data \
914 install-data-am install-dvi install-dvi-am install-exec \
915 install-exec-am install-html install-html-am install-info \
916 install-info-am install-libLTLIBRARIES install-man install-pdf \
917 install-pdf-am install-ps install-ps-am install-strip \
918 installcheck installcheck-am installdirs maintainer-clean \
919 maintainer-clean-generic mostlyclean mostlyclean-compile \
920 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
921 tags tags-am uninstall uninstall-am \
922 uninstall-avahilibeventincludeHEADERS uninstall-libLTLIBRARIES
941923
942924 .PRECIOUS: Makefile
943925
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
194194 $(RECURSIVE_CLEAN_TARGETS) \
195195 $(am__extra_recursive_targets)
196196 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
197 distdir distdir-am
197 distdir
198198 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
199199 # Read a list of newline-separated strings from the standard input,
200200 # and print each of them once, without duplicates. Input order is
524524 *config.status*) \
525525 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
526526 *) \
527 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
528 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
527 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
528 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
529529 esac;
530530
531531 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
677677 distclean-tags:
678678 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
679679
680 distdir: $(BUILT_SOURCES)
681 $(MAKE) $(AM_MAKEFLAGS) distdir-am
682
683 distdir-am: $(DISTFILES)
680 distdir: $(DISTFILES)
684681 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
685682 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
686683 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
185185 am__avahi_PYTHON_DIST = __init__.py
186186 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
187187 am__pep3147_tweak = \
188 sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
188 sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
189189 py_compile = $(top_srcdir)/py-compile
190190 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191191 am__tty_colors_dummy = \
645645 *config.status*) \
646646 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
647647 *) \
648 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
649 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
648 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
649 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
650650 esac;
651651
652652 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
731731 dir='$(DESTDIR)$(avahidir)'; \
732732 pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
733733 pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
734 py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
735 echo "$$py_files_pep3147";\
736 pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
737 pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
734738 st=0; \
735 for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
739 for files in \
740 "$$py_files" \
741 "$$pyc_files" \
742 "$$pyo_files" \
743 "$$pyc_files_pep3147" \
744 "$$pyo_files_pep3147" \
745 ; do \
736746 $(am__uninstall_files_from_dir) || st=$$?; \
737747 done; \
738 dir='$(DESTDIR)$(avahidir)/__pycache__'; \
739 echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
740 while read files; do \
741 $(am__uninstall_files_from_dir) || st=$$?; \
742 done || exit $$?; \
743748 exit $$st
744749 tags TAGS:
745750
868873 fi; \
869874 $$success || exit 1
870875
871 check-TESTS:
876 check-TESTS:
872877 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
873878 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
874879 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
904909 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_PY_LOG_DRIVER_FLAGS) $(PY_LOG_DRIVER_FLAGS) -- $(PY_LOG_COMPILE) \
905910 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
906911
907 distdir: $(BUILT_SOURCES)
908 $(MAKE) $(AM_MAKEFLAGS) distdir-am
909
910 distdir-am: $(DISTFILES)
912 distdir: $(DISTFILES)
911913 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
912914 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
913915 list='$(DISTFILES)'; \
1919 import sys, getopt, os
2020
2121 try:
22 import avahi, gobject, dbus
22 from gi.repository import GObject
23 import avahi, dbus
2324 except ImportError:
24 print "Sorry, to use this tool you need to install Avahi and python-dbus."
25 print("Sorry, to use this tool you need to install Avahi and python-dbus.")
2526 sys.exit(1)
2627
2728 try:
9495 else:
9596 t += '<ul style="padding: 0px; margin: 20px; list-style-type: none">'
9697
97 for k, v in self.services.iteritems():
98 for k, v in self.services.items():
9899
99100 if v[3] == 80:
100101 port = ''
108109
109110 t += '<hr noshade/><p style="font-size: 8; font-family: sans-serif">Served by %s</p></body></html>' % self.version_string
110111
111 return str(t)
112 return str(t).encode('utf-8')
112113
113114
114115 def new_service(self, interface, protocol, name, type, domain, flags):
137138
138139 def usage(retval = 0):
139140
140 print "%s [options]\n" % sys.argv[0]
141 print " -h --help Show this help"
142 print " -c --cgi Run as a CGI instead of as a server (default to server"
143 print " unless environment variable GATEWAY_INTERFACE is set)"
144 print " -t --timeout MS Specify the max time for CGI browsing (default %u)" % timeout
145 print " -p --port PORT Specify the port to use (default %u)" % port
146 print " -a --address ADDRESS Specify the address to bind to (default %s)" % address
147 print " -H --host-names Show links with real hostnames"
148 print " -A --addresses Show links with numeric IP addresses"
149 print " -d --domain DOMAIN Specify the domain to browse"
141 print("%s [options]\n" % sys.argv[0])
142 print(" -h --help Show this help")
143 print(" -c --cgi Run as a CGI instead of as a server (default to server")
144 print(" unless environment variable GATEWAY_INTERFACE is set)")
145 print(" -t --timeout MS Specify the max time for CGI browsing (default %u)" % timeout)
146 print(" -p --port PORT Specify the port to use (default %u)" % port)
147 print(" -a --address ADDRESS Specify the address to bind to (default %s)" % address)
148 print(" -H --host-names Show links with real hostnames")
149 print(" -A --addresses Show links with numeric IP addresses")
150 print(" -d --domain DOMAIN Specify the domain to browse" )
150151 sys.exit(retval)
151152
152153 try:
180181 domain = a
181182
182183 if use_CGI is None:
183 use_CGI = os.environ.has_key("GATEWAY_INTERFACE")
184 use_CGI = "GATEWAY_INTERFACE" in os.environ
184185
185186 if use_CGI:
186187 cgi = AvahiBookmarks(use_host_names)
187188
188 mainloop = gobject.MainLoop()
189 gobject.timeout_add(timeout, mainloop.quit)
189 mainloop = GObject.MainLoop()
190 GObject.timeout_add(timeout, mainloop.quit)
190191
191192 try:
192193 mainloop.run()
193194 except KeyboardInterrupt:
194195 pass
195196
196 print 'Content-type: text/html\n\n' + cgi.render_html()
197 print('Content-type: text/html\n\n' + cgi.render_html())
197198
198199 else:
199200 try:
200 from twisted.internet import glib2reactor
201 glib2reactor.install()
201 from twisted.internet import gireactor
202 gireactor.install()
202203 from twisted.internet import reactor
203204 from twisted.web import server, resource
204205 except ImportError:
205 print "Sorry, to use this tool as a server you need to install twisted and twisted.web.\n"
206 sys.exit(1)
206 raise
207 print("Sorry, to use this tool as a server you need to install twisted and twisted.web.\n")
208 sys.exit(1)
207209
208210 class AvahiBookmarksServer(AvahiBookmarks, resource.Resource):
209211 isLeaf = True
218220 site = server.Site(AvahiBookmarksServer(use_host_names))
219221 reactor.listenTCP(port, site, interface=address)
220222
221 print "Now point your web browser to http://%s:%u/!" % (address, port)
223 print("Now point your web browser to http://%s:%u/!" % (address, port))
222224
223225 try:
224226 reactor.run()
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
474474 *config.status*) \
475475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
476476 *) \
477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
478 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
478 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
479479 esac;
480480
481481 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
555555 cscope cscopelist:
556556
557557
558 distdir: $(BUILT_SOURCES)
559 $(MAKE) $(AM_MAKEFLAGS) distdir-am
560
561 distdir-am: $(DISTFILES)
558 distdir: $(DISTFILES)
562559 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
563560 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564561 list='$(DISTFILES)'; \
209209 self.new_service_type(interface, protocol, self.stype, domain)
210210
211211 def new_domain(self,interface, protocol, domain, flags):
212 if self.zc_ifaces.has_key((interface,protocol)) == False:
212 if (interface,protocol) not in self.zc_ifaces:
213213 ifn = self.get_interface_name(interface, protocol)
214214 self.zc_ifaces[(interface,protocol)] = self.insert_row(self.treemodel, None, ifn,None,interface,protocol,None,domain)
215 if self.zc_domains.has_key((interface,protocol,domain)) == False:
215 if (interface,protocol,domain) not in self.zc_domains:
216216 self.zc_domains[(interface,protocol,domain)] = self.insert_row(self.treemodel, self.zc_ifaces[(interface,protocol)], domain,None,interface,protocol,None,domain)
217217 if domain != "local":
218218 self.browse_domain(interface, protocol, domain)
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
234234 am__v_at_1 =
235235 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
236236 depcomp = $(SHELL) $(top_srcdir)/depcomp
237 am__maybe_remake_depfiles = depfiles
238 am__depfiles_remade = ./$(DEPDIR)/libavahi_qt3_la-qt-watch.Plo \
239 ./$(DEPDIR)/libavahi_qt4_la-qt-watch.Plo \
240 ./$(DEPDIR)/libavahi_qt5_la-qt-watch.Plo
237 am__depfiles_maybe = depfiles
241238 am__mv = mv -f
242239 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
243240 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
599596 *config.status*) \
600597 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
601598 *) \
602 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
603 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
599 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
600 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
604601 esac;
605602
606603 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
662659 distclean-compile:
663660 -rm -f *.tab.c
664661
665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt3_la-qt-watch.Plo@am__quote@ # am--include-marker
666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt4_la-qt-watch.Plo@am__quote@ # am--include-marker
667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt5_la-qt-watch.Plo@am__quote@ # am--include-marker
668
669 $(am__depfiles_remade):
670 @$(MKDIR_P) $(@D)
671 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
672
673 am--depfiles: $(am__depfiles_remade)
662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt3_la-qt-watch.Plo@am__quote@
663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt4_la-qt-watch.Plo@am__quote@
664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_qt5_la-qt-watch.Plo@am__quote@
674665
675666 .cpp.o:
676667 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
835826 distclean-tags:
836827 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
837828
838 distdir: $(BUILT_SOURCES)
839 $(MAKE) $(AM_MAKEFLAGS) distdir-am
840
841 distdir-am: $(DISTFILES)
829 distdir: $(DISTFILES)
842830 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
843831 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
844832 list='$(DISTFILES)'; \
915903 mostlyclean-am
916904
917905 distclean: distclean-am
918 -rm -f ./$(DEPDIR)/libavahi_qt3_la-qt-watch.Plo
919 -rm -f ./$(DEPDIR)/libavahi_qt4_la-qt-watch.Plo
920 -rm -f ./$(DEPDIR)/libavahi_qt5_la-qt-watch.Plo
906 -rm -rf ./$(DEPDIR)
921907 -rm -f Makefile
922908 distclean-am: clean-am distclean-compile distclean-generic \
923909 distclean-tags
964950 installcheck-am:
965951
966952 maintainer-clean: maintainer-clean-am
967 -rm -f ./$(DEPDIR)/libavahi_qt3_la-qt-watch.Plo
968 -rm -f ./$(DEPDIR)/libavahi_qt4_la-qt-watch.Plo
969 -rm -f ./$(DEPDIR)/libavahi_qt5_la-qt-watch.Plo
953 -rm -rf ./$(DEPDIR)
970954 -rm -f Makefile
971955 maintainer-clean-am: distclean-am maintainer-clean-generic
972956
989973
990974 .MAKE: all check install install-am install-strip
991975
992 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
993 clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
994 ctags ctags-am distclean distclean-compile distclean-generic \
976 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
977 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
978 ctags-am distclean distclean-compile distclean-generic \
995979 distclean-libtool distclean-tags distdir dvi dvi-am html \
996980 html-am info info-am install install-am \
997981 install-avahiqt3includeHEADERS install-avahiqt4includeHEADERS \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
482482 *config.status*) \
483483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
484484 *) \
485 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
486 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
485 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
486 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
487487 esac;
488488
489489 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
528528 cscope cscopelist:
529529
530530
531 distdir: $(BUILT_SOURCES)
532 $(MAKE) $(AM_MAKEFLAGS) distdir-am
533
534 distdir-am: $(DISTFILES)
531 distdir: $(DISTFILES)
535532 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
536533 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537534 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
152152 CONFIG_HEADER = $(top_builddir)/config.h
153153 CONFIG_CLEAN_FILES =
154154 CONFIG_CLEAN_VPATH_FILES =
155 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
156 "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(avahiincludedir)"
157 PROGRAMS = $(bin_PROGRAMS)
158155 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
159156 am__vpath_adj = case $$p in \
160157 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
182179 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
183180 $(am__cd) "$$dir" && rm -f $$files; }; \
184181 }
182 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
183 "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(avahiincludedir)"
185184 LTLIBRARIES = $(lib_LTLIBRARIES)
186185 am__DEPENDENCIES_1 =
187186 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@libavahi_ui_gtk3_la_DEPENDENCIES = ../avahi-common/libavahi-common.la \
227226 $(LDFLAGS) -o $@
228227 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK_TRUE@am_libavahi_ui_la_rpath = -rpath \
229228 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@@HAVE_GTK_TRUE@ $(libdir)
229 PROGRAMS = $(bin_PROGRAMS)
230230 am__bssh_SOURCES_DIST = bssh.c
231231 @HAVE_DBUS_TRUE@@HAVE_GLIB_TRUE@@HAVE_GTK2OR3_TRUE@am_bssh_OBJECTS = bssh-bssh.$(OBJEXT)
232232 bssh_OBJECTS = $(am_bssh_OBJECTS)
255255 am__v_at_1 =
256256 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
257257 depcomp = $(SHELL) $(top_srcdir)/depcomp
258 am__maybe_remake_depfiles = depfiles
259 am__depfiles_remade = ./$(DEPDIR)/bssh-bssh.Po \
260 ./$(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo \
261 ./$(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo \
262 ./$(DEPDIR)/libavahi_ui_la-avahi-ui.Plo \
263 ./$(DEPDIR)/libavahi_ui_la-stdb.Plo
258 am__depfiles_maybe = depfiles
264259 am__mv = mv -f
265260 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
266261 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
634629 *config.status*) \
635630 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
636631 *) \
637 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
638 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
632 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
633 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
639634 esac;
640635
641636 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
646641 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
647642 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
648643 $(am__aclocal_m4_deps):
644
645 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
646 @$(NORMAL_INSTALL)
647 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
648 list2=; for p in $$list; do \
649 if test -f $$p; then \
650 list2="$$list2 $$p"; \
651 else :; fi; \
652 done; \
653 test -z "$$list2" || { \
654 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
655 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
656 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
657 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
658 }
659
660 uninstall-libLTLIBRARIES:
661 @$(NORMAL_UNINSTALL)
662 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
663 for p in $$list; do \
664 $(am__strip_dir) \
665 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
666 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
667 done
668
669 clean-libLTLIBRARIES:
670 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
671 @list='$(lib_LTLIBRARIES)'; \
672 locs=`for p in $$list; do echo $$p; done | \
673 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
674 sort -u`; \
675 test -z "$$locs" || { \
676 echo rm -f $${locs}; \
677 rm -f $${locs}; \
678 }
679
680 libavahi-ui-gtk3.la: $(libavahi_ui_gtk3_la_OBJECTS) $(libavahi_ui_gtk3_la_DEPENDENCIES) $(EXTRA_libavahi_ui_gtk3_la_DEPENDENCIES)
681 $(AM_V_CCLD)$(libavahi_ui_gtk3_la_LINK) $(am_libavahi_ui_gtk3_la_rpath) $(libavahi_ui_gtk3_la_OBJECTS) $(libavahi_ui_gtk3_la_LIBADD) $(LIBS)
682
683 libavahi-ui.la: $(libavahi_ui_la_OBJECTS) $(libavahi_ui_la_DEPENDENCIES) $(EXTRA_libavahi_ui_la_DEPENDENCIES)
684 $(AM_V_CCLD)$(libavahi_ui_la_LINK) $(am_libavahi_ui_la_rpath) $(libavahi_ui_la_OBJECTS) $(libavahi_ui_la_LIBADD) $(LIBS)
649685 install-binPROGRAMS: $(bin_PROGRAMS)
650686 @$(NORMAL_INSTALL)
651687 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
696732 echo " rm -f" $$list; \
697733 rm -f $$list
698734
699 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
700 @$(NORMAL_INSTALL)
701 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
702 list2=; for p in $$list; do \
703 if test -f $$p; then \
704 list2="$$list2 $$p"; \
705 else :; fi; \
706 done; \
707 test -z "$$list2" || { \
708 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
709 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
710 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
711 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
712 }
713
714 uninstall-libLTLIBRARIES:
715 @$(NORMAL_UNINSTALL)
716 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
717 for p in $$list; do \
718 $(am__strip_dir) \
719 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
720 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
721 done
722
723 clean-libLTLIBRARIES:
724 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
725 @list='$(lib_LTLIBRARIES)'; \
726 locs=`for p in $$list; do echo $$p; done | \
727 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
728 sort -u`; \
729 test -z "$$locs" || { \
730 echo rm -f $${locs}; \
731 rm -f $${locs}; \
732 }
733
734 libavahi-ui-gtk3.la: $(libavahi_ui_gtk3_la_OBJECTS) $(libavahi_ui_gtk3_la_DEPENDENCIES) $(EXTRA_libavahi_ui_gtk3_la_DEPENDENCIES)
735 $(AM_V_CCLD)$(libavahi_ui_gtk3_la_LINK) $(am_libavahi_ui_gtk3_la_rpath) $(libavahi_ui_gtk3_la_OBJECTS) $(libavahi_ui_gtk3_la_LIBADD) $(LIBS)
736
737 libavahi-ui.la: $(libavahi_ui_la_OBJECTS) $(libavahi_ui_la_DEPENDENCIES) $(EXTRA_libavahi_ui_la_DEPENDENCIES)
738 $(AM_V_CCLD)$(libavahi_ui_la_LINK) $(am_libavahi_ui_la_rpath) $(libavahi_ui_la_OBJECTS) $(libavahi_ui_la_LIBADD) $(LIBS)
739
740735 bssh$(EXEEXT): $(bssh_OBJECTS) $(bssh_DEPENDENCIES) $(EXTRA_bssh_DEPENDENCIES)
741736 @rm -f bssh$(EXEEXT)
742737 $(AM_V_CCLD)$(bssh_LINK) $(bssh_OBJECTS) $(bssh_LDADD) $(LIBS)
747742 distclean-compile:
748743 -rm -f *.tab.c
749744
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bssh-bssh.Po@am__quote@ # am--include-marker
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo@am__quote@ # am--include-marker
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo@am__quote@ # am--include-marker
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_la-avahi-ui.Plo@am__quote@ # am--include-marker
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_la-stdb.Plo@am__quote@ # am--include-marker
755
756 $(am__depfiles_remade):
757 @$(MKDIR_P) $(@D)
758 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
759
760 am--depfiles: $(am__depfiles_remade)
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bssh-bssh.Po@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_la-avahi-ui.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_ui_la-stdb.Plo@am__quote@
761750
762751 .c.o:
763752 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
922911 distclean-tags:
923912 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
924913
925 distdir: $(BUILT_SOURCES)
926 $(MAKE) $(AM_MAKEFLAGS) distdir-am
927
928 distdir-am: $(DISTFILES)
914 distdir: $(DISTFILES)
929915 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
930916 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
931917 list='$(DISTFILES)'; \
957943 done
958944 check-am: all-am
959945 check: check-am
960 all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS)
946 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
961947 install-binPROGRAMS: install-libLTLIBRARIES
962948
963949 installdirs:
964 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(avahiincludedir)"; do \
950 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(avahiincludedir)"; do \
965951 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
966952 done
967953 install: install-am
1004990 clean-libtool mostlyclean-am
1005991
1006992 distclean: distclean-am
1007 -rm -f ./$(DEPDIR)/bssh-bssh.Po
1008 -rm -f ./$(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo
1009 -rm -f ./$(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo
1010 -rm -f ./$(DEPDIR)/libavahi_ui_la-avahi-ui.Plo
1011 -rm -f ./$(DEPDIR)/libavahi_ui_la-stdb.Plo
993 -rm -rf ./$(DEPDIR)
1012994 -rm -f Makefile
1013995 distclean-am: clean-am distclean-compile distclean-generic \
1014996 distclean-tags
10551037 installcheck-am:
10561038
10571039 maintainer-clean: maintainer-clean-am
1058 -rm -f ./$(DEPDIR)/bssh-bssh.Po
1059 -rm -f ./$(DEPDIR)/libavahi_ui_gtk3_la-avahi-ui.Plo
1060 -rm -f ./$(DEPDIR)/libavahi_ui_gtk3_la-stdb.Plo
1061 -rm -f ./$(DEPDIR)/libavahi_ui_la-avahi-ui.Plo
1062 -rm -f ./$(DEPDIR)/libavahi_ui_la-stdb.Plo
1040 -rm -rf ./$(DEPDIR)
10631041 -rm -f Makefile
10641042 maintainer-clean-am: distclean-am maintainer-clean-generic
10651043
10811059
10821060 .MAKE: install-am install-strip
10831061
1084 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1062 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
10851063 clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
10861064 clean-libtool cscopelist-am ctags ctags-am distclean \
10871065 distclean-compile distclean-generic distclean-libtool \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
468468 *config.status*) \
469469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470470 *) \
471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
471 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
472 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
473473 esac;
474474
475475 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
514514 cscope cscopelist:
515515
516516
517 distdir: $(BUILT_SOURCES)
518 $(MAKE) $(AM_MAKEFLAGS) distdir-am
519
520 distdir-am: $(DISTFILES)
517 distdir: $(DISTFILES)
521518 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
522519 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
523520 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
212212 am__v_at_1 =
213213 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
214214 depcomp = $(SHELL) $(top_srcdir)/depcomp
215 am__maybe_remake_depfiles = depfiles
216 am__depfiles_remade = ./$(DEPDIR)/avahi_browse-avahi-browse.Po \
217 ./$(DEPDIR)/avahi_browse-sigint.Po \
218 ./$(DEPDIR)/avahi_browse-stdb.Po \
219 ./$(DEPDIR)/avahi_publish-avahi-publish.Po \
220 ./$(DEPDIR)/avahi_publish-sigint.Po \
221 ./$(DEPDIR)/avahi_resolve-avahi-resolve.Po \
222 ./$(DEPDIR)/avahi_resolve-sigint.Po \
223 ./$(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po \
224 ./$(DEPDIR)/avahi_set_host_name-sigint.Po
215 am__depfiles_maybe = depfiles
225216 am__mv = mv -f
226217 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
227218 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
565556 *config.status*) \
566557 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
567558 *) \
568 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
569 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
559 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
560 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
570561 esac;
571562
572563 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
649640 distclean-compile:
650641 -rm -f *.tab.c
651642
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-avahi-browse.Po@am__quote@ # am--include-marker
653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-sigint.Po@am__quote@ # am--include-marker
654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-stdb.Po@am__quote@ # am--include-marker
655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_publish-avahi-publish.Po@am__quote@ # am--include-marker
656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_publish-sigint.Po@am__quote@ # am--include-marker
657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_resolve-avahi-resolve.Po@am__quote@ # am--include-marker
658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_resolve-sigint.Po@am__quote@ # am--include-marker
659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po@am__quote@ # am--include-marker
660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_set_host_name-sigint.Po@am__quote@ # am--include-marker
661
662 $(am__depfiles_remade):
663 @$(MKDIR_P) $(@D)
664 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
665
666 am--depfiles: $(am__depfiles_remade)
643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-avahi-browse.Po@am__quote@
644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-sigint.Po@am__quote@
645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_browse-stdb.Po@am__quote@
646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_publish-avahi-publish.Po@am__quote@
647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_publish-sigint.Po@am__quote@
648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_resolve-avahi-resolve.Po@am__quote@
649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_resolve-sigint.Po@am__quote@
650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po@am__quote@
651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_set_host_name-sigint.Po@am__quote@
667652
668653 .c.o:
669654 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
870855 distclean-tags:
871856 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
872857
873 distdir: $(BUILT_SOURCES)
874 $(MAKE) $(AM_MAKEFLAGS) distdir-am
875
876 distdir-am: $(DISTFILES)
858 distdir: $(DISTFILES)
877859 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
878860 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
879861 list='$(DISTFILES)'; \
946928 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
947929
948930 distclean: distclean-am
949 -rm -f ./$(DEPDIR)/avahi_browse-avahi-browse.Po
950 -rm -f ./$(DEPDIR)/avahi_browse-sigint.Po
951 -rm -f ./$(DEPDIR)/avahi_browse-stdb.Po
952 -rm -f ./$(DEPDIR)/avahi_publish-avahi-publish.Po
953 -rm -f ./$(DEPDIR)/avahi_publish-sigint.Po
954 -rm -f ./$(DEPDIR)/avahi_resolve-avahi-resolve.Po
955 -rm -f ./$(DEPDIR)/avahi_resolve-sigint.Po
956 -rm -f ./$(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po
957 -rm -f ./$(DEPDIR)/avahi_set_host_name-sigint.Po
931 -rm -rf ./$(DEPDIR)
958932 -rm -f Makefile
959933 distclean-am: clean-am distclean-compile distclean-generic \
960934 distclean-tags
1000974 installcheck-am:
1001975
1002976 maintainer-clean: maintainer-clean-am
1003 -rm -f ./$(DEPDIR)/avahi_browse-avahi-browse.Po
1004 -rm -f ./$(DEPDIR)/avahi_browse-sigint.Po
1005 -rm -f ./$(DEPDIR)/avahi_browse-stdb.Po
1006 -rm -f ./$(DEPDIR)/avahi_publish-avahi-publish.Po
1007 -rm -f ./$(DEPDIR)/avahi_publish-sigint.Po
1008 -rm -f ./$(DEPDIR)/avahi_resolve-avahi-resolve.Po
1009 -rm -f ./$(DEPDIR)/avahi_resolve-sigint.Po
1010 -rm -f ./$(DEPDIR)/avahi_set_host_name-avahi-set-host-name.Po
1011 -rm -f ./$(DEPDIR)/avahi_set_host_name-sigint.Po
977 -rm -rf ./$(DEPDIR)
1012978 -rm -f Makefile
1013979 maintainer-clean-am: distclean-am maintainer-clean-generic
1014980
1029995
1030996 .MAKE: install-am install-strip
1031997
1032 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
998 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1033999 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
10341000 ctags ctags-am distclean distclean-compile distclean-generic \
10351001 distclean-libtool distclean-tags distdir dvi dvi-am html \
0 2019-10-26 gettextize <bug-gnu-gettext@gnu.org>
0 2020-02-18 gettextize <bug-gnu-gettext@gnu.org>
11
22 * gettext.m4: New file, from gettext-0.19.8.1.
33 * iconv.m4: New file, from gettext-0.19.8.1.
1414 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
1515 # USA.
1616
17 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 \
17 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 \
1818 doxygen.m4 \
1919 doxygen.mk \
2020 python.m4
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
402402 top_build_prefix = @top_build_prefix@
403403 top_builddir = @top_builddir@
404404 top_srcdir = @top_srcdir@
405 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 \
405 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 \
406406 doxygen.m4 \
407407 doxygen.mk \
408408 python.m4
427427 *config.status*) \
428428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
429429 *) \
430 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
431 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
430 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
431 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
432432 esac;
433433
434434 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
452452 cscope cscopelist:
453453
454454
455 distdir: $(BUILT_SOURCES)
456 $(MAKE) $(AM_MAKEFLAGS) distdir-am
457
458 distdir-am: $(DISTFILES)
455 distdir: $(DISTFILES)
459456 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
460457 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461458 list='$(DISTFILES)'; \
40624062 if AC_TRY_EVAL(ac_compile); then
40634063 # Now try to grab the symbols.
40644064 nlist=conftest.nm
4065 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
4066 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
4065 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
40674066 # Try sorting and uniquifying the output.
40684067 if sort "$nlist" | uniq > "$nlist"T; then
40694068 mv -f "$nlist"T "$nlist"
47034702 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
47044703 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
47054704 ;;
4706 # flang / f18. f95 an alias for gfortran or flang on Debian
4707 flang* | f18* | f95*)
4708 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4709 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4710 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4711 ;;
47124705 # icc used to be incompatible with GCC.
47134706 # ICC 10 doesn't accept -KPIC any more.
47144707 icc* | ifort*)
64446437 # Commands to make compiler produce verbose output that lists
64456438 # what "hidden" libraries, object files and flags are used when
64466439 # linking a shared library.
6447 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
6440 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
64486441
64496442 else
64506443 GXX=no
68196812 # explicitly linking system object files so we need to strip them
68206813 # from the output so that they don't get included in the library
68216814 # dependencies.
6822 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6815 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68236816 ;;
68246817 *)
68256818 if test yes = "$GXX"; then
68846877 # explicitly linking system object files so we need to strip them
68856878 # from the output so that they don't get included in the library
68866879 # dependencies.
6887 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6880 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
68886881 ;;
68896882 *)
68906883 if test yes = "$GXX"; then
72237216 # Commands to make compiler produce verbose output that lists
72247217 # what "hidden" libraries, object files and flags are used when
72257218 # linking a shared library.
7226 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7219 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
72277220
72287221 else
72297222 # FIXME: insert proper C++ library support
73077300 # Commands to make compiler produce verbose output that lists
73087301 # what "hidden" libraries, object files and flags are used when
73097302 # linking a shared library.
7310 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7303 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
73117304 else
73127305 # g++ 2.7 appears to require '-G' NOT '-shared' on this
73137306 # platform.
73187311 # Commands to make compiler produce verbose output that lists
73197312 # what "hidden" libraries, object files and flags are used when
73207313 # linking a shared library.
7321 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
7314 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
73227315 fi
73237316
73247317 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
00 #! /bin/sh
11 # Wrapper for compilers which do not understand '-c -o'.
22
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717 #
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
254254 echo "compile $scriptversion"
255255 exit $?
256256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
258 icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
259258 func_cl_wrapper "$@" # Doesn't return...
260259 ;;
261260 esac
339338 # Local Variables:
340339 # mode: shell-script
341340 # sh-indentation: 2
342 # eval: (add-hook 'before-save-hook 'time-stamp)
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
343342 # time-stamp-start: "scriptversion="
344343 # time-stamp-format: "%:y-%02m-%02d.%02H"
345 # time-stamp-time-zone: "UTC0"
344 # time-stamp-time-zone: "UTC"
346345 # time-stamp-end: "; # UTC"
347346 # End:
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for avahi 0.7.
2 # Generated by GNU Autoconf 2.69 for avahi 0.8.
33 #
44 # Report bugs to <avahi (at) lists (dot) freedesktop (dot) org>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='avahi'
591591 PACKAGE_TARNAME='avahi'
592 PACKAGE_VERSION='0.7'
593 PACKAGE_STRING='avahi 0.7'
592 PACKAGE_VERSION='0.8'
593 PACKAGE_STRING='avahi 0.8'
594594 PACKAGE_BUGREPORT='avahi (at) lists (dot) freedesktop (dot) org'
595595 PACKAGE_URL=''
596596
904904 AMDEPBACKSLASH
905905 AMDEP_FALSE
906906 AMDEP_TRUE
907 am__quote
907908 am__include
908909 DEPDIR
909910 OBJEXT
10001001 PACKAGE_TARNAME
10011002 PACKAGE_NAME
10021003 PATH_SEPARATOR
1003 SHELL
1004 am__quote'
1004 SHELL'
10051005 ac_subst_files=''
10061006 ac_user_opts='
10071007 enable_option_checking
16591659 # Omit some internal or obsolete options to make the list less imposing.
16601660 # This message is too long to be a string in the A/UX 3.1 sh.
16611661 cat <<_ACEOF
1662 \`configure' configures avahi 0.7 to adapt to many kinds of systems.
1662 \`configure' configures avahi 0.8 to adapt to many kinds of systems.
16631663
16641664 Usage: $0 [OPTION]... [VAR=VALUE]...
16651665
17301730
17311731 if test -n "$ac_init_help"; then
17321732 case $ac_init_help in
1733 short | recursive ) echo "Configuration of avahi 0.7:";;
1733 short | recursive ) echo "Configuration of avahi 0.8:";;
17341734 esac
17351735 cat <<\_ACEOF
17361736
19591959 test -n "$ac_init_help" && exit $ac_status
19601960 if $ac_init_version; then
19611961 cat <<\_ACEOF
1962 avahi configure 0.7
1962 avahi configure 0.8
19631963 generated by GNU Autoconf 2.69
19641964
19651965 Copyright (C) 2012 Free Software Foundation, Inc.
25492549 This file contains any messages produced by compilers while
25502550 running configure, to aid debugging if configure makes a mistake.
25512551
2552 It was created by avahi $as_me 0.7, which was
2552 It was created by avahi $as_me 0.8, which was
25532553 generated by GNU Autoconf 2.69. Invocation command line was
25542554
25552555 $ $0 $@
29022902
29032903 ac_config_headers="$ac_config_headers config.h"
29042904
2905 am__api_version='1.16'
2905 am__api_version='1.15'
29062906
29072907 ac_aux_dir=
29082908 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
34173417
34183418 # Define the identity of the package.
34193419 PACKAGE='avahi'
3420 VERSION='0.7'
3420 VERSION='0.8'
34213421
34223422
34233423 cat >>confdefs.h <<_ACEOF
34473447
34483448 # For better backward compatibility. To be removed once Automake 1.9.x
34493449 # dies out for good. For more background, see:
3450 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3451 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3450 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3451 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
34523452 mkdir_p='$(MKDIR_P)'
34533453
34543454 # We need awk for the "check" target (and possibly the TAP driver). The
35843584 Aborting the configuration process, to ensure you take notice of the issue.
35853585
35863586 You can download and install GNU coreutils to get an 'rm' implementation
3587 that behaves properly: <https://www.gnu.org/software/coreutils/>.
3587 that behaves properly: <http://www.gnu.org/software/coreutils/>.
35883588
35893589 If you want to complete the configuration process using your problematic
35903590 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
35993599 PACKAGE_URL=http://avahi.org/
36003600
36013601
3602 LIBAVAHI_COMMON_VERSION_INFO=8:3:5
3603
3604 LIBAVAHI_CORE_VERSION_INFO=7:2:0
3602 LIBAVAHI_COMMON_VERSION_INFO=8:4:5
3603
3604 LIBAVAHI_CORE_VERSION_INFO=8:0:1
36053605
36063606 LIBAVAHI_CLIENT_VERSION_INFO=5:9:2
36073607
46394639
46404640 ac_config_commands="$ac_config_commands depfiles"
46414641
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
4643 $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
4644 cat > confinc.mk << 'END'
4642
4643 am_make=${MAKE-make}
4644 cat > confinc << 'END'
46454645 am__doit:
4646 @echo this is the am__doit target >confinc.out
4646 @echo this is the am__doit target
46474647 .PHONY: am__doit
46484648 END
4649 # If we don't find an include directive, just comment out the code.
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4651 $as_echo_n "checking for style of include used by $am_make... " >&6; }
46494652 am__include="#"
46504653 am__quote=
4651 # BSD make does it like this.
4652 echo '.include "confinc.mk" # ignored' > confmf.BSD
4653 # Other make implementations (GNU, Solaris 10, AIX) do it like this.
4654 echo 'include confinc.mk # ignored' > confmf.GNU
4655 _am_result=no
4656 for s in GNU BSD; do
4657 { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
4658 (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
4659 ac_status=$?
4660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4661 (exit $ac_status); }
4662 case $?:`cat confinc.out 2>/dev/null` in #(
4663 '0:this is the am__doit target') :
4664 case $s in #(
4665 BSD) :
4666 am__include='.include' am__quote='"' ;; #(
4667 *) :
4668 am__include='include' am__quote='' ;;
4669 esac ;; #(
4670 *) :
4654 _am_result=none
4655 # First try GNU make style include.
4656 echo "include confinc" > confmf
4657 # Ignore all kinds of additional output from 'make'.
4658 case `$am_make -s -f confmf 2> /dev/null` in #(
4659 *the\ am__doit\ target*)
4660 am__include=include
4661 am__quote=
4662 _am_result=GNU
4663 ;;
4664 esac
4665 # Now try BSD make style include.
4666 if test "$am__include" = "#"; then
4667 echo '.include "confinc"' > confmf
4668 case `$am_make -s -f confmf 2> /dev/null` in #(
4669 *the\ am__doit\ target*)
4670 am__include=.include
4671 am__quote="\""
4672 _am_result=BSD
46714673 ;;
4672 esac
4673 if test "$am__include" != "#"; then
4674 _am_result="yes ($s style)"
4675 break
4676 fi
4677 done
4678 rm -f confinc.* confmf.*
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
4680 $as_echo "${_am_result}" >&6; }
4674 esac
4675 fi
4676
4677
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4679 $as_echo "$_am_result" >&6; }
4680 rm -f confinc confmf
46814681
46824682 # Check whether --enable-dependency-tracking was given.
46834683 if test "${enable_dependency_tracking+set}" = set; then :
82398239 test $ac_status = 0; }; then
82408240 # Now try to grab the symbols.
82418241 nlist=conftest.nm
8242 $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
8243 if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
8242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
8243 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8244 ac_status=$?
8245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8246 test $ac_status = 0; } && test -s "$nlist"; then
82448247 # Try sorting and uniquifying the output.
82458248 if sort "$nlist" | uniq > "$nlist"T; then
82468249 mv -f "$nlist"T "$nlist"
1033010333 ecc*)
1033110334 lt_prog_compiler_wl='-Wl,'
1033210335 lt_prog_compiler_pic='-KPIC'
10333 lt_prog_compiler_static='-static'
10334 ;;
10335 # flang / f18. f95 an alias for gfortran or flang on Debian
10336 flang* | f18* | f95*)
10337 lt_prog_compiler_wl='-Wl,'
10338 lt_prog_compiler_pic='-fPIC'
1033910336 lt_prog_compiler_static='-static'
1034010337 ;;
1034110338 # icc used to be incompatible with GCC.
1428014277 # Commands to make compiler produce verbose output that lists
1428114278 # what "hidden" libraries, object files and flags are used when
1428214279 # linking a shared library.
14283 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
14280 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1428414281
1428514282 else
1428614283 GXX=no
1477214769 # explicitly linking system object files so we need to strip them
1477314770 # from the output so that they don't get included in the library
1477414771 # dependencies.
14775 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14772 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1477614773 ;;
1477714774 *)
1477814775 if test yes = "$GXX"; then
1483714834 # explicitly linking system object files so we need to strip them
1483814835 # from the output so that they don't get included in the library
1483914836 # dependencies.
14840 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
14837 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
1484114838 ;;
1484214839 *)
1484314840 if test yes = "$GXX"; then
1517615173 # Commands to make compiler produce verbose output that lists
1517715174 # what "hidden" libraries, object files and flags are used when
1517815175 # linking a shared library.
15179 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
15176 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1518015177
1518115178 else
1518215179 # FIXME: insert proper C++ library support
1526015257 # Commands to make compiler produce verbose output that lists
1526115258 # what "hidden" libraries, object files and flags are used when
1526215259 # linking a shared library.
15263 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
15260 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1526415261 else
1526515262 # g++ 2.7 appears to require '-G' NOT '-shared' on this
1526615263 # platform.
1527115268 # Commands to make compiler produce verbose output that lists
1527215269 # what "hidden" libraries, object files and flags are used when
1527315270 # linking a shared library.
15274 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
15271 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
1527515272 fi
1527615273
1527715274 hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
2236222359 *) as_fn_error $? "bad value ${enableval} for --enable-qt4" "$LINENO" 5 ;;
2236322360 esac
2236422361 else
22365 HAVE_QT4=yes
22362 HAVE_QT4=no
2236622363 fi
2236722364
2236822365
2275722754 *) as_fn_error $? "bad value ${enableval} for --enable-gtk" "$LINENO" 5 ;;
2275822755 esac
2275922756 else
22760 HAVE_GTK=yes
22757 HAVE_GTK=no
2276122758 fi
2276222759
2276322760
2369923696 $as_echo_n "(cached) " >&6
2370023697 else
2370123698
23702 for am_cv_pathless_PYTHON in python python2 python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
23699 for am_cv_pathless_PYTHON in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do
2370323700 test "$am_cv_pathless_PYTHON" = none && break
2370423701 prog="import sys
2370523702 # split strings by '.' and convert to numeric. Append some zeros
2761127608 # report actual input values of CONFIG_FILES etc. instead of their
2761227609 # values after options handling.
2761327610 ac_log="
27614 This file was extended by avahi $as_me 0.7, which was
27611 This file was extended by avahi $as_me 0.8, which was
2761527612 generated by GNU Autoconf 2.69. Invocation command line was
2761627613
2761727614 CONFIG_FILES = $CONFIG_FILES
2767727674 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2767827675 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2767927676 ac_cs_version="\\
27680 avahi config.status 0.7
27677 avahi config.status 0.8
2768127678 configured by $0, generated by GNU Autoconf 2.69,
2768227679 with options \\"\$ac_cs_config\\"
2768327680
2779627793 #
2779727794 # INIT-COMMANDS
2779827795 #
27799 AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
27796 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
2780027797
2780127798
2780227799 # The HP-UX ksh and POSIX shell print the target directory to stdout
2883628833 # Older Autoconf quotes --file arguments for eval, but not when files
2883728834 # are listed without --file. Let's play safe and only enable the eval
2883828835 # if we detect the quoting.
28839 # TODO: see whether this extra hack can be removed once we start
28840 # requiring Autoconf 2.70 or later.
28841 case $CONFIG_FILES in #(
28842 *\'*) :
28843 eval set x "$CONFIG_FILES" ;; #(
28844 *) :
28845 set x $CONFIG_FILES ;; #(
28846 *) :
28847 ;;
28848 esac
28836 case $CONFIG_FILES in
28837 *\'*) eval set x "$CONFIG_FILES" ;;
28838 *) set x $CONFIG_FILES ;;
28839 esac
2884928840 shift
28850 # Used to flag and report bootstrapping failures.
28851 am_rc=0
28852 for am_mf
28841 for mf
2885328842 do
2885428843 # Strip MF so we end up with the name of the file.
28855 am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
28856 # Check whether this is an Automake generated Makefile which includes
28857 # dependency-tracking related rules and includes.
28858 # Grep'ing the whole file directly is not great: AIX grep has a line
28844 mf=`echo "$mf" | sed -e 's/:.*$//'`
28845 # Check whether this is an Automake generated Makefile or not.
28846 # We used to match only the files named 'Makefile.in', but
28847 # some people rename them; so instead we look at the file content.
28848 # Grep'ing the first line is not enough: some people post-process
28849 # each Makefile.in and add a new line on top of each file to say so.
28850 # Grep'ing the whole file is not good either: AIX grep has a line
2885928851 # limit of 2048, but all sed's we know have understand at least 4000.
28860 sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
28861 || continue
28862 am_dirpart=`$as_dirname -- "$am_mf" ||
28863 $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28864 X"$am_mf" : 'X\(//\)[^/]' \| \
28865 X"$am_mf" : 'X\(//\)$' \| \
28866 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
28867 $as_echo X"$am_mf" |
28852 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
28853 dirpart=`$as_dirname -- "$mf" ||
28854 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28855 X"$mf" : 'X\(//\)[^/]' \| \
28856 X"$mf" : 'X\(//\)$' \| \
28857 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
28858 $as_echo X"$mf" |
2886828859 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2886928860 s//\1/
2887028861 q
2888228873 q
2888328874 }
2888428875 s/.*/./; q'`
28885 am_filepart=`$as_basename -- "$am_mf" ||
28886 $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
28887 X"$am_mf" : 'X\(//\)$' \| \
28888 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
28889 $as_echo X/"$am_mf" |
28890 sed '/^.*\/\([^/][^/]*\)\/*$/{
28876 else
28877 continue
28878 fi
28879 # Extract the definition of DEPDIR, am__include, and am__quote
28880 # from the Makefile without running 'make'.
28881 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
28882 test -z "$DEPDIR" && continue
28883 am__include=`sed -n 's/^am__include = //p' < "$mf"`
28884 test -z "$am__include" && continue
28885 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
28886 # Find all dependency output files, they are included files with
28887 # $(DEPDIR) in their names. We invoke sed twice because it is the
28888 # simplest approach to changing $(DEPDIR) to its actual value in the
28889 # expansion.
28890 for file in `sed -n "
28891 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
28892 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
28893 # Make sure the directory exists.
28894 test -f "$dirpart/$file" && continue
28895 fdir=`$as_dirname -- "$file" ||
28896 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28897 X"$file" : 'X\(//\)[^/]' \| \
28898 X"$file" : 'X\(//\)$' \| \
28899 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
28900 $as_echo X"$file" |
28901 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2889128902 s//\1/
2889228903 q
2889328904 }
28894 /^X\/\(\/\/\)$/{
28905 /^X\(\/\/\)[^/].*/{
2889528906 s//\1/
2889628907 q
2889728908 }
28898 /^X\/\(\/\).*/{
28909 /^X\(\/\/\)$/{
28910 s//\1/
28911 q
28912 }
28913 /^X\(\/\).*/{
2889928914 s//\1/
2890028915 q
2890128916 }
2890228917 s/.*/./; q'`
28903 { echo "$as_me:$LINENO: cd "$am_dirpart" \
28904 && sed -e '/# am--include-marker/d' "$am_filepart" \
28905 | $MAKE -f - am--depfiles" >&5
28906 (cd "$am_dirpart" \
28907 && sed -e '/# am--include-marker/d' "$am_filepart" \
28908 | $MAKE -f - am--depfiles) >&5 2>&5
28909 ac_status=$?
28910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28911 (exit $ac_status); } || am_rc=$?
28918 as_dir=$dirpart/$fdir; as_fn_mkdir_p
28919 # echo "creating $dirpart/$file"
28920 echo '# dummy' > "$dirpart/$file"
28921 done
2891228922 done
28913 if test $am_rc -ne 0; then
28914 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
28915 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
28916 as_fn_error $? "Something went wrong bootstrapping makefile fragments
28917 for automatic dependency tracking. Try re-running configure with the
28918 '--disable-dependency-tracking' option to at least be able to build
28919 the package (albeit without support for automatic dependency tracking).
28920 See \`config.log' for more details" "$LINENO" 5; }
28921 fi
28922 { am_dirpart=; unset am_dirpart;}
28923 { am_filepart=; unset am_filepart;}
28924 { am_mf=; unset am_mf;}
28925 { am_rc=; unset am_rc;}
28926 rm -f conftest-deps.mk
2892728923 }
2892828924 ;;
2892928925 "libtool":C)
1818 # USA.
1919
2020 AC_PREREQ(2.63)
21 AC_INIT([avahi],[0.7],[avahi (at) lists (dot) freedesktop (dot) org])
21 AC_INIT([avahi],[0.8],[avahi (at) lists (dot) freedesktop (dot) org])
2222 AC_CONFIG_SRCDIR([avahi-core/server.c])
2323 AC_CONFIG_MACRO_DIR([common])
2424 AC_CONFIG_HEADERS([config.h])
2626
2727 AC_SUBST(PACKAGE_URL, [http://avahi.org/])
2828
29 AC_SUBST(LIBAVAHI_COMMON_VERSION_INFO, [8:3:5])
30 AC_SUBST(LIBAVAHI_CORE_VERSION_INFO, [7:2:0])
29 AC_SUBST(LIBAVAHI_COMMON_VERSION_INFO, [8:4:5])
30 AC_SUBST(LIBAVAHI_CORE_VERSION_INFO, [8:0:1])
3131 AC_SUBST(LIBAVAHI_CLIENT_VERSION_INFO, [5:9:2])
3232 AC_SUBST(LIBAVAHI_GLIB_VERSION_INFO, [1:2:0])
3333 AC_SUBST(LIBAVAHI_LIBEVENT_VERSION_INFO, [1:0:0])
530530 no) HAVE_QT4=no ;;
531531 *) AC_MSG_ERROR(bad value ${enableval} for --enable-qt4) ;;
532532 esac],
533 [HAVE_QT4=yes])
533 [HAVE_QT4=no])
534534
535535 if test "x$HAVE_QT4" = "xyes" ; then
536536 PKG_CHECK_MODULES( QT4, [ QtCore >= 4.0.0 ])
581581 no) HAVE_GTK=no ;;
582582 *) AC_MSG_ERROR(bad value ${enableval} for --enable-gtk) ;;
583583 esac],
584 [HAVE_GTK=yes])
584 [HAVE_GTK=no])
585585
586586 if test "x$HAVE_GTK" = "xyes" ; then
587587 # Check for GTK 2.0
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1999-2018 Free Software Foundation, Inc.
3 scriptversion=2016-01-11.22; # UTC
4
5 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
782782 # Local Variables:
783783 # mode: shell-script
784784 # sh-indentation: 2
785 # eval: (add-hook 'before-save-hook 'time-stamp)
785 # eval: (add-hook 'write-file-hooks 'time-stamp)
786786 # time-stamp-start: "scriptversion="
787787 # time-stamp-format: "%:y-%02m-%02d.%02H"
788788 # time-stamp-time-zone: "UTC0"
0 Avahi 0.8, the 'Dobro Jutro' release
1 ====================================
2
3 The Avahi 0.8 release brings a number of new features and bug fix changes
4 including a backward-compatible addition to the D-Bus API and the avahi-core
5 API.
6
7 The existing API is still fully supported however clients using the new
8 API will not work with older Avahi releases. The avahi-client library is not
9 affected. See the "API Changes" section for further details.
10
11 New Features:
12 - New options for filtering reflected queries between networks (reflect-filter)
13 - New mainloop integration for Qt5 and libevent
14 - docs/THREADS: Information for multi-threaded avahi-client apps
15 - Listen on loopback interfaces by default, allowing local-only services to be
16 consumed by the local machine
17 - New D-Bus V2 API and additions to the avahi-core API for splitting "New"
18 calls into "Prepare" and "Start". See "API Changes" for more details.
19
20 Notable Changes:
21 - avahi-autoipd: Initial IP selection based on MAC previously ignored first
22 octet - this will cause all hosts to select a different link-local IP than
23 previous versions based on the same MAC address
24 - avahi-daemon: Delay sending results on an object for 10ms in an attempt to
25 give clients enough time to subscribe to signals from the new object after
26 receiving it's path in response so the New call. See "API Changes" for more
27 info
28
29 Bug Fixes:
30 - avahi-python: Various Python 3 enhancements including encoding unicode
31 strings as UTF-8
32 - avahi-common: avahi_string_list_to_string will now escape embedded quotes,
33 backslashes and control characters.
34 - avahi-daemon: Fix a crash when txt records have an empty value in .xml
35 service files
36 - avahi-daemon: reflector: do not incorrectly cache responses on outgoing
37 interfaces. Previously we would incorrectly cache responses reflected from
38 one interface on the outgoing interface. These responses were later sent to
39 clients on that network even if the original client had disappeared and could
40 cause those clients to have a hostname conflict with themselves on restart.
41 We no longer incorrectly cache such traffic.
42
43 Security Fixes:
44 - Drop legacy unicast queries from address not on local link which can lead to
45 UDP traffic amplification attacks (CVE-2017-6519)
46
47 API Changes: The avahi-core API and D-Bus API have implemented a new API where
48 a call to the "New" method can now be split into a "Prepare" and then "Start"
49 method for some objects. The previous "New" API is still fully supported and
50 there is no intention to deprecate it.
51
52 This change affects the the following objects: AsyncAddressResolver,
53 AsyncHostNameResolver, AsyncServiceResolver, DomainBrowser, RecordBrowser,
54 ServiceBrowser, ServiceTypeBrowser
55
56 This is because the D-Bus implementation in some languages would only bind to
57 signals of an object after it was created and had received the new object's
58 path. This led to such languages missing the initial results sent between the
59 time the object was created and it had setup a filter to receive it's signals.
60 This primarily occured in languages that create dynamic bindings for D-Bus
61 objects using introspection such as Python. The avahi-client C api was not
62 affected as it globally binds to all avahi signals without specifying
63 individual object paths and still makes use of the V1 API.
64
65 The v2 Prepare/Start API is available under the new
66 org.freedesktop.Avahi.Server2 D-Bus interface and also has corresponding
67 avahi_s_* calls for users of the embedded avahi-core library.
68
69 The old org.freedesktop.Avahi.Server interface is still supported and there is
70 no intention to remove this API. Additionally this problem has also been solved
71 for old clients by adding a very small 10ms delay before we start sending
72 results to give the client time to bind to the signals which should silently
73 fix the issue in most cases without introducing a noticable or impactful delay.
74
75 Clients implementing the new org.freedesktop.Avahi.Server2 D-Bus interface will
76 not work with older Avahi daemons. It is suggested that clients may wish to
77 either check for and fallback to the older API version, or continue to use the
78 OLD API and rely on the 10ms timer to resolve the issue.
79
80
81 Big thank-you to everyone contributing to the project through issues & pull
82 requests, including the the following people who contributed changes to this
83 release: Daniel S, David Kerr, Eric Bischoff, James Rudd, Jan Alexander
84 Steffens (heftig), Karl Cronburg, Krzesimir Nowak, Mario Blättermann, Martin
85 Blanchard, Michal Sekletar, msk-nightingale, Philip Prindeville, Piotr Drąg,
86 Rafael Fontenelle, scootergrisen, Simon Lauser, Simon McVittie, Thomas Jollans,
87 Tony Garnock-Jones, Trent Lloyd, wisd0me, Yclept Nemo, Zlopez, Дамјан
88 Георгиевски.
89
90 This release is backwards compatible with Avahi 0.6.x and 0.7.
91
092 Avahi 0.7, the 'Adieu' release
193 ==============================
294
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
214214 am__v_at_1 =
215215 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
216216 depcomp = $(SHELL) $(top_srcdir)/depcomp
217 am__maybe_remake_depfiles = depfiles
218 am__depfiles_remade = \
219 ./$(DEPDIR)/client_browse_services-client-browse-services.Po \
220 ./$(DEPDIR)/client_publish_service-client-publish-service.Po \
221 ./$(DEPDIR)/core_browse_services-core-browse-services.Po \
222 ./$(DEPDIR)/core_publish_service-core-publish-service.Po \
223 ./$(DEPDIR)/glib_integration-glib-integration.Po
217 am__depfiles_maybe = depfiles
224218 am__mv = mv -f
225219 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
226220 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
562556 *config.status*) \
563557 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
564558 *) \
565 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
566 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
559 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
560 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
567561 esac;
568562
569563 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
610604 distclean-compile:
611605 -rm -f *.tab.c
612606
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_browse_services-client-browse-services.Po@am__quote@ # am--include-marker
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_publish_service-client-publish-service.Po@am__quote@ # am--include-marker
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_browse_services-core-browse-services.Po@am__quote@ # am--include-marker
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_publish_service-core-publish-service.Po@am__quote@ # am--include-marker
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_integration-glib-integration.Po@am__quote@ # am--include-marker
618
619 $(am__depfiles_remade):
620 @$(MKDIR_P) $(@D)
621 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
622
623 am--depfiles: $(am__depfiles_remade)
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_browse_services-client-browse-services.Po@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_publish_service-client-publish-service.Po@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_browse_services-core-browse-services.Po@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_publish_service-core-publish-service.Po@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib_integration-glib-integration.Po@am__quote@
624612
625613 .c.o:
626614 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
771759 distclean-tags:
772760 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
773761
774 distdir: $(BUILT_SOURCES)
775 $(MAKE) $(AM_MAKEFLAGS) distdir-am
776
777 distdir-am: $(DISTFILES)
762 distdir: $(DISTFILES)
778763 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
779764 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
780765 list='$(DISTFILES)'; \
844829 mostlyclean-am
845830
846831 distclean: distclean-am
847 -rm -f ./$(DEPDIR)/client_browse_services-client-browse-services.Po
848 -rm -f ./$(DEPDIR)/client_publish_service-client-publish-service.Po
849 -rm -f ./$(DEPDIR)/core_browse_services-core-browse-services.Po
850 -rm -f ./$(DEPDIR)/core_publish_service-core-publish-service.Po
851 -rm -f ./$(DEPDIR)/glib_integration-glib-integration.Po
832 -rm -rf ./$(DEPDIR)
852833 -rm -f Makefile
853834 distclean-am: clean-am distclean-compile distclean-generic \
854835 distclean-tags
894875 installcheck-am:
895876
896877 maintainer-clean: maintainer-clean-am
897 -rm -f ./$(DEPDIR)/client_browse_services-client-browse-services.Po
898 -rm -f ./$(DEPDIR)/client_publish_service-client-publish-service.Po
899 -rm -f ./$(DEPDIR)/core_browse_services-core-browse-services.Po
900 -rm -f ./$(DEPDIR)/core_publish_service-core-publish-service.Po
901 -rm -f ./$(DEPDIR)/glib_integration-glib-integration.Po
878 -rm -rf ./$(DEPDIR)
902879 -rm -f Makefile
903880 maintainer-clean-am: distclean-am maintainer-clean-generic
904881
919896
920897 .MAKE: install-am install-strip
921898
922 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
923 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
924 ctags ctags-am distclean distclean-compile distclean-generic \
899 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
900 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
901 ctags-am distclean distclean-compile distclean-generic \
925902 distclean-libtool distclean-tags distdir dvi dvi-am html \
926903 html-am info info-am install install-am install-data \
927904 install-data-am install-dvi install-dvi-am install-exec \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
173173 $(RECURSIVE_CLEAN_TARGETS) \
174174 $(am__extra_recursive_targets)
175175 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176 distdir distdir-am
176 distdir
177177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
178178 # Read a list of newline-separated strings from the standard input,
179179 # and print each of them once, without duplicates. Input order is
495495 *config.status*) \
496496 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
497497 *) \
498 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
499 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
498 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
499 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
500500 esac;
501501
502502 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
613613 distclean-tags:
614614 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
615615
616 distdir: $(BUILT_SOURCES)
617 $(MAKE) $(AM_MAKEFLAGS) distdir-am
618
619 distdir-am: $(DISTFILES)
616 distdir: $(DISTFILES)
620617 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
621618 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
622619 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
465465 *config.status*) \
466466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
467467 *) \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
470470 esac;
471471
472472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
525525 cscope cscopelist:
526526
527527
528 distdir: $(BUILT_SOURCES)
529 $(MAKE) $(AM_MAKEFLAGS) distdir-am
530
531 distdir-am: $(DISTFILES)
528 distdir: $(DISTFILES)
532529 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533530 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534531 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
465465 *config.status*) \
466466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
467467 *) \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
470470 esac;
471471
472472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
525525 cscope cscopelist:
526526
527527
528 distdir: $(BUILT_SOURCES)
529 $(MAKE) $(AM_MAKEFLAGS) distdir-am
530
531 distdir-am: $(DISTFILES)
528 distdir: $(DISTFILES)
532529 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533530 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534531 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
456456 *config.status*) \
457457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458458 *) \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461461 esac;
462462
463463 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516516 cscope cscopelist:
517517
518518
519 distdir: $(BUILT_SOURCES)
520 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522 distdir-am: $(DISTFILES)
519 distdir: $(DISTFILES)
523520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525522 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
465465 *config.status*) \
466466 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
467467 *) \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
470470 esac;
471471
472472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
525525 cscope cscopelist:
526526
527527
528 distdir: $(BUILT_SOURCES)
529 $(MAKE) $(AM_MAKEFLAGS) distdir-am
530
531 distdir-am: $(DISTFILES)
528 distdir: $(DISTFILES)
532529 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533530 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534531 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
466466 *config.status*) \
467467 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
468468 *) \
469 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
470 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
469 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
470 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
471471 esac;
472472
473473 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
526526 cscope cscopelist:
527527
528528
529 distdir: $(BUILT_SOURCES)
530 $(MAKE) $(AM_MAKEFLAGS) distdir-am
531
532 distdir-am: $(DISTFILES)
529 distdir: $(DISTFILES)
533530 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534531 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535532 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
456456 *config.status*) \
457457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458458 *) \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461461 esac;
462462
463463 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516516 cscope cscopelist:
517517
518518
519 distdir: $(BUILT_SOURCES)
520 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522 distdir-am: $(DISTFILES)
519 distdir: $(DISTFILES)
523520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525522 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
456456 *config.status*) \
457457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458458 *) \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461461 esac;
462462
463463 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516516 cscope cscopelist:
517517
518518
519 distdir: $(BUILT_SOURCES)
520 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522 distdir-am: $(DISTFILES)
519 distdir: $(DISTFILES)
523520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525522 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
456456 *config.status*) \
457457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458458 *) \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461461 esac;
462462
463463 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516516 cscope cscopelist:
517517
518518
519 distdir: $(BUILT_SOURCES)
520 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522 distdir-am: $(DISTFILES)
519 distdir: $(DISTFILES)
523520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525522 list='$(DISTFILES)'; \
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
456456 *config.status*) \
457457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
458458 *) \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
459 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
460 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
461461 esac;
462462
463463 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
516516 cscope cscopelist:
517517
518518
519 distdir: $(BUILT_SOURCES)
520 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522 distdir-am: $(DISTFILES)
519 distdir: $(DISTFILES)
523520 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524521 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525522 list='$(DISTFILES)'; \
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2018-03-11.20; # UTC
3 scriptversion=2014-09-12.12; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
270270 fi
271271 dst=$dst_arg
272272
273 # If destination is a directory, append the input filename.
273 # If destination is a directory, append the input filename; won't work
274 # if double slashes aren't ignored.
274275 if test -d "$dst"; then
275276 if test "$is_target_a_directory" = never; then
276277 echo "$0: $dst_arg: Is a directory" >&2
277278 exit 1
278279 fi
279280 dstdir=$dst
280 dstbase=`basename "$src"`
281 case $dst in
282 */) dst=$dst$dstbase;;
283 *) dst=$dst/$dstbase;;
284 esac
281 dst=$dstdir/`basename "$src"`
285282 dstdir_status=0
286283 else
287284 dstdir=`dirname "$dst"`
289286 dstdir_status=$?
290287 fi
291288 fi
292
293 case $dstdir in
294 */) dstdirslash=$dstdir;;
295 *) dstdirslash=$dstdir/;;
296 esac
297289
298290 obsolete_mkdir_used=false
299291
331323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
332324 ;;
333325 *)
334 # Note that $RANDOM variable is not portable (e.g. dash); Use it
335 # here however when possible just to lower collision chance.
326 # $RANDOM is not portable (e.g. dash); use it when possible to
327 # lower collision chance
336328 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
337
338329 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
339330
340 # Because "mkdir -p" follows existing symlinks and we likely work
341 # directly in world-writeable /tmp, make sure that the '$tmpdir'
342 # directory is successfully created first before we actually test
343 # 'mkdir -p' feature.
331 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
332 # create the $tmpdir first (and fail if unsuccessful) to make sure
333 # that nobody tries to guess the $tmpdir name.
344334 if (umask $mkdir_umask &&
345335 $mkdirprog $mkdir_mode "$tmpdir" &&
346336 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
443433 else
444434
445435 # Make a couple of temp file names in the proper directory.
446 dsttmp=${dstdirslash}_inst.$$_
447 rmtmp=${dstdirslash}_rm.$$_
436 dsttmp=$dstdir/_inst.$$_
437 rmtmp=$dstdir/_rm.$$_
448438
449439 # Trap to clean up those temp files at exit.
450440 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
509499 done
510500
511501 # Local variables:
512 # eval: (add-hook 'before-save-hook 'time-stamp)
502 # eval: (add-hook 'write-file-hooks 'time-stamp)
513503 # time-stamp-start: "scriptversion="
514504 # time-stamp-format: "%:y-%02m-%02d.%02H"
515 # time-stamp-time-zone: "UTC0"
505 # time-stamp-time-zone: "UTC"
516506 # time-stamp-end: "; # UTC"
517507 # End:
3030
3131 PROGRAM=libtool
3232 PACKAGE=libtool
33 VERSION="2.4.6 Debian-2.4.6-11"
33 VERSION="2.4.6 Debian-2.4.6-2"
3434 package_revision=2.4.6
3535
3636
13691369 #! /bin/sh
13701370
13711371 # Set a version string for this script.
1372 scriptversion=2015-10-07.11; # UTC
1372 scriptversion=2014-01-07.03; # UTC
13731373
13741374 # A portable, pluggable option parser for Bourne shell.
13751375 # Written by Gary V. Vaughan, 2010
15291529 {
15301530 $debug_cmd
15311531
1532 _G_rc_run_hooks=false
1533
15341532 case " $hookable_fns " in
15351533 *" $1 "*) ;;
15361534 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
15391537 eval _G_hook_fns=\$$1_hooks; shift
15401538
15411539 for _G_hook in $_G_hook_fns; do
1542 if eval $_G_hook '"$@"'; then
1543 # store returned options list back into positional
1544 # parameters for next 'cmd' execution.
1545 eval _G_hook_result=\$${_G_hook}_result
1546 eval set dummy "$_G_hook_result"; shift
1547 _G_rc_run_hooks=:
1548 fi
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
15491546 done
15501547
1551 $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
15521550 }
15531551
15541552
15581556 ## --------------- ##
15591557
15601558 # In order to add your own option parsing hooks, you must accept the
1561 # full positional parameter list in your hook function, you may remove/edit
1562 # any options that you action, and then pass back the remaining unprocessed
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
15631561 # options in '<hooked_function_name>_result', escaped suitably for
1564 # 'eval'. In this case you also must return $EXIT_SUCCESS to let the
1565 # hook's caller know that it should pay attention to
1566 # '<hooked_function_name>_result'. Returning $EXIT_FAILURE signalizes that
1567 # arguments are left untouched by the hook and therefore caller will ignore the
1568 # result variable.
1569 #
1570 # Like this:
1562 # 'eval'. Like this:
15711563 #
15721564 # my_options_prep ()
15731565 # {
15771569 # usage_message=$usage_message'
15781570 # -s, --silent don'\''t print informational messages
15791571 # '
1580 # # No change in '$@' (ignored completely by this hook). There is
1581 # # no need to do the equivalent (but slower) action:
1582 # # func_quote_for_eval ${1+"$@"}
1583 # # my_options_prep_result=$func_quote_for_eval_result
1584 # false
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
15851575 # }
15861576 # func_add_hook func_options_prep my_options_prep
15871577 #
15901580 # {
15911581 # $debug_cmd
15921582 #
1593 # args_changed=false
1594 #
15951583 # # Note that for efficiency, we parse as many options as we can
15961584 # # recognise in a loop before passing the remainder back to the
15971585 # # caller on the first unrecognised argument we encounter.
15981586 # while test $# -gt 0; do
15991587 # opt=$1; shift
16001588 # case $opt in
1601 # --silent|-s) opt_silent=:
1602 # args_changed=:
1603 # ;;
1589 # --silent|-s) opt_silent=: ;;
16041590 # # Separate non-argument short options:
16051591 # -s*) func_split_short_opt "$_G_opt"
16061592 # set dummy "$func_split_short_opt_name" \
16071593 # "-$func_split_short_opt_arg" ${1+"$@"}
16081594 # shift
1609 # args_changed=:
16101595 # ;;
1611 # *) # Make sure the first unrecognised option "$_G_opt"
1612 # # is added back to "$@", we could need that later
1613 # # if $args_changed is true.
1614 # set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
16151597 # esac
16161598 # done
16171599 #
1618 # if $args_changed; then
1619 # func_quote_for_eval ${1+"$@"}
1620 # my_silent_option_result=$func_quote_for_eval_result
1621 # fi
1622 #
1623 # $args_changed
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
16241602 # }
16251603 # func_add_hook func_parse_options my_silent_option
16261604 #
16321610 # $opt_silent && $opt_verbose && func_fatal_help "\
16331611 # '--silent' and '--verbose' options are mutually exclusive."
16341612 #
1635 # false
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
16361615 # }
16371616 # func_add_hook func_validate_options my_option_validation
16381617 #
1639 # You'll also need to manually amend $usage_message to reflect the extra
1618 # You'll alse need to manually amend $usage_message to reflect the extra
16401619 # options you parse. It's preferable to append if you can, so that
16411620 # multiple option parsing hooks can be added safely.
1642
1643
1644 # func_options_finish [ARG]...
1645 # ----------------------------
1646 # Finishing the option parse loop (call 'func_options' hooks ATM).
1647 func_options_finish ()
1648 {
1649 $debug_cmd
1650
1651 _G_func_options_finish_exit=false
1652 if func_run_hooks func_options ${1+"$@"}; then
1653 func_options_finish_result=$func_run_hooks_result
1654 _G_func_options_finish_exit=:
1655 fi
1656
1657 $_G_func_options_finish_exit
1658 }
16591621
16601622
16611623 # func_options [ARG]...
16671629 {
16681630 $debug_cmd
16691631
1670 _G_rc_options=false
1671
1672 for my_func in options_prep parse_options validate_options options_finish
1673 do
1674 if eval func_$my_func '${1+"$@"}'; then
1675 eval _G_res_var='$'"func_${my_func}_result"
1676 eval set dummy "$_G_res_var" ; shift
1677 _G_rc_options=:
1678 fi
1679 done
1680
1681 # Save modified positional parameters for caller. As a top-level
1682 # options-parser function we always need to set the 'func_options_result'
1683 # variable (regardless the $_G_rc_options value).
1684 if $_G_rc_options; then
1685 func_options_result=$_G_res_var
1686 else
1687 func_quote_for_eval ${1+"$@"}
1688 func_options_result=$func_quote_for_eval_result
1689 fi
1690
1691 $_G_rc_options
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
16921643 }
16931644
16941645
16971648 # All initialisations required before starting the option parse loop.
16981649 # Note that when calling hook functions, we pass through the list of
16991650 # positional parameters. If a hook function modifies that list, and
1700 # needs to propagate that back to rest of this script, then the complete
1651 # needs to propogate that back to rest of this script, then the complete
17011652 # modified list must be put in 'func_run_hooks_result' before
1702 # returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned).
1653 # returning.
17031654 func_hookable func_options_prep
17041655 func_options_prep ()
17051656 {
17091660 opt_verbose=false
17101661 opt_warning_types=
17111662
1712 _G_rc_options_prep=false
1713 if func_run_hooks func_options_prep ${1+"$@"}; then
1714 _G_rc_options_prep=:
1715 # save modified positional parameters for caller
1716 func_options_prep_result=$func_run_hooks_result
1717 fi
1718
1719 $_G_rc_options_prep
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
17201667 }
17211668
17221669
17301677
17311678 func_parse_options_result=
17321679
1733 _G_rc_parse_options=false
17341680 # this just eases exit handling
17351681 while test $# -gt 0; do
17361682 # Defer to hook functions for initial option parsing, so they
17371683 # get priority in the event of reusing an option name.
1738 if func_run_hooks func_parse_options ${1+"$@"}; then
1739 eval set dummy "$func_run_hooks_result"; shift
1740 _G_rc_parse_options=:
1741 fi
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
17421688
17431689 # Break out of the loop if we already parsed every option.
17441690 test $# -gt 0 || break
17451691
1746 _G_match_parse_options=:
17471692 _G_opt=$1
17481693 shift
17491694 case $_G_opt in
17581703 ;;
17591704
17601705 --warnings|--warning|-W)
1761 if test $# = 0 && func_missing_arg $_G_opt; then
1762 _G_rc_parse_options=:
1763 break
1764 fi
1706 test $# = 0 && func_missing_arg $_G_opt && break
17651707 case " $warning_categories $1" in
17661708 *" $1 "*)
17671709 # trailing space prevents matching last $1 above
18141756 shift
18151757 ;;
18161758
1817 --) _G_rc_parse_options=: ; break ;;
1759 --) break ;;
18181760 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1819 *) set dummy "$_G_opt" ${1+"$@"}; shift
1820 _G_match_parse_options=false
1821 break
1822 ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
18231762 esac
1824
1825 $_G_match_parse_options && _G_rc_parse_options=:
18261763 done
18271764
1828
1829 if $_G_rc_parse_options; then
1830 # save modified positional parameters for caller
1831 func_quote_for_eval ${1+"$@"}
1832 func_parse_options_result=$func_quote_for_eval_result
1833 fi
1834
1835 $_G_rc_parse_options
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
18361768 }
18371769
18381770
18451777 {
18461778 $debug_cmd
18471779
1848 _G_rc_validate_options=false
1849
18501780 # Display all warnings if -W was not given.
18511781 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
18521782
1853 if func_run_hooks func_validate_options ${1+"$@"}; then
1854 # save modified positional parameters for caller
1855 func_validate_options_result=$func_run_hooks_result
1856 _G_rc_validate_options=:
1857 fi
1783 func_run_hooks func_validate_options ${1+"$@"}
18581784
18591785 # Bail if the options were screwed!
18601786 $exit_cmd $EXIT_FAILURE
18611787
1862 $_G_rc_validate_options
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
18631790 }
18641791
18651792
21402067 compiler: $LTCC
21412068 compiler flags: $LTCFLAGS
21422069 linker: $LD (gnu? $with_gnu_ld)
2143 version: $progname $scriptversion Debian-2.4.6-11
2070 version: $progname $scriptversion Debian-2.4.6-2
21442071 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
21452072 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
21462073
23422269 nonopt=
23432270 preserve_args=
23442271
2345 _G_rc_lt_options_prep=:
2346
23472272 # Shorthand for --mode=foo, only valid as the first argument
23482273 case $1 in
23492274 clean|clea|cle|cl)
23672292 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
23682293 shift; set dummy --mode uninstall ${1+"$@"}; shift
23692294 ;;
2370 *)
2371 _G_rc_lt_options_prep=false
2372 ;;
23732295 esac
23742296
2375 if $_G_rc_lt_options_prep; then
2376 # Pass back the list of options.
2377 func_quote_for_eval ${1+"$@"}
2378 libtool_options_prep_result=$func_quote_for_eval_result
2379 fi
2380
2381 $_G_rc_lt_options_prep
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
23822300 }
23832301 func_add_hook func_options_prep libtool_options_prep
23842302
23902308 {
23912309 $debug_cmd
23922310
2393 _G_rc_lt_parse_options=false
2394
23952311 # Perform our own loop to consume as many options as possible in
23962312 # each iteration.
23972313 while test $# -gt 0; do
2398 _G_match_lt_parse_options=:
23992314 _G_opt=$1
24002315 shift
24012316 case $_G_opt in
24702385 func_append preserve_args " $_G_opt"
24712386 ;;
24722387
2473 # An option not handled by this hook function:
2474 *) set dummy "$_G_opt" ${1+"$@"} ; shift
2475 _G_match_lt_parse_options=false
2476 break
2477 ;;
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
24782390 esac
2479 $_G_match_lt_parse_options && _G_rc_lt_parse_options=:
24802391 done
24812392
2482 if $_G_rc_lt_parse_options; then
2483 # save modified positional parameters for caller
2484 func_quote_for_eval ${1+"$@"}
2485 libtool_parse_options_result=$func_quote_for_eval_result
2486 fi
2487
2488 $_G_rc_lt_parse_options
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
24892397 }
24902398 func_add_hook func_parse_options libtool_parse_options
24912399
73667274 # -specs=* GCC specs files
73677275 # -stdlib=* select c++ std lib with clang
73687276 # -fsanitize=* Clang/GCC memory and address sanitizer
7369 # -fuse-ld=* Linker select flags for GCC
73707277 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
73717278 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
73727279 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
7373 -specs=*|-fsanitize=*|-fuse-ld=*)
7280 -specs=*|-fsanitize=*)
73747281 func_quote_for_eval "$arg"
73757282 arg=$func_quote_for_eval_result
73767283 func_append compile_command " $arg"
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
527527 *config.status*) \
528528 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
529529 *) \
530 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
531 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
530 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
531 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
532532 esac;
533533
534534 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
681681 cscope cscopelist:
682682
683683
684 distdir: $(BUILT_SOURCES)
685 $(MAKE) $(AM_MAKEFLAGS) distdir-am
686
687 distdir-am: $(DISTFILES)
684 distdir: $(DISTFILES)
688685 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
689686 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690687 list='$(DISTFILES)'; \
7575 \fBenable-reflector=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" avahi-daemon will reflect incoming mDNS requests to all local network interfaces, effectively allowing clients to browse mDNS/DNS-SD services on all networks connected to the gateway. The gateway is somewhat intelligent and should work with all kinds of mDNS traffic, though some functionality is lost (specifically the unicast reply bit, which is used rarely anyway). Make sure to not run multiple reflectors between the same networks, this might cause them to play Ping Pong with mDNS packets. Defaults to "no".
7676 .TP
7777 \fBreflect-ipv=\f1 Takes a boolean value ("yes" or "no"). If set to "yes" and \fBenable-reflector\f1 is enabled, avahi-daemon will forward mDNS traffic between IPv4 and IPv6, which is usually not recommended. Defaults to "no".
78 .TP
79 \fBreflect-filters=\f1 Set a comma separated list of allowed service names to be reflected. Each service that is seen must match an entry in this list to be reflected to other networks. This list can match the type of service or the name of the machine providing the service. Defaults to allowing all services.
7880 .SH SECTION [RLIMITS]
7981 This section is used to define system resource limits for the daemon. See \fBsetrlimit(2)\f1 for more information. If any of the options is not specified in the configuration file, avahi-daemon does not change it from the system defaults.
8082 .TP
325325 "no"). If set to "yes" and <opt>enable-reflector</opt> is
326326 enabled, avahi-daemon will forward mDNS traffic between IPv4
327327 and IPv6, which is usually not recommended. Defaults to "no".</p>
328 </option>
329
330 <option>
331 <p><opt>reflect-filters=</opt> Set a comma separated list of
332 allowed service names to be reflected. Each service that is
333 seen must match an entry in this list to be reflected to other
334 networks. This list can match the type of service or the name
335 of the machine providing the service. Defaults to allowing all
336 services.</p>
337
328338 </option>
329339 </section>
330340
+0
-16
man/avahi-discover.1 less more
0 .TH avahi-discover 1 User Manuals
1 .SH NAME
2 avahi-discover \- Browse for mDNS/DNS-SD services using the Avahi daemon
3 .SH SYNOPSIS
4 \fBavahi-discover
5 \f1
6 .SH DESCRIPTION
7 Show a real-time graphical browse list for mDNS/DNS-SD network services running on the local LAN using the Avahi daemon.
8 .SH OPTIONS
9 avahi-discover takes no command line arguments at the moment.
10 .SH AUTHORS
11 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
12 .SH SEE ALSO
13 \fBavahi-daemon(8)\f1, \fBavahi-browse(1)\f1
14 .SH COMMENTS
15 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
+0
-36
man/bssh.1 less more
0 .TH bssh/bvnc/bshell 1 User Manuals
1 .SH NAME
2 bssh/bvnc/bshell \- Browse for SSH/VNC servers on the local network
3 .SH SYNOPSIS
4 \fBbssh
5
6 bvnc
7
8 bshell
9 \f1
10 .SH DESCRIPTION
11 bssh/bvnc/bshell browses for SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls ssh/vncviewer after a selection was made.
12
13 If the binary is called as bssh only ssh servers will be shown. If the binary is called as bvnc only VNC servers will be shown. If the binary is called as bshell both VNC and SSH servers are shown.
14 .SH OPTIONS
15 .TP
16 \fB-s | --ssh\f1
17 Browse for SSH servers (and only SSH servers) regardless under which name the binary is called.
18 .TP
19 \fB-v | --vnc\f1
20 Browse for VNC servers (and only VNC servers) regardless under which name the binary is called.
21 .TP
22 \fB-S | --shell\f1
23 Browse for both VNC and SSH servers regardless under which name the binary is called.
24 .TP
25 \fB-d | --domain=\f1 \fIDOMAIN\f1
26 Browse in the specified domain. If omitted bssh/bvnc/bshell will browse in the default browsing domain (usually .local)
27 .TP
28 \fB-h | --help\f1
29 Show help.
30 .SH AUTHORS
31 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
32 .SH SEE ALSO
33 \fBavahi-browse(1)\f1, \fBssh(1)\f1, \fBvncviewer(1)\f1
34 .SH COMMENTS
35 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
00 #! /bin/sh
11 # Common wrapper for a few potentially missing GNU programs.
22
3 scriptversion=2018-03-07.03; # UTC
4
5 # Copyright (C) 1996-2018 Free Software Foundation, Inc.
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
1616 # GNU General Public License for more details.
1717
1818 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <https://www.gnu.org/licenses/>.
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
2121 # As a special exception to the GNU General Public License, if you
2222 # distribute this file as part of a program that contains a
100100 exit $st
101101 fi
102102
103 perl_URL=https://www.perl.org/
104 flex_URL=https://github.com/westes/flex
105 gnu_software_URL=https://www.gnu.org/software
103 perl_URL=http://www.perl.org/
104 flex_URL=http://flex.sourceforge.net/
105 gnu_software_URL=http://www.gnu.org/software
106106
107107 program_details ()
108108 {
206206 exit $st
207207
208208 # Local variables:
209 # eval: (add-hook 'before-save-hook 'time-stamp)
209 # eval: (add-hook 'write-file-hooks 'time-stamp)
210210 # time-stamp-start: "scriptversion="
211211 # time-stamp-format: "%:y-%02m-%02d.%02H"
212 # time-stamp-time-zone: "UTC0"
212 # time-stamp-time-zone: "UTC"
213213 # time-stamp-end: "; # UTC"
214214 # End:
0 2019-10-26 gettextize <bug-gnu-gettext@gnu.org>
0 2020-02-18 gettextize <bug-gnu-gettext@gnu.org>
11
22 * Makefile.in.in: New file, from gettext-0.19.8.1.
33 * Rules-quot: New file, from gettext-0.19.8.1.
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: avahi 0.7\n"
8 "Project-Id-Version: avahi 0.8\n"
99 "Report-Msgid-Bugs-To: https://github.com/lathiat/avahi/issues\n"
10 "POT-Creation-Date: 2019-10-26 13:01+0000\n"
10 "POT-Creation-Date: 2020-02-18 07:03+0000\n"
1111 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313 "Language-Team: LANGUAGE <LL@li.org>\n"
00 #!/bin/sh
11 # py-compile - Compile a Python program
22
3 scriptversion=2018-03-07.03; # UTC
3 scriptversion=2016-01-11.22; # UTC
44
5 # Copyright (C) 2000-2018 Free Software Foundation, Inc.
5 # Copyright (C) 2000-2017 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
161161 # Local Variables:
162162 # mode: shell-script
163163 # sh-indentation: 2
164 # eval: (add-hook 'before-save-hook 'time-stamp)
164 # eval: (add-hook 'write-file-hooks 'time-stamp)
165165 # time-stamp-start: "scriptversion="
166166 # time-stamp-format: "%:y-%02m-%02d.%02H"
167167 # time-stamp-time-zone: "UTC0"
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
463463 *config.status*) \
464464 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
465465 *) \
466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
467 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
466 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
467 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
468468 esac;
469469
470470 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
509509 cscope cscopelist:
510510
511511
512 distdir: $(BUILT_SOURCES)
513 $(MAKE) $(AM_MAKEFLAGS) distdir-am
514
515 distdir-am: $(DISTFILES)
512 distdir: $(DISTFILES)
516513 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517514 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518515 list='$(DISTFILES)'; \
139139 _realplayfavs._tcp[it]:RealPlayer - Preferiti Condivisi
140140
141141 _raop._tcp:AirTunes Remote Audio
142 _airplay._tcp:AirPlay Remote Video
142143
143144 _rtsp._tcp:RTSP Realtime Streaming Server
144145 _rtp._udp:RTP Realtime Streaming Server
215216 _adobe-vc._tcp:Adobe Version Cue
216217
217218 _home-sharing._tcp:Apple Home Sharing
219
220 _amzn-wplay._tcp:Amazon Fire TV
221
222 _qdiscover._tcp:QNAP NAS
218223
219224
220225 # Other
232237 _xpra._tcp:Xpra Session Server
233238
234239 _libvirt._tcp:Virtual Machine Manager
240
241 _device-info._tcp:Device Info
00 #! /bin/sh
11 # test-driver - basic testsuite driver script.
22
3 scriptversion=2018-03-07.03; # UTC
3 scriptversion=2013-07-13.22; # UTC
44
5 # Copyright (C) 2011-2018 Free Software Foundation, Inc.
5 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
66 #
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
1515 # GNU General Public License for more details.
1616 #
1717 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <https://www.gnu.org/licenses/>.
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
2020 # As a special exception to the GNU General Public License, if you
2121 # distribute this file as part of a program that contains a
139139 # Local Variables:
140140 # mode: shell-script
141141 # sh-indentation: 2
142 # eval: (add-hook 'before-save-hook 'time-stamp)
142 # eval: (add-hook 'write-file-hooks 'time-stamp)
143143 # time-stamp-start: "scriptversion="
144144 # time-stamp-format: "%:y-%02m-%02d.%02H"
145 # time-stamp-time-zone: "UTC0"
145 # time-stamp-time-zone: "UTC"
146146 # time-stamp-end: "; # UTC"
147147 # End:
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
0 # Makefile.in generated by automake 1.15.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
165165 am__v_at_1 =
166166 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
167167 depcomp = $(SHELL) $(top_srcdir)/depcomp
168 am__maybe_remake_depfiles = depfiles
169 am__depfiles_remade = \
170 ./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
168 am__depfiles_maybe = depfiles
171169 am__mv = mv -f
172170 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
173171 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
505503 *config.status*) \
506504 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
507505 *) \
508 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
509 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
506 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
507 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
510508 esac;
511509
512510 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
537535 distclean-compile:
538536 -rm -f *.tab.c
539537
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po@am__quote@ # am--include-marker
541
542 $(am__depfiles_remade):
543 @$(MKDIR_P) $(@D)
544 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
545
546 am--depfiles: $(am__depfiles_remade)
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po@am__quote@
547539
548540 .cc.o:
549541 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
638630 distclean-tags:
639631 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
640632
641 distdir: $(BUILT_SOURCES)
642 $(MAKE) $(AM_MAKEFLAGS) distdir-am
643
644 distdir-am: $(DISTFILES)
633 distdir: $(DISTFILES)
645634 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
646635 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647636 list='$(DISTFILES)'; \
711700 mostlyclean-am
712701
713702 distclean: distclean-am
714 -rm -f ./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
703 -rm -rf ./$(DEPDIR)
715704 -rm -f Makefile
716705 distclean-am: clean-am distclean-compile distclean-generic \
717706 distclean-tags
757746 installcheck-am:
758747
759748 maintainer-clean: maintainer-clean-am
760 -rm -f ./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
749 -rm -rf ./$(DEPDIR)
761750 -rm -f Makefile
762751 maintainer-clean-am: distclean-am maintainer-clean-generic
763752
778767
779768 .MAKE: install-am install-strip
780769
781 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
782 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
783 ctags ctags-am distclean distclean-compile distclean-generic \
770 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
771 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
772 ctags-am distclean distclean-compile distclean-generic \
784773 distclean-libtool distclean-tags distdir dvi dvi-am html \
785774 html-am info info-am install install-am install-data \
786775 install-data-am install-dvi install-dvi-am install-exec \