1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# This file is part of avahi.
18#
19# avahi is free software; you can redistribute it and/or modify it
20# under the terms of the GNU Lesser General Public License as
21# published by the Free Software Foundation; either version 2 of the
22# License, or (at your option) any later version.
23#
24# avahi is distributed in the hope that it will be useful, but WITHOUT
25# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
26# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
27# License for more details.
28#
29# You should have received a copy of the GNU Lesser General Public
30# License along with avahi; if not, write to the Free Software
31# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
32# USA.
33
34
35
36VPATH = @srcdir@
37am__is_gnu_make = { \
38  if test -z '$(MAKELEVEL)'; then \
39    false; \
40  elif test -n '$(MAKE_HOST)'; then \
41    true; \
42  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43    true; \
44  else \
45    false; \
46  fi; \
47}
48am__make_running_with_option = \
49  case $${target_option-} in \
50      ?) ;; \
51      *) echo "am__make_running_with_option: internal error: invalid" \
52              "target option '$${target_option-}' specified" >&2; \
53         exit 1;; \
54  esac; \
55  has_opt=no; \
56  sane_makeflags=$$MAKEFLAGS; \
57  if $(am__is_gnu_make); then \
58    sane_makeflags=$$MFLAGS; \
59  else \
60    case $$MAKEFLAGS in \
61      *\\[\ \	]*) \
62        bs=\\; \
63        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
65    esac; \
66  fi; \
67  skip_next=no; \
68  strip_trailopt () \
69  { \
70    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71  }; \
72  for flg in $$sane_makeflags; do \
73    test $$skip_next = yes && { skip_next=no; continue; }; \
74    case $$flg in \
75      *=*|--*) continue;; \
76        -*I) strip_trailopt 'I'; skip_next=yes;; \
77      -*I?*) strip_trailopt 'I';; \
78        -*O) strip_trailopt 'O'; skip_next=yes;; \
79      -*O?*) strip_trailopt 'O';; \
80        -*l) strip_trailopt 'l'; skip_next=yes;; \
81      -*l?*) strip_trailopt 'l';; \
82      -[dEDm]) skip_next=yes;; \
83      -[JT]) skip_next=yes;; \
84    esac; \
85    case $$flg in \
86      *$$target_option*) has_opt=yes; break;; \
87    esac; \
88  done; \
89  test $$has_opt = yes
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110@ENABLE_TESTS_TRUE@noinst_PROGRAMS = prioq-test$(EXEEXT) \
111@ENABLE_TESTS_TRUE@	avahi-test$(EXEEXT) \
112@ENABLE_TESTS_TRUE@	conformance-test$(EXEEXT) \
113@ENABLE_TESTS_TRUE@	avahi-reflector$(EXEEXT) dns-test$(EXEEXT) \
114@ENABLE_TESTS_TRUE@	dns-spin-test$(EXEEXT) \
115@ENABLE_TESTS_TRUE@	timeeventq-test$(EXEEXT) \
116@ENABLE_TESTS_TRUE@	hashmap-test$(EXEEXT) querier-test$(EXEEXT) \
117@ENABLE_TESTS_TRUE@	update-test$(EXEEXT)
118@ENABLE_TESTS_TRUE@TESTS = dns-spin-test$(EXEEXT) dns-test$(EXEEXT) \
119@ENABLE_TESTS_TRUE@	hashmap-test$(EXEEXT)
120@HAVE_NETLINK_TRUE@am__append_1 = \
121@HAVE_NETLINK_TRUE@       iface-linux.c iface-linux.h \
122@HAVE_NETLINK_TRUE@       netlink.c netlink.h
123
124@HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_TRUE@am__append_2 = \
125@HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_TRUE@	iface-pfroute.c iface-pfroute.h
126
127@HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_FALSE@am__append_3 = \
128@HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_FALSE@	iface-none.c
129
130subdir = avahi-core
131ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
133	$(top_srcdir)/common/gcc_stack_protect.m4 \
134	$(top_srcdir)/common/gcc_visibility.m4 \
135	$(top_srcdir)/common/gettext.m4 $(top_srcdir)/common/iconv.m4 \
136	$(top_srcdir)/common/introspection.m4 \
137	$(top_srcdir)/common/lib-ld.m4 \
138	$(top_srcdir)/common/lib-link.m4 \
139	$(top_srcdir)/common/lib-prefix.m4 \
140	$(top_srcdir)/common/libtool.m4 \
141	$(top_srcdir)/common/ltoptions.m4 \
142	$(top_srcdir)/common/ltsugar.m4 \
143	$(top_srcdir)/common/ltversion.m4 \
144	$(top_srcdir)/common/lt~obsolete.m4 \
145	$(top_srcdir)/common/nls.m4 $(top_srcdir)/common/po.m4 \
146	$(top_srcdir)/common/progtest.m4 \
147	$(top_srcdir)/common/python.m4 $(top_srcdir)/common/qt5-pie.m4 \
148	$(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
149	$(top_srcdir)/configure.ac
150am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
151	$(ACLOCAL_M4)
152DIST_COMMON = $(srcdir)/Makefile.am $(avahiinclude_HEADERS) \
153	$(am__DIST_COMMON)
154mkinstalldirs = $(install_sh) -d
155CONFIG_HEADER = $(top_builddir)/config.h
156CONFIG_CLEAN_FILES =
157CONFIG_CLEAN_VPATH_FILES =
158am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
159am__vpath_adj = case $$p in \
160    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
161    *) f=$$p;; \
162  esac;
163am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
164am__install_max = 40
165am__nobase_strip_setup = \
166  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
167am__nobase_strip = \
168  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
169am__nobase_list = $(am__nobase_strip_setup); \
170  for p in $$list; do echo "$$p $$p"; done | \
171  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
172  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
173    if (++n[$$2] == $(am__install_max)) \
174      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
175    END { for (dir in files) print dir, files[dir] }'
176am__base_list = \
177  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
178  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
179am__uninstall_files_from_dir = { \
180  test -z "$$files" \
181    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
182    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
183         $(am__cd) "$$dir" && rm -f $$files; }; \
184  }
185am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiincludedir)"
186LTLIBRARIES = $(lib_LTLIBRARIES)
187libavahi_core_la_DEPENDENCIES = ../avahi-common/libavahi-common.la
188am__libavahi_core_la_SOURCES_DIST = timeeventq.c timeeventq.h iface.c \
189	iface.h server.c internal.h entry.c prioq.c prioq.h cache.c \
190	cache.h socket.c socket.h response-sched.c response-sched.h \
191	query-sched.c query-sched.h probe-sched.c probe-sched.h \
192	announce.c announce.h browse.c browse.h rrlist.c rrlist.h \
193	resolve-host-name.c resolve-address.c browse-domain.c \
194	browse-service-type.c browse-service.c resolve-service.c dns.c \
195	dns.h rr.c rr.h rr-util.h core.h lookup.h publish.h log.c \
196	log.h browse-dns-server.c fdutil.h fdutil.c util.c util.h \
197	hashmap.c hashmap.h wide-area.c wide-area.h multicast-lookup.c \
198	multicast-lookup.h querier.c querier.h addr-util.h addr-util.c \
199	domain-util.h domain-util.c dns-srv-rr.h iface-linux.c \
200	iface-linux.h netlink.c netlink.h iface-pfroute.c \
201	iface-pfroute.h iface-none.c
202@HAVE_NETLINK_TRUE@am__objects_1 = libavahi_core_la-iface-linux.lo \
203@HAVE_NETLINK_TRUE@	libavahi_core_la-netlink.lo
204@HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_TRUE@am__objects_2 = libavahi_core_la-iface-pfroute.lo
205@HAVE_NETLINK_FALSE@@HAVE_PF_ROUTE_FALSE@am__objects_3 = libavahi_core_la-iface-none.lo
206am_libavahi_core_la_OBJECTS = libavahi_core_la-timeeventq.lo \
207	libavahi_core_la-iface.lo libavahi_core_la-server.lo \
208	libavahi_core_la-entry.lo libavahi_core_la-prioq.lo \
209	libavahi_core_la-cache.lo libavahi_core_la-socket.lo \
210	libavahi_core_la-response-sched.lo \
211	libavahi_core_la-query-sched.lo \
212	libavahi_core_la-probe-sched.lo libavahi_core_la-announce.lo \
213	libavahi_core_la-browse.lo libavahi_core_la-rrlist.lo \
214	libavahi_core_la-resolve-host-name.lo \
215	libavahi_core_la-resolve-address.lo \
216	libavahi_core_la-browse-domain.lo \
217	libavahi_core_la-browse-service-type.lo \
218	libavahi_core_la-browse-service.lo \
219	libavahi_core_la-resolve-service.lo libavahi_core_la-dns.lo \
220	libavahi_core_la-rr.lo libavahi_core_la-log.lo \
221	libavahi_core_la-browse-dns-server.lo \
222	libavahi_core_la-fdutil.lo libavahi_core_la-util.lo \
223	libavahi_core_la-hashmap.lo libavahi_core_la-wide-area.lo \
224	libavahi_core_la-multicast-lookup.lo \
225	libavahi_core_la-querier.lo libavahi_core_la-addr-util.lo \
226	libavahi_core_la-domain-util.lo $(am__objects_1) \
227	$(am__objects_2) $(am__objects_3)
228libavahi_core_la_OBJECTS = $(am_libavahi_core_la_OBJECTS)
229AM_V_lt = $(am__v_lt_@AM_V@)
230am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
231am__v_lt_0 = --silent
232am__v_lt_1 =
233libavahi_core_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
234	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
235	$(libavahi_core_la_CFLAGS) $(CFLAGS) \
236	$(libavahi_core_la_LDFLAGS) $(LDFLAGS) -o $@
237PROGRAMS = $(noinst_PROGRAMS)
238am_avahi_reflector_OBJECTS =  \
239	avahi_reflector-avahi-reflector.$(OBJEXT)
240avahi_reflector_OBJECTS = $(am_avahi_reflector_OBJECTS)
241avahi_reflector_DEPENDENCIES = ../avahi-common/libavahi-common.la \
242	libavahi-core.la
243avahi_reflector_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
244	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
245	$(avahi_reflector_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
246	-o $@
247am_avahi_test_OBJECTS = avahi_test-avahi-test.$(OBJEXT)
248avahi_test_OBJECTS = $(am_avahi_test_OBJECTS)
249avahi_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
250	libavahi-core.la
251avahi_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
252	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_test_CFLAGS) \
253	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
254am_conformance_test_OBJECTS =  \
255	conformance_test-conformance-test.$(OBJEXT)
256conformance_test_OBJECTS = $(am_conformance_test_OBJECTS)
257conformance_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
258	libavahi-core.la
259conformance_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
260	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
261	$(conformance_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
262	-o $@
263am_dns_spin_test_OBJECTS = dns_spin_test-dns-spin-test.$(OBJEXT)
264dns_spin_test_OBJECTS = $(am_dns_spin_test_OBJECTS)
265dns_spin_test_DEPENDENCIES = libavahi-core.la
266dns_spin_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
267	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(dns_spin_test_CFLAGS) \
268	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
269am_dns_test_OBJECTS = dns_test-dns.$(OBJEXT) \
270	dns_test-dns-test.$(OBJEXT) dns_test-log.$(OBJEXT) \
271	dns_test-util.$(OBJEXT) dns_test-rr.$(OBJEXT) \
272	dns_test-hashmap.$(OBJEXT) dns_test-domain-util.$(OBJEXT) \
273	dns_test-addr-util.$(OBJEXT)
274dns_test_OBJECTS = $(am_dns_test_OBJECTS)
275dns_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
276dns_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
277	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(dns_test_CFLAGS) \
278	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
279am_hashmap_test_OBJECTS = hashmap_test-hashmap-test.$(OBJEXT) \
280	hashmap_test-hashmap.$(OBJEXT) hashmap_test-util.$(OBJEXT)
281hashmap_test_OBJECTS = $(am_hashmap_test_OBJECTS)
282hashmap_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
283hashmap_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
284	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(hashmap_test_CFLAGS) \
285	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
286am_prioq_test_OBJECTS = prioq_test-prioq-test.$(OBJEXT) \
287	prioq_test-prioq.$(OBJEXT)
288prioq_test_OBJECTS = $(am_prioq_test_OBJECTS)
289prioq_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
290prioq_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
291	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(prioq_test_CFLAGS) \
292	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
293am_querier_test_OBJECTS = querier_test-querier-test.$(OBJEXT)
294querier_test_OBJECTS = $(am_querier_test_OBJECTS)
295querier_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
296	libavahi-core.la
297querier_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
298	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(querier_test_CFLAGS) \
299	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
300am_timeeventq_test_OBJECTS =  \
301	timeeventq_test-timeeventq-test.$(OBJEXT) \
302	timeeventq_test-timeeventq.$(OBJEXT) \
303	timeeventq_test-prioq.$(OBJEXT) timeeventq_test-log.$(OBJEXT)
304timeeventq_test_OBJECTS = $(am_timeeventq_test_OBJECTS)
305timeeventq_test_DEPENDENCIES = ../avahi-common/libavahi-common.la
306timeeventq_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
307	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
308	$(timeeventq_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
309	-o $@
310am_update_test_OBJECTS = update_test-update-test.$(OBJEXT)
311update_test_OBJECTS = $(am_update_test_OBJECTS)
312update_test_DEPENDENCIES = ../avahi-common/libavahi-common.la \
313	libavahi-core.la
314update_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
315	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(update_test_CFLAGS) \
316	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
317AM_V_P = $(am__v_P_@AM_V@)
318am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
319am__v_P_0 = false
320am__v_P_1 = :
321AM_V_GEN = $(am__v_GEN_@AM_V@)
322am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
323am__v_GEN_0 = @echo "  GEN     " $@;
324am__v_GEN_1 =
325AM_V_at = $(am__v_at_@AM_V@)
326am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
327am__v_at_0 = @
328am__v_at_1 =
329DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
330depcomp = $(SHELL) $(top_srcdir)/depcomp
331am__depfiles_maybe = depfiles
332am__mv = mv -f
333COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
334	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
335LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
336	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
337	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
338	$(AM_CFLAGS) $(CFLAGS)
339AM_V_CC = $(am__v_CC_@AM_V@)
340am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
341am__v_CC_0 = @echo "  CC      " $@;
342am__v_CC_1 =
343CCLD = $(CC)
344LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
345	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
346	$(AM_LDFLAGS) $(LDFLAGS) -o $@
347AM_V_CCLD = $(am__v_CCLD_@AM_V@)
348am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
349am__v_CCLD_0 = @echo "  CCLD    " $@;
350am__v_CCLD_1 =
351SOURCES = $(libavahi_core_la_SOURCES) $(avahi_reflector_SOURCES) \
352	$(avahi_test_SOURCES) $(conformance_test_SOURCES) \
353	$(dns_spin_test_SOURCES) $(dns_test_SOURCES) \
354	$(hashmap_test_SOURCES) $(prioq_test_SOURCES) \
355	$(querier_test_SOURCES) $(timeeventq_test_SOURCES) \
356	$(update_test_SOURCES)
357DIST_SOURCES = $(am__libavahi_core_la_SOURCES_DIST) \
358	$(avahi_reflector_SOURCES) $(avahi_test_SOURCES) \
359	$(conformance_test_SOURCES) $(dns_spin_test_SOURCES) \
360	$(dns_test_SOURCES) $(hashmap_test_SOURCES) \
361	$(prioq_test_SOURCES) $(querier_test_SOURCES) \
362	$(timeeventq_test_SOURCES) $(update_test_SOURCES)
363am__can_run_installinfo = \
364  case $$AM_UPDATE_INFO_DIR in \
365    n|no|NO) false;; \
366    *) (install-info --version) >/dev/null 2>&1;; \
367  esac
368HEADERS = $(avahiinclude_HEADERS)
369am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
370# Read a list of newline-separated strings from the standard input,
371# and print each of them once, without duplicates.  Input order is
372# *not* preserved.
373am__uniquify_input = $(AWK) '\
374  BEGIN { nonempty = 0; } \
375  { items[$$0] = 1; nonempty = 1; } \
376  END { if (nonempty) { for (i in items) print i; }; } \
377'
378# Make sure the list of sources is unique.  This is necessary because,
379# e.g., the same source file might be shared among _SOURCES variables
380# for different programs/libraries.
381am__define_uniq_tagged_files = \
382  list='$(am__tagged_files)'; \
383  unique=`for i in $$list; do \
384    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385  done | $(am__uniquify_input)`
386ETAGS = etags
387CTAGS = ctags
388am__tty_colors_dummy = \
389  mgn= red= grn= lgn= blu= brg= std=; \
390  am__color_tests=no
391am__tty_colors = { \
392  $(am__tty_colors_dummy); \
393  if test "X$(AM_COLOR_TESTS)" = Xno; then \
394    am__color_tests=no; \
395  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
396    am__color_tests=yes; \
397  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
398    am__color_tests=yes; \
399  fi; \
400  if test $$am__color_tests = yes; then \
401    red=''; \
402    grn=''; \
403    lgn=''; \
404    blu=''; \
405    mgn=''; \
406    brg=''; \
407    std=''; \
408  fi; \
409}
410am__recheck_rx = ^[ 	]*:recheck:[ 	]*
411am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
412am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
413# A command that, given a newline-separated list of test names on the
414# standard input, print the name of the tests that are to be re-run
415# upon "make recheck".
416am__list_recheck_tests = $(AWK) '{ \
417  recheck = 1; \
418  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
419    { \
420      if (rc < 0) \
421        { \
422          if ((getline line2 < ($$0 ".log")) < 0) \
423	    recheck = 0; \
424          break; \
425        } \
426      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
427        { \
428          recheck = 0; \
429          break; \
430        } \
431      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
432        { \
433          break; \
434        } \
435    }; \
436  if (recheck) \
437    print $$0; \
438  close ($$0 ".trs"); \
439  close ($$0 ".log"); \
440}'
441# A command that, given a newline-separated list of test names on the
442# standard input, create the global log from their .trs and .log files.
443am__create_global_log = $(AWK) ' \
444function fatal(msg) \
445{ \
446  print "fatal: making $@: " msg | "cat >&2"; \
447  exit 1; \
448} \
449function rst_section(header) \
450{ \
451  print header; \
452  len = length(header); \
453  for (i = 1; i <= len; i = i + 1) \
454    printf "="; \
455  printf "\n\n"; \
456} \
457{ \
458  copy_in_global_log = 1; \
459  global_test_result = "RUN"; \
460  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
461    { \
462      if (rc < 0) \
463         fatal("failed to read from " $$0 ".trs"); \
464      if (line ~ /$(am__global_test_result_rx)/) \
465        { \
466          sub("$(am__global_test_result_rx)", "", line); \
467          sub("[ 	]*$$", "", line); \
468          global_test_result = line; \
469        } \
470      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
471        copy_in_global_log = 0; \
472    }; \
473  if (copy_in_global_log) \
474    { \
475      rst_section(global_test_result ": " $$0); \
476      while ((rc = (getline line < ($$0 ".log"))) != 0) \
477      { \
478        if (rc < 0) \
479          fatal("failed to read from " $$0 ".log"); \
480        print line; \
481      }; \
482      printf "\n"; \
483    }; \
484  close ($$0 ".trs"); \
485  close ($$0 ".log"); \
486}'
487# Restructured Text title.
488am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
489# Solaris 10 'make', and several other traditional 'make' implementations,
490# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
491# by disabling -e (using the XSI extension "set +e") if it's set.
492am__sh_e_setup = case $$- in *e*) set +e;; esac
493# Default flags passed to test drivers.
494am__common_driver_flags = \
495  --color-tests "$$am__color_tests" \
496  --enable-hard-errors "$$am__enable_hard_errors" \
497  --expect-failure "$$am__expect_failure"
498# To be inserted before the command running the test.  Creates the
499# directory for the log if needed.  Stores in $dir the directory
500# containing $f, in $tst the test, in $log the log.  Executes the
501# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
502# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
503# will run the test scripts (or their associated LOG_COMPILER, if
504# thy have one).
505am__check_pre = \
506$(am__sh_e_setup);					\
507$(am__vpath_adj_setup) $(am__vpath_adj)			\
508$(am__tty_colors);					\
509srcdir=$(srcdir); export srcdir;			\
510case "$@" in						\
511  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
512    *) am__odir=.;; 					\
513esac;							\
514test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
515  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
516if test -f "./$$f"; then dir=./;			\
517elif test -f "$$f"; then dir=;				\
518else dir="$(srcdir)/"; fi;				\
519tst=$$dir$$f; log='$@'; 				\
520if test -n '$(DISABLE_HARD_ERRORS)'; then		\
521  am__enable_hard_errors=no; 				\
522else							\
523  am__enable_hard_errors=yes; 				\
524fi; 							\
525case " $(XFAIL_TESTS) " in				\
526  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
527    am__expect_failure=yes;;				\
528  *)							\
529    am__expect_failure=no;;				\
530esac; 							\
531$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
532# A shell command to get the names of the tests scripts with any registered
533# extension removed (i.e., equivalently, the names of the test logs, with
534# the '.log' extension removed).  The result is saved in the shell variable
535# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
536# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
537# since that might cause problem with VPATH rewrites for suffix-less tests.
538# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
539am__set_TESTS_bases = \
540  bases='$(TEST_LOGS)'; \
541  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
542  bases=`echo $$bases`
543RECHECK_LOGS = $(TEST_LOGS)
544AM_RECURSIVE_TARGETS = check recheck
545TEST_SUITE_LOG = test-suite.log
546TEST_EXTENSIONS = @EXEEXT@ .test
547LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
548LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
549am__set_b = \
550  case '$@' in \
551    */*) \
552      case '$*' in \
553        */*) b='$*';; \
554          *) b=`echo '$@' | sed 's/\.log$$//'`; \
555       esac;; \
556    *) \
557      b='$*';; \
558  esac
559am__test_logs1 = $(TESTS:=.log)
560am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
561TEST_LOGS = $(am__test_logs2:.test.log=.log)
562TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
563TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
564	$(TEST_LOG_FLAGS)
565am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
566	$(top_srcdir)/test-driver
567DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
568ACLOCAL = @ACLOCAL@
569AMTAR = @AMTAR@
570AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
571AR = @AR@
572AUTOCONF = @AUTOCONF@
573AUTOHEADER = @AUTOHEADER@
574AUTOMAKE = @AUTOMAKE@
575AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
576AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
577AVAHI_GROUP = @AVAHI_GROUP@
578AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
579AVAHI_USER = @AVAHI_USER@
580AWK = @AWK@
581CC = @CC@
582CCDEPMODE = @CCDEPMODE@
583CFLAGS = @CFLAGS@
584CPP = @CPP@
585CPPFLAGS = @CPPFLAGS@
586CXX = @CXX@
587CXXCPP = @CXXCPP@
588CXXDEPMODE = @CXXDEPMODE@
589CXXFLAGS = @CXXFLAGS@
590CYGPATH_W = @CYGPATH_W@
591DBUS_CFLAGS = @DBUS_CFLAGS@
592DBUS_LIBS = @DBUS_LIBS@
593DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
594DBUS_SYS_DIR = @DBUS_SYS_DIR@
595DEFS = @DEFS@
596DEPDIR = @DEPDIR@
597DLLTOOL = @DLLTOOL@
598DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
599DSYMUTIL = @DSYMUTIL@
600DUMPBIN = @DUMPBIN@
601DX_CONFIG = @DX_CONFIG@
602DX_DOCDIR = @DX_DOCDIR@
603DX_DOT = @DX_DOT@
604DX_DOXYGEN = @DX_DOXYGEN@
605DX_DVIPS = @DX_DVIPS@
606DX_EGREP = @DX_EGREP@
607DX_ENV = @DX_ENV@
608DX_FLAG_chi = @DX_FLAG_chi@
609DX_FLAG_chm = @DX_FLAG_chm@
610DX_FLAG_doc = @DX_FLAG_doc@
611DX_FLAG_dot = @DX_FLAG_dot@
612DX_FLAG_html = @DX_FLAG_html@
613DX_FLAG_man = @DX_FLAG_man@
614DX_FLAG_pdf = @DX_FLAG_pdf@
615DX_FLAG_ps = @DX_FLAG_ps@
616DX_FLAG_rtf = @DX_FLAG_rtf@
617DX_FLAG_xml = @DX_FLAG_xml@
618DX_HHC = @DX_HHC@
619DX_LATEX = @DX_LATEX@
620DX_MAKEINDEX = @DX_MAKEINDEX@
621DX_PDFLATEX = @DX_PDFLATEX@
622DX_PERL = @DX_PERL@
623DX_PROJECT = @DX_PROJECT@
624ECHO_C = @ECHO_C@
625ECHO_N = @ECHO_N@
626ECHO_T = @ECHO_T@
627EGREP = @EGREP@
628EXEEXT = @EXEEXT@
629FGREP = @FGREP@
630GACUTIL = @GACUTIL@
631GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
632GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
633GLIB20_CFLAGS = @GLIB20_CFLAGS@
634GLIB20_LIBS = @GLIB20_LIBS@
635GMSGFMT = @GMSGFMT@
636GMSGFMT_015 = @GMSGFMT_015@
637GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
638GOBJECT_LIBS = @GOBJECT_LIBS@
639GREP = @GREP@
640GTK20_CFLAGS = @GTK20_CFLAGS@
641GTK20_LIBS = @GTK20_LIBS@
642GTK30_CFLAGS = @GTK30_CFLAGS@
643GTK30_LIBS = @GTK30_LIBS@
644HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
645INSTALL = @INSTALL@
646INSTALL_DATA = @INSTALL_DATA@
647INSTALL_PROGRAM = @INSTALL_PROGRAM@
648INSTALL_SCRIPT = @INSTALL_SCRIPT@
649INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
650INTLLIBS = @INTLLIBS@
651INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
652INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
653INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
654INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
655INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
656INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
657INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
658INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
659INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
660LD = @LD@
661LDFLAGS = @LDFLAGS@
662LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
663LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
664LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
665LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
666LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
667LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
668LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
669LIBAVAHI_LIBEVENT_VERSION_INFO = @LIBAVAHI_LIBEVENT_VERSION_INFO@
670LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
671LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
672LIBAVAHI_QT5_VERSION_INFO = @LIBAVAHI_QT5_VERSION_INFO@
673LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
674LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
675LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
676LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
677LIBEVENT_LIBS = @LIBEVENT_LIBS@
678LIBICONV = @LIBICONV@
679LIBINTL = @LIBINTL@
680LIBOBJS = @LIBOBJS@
681LIBS = @LIBS@
682LIBTOOL = @LIBTOOL@
683LIPO = @LIPO@
684LN_S = @LN_S@
685LTLIBICONV = @LTLIBICONV@
686LTLIBINTL = @LTLIBINTL@
687LTLIBOBJS = @LTLIBOBJS@
688LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
689MAKEINFO = @MAKEINFO@
690MANIFEST_TOOL = @MANIFEST_TOOL@
691MCS = @MCS@
692MDASSEMBLER = @MDASSEMBLER@
693MKDIR_P = @MKDIR_P@
694MOC_QT3 = @MOC_QT3@
695MOC_QT4 = @MOC_QT4@
696MOC_QT5 = @MOC_QT5@
697MONODOCER = @MONODOCER@
698MONODOC_CFLAGS = @MONODOC_CFLAGS@
699MONODOC_DIR = @MONODOC_DIR@
700MONODOC_LIBS = @MONODOC_LIBS@
701MSGFMT = @MSGFMT@
702MSGFMT_015 = @MSGFMT_015@
703MSGMERGE = @MSGMERGE@
704NM = @NM@
705NMEDIT = @NMEDIT@
706OBJDUMP = @OBJDUMP@
707OBJEXT = @OBJEXT@
708OTOOL = @OTOOL@
709OTOOL64 = @OTOOL64@
710PACKAGE = @PACKAGE@
711PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
712PACKAGE_NAME = @PACKAGE_NAME@
713PACKAGE_STRING = @PACKAGE_STRING@
714PACKAGE_TARNAME = @PACKAGE_TARNAME@
715PACKAGE_URL = @PACKAGE_URL@
716PACKAGE_VERSION = @PACKAGE_VERSION@
717PATH_SEPARATOR = @PATH_SEPARATOR@
718PKG_CONFIG = @PKG_CONFIG@
719PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
720PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
721POSUB = @POSUB@
722PTHREAD_CC = @PTHREAD_CC@
723PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
724PTHREAD_LIBS = @PTHREAD_LIBS@
725PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
726PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
727PYTHON = @PYTHON@
728PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
729PYTHON_PLATFORM = @PYTHON_PLATFORM@
730PYTHON_PREFIX = @PYTHON_PREFIX@
731PYTHON_VERSION = @PYTHON_VERSION@
732QT3_CFLAGS = @QT3_CFLAGS@
733QT3_LIBS = @QT3_LIBS@
734QT4_CFLAGS = @QT4_CFLAGS@
735QT4_LIBS = @QT4_LIBS@
736QT5_CFLAGS = @QT5_CFLAGS@
737QT5_LIBS = @QT5_LIBS@
738RANLIB = @RANLIB@
739SED = @SED@
740SET_MAKE = @SET_MAKE@
741SHELL = @SHELL@
742STOW = @STOW@
743STRIP = @STRIP@
744USE_NLS = @USE_NLS@
745VERSION = @VERSION@
746VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
747XGETTEXT = @XGETTEXT@
748XGETTEXT_015 = @XGETTEXT_015@
749XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
750XML_CFLAGS = @XML_CFLAGS@
751XML_LIBS = @XML_LIBS@
752abs_builddir = @abs_builddir@
753abs_srcdir = @abs_srcdir@
754abs_top_builddir = @abs_top_builddir@
755abs_top_srcdir = @abs_top_srcdir@
756ac_ct_AR = @ac_ct_AR@
757ac_ct_CC = @ac_ct_CC@
758ac_ct_CXX = @ac_ct_CXX@
759ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
760acx_pthread_config = @acx_pthread_config@
761am__include = @am__include@
762am__leading_dot = @am__leading_dot@
763am__quote = @am__quote@
764am__tar = @am__tar@
765am__untar = @am__untar@
766avahi_runtime_dir = @avahi_runtime_dir@
767avahi_socket = @avahi_socket@
768avahilocaledir = @avahilocaledir@
769bindir = @bindir@
770build = @build@
771build_alias = @build_alias@
772build_cpu = @build_cpu@
773build_os = @build_os@
774build_vendor = @build_vendor@
775builddir = @builddir@
776datadir = @datadir@
777datarootdir = @datarootdir@
778docdir = @docdir@
779dvidir = @dvidir@
780exec_prefix = @exec_prefix@
781have_pkg_config = @have_pkg_config@
782have_xmltoman = @have_xmltoman@
783host = @host@
784host_alias = @host_alias@
785host_cpu = @host_cpu@
786host_os = @host_os@
787host_vendor = @host_vendor@
788htmldir = @htmldir@
789includedir = @includedir@
790infodir = @infodir@
791install_sh = @install_sh@
792interfacesdir = @interfacesdir@
793libdir = @libdir@
794libexecdir = @libexecdir@
795localedir = @localedir@
796localstatedir = @localstatedir@
797mandir = @mandir@
798mkdir_p = @mkdir_p@
799oldincludedir = @oldincludedir@
800pdfdir = @pdfdir@
801pkgpyexecdir = @pkgpyexecdir@
802pkgpythondir = @pkgpythondir@
803prefix = @prefix@
804program_transform_name = @program_transform_name@
805psdir = @psdir@
806pyexecdir = @pyexecdir@
807pythondir = @pythondir@
808runstatedir = @runstatedir@
809sbindir = @sbindir@
810sharedstatedir = @sharedstatedir@
811srcdir = @srcdir@
812sysconfdir = @sysconfdir@
813systemdsystemunitdir = @systemdsystemunitdir@
814target_alias = @target_alias@
815top_build_prefix = @top_build_prefix@
816top_builddir = @top_builddir@
817top_srcdir = @top_srcdir@
818
819# This cool debug trap works on i386/gcc only
820AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
821avahiincludedir = $(includedir)/avahi-core
822avahiinclude_HEADERS = \
823	core.h \
824	log.h \
825	rr.h \
826	publish.h \
827	lookup.h
828
829lib_LTLIBRARIES = \
830	libavahi-core.la
831
832libavahi_core_la_SOURCES = timeeventq.c timeeventq.h iface.c iface.h \
833	server.c internal.h entry.c prioq.c prioq.h cache.c cache.h \
834	socket.c socket.h response-sched.c response-sched.h \
835	query-sched.c query-sched.h probe-sched.c probe-sched.h \
836	announce.c announce.h browse.c browse.h rrlist.c rrlist.h \
837	resolve-host-name.c resolve-address.c browse-domain.c \
838	browse-service-type.c browse-service.c resolve-service.c dns.c \
839	dns.h rr.c rr.h rr-util.h core.h lookup.h publish.h log.c \
840	log.h browse-dns-server.c fdutil.h fdutil.c util.c util.h \
841	hashmap.c hashmap.h wide-area.c wide-area.h multicast-lookup.c \
842	multicast-lookup.h querier.c querier.h addr-util.h addr-util.c \
843	domain-util.h domain-util.c dns-srv-rr.h $(am__append_1) \
844	$(am__append_2) $(am__append_3)
845libavahi_core_la_CFLAGS = $(AM_CFLAGS)
846libavahi_core_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
847libavahi_core_la_LDFLAGS = $(AM_LDFLAGS)  -version-info $(LIBAVAHI_CORE_VERSION_INFO)
848prioq_test_SOURCES = \
849	prioq-test.c  \
850	prioq.c prioq.h
851
852prioq_test_CFLAGS = $(AM_CFLAGS)
853prioq_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
854avahi_test_SOURCES = \
855	avahi-test.c
856
857avahi_test_CFLAGS = $(AM_CFLAGS)
858avahi_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
859update_test_SOURCES = \
860	update-test.c
861
862update_test_CFLAGS = $(AM_CFLAGS)
863update_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
864querier_test_SOURCES = \
865	querier-test.c
866
867querier_test_CFLAGS = $(AM_CFLAGS)
868querier_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
869conformance_test_SOURCES = \
870	conformance-test.c
871
872conformance_test_CFLAGS = $(AM_CFLAGS)
873conformance_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
874avahi_reflector_SOURCES = \
875	avahi-reflector.c
876
877avahi_reflector_CFLAGS = $(AM_CFLAGS)
878avahi_reflector_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
879dns_test_SOURCES = \
880	dns.c dns.h \
881	dns-test.c \
882	log.c log.h \
883	util.c util.h \
884	rr.c rr.h \
885	hashmap.c hashmap.h \
886	domain-util.c domain-util.h \
887	addr-util.c addr-util.h
888
889dns_test_CFLAGS = $(AM_CFLAGS)
890dns_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
891dns_spin_test_SOURCES = \
892	dns-spin-test.c
893
894dns_spin_test_CFLAGS = $(AM_CFLAGS)
895dns_spin_test_LDADD = $(AM_LDADD) libavahi-core.la
896timeeventq_test_SOURCES = \
897	timeeventq-test.c \
898	timeeventq.h timeeventq.c \
899	prioq.h prioq.c \
900	log.c log.h
901
902timeeventq_test_CFLAGS = $(AM_CFLAGS)
903timeeventq_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
904hashmap_test_SOURCES = \
905	hashmap-test.c \
906	hashmap.h hashmap.c \
907	util.h util.c
908
909hashmap_test_CFLAGS = $(AM_CFLAGS)
910hashmap_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
911all: all-am
912
913.SUFFIXES:
914.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
915$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
916	@for dep in $?; do \
917	  case '$(am__configure_deps)' in \
918	    *$$dep*) \
919	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
920	        && { if test -f $@; then exit 0; else break; fi; }; \
921	      exit 1;; \
922	  esac; \
923	done; \
924	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-core/Makefile'; \
925	$(am__cd) $(top_srcdir) && \
926	  $(AUTOMAKE) --foreign avahi-core/Makefile
927Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
928	@case '$?' in \
929	  *config.status*) \
930	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
931	  *) \
932	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
933	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
934	esac;
935
936$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
937	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
938
939$(top_srcdir)/configure:  $(am__configure_deps)
940	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
941$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
942	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
943$(am__aclocal_m4_deps):
944
945install-libLTLIBRARIES: $(lib_LTLIBRARIES)
946	@$(NORMAL_INSTALL)
947	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
948	list2=; for p in $$list; do \
949	  if test -f $$p; then \
950	    list2="$$list2 $$p"; \
951	  else :; fi; \
952	done; \
953	test -z "$$list2" || { \
954	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
955	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
956	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
957	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
958	}
959
960uninstall-libLTLIBRARIES:
961	@$(NORMAL_UNINSTALL)
962	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
963	for p in $$list; do \
964	  $(am__strip_dir) \
965	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
966	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
967	done
968
969clean-libLTLIBRARIES:
970	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
971	@list='$(lib_LTLIBRARIES)'; \
972	locs=`for p in $$list; do echo $$p; done | \
973	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
974	      sort -u`; \
975	test -z "$$locs" || { \
976	  echo rm -f $${locs}; \
977	  rm -f $${locs}; \
978	}
979
980libavahi-core.la: $(libavahi_core_la_OBJECTS) $(libavahi_core_la_DEPENDENCIES) $(EXTRA_libavahi_core_la_DEPENDENCIES)
981	$(AM_V_CCLD)$(libavahi_core_la_LINK) -rpath $(libdir) $(libavahi_core_la_OBJECTS) $(libavahi_core_la_LIBADD) $(LIBS)
982
983clean-noinstPROGRAMS:
984	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
985	echo " rm -f" $$list; \
986	rm -f $$list || exit $$?; \
987	test -n "$(EXEEXT)" || exit 0; \
988	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
989	echo " rm -f" $$list; \
990	rm -f $$list
991
992avahi-reflector$(EXEEXT): $(avahi_reflector_OBJECTS) $(avahi_reflector_DEPENDENCIES) $(EXTRA_avahi_reflector_DEPENDENCIES)
993	@rm -f avahi-reflector$(EXEEXT)
994	$(AM_V_CCLD)$(avahi_reflector_LINK) $(avahi_reflector_OBJECTS) $(avahi_reflector_LDADD) $(LIBS)
995
996avahi-test$(EXEEXT): $(avahi_test_OBJECTS) $(avahi_test_DEPENDENCIES) $(EXTRA_avahi_test_DEPENDENCIES)
997	@rm -f avahi-test$(EXEEXT)
998	$(AM_V_CCLD)$(avahi_test_LINK) $(avahi_test_OBJECTS) $(avahi_test_LDADD) $(LIBS)
999
1000conformance-test$(EXEEXT): $(conformance_test_OBJECTS) $(conformance_test_DEPENDENCIES) $(EXTRA_conformance_test_DEPENDENCIES)
1001	@rm -f conformance-test$(EXEEXT)
1002	$(AM_V_CCLD)$(conformance_test_LINK) $(conformance_test_OBJECTS) $(conformance_test_LDADD) $(LIBS)
1003
1004dns-spin-test$(EXEEXT): $(dns_spin_test_OBJECTS) $(dns_spin_test_DEPENDENCIES) $(EXTRA_dns_spin_test_DEPENDENCIES)
1005	@rm -f dns-spin-test$(EXEEXT)
1006	$(AM_V_CCLD)$(dns_spin_test_LINK) $(dns_spin_test_OBJECTS) $(dns_spin_test_LDADD) $(LIBS)
1007
1008dns-test$(EXEEXT): $(dns_test_OBJECTS) $(dns_test_DEPENDENCIES) $(EXTRA_dns_test_DEPENDENCIES)
1009	@rm -f dns-test$(EXEEXT)
1010	$(AM_V_CCLD)$(dns_test_LINK) $(dns_test_OBJECTS) $(dns_test_LDADD) $(LIBS)
1011
1012hashmap-test$(EXEEXT): $(hashmap_test_OBJECTS) $(hashmap_test_DEPENDENCIES) $(EXTRA_hashmap_test_DEPENDENCIES)
1013	@rm -f hashmap-test$(EXEEXT)
1014	$(AM_V_CCLD)$(hashmap_test_LINK) $(hashmap_test_OBJECTS) $(hashmap_test_LDADD) $(LIBS)
1015
1016prioq-test$(EXEEXT): $(prioq_test_OBJECTS) $(prioq_test_DEPENDENCIES) $(EXTRA_prioq_test_DEPENDENCIES)
1017	@rm -f prioq-test$(EXEEXT)
1018	$(AM_V_CCLD)$(prioq_test_LINK) $(prioq_test_OBJECTS) $(prioq_test_LDADD) $(LIBS)
1019
1020querier-test$(EXEEXT): $(querier_test_OBJECTS) $(querier_test_DEPENDENCIES) $(EXTRA_querier_test_DEPENDENCIES)
1021	@rm -f querier-test$(EXEEXT)
1022	$(AM_V_CCLD)$(querier_test_LINK) $(querier_test_OBJECTS) $(querier_test_LDADD) $(LIBS)
1023
1024timeeventq-test$(EXEEXT): $(timeeventq_test_OBJECTS) $(timeeventq_test_DEPENDENCIES) $(EXTRA_timeeventq_test_DEPENDENCIES)
1025	@rm -f timeeventq-test$(EXEEXT)
1026	$(AM_V_CCLD)$(timeeventq_test_LINK) $(timeeventq_test_OBJECTS) $(timeeventq_test_LDADD) $(LIBS)
1027
1028update-test$(EXEEXT): $(update_test_OBJECTS) $(update_test_DEPENDENCIES) $(EXTRA_update_test_DEPENDENCIES)
1029	@rm -f update-test$(EXEEXT)
1030	$(AM_V_CCLD)$(update_test_LINK) $(update_test_OBJECTS) $(update_test_LDADD) $(LIBS)
1031
1032mostlyclean-compile:
1033	-rm -f *.$(OBJEXT)
1034
1035distclean-compile:
1036	-rm -f *.tab.c
1037
1038@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_reflector-avahi-reflector.Po@am__quote@
1039@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avahi_test-avahi-test.Po@am__quote@
1040@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conformance_test-conformance-test.Po@am__quote@
1041@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_spin_test-dns-spin-test.Po@am__quote@
1042@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-addr-util.Po@am__quote@
1043@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns-test.Po@am__quote@
1044@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-dns.Po@am__quote@
1045@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-domain-util.Po@am__quote@
1046@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-hashmap.Po@am__quote@
1047@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-log.Po@am__quote@
1048@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-rr.Po@am__quote@
1049@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_test-util.Po@am__quote@
1050@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap-test.Po@am__quote@
1051@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-hashmap.Po@am__quote@
1052@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test-util.Po@am__quote@
1053@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-addr-util.Plo@am__quote@
1054@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-announce.Plo@am__quote@
1055@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-dns-server.Plo@am__quote@
1056@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-domain.Plo@am__quote@
1057@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service-type.Plo@am__quote@
1058@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service.Plo@am__quote@
1059@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse.Plo@am__quote@
1060@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-cache.Plo@am__quote@
1061@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-dns.Plo@am__quote@
1062@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-domain-util.Plo@am__quote@
1063@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-entry.Plo@am__quote@
1064@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-fdutil.Plo@am__quote@
1065@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-hashmap.Plo@am__quote@
1066@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-linux.Plo@am__quote@
1067@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-none.Plo@am__quote@
1068@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface-pfroute.Plo@am__quote@
1069@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-iface.Plo@am__quote@
1070@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-log.Plo@am__quote@
1071@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-multicast-lookup.Plo@am__quote@
1072@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-netlink.Plo@am__quote@
1073@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-prioq.Plo@am__quote@
1074@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-probe-sched.Plo@am__quote@
1075@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-querier.Plo@am__quote@
1076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-query-sched.Plo@am__quote@
1077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-address.Plo@am__quote@
1078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-host-name.Plo@am__quote@
1079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-resolve-service.Plo@am__quote@
1080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-response-sched.Plo@am__quote@
1081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rr.Plo@am__quote@
1082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-rrlist.Plo@am__quote@
1083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-server.Plo@am__quote@
1084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-socket.Plo@am__quote@
1085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-timeeventq.Plo@am__quote@
1086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-util.Plo@am__quote@
1087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-wide-area.Plo@am__quote@
1088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq-test.Po@am__quote@
1089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prioq_test-prioq.Po@am__quote@
1090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/querier_test-querier-test.Po@am__quote@
1091@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-log.Po@am__quote@
1092@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-prioq.Po@am__quote@
1093@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq-test.Po@am__quote@
1094@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeeventq_test-timeeventq.Po@am__quote@
1095@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_test-update-test.Po@am__quote@
1096
1097.c.o:
1098@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1099@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1100@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1101@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1102@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1103
1104.c.obj:
1105@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1106@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1107@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1108@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1109@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1110
1111.c.lo:
1112@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1113@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1114@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1115@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1116@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1117
1118libavahi_core_la-timeeventq.lo: timeeventq.c
1119@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-timeeventq.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-timeeventq.Tpo -c -o libavahi_core_la-timeeventq.lo `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1120@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-timeeventq.Tpo $(DEPDIR)/libavahi_core_la-timeeventq.Plo
1121@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeeventq.c' object='libavahi_core_la-timeeventq.lo' libtool=yes @AMDEPBACKSLASH@
1122@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1123@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-timeeventq.lo `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1124
1125libavahi_core_la-iface.lo: iface.c
1126@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface.Tpo -c -o libavahi_core_la-iface.lo `test -f 'iface.c' || echo '$(srcdir)/'`iface.c
1127@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface.Tpo $(DEPDIR)/libavahi_core_la-iface.Plo
1128@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='iface.c' object='libavahi_core_la-iface.lo' libtool=yes @AMDEPBACKSLASH@
1129@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1130@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface.lo `test -f 'iface.c' || echo '$(srcdir)/'`iface.c
1131
1132libavahi_core_la-server.lo: server.c
1133@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-server.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-server.Tpo -c -o libavahi_core_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
1134@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-server.Tpo $(DEPDIR)/libavahi_core_la-server.Plo
1135@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='server.c' object='libavahi_core_la-server.lo' libtool=yes @AMDEPBACKSLASH@
1136@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1137@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-server.lo `test -f 'server.c' || echo '$(srcdir)/'`server.c
1138
1139libavahi_core_la-entry.lo: entry.c
1140@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-entry.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-entry.Tpo -c -o libavahi_core_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c
1141@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-entry.Tpo $(DEPDIR)/libavahi_core_la-entry.Plo
1142@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='entry.c' object='libavahi_core_la-entry.lo' libtool=yes @AMDEPBACKSLASH@
1143@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1144@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-entry.lo `test -f 'entry.c' || echo '$(srcdir)/'`entry.c
1145
1146libavahi_core_la-prioq.lo: prioq.c
1147@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-prioq.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-prioq.Tpo -c -o libavahi_core_la-prioq.lo `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1148@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-prioq.Tpo $(DEPDIR)/libavahi_core_la-prioq.Plo
1149@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq.c' object='libavahi_core_la-prioq.lo' libtool=yes @AMDEPBACKSLASH@
1150@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1151@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-prioq.lo `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1152
1153libavahi_core_la-cache.lo: cache.c
1154@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-cache.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-cache.Tpo -c -o libavahi_core_la-cache.lo `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
1155@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-cache.Tpo $(DEPDIR)/libavahi_core_la-cache.Plo
1156@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cache.c' object='libavahi_core_la-cache.lo' libtool=yes @AMDEPBACKSLASH@
1157@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1158@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-cache.lo `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
1159
1160libavahi_core_la-socket.lo: socket.c
1161@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-socket.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-socket.Tpo -c -o libavahi_core_la-socket.lo `test -f 'socket.c' || echo '$(srcdir)/'`socket.c
1162@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-socket.Tpo $(DEPDIR)/libavahi_core_la-socket.Plo
1163@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket.c' object='libavahi_core_la-socket.lo' libtool=yes @AMDEPBACKSLASH@
1164@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1165@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-socket.lo `test -f 'socket.c' || echo '$(srcdir)/'`socket.c
1166
1167libavahi_core_la-response-sched.lo: response-sched.c
1168@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-response-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-response-sched.Tpo -c -o libavahi_core_la-response-sched.lo `test -f 'response-sched.c' || echo '$(srcdir)/'`response-sched.c
1169@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-response-sched.Tpo $(DEPDIR)/libavahi_core_la-response-sched.Plo
1170@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='response-sched.c' object='libavahi_core_la-response-sched.lo' libtool=yes @AMDEPBACKSLASH@
1171@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1172@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-response-sched.lo `test -f 'response-sched.c' || echo '$(srcdir)/'`response-sched.c
1173
1174libavahi_core_la-query-sched.lo: query-sched.c
1175@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-query-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-query-sched.Tpo -c -o libavahi_core_la-query-sched.lo `test -f 'query-sched.c' || echo '$(srcdir)/'`query-sched.c
1176@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-query-sched.Tpo $(DEPDIR)/libavahi_core_la-query-sched.Plo
1177@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='query-sched.c' object='libavahi_core_la-query-sched.lo' libtool=yes @AMDEPBACKSLASH@
1178@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1179@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-query-sched.lo `test -f 'query-sched.c' || echo '$(srcdir)/'`query-sched.c
1180
1181libavahi_core_la-probe-sched.lo: probe-sched.c
1182@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-probe-sched.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-probe-sched.Tpo -c -o libavahi_core_la-probe-sched.lo `test -f 'probe-sched.c' || echo '$(srcdir)/'`probe-sched.c
1183@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-probe-sched.Tpo $(DEPDIR)/libavahi_core_la-probe-sched.Plo
1184@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='probe-sched.c' object='libavahi_core_la-probe-sched.lo' libtool=yes @AMDEPBACKSLASH@
1185@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1186@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-probe-sched.lo `test -f 'probe-sched.c' || echo '$(srcdir)/'`probe-sched.c
1187
1188libavahi_core_la-announce.lo: announce.c
1189@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-announce.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-announce.Tpo -c -o libavahi_core_la-announce.lo `test -f 'announce.c' || echo '$(srcdir)/'`announce.c
1190@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-announce.Tpo $(DEPDIR)/libavahi_core_la-announce.Plo
1191@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='announce.c' object='libavahi_core_la-announce.lo' libtool=yes @AMDEPBACKSLASH@
1192@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1193@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-announce.lo `test -f 'announce.c' || echo '$(srcdir)/'`announce.c
1194
1195libavahi_core_la-browse.lo: browse.c
1196@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse.Tpo -c -o libavahi_core_la-browse.lo `test -f 'browse.c' || echo '$(srcdir)/'`browse.c
1197@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse.Tpo $(DEPDIR)/libavahi_core_la-browse.Plo
1198@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='browse.c' object='libavahi_core_la-browse.lo' libtool=yes @AMDEPBACKSLASH@
1199@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1200@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse.lo `test -f 'browse.c' || echo '$(srcdir)/'`browse.c
1201
1202libavahi_core_la-rrlist.lo: rrlist.c
1203@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-rrlist.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-rrlist.Tpo -c -o libavahi_core_la-rrlist.lo `test -f 'rrlist.c' || echo '$(srcdir)/'`rrlist.c
1204@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-rrlist.Tpo $(DEPDIR)/libavahi_core_la-rrlist.Plo
1205@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rrlist.c' object='libavahi_core_la-rrlist.lo' libtool=yes @AMDEPBACKSLASH@
1206@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1207@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-rrlist.lo `test -f 'rrlist.c' || echo '$(srcdir)/'`rrlist.c
1208
1209libavahi_core_la-resolve-host-name.lo: resolve-host-name.c
1210@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-resolve-host-name.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-resolve-host-name.Tpo -c -o libavahi_core_la-resolve-host-name.lo `test -f 'resolve-host-name.c' || echo '$(srcdir)/'`resolve-host-name.c
1211@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-resolve-host-name.Tpo $(DEPDIR)/libavahi_core_la-resolve-host-name.Plo
1212@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='resolve-host-name.c' object='libavahi_core_la-resolve-host-name.lo' libtool=yes @AMDEPBACKSLASH@
1213@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1214@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-resolve-host-name.lo `test -f 'resolve-host-name.c' || echo '$(srcdir)/'`resolve-host-name.c
1215
1216libavahi_core_la-resolve-address.lo: resolve-address.c
1217@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-resolve-address.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-resolve-address.Tpo -c -o libavahi_core_la-resolve-address.lo `test -f 'resolve-address.c' || echo '$(srcdir)/'`resolve-address.c
1218@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-resolve-address.Tpo $(DEPDIR)/libavahi_core_la-resolve-address.Plo
1219@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='resolve-address.c' object='libavahi_core_la-resolve-address.lo' libtool=yes @AMDEPBACKSLASH@
1220@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1221@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-resolve-address.lo `test -f 'resolve-address.c' || echo '$(srcdir)/'`resolve-address.c
1222
1223libavahi_core_la-browse-domain.lo: browse-domain.c
1224@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-domain.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-domain.Tpo -c -o libavahi_core_la-browse-domain.lo `test -f 'browse-domain.c' || echo '$(srcdir)/'`browse-domain.c
1225@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-domain.Tpo $(DEPDIR)/libavahi_core_la-browse-domain.Plo
1226@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='browse-domain.c' object='libavahi_core_la-browse-domain.lo' libtool=yes @AMDEPBACKSLASH@
1227@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1228@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-domain.lo `test -f 'browse-domain.c' || echo '$(srcdir)/'`browse-domain.c
1229
1230libavahi_core_la-browse-service-type.lo: browse-service-type.c
1231@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-service-type.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-service-type.Tpo -c -o libavahi_core_la-browse-service-type.lo `test -f 'browse-service-type.c' || echo '$(srcdir)/'`browse-service-type.c
1232@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-service-type.Tpo $(DEPDIR)/libavahi_core_la-browse-service-type.Plo
1233@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='browse-service-type.c' object='libavahi_core_la-browse-service-type.lo' libtool=yes @AMDEPBACKSLASH@
1234@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1235@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-service-type.lo `test -f 'browse-service-type.c' || echo '$(srcdir)/'`browse-service-type.c
1236
1237libavahi_core_la-browse-service.lo: browse-service.c
1238@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-service.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-service.Tpo -c -o libavahi_core_la-browse-service.lo `test -f 'browse-service.c' || echo '$(srcdir)/'`browse-service.c
1239@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-service.Tpo $(DEPDIR)/libavahi_core_la-browse-service.Plo
1240@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='browse-service.c' object='libavahi_core_la-browse-service.lo' libtool=yes @AMDEPBACKSLASH@
1241@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1242@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-service.lo `test -f 'browse-service.c' || echo '$(srcdir)/'`browse-service.c
1243
1244libavahi_core_la-resolve-service.lo: resolve-service.c
1245@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-resolve-service.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-resolve-service.Tpo -c -o libavahi_core_la-resolve-service.lo `test -f 'resolve-service.c' || echo '$(srcdir)/'`resolve-service.c
1246@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-resolve-service.Tpo $(DEPDIR)/libavahi_core_la-resolve-service.Plo
1247@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='resolve-service.c' object='libavahi_core_la-resolve-service.lo' libtool=yes @AMDEPBACKSLASH@
1248@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1249@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-resolve-service.lo `test -f 'resolve-service.c' || echo '$(srcdir)/'`resolve-service.c
1250
1251libavahi_core_la-dns.lo: dns.c
1252@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-dns.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-dns.Tpo -c -o libavahi_core_la-dns.lo `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1253@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-dns.Tpo $(DEPDIR)/libavahi_core_la-dns.Plo
1254@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns.c' object='libavahi_core_la-dns.lo' libtool=yes @AMDEPBACKSLASH@
1255@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1256@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-dns.lo `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1257
1258libavahi_core_la-rr.lo: rr.c
1259@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-rr.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-rr.Tpo -c -o libavahi_core_la-rr.lo `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1260@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-rr.Tpo $(DEPDIR)/libavahi_core_la-rr.Plo
1261@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rr.c' object='libavahi_core_la-rr.lo' libtool=yes @AMDEPBACKSLASH@
1262@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1263@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-rr.lo `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1264
1265libavahi_core_la-log.lo: log.c
1266@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-log.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-log.Tpo -c -o libavahi_core_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
1267@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-log.Tpo $(DEPDIR)/libavahi_core_la-log.Plo
1268@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='log.c' object='libavahi_core_la-log.lo' libtool=yes @AMDEPBACKSLASH@
1269@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1270@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
1271
1272libavahi_core_la-browse-dns-server.lo: browse-dns-server.c
1273@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-browse-dns-server.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-browse-dns-server.Tpo -c -o libavahi_core_la-browse-dns-server.lo `test -f 'browse-dns-server.c' || echo '$(srcdir)/'`browse-dns-server.c
1274@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-browse-dns-server.Tpo $(DEPDIR)/libavahi_core_la-browse-dns-server.Plo
1275@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='browse-dns-server.c' object='libavahi_core_la-browse-dns-server.lo' libtool=yes @AMDEPBACKSLASH@
1276@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1277@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-browse-dns-server.lo `test -f 'browse-dns-server.c' || echo '$(srcdir)/'`browse-dns-server.c
1278
1279libavahi_core_la-fdutil.lo: fdutil.c
1280@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-fdutil.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-fdutil.Tpo -c -o libavahi_core_la-fdutil.lo `test -f 'fdutil.c' || echo '$(srcdir)/'`fdutil.c
1281@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-fdutil.Tpo $(DEPDIR)/libavahi_core_la-fdutil.Plo
1282@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fdutil.c' object='libavahi_core_la-fdutil.lo' libtool=yes @AMDEPBACKSLASH@
1283@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1284@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-fdutil.lo `test -f 'fdutil.c' || echo '$(srcdir)/'`fdutil.c
1285
1286libavahi_core_la-util.lo: util.c
1287@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-util.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-util.Tpo -c -o libavahi_core_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
1288@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-util.Tpo $(DEPDIR)/libavahi_core_la-util.Plo
1289@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='libavahi_core_la-util.lo' libtool=yes @AMDEPBACKSLASH@
1290@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1291@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c
1292
1293libavahi_core_la-hashmap.lo: hashmap.c
1294@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-hashmap.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-hashmap.Tpo -c -o libavahi_core_la-hashmap.lo `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1295@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-hashmap.Tpo $(DEPDIR)/libavahi_core_la-hashmap.Plo
1296@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap.c' object='libavahi_core_la-hashmap.lo' libtool=yes @AMDEPBACKSLASH@
1297@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1298@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-hashmap.lo `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1299
1300libavahi_core_la-wide-area.lo: wide-area.c
1301@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-wide-area.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-wide-area.Tpo -c -o libavahi_core_la-wide-area.lo `test -f 'wide-area.c' || echo '$(srcdir)/'`wide-area.c
1302@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-wide-area.Tpo $(DEPDIR)/libavahi_core_la-wide-area.Plo
1303@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='wide-area.c' object='libavahi_core_la-wide-area.lo' libtool=yes @AMDEPBACKSLASH@
1304@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1305@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-wide-area.lo `test -f 'wide-area.c' || echo '$(srcdir)/'`wide-area.c
1306
1307libavahi_core_la-multicast-lookup.lo: multicast-lookup.c
1308@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-multicast-lookup.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-multicast-lookup.Tpo -c -o libavahi_core_la-multicast-lookup.lo `test -f 'multicast-lookup.c' || echo '$(srcdir)/'`multicast-lookup.c
1309@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-multicast-lookup.Tpo $(DEPDIR)/libavahi_core_la-multicast-lookup.Plo
1310@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='multicast-lookup.c' object='libavahi_core_la-multicast-lookup.lo' libtool=yes @AMDEPBACKSLASH@
1311@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1312@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-multicast-lookup.lo `test -f 'multicast-lookup.c' || echo '$(srcdir)/'`multicast-lookup.c
1313
1314libavahi_core_la-querier.lo: querier.c
1315@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-querier.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-querier.Tpo -c -o libavahi_core_la-querier.lo `test -f 'querier.c' || echo '$(srcdir)/'`querier.c
1316@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-querier.Tpo $(DEPDIR)/libavahi_core_la-querier.Plo
1317@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='querier.c' object='libavahi_core_la-querier.lo' libtool=yes @AMDEPBACKSLASH@
1318@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1319@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-querier.lo `test -f 'querier.c' || echo '$(srcdir)/'`querier.c
1320
1321libavahi_core_la-addr-util.lo: addr-util.c
1322@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-addr-util.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-addr-util.Tpo -c -o libavahi_core_la-addr-util.lo `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1323@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-addr-util.Tpo $(DEPDIR)/libavahi_core_la-addr-util.Plo
1324@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='addr-util.c' object='libavahi_core_la-addr-util.lo' libtool=yes @AMDEPBACKSLASH@
1325@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1326@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-addr-util.lo `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1327
1328libavahi_core_la-domain-util.lo: domain-util.c
1329@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-domain-util.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-domain-util.Tpo -c -o libavahi_core_la-domain-util.lo `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1330@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-domain-util.Tpo $(DEPDIR)/libavahi_core_la-domain-util.Plo
1331@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='domain-util.c' object='libavahi_core_la-domain-util.lo' libtool=yes @AMDEPBACKSLASH@
1332@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1333@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-domain-util.lo `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1334
1335libavahi_core_la-iface-linux.lo: iface-linux.c
1336@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface-linux.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface-linux.Tpo -c -o libavahi_core_la-iface-linux.lo `test -f 'iface-linux.c' || echo '$(srcdir)/'`iface-linux.c
1337@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface-linux.Tpo $(DEPDIR)/libavahi_core_la-iface-linux.Plo
1338@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='iface-linux.c' object='libavahi_core_la-iface-linux.lo' libtool=yes @AMDEPBACKSLASH@
1339@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1340@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface-linux.lo `test -f 'iface-linux.c' || echo '$(srcdir)/'`iface-linux.c
1341
1342libavahi_core_la-netlink.lo: netlink.c
1343@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-netlink.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-netlink.Tpo -c -o libavahi_core_la-netlink.lo `test -f 'netlink.c' || echo '$(srcdir)/'`netlink.c
1344@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-netlink.Tpo $(DEPDIR)/libavahi_core_la-netlink.Plo
1345@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='netlink.c' object='libavahi_core_la-netlink.lo' libtool=yes @AMDEPBACKSLASH@
1346@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1347@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-netlink.lo `test -f 'netlink.c' || echo '$(srcdir)/'`netlink.c
1348
1349libavahi_core_la-iface-pfroute.lo: iface-pfroute.c
1350@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface-pfroute.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface-pfroute.Tpo -c -o libavahi_core_la-iface-pfroute.lo `test -f 'iface-pfroute.c' || echo '$(srcdir)/'`iface-pfroute.c
1351@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface-pfroute.Tpo $(DEPDIR)/libavahi_core_la-iface-pfroute.Plo
1352@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='iface-pfroute.c' object='libavahi_core_la-iface-pfroute.lo' libtool=yes @AMDEPBACKSLASH@
1353@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1354@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface-pfroute.lo `test -f 'iface-pfroute.c' || echo '$(srcdir)/'`iface-pfroute.c
1355
1356libavahi_core_la-iface-none.lo: iface-none.c
1357@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -MT libavahi_core_la-iface-none.lo -MD -MP -MF $(DEPDIR)/libavahi_core_la-iface-none.Tpo -c -o libavahi_core_la-iface-none.lo `test -f 'iface-none.c' || echo '$(srcdir)/'`iface-none.c
1358@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_core_la-iface-none.Tpo $(DEPDIR)/libavahi_core_la-iface-none.Plo
1359@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='iface-none.c' object='libavahi_core_la-iface-none.lo' libtool=yes @AMDEPBACKSLASH@
1360@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1361@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_core_la_CFLAGS) $(CFLAGS) -c -o libavahi_core_la-iface-none.lo `test -f 'iface-none.c' || echo '$(srcdir)/'`iface-none.c
1362
1363avahi_reflector-avahi-reflector.o: avahi-reflector.c
1364@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -MT avahi_reflector-avahi-reflector.o -MD -MP -MF $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo -c -o avahi_reflector-avahi-reflector.o `test -f 'avahi-reflector.c' || echo '$(srcdir)/'`avahi-reflector.c
1365@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo $(DEPDIR)/avahi_reflector-avahi-reflector.Po
1366@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='avahi-reflector.c' object='avahi_reflector-avahi-reflector.o' libtool=no @AMDEPBACKSLASH@
1367@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1368@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -c -o avahi_reflector-avahi-reflector.o `test -f 'avahi-reflector.c' || echo '$(srcdir)/'`avahi-reflector.c
1369
1370avahi_reflector-avahi-reflector.obj: avahi-reflector.c
1371@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -MT avahi_reflector-avahi-reflector.obj -MD -MP -MF $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo -c -o avahi_reflector-avahi-reflector.obj `if test -f 'avahi-reflector.c'; then $(CYGPATH_W) 'avahi-reflector.c'; else $(CYGPATH_W) '$(srcdir)/avahi-reflector.c'; fi`
1372@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avahi_reflector-avahi-reflector.Tpo $(DEPDIR)/avahi_reflector-avahi-reflector.Po
1373@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='avahi-reflector.c' object='avahi_reflector-avahi-reflector.obj' libtool=no @AMDEPBACKSLASH@
1374@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1375@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_reflector_CFLAGS) $(CFLAGS) -c -o avahi_reflector-avahi-reflector.obj `if test -f 'avahi-reflector.c'; then $(CYGPATH_W) 'avahi-reflector.c'; else $(CYGPATH_W) '$(srcdir)/avahi-reflector.c'; fi`
1376
1377avahi_test-avahi-test.o: avahi-test.c
1378@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -MT avahi_test-avahi-test.o -MD -MP -MF $(DEPDIR)/avahi_test-avahi-test.Tpo -c -o avahi_test-avahi-test.o `test -f 'avahi-test.c' || echo '$(srcdir)/'`avahi-test.c
1379@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avahi_test-avahi-test.Tpo $(DEPDIR)/avahi_test-avahi-test.Po
1380@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='avahi-test.c' object='avahi_test-avahi-test.o' libtool=no @AMDEPBACKSLASH@
1381@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1382@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -c -o avahi_test-avahi-test.o `test -f 'avahi-test.c' || echo '$(srcdir)/'`avahi-test.c
1383
1384avahi_test-avahi-test.obj: avahi-test.c
1385@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -MT avahi_test-avahi-test.obj -MD -MP -MF $(DEPDIR)/avahi_test-avahi-test.Tpo -c -o avahi_test-avahi-test.obj `if test -f 'avahi-test.c'; then $(CYGPATH_W) 'avahi-test.c'; else $(CYGPATH_W) '$(srcdir)/avahi-test.c'; fi`
1386@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/avahi_test-avahi-test.Tpo $(DEPDIR)/avahi_test-avahi-test.Po
1387@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='avahi-test.c' object='avahi_test-avahi-test.obj' libtool=no @AMDEPBACKSLASH@
1388@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1389@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_test_CFLAGS) $(CFLAGS) -c -o avahi_test-avahi-test.obj `if test -f 'avahi-test.c'; then $(CYGPATH_W) 'avahi-test.c'; else $(CYGPATH_W) '$(srcdir)/avahi-test.c'; fi`
1390
1391conformance_test-conformance-test.o: conformance-test.c
1392@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -MT conformance_test-conformance-test.o -MD -MP -MF $(DEPDIR)/conformance_test-conformance-test.Tpo -c -o conformance_test-conformance-test.o `test -f 'conformance-test.c' || echo '$(srcdir)/'`conformance-test.c
1393@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/conformance_test-conformance-test.Tpo $(DEPDIR)/conformance_test-conformance-test.Po
1394@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conformance-test.c' object='conformance_test-conformance-test.o' libtool=no @AMDEPBACKSLASH@
1395@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1396@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -c -o conformance_test-conformance-test.o `test -f 'conformance-test.c' || echo '$(srcdir)/'`conformance-test.c
1397
1398conformance_test-conformance-test.obj: conformance-test.c
1399@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -MT conformance_test-conformance-test.obj -MD -MP -MF $(DEPDIR)/conformance_test-conformance-test.Tpo -c -o conformance_test-conformance-test.obj `if test -f 'conformance-test.c'; then $(CYGPATH_W) 'conformance-test.c'; else $(CYGPATH_W) '$(srcdir)/conformance-test.c'; fi`
1400@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/conformance_test-conformance-test.Tpo $(DEPDIR)/conformance_test-conformance-test.Po
1401@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='conformance-test.c' object='conformance_test-conformance-test.obj' libtool=no @AMDEPBACKSLASH@
1402@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1403@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(conformance_test_CFLAGS) $(CFLAGS) -c -o conformance_test-conformance-test.obj `if test -f 'conformance-test.c'; then $(CYGPATH_W) 'conformance-test.c'; else $(CYGPATH_W) '$(srcdir)/conformance-test.c'; fi`
1404
1405dns_spin_test-dns-spin-test.o: dns-spin-test.c
1406@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -MT dns_spin_test-dns-spin-test.o -MD -MP -MF $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo -c -o dns_spin_test-dns-spin-test.o `test -f 'dns-spin-test.c' || echo '$(srcdir)/'`dns-spin-test.c
1407@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo $(DEPDIR)/dns_spin_test-dns-spin-test.Po
1408@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns-spin-test.c' object='dns_spin_test-dns-spin-test.o' libtool=no @AMDEPBACKSLASH@
1409@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1410@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -c -o dns_spin_test-dns-spin-test.o `test -f 'dns-spin-test.c' || echo '$(srcdir)/'`dns-spin-test.c
1411
1412dns_spin_test-dns-spin-test.obj: dns-spin-test.c
1413@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -MT dns_spin_test-dns-spin-test.obj -MD -MP -MF $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo -c -o dns_spin_test-dns-spin-test.obj `if test -f 'dns-spin-test.c'; then $(CYGPATH_W) 'dns-spin-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-spin-test.c'; fi`
1414@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_spin_test-dns-spin-test.Tpo $(DEPDIR)/dns_spin_test-dns-spin-test.Po
1415@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns-spin-test.c' object='dns_spin_test-dns-spin-test.obj' libtool=no @AMDEPBACKSLASH@
1416@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1417@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_spin_test_CFLAGS) $(CFLAGS) -c -o dns_spin_test-dns-spin-test.obj `if test -f 'dns-spin-test.c'; then $(CYGPATH_W) 'dns-spin-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-spin-test.c'; fi`
1418
1419dns_test-dns.o: dns.c
1420@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns.o -MD -MP -MF $(DEPDIR)/dns_test-dns.Tpo -c -o dns_test-dns.o `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1421@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns.Tpo $(DEPDIR)/dns_test-dns.Po
1422@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns.c' object='dns_test-dns.o' libtool=no @AMDEPBACKSLASH@
1423@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1424@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns.o `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
1425
1426dns_test-dns.obj: dns.c
1427@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns.obj -MD -MP -MF $(DEPDIR)/dns_test-dns.Tpo -c -o dns_test-dns.obj `if test -f 'dns.c'; then $(CYGPATH_W) 'dns.c'; else $(CYGPATH_W) '$(srcdir)/dns.c'; fi`
1428@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns.Tpo $(DEPDIR)/dns_test-dns.Po
1429@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns.c' object='dns_test-dns.obj' libtool=no @AMDEPBACKSLASH@
1430@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1431@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns.obj `if test -f 'dns.c'; then $(CYGPATH_W) 'dns.c'; else $(CYGPATH_W) '$(srcdir)/dns.c'; fi`
1432
1433dns_test-dns-test.o: dns-test.c
1434@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns-test.o -MD -MP -MF $(DEPDIR)/dns_test-dns-test.Tpo -c -o dns_test-dns-test.o `test -f 'dns-test.c' || echo '$(srcdir)/'`dns-test.c
1435@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns-test.Tpo $(DEPDIR)/dns_test-dns-test.Po
1436@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns-test.c' object='dns_test-dns-test.o' libtool=no @AMDEPBACKSLASH@
1437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1438@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns-test.o `test -f 'dns-test.c' || echo '$(srcdir)/'`dns-test.c
1439
1440dns_test-dns-test.obj: dns-test.c
1441@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-dns-test.obj -MD -MP -MF $(DEPDIR)/dns_test-dns-test.Tpo -c -o dns_test-dns-test.obj `if test -f 'dns-test.c'; then $(CYGPATH_W) 'dns-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-test.c'; fi`
1442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-dns-test.Tpo $(DEPDIR)/dns_test-dns-test.Po
1443@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dns-test.c' object='dns_test-dns-test.obj' libtool=no @AMDEPBACKSLASH@
1444@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1445@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-dns-test.obj `if test -f 'dns-test.c'; then $(CYGPATH_W) 'dns-test.c'; else $(CYGPATH_W) '$(srcdir)/dns-test.c'; fi`
1446
1447dns_test-log.o: log.c
1448@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-log.o -MD -MP -MF $(DEPDIR)/dns_test-log.Tpo -c -o dns_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1449@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-log.Tpo $(DEPDIR)/dns_test-log.Po
1450@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='log.c' object='dns_test-log.o' libtool=no @AMDEPBACKSLASH@
1451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1452@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1453
1454dns_test-log.obj: log.c
1455@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-log.obj -MD -MP -MF $(DEPDIR)/dns_test-log.Tpo -c -o dns_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1456@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-log.Tpo $(DEPDIR)/dns_test-log.Po
1457@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='log.c' object='dns_test-log.obj' libtool=no @AMDEPBACKSLASH@
1458@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1459@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1460
1461dns_test-util.o: util.c
1462@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-util.o -MD -MP -MF $(DEPDIR)/dns_test-util.Tpo -c -o dns_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1463@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-util.Tpo $(DEPDIR)/dns_test-util.Po
1464@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='dns_test-util.o' libtool=no @AMDEPBACKSLASH@
1465@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1466@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1467
1468dns_test-util.obj: util.c
1469@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-util.obj -MD -MP -MF $(DEPDIR)/dns_test-util.Tpo -c -o dns_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1470@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-util.Tpo $(DEPDIR)/dns_test-util.Po
1471@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='dns_test-util.obj' libtool=no @AMDEPBACKSLASH@
1472@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1473@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1474
1475dns_test-rr.o: rr.c
1476@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-rr.o -MD -MP -MF $(DEPDIR)/dns_test-rr.Tpo -c -o dns_test-rr.o `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1477@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-rr.Tpo $(DEPDIR)/dns_test-rr.Po
1478@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rr.c' object='dns_test-rr.o' libtool=no @AMDEPBACKSLASH@
1479@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1480@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-rr.o `test -f 'rr.c' || echo '$(srcdir)/'`rr.c
1481
1482dns_test-rr.obj: rr.c
1483@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-rr.obj -MD -MP -MF $(DEPDIR)/dns_test-rr.Tpo -c -o dns_test-rr.obj `if test -f 'rr.c'; then $(CYGPATH_W) 'rr.c'; else $(CYGPATH_W) '$(srcdir)/rr.c'; fi`
1484@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-rr.Tpo $(DEPDIR)/dns_test-rr.Po
1485@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rr.c' object='dns_test-rr.obj' libtool=no @AMDEPBACKSLASH@
1486@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1487@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-rr.obj `if test -f 'rr.c'; then $(CYGPATH_W) 'rr.c'; else $(CYGPATH_W) '$(srcdir)/rr.c'; fi`
1488
1489dns_test-hashmap.o: hashmap.c
1490@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-hashmap.o -MD -MP -MF $(DEPDIR)/dns_test-hashmap.Tpo -c -o dns_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1491@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-hashmap.Tpo $(DEPDIR)/dns_test-hashmap.Po
1492@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap.c' object='dns_test-hashmap.o' libtool=no @AMDEPBACKSLASH@
1493@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1494@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1495
1496dns_test-hashmap.obj: hashmap.c
1497@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-hashmap.obj -MD -MP -MF $(DEPDIR)/dns_test-hashmap.Tpo -c -o dns_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1498@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-hashmap.Tpo $(DEPDIR)/dns_test-hashmap.Po
1499@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap.c' object='dns_test-hashmap.obj' libtool=no @AMDEPBACKSLASH@
1500@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1501@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1502
1503dns_test-domain-util.o: domain-util.c
1504@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-domain-util.o -MD -MP -MF $(DEPDIR)/dns_test-domain-util.Tpo -c -o dns_test-domain-util.o `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1505@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-domain-util.Tpo $(DEPDIR)/dns_test-domain-util.Po
1506@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='domain-util.c' object='dns_test-domain-util.o' libtool=no @AMDEPBACKSLASH@
1507@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1508@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-domain-util.o `test -f 'domain-util.c' || echo '$(srcdir)/'`domain-util.c
1509
1510dns_test-domain-util.obj: domain-util.c
1511@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-domain-util.obj -MD -MP -MF $(DEPDIR)/dns_test-domain-util.Tpo -c -o dns_test-domain-util.obj `if test -f 'domain-util.c'; then $(CYGPATH_W) 'domain-util.c'; else $(CYGPATH_W) '$(srcdir)/domain-util.c'; fi`
1512@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-domain-util.Tpo $(DEPDIR)/dns_test-domain-util.Po
1513@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='domain-util.c' object='dns_test-domain-util.obj' libtool=no @AMDEPBACKSLASH@
1514@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1515@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-domain-util.obj `if test -f 'domain-util.c'; then $(CYGPATH_W) 'domain-util.c'; else $(CYGPATH_W) '$(srcdir)/domain-util.c'; fi`
1516
1517dns_test-addr-util.o: addr-util.c
1518@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-addr-util.o -MD -MP -MF $(DEPDIR)/dns_test-addr-util.Tpo -c -o dns_test-addr-util.o `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1519@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-addr-util.Tpo $(DEPDIR)/dns_test-addr-util.Po
1520@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='addr-util.c' object='dns_test-addr-util.o' libtool=no @AMDEPBACKSLASH@
1521@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1522@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-addr-util.o `test -f 'addr-util.c' || echo '$(srcdir)/'`addr-util.c
1523
1524dns_test-addr-util.obj: addr-util.c
1525@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -MT dns_test-addr-util.obj -MD -MP -MF $(DEPDIR)/dns_test-addr-util.Tpo -c -o dns_test-addr-util.obj `if test -f 'addr-util.c'; then $(CYGPATH_W) 'addr-util.c'; else $(CYGPATH_W) '$(srcdir)/addr-util.c'; fi`
1526@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dns_test-addr-util.Tpo $(DEPDIR)/dns_test-addr-util.Po
1527@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='addr-util.c' object='dns_test-addr-util.obj' libtool=no @AMDEPBACKSLASH@
1528@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1529@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dns_test_CFLAGS) $(CFLAGS) -c -o dns_test-addr-util.obj `if test -f 'addr-util.c'; then $(CYGPATH_W) 'addr-util.c'; else $(CYGPATH_W) '$(srcdir)/addr-util.c'; fi`
1530
1531hashmap_test-hashmap-test.o: hashmap-test.c
1532@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap-test.o -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap-test.Tpo -c -o hashmap_test-hashmap-test.o `test -f 'hashmap-test.c' || echo '$(srcdir)/'`hashmap-test.c
1533@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap-test.Tpo $(DEPDIR)/hashmap_test-hashmap-test.Po
1534@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap-test.c' object='hashmap_test-hashmap-test.o' libtool=no @AMDEPBACKSLASH@
1535@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1536@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap-test.o `test -f 'hashmap-test.c' || echo '$(srcdir)/'`hashmap-test.c
1537
1538hashmap_test-hashmap-test.obj: hashmap-test.c
1539@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap-test.obj -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap-test.Tpo -c -o hashmap_test-hashmap-test.obj `if test -f 'hashmap-test.c'; then $(CYGPATH_W) 'hashmap-test.c'; else $(CYGPATH_W) '$(srcdir)/hashmap-test.c'; fi`
1540@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap-test.Tpo $(DEPDIR)/hashmap_test-hashmap-test.Po
1541@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap-test.c' object='hashmap_test-hashmap-test.obj' libtool=no @AMDEPBACKSLASH@
1542@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1543@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap-test.obj `if test -f 'hashmap-test.c'; then $(CYGPATH_W) 'hashmap-test.c'; else $(CYGPATH_W) '$(srcdir)/hashmap-test.c'; fi`
1544
1545hashmap_test-hashmap.o: hashmap.c
1546@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap.o -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap.Tpo -c -o hashmap_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1547@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap.Tpo $(DEPDIR)/hashmap_test-hashmap.Po
1548@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap.c' object='hashmap_test-hashmap.o' libtool=no @AMDEPBACKSLASH@
1549@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1550@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap.o `test -f 'hashmap.c' || echo '$(srcdir)/'`hashmap.c
1551
1552hashmap_test-hashmap.obj: hashmap.c
1553@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-hashmap.obj -MD -MP -MF $(DEPDIR)/hashmap_test-hashmap.Tpo -c -o hashmap_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1554@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-hashmap.Tpo $(DEPDIR)/hashmap_test-hashmap.Po
1555@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hashmap.c' object='hashmap_test-hashmap.obj' libtool=no @AMDEPBACKSLASH@
1556@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1557@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-hashmap.obj `if test -f 'hashmap.c'; then $(CYGPATH_W) 'hashmap.c'; else $(CYGPATH_W) '$(srcdir)/hashmap.c'; fi`
1558
1559hashmap_test-util.o: util.c
1560@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-util.o -MD -MP -MF $(DEPDIR)/hashmap_test-util.Tpo -c -o hashmap_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1561@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-util.Tpo $(DEPDIR)/hashmap_test-util.Po
1562@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='hashmap_test-util.o' libtool=no @AMDEPBACKSLASH@
1563@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1564@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
1565
1566hashmap_test-util.obj: util.c
1567@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -MT hashmap_test-util.obj -MD -MP -MF $(DEPDIR)/hashmap_test-util.Tpo -c -o hashmap_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1568@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/hashmap_test-util.Tpo $(DEPDIR)/hashmap_test-util.Po
1569@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='util.c' object='hashmap_test-util.obj' libtool=no @AMDEPBACKSLASH@
1570@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1571@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(hashmap_test_CFLAGS) $(CFLAGS) -c -o hashmap_test-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
1572
1573prioq_test-prioq-test.o: prioq-test.c
1574@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq-test.o -MD -MP -MF $(DEPDIR)/prioq_test-prioq-test.Tpo -c -o prioq_test-prioq-test.o `test -f 'prioq-test.c' || echo '$(srcdir)/'`prioq-test.c
1575@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq-test.Tpo $(DEPDIR)/prioq_test-prioq-test.Po
1576@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq-test.c' object='prioq_test-prioq-test.o' libtool=no @AMDEPBACKSLASH@
1577@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1578@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq-test.o `test -f 'prioq-test.c' || echo '$(srcdir)/'`prioq-test.c
1579
1580prioq_test-prioq-test.obj: prioq-test.c
1581@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq-test.obj -MD -MP -MF $(DEPDIR)/prioq_test-prioq-test.Tpo -c -o prioq_test-prioq-test.obj `if test -f 'prioq-test.c'; then $(CYGPATH_W) 'prioq-test.c'; else $(CYGPATH_W) '$(srcdir)/prioq-test.c'; fi`
1582@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq-test.Tpo $(DEPDIR)/prioq_test-prioq-test.Po
1583@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq-test.c' object='prioq_test-prioq-test.obj' libtool=no @AMDEPBACKSLASH@
1584@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1585@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq-test.obj `if test -f 'prioq-test.c'; then $(CYGPATH_W) 'prioq-test.c'; else $(CYGPATH_W) '$(srcdir)/prioq-test.c'; fi`
1586
1587prioq_test-prioq.o: prioq.c
1588@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq.o -MD -MP -MF $(DEPDIR)/prioq_test-prioq.Tpo -c -o prioq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1589@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq.Tpo $(DEPDIR)/prioq_test-prioq.Po
1590@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq.c' object='prioq_test-prioq.o' libtool=no @AMDEPBACKSLASH@
1591@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1592@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1593
1594prioq_test-prioq.obj: prioq.c
1595@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -MT prioq_test-prioq.obj -MD -MP -MF $(DEPDIR)/prioq_test-prioq.Tpo -c -o prioq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1596@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/prioq_test-prioq.Tpo $(DEPDIR)/prioq_test-prioq.Po
1597@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq.c' object='prioq_test-prioq.obj' libtool=no @AMDEPBACKSLASH@
1598@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1599@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(prioq_test_CFLAGS) $(CFLAGS) -c -o prioq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1600
1601querier_test-querier-test.o: querier-test.c
1602@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -MT querier_test-querier-test.o -MD -MP -MF $(DEPDIR)/querier_test-querier-test.Tpo -c -o querier_test-querier-test.o `test -f 'querier-test.c' || echo '$(srcdir)/'`querier-test.c
1603@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/querier_test-querier-test.Tpo $(DEPDIR)/querier_test-querier-test.Po
1604@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='querier-test.c' object='querier_test-querier-test.o' libtool=no @AMDEPBACKSLASH@
1605@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1606@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -c -o querier_test-querier-test.o `test -f 'querier-test.c' || echo '$(srcdir)/'`querier-test.c
1607
1608querier_test-querier-test.obj: querier-test.c
1609@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -MT querier_test-querier-test.obj -MD -MP -MF $(DEPDIR)/querier_test-querier-test.Tpo -c -o querier_test-querier-test.obj `if test -f 'querier-test.c'; then $(CYGPATH_W) 'querier-test.c'; else $(CYGPATH_W) '$(srcdir)/querier-test.c'; fi`
1610@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/querier_test-querier-test.Tpo $(DEPDIR)/querier_test-querier-test.Po
1611@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='querier-test.c' object='querier_test-querier-test.obj' libtool=no @AMDEPBACKSLASH@
1612@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1613@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(querier_test_CFLAGS) $(CFLAGS) -c -o querier_test-querier-test.obj `if test -f 'querier-test.c'; then $(CYGPATH_W) 'querier-test.c'; else $(CYGPATH_W) '$(srcdir)/querier-test.c'; fi`
1614
1615timeeventq_test-timeeventq-test.o: timeeventq-test.c
1616@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq-test.o -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo -c -o timeeventq_test-timeeventq-test.o `test -f 'timeeventq-test.c' || echo '$(srcdir)/'`timeeventq-test.c
1617@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo $(DEPDIR)/timeeventq_test-timeeventq-test.Po
1618@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeeventq-test.c' object='timeeventq_test-timeeventq-test.o' libtool=no @AMDEPBACKSLASH@
1619@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1620@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq-test.o `test -f 'timeeventq-test.c' || echo '$(srcdir)/'`timeeventq-test.c
1621
1622timeeventq_test-timeeventq-test.obj: timeeventq-test.c
1623@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq-test.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo -c -o timeeventq_test-timeeventq-test.obj `if test -f 'timeeventq-test.c'; then $(CYGPATH_W) 'timeeventq-test.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq-test.c'; fi`
1624@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq-test.Tpo $(DEPDIR)/timeeventq_test-timeeventq-test.Po
1625@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeeventq-test.c' object='timeeventq_test-timeeventq-test.obj' libtool=no @AMDEPBACKSLASH@
1626@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1627@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq-test.obj `if test -f 'timeeventq-test.c'; then $(CYGPATH_W) 'timeeventq-test.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq-test.c'; fi`
1628
1629timeeventq_test-timeeventq.o: timeeventq.c
1630@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq.o -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq.Tpo -c -o timeeventq_test-timeeventq.o `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1631@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq.Tpo $(DEPDIR)/timeeventq_test-timeeventq.Po
1632@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeeventq.c' object='timeeventq_test-timeeventq.o' libtool=no @AMDEPBACKSLASH@
1633@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1634@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq.o `test -f 'timeeventq.c' || echo '$(srcdir)/'`timeeventq.c
1635
1636timeeventq_test-timeeventq.obj: timeeventq.c
1637@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-timeeventq.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-timeeventq.Tpo -c -o timeeventq_test-timeeventq.obj `if test -f 'timeeventq.c'; then $(CYGPATH_W) 'timeeventq.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq.c'; fi`
1638@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-timeeventq.Tpo $(DEPDIR)/timeeventq_test-timeeventq.Po
1639@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='timeeventq.c' object='timeeventq_test-timeeventq.obj' libtool=no @AMDEPBACKSLASH@
1640@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1641@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-timeeventq.obj `if test -f 'timeeventq.c'; then $(CYGPATH_W) 'timeeventq.c'; else $(CYGPATH_W) '$(srcdir)/timeeventq.c'; fi`
1642
1643timeeventq_test-prioq.o: prioq.c
1644@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-prioq.o -MD -MP -MF $(DEPDIR)/timeeventq_test-prioq.Tpo -c -o timeeventq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1645@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-prioq.Tpo $(DEPDIR)/timeeventq_test-prioq.Po
1646@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq.c' object='timeeventq_test-prioq.o' libtool=no @AMDEPBACKSLASH@
1647@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1648@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-prioq.o `test -f 'prioq.c' || echo '$(srcdir)/'`prioq.c
1649
1650timeeventq_test-prioq.obj: prioq.c
1651@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-prioq.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-prioq.Tpo -c -o timeeventq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1652@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-prioq.Tpo $(DEPDIR)/timeeventq_test-prioq.Po
1653@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='prioq.c' object='timeeventq_test-prioq.obj' libtool=no @AMDEPBACKSLASH@
1654@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1655@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-prioq.obj `if test -f 'prioq.c'; then $(CYGPATH_W) 'prioq.c'; else $(CYGPATH_W) '$(srcdir)/prioq.c'; fi`
1656
1657timeeventq_test-log.o: log.c
1658@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-log.o -MD -MP -MF $(DEPDIR)/timeeventq_test-log.Tpo -c -o timeeventq_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1659@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-log.Tpo $(DEPDIR)/timeeventq_test-log.Po
1660@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='log.c' object='timeeventq_test-log.o' libtool=no @AMDEPBACKSLASH@
1661@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1662@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
1663
1664timeeventq_test-log.obj: log.c
1665@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -MT timeeventq_test-log.obj -MD -MP -MF $(DEPDIR)/timeeventq_test-log.Tpo -c -o timeeventq_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1666@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeeventq_test-log.Tpo $(DEPDIR)/timeeventq_test-log.Po
1667@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='log.c' object='timeeventq_test-log.obj' libtool=no @AMDEPBACKSLASH@
1668@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1669@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeeventq_test_CFLAGS) $(CFLAGS) -c -o timeeventq_test-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
1670
1671update_test-update-test.o: update-test.c
1672@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -MT update_test-update-test.o -MD -MP -MF $(DEPDIR)/update_test-update-test.Tpo -c -o update_test-update-test.o `test -f 'update-test.c' || echo '$(srcdir)/'`update-test.c
1673@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/update_test-update-test.Tpo $(DEPDIR)/update_test-update-test.Po
1674@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='update-test.c' object='update_test-update-test.o' libtool=no @AMDEPBACKSLASH@
1675@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1676@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -c -o update_test-update-test.o `test -f 'update-test.c' || echo '$(srcdir)/'`update-test.c
1677
1678update_test-update-test.obj: update-test.c
1679@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -MT update_test-update-test.obj -MD -MP -MF $(DEPDIR)/update_test-update-test.Tpo -c -o update_test-update-test.obj `if test -f 'update-test.c'; then $(CYGPATH_W) 'update-test.c'; else $(CYGPATH_W) '$(srcdir)/update-test.c'; fi`
1680@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/update_test-update-test.Tpo $(DEPDIR)/update_test-update-test.Po
1681@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='update-test.c' object='update_test-update-test.obj' libtool=no @AMDEPBACKSLASH@
1682@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1683@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(update_test_CFLAGS) $(CFLAGS) -c -o update_test-update-test.obj `if test -f 'update-test.c'; then $(CYGPATH_W) 'update-test.c'; else $(CYGPATH_W) '$(srcdir)/update-test.c'; fi`
1684
1685mostlyclean-libtool:
1686	-rm -f *.lo
1687
1688clean-libtool:
1689	-rm -rf .libs _libs
1690install-avahiincludeHEADERS: $(avahiinclude_HEADERS)
1691	@$(NORMAL_INSTALL)
1692	@list='$(avahiinclude_HEADERS)'; test -n "$(avahiincludedir)" || list=; \
1693	if test -n "$$list"; then \
1694	  echo " $(MKDIR_P) '$(DESTDIR)$(avahiincludedir)'"; \
1695	  $(MKDIR_P) "$(DESTDIR)$(avahiincludedir)" || exit 1; \
1696	fi; \
1697	for p in $$list; do \
1698	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1699	  echo "$$d$$p"; \
1700	done | $(am__base_list) | \
1701	while read files; do \
1702	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiincludedir)'"; \
1703	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahiincludedir)" || exit $$?; \
1704	done
1705
1706uninstall-avahiincludeHEADERS:
1707	@$(NORMAL_UNINSTALL)
1708	@list='$(avahiinclude_HEADERS)'; test -n "$(avahiincludedir)" || list=; \
1709	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1710	dir='$(DESTDIR)$(avahiincludedir)'; $(am__uninstall_files_from_dir)
1711
1712ID: $(am__tagged_files)
1713	$(am__define_uniq_tagged_files); mkid -fID $$unique
1714tags: tags-am
1715TAGS: tags
1716
1717tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1718	set x; \
1719	here=`pwd`; \
1720	$(am__define_uniq_tagged_files); \
1721	shift; \
1722	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1723	  test -n "$$unique" || unique=$$empty_fix; \
1724	  if test $$# -gt 0; then \
1725	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1726	      "$$@" $$unique; \
1727	  else \
1728	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1729	      $$unique; \
1730	  fi; \
1731	fi
1732ctags: ctags-am
1733
1734CTAGS: ctags
1735ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1736	$(am__define_uniq_tagged_files); \
1737	test -z "$(CTAGS_ARGS)$$unique" \
1738	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1739	     $$unique
1740
1741GTAGS:
1742	here=`$(am__cd) $(top_builddir) && pwd` \
1743	  && $(am__cd) $(top_srcdir) \
1744	  && gtags -i $(GTAGS_ARGS) "$$here"
1745cscopelist: cscopelist-am
1746
1747cscopelist-am: $(am__tagged_files)
1748	list='$(am__tagged_files)'; \
1749	case "$(srcdir)" in \
1750	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1751	  *) sdir=$(subdir)/$(srcdir) ;; \
1752	esac; \
1753	for i in $$list; do \
1754	  if test -f "$$i"; then \
1755	    echo "$(subdir)/$$i"; \
1756	  else \
1757	    echo "$$sdir/$$i"; \
1758	  fi; \
1759	done >> $(top_builddir)/cscope.files
1760
1761distclean-tags:
1762	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1763
1764# Recover from deleted '.trs' file; this should ensure that
1765# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1766# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1767# to avoid problems with "make -n".
1768.log.trs:
1769	rm -f $< $@
1770	$(MAKE) $(AM_MAKEFLAGS) $<
1771
1772# Leading 'am--fnord' is there to ensure the list of targets does not
1773# expand to empty, as could happen e.g. with make check TESTS=''.
1774am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1775am--force-recheck:
1776	@:
1777
1778$(TEST_SUITE_LOG): $(TEST_LOGS)
1779	@$(am__set_TESTS_bases); \
1780	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1781	redo_bases=`for i in $$bases; do \
1782	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1783	            done`; \
1784	if test -n "$$redo_bases"; then \
1785	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1786	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1787	  if $(am__make_dryrun); then :; else \
1788	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1789	  fi; \
1790	fi; \
1791	if test -n "$$am__remaking_logs"; then \
1792	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1793	       "recursion detected" >&2; \
1794	elif test -n "$$redo_logs"; then \
1795	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1796	fi; \
1797	if $(am__make_dryrun); then :; else \
1798	  st=0;  \
1799	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1800	  for i in $$redo_bases; do \
1801	    test -f $$i.trs && test -r $$i.trs \
1802	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1803	    test -f $$i.log && test -r $$i.log \
1804	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1805	  done; \
1806	  test $$st -eq 0 || exit 1; \
1807	fi
1808	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1809	ws='[ 	]'; \
1810	results=`for b in $$bases; do echo $$b.trs; done`; \
1811	test -n "$$results" || results=/dev/null; \
1812	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1813	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1814	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1815	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1816	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1817	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1818	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1819	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1820	  success=true; \
1821	else \
1822	  success=false; \
1823	fi; \
1824	br='==================='; br=$$br$$br$$br$$br; \
1825	result_count () \
1826	{ \
1827	    if test x"$$1" = x"--maybe-color"; then \
1828	      maybe_colorize=yes; \
1829	    elif test x"$$1" = x"--no-color"; then \
1830	      maybe_colorize=no; \
1831	    else \
1832	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1833	    fi; \
1834	    shift; \
1835	    desc=$$1 count=$$2; \
1836	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1837	      color_start=$$3 color_end=$$std; \
1838	    else \
1839	      color_start= color_end=; \
1840	    fi; \
1841	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1842	}; \
1843	create_testsuite_report () \
1844	{ \
1845	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1846	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1847	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1848	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1849	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1850	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1851	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1852	}; \
1853	{								\
1854	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1855	    $(am__rst_title);						\
1856	  create_testsuite_report --no-color;				\
1857	  echo;								\
1858	  echo ".. contents:: :depth: 2";				\
1859	  echo;								\
1860	  for b in $$bases; do echo $$b; done				\
1861	    | $(am__create_global_log);					\
1862	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1863	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1864	if $$success; then						\
1865	  col="$$grn";							\
1866	 else								\
1867	  col="$$red";							\
1868	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1869	fi;								\
1870	echo "$${col}$$br$${std}"; 					\
1871	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1872	echo "$${col}$$br$${std}"; 					\
1873	create_testsuite_report --maybe-color;				\
1874	echo "$$col$$br$$std";						\
1875	if $$success; then :; else					\
1876	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1877	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1878	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1879	  fi;								\
1880	  echo "$$col$$br$$std";					\
1881	fi;								\
1882	$$success || exit 1
1883
1884check-TESTS:
1885	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1886	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1887	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1888	@set +e; $(am__set_TESTS_bases); \
1889	log_list=`for i in $$bases; do echo $$i.log; done`; \
1890	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1891	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1892	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1893	exit $$?;
1894recheck: all
1895	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1896	@set +e; $(am__set_TESTS_bases); \
1897	bases=`for i in $$bases; do echo $$i; done \
1898	         | $(am__list_recheck_tests)` || exit 1; \
1899	log_list=`for i in $$bases; do echo $$i.log; done`; \
1900	log_list=`echo $$log_list`; \
1901	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1902	        am__force_recheck=am--force-recheck \
1903	        TEST_LOGS="$$log_list"; \
1904	exit $$?
1905dns-spin-test.log: dns-spin-test$(EXEEXT)
1906	@p='dns-spin-test$(EXEEXT)'; \
1907	b='dns-spin-test'; \
1908	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1909	--log-file $$b.log --trs-file $$b.trs \
1910	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1911	"$$tst" $(AM_TESTS_FD_REDIRECT)
1912dns-test.log: dns-test$(EXEEXT)
1913	@p='dns-test$(EXEEXT)'; \
1914	b='dns-test'; \
1915	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1916	--log-file $$b.log --trs-file $$b.trs \
1917	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1918	"$$tst" $(AM_TESTS_FD_REDIRECT)
1919hashmap-test.log: hashmap-test$(EXEEXT)
1920	@p='hashmap-test$(EXEEXT)'; \
1921	b='hashmap-test'; \
1922	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1923	--log-file $$b.log --trs-file $$b.trs \
1924	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1925	"$$tst" $(AM_TESTS_FD_REDIRECT)
1926.test.log:
1927	@p='$<'; \
1928	$(am__set_b); \
1929	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1930	--log-file $$b.log --trs-file $$b.trs \
1931	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1932	"$$tst" $(AM_TESTS_FD_REDIRECT)
1933@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1934@am__EXEEXT_TRUE@	@p='$<'; \
1935@am__EXEEXT_TRUE@	$(am__set_b); \
1936@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1937@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1938@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1939@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1940
1941distdir: $(DISTFILES)
1942	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1943	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1944	list='$(DISTFILES)'; \
1945	  dist_files=`for file in $$list; do echo $$file; done | \
1946	  sed -e "s|^$$srcdirstrip/||;t" \
1947	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1948	case $$dist_files in \
1949	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1950			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1951			   sort -u` ;; \
1952	esac; \
1953	for file in $$dist_files; do \
1954	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1955	  if test -d $$d/$$file; then \
1956	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1957	    if test -d "$(distdir)/$$file"; then \
1958	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1959	    fi; \
1960	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1961	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1962	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1963	    fi; \
1964	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1965	  else \
1966	    test -f "$(distdir)/$$file" \
1967	    || cp -p $$d/$$file "$(distdir)/$$file" \
1968	    || exit 1; \
1969	  fi; \
1970	done
1971check-am: all-am
1972	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1973check: check-am
1974all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1975installdirs:
1976	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahiincludedir)"; do \
1977	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1978	done
1979install: install-am
1980install-exec: install-exec-am
1981install-data: install-data-am
1982uninstall: uninstall-am
1983
1984install-am: all-am
1985	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1986
1987installcheck: installcheck-am
1988install-strip:
1989	if test -z '$(STRIP)'; then \
1990	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1991	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1992	      install; \
1993	else \
1994	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1995	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1996	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1997	fi
1998mostlyclean-generic:
1999	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2000	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2001	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2002
2003clean-generic:
2004
2005distclean-generic:
2006	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2007	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2008
2009maintainer-clean-generic:
2010	@echo "This command is intended for maintainers to use"
2011	@echo "it deletes files that may require special tools to rebuild."
2012clean: clean-am
2013
2014clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
2015	clean-noinstPROGRAMS mostlyclean-am
2016
2017distclean: distclean-am
2018	-rm -rf ./$(DEPDIR)
2019	-rm -f Makefile
2020distclean-am: clean-am distclean-compile distclean-generic \
2021	distclean-tags
2022
2023dvi: dvi-am
2024
2025dvi-am:
2026
2027html: html-am
2028
2029html-am:
2030
2031info: info-am
2032
2033info-am:
2034
2035install-data-am: install-avahiincludeHEADERS
2036
2037install-dvi: install-dvi-am
2038
2039install-dvi-am:
2040
2041install-exec-am: install-libLTLIBRARIES
2042
2043install-html: install-html-am
2044
2045install-html-am:
2046
2047install-info: install-info-am
2048
2049install-info-am:
2050
2051install-man:
2052
2053install-pdf: install-pdf-am
2054
2055install-pdf-am:
2056
2057install-ps: install-ps-am
2058
2059install-ps-am:
2060
2061installcheck-am:
2062
2063maintainer-clean: maintainer-clean-am
2064	-rm -rf ./$(DEPDIR)
2065	-rm -f Makefile
2066maintainer-clean-am: distclean-am maintainer-clean-generic
2067
2068mostlyclean: mostlyclean-am
2069
2070mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2071	mostlyclean-libtool
2072
2073pdf: pdf-am
2074
2075pdf-am:
2076
2077ps: ps-am
2078
2079ps-am:
2080
2081uninstall-am: uninstall-avahiincludeHEADERS uninstall-libLTLIBRARIES
2082
2083.MAKE: check-am install-am install-strip
2084
2085.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
2086	clean-generic clean-libLTLIBRARIES clean-libtool \
2087	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
2088	distclean-compile distclean-generic distclean-libtool \
2089	distclean-tags distdir dvi dvi-am html html-am info info-am \
2090	install install-am install-avahiincludeHEADERS install-data \
2091	install-data-am install-dvi install-dvi-am install-exec \
2092	install-exec-am install-html install-html-am install-info \
2093	install-info-am install-libLTLIBRARIES install-man install-pdf \
2094	install-pdf-am install-ps install-ps-am install-strip \
2095	installcheck installcheck-am installdirs maintainer-clean \
2096	maintainer-clean-generic mostlyclean mostlyclean-compile \
2097	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
2098	recheck tags tags-am uninstall uninstall-am \
2099	uninstall-avahiincludeHEADERS uninstall-libLTLIBRARIES
2100
2101.PRECIOUS: Makefile
2102
2103
2104valgrind: avahi-test
2105	libtool --mode=execute valgrind ./avahi-test
2106
2107gdb: avahi-test
2108	libtool --mode=execute gdb ./avahi-test
2109
2110# Tell versions [3.59,3.63) of GNU make to not export all variables.
2111# Otherwise a system limit (for SysV at least) may be exceeded.
2112.NOEXPORT:
2113