1# Makefile.in generated by automake 1.10.2 from Makefile.am.
2# avahi-compat-libdns_sd/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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
16
17# $Id$
18
19# This file is part of avahi.
20#
21# avahi is free software; you can redistribute it and/or modify it
22# under the terms of the GNU Lesser General Public License as
23# published by the Free Software Foundation; either version 2 of the
24# License, or (at your option) any later version.
25#
26# avahi is distributed in the hope that it will be useful, but WITHOUT
27# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
28# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
29# License for more details.
30#
31# You should have received a copy of the GNU Lesser General Public
32# License along with avahi; if not, write to the Free Software
33# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
34# USA.
35
36
37
38
39pkgdatadir = $(datadir)/avahi
40pkglibdir = $(libdir)/avahi
41pkgincludedir = $(includedir)/avahi
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = i686-pc-linux-gnu
55host_triplet = arm-unknown-linux-gnu
56##noinst_PROGRAMS = txt-test$(EXEEXT) \
57##	null-test$(EXEEXT)
58subdir = avahi-compat-libdns_sd
59DIST_COMMON = $(am__avahi_compat_libdns_sd_HEADERS_DIST) \
60	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
63	$(top_srcdir)/common/gcc_stack_protect.m4 \
64	$(top_srcdir)/common/gcc_visibility.m4 \
65	$(top_srcdir)/common/libtool.m4 \
66	$(top_srcdir)/common/ltoptions.m4 \
67	$(top_srcdir)/common/ltsugar.m4 \
68	$(top_srcdir)/common/ltversion.m4 \
69	$(top_srcdir)/common/lt~obsolete.m4 \
70	$(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
71	$(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
72	$(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74	$(ACLOCAL_M4)
75mkinstalldirs = $(install_sh) -d
76CONFIG_HEADER = $(top_builddir)/config.h
77CONFIG_CLEAN_FILES =
78am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79am__vpath_adj = case $$p in \
80    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81    *) f=$$p;; \
82  esac;
83am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
84am__installdirs = "$(DESTDIR)$(libdir)" \
85	"$(DESTDIR)$(avahi_compat_libdns_sddir)"
86libLTLIBRARIES_INSTALL = $(INSTALL)
87LTLIBRARIES = $(lib_LTLIBRARIES)
88libdns_sd_la_LIBADD =
89am__libdns_sd_la_SOURCES_DIST = dns_sd.h compat.c txt.c unsupported.c \
90	warn.c warn.h
91#am_libdns_sd_la_OBJECTS = libdns_sd_la-compat.lo \
92#	libdns_sd_la-txt.lo \
93#	libdns_sd_la-unsupported.lo \
94#	libdns_sd_la-warn.lo
95libdns_sd_la_OBJECTS = $(am_libdns_sd_la_OBJECTS)
96libdns_sd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
97	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libdns_sd_la_CFLAGS) \
98	$(CFLAGS) $(libdns_sd_la_LDFLAGS) $(LDFLAGS) -o $@
99#am_libdns_sd_la_rpath =  \
100#	-rpath $(libdir)
101PROGRAMS = $(noinst_PROGRAMS)
102am__null_test_SOURCES_DIST = dns_sd.h compat.c null-test.c warn.c \
103	warn.h
104#am_null_test_OBJECTS = null_test-compat.$(OBJEXT) \
105#	null_test-null-test.$(OBJEXT) \
106#	null_test-warn.$(OBJEXT)
107null_test_OBJECTS = $(am_null_test_OBJECTS)
108am__DEPENDENCIES_1 =
109#null_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
110#	$(am__DEPENDENCIES_1) \
111#	../avahi-common/libavahi-common.la \
112#	../avahi-client/libavahi-client.la
113null_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
114	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(null_test_CFLAGS) \
115	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
116am__txt_test_SOURCES_DIST = dns_sd.h txt.c txt-test.c warn.c warn.h
117#am_txt_test_OBJECTS = txt_test-txt.$(OBJEXT) \
118#	txt_test-txt-test.$(OBJEXT) \
119#	txt_test-warn.$(OBJEXT)
120txt_test_OBJECTS = $(am_txt_test_OBJECTS)
121#txt_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
122#	$(am__DEPENDENCIES_1) \
123#	../avahi-common/libavahi-common.la
124txt_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125	--mode=link $(CCLD) $(txt_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
126	$(LDFLAGS) -o $@
127DEFAULT_INCLUDES = -I. -I$(top_builddir)
128depcomp = $(SHELL) $(top_srcdir)/depcomp
129am__depfiles_maybe = depfiles
130COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
133	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
134	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135CCLD = $(CC)
136LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
137	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
138	$(LDFLAGS) -o $@
139SOURCES = $(libdns_sd_la_SOURCES) $(null_test_SOURCES) \
140	$(txt_test_SOURCES)
141DIST_SOURCES = $(am__libdns_sd_la_SOURCES_DIST) \
142	$(am__null_test_SOURCES_DIST) $(am__txt_test_SOURCES_DIST)
143am__avahi_compat_libdns_sd_HEADERS_DIST = dns_sd.h
144avahi_compat_libdns_sdHEADERS_INSTALL = $(INSTALL_HEADER)
145HEADERS = $(avahi_compat_libdns_sd_HEADERS)
146ETAGS = etags
147CTAGS = ctags
148DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149ACLOCAL = ${SHELL} $(SRC_PATH)/avahi-0.6.25/missing --run aclocal-1.10
150ALL_LINGUAS = 
151AMTAR = ${SHELL} $(SRC_PATH)/avahi-0.6.25/missing --run tar
152AR = arm-brcm-linux-uclibcgnueabi-ar
153AUTOCONF = ${SHELL} $(SRC_PATH)/avahi-0.6.25/missing --run autoconf
154AUTOHEADER = ${SHELL} $(SRC_PATH)/avahi-0.6.25/missing --run autoheader
155AUTOMAKE = ${SHELL} $(SRC_PATH)/avahi-0.6.25/missing --run automake-1.10
156AVAHI_AUTOIPD_GROUP = root
157AVAHI_AUTOIPD_USER = root
158AVAHI_GROUP = root
159AVAHI_PRIV_ACCESS_GROUP = netdev
160AVAHI_USER = root
161AWK = gawk
162CATALOGS = 
163CATOBJEXT = NONE
164CC = arm-brcm-linux-uclibcgnueabi-gcc
165CCDEPMODE = depmode=gcc3
166CFLAGS = -Os -O2 -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -D__CONFIG_EMF__ -DTRAFFIC_MGMT -DPHYMON -DSUPPORT_REMOTE_HTTPS -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_UCP -DU12H240 -DR6300v2 -DMULTIPLE_SSID -DENABLE_ML -DBCM53125 -DBCM5301X -DCONFIG_RUSSIA_IPTV -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -D__CONFIG_PLC__ -D__CONFIG_URE__ -DPLC -DWPS_LONGPUSH_DISABLE -Os -DLINUX26 -DCONFIG_KERNEL_2_6_36 -I$(SRC_PATH)/build/usr/include -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
167CPP = arm-brcm-linux-uclibcgnueabi-gcc -E
168CPPFLAGS = -I$(SRC_PATH)/build/usr/include
169CXX = g++
170CXXCPP = g++ -E
171CXXDEPMODE = depmode=gcc3
172CXXFLAGS = -g -O2
173CYGPATH_W = echo
174DATADIRNAME = lib
175DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=6 -DDBUS_VERSION_MICRO=8 -DDBUS_API_SUBJECT_TO_CHANGE
176DBUS_LIBS = -ldbus-1  
177DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = unix:path=/var/run/dbus/system_bus_socket
178DBUS_SYS_DIR = ${prefix}/etc/dbus-1/system.d
179DEFS = -DHAVE_CONFIG_H
180DEPDIR = .deps
181DOXYGEN_PAPER_SIZE = 
182DSYMUTIL = 
183DUMPBIN = 
184DX_CONFIG = doxygen.cfg
185DX_DOCDIR = doxygen
186DX_DOT = 
187DX_DOXYGEN = 
188DX_DVIPS = 
189DX_EGREP = 
190DX_ENV =  SRCDIR='.' PROJECT='avahi' DOCDIR='doxygen' VERSION='0.6.25' HAVE_DOT='NO' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='NO' GENERATE_LATEX='NO'
191DX_FLAG_chi = 0
192DX_FLAG_chm = 0
193DX_FLAG_doc = 0
194DX_FLAG_dot = 0
195DX_FLAG_html = 0
196DX_FLAG_man = 0
197DX_FLAG_pdf = 0
198DX_FLAG_ps = 0
199DX_FLAG_rtf = 0
200DX_FLAG_xml = 0
201DX_HHC = 
202DX_LATEX = 
203DX_MAKEINDEX = 
204DX_PDFLATEX = 
205DX_PERL = 
206DX_PROJECT = avahi
207ECHO_C = 
208ECHO_N = -n
209ECHO_T = 
210EGREP = /bin/grep -E
211EXEEXT = 
212FGREP = /bin/grep -F
213GACUTIL = 
214GETTEXT_PACKAGE = avahi
215GLADE20_CFLAGS = 
216GLADE20_LIBS = 
217GLIB20_CFLAGS = 
218GLIB20_LIBS = 
219GMOFILES = 
220GMSGFMT = /usr/bin/msgfmt
221GOBJECT_CFLAGS = 
222GOBJECT_LIBS = 
223GREP = /bin/grep
224GTK20_CFLAGS = 
225GTK20_LIBS = 
226HOWL_COMPAT_VERSION = 0.9.8
227INSTALL = /usr/bin/install -c
228INSTALL_DATA = ${INSTALL} -m 644
229INSTALL_PROGRAM = ${INSTALL}
230INSTALL_SCRIPT = ${INSTALL}
231INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
232INSTOBJEXT = 
233INTLLIBS = 
234INTLTOOL_EXTRACT = /usr/bin/intltool-extract
235INTLTOOL_MERGE = /usr/bin/intltool-merge
236INTLTOOL_PERL = /usr/bin/perl
237INTLTOOL_UPDATE = /usr/bin/intltool-update
238LD = arm-brcm-linux-uclibcgnueabi-ld
239LDFLAGS = -L$(SRC_PATH)/build/usr/lib
240LIBAVAHI_CLIENT_VERSION_INFO = 5:5:2
241LIBAVAHI_COMMON_VERSION_INFO = 8:1:5
242LIBAVAHI_COMPAT_HOWL_VERSION_INFO = 0:0:0
243LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = 1:0:0
244LIBAVAHI_CORE_VERSION_INFO = 6:1:0
245LIBAVAHI_GLIB_VERSION_INFO = 1:1:0
246LIBAVAHI_GOBJECT_VERSION_INFO = 0:1:0
247LIBAVAHI_QT3_VERSION_INFO = 1:2:0
248LIBAVAHI_QT4_VERSION_INFO = 1:2:0
249LIBAVAHI_UI_VERSION_INFO = 1:1:1
250LIBDAEMON_CFLAGS = -D_REENTRANT  
251LIBDAEMON_LIBS = -ldaemon  
252LIBOBJS =  ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o
253LIBS = 
254LIBTOOL = $(SHELL) $(top_builddir)/libtool
255LIPO = 
256LN_S = ln -s
257LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo
258MAKEINFO = ${SHELL} $(SRC_PATH)/avahi-0.6.25/missing --run makeinfo
259MCS = 
260MDASSEMBLER = 
261MKDIR_P = /bin/mkdir -p
262MKINSTALLDIRS = ./mkinstalldirs
263MOC_QT3 = 
264MOC_QT4 = 
265MONODOCER = 
266MONODOC_CFLAGS = 
267MONODOC_DIR = 
268MONODOC_LIBS = 
269MSGFMT = /usr/bin/msgfmt
270MSGFMT_OPTS = 
271MSGMERGE = /usr/bin/msgmerge
272NM = arm-brcm-linux-uclibcgnueabi-nm
273NMEDIT = 
274OBJDUMP = arm-brcm-linux-uclibcgnueabi-objdump
275OBJEXT = o
276OTOOL = 
277OTOOL64 = 
278PACKAGE = avahi
279PACKAGE_BUGREPORT = avahi (at) lists (dot) freedesktop (dot) org
280PACKAGE_NAME = avahi
281PACKAGE_STRING = avahi 0.6.25
282PACKAGE_TARNAME = avahi
283PACKAGE_URL = http://avahi.org/
284PACKAGE_VERSION = 0.6.25
285PATH_SEPARATOR = :
286PKG_CONFIG = /usr/bin/pkg-config
287POFILES = 
288POSUB = po
289PO_IN_DATADIR_FALSE = 
290PO_IN_DATADIR_TRUE = 
291PTHREAD_CC = arm-brcm-linux-uclibcgnueabi-gcc
292PTHREAD_CFLAGS = -pthread
293PTHREAD_LIBS = 
294PYTHON = 
295PYTHON_EXEC_PREFIX = 
296PYTHON_PLATFORM = 
297PYTHON_PREFIX = 
298PYTHON_VERSION = 
299QT3_CFLAGS = 
300QT3_LIBS = 
301QT4_CFLAGS = 
302QT4_LIBS = 
303RANLIB = arm-brcm-linux-uclibcgnueabi-ranlib
304SED = /bin/sed
305SET_MAKE = 
306SHELL = /bin/sh
307STRIP = arm-brcm-linux-uclibcgnueabi-strip
308USE_NLS = yes
309VERSION = 0.6.25
310VISIBILITY_HIDDEN_CFLAGS = -fvisibility=hidden -DHAVE_VISIBILITY_HIDDEN
311XGETTEXT = :
312XML_CFLAGS = -DUSE_EXPAT_H
313XML_LIBS = -lexpat
314abs_builddir = $(SRC_PATH)/avahi-0.6.25/avahi-compat-libdns_sd
315abs_srcdir = $(SRC_PATH)/avahi-0.6.25/avahi-compat-libdns_sd
316abs_top_builddir = $(SRC_PATH)/avahi-0.6.25
317abs_top_srcdir = $(SRC_PATH)/avahi-0.6.25
318ac_ct_CC = 
319ac_ct_CXX = g++
320ac_ct_DUMPBIN = 
321acx_pthread_config = 
322am__include = include
323am__leading_dot = .
324am__quote = 
325am__tar = ${AMTAR} chof - "$$tardir"
326am__untar = ${AMTAR} xf -
327avahi_runtime_dir = ${prefix}/var/run
328avahi_socket = ${prefix}/var/run/avahi-daemon/socket
329avahilocaledir = ${prefix}/${DATADIRNAME}/locale
330bindir = ${exec_prefix}/bin
331build = i686-pc-linux-gnu
332build_alias = 
333build_cpu = i686
334build_os = linux-gnu
335build_vendor = pc
336builddir = .
337datadir = ${datarootdir}
338datarootdir = ${prefix}/share
339docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
340dvidir = ${docdir}
341exec_prefix = ${prefix}
342have_pkg_config = yes
343have_xmltoman = 
344host = arm-unknown-linux-gnu
345host_alias = arm-linux
346host_cpu = arm
347host_os = linux-gnu
348host_vendor = unknown
349htmldir = ${docdir}
350includedir = ${prefix}/include
351infodir = ${datarootdir}/info
352install_sh = $(SHELL) $(SRC_PATH)/avahi-0.6.25/install-sh
353interfacesdir = 
354libdir = ${exec_prefix}/lib
355libexecdir = ${exec_prefix}/libexec
356localedir = ${datarootdir}/locale
357localstatedir = ${prefix}/var
358lt_ECHO = echo
359mandir = ${datarootdir}/man
360mkdir_p = /bin/mkdir -p
361oldincludedir = /usr/include
362pdfdir = ${docdir}
363pkgpyexecdir = 
364pkgpythondir = 
365prefix = /usr
366program_transform_name = s,x,x,
367psdir = ${docdir}
368pyexecdir = 
369pythondir = 
370sbindir = ${exec_prefix}/sbin
371sharedstatedir = ${prefix}/com
372srcdir = .
373sysconfdir = ${prefix}/etc
374target_alias = 
375top_build_prefix = ../
376top_builddir = ..
377top_srcdir = ..
378
379# This cool debug trap works on i386/gcc only
380AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
381#avahi_compat_libdns_sddir = $(includedir)/avahi-compat-libdns_sd
382#avahi_compat_libdns_sd_HEADERS = dns_sd.h
383#lib_LTLIBRARIES = libdns_sd.la
384#libdns_sd_la_SOURCES = \
385#	dns_sd.h \
386#	compat.c \
387#	txt.c \
388#	unsupported.c \
389#	warn.c warn.h
390
391#libdns_sd_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
392#libdns_sd_la_LDFLAGS = $(AM_LDFLAGS)  -version-info $(LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
393#txt_test_SOURCES = \
394#	dns_sd.h \
395#	txt.c \
396#	txt-test.c \
397#	warn.c warn.h
398
399#txt_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
400#txt_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la
401#null_test_SOURCES = \
402#	dns_sd.h \
403#	compat.c \
404#	null-test.c \
405#	warn.c warn.h
406
407#null_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
408#null_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
409#CLEANFILES = libdns_sd-test.o libdns_sd-test
410all: all-am
411
412.SUFFIXES:
413.SUFFIXES: .c .lo .o .obj
414$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
415	@for dep in $?; do \
416	  case '$(am__configure_deps)' in \
417	    *$$dep*) \
418	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
419	        && { if test -f $@; then exit 0; else break; fi; }; \
420	      exit 1;; \
421	  esac; \
422	done; \
423	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  avahi-compat-libdns_sd/Makefile'; \
424	cd $(top_srcdir) && \
425	  $(AUTOMAKE) --foreign  avahi-compat-libdns_sd/Makefile
426.PRECIOUS: Makefile
427Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428	@case '$?' in \
429	  *config.status*) \
430	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
431	  *) \
432	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
433	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
434	esac;
435
436$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
437	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438
439$(top_srcdir)/configure:  $(am__configure_deps)
440	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
442	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443install-libLTLIBRARIES: $(lib_LTLIBRARIES)
444	@$(NORMAL_INSTALL)
445	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
446	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
447	  if test -f $$p; then \
448	    f=$(am__strip_dir) \
449	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
450	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
451	  else :; fi; \
452	done
453
454uninstall-libLTLIBRARIES:
455	@$(NORMAL_UNINSTALL)
456	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
457	  p=$(am__strip_dir) \
458	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
459	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
460	done
461
462clean-libLTLIBRARIES:
463	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
464	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
465	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
466	  test "$$dir" != "$$p" || dir=.; \
467	  echo "rm -f \"$${dir}/so_locations\""; \
468	  rm -f "$${dir}/so_locations"; \
469	done
470libdns_sd.la: $(libdns_sd_la_OBJECTS) $(libdns_sd_la_DEPENDENCIES) 
471	$(libdns_sd_la_LINK) $(am_libdns_sd_la_rpath) $(libdns_sd_la_OBJECTS) $(libdns_sd_la_LIBADD) $(LIBS)
472
473clean-noinstPROGRAMS:
474	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
475	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
476	  echo " rm -f $$p $$f"; \
477	  rm -f $$p $$f ; \
478	done
479null-test$(EXEEXT): $(null_test_OBJECTS) $(null_test_DEPENDENCIES) 
480	@rm -f null-test$(EXEEXT)
481	$(null_test_LINK) $(null_test_OBJECTS) $(null_test_LDADD) $(LIBS)
482txt-test$(EXEEXT): $(txt_test_OBJECTS) $(txt_test_DEPENDENCIES) 
483	@rm -f txt-test$(EXEEXT)
484	$(txt_test_LINK) $(txt_test_OBJECTS) $(txt_test_LDADD) $(LIBS)
485
486mostlyclean-compile:
487	-rm -f *.$(OBJEXT)
488
489distclean-compile:
490	-rm -f *.tab.c
491
492include ./$(DEPDIR)/libdns_sd_la-compat.Plo
493include ./$(DEPDIR)/libdns_sd_la-txt.Plo
494include ./$(DEPDIR)/libdns_sd_la-unsupported.Plo
495include ./$(DEPDIR)/libdns_sd_la-warn.Plo
496include ./$(DEPDIR)/null_test-compat.Po
497include ./$(DEPDIR)/null_test-null-test.Po
498include ./$(DEPDIR)/null_test-warn.Po
499include ./$(DEPDIR)/txt_test-txt-test.Po
500include ./$(DEPDIR)/txt_test-txt.Po
501include ./$(DEPDIR)/txt_test-warn.Po
502
503.c.o:
504	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
505	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506#	source='$<' object='$@' libtool=no \
507#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
508#	$(COMPILE) -c $<
509
510.c.obj:
511	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
512	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513#	source='$<' object='$@' libtool=no \
514#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
515#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
516
517.c.lo:
518	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
519	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
520#	source='$<' object='$@' libtool=yes \
521#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
522#	$(LTCOMPILE) -c -o $@ $<
523
524libdns_sd_la-compat.lo: compat.c
525	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-compat.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-compat.Tpo -c -o libdns_sd_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
526	mv -f $(DEPDIR)/libdns_sd_la-compat.Tpo $(DEPDIR)/libdns_sd_la-compat.Plo
527#	source='compat.c' object='libdns_sd_la-compat.lo' libtool=yes \
528#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
529#	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
530
531libdns_sd_la-txt.lo: txt.c
532	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-txt.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-txt.Tpo -c -o libdns_sd_la-txt.lo `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
533	mv -f $(DEPDIR)/libdns_sd_la-txt.Tpo $(DEPDIR)/libdns_sd_la-txt.Plo
534#	source='txt.c' object='libdns_sd_la-txt.lo' libtool=yes \
535#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
536#	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-txt.lo `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
537
538libdns_sd_la-unsupported.lo: unsupported.c
539	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-unsupported.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-unsupported.Tpo -c -o libdns_sd_la-unsupported.lo `test -f 'unsupported.c' || echo '$(srcdir)/'`unsupported.c
540	mv -f $(DEPDIR)/libdns_sd_la-unsupported.Tpo $(DEPDIR)/libdns_sd_la-unsupported.Plo
541#	source='unsupported.c' object='libdns_sd_la-unsupported.lo' libtool=yes \
542#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
543#	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-unsupported.lo `test -f 'unsupported.c' || echo '$(srcdir)/'`unsupported.c
544
545libdns_sd_la-warn.lo: warn.c
546	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -MT libdns_sd_la-warn.lo -MD -MP -MF $(DEPDIR)/libdns_sd_la-warn.Tpo -c -o libdns_sd_la-warn.lo `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
547	mv -f $(DEPDIR)/libdns_sd_la-warn.Tpo $(DEPDIR)/libdns_sd_la-warn.Plo
548#	source='warn.c' object='libdns_sd_la-warn.lo' libtool=yes \
549#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
550#	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdns_sd_la_CFLAGS) $(CFLAGS) -c -o libdns_sd_la-warn.lo `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
551
552null_test-compat.o: compat.c
553	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-compat.o -MD -MP -MF $(DEPDIR)/null_test-compat.Tpo -c -o null_test-compat.o `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
554	mv -f $(DEPDIR)/null_test-compat.Tpo $(DEPDIR)/null_test-compat.Po
555#	source='compat.c' object='null_test-compat.o' libtool=no \
556#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
557#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-compat.o `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
558
559null_test-compat.obj: compat.c
560	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-compat.obj -MD -MP -MF $(DEPDIR)/null_test-compat.Tpo -c -o null_test-compat.obj `if test -f 'compat.c'; then $(CYGPATH_W) 'compat.c'; else $(CYGPATH_W) '$(srcdir)/compat.c'; fi`
561	mv -f $(DEPDIR)/null_test-compat.Tpo $(DEPDIR)/null_test-compat.Po
562#	source='compat.c' object='null_test-compat.obj' libtool=no \
563#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
564#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-compat.obj `if test -f 'compat.c'; then $(CYGPATH_W) 'compat.c'; else $(CYGPATH_W) '$(srcdir)/compat.c'; fi`
565
566null_test-null-test.o: null-test.c
567	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-null-test.o -MD -MP -MF $(DEPDIR)/null_test-null-test.Tpo -c -o null_test-null-test.o `test -f 'null-test.c' || echo '$(srcdir)/'`null-test.c
568	mv -f $(DEPDIR)/null_test-null-test.Tpo $(DEPDIR)/null_test-null-test.Po
569#	source='null-test.c' object='null_test-null-test.o' libtool=no \
570#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
571#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-null-test.o `test -f 'null-test.c' || echo '$(srcdir)/'`null-test.c
572
573null_test-null-test.obj: null-test.c
574	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-null-test.obj -MD -MP -MF $(DEPDIR)/null_test-null-test.Tpo -c -o null_test-null-test.obj `if test -f 'null-test.c'; then $(CYGPATH_W) 'null-test.c'; else $(CYGPATH_W) '$(srcdir)/null-test.c'; fi`
575	mv -f $(DEPDIR)/null_test-null-test.Tpo $(DEPDIR)/null_test-null-test.Po
576#	source='null-test.c' object='null_test-null-test.obj' libtool=no \
577#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
578#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-null-test.obj `if test -f 'null-test.c'; then $(CYGPATH_W) 'null-test.c'; else $(CYGPATH_W) '$(srcdir)/null-test.c'; fi`
579
580null_test-warn.o: warn.c
581	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-warn.o -MD -MP -MF $(DEPDIR)/null_test-warn.Tpo -c -o null_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
582	mv -f $(DEPDIR)/null_test-warn.Tpo $(DEPDIR)/null_test-warn.Po
583#	source='warn.c' object='null_test-warn.o' libtool=no \
584#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
585#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
586
587null_test-warn.obj: warn.c
588	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -MT null_test-warn.obj -MD -MP -MF $(DEPDIR)/null_test-warn.Tpo -c -o null_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
589	mv -f $(DEPDIR)/null_test-warn.Tpo $(DEPDIR)/null_test-warn.Po
590#	source='warn.c' object='null_test-warn.obj' libtool=no \
591#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
592#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(null_test_CFLAGS) $(CFLAGS) -c -o null_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
593
594txt_test-txt.o: txt.c
595	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt.o -MD -MP -MF $(DEPDIR)/txt_test-txt.Tpo -c -o txt_test-txt.o `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
596	mv -f $(DEPDIR)/txt_test-txt.Tpo $(DEPDIR)/txt_test-txt.Po
597#	source='txt.c' object='txt_test-txt.o' libtool=no \
598#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
599#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt.o `test -f 'txt.c' || echo '$(srcdir)/'`txt.c
600
601txt_test-txt.obj: txt.c
602	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt.obj -MD -MP -MF $(DEPDIR)/txt_test-txt.Tpo -c -o txt_test-txt.obj `if test -f 'txt.c'; then $(CYGPATH_W) 'txt.c'; else $(CYGPATH_W) '$(srcdir)/txt.c'; fi`
603	mv -f $(DEPDIR)/txt_test-txt.Tpo $(DEPDIR)/txt_test-txt.Po
604#	source='txt.c' object='txt_test-txt.obj' libtool=no \
605#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
606#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt.obj `if test -f 'txt.c'; then $(CYGPATH_W) 'txt.c'; else $(CYGPATH_W) '$(srcdir)/txt.c'; fi`
607
608txt_test-txt-test.o: txt-test.c
609	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt-test.o -MD -MP -MF $(DEPDIR)/txt_test-txt-test.Tpo -c -o txt_test-txt-test.o `test -f 'txt-test.c' || echo '$(srcdir)/'`txt-test.c
610	mv -f $(DEPDIR)/txt_test-txt-test.Tpo $(DEPDIR)/txt_test-txt-test.Po
611#	source='txt-test.c' object='txt_test-txt-test.o' libtool=no \
612#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
613#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt-test.o `test -f 'txt-test.c' || echo '$(srcdir)/'`txt-test.c
614
615txt_test-txt-test.obj: txt-test.c
616	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-txt-test.obj -MD -MP -MF $(DEPDIR)/txt_test-txt-test.Tpo -c -o txt_test-txt-test.obj `if test -f 'txt-test.c'; then $(CYGPATH_W) 'txt-test.c'; else $(CYGPATH_W) '$(srcdir)/txt-test.c'; fi`
617	mv -f $(DEPDIR)/txt_test-txt-test.Tpo $(DEPDIR)/txt_test-txt-test.Po
618#	source='txt-test.c' object='txt_test-txt-test.obj' libtool=no \
619#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
620#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-txt-test.obj `if test -f 'txt-test.c'; then $(CYGPATH_W) 'txt-test.c'; else $(CYGPATH_W) '$(srcdir)/txt-test.c'; fi`
621
622txt_test-warn.o: warn.c
623	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-warn.o -MD -MP -MF $(DEPDIR)/txt_test-warn.Tpo -c -o txt_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
624	mv -f $(DEPDIR)/txt_test-warn.Tpo $(DEPDIR)/txt_test-warn.Po
625#	source='warn.c' object='txt_test-warn.o' libtool=no \
626#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
627#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-warn.o `test -f 'warn.c' || echo '$(srcdir)/'`warn.c
628
629txt_test-warn.obj: warn.c
630	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -MT txt_test-warn.obj -MD -MP -MF $(DEPDIR)/txt_test-warn.Tpo -c -o txt_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
631	mv -f $(DEPDIR)/txt_test-warn.Tpo $(DEPDIR)/txt_test-warn.Po
632#	source='warn.c' object='txt_test-warn.obj' libtool=no \
633#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
634#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(txt_test_CFLAGS) $(CFLAGS) -c -o txt_test-warn.obj `if test -f 'warn.c'; then $(CYGPATH_W) 'warn.c'; else $(CYGPATH_W) '$(srcdir)/warn.c'; fi`
635
636mostlyclean-libtool:
637	-rm -f *.lo
638
639clean-libtool:
640	-rm -rf .libs _libs
641install-avahi_compat_libdns_sdHEADERS: $(avahi_compat_libdns_sd_HEADERS)
642	@$(NORMAL_INSTALL)
643	test -z "$(avahi_compat_libdns_sddir)" || $(MKDIR_P) "$(DESTDIR)$(avahi_compat_libdns_sddir)"
644	@list='$(avahi_compat_libdns_sd_HEADERS)'; for p in $$list; do \
645	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
646	  f=$(am__strip_dir) \
647	  echo " $(avahi_compat_libdns_sdHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(avahi_compat_libdns_sddir)/$$f'"; \
648	  $(avahi_compat_libdns_sdHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(avahi_compat_libdns_sddir)/$$f"; \
649	done
650
651uninstall-avahi_compat_libdns_sdHEADERS:
652	@$(NORMAL_UNINSTALL)
653	@list='$(avahi_compat_libdns_sd_HEADERS)'; for p in $$list; do \
654	  f=$(am__strip_dir) \
655	  echo " rm -f '$(DESTDIR)$(avahi_compat_libdns_sddir)/$$f'"; \
656	  rm -f "$(DESTDIR)$(avahi_compat_libdns_sddir)/$$f"; \
657	done
658
659ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
660	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
661	unique=`for i in $$list; do \
662	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
663	  done | \
664	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
665	      END { if (nonempty) { for (i in files) print i; }; }'`; \
666	mkid -fID $$unique
667tags: TAGS
668
669TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
670		$(TAGS_FILES) $(LISP)
671	tags=; \
672	here=`pwd`; \
673	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
674	unique=`for i in $$list; do \
675	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676	  done | \
677	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678	      END { if (nonempty) { for (i in files) print i; }; }'`; \
679	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
680	  test -n "$$unique" || unique=$$empty_fix; \
681	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
682	    $$tags $$unique; \
683	fi
684ctags: CTAGS
685CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
686		$(TAGS_FILES) $(LISP)
687	tags=; \
688	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
689	unique=`for i in $$list; do \
690	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
691	  done | \
692	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
693	      END { if (nonempty) { for (i in files) print i; }; }'`; \
694	test -z "$(CTAGS_ARGS)$$tags$$unique" \
695	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
696	     $$tags $$unique
697
698GTAGS:
699	here=`$(am__cd) $(top_builddir) && pwd` \
700	  && cd $(top_srcdir) \
701	  && gtags -i $(GTAGS_ARGS) $$here
702
703distclean-tags:
704	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
705
706distdir: $(DISTFILES)
707	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
708	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
709	list='$(DISTFILES)'; \
710	  dist_files=`for file in $$list; do echo $$file; done | \
711	  sed -e "s|^$$srcdirstrip/||;t" \
712	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
713	case $$dist_files in \
714	  */*) $(MKDIR_P) `echo "$$dist_files" | \
715			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
716			   sort -u` ;; \
717	esac; \
718	for file in $$dist_files; do \
719	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
720	  if test -d $$d/$$file; then \
721	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
722	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
723	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
724	    fi; \
725	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
726	  else \
727	    test -f $(distdir)/$$file \
728	    || cp -p $$d/$$file $(distdir)/$$file \
729	    || exit 1; \
730	  fi; \
731	done
732check-am: all-am
733check: check-am
734all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
735installdirs:
736	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_compat_libdns_sddir)"; do \
737	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
738	done
739install: install-am
740install-exec: install-exec-am
741install-data: install-data-am
742uninstall: uninstall-am
743
744install-am: all-am
745	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
746
747installcheck: installcheck-am
748install-strip:
749	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
750	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
751	  `test -z '$(STRIP)' || \
752	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
753mostlyclean-generic:
754
755clean-generic:
756	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
757
758distclean-generic:
759	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
760
761maintainer-clean-generic:
762	@echo "This command is intended for maintainers to use"
763	@echo "it deletes files that may require special tools to rebuild."
764clean: clean-am
765
766clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
767	clean-noinstPROGRAMS mostlyclean-am
768
769distclean: distclean-am
770	-rm -rf ./$(DEPDIR)
771	-rm -f Makefile
772distclean-am: clean-am distclean-compile distclean-generic \
773	distclean-tags
774
775dvi: dvi-am
776
777dvi-am:
778
779html: html-am
780
781info: info-am
782
783info-am:
784
785install-data-am: install-avahi_compat_libdns_sdHEADERS
786
787install-dvi: install-dvi-am
788
789install-exec-am: install-libLTLIBRARIES
790
791install-html: install-html-am
792
793install-info: install-info-am
794
795install-man:
796
797install-pdf: install-pdf-am
798
799install-ps: install-ps-am
800
801installcheck-am:
802
803maintainer-clean: maintainer-clean-am
804	-rm -rf ./$(DEPDIR)
805	-rm -f Makefile
806maintainer-clean-am: distclean-am maintainer-clean-generic
807
808mostlyclean: mostlyclean-am
809
810mostlyclean-am: mostlyclean-compile mostlyclean-generic \
811	mostlyclean-libtool
812
813pdf: pdf-am
814
815pdf-am:
816
817ps: ps-am
818
819ps-am:
820
821uninstall-am: uninstall-avahi_compat_libdns_sdHEADERS \
822	uninstall-libLTLIBRARIES
823
824.MAKE: install-am install-strip
825
826.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
827	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
828	distclean distclean-compile distclean-generic \
829	distclean-libtool distclean-tags distdir dvi dvi-am html \
830	html-am info info-am install install-am \
831	install-avahi_compat_libdns_sdHEADERS install-data \
832	install-data-am install-dvi install-dvi-am install-exec \
833	install-exec-am install-html install-html-am install-info \
834	install-info-am install-libLTLIBRARIES install-man install-pdf \
835	install-pdf-am install-ps install-ps-am install-strip \
836	installcheck installcheck-am installdirs maintainer-clean \
837	maintainer-clean-generic mostlyclean mostlyclean-compile \
838	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
839	tags uninstall uninstall-am \
840	uninstall-avahi_compat_libdns_sdHEADERS \
841	uninstall-libLTLIBRARIES
842
843
844# You can test the compatibility layer by sticking in mDNSResponder's
845# dns-sd.c source here, naming it "libdns_sd-test.c" and running "make
846# libdns_sd-test" manually. We do not distribute that file due to
847# licensing restrictions.
848
849#libdns_sd-test: libdns_sd-test.c libdns_sd.la
850#	$(LIBTOOL) --mode=compile $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test.o -c libdns_sd-test.c 
851#	$(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(PTHREAD_CFLAGS) -o libdns_sd-test libdns_sd-test.o $(PTHREAD_LIBS) ../avahi-common/libavahi-common.la libdns_sd.la 
852# Tell versions [3.59,3.63) of GNU make to not export all variables.
853# Otherwise a system limit (for SysV at least) may be exceeded.
854.NOEXPORT:
855