1# Makefile.in generated by automake 1.11 from Makefile.am.
2# avahi-dnsconfd/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, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16
17
18# $Id$
19#
20# This file is part of avahi.
21# 
22# avahi is free software; you can redistribute it and/or modify it
23# under the terms of the GNU Lesser General Public License as
24# published by the Free Software Foundation; either version 2 of the
25# License, or (at your option) any later version.
26#
27# avahi is distributed in the hope that it will be useful, but WITHOUT
28# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
30# License for more details.
31#
32# You should have received a copy of the GNU Lesser General Public
33# License along with avahi; if not, write to the Free Software
34# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
35# USA.
36
37
38
39pkgdatadir = $(datadir)/avahi
40pkgincludedir = $(includedir)/avahi
41pkglibdir = $(libdir)/avahi
42pkglibexecdir = $(libexecdir)/avahi
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44install_sh_DATA = $(install_sh) -c -m 644
45install_sh_PROGRAM = $(install_sh) -c
46install_sh_SCRIPT = $(install_sh) -c
47INSTALL_HEADER = $(INSTALL_DATA)
48transform = $(program_transform_name)
49NORMAL_INSTALL = :
50PRE_INSTALL = :
51POST_INSTALL = :
52NORMAL_UNINSTALL = :
53PRE_UNINSTALL = :
54POST_UNINSTALL = :
55#build_triplet = mipsel-uclibc-linux-gnu26
56#host_triplet = mipsel-uclibc-linux-gnu
57sbin_PROGRAMS =  \
58	avahi-dnsconfd$(EXEEXT)
59subdir = avahi-dnsconfd
60DIST_COMMON = $(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/python.m4 $(top_srcdir)/acinclude.m4 \
71	$(top_srcdir)/common/doxygen.m4 $(top_srcdir)/configure.ac
72am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73	$(ACLOCAL_M4)
74mkinstalldirs = $(install_sh) -d
75CONFIG_HEADER = $(top_builddir)/config.h
76CONFIG_CLEAN_FILES =
77CONFIG_CLEAN_VPATH_FILES =
78am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkgsysconfdir)"
79PROGRAMS = $(sbin_PROGRAMS)
80am__avahi_dnsconfd_SOURCES_DIST = main.c
81am_avahi_dnsconfd_OBJECTS = avahi_dnsconfd-main.$(OBJEXT)
82avahi_dnsconfd_OBJECTS = $(am_avahi_dnsconfd_OBJECTS)
83am__DEPENDENCIES_1 =
84avahi_dnsconfd_DEPENDENCIES = ../avahi-common/libavahi-common.la \
85	$(am__DEPENDENCIES_1)
86avahi_dnsconfd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
87	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(avahi_dnsconfd_CFLAGS) \
88	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
89am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90am__vpath_adj = case $$p in \
91    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92    *) f=$$p;; \
93  esac;
94am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95am__install_max = 40
96am__nobase_strip_setup = \
97  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98am__nobase_strip = \
99  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100am__nobase_list = $(am__nobase_strip_setup); \
101  for p in $$list; do echo "$$p $$p"; done | \
102  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104    if (++n[$$2] == $(am__install_max)) \
105      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106    END { for (dir in files) print dir, files[dir] }'
107am__base_list = \
108  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110SCRIPTS = $(pkgsysconf_SCRIPTS)
111DEFAULT_INCLUDES = -I. -I$(top_builddir)
112depcomp = $(SHELL) $(top_srcdir)/depcomp
113am__depfiles_maybe = depfiles
114am__mv = mv -f
115COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
116	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
119	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120CCLD = $(CC)
121LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
122	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
123	$(LDFLAGS) -o $@
124SOURCES = $(avahi_dnsconfd_SOURCES)
125DIST_SOURCES = $(am__avahi_dnsconfd_SOURCES_DIST)
126ETAGS = etags
127CTAGS = ctags
128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129ACLOCAL = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run aclocal-1.11
130AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run tar
131#AR = mipsel-linux-linux26-ar
132AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run autoconf
133AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run autoheader
134AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run automake-1.11
135AVAHI_AUTOIPD_GROUP = root
136AVAHI_AUTOIPD_USER = root
137AVAHI_GROUP = root
138AVAHI_PRIV_ACCESS_GROUP = netdev
139AVAHI_USER = root
140AWK = gawk
141#CC = mipsel-linux-uclibc-gcc
142CCDEPMODE = depmode=gcc3
143CFLAGS = -DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/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__
144#CPP = mipsel-linux-uclibc-gcc -E
145CPPFLAGS = -I${PKG_INSTALL_DIR}/usr/include -I${PKG_INSTALL_DIR}/include
146#CXX = mipsel-linux-uclibc-g++
147#CXXCPP = mipsel-linux-uclibc-g++ -E
148CXXDEPMODE = depmode=gcc3
149CXXFLAGS = -DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include
150CYGPATH_W = echo
151DBUS_CFLAGS = 
152DBUS_LIBS = 
153DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = Disabled
154DBUS_SYS_DIR = Disabled
155DEFS = -DHAVE_CONFIG_H
156DEPDIR = .deps
157DOXYGEN_PAPER_SIZE = 
158DSYMUTIL = 
159DUMPBIN = 
160DX_CONFIG = doxygen.cfg
161DX_DOCDIR = doxygen
162DX_DOT = 
163DX_DOXYGEN = 
164DX_DVIPS = 
165DX_EGREP = 
166DX_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'
167DX_FLAG_chi = 0
168DX_FLAG_chm = 0
169DX_FLAG_doc = 0
170DX_FLAG_dot = 0
171DX_FLAG_html = 0
172DX_FLAG_man = 0
173DX_FLAG_pdf = 0
174DX_FLAG_ps = 0
175DX_FLAG_rtf = 0
176DX_FLAG_xml = 0
177DX_HHC = 
178DX_LATEX = 
179DX_MAKEINDEX = 
180DX_PDFLATEX = 
181DX_PERL = 
182DX_PROJECT = avahi
183ECHO_C = 
184ECHO_N = -n
185ECHO_T = 
186EGREP = /bin/grep -E
187EXEEXT = 
188FGREP = /bin/grep -F
189GACUTIL = 
190GLADE20_CFLAGS = 
191GLADE20_LIBS = 
192GLIB20_CFLAGS = 
193GLIB20_LIBS = 
194GOBJECT_CFLAGS = 
195GOBJECT_LIBS = 
196GREP = /bin/grep
197GTK20_CFLAGS = 
198GTK20_LIBS = 
199HOWL_COMPAT_VERSION = 0.9.8
200INSTALL = /usr/bin/install -c
201INSTALL_DATA = ${INSTALL} -m 644
202INSTALL_PROGRAM = ${INSTALL}
203INSTALL_SCRIPT = ${INSTALL}
204INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
205#LD = mipsel-linux-linux26-ld
206LDFLAGS = -L${PKG_INSTALL_DIR}/usr/lib
207LIBAVAHI_CLIENT_VERSION_INFO = 5:5:2
208LIBAVAHI_COMMON_VERSION_INFO = 8:1:5
209LIBAVAHI_COMPAT_HOWL_VERSION_INFO = 0:0:0
210LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = 1:0:0
211LIBAVAHI_CORE_VERSION_INFO = 6:1:0
212LIBAVAHI_GLIB_VERSION_INFO = 1:1:0
213LIBAVAHI_GOBJECT_VERSION_INFO = 0:1:0
214LIBAVAHI_QT3_VERSION_INFO = 1:2:0
215LIBAVAHI_QT4_VERSION_INFO = 1:2:0
216LIBAVAHI_UI_VERSION_INFO = 1:1:1
217LIBDAEMON_CFLAGS = -D_REENTRANT -I${PKG_INSTALL_DIR}/usr/include  
218LIBDAEMON_LIBS = -ldaemon  
219LIBOBJS =  ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o
220LIBS = 
221LIBTOOL = $(SHELL) $(top_builddir)/libtool
222LIPO = 
223LN_S = ln -s
224LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo
225MAKEINFO = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/missing --run makeinfo
226MCS = 
227MDASSEMBLER = 
228MKDIR_P = /bin/mkdir -p
229MOC_QT3 = 
230MOC_QT4 = 
231MONODOCER = 
232MONODOC_CFLAGS = 
233MONODOC_DIR = 
234MONODOC_LIBS = 
235#NM = mipsel-linux-linux26-nm
236NMEDIT = 
237#OBJDUMP = mipsel-linux-linux26-objdump
238OBJEXT = o
239OTOOL = 
240OTOOL64 = 
241PACKAGE = avahi
242PACKAGE_BUGREPORT = avahi (at) lists (dot) freedesktop (dot) org
243PACKAGE_NAME = avahi
244PACKAGE_STRING = avahi 0.6.25
245PACKAGE_TARNAME = avahi
246PACKAGE_URL = http://avahi.org/
247PACKAGE_VERSION = 0.6.25
248PATH_SEPARATOR = :
249PKG_CONFIG = /usr/bin/pkg-config
250#PTHREAD_CC = mipsel-linux-uclibc-gcc
251PTHREAD_CFLAGS = -pthread
252PTHREAD_LIBS = -lpthread 
253PYTHON = 
254PYTHON_EXEC_PREFIX = 
255PYTHON_PLATFORM = 
256PYTHON_PREFIX = 
257PYTHON_VERSION = 
258QT3_CFLAGS = 
259QT3_LIBS = 
260QT4_CFLAGS = 
261QT4_LIBS = 
262#RANLIB = mipsel-linux-linux26-ranlib
263SED = /bin/sed
264SET_MAKE = 
265SHELL = /bin/sh
266#STRIP = mipsel-linux-linux26-strip
267VERSION = 0.6.25
268VISIBILITY_HIDDEN_CFLAGS = -fvisibility=hidden -DHAVE_VISIBILITY_HIDDEN
269XML_CFLAGS = -DUSE_EXPAT_H -I${PKG_INSTALL_DIR}/usr/include  
270XML_LIBS = -lexpat 
271abs_builddir = ${TIMEMACHINE_PATH}/avahi-0.6.25/avahi-dnsconfd
272abs_srcdir = ${TIMEMACHINE_PATH}/avahi-0.6.25/avahi-dnsconfd
273abs_top_builddir = ${TIMEMACHINE_PATH}/avahi-0.6.25
274abs_top_srcdir = ${TIMEMACHINE_PATH}/avahi-0.6.25
275ac_ct_CC = 
276ac_ct_CXX = 
277ac_ct_DUMPBIN = 
278acx_pthread_config = 
279am__include = include
280am__leading_dot = .
281am__quote = 
282am__tar = ${AMTAR} chof - "$$tardir"
283am__untar = ${AMTAR} xf -
284avahi_runtime_dir = ${prefix}/var/run
285avahi_socket = ${prefix}/var/run/avahi-daemon/socket
286avahilocaledir = ${prefix}/${DATADIRNAME}/locale
287bindir = ${exec_prefix}/bin
288#build = mipsel-uclibc-linux-gnu26
289#build_alias = mipsel-uclibc-linux-gnu26
290#build_cpu = mipsel
291build_os = linux-gnu26
292build_vendor = uclibc
293builddir = .
294datadir = ${datarootdir}
295datarootdir = ${prefix}/share
296docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
297dvidir = ${docdir}
298exec_prefix = ${prefix}
299have_pkg_config = yes
300have_xmltoman = 
301#host = mipsel-uclibc-linux-gnu
302#host_alias = mipsel-uclibc-linux
303#host_cpu = mipsel
304host_os = linux-gnu
305host_vendor = uclibc
306htmldir = ${docdir}
307includedir = ${prefix}/include
308infodir = ${datarootdir}/info
309install_sh = ${SHELL} ${TIMEMACHINE_PATH}/avahi-0.6.25/install-sh
310interfacesdir = 
311libdir = ${exec_prefix}/lib
312libexecdir = ${exec_prefix}/libexec
313localedir = ${datarootdir}/locale
314localstatedir = ${prefix}/var
315lt_ECHO = echo
316mandir = ${datarootdir}/man
317mkdir_p = /bin/mkdir -p
318oldincludedir = /usr/include
319pdfdir = ${docdir}
320pkgpyexecdir = 
321pkgpythondir = 
322prefix = /usr
323program_transform_name = s,x,x,
324psdir = ${docdir}
325pyexecdir = 
326pythondir = 
327sbindir = ${exec_prefix}/sbin
328sharedstatedir = ${prefix}/com
329srcdir = .
330sysconfdir = ${prefix}/etc
331#target_alias = mipsel-uclibc-linux-gnu26
332top_build_prefix = ../
333top_builddir = ..
334top_srcdir = ..
335pkgsysconfdir = $(sysconfdir)/avahi
336
337# This cool debug trap works on i386/gcc only
338AM_CFLAGS = -I$(top_srcdir) \
339	-DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
340	-DAVAHI_SOCKET=\"$(avahi_socket)\" \
341	-DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/avahi-dnsconfd.action\" \
342	'-DDEBUG_TRAP=__asm__("int \
343	$$3")'
344avahi_dnsconfd_SOURCES = main.c 
345avahi_dnsconfd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS)
346avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMON_LIBS)
347pkgsysconf_SCRIPTS = avahi-dnsconfd.action
348EXTRA_DIST = avahi-dnsconfd.action
349all: all-am
350
351.SUFFIXES:
352.SUFFIXES: .c .lo .o .obj
353$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
354	@for dep in $?; do \
355	  case '$(am__configure_deps)' in \
356	    *$$dep*) \
357	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358	        && { if test -f $@; then exit 0; else break; fi; }; \
359	      exit 1;; \
360	  esac; \
361	done; 
362.PRECIOUS: Makefile
363Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364	@case '$?' in \
365	  *config.status*) \
366	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367	  *) \
368	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
369	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
370	esac;
371
372$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374
375$(top_srcdir)/configure:  $(am__configure_deps)
376	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379$(am__aclocal_m4_deps):
380install-sbinPROGRAMS: $(sbin_PROGRAMS)
381	@$(NORMAL_INSTALL)
382	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
383	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
384	for p in $$list; do echo "$$p $$p"; done | \
385	sed 's/$(EXEEXT)$$//' | \
386	while read p p1; do if test -f $$p || test -f $$p1; \
387	  then echo "$$p"; echo "$$p"; else :; fi; \
388	done | \
389	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
390	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
391	sed 'N;N;N;s,\n, ,g' | \
392	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
393	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
394	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
395	    else { print "f", $$3 "/" $$4, $$1; } } \
396	  END { for (d in files) print "f", d, files[d] }' | \
397	while read type dir files; do \
398	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
399	    test -z "$$files" || { \
400	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
401	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
402	    } \
403	; done
404
405uninstall-sbinPROGRAMS:
406	@$(NORMAL_UNINSTALL)
407	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
408	files=`for p in $$list; do echo "$$p"; done | \
409	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
410	      -e 's/$$/$(EXEEXT)/' `; \
411	test -n "$$list" || exit 0; \
412	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
413	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
414
415clean-sbinPROGRAMS:
416	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
417	echo " rm -f" $$list; \
418	rm -f $$list || exit $$?; \
419	test -n "$(EXEEXT)" || exit 0; \
420	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
421	echo " rm -f" $$list; \
422	rm -f $$list
423avahi-dnsconfd$(EXEEXT): $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_DEPENDENCIES) 
424	@rm -f avahi-dnsconfd$(EXEEXT)
425	$(avahi_dnsconfd_LINK) $(avahi_dnsconfd_OBJECTS) $(avahi_dnsconfd_LDADD) $(LIBS)
426install-pkgsysconfSCRIPTS: $(pkgsysconf_SCRIPTS)
427	@$(NORMAL_INSTALL)
428	test -z "$(pkgsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)"
429	@list='$(pkgsysconf_SCRIPTS)'; test -n "$(pkgsysconfdir)" || list=; \
430	for p in $$list; do \
431	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
432	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
433	done | \
434	sed -e 'p;s,.*/,,;n' \
435	    -e 'h;s|.*|.|' \
436	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
437	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
438	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
439	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
440	      if (++n[d] == $(am__install_max)) { \
441		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
442	    else { print "f", d "/" $$4, $$1 } } \
443	  END { for (d in files) print "f", d, files[d] }' | \
444	while read type dir files; do \
445	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
446	     test -z "$$files" || { \
447	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgsysconfdir)$$dir'"; \
448	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgsysconfdir)$$dir" || exit $$?; \
449	     } \
450	; done
451
452uninstall-pkgsysconfSCRIPTS:
453	@$(NORMAL_UNINSTALL)
454	@list='$(pkgsysconf_SCRIPTS)'; test -n "$(pkgsysconfdir)" || exit 0; \
455	files=`for p in $$list; do echo "$$p"; done | \
456	       sed -e 's,.*/,,;$(transform)'`; \
457	test -n "$$list" || exit 0; \
458	echo " ( cd '$(DESTDIR)$(pkgsysconfdir)' && rm -f" $$files ")"; \
459	cd "$(DESTDIR)$(pkgsysconfdir)" && rm -f $$files
460
461mostlyclean-compile:
462	-rm -f *.$(OBJEXT)
463
464distclean-compile:
465	-rm -f *.tab.c
466
467include ./$(DEPDIR)/avahi_dnsconfd-main.Po
468
469.c.o:
470	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
471	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
472#	source='$<' object='$@' libtool=no \
473#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
474#	$(COMPILE) -c $<
475
476.c.obj:
477	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
478	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
479#	source='$<' object='$@' libtool=no \
480#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
481#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
482
483.c.lo:
484	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
485	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
486#	source='$<' object='$@' libtool=yes \
487#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
488#	$(LTCOMPILE) -c -o $@ $<
489
490avahi_dnsconfd-main.o: main.c
491	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -MT avahi_dnsconfd-main.o -MD -MP -MF $(DEPDIR)/avahi_dnsconfd-main.Tpo -c -o avahi_dnsconfd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
492	$(am__mv) $(DEPDIR)/avahi_dnsconfd-main.Tpo $(DEPDIR)/avahi_dnsconfd-main.Po
493#	source='main.c' object='avahi_dnsconfd-main.o' libtool=no \
494#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
495#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -c -o avahi_dnsconfd-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
496
497avahi_dnsconfd-main.obj: main.c
498	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -MT avahi_dnsconfd-main.obj -MD -MP -MF $(DEPDIR)/avahi_dnsconfd-main.Tpo -c -o avahi_dnsconfd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
499	$(am__mv) $(DEPDIR)/avahi_dnsconfd-main.Tpo $(DEPDIR)/avahi_dnsconfd-main.Po
500#	source='main.c' object='avahi_dnsconfd-main.obj' libtool=no \
501#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
502#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(avahi_dnsconfd_CFLAGS) $(CFLAGS) -c -o avahi_dnsconfd-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
503
504mostlyclean-libtool:
505	-rm -f *.lo
506
507clean-libtool:
508	-rm -rf .libs _libs
509
510ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
511	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
512	unique=`for i in $$list; do \
513	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514	  done | \
515	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516	      END { if (nonempty) { for (i in files) print i; }; }'`; \
517	mkid -fID $$unique
518tags: TAGS
519
520TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
521		$(TAGS_FILES) $(LISP)
522	set x; \
523	here=`pwd`; \
524	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
525	unique=`for i in $$list; do \
526	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527	  done | \
528	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529	      END { if (nonempty) { for (i in files) print i; }; }'`; \
530	shift; \
531	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
532	  test -n "$$unique" || unique=$$empty_fix; \
533	  if test $$# -gt 0; then \
534	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
535	      "$$@" $$unique; \
536	  else \
537	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538	      $$unique; \
539	  fi; \
540	fi
541ctags: CTAGS
542CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
543		$(TAGS_FILES) $(LISP)
544	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
545	unique=`for i in $$list; do \
546	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547	  done | \
548	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
549	      END { if (nonempty) { for (i in files) print i; }; }'`; \
550	test -z "$(CTAGS_ARGS)$$unique" \
551	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
552	     $$unique
553
554GTAGS:
555	here=`$(am__cd) $(top_builddir) && pwd` \
556	  && $(am__cd) $(top_srcdir) \
557	  && gtags -i $(GTAGS_ARGS) "$$here"
558
559distclean-tags:
560	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561
562distdir: $(DISTFILES)
563	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
564	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565	list='$(DISTFILES)'; \
566	  dist_files=`for file in $$list; do echo $$file; done | \
567	  sed -e "s|^$$srcdirstrip/||;t" \
568	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
569	case $$dist_files in \
570	  */*) $(MKDIR_P) `echo "$$dist_files" | \
571			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
572			   sort -u` ;; \
573	esac; \
574	for file in $$dist_files; do \
575	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
576	  if test -d $$d/$$file; then \
577	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
578	    if test -d "$(distdir)/$$file"; then \
579	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
580	    fi; \
581	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
582	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
583	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584	    fi; \
585	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
586	  else \
587	    test -f "$(distdir)/$$file" \
588	    || cp -p $$d/$$file "$(distdir)/$$file" \
589	    || exit 1; \
590	  fi; \
591	done
592check-am: all-am
593check: check-am
594all-am: Makefile $(PROGRAMS) $(SCRIPTS)
595installdirs:
596	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(pkgsysconfdir)"; do \
597	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
598	done
599install: install-am
600install-exec: install-exec-am
601install-data: install-data-am
602uninstall: uninstall-am
603
604install-am: all-am
605	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
606
607installcheck: installcheck-am
608install-strip:
609	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
610	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
611	  `test -z '$(STRIP)' || \
612	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
613mostlyclean-generic:
614
615clean-generic:
616
617distclean-generic:
618	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
619	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
620
621maintainer-clean-generic:
622	@echo "This command is intended for maintainers to use"
623	@echo "it deletes files that may require special tools to rebuild."
624clean: clean-am
625
626clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
627	mostlyclean-am
628
629distclean: distclean-am
630	-rm -rf ./$(DEPDIR)
631	-rm -f Makefile
632distclean-am: clean-am distclean-compile distclean-generic \
633	distclean-tags
634
635dvi: dvi-am
636
637dvi-am:
638
639html: html-am
640
641html-am:
642
643info: info-am
644
645info-am:
646
647install-data-am: install-pkgsysconfSCRIPTS
648
649install-dvi: install-dvi-am
650
651install-dvi-am:
652
653install-exec-am: install-sbinPROGRAMS
654
655install-html: install-html-am
656
657install-html-am:
658
659install-info: install-info-am
660
661install-info-am:
662
663install-man:
664
665install-pdf: install-pdf-am
666
667install-pdf-am:
668
669install-ps: install-ps-am
670
671install-ps-am:
672
673installcheck-am:
674
675maintainer-clean: maintainer-clean-am
676	-rm -rf ./$(DEPDIR)
677	-rm -f Makefile
678maintainer-clean-am: distclean-am maintainer-clean-generic
679
680mostlyclean: mostlyclean-am
681
682mostlyclean-am: mostlyclean-compile mostlyclean-generic \
683	mostlyclean-libtool
684
685pdf: pdf-am
686
687pdf-am:
688
689ps: ps-am
690
691ps-am:
692
693uninstall-am: uninstall-pkgsysconfSCRIPTS uninstall-sbinPROGRAMS
694
695.MAKE: install-am install-strip
696
697.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
698	clean-libtool clean-sbinPROGRAMS ctags distclean \
699	distclean-compile distclean-generic distclean-libtool \
700	distclean-tags distdir dvi dvi-am html html-am info info-am \
701	install install-am install-data install-data-am install-dvi \
702	install-dvi-am install-exec install-exec-am install-html \
703	install-html-am install-info install-info-am install-man \
704	install-pdf install-pdf-am install-pkgsysconfSCRIPTS \
705	install-ps install-ps-am install-sbinPROGRAMS install-strip \
706	installcheck installcheck-am installdirs maintainer-clean \
707	maintainer-clean-generic mostlyclean mostlyclean-compile \
708	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
709	tags uninstall uninstall-am uninstall-pkgsysconfSCRIPTS \
710	uninstall-sbinPROGRAMS
711
712
713# Tell versions [3.59,3.63) of GNU make to not export all variables.
714# Otherwise a system limit (for SysV at least) may be exceeded.
715.NOEXPORT:
716