1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
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@SET_MAKE@
17
18# This file is part of avahi.
19#
20# avahi is free software; you can redistribute it and/or modify it
21# under the terms of the GNU Lesser General Public License as
22# published by the Free Software Foundation; either version 2 of the
23# License, or (at your option) any later version.
24#
25# avahi is distributed in the hope that it will be useful, but WITHOUT
26# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
27# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
28# License for more details.
29#
30# You should have received a copy of the GNU Lesser General Public
31# License along with avahi; if not, write to the Free Software
32# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
33# USA.
34
35
36
37VPATH = @srcdir@
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
55host_triplet = @host@
56@ENABLE_TESTS_TRUE@noinst_PROGRAMS = strlst-test$(EXEEXT) \
57@ENABLE_TESTS_TRUE@	domain-test$(EXEEXT) \
58@ENABLE_TESTS_TRUE@	alternative-test$(EXEEXT) \
59@ENABLE_TESTS_TRUE@	timeval-test$(EXEEXT) watch-test$(EXEEXT) \
60@ENABLE_TESTS_TRUE@	watch-test-thread$(EXEEXT) \
61@ENABLE_TESTS_TRUE@	utf8-test$(EXEEXT)
62subdir = avahi-common
63DIST_COMMON = $(am__noinst_HEADERS_DIST) \
64	$(avahi_commoninclude_HEADERS) $(srcdir)/Makefile.am \
65	$(srcdir)/Makefile.in
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/common/acx_pthread.m4 \
68	$(top_srcdir)/common/gcc_stack_protect.m4 \
69	$(top_srcdir)/common/gcc_visibility.m4 \
70	$(top_srcdir)/common/intltool.m4 \
71	$(top_srcdir)/common/introspection.m4 \
72	$(top_srcdir)/common/libtool.m4 \
73	$(top_srcdir)/common/ltoptions.m4 \
74	$(top_srcdir)/common/ltsugar.m4 \
75	$(top_srcdir)/common/ltversion.m4 \
76	$(top_srcdir)/common/lt~obsolete.m4 \
77	$(top_srcdir)/common/nls.m4 $(top_srcdir)/common/python.m4 \
78	$(top_srcdir)/acinclude.m4 $(top_srcdir)/common/doxygen.m4 \
79	$(top_srcdir)/configure.ac
80am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81	$(ACLOCAL_M4)
82mkinstalldirs = $(install_sh) -d
83CONFIG_HEADER = $(top_builddir)/config.h
84CONFIG_CLEAN_FILES =
85CONFIG_CLEAN_VPATH_FILES =
86am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87am__vpath_adj = case $$p in \
88    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89    *) f=$$p;; \
90  esac;
91am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92am__install_max = 40
93am__nobase_strip_setup = \
94  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95am__nobase_strip = \
96  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97am__nobase_list = $(am__nobase_strip_setup); \
98  for p in $$list; do echo "$$p $$p"; done | \
99  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101    if (++n[$$2] == $(am__install_max)) \
102      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103    END { for (dir in files) print dir, files[dir] }'
104am__base_list = \
105  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107am__installdirs = "$(DESTDIR)$(libdir)" \
108	"$(DESTDIR)$(avahi_commonincludedir)"
109LTLIBRARIES = $(lib_LTLIBRARIES)
110am__DEPENDENCIES_1 =
111libavahi_common_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
112	$(am__DEPENDENCIES_1)
113am_libavahi_common_la_OBJECTS = libavahi_common_la-malloc.lo \
114	libavahi_common_la-address.lo \
115	libavahi_common_la-alternative.lo libavahi_common_la-error.lo \
116	libavahi_common_la-strlst.lo libavahi_common_la-domain.lo \
117	libavahi_common_la-timeval.lo \
118	libavahi_common_la-simple-watch.lo \
119	libavahi_common_la-thread-watch.lo libavahi_common_la-rlist.lo \
120	libavahi_common_la-utf8.lo libavahi_common_la-i18n.lo
121libavahi_common_la_OBJECTS = $(am_libavahi_common_la_OBJECTS)
122AM_V_lt = $(am__v_lt_$(V))
123am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
124am__v_lt_0 = --silent
125libavahi_common_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
126	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
127	$(libavahi_common_la_CFLAGS) $(CFLAGS) \
128	$(libavahi_common_la_LDFLAGS) $(LDFLAGS) -o $@
129PROGRAMS = $(noinst_PROGRAMS)
130am_alternative_test_OBJECTS = alternative_test-alternative.$(OBJEXT) \
131	alternative_test-malloc.$(OBJEXT) \
132	alternative_test-domain.$(OBJEXT) \
133	alternative_test-address.$(OBJEXT) \
134	alternative_test-alternative-test.$(OBJEXT) \
135	alternative_test-utf8.$(OBJEXT)
136alternative_test_OBJECTS = $(am_alternative_test_OBJECTS)
137alternative_test_LDADD = $(LDADD)
138alternative_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
139	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
140	$(alternative_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
141	-o $@
142am_domain_test_OBJECTS = domain_test-domain.$(OBJEXT) \
143	domain_test-malloc.$(OBJEXT) domain_test-address.$(OBJEXT) \
144	domain_test-domain-test.$(OBJEXT) domain_test-utf8.$(OBJEXT)
145domain_test_OBJECTS = $(am_domain_test_OBJECTS)
146domain_test_LDADD = $(LDADD)
147domain_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(domain_test_CFLAGS) \
149	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
150am_strlst_test_OBJECTS = strlst_test-strlst.$(OBJEXT) \
151	strlst_test-malloc.$(OBJEXT) strlst_test-strlst-test.$(OBJEXT)
152strlst_test_OBJECTS = $(am_strlst_test_OBJECTS)
153strlst_test_LDADD = $(LDADD)
154strlst_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(strlst_test_CFLAGS) \
156	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
157am_timeval_test_OBJECTS = timeval_test-timeval.$(OBJEXT) \
158	timeval_test-timeval-test.$(OBJEXT)
159timeval_test_OBJECTS = $(am_timeval_test_OBJECTS)
160timeval_test_DEPENDENCIES = $(am__DEPENDENCIES_1) \
161	$(am__DEPENDENCIES_1)
162timeval_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(timeval_test_CFLAGS) \
164	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
165am_utf8_test_OBJECTS = utf8_test-utf8-test.$(OBJEXT) \
166	utf8_test-utf8.$(OBJEXT)
167utf8_test_OBJECTS = $(am_utf8_test_OBJECTS)
168utf8_test_DEPENDENCIES =
169utf8_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(utf8_test_CFLAGS) \
171	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
172am_watch_test_OBJECTS = watch_test-timeval.$(OBJEXT) \
173	watch_test-simple-watch.$(OBJEXT) watch_test-malloc.$(OBJEXT) \
174	watch_test-watch-test.$(OBJEXT)
175watch_test_OBJECTS = $(am_watch_test_OBJECTS)
176watch_test_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
177watch_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(watch_test_CFLAGS) \
179	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
180am__objects_1 = watch_test_thread-timeval.$(OBJEXT) \
181	watch_test_thread-simple-watch.$(OBJEXT) \
182	watch_test_thread-malloc.$(OBJEXT) \
183	watch_test_thread-watch-test.$(OBJEXT)
184am_watch_test_thread_OBJECTS = $(am__objects_1) \
185	watch_test_thread-thread-watch.$(OBJEXT)
186watch_test_thread_OBJECTS = $(am_watch_test_thread_OBJECTS)
187am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
188watch_test_thread_DEPENDENCIES = $(am__DEPENDENCIES_2)
189watch_test_thread_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
190	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
191	$(watch_test_thread_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
192	-o $@
193DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
194depcomp = $(SHELL) $(top_srcdir)/depcomp
195am__depfiles_maybe = depfiles
196am__mv = mv -f
197COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
198	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
199LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
200	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
201	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
202	$(AM_CFLAGS) $(CFLAGS)
203AM_V_CC = $(am__v_CC_$(V))
204am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
205am__v_CC_0 = @echo "  CC    " $@;
206AM_V_at = $(am__v_at_$(V))
207am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
208am__v_at_0 = @
209CCLD = $(CC)
210LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
212	$(AM_LDFLAGS) $(LDFLAGS) -o $@
213AM_V_CCLD = $(am__v_CCLD_$(V))
214am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
215am__v_CCLD_0 = @echo "  CCLD  " $@;
216AM_V_GEN = $(am__v_GEN_$(V))
217am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
218am__v_GEN_0 = @echo "  GEN   " $@;
219SOURCES = $(libavahi_common_la_SOURCES) $(alternative_test_SOURCES) \
220	$(domain_test_SOURCES) $(strlst_test_SOURCES) \
221	$(timeval_test_SOURCES) $(utf8_test_SOURCES) \
222	$(watch_test_SOURCES) $(watch_test_thread_SOURCES)
223DIST_SOURCES = $(libavahi_common_la_SOURCES) \
224	$(alternative_test_SOURCES) $(domain_test_SOURCES) \
225	$(strlst_test_SOURCES) $(timeval_test_SOURCES) \
226	$(utf8_test_SOURCES) $(watch_test_SOURCES) \
227	$(watch_test_thread_SOURCES)
228am__noinst_HEADERS_DIST = dbus.h dbus-watch-glue.h
229HEADERS = $(avahi_commoninclude_HEADERS) $(noinst_HEADERS)
230ETAGS = etags
231CTAGS = ctags
232DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233ACLOCAL = @ACLOCAL@
234ALL_LINGUAS = @ALL_LINGUAS@
235AMTAR = @AMTAR@
236AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237AR = @AR@
238AUTOCONF = @AUTOCONF@
239AUTOHEADER = @AUTOHEADER@
240AUTOMAKE = @AUTOMAKE@
241AVAHI_AUTOIPD_GROUP = @AVAHI_AUTOIPD_GROUP@
242AVAHI_AUTOIPD_USER = @AVAHI_AUTOIPD_USER@
243AVAHI_GROUP = @AVAHI_GROUP@
244AVAHI_PRIV_ACCESS_GROUP = @AVAHI_PRIV_ACCESS_GROUP@
245AVAHI_USER = @AVAHI_USER@
246AWK = @AWK@
247CC = @CC@
248CCDEPMODE = @CCDEPMODE@
249CFLAGS = @CFLAGS@
250CPP = @CPP@
251CPPFLAGS = @CPPFLAGS@
252CXX = @CXX@
253CXXCPP = @CXXCPP@
254CXXDEPMODE = @CXXDEPMODE@
255CXXFLAGS = @CXXFLAGS@
256CYGPATH_W = @CYGPATH_W@
257DATADIRNAME = @DATADIRNAME@
258DBUS_CFLAGS = @DBUS_CFLAGS@
259DBUS_LIBS = @DBUS_LIBS@
260DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
261DBUS_SYS_DIR = @DBUS_SYS_DIR@
262DEFS = @DEFS@
263DEPDIR = @DEPDIR@
264DLLTOOL = @DLLTOOL@
265DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
266DSYMUTIL = @DSYMUTIL@
267DUMPBIN = @DUMPBIN@
268DX_CONFIG = @DX_CONFIG@
269DX_DOCDIR = @DX_DOCDIR@
270DX_DOT = @DX_DOT@
271DX_DOXYGEN = @DX_DOXYGEN@
272DX_DVIPS = @DX_DVIPS@
273DX_EGREP = @DX_EGREP@
274DX_ENV = @DX_ENV@
275DX_FLAG_chi = @DX_FLAG_chi@
276DX_FLAG_chm = @DX_FLAG_chm@
277DX_FLAG_doc = @DX_FLAG_doc@
278DX_FLAG_dot = @DX_FLAG_dot@
279DX_FLAG_html = @DX_FLAG_html@
280DX_FLAG_man = @DX_FLAG_man@
281DX_FLAG_pdf = @DX_FLAG_pdf@
282DX_FLAG_ps = @DX_FLAG_ps@
283DX_FLAG_rtf = @DX_FLAG_rtf@
284DX_FLAG_xml = @DX_FLAG_xml@
285DX_HHC = @DX_HHC@
286DX_LATEX = @DX_LATEX@
287DX_MAKEINDEX = @DX_MAKEINDEX@
288DX_PDFLATEX = @DX_PDFLATEX@
289DX_PERL = @DX_PERL@
290DX_PROJECT = @DX_PROJECT@
291ECHO_C = @ECHO_C@
292ECHO_N = @ECHO_N@
293ECHO_T = @ECHO_T@
294EGREP = @EGREP@
295EXEEXT = @EXEEXT@
296FGREP = @FGREP@
297GACUTIL = @GACUTIL@
298GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
299GLIB20_CFLAGS = @GLIB20_CFLAGS@
300GLIB20_LIBS = @GLIB20_LIBS@
301GMSGFMT = @GMSGFMT@
302GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
303GOBJECT_LIBS = @GOBJECT_LIBS@
304GREP = @GREP@
305GTK20_CFLAGS = @GTK20_CFLAGS@
306GTK20_LIBS = @GTK20_LIBS@
307GTK30_CFLAGS = @GTK30_CFLAGS@
308GTK30_LIBS = @GTK30_LIBS@
309HOWL_COMPAT_VERSION = @HOWL_COMPAT_VERSION@
310INSTALL = @INSTALL@
311INSTALL_DATA = @INSTALL_DATA@
312INSTALL_PROGRAM = @INSTALL_PROGRAM@
313INSTALL_SCRIPT = @INSTALL_SCRIPT@
314INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
315INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
316INTLTOOL_MERGE = @INTLTOOL_MERGE@
317INTLTOOL_PERL = @INTLTOOL_PERL@
318INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
319INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
320INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
321INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
322INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
323INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
324INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
325INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
326INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
327LD = @LD@
328LDFLAGS = @LDFLAGS@
329LIBAVAHI_CLIENT_VERSION_INFO = @LIBAVAHI_CLIENT_VERSION_INFO@
330LIBAVAHI_COMMON_VERSION_INFO = @LIBAVAHI_COMMON_VERSION_INFO@
331LIBAVAHI_COMPAT_HOWL_VERSION_INFO = @LIBAVAHI_COMPAT_HOWL_VERSION_INFO@
332LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO = @LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO@
333LIBAVAHI_CORE_VERSION_INFO = @LIBAVAHI_CORE_VERSION_INFO@
334LIBAVAHI_GLIB_VERSION_INFO = @LIBAVAHI_GLIB_VERSION_INFO@
335LIBAVAHI_GOBJECT_VERSION_INFO = @LIBAVAHI_GOBJECT_VERSION_INFO@
336LIBAVAHI_QT3_VERSION_INFO = @LIBAVAHI_QT3_VERSION_INFO@
337LIBAVAHI_QT4_VERSION_INFO = @LIBAVAHI_QT4_VERSION_INFO@
338LIBAVAHI_UI_VERSION_INFO = @LIBAVAHI_UI_VERSION_INFO@
339LIBDAEMON_CFLAGS = @LIBDAEMON_CFLAGS@
340LIBDAEMON_LIBS = @LIBDAEMON_LIBS@
341LIBOBJS = @LIBOBJS@
342LIBS = @LIBS@
343LIBTOOL = @LIBTOOL@
344LIPO = @LIPO@
345LN_S = @LN_S@
346LTLIBOBJS = @LTLIBOBJS@
347MAINT = @MAINT@
348MAKEINFO = @MAKEINFO@
349MANIFEST_TOOL = @MANIFEST_TOOL@
350MCS = @MCS@
351MDASSEMBLER = @MDASSEMBLER@
352MKDIR_P = @MKDIR_P@
353MOC_QT3 = @MOC_QT3@
354MOC_QT4 = @MOC_QT4@
355MONODOCER = @MONODOCER@
356MONODOC_CFLAGS = @MONODOC_CFLAGS@
357MONODOC_DIR = @MONODOC_DIR@
358MONODOC_LIBS = @MONODOC_LIBS@
359MSGFMT = @MSGFMT@
360MSGMERGE = @MSGMERGE@
361NM = @NM@
362NMEDIT = @NMEDIT@
363OBJDUMP = @OBJDUMP@
364OBJEXT = @OBJEXT@
365OTOOL = @OTOOL@
366OTOOL64 = @OTOOL64@
367PACKAGE = @PACKAGE@
368PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
369PACKAGE_NAME = @PACKAGE_NAME@
370PACKAGE_STRING = @PACKAGE_STRING@
371PACKAGE_TARNAME = @PACKAGE_TARNAME@
372PACKAGE_URL = @PACKAGE_URL@
373PACKAGE_VERSION = @PACKAGE_VERSION@
374PATH_SEPARATOR = @PATH_SEPARATOR@
375PKG_CONFIG = @PKG_CONFIG@
376PTHREAD_CC = @PTHREAD_CC@
377PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
378PTHREAD_LIBS = @PTHREAD_LIBS@
379PYTHON = @PYTHON@
380PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
381PYTHON_PLATFORM = @PYTHON_PLATFORM@
382PYTHON_PREFIX = @PYTHON_PREFIX@
383PYTHON_VERSION = @PYTHON_VERSION@
384QT3_CFLAGS = @QT3_CFLAGS@
385QT3_LIBS = @QT3_LIBS@
386QT4_CFLAGS = @QT4_CFLAGS@
387QT4_LIBS = @QT4_LIBS@
388RANLIB = @RANLIB@
389SED = @SED@
390SET_MAKE = @SET_MAKE@
391SHELL = @SHELL@
392STOW = @STOW@
393STRIP = @STRIP@
394USE_NLS = @USE_NLS@
395VERSION = @VERSION@
396VISIBILITY_HIDDEN_CFLAGS = @VISIBILITY_HIDDEN_CFLAGS@
397XGETTEXT = @XGETTEXT@
398XML_CFLAGS = @XML_CFLAGS@
399XML_LIBS = @XML_LIBS@
400abs_builddir = @abs_builddir@
401abs_srcdir = @abs_srcdir@
402abs_top_builddir = @abs_top_builddir@
403abs_top_srcdir = @abs_top_srcdir@
404ac_ct_AR = @ac_ct_AR@
405ac_ct_CC = @ac_ct_CC@
406ac_ct_CXX = @ac_ct_CXX@
407ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
408acx_pthread_config = @acx_pthread_config@
409am__include = @am__include@
410am__leading_dot = @am__leading_dot@
411am__quote = @am__quote@
412am__tar = @am__tar@
413am__untar = @am__untar@
414avahi_runtime_dir = @avahi_runtime_dir@
415avahi_socket = @avahi_socket@
416avahilocaledir = @avahilocaledir@
417bindir = @bindir@
418build = @build@
419build_alias = @build_alias@
420build_cpu = @build_cpu@
421build_os = @build_os@
422build_vendor = @build_vendor@
423builddir = @builddir@
424datadir = @datadir@
425datarootdir = @datarootdir@
426docdir = @docdir@
427dvidir = @dvidir@
428exec_prefix = @exec_prefix@
429have_pkg_config = @have_pkg_config@
430have_xmltoman = @have_xmltoman@
431host = @host@
432host_alias = @host_alias@
433host_cpu = @host_cpu@
434host_os = @host_os@
435host_vendor = @host_vendor@
436htmldir = @htmldir@
437includedir = @includedir@
438infodir = @infodir@
439install_sh = @install_sh@
440interfacesdir = @interfacesdir@
441libdir = @libdir@
442libexecdir = @libexecdir@
443localedir = @localedir@
444localstatedir = @localstatedir@
445mandir = @mandir@
446mkdir_p = @mkdir_p@
447oldincludedir = @oldincludedir@
448pdfdir = @pdfdir@
449pkgpyexecdir = @pkgpyexecdir@
450pkgpythondir = @pkgpythondir@
451prefix = @prefix@
452program_transform_name = @program_transform_name@
453psdir = @psdir@
454pyexecdir = @pyexecdir@
455pythondir = @pythondir@
456sbindir = @sbindir@
457sharedstatedir = @sharedstatedir@
458srcdir = @srcdir@
459sysconfdir = @sysconfdir@
460systemdsystemunitdir = @systemdsystemunitdir@
461target_alias = @target_alias@
462top_build_prefix = @top_build_prefix@
463top_builddir = @top_builddir@
464top_srcdir = @top_srcdir@
465
466# This cool debug trap works on i386/gcc only
467AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRAP=__asm__("int $$3")'
468avahi_commonincludedir = $(includedir)/avahi-common
469avahi_commoninclude_HEADERS = \
470	strlst.h \
471	address.h \
472	alternative.h \
473	domain.h \
474	cdecl.h \
475	defs.h \
476	malloc.h \
477	watch.h \
478	timeval.h \
479	simple-watch.h \
480	thread-watch.h \
481	gccmacro.h \
482	error.h \
483	llist.h \
484	rlist.h
485
486lib_LTLIBRARIES = \
487	libavahi-common.la
488
489libavahi_common_la_SOURCES = \
490	malloc.c malloc.h \
491	address.c address.h \
492	alternative.c alternative.h \
493	error.c error.h \
494	strlst.c strlst.h \
495	domain.c domain.h \
496	timeval.c timeval.h \
497	simple-watch.c simple-watch.h \
498	thread-watch.c thread-watch.h \
499	watch.h gccmacro.h \
500	rlist.h rlist.c \
501	utf8.c utf8.h \
502	i18n.c i18n.h
503
504libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -DAVAHI_LOCALEDIR=\"$(avahilocaledir)\"
505libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) $(INTLLIBS)
506libavahi_common_la_LDFLAGS = $(AM_LDFLAGS)  -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
507strlst_test_SOURCES = \
508	strlst.c strlst.h \
509	malloc.c malloc.h \
510	strlst-test.c
511
512strlst_test_CFLAGS = $(AM_CFLAGS)
513alternative_test_SOURCES = \
514	alternative.c alternative.h \
515	malloc.c malloc.h \
516	domain.c domain.h \
517	address.c address.h \
518	alternative-test.c \
519	utf8.c utf8.h
520
521alternative_test_CFLAGS = $(AM_CFLAGS)
522domain_test_SOURCES = \
523	domain.c domain.h \
524	malloc.c malloc.h \
525	address.c address.h \
526	domain-test.c \
527	utf8.c utf8.h
528
529domain_test_CFLAGS = $(AM_CFLAGS)
530watch_test_SOURCES = \
531	timeval.c timeval.h \
532	simple-watch.c simple-watch.h \
533	watch.h \
534	malloc.c malloc.h \
535	watch-test.c
536
537watch_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
538watch_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS)
539watch_test_thread_SOURCES = $(watch_test_SOURCES) thread-watch.c thread-watch.h
540watch_test_thread_CFLAGS = $(watch_test_CFLAGS) -DUSE_THREAD
541watch_test_thread_LDADD = $(watch_test_LDADD)
542timeval_test_SOURCES = \
543	timeval.c timeval.h \
544	timeval-test.c
545
546timeval_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
547timeval_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS)
548utf8_test_SOURCES = \
549	utf8-test.c \
550	utf8.c utf8.h
551
552utf8_test_CFLAGS = $(AM_CFLAGS)
553utf8_test_LDADD = $(AM_LDADD)
554@HAVE_DBUS_TRUE@noinst_HEADERS = \
555@HAVE_DBUS_TRUE@	dbus.h \
556@HAVE_DBUS_TRUE@	dbus-watch-glue.h
557
558all: all-am
559
560.SUFFIXES:
561.SUFFIXES: .c .lo .o .obj
562$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
563	@for dep in $?; do \
564	  case '$(am__configure_deps)' in \
565	    *$$dep*) \
566	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
567	        && { if test -f $@; then exit 0; else break; fi; }; \
568	      exit 1;; \
569	  esac; \
570	done; \
571	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avahi-common/Makefile'; \
572	$(am__cd) $(top_srcdir) && \
573	  $(AUTOMAKE) --foreign avahi-common/Makefile
574.PRECIOUS: Makefile
575Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
576	@case '$?' in \
577	  *config.status*) \
578	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
579	  *) \
580	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
581	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
582	esac;
583
584$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
585	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
586
587$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
588	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
589$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
590	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
591$(am__aclocal_m4_deps):
592install-libLTLIBRARIES: $(lib_LTLIBRARIES)
593	@$(NORMAL_INSTALL)
594	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
595	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
596	list2=; for p in $$list; do \
597	  if test -f $$p; then \
598	    list2="$$list2 $$p"; \
599	  else :; fi; \
600	done; \
601	test -z "$$list2" || { \
602	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
603	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
604	}
605
606uninstall-libLTLIBRARIES:
607	@$(NORMAL_UNINSTALL)
608	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
609	for p in $$list; do \
610	  $(am__strip_dir) \
611	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
612	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
613	done
614
615clean-libLTLIBRARIES:
616	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
617	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
618	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
619	  test "$$dir" != "$$p" || dir=.; \
620	  echo "rm -f \"$${dir}/so_locations\""; \
621	  rm -f "$${dir}/so_locations"; \
622	done
623libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) 
624	$(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
625
626clean-noinstPROGRAMS:
627	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
628	echo " rm -f" $$list; \
629	rm -f $$list || exit $$?; \
630	test -n "$(EXEEXT)" || exit 0; \
631	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
632	echo " rm -f" $$list; \
633	rm -f $$list
634alternative-test$(EXEEXT): $(alternative_test_OBJECTS) $(alternative_test_DEPENDENCIES) 
635	@rm -f alternative-test$(EXEEXT)
636	$(AM_V_CCLD)$(alternative_test_LINK) $(alternative_test_OBJECTS) $(alternative_test_LDADD) $(LIBS)
637domain-test$(EXEEXT): $(domain_test_OBJECTS) $(domain_test_DEPENDENCIES) 
638	@rm -f domain-test$(EXEEXT)
639	$(AM_V_CCLD)$(domain_test_LINK) $(domain_test_OBJECTS) $(domain_test_LDADD) $(LIBS)
640strlst-test$(EXEEXT): $(strlst_test_OBJECTS) $(strlst_test_DEPENDENCIES) 
641	@rm -f strlst-test$(EXEEXT)
642	$(AM_V_CCLD)$(strlst_test_LINK) $(strlst_test_OBJECTS) $(strlst_test_LDADD) $(LIBS)
643timeval-test$(EXEEXT): $(timeval_test_OBJECTS) $(timeval_test_DEPENDENCIES) 
644	@rm -f timeval-test$(EXEEXT)
645	$(AM_V_CCLD)$(timeval_test_LINK) $(timeval_test_OBJECTS) $(timeval_test_LDADD) $(LIBS)
646utf8-test$(EXEEXT): $(utf8_test_OBJECTS) $(utf8_test_DEPENDENCIES) 
647	@rm -f utf8-test$(EXEEXT)
648	$(AM_V_CCLD)$(utf8_test_LINK) $(utf8_test_OBJECTS) $(utf8_test_LDADD) $(LIBS)
649watch-test$(EXEEXT): $(watch_test_OBJECTS) $(watch_test_DEPENDENCIES) 
650	@rm -f watch-test$(EXEEXT)
651	$(AM_V_CCLD)$(watch_test_LINK) $(watch_test_OBJECTS) $(watch_test_LDADD) $(LIBS)
652watch-test-thread$(EXEEXT): $(watch_test_thread_OBJECTS) $(watch_test_thread_DEPENDENCIES) 
653	@rm -f watch-test-thread$(EXEEXT)
654	$(AM_V_CCLD)$(watch_test_thread_LINK) $(watch_test_thread_OBJECTS) $(watch_test_thread_LDADD) $(LIBS)
655
656mostlyclean-compile:
657	-rm -f *.$(OBJEXT)
658
659distclean-compile:
660	-rm -f *.tab.c
661
662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-address.Po@am__quote@
663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative-test.Po@am__quote@
664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-alternative.Po@am__quote@
665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-domain.Po@am__quote@
666@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-malloc.Po@am__quote@
667@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alternative_test-utf8.Po@am__quote@
668@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-address.Po@am__quote@
669@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain-test.Po@am__quote@
670@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-domain.Po@am__quote@
671@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-malloc.Po@am__quote@
672@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/domain_test-utf8.Po@am__quote@
673@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-address.Plo@am__quote@
674@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-alternative.Plo@am__quote@
675@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-domain.Plo@am__quote@
676@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-error.Plo@am__quote@
677@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-i18n.Plo@am__quote@
678@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-malloc.Plo@am__quote@
679@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-rlist.Plo@am__quote@
680@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-simple-watch.Plo@am__quote@
681@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-strlst.Plo@am__quote@
682@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-thread-watch.Plo@am__quote@
683@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-timeval.Plo@am__quote@
684@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_common_la-utf8.Plo@am__quote@
685@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-malloc.Po@am__quote@
686@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst-test.Po@am__quote@
687@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlst_test-strlst.Po@am__quote@
688@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval-test.Po@am__quote@
689@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeval_test-timeval.Po@am__quote@
690@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8-test.Po@am__quote@
691@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8_test-utf8.Po@am__quote@
692@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-malloc.Po@am__quote@
693@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-simple-watch.Po@am__quote@
694@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-timeval.Po@am__quote@
695@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test-watch-test.Po@am__quote@
696@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-malloc.Po@am__quote@
697@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-simple-watch.Po@am__quote@
698@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-thread-watch.Po@am__quote@
699@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-timeval.Po@am__quote@
700@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch_test_thread-watch-test.Po@am__quote@
701
702.c.o:
703@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
704@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
705@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
706@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
707@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
708@am__fastdepCC_FALSE@	$(COMPILE) -c $<
709
710.c.obj:
711@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
712@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
713@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
714@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
715@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
717
718.c.lo:
719@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
720@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
721@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
722@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
723@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
725
726libavahi_common_la-malloc.lo: malloc.c
727@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-malloc.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-malloc.Tpo -c -o libavahi_common_la-malloc.lo `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
728@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-malloc.Tpo $(DEPDIR)/libavahi_common_la-malloc.Plo
729@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
730@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='libavahi_common_la-malloc.lo' libtool=yes @AMDEPBACKSLASH@
731@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-malloc.lo `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
733
734libavahi_common_la-address.lo: address.c
735@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-address.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-address.Tpo -c -o libavahi_common_la-address.lo `test -f 'address.c' || echo '$(srcdir)/'`address.c
736@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-address.Tpo $(DEPDIR)/libavahi_common_la-address.Plo
737@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
738@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='address.c' object='libavahi_common_la-address.lo' libtool=yes @AMDEPBACKSLASH@
739@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
740@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-address.lo `test -f 'address.c' || echo '$(srcdir)/'`address.c
741
742libavahi_common_la-alternative.lo: alternative.c
743@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-alternative.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-alternative.Tpo -c -o libavahi_common_la-alternative.lo `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
744@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-alternative.Tpo $(DEPDIR)/libavahi_common_la-alternative.Plo
745@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
746@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='alternative.c' object='libavahi_common_la-alternative.lo' libtool=yes @AMDEPBACKSLASH@
747@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
748@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-alternative.lo `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
749
750libavahi_common_la-error.lo: error.c
751@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-error.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-error.Tpo -c -o libavahi_common_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
752@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-error.Tpo $(DEPDIR)/libavahi_common_la-error.Plo
753@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
754@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='error.c' object='libavahi_common_la-error.lo' libtool=yes @AMDEPBACKSLASH@
755@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
757
758libavahi_common_la-strlst.lo: strlst.c
759@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-strlst.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-strlst.Tpo -c -o libavahi_common_la-strlst.lo `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
760@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-strlst.Tpo $(DEPDIR)/libavahi_common_la-strlst.Plo
761@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
762@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlst.c' object='libavahi_common_la-strlst.lo' libtool=yes @AMDEPBACKSLASH@
763@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
764@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-strlst.lo `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
765
766libavahi_common_la-domain.lo: domain.c
767@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-domain.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-domain.Tpo -c -o libavahi_common_la-domain.lo `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
768@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-domain.Tpo $(DEPDIR)/libavahi_common_la-domain.Plo
769@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
770@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain.c' object='libavahi_common_la-domain.lo' libtool=yes @AMDEPBACKSLASH@
771@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
772@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-domain.lo `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
773
774libavahi_common_la-timeval.lo: timeval.c
775@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-timeval.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-timeval.Tpo -c -o libavahi_common_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
776@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-timeval.Tpo $(DEPDIR)/libavahi_common_la-timeval.Plo
777@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
778@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='libavahi_common_la-timeval.lo' libtool=yes @AMDEPBACKSLASH@
779@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-timeval.lo `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
781
782libavahi_common_la-simple-watch.lo: simple-watch.c
783@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-simple-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-simple-watch.Tpo -c -o libavahi_common_la-simple-watch.lo `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
784@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-simple-watch.Tpo $(DEPDIR)/libavahi_common_la-simple-watch.Plo
785@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
786@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='simple-watch.c' object='libavahi_common_la-simple-watch.lo' libtool=yes @AMDEPBACKSLASH@
787@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-simple-watch.lo `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
789
790libavahi_common_la-thread-watch.lo: thread-watch.c
791@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-thread-watch.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-thread-watch.Tpo -c -o libavahi_common_la-thread-watch.lo `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
792@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-thread-watch.Tpo $(DEPDIR)/libavahi_common_la-thread-watch.Plo
793@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
794@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='thread-watch.c' object='libavahi_common_la-thread-watch.lo' libtool=yes @AMDEPBACKSLASH@
795@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-thread-watch.lo `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
797
798libavahi_common_la-rlist.lo: rlist.c
799@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-rlist.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-rlist.Tpo -c -o libavahi_common_la-rlist.lo `test -f 'rlist.c' || echo '$(srcdir)/'`rlist.c
800@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-rlist.Tpo $(DEPDIR)/libavahi_common_la-rlist.Plo
801@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
802@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='rlist.c' object='libavahi_common_la-rlist.lo' libtool=yes @AMDEPBACKSLASH@
803@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-rlist.lo `test -f 'rlist.c' || echo '$(srcdir)/'`rlist.c
805
806libavahi_common_la-utf8.lo: utf8.c
807@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-utf8.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-utf8.Tpo -c -o libavahi_common_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
808@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-utf8.Tpo $(DEPDIR)/libavahi_common_la-utf8.Plo
809@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
810@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='libavahi_common_la-utf8.lo' libtool=yes @AMDEPBACKSLASH@
811@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
813
814libavahi_common_la-i18n.lo: i18n.c
815@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_common_la_CFLAGS) $(CFLAGS) -MT libavahi_common_la-i18n.lo -MD -MP -MF $(DEPDIR)/libavahi_common_la-i18n.Tpo -c -o libavahi_common_la-i18n.lo `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
816@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libavahi_common_la-i18n.Tpo $(DEPDIR)/libavahi_common_la-i18n.Plo
817@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
818@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='i18n.c' object='libavahi_common_la-i18n.lo' libtool=yes @AMDEPBACKSLASH@
819@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820@am__fastdepCC_FALSE@	$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libavahi_common_la_CFLAGS) $(CFLAGS) -c -o libavahi_common_la-i18n.lo `test -f 'i18n.c' || echo '$(srcdir)/'`i18n.c
821
822alternative_test-alternative.o: alternative.c
823@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative.o -MD -MP -MF $(DEPDIR)/alternative_test-alternative.Tpo -c -o alternative_test-alternative.o `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
824@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative.Tpo $(DEPDIR)/alternative_test-alternative.Po
825@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
826@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='alternative.c' object='alternative_test-alternative.o' libtool=no @AMDEPBACKSLASH@
827@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative.o `test -f 'alternative.c' || echo '$(srcdir)/'`alternative.c
829
830alternative_test-alternative.obj: alternative.c
831@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative.obj -MD -MP -MF $(DEPDIR)/alternative_test-alternative.Tpo -c -o alternative_test-alternative.obj `if test -f 'alternative.c'; then $(CYGPATH_W) 'alternative.c'; else $(CYGPATH_W) '$(srcdir)/alternative.c'; fi`
832@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative.Tpo $(DEPDIR)/alternative_test-alternative.Po
833@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
834@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='alternative.c' object='alternative_test-alternative.obj' libtool=no @AMDEPBACKSLASH@
835@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
836@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative.obj `if test -f 'alternative.c'; then $(CYGPATH_W) 'alternative.c'; else $(CYGPATH_W) '$(srcdir)/alternative.c'; fi`
837
838alternative_test-malloc.o: malloc.c
839@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-malloc.o -MD -MP -MF $(DEPDIR)/alternative_test-malloc.Tpo -c -o alternative_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
840@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-malloc.Tpo $(DEPDIR)/alternative_test-malloc.Po
841@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
842@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='alternative_test-malloc.o' libtool=no @AMDEPBACKSLASH@
843@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
845
846alternative_test-malloc.obj: malloc.c
847@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-malloc.obj -MD -MP -MF $(DEPDIR)/alternative_test-malloc.Tpo -c -o alternative_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
848@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-malloc.Tpo $(DEPDIR)/alternative_test-malloc.Po
849@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
850@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='alternative_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
851@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
852@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
853
854alternative_test-domain.o: domain.c
855@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-domain.o -MD -MP -MF $(DEPDIR)/alternative_test-domain.Tpo -c -o alternative_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
856@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-domain.Tpo $(DEPDIR)/alternative_test-domain.Po
857@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
858@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain.c' object='alternative_test-domain.o' libtool=no @AMDEPBACKSLASH@
859@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
861
862alternative_test-domain.obj: domain.c
863@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-domain.obj -MD -MP -MF $(DEPDIR)/alternative_test-domain.Tpo -c -o alternative_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
864@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-domain.Tpo $(DEPDIR)/alternative_test-domain.Po
865@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
866@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain.c' object='alternative_test-domain.obj' libtool=no @AMDEPBACKSLASH@
867@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
869
870alternative_test-address.o: address.c
871@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-address.o -MD -MP -MF $(DEPDIR)/alternative_test-address.Tpo -c -o alternative_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
872@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-address.Tpo $(DEPDIR)/alternative_test-address.Po
873@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
874@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='address.c' object='alternative_test-address.o' libtool=no @AMDEPBACKSLASH@
875@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
877
878alternative_test-address.obj: address.c
879@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-address.obj -MD -MP -MF $(DEPDIR)/alternative_test-address.Tpo -c -o alternative_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
880@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-address.Tpo $(DEPDIR)/alternative_test-address.Po
881@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
882@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='address.c' object='alternative_test-address.obj' libtool=no @AMDEPBACKSLASH@
883@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
885
886alternative_test-alternative-test.o: alternative-test.c
887@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative-test.o -MD -MP -MF $(DEPDIR)/alternative_test-alternative-test.Tpo -c -o alternative_test-alternative-test.o `test -f 'alternative-test.c' || echo '$(srcdir)/'`alternative-test.c
888@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative-test.Tpo $(DEPDIR)/alternative_test-alternative-test.Po
889@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
890@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='alternative-test.c' object='alternative_test-alternative-test.o' libtool=no @AMDEPBACKSLASH@
891@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
892@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative-test.o `test -f 'alternative-test.c' || echo '$(srcdir)/'`alternative-test.c
893
894alternative_test-alternative-test.obj: alternative-test.c
895@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-alternative-test.obj -MD -MP -MF $(DEPDIR)/alternative_test-alternative-test.Tpo -c -o alternative_test-alternative-test.obj `if test -f 'alternative-test.c'; then $(CYGPATH_W) 'alternative-test.c'; else $(CYGPATH_W) '$(srcdir)/alternative-test.c'; fi`
896@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-alternative-test.Tpo $(DEPDIR)/alternative_test-alternative-test.Po
897@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
898@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='alternative-test.c' object='alternative_test-alternative-test.obj' libtool=no @AMDEPBACKSLASH@
899@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-alternative-test.obj `if test -f 'alternative-test.c'; then $(CYGPATH_W) 'alternative-test.c'; else $(CYGPATH_W) '$(srcdir)/alternative-test.c'; fi`
901
902alternative_test-utf8.o: utf8.c
903@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-utf8.o -MD -MP -MF $(DEPDIR)/alternative_test-utf8.Tpo -c -o alternative_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
904@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-utf8.Tpo $(DEPDIR)/alternative_test-utf8.Po
905@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
906@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='alternative_test-utf8.o' libtool=no @AMDEPBACKSLASH@
907@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
909
910alternative_test-utf8.obj: utf8.c
911@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -MT alternative_test-utf8.obj -MD -MP -MF $(DEPDIR)/alternative_test-utf8.Tpo -c -o alternative_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
912@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/alternative_test-utf8.Tpo $(DEPDIR)/alternative_test-utf8.Po
913@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
914@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='alternative_test-utf8.obj' libtool=no @AMDEPBACKSLASH@
915@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
916@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(alternative_test_CFLAGS) $(CFLAGS) -c -o alternative_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
917
918domain_test-domain.o: domain.c
919@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain.o -MD -MP -MF $(DEPDIR)/domain_test-domain.Tpo -c -o domain_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
920@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain.Tpo $(DEPDIR)/domain_test-domain.Po
921@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
922@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain.c' object='domain_test-domain.o' libtool=no @AMDEPBACKSLASH@
923@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
924@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain.o `test -f 'domain.c' || echo '$(srcdir)/'`domain.c
925
926domain_test-domain.obj: domain.c
927@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain.obj -MD -MP -MF $(DEPDIR)/domain_test-domain.Tpo -c -o domain_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
928@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain.Tpo $(DEPDIR)/domain_test-domain.Po
929@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
930@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain.c' object='domain_test-domain.obj' libtool=no @AMDEPBACKSLASH@
931@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain.obj `if test -f 'domain.c'; then $(CYGPATH_W) 'domain.c'; else $(CYGPATH_W) '$(srcdir)/domain.c'; fi`
933
934domain_test-malloc.o: malloc.c
935@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-malloc.o -MD -MP -MF $(DEPDIR)/domain_test-malloc.Tpo -c -o domain_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
936@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-malloc.Tpo $(DEPDIR)/domain_test-malloc.Po
937@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
938@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='domain_test-malloc.o' libtool=no @AMDEPBACKSLASH@
939@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
940@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
941
942domain_test-malloc.obj: malloc.c
943@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-malloc.obj -MD -MP -MF $(DEPDIR)/domain_test-malloc.Tpo -c -o domain_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
944@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-malloc.Tpo $(DEPDIR)/domain_test-malloc.Po
945@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
946@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='domain_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
949
950domain_test-address.o: address.c
951@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-address.o -MD -MP -MF $(DEPDIR)/domain_test-address.Tpo -c -o domain_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
952@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-address.Tpo $(DEPDIR)/domain_test-address.Po
953@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
954@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='address.c' object='domain_test-address.o' libtool=no @AMDEPBACKSLASH@
955@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-address.o `test -f 'address.c' || echo '$(srcdir)/'`address.c
957
958domain_test-address.obj: address.c
959@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-address.obj -MD -MP -MF $(DEPDIR)/domain_test-address.Tpo -c -o domain_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
960@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-address.Tpo $(DEPDIR)/domain_test-address.Po
961@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
962@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='address.c' object='domain_test-address.obj' libtool=no @AMDEPBACKSLASH@
963@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
964@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-address.obj `if test -f 'address.c'; then $(CYGPATH_W) 'address.c'; else $(CYGPATH_W) '$(srcdir)/address.c'; fi`
965
966domain_test-domain-test.o: domain-test.c
967@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain-test.o -MD -MP -MF $(DEPDIR)/domain_test-domain-test.Tpo -c -o domain_test-domain-test.o `test -f 'domain-test.c' || echo '$(srcdir)/'`domain-test.c
968@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain-test.Tpo $(DEPDIR)/domain_test-domain-test.Po
969@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
970@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain-test.c' object='domain_test-domain-test.o' libtool=no @AMDEPBACKSLASH@
971@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain-test.o `test -f 'domain-test.c' || echo '$(srcdir)/'`domain-test.c
973
974domain_test-domain-test.obj: domain-test.c
975@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-domain-test.obj -MD -MP -MF $(DEPDIR)/domain_test-domain-test.Tpo -c -o domain_test-domain-test.obj `if test -f 'domain-test.c'; then $(CYGPATH_W) 'domain-test.c'; else $(CYGPATH_W) '$(srcdir)/domain-test.c'; fi`
976@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-domain-test.Tpo $(DEPDIR)/domain_test-domain-test.Po
977@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
978@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='domain-test.c' object='domain_test-domain-test.obj' libtool=no @AMDEPBACKSLASH@
979@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
980@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-domain-test.obj `if test -f 'domain-test.c'; then $(CYGPATH_W) 'domain-test.c'; else $(CYGPATH_W) '$(srcdir)/domain-test.c'; fi`
981
982domain_test-utf8.o: utf8.c
983@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-utf8.o -MD -MP -MF $(DEPDIR)/domain_test-utf8.Tpo -c -o domain_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
984@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-utf8.Tpo $(DEPDIR)/domain_test-utf8.Po
985@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
986@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='domain_test-utf8.o' libtool=no @AMDEPBACKSLASH@
987@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
988@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
989
990domain_test-utf8.obj: utf8.c
991@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -MT domain_test-utf8.obj -MD -MP -MF $(DEPDIR)/domain_test-utf8.Tpo -c -o domain_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
992@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/domain_test-utf8.Tpo $(DEPDIR)/domain_test-utf8.Po
993@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
994@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='domain_test-utf8.obj' libtool=no @AMDEPBACKSLASH@
995@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
996@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(domain_test_CFLAGS) $(CFLAGS) -c -o domain_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
997
998strlst_test-strlst.o: strlst.c
999@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst.o -MD -MP -MF $(DEPDIR)/strlst_test-strlst.Tpo -c -o strlst_test-strlst.o `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
1000@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst.Tpo $(DEPDIR)/strlst_test-strlst.Po
1001@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1002@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlst.c' object='strlst_test-strlst.o' libtool=no @AMDEPBACKSLASH@
1003@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1004@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst.o `test -f 'strlst.c' || echo '$(srcdir)/'`strlst.c
1005
1006strlst_test-strlst.obj: strlst.c
1007@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst.obj -MD -MP -MF $(DEPDIR)/strlst_test-strlst.Tpo -c -o strlst_test-strlst.obj `if test -f 'strlst.c'; then $(CYGPATH_W) 'strlst.c'; else $(CYGPATH_W) '$(srcdir)/strlst.c'; fi`
1008@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst.Tpo $(DEPDIR)/strlst_test-strlst.Po
1009@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1010@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlst.c' object='strlst_test-strlst.obj' libtool=no @AMDEPBACKSLASH@
1011@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst.obj `if test -f 'strlst.c'; then $(CYGPATH_W) 'strlst.c'; else $(CYGPATH_W) '$(srcdir)/strlst.c'; fi`
1013
1014strlst_test-malloc.o: malloc.c
1015@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-malloc.o -MD -MP -MF $(DEPDIR)/strlst_test-malloc.Tpo -c -o strlst_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1016@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-malloc.Tpo $(DEPDIR)/strlst_test-malloc.Po
1017@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1018@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='strlst_test-malloc.o' libtool=no @AMDEPBACKSLASH@
1019@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1020@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1021
1022strlst_test-malloc.obj: malloc.c
1023@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-malloc.obj -MD -MP -MF $(DEPDIR)/strlst_test-malloc.Tpo -c -o strlst_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1024@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-malloc.Tpo $(DEPDIR)/strlst_test-malloc.Po
1025@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1026@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='strlst_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
1027@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1028@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1029
1030strlst_test-strlst-test.o: strlst-test.c
1031@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst-test.o -MD -MP -MF $(DEPDIR)/strlst_test-strlst-test.Tpo -c -o strlst_test-strlst-test.o `test -f 'strlst-test.c' || echo '$(srcdir)/'`strlst-test.c
1032@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst-test.Tpo $(DEPDIR)/strlst_test-strlst-test.Po
1033@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1034@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlst-test.c' object='strlst_test-strlst-test.o' libtool=no @AMDEPBACKSLASH@
1035@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1036@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst-test.o `test -f 'strlst-test.c' || echo '$(srcdir)/'`strlst-test.c
1037
1038strlst_test-strlst-test.obj: strlst-test.c
1039@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -MT strlst_test-strlst-test.obj -MD -MP -MF $(DEPDIR)/strlst_test-strlst-test.Tpo -c -o strlst_test-strlst-test.obj `if test -f 'strlst-test.c'; then $(CYGPATH_W) 'strlst-test.c'; else $(CYGPATH_W) '$(srcdir)/strlst-test.c'; fi`
1040@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/strlst_test-strlst-test.Tpo $(DEPDIR)/strlst_test-strlst-test.Po
1041@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1042@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='strlst-test.c' object='strlst_test-strlst-test.obj' libtool=no @AMDEPBACKSLASH@
1043@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1044@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(strlst_test_CFLAGS) $(CFLAGS) -c -o strlst_test-strlst-test.obj `if test -f 'strlst-test.c'; then $(CYGPATH_W) 'strlst-test.c'; else $(CYGPATH_W) '$(srcdir)/strlst-test.c'; fi`
1045
1046timeval_test-timeval.o: timeval.c
1047@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval.o -MD -MP -MF $(DEPDIR)/timeval_test-timeval.Tpo -c -o timeval_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1048@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval.Tpo $(DEPDIR)/timeval_test-timeval.Po
1049@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1050@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='timeval_test-timeval.o' libtool=no @AMDEPBACKSLASH@
1051@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1052@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1053
1054timeval_test-timeval.obj: timeval.c
1055@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval.obj -MD -MP -MF $(DEPDIR)/timeval_test-timeval.Tpo -c -o timeval_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1056@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval.Tpo $(DEPDIR)/timeval_test-timeval.Po
1057@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1058@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='timeval_test-timeval.obj' libtool=no @AMDEPBACKSLASH@
1059@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1060@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1061
1062timeval_test-timeval-test.o: timeval-test.c
1063@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval-test.o -MD -MP -MF $(DEPDIR)/timeval_test-timeval-test.Tpo -c -o timeval_test-timeval-test.o `test -f 'timeval-test.c' || echo '$(srcdir)/'`timeval-test.c
1064@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval-test.Tpo $(DEPDIR)/timeval_test-timeval-test.Po
1065@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1066@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval-test.c' object='timeval_test-timeval-test.o' libtool=no @AMDEPBACKSLASH@
1067@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1068@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval-test.o `test -f 'timeval-test.c' || echo '$(srcdir)/'`timeval-test.c
1069
1070timeval_test-timeval-test.obj: timeval-test.c
1071@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -MT timeval_test-timeval-test.obj -MD -MP -MF $(DEPDIR)/timeval_test-timeval-test.Tpo -c -o timeval_test-timeval-test.obj `if test -f 'timeval-test.c'; then $(CYGPATH_W) 'timeval-test.c'; else $(CYGPATH_W) '$(srcdir)/timeval-test.c'; fi`
1072@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/timeval_test-timeval-test.Tpo $(DEPDIR)/timeval_test-timeval-test.Po
1073@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1074@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval-test.c' object='timeval_test-timeval-test.obj' libtool=no @AMDEPBACKSLASH@
1075@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1076@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timeval_test_CFLAGS) $(CFLAGS) -c -o timeval_test-timeval-test.obj `if test -f 'timeval-test.c'; then $(CYGPATH_W) 'timeval-test.c'; else $(CYGPATH_W) '$(srcdir)/timeval-test.c'; fi`
1077
1078utf8_test-utf8-test.o: utf8-test.c
1079@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8-test.o -MD -MP -MF $(DEPDIR)/utf8_test-utf8-test.Tpo -c -o utf8_test-utf8-test.o `test -f 'utf8-test.c' || echo '$(srcdir)/'`utf8-test.c
1080@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8-test.Tpo $(DEPDIR)/utf8_test-utf8-test.Po
1081@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1082@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8-test.c' object='utf8_test-utf8-test.o' libtool=no @AMDEPBACKSLASH@
1083@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1084@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8-test.o `test -f 'utf8-test.c' || echo '$(srcdir)/'`utf8-test.c
1085
1086utf8_test-utf8-test.obj: utf8-test.c
1087@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8-test.obj -MD -MP -MF $(DEPDIR)/utf8_test-utf8-test.Tpo -c -o utf8_test-utf8-test.obj `if test -f 'utf8-test.c'; then $(CYGPATH_W) 'utf8-test.c'; else $(CYGPATH_W) '$(srcdir)/utf8-test.c'; fi`
1088@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8-test.Tpo $(DEPDIR)/utf8_test-utf8-test.Po
1089@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1090@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8-test.c' object='utf8_test-utf8-test.obj' libtool=no @AMDEPBACKSLASH@
1091@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1092@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8-test.obj `if test -f 'utf8-test.c'; then $(CYGPATH_W) 'utf8-test.c'; else $(CYGPATH_W) '$(srcdir)/utf8-test.c'; fi`
1093
1094utf8_test-utf8.o: utf8.c
1095@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8.o -MD -MP -MF $(DEPDIR)/utf8_test-utf8.Tpo -c -o utf8_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1096@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8.Tpo $(DEPDIR)/utf8_test-utf8.Po
1097@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1098@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='utf8_test-utf8.o' libtool=no @AMDEPBACKSLASH@
1099@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1100@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
1101
1102utf8_test-utf8.obj: utf8.c
1103@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -MT utf8_test-utf8.obj -MD -MP -MF $(DEPDIR)/utf8_test-utf8.Tpo -c -o utf8_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1104@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utf8_test-utf8.Tpo $(DEPDIR)/utf8_test-utf8.Po
1105@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1106@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utf8.c' object='utf8_test-utf8.obj' libtool=no @AMDEPBACKSLASH@
1107@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1108@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(utf8_test_CFLAGS) $(CFLAGS) -c -o utf8_test-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
1109
1110watch_test-timeval.o: timeval.c
1111@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-timeval.o -MD -MP -MF $(DEPDIR)/watch_test-timeval.Tpo -c -o watch_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1112@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-timeval.Tpo $(DEPDIR)/watch_test-timeval.Po
1113@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1114@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='watch_test-timeval.o' libtool=no @AMDEPBACKSLASH@
1115@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1116@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1117
1118watch_test-timeval.obj: timeval.c
1119@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-timeval.obj -MD -MP -MF $(DEPDIR)/watch_test-timeval.Tpo -c -o watch_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1120@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-timeval.Tpo $(DEPDIR)/watch_test-timeval.Po
1121@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1122@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='watch_test-timeval.obj' libtool=no @AMDEPBACKSLASH@
1123@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1124@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1125
1126watch_test-simple-watch.o: simple-watch.c
1127@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-simple-watch.o -MD -MP -MF $(DEPDIR)/watch_test-simple-watch.Tpo -c -o watch_test-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1128@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-simple-watch.Tpo $(DEPDIR)/watch_test-simple-watch.Po
1129@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1130@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='simple-watch.c' object='watch_test-simple-watch.o' libtool=no @AMDEPBACKSLASH@
1131@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1132@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1133
1134watch_test-simple-watch.obj: simple-watch.c
1135@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-simple-watch.obj -MD -MP -MF $(DEPDIR)/watch_test-simple-watch.Tpo -c -o watch_test-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1136@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-simple-watch.Tpo $(DEPDIR)/watch_test-simple-watch.Po
1137@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1138@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='simple-watch.c' object='watch_test-simple-watch.obj' libtool=no @AMDEPBACKSLASH@
1139@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1140@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1141
1142watch_test-malloc.o: malloc.c
1143@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-malloc.o -MD -MP -MF $(DEPDIR)/watch_test-malloc.Tpo -c -o watch_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1144@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-malloc.Tpo $(DEPDIR)/watch_test-malloc.Po
1145@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1146@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='watch_test-malloc.o' libtool=no @AMDEPBACKSLASH@
1147@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1148@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1149
1150watch_test-malloc.obj: malloc.c
1151@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-malloc.obj -MD -MP -MF $(DEPDIR)/watch_test-malloc.Tpo -c -o watch_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1152@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-malloc.Tpo $(DEPDIR)/watch_test-malloc.Po
1153@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1154@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='watch_test-malloc.obj' libtool=no @AMDEPBACKSLASH@
1155@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1156@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1157
1158watch_test-watch-test.o: watch-test.c
1159@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-watch-test.o -MD -MP -MF $(DEPDIR)/watch_test-watch-test.Tpo -c -o watch_test-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1160@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-watch-test.Tpo $(DEPDIR)/watch_test-watch-test.Po
1161@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1162@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='watch-test.c' object='watch_test-watch-test.o' libtool=no @AMDEPBACKSLASH@
1163@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1164@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1165
1166watch_test-watch-test.obj: watch-test.c
1167@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -MT watch_test-watch-test.obj -MD -MP -MF $(DEPDIR)/watch_test-watch-test.Tpo -c -o watch_test-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1168@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test-watch-test.Tpo $(DEPDIR)/watch_test-watch-test.Po
1169@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1170@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='watch-test.c' object='watch_test-watch-test.obj' libtool=no @AMDEPBACKSLASH@
1171@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1172@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_CFLAGS) $(CFLAGS) -c -o watch_test-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1173
1174watch_test_thread-timeval.o: timeval.c
1175@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-timeval.o -MD -MP -MF $(DEPDIR)/watch_test_thread-timeval.Tpo -c -o watch_test_thread-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1176@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-timeval.Tpo $(DEPDIR)/watch_test_thread-timeval.Po
1177@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1178@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='watch_test_thread-timeval.o' libtool=no @AMDEPBACKSLASH@
1179@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1180@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-timeval.o `test -f 'timeval.c' || echo '$(srcdir)/'`timeval.c
1181
1182watch_test_thread-timeval.obj: timeval.c
1183@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-timeval.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-timeval.Tpo -c -o watch_test_thread-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1184@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-timeval.Tpo $(DEPDIR)/watch_test_thread-timeval.Po
1185@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1186@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='timeval.c' object='watch_test_thread-timeval.obj' libtool=no @AMDEPBACKSLASH@
1187@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1188@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-timeval.obj `if test -f 'timeval.c'; then $(CYGPATH_W) 'timeval.c'; else $(CYGPATH_W) '$(srcdir)/timeval.c'; fi`
1189
1190watch_test_thread-simple-watch.o: simple-watch.c
1191@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-simple-watch.o -MD -MP -MF $(DEPDIR)/watch_test_thread-simple-watch.Tpo -c -o watch_test_thread-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1192@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-simple-watch.Tpo $(DEPDIR)/watch_test_thread-simple-watch.Po
1193@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1194@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='simple-watch.c' object='watch_test_thread-simple-watch.o' libtool=no @AMDEPBACKSLASH@
1195@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1196@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-simple-watch.o `test -f 'simple-watch.c' || echo '$(srcdir)/'`simple-watch.c
1197
1198watch_test_thread-simple-watch.obj: simple-watch.c
1199@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-simple-watch.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-simple-watch.Tpo -c -o watch_test_thread-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1200@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-simple-watch.Tpo $(DEPDIR)/watch_test_thread-simple-watch.Po
1201@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1202@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='simple-watch.c' object='watch_test_thread-simple-watch.obj' libtool=no @AMDEPBACKSLASH@
1203@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1204@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-simple-watch.obj `if test -f 'simple-watch.c'; then $(CYGPATH_W) 'simple-watch.c'; else $(CYGPATH_W) '$(srcdir)/simple-watch.c'; fi`
1205
1206watch_test_thread-malloc.o: malloc.c
1207@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-malloc.o -MD -MP -MF $(DEPDIR)/watch_test_thread-malloc.Tpo -c -o watch_test_thread-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1208@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-malloc.Tpo $(DEPDIR)/watch_test_thread-malloc.Po
1209@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1210@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='watch_test_thread-malloc.o' libtool=no @AMDEPBACKSLASH@
1211@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1212@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-malloc.o `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
1213
1214watch_test_thread-malloc.obj: malloc.c
1215@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-malloc.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-malloc.Tpo -c -o watch_test_thread-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1216@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-malloc.Tpo $(DEPDIR)/watch_test_thread-malloc.Po
1217@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1218@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='malloc.c' object='watch_test_thread-malloc.obj' libtool=no @AMDEPBACKSLASH@
1219@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1220@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-malloc.obj `if test -f 'malloc.c'; then $(CYGPATH_W) 'malloc.c'; else $(CYGPATH_W) '$(srcdir)/malloc.c'; fi`
1221
1222watch_test_thread-watch-test.o: watch-test.c
1223@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-watch-test.o -MD -MP -MF $(DEPDIR)/watch_test_thread-watch-test.Tpo -c -o watch_test_thread-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1224@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-watch-test.Tpo $(DEPDIR)/watch_test_thread-watch-test.Po
1225@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1226@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='watch-test.c' object='watch_test_thread-watch-test.o' libtool=no @AMDEPBACKSLASH@
1227@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1228@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-watch-test.o `test -f 'watch-test.c' || echo '$(srcdir)/'`watch-test.c
1229
1230watch_test_thread-watch-test.obj: watch-test.c
1231@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-watch-test.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-watch-test.Tpo -c -o watch_test_thread-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1232@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-watch-test.Tpo $(DEPDIR)/watch_test_thread-watch-test.Po
1233@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1234@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='watch-test.c' object='watch_test_thread-watch-test.obj' libtool=no @AMDEPBACKSLASH@
1235@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1236@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-watch-test.obj `if test -f 'watch-test.c'; then $(CYGPATH_W) 'watch-test.c'; else $(CYGPATH_W) '$(srcdir)/watch-test.c'; fi`
1237
1238watch_test_thread-thread-watch.o: thread-watch.c
1239@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-thread-watch.o -MD -MP -MF $(DEPDIR)/watch_test_thread-thread-watch.Tpo -c -o watch_test_thread-thread-watch.o `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
1240@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-thread-watch.Tpo $(DEPDIR)/watch_test_thread-thread-watch.Po
1241@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1242@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='thread-watch.c' object='watch_test_thread-thread-watch.o' libtool=no @AMDEPBACKSLASH@
1243@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1244@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-thread-watch.o `test -f 'thread-watch.c' || echo '$(srcdir)/'`thread-watch.c
1245
1246watch_test_thread-thread-watch.obj: thread-watch.c
1247@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -MT watch_test_thread-thread-watch.obj -MD -MP -MF $(DEPDIR)/watch_test_thread-thread-watch.Tpo -c -o watch_test_thread-thread-watch.obj `if test -f 'thread-watch.c'; then $(CYGPATH_W) 'thread-watch.c'; else $(CYGPATH_W) '$(srcdir)/thread-watch.c'; fi`
1248@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/watch_test_thread-thread-watch.Tpo $(DEPDIR)/watch_test_thread-thread-watch.Po
1249@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1250@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='thread-watch.c' object='watch_test_thread-thread-watch.obj' libtool=no @AMDEPBACKSLASH@
1251@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1252@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(watch_test_thread_CFLAGS) $(CFLAGS) -c -o watch_test_thread-thread-watch.obj `if test -f 'thread-watch.c'; then $(CYGPATH_W) 'thread-watch.c'; else $(CYGPATH_W) '$(srcdir)/thread-watch.c'; fi`
1253
1254mostlyclean-libtool:
1255	-rm -f *.lo
1256
1257clean-libtool:
1258	-rm -rf .libs _libs
1259install-avahi_commonincludeHEADERS: $(avahi_commoninclude_HEADERS)
1260	@$(NORMAL_INSTALL)
1261	test -z "$(avahi_commonincludedir)" || $(MKDIR_P) "$(DESTDIR)$(avahi_commonincludedir)"
1262	@list='$(avahi_commoninclude_HEADERS)'; test -n "$(avahi_commonincludedir)" || list=; \
1263	for p in $$list; do \
1264	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1265	  echo "$$d$$p"; \
1266	done | $(am__base_list) | \
1267	while read files; do \
1268	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahi_commonincludedir)'"; \
1269	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(avahi_commonincludedir)" || exit $$?; \
1270	done
1271
1272uninstall-avahi_commonincludeHEADERS:
1273	@$(NORMAL_UNINSTALL)
1274	@list='$(avahi_commoninclude_HEADERS)'; test -n "$(avahi_commonincludedir)" || list=; \
1275	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1276	test -n "$$files" || exit 0; \
1277	echo " ( cd '$(DESTDIR)$(avahi_commonincludedir)' && rm -f" $$files ")"; \
1278	cd "$(DESTDIR)$(avahi_commonincludedir)" && rm -f $$files
1279
1280ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1281	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1282	unique=`for i in $$list; do \
1283	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1284	  done | \
1285	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1286	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1287	mkid -fID $$unique
1288tags: TAGS
1289
1290TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1291		$(TAGS_FILES) $(LISP)
1292	set x; \
1293	here=`pwd`; \
1294	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1295	unique=`for i in $$list; do \
1296	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1297	  done | \
1298	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1299	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1300	shift; \
1301	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1302	  test -n "$$unique" || unique=$$empty_fix; \
1303	  if test $$# -gt 0; then \
1304	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1305	      "$$@" $$unique; \
1306	  else \
1307	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1308	      $$unique; \
1309	  fi; \
1310	fi
1311ctags: CTAGS
1312CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1313		$(TAGS_FILES) $(LISP)
1314	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1315	unique=`for i in $$list; do \
1316	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1317	  done | \
1318	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1319	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1320	test -z "$(CTAGS_ARGS)$$unique" \
1321	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1322	     $$unique
1323
1324GTAGS:
1325	here=`$(am__cd) $(top_builddir) && pwd` \
1326	  && $(am__cd) $(top_srcdir) \
1327	  && gtags -i $(GTAGS_ARGS) "$$here"
1328
1329distclean-tags:
1330	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1331
1332distdir: $(DISTFILES)
1333	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1334	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1335	list='$(DISTFILES)'; \
1336	  dist_files=`for file in $$list; do echo $$file; done | \
1337	  sed -e "s|^$$srcdirstrip/||;t" \
1338	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1339	case $$dist_files in \
1340	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1341			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1342			   sort -u` ;; \
1343	esac; \
1344	for file in $$dist_files; do \
1345	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1346	  if test -d $$d/$$file; then \
1347	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1348	    if test -d "$(distdir)/$$file"; then \
1349	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1350	    fi; \
1351	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1352	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1353	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1354	    fi; \
1355	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1356	  else \
1357	    test -f "$(distdir)/$$file" \
1358	    || cp -p $$d/$$file "$(distdir)/$$file" \
1359	    || exit 1; \
1360	  fi; \
1361	done
1362check-am: all-am
1363check: check-am
1364all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
1365installdirs:
1366	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(avahi_commonincludedir)"; do \
1367	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1368	done
1369install: install-am
1370install-exec: install-exec-am
1371install-data: install-data-am
1372uninstall: uninstall-am
1373
1374install-am: all-am
1375	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1376
1377installcheck: installcheck-am
1378install-strip:
1379	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1380	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1381	  `test -z '$(STRIP)' || \
1382	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1383mostlyclean-generic:
1384
1385clean-generic:
1386
1387distclean-generic:
1388	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1389	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1390
1391maintainer-clean-generic:
1392	@echo "This command is intended for maintainers to use"
1393	@echo "it deletes files that may require special tools to rebuild."
1394clean: clean-am
1395
1396clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1397	clean-noinstPROGRAMS mostlyclean-am
1398
1399distclean: distclean-am
1400	-rm -rf ./$(DEPDIR)
1401	-rm -f Makefile
1402distclean-am: clean-am distclean-compile distclean-generic \
1403	distclean-tags
1404
1405dvi: dvi-am
1406
1407dvi-am:
1408
1409html: html-am
1410
1411html-am:
1412
1413info: info-am
1414
1415info-am:
1416
1417install-data-am: install-avahi_commonincludeHEADERS
1418
1419install-dvi: install-dvi-am
1420
1421install-dvi-am:
1422
1423install-exec-am: install-libLTLIBRARIES
1424
1425install-html: install-html-am
1426
1427install-html-am:
1428
1429install-info: install-info-am
1430
1431install-info-am:
1432
1433install-man:
1434
1435install-pdf: install-pdf-am
1436
1437install-pdf-am:
1438
1439install-ps: install-ps-am
1440
1441install-ps-am:
1442
1443installcheck-am:
1444
1445maintainer-clean: maintainer-clean-am
1446	-rm -rf ./$(DEPDIR)
1447	-rm -f Makefile
1448maintainer-clean-am: distclean-am maintainer-clean-generic
1449
1450mostlyclean: mostlyclean-am
1451
1452mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1453	mostlyclean-libtool
1454
1455pdf: pdf-am
1456
1457pdf-am:
1458
1459ps: ps-am
1460
1461ps-am:
1462
1463uninstall-am: uninstall-avahi_commonincludeHEADERS \
1464	uninstall-libLTLIBRARIES
1465
1466.MAKE: install-am install-strip
1467
1468.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1469	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
1470	distclean distclean-compile distclean-generic \
1471	distclean-libtool distclean-tags distdir dvi dvi-am html \
1472	html-am info info-am install install-am \
1473	install-avahi_commonincludeHEADERS install-data \
1474	install-data-am install-dvi install-dvi-am install-exec \
1475	install-exec-am install-html install-html-am install-info \
1476	install-info-am install-libLTLIBRARIES install-man install-pdf \
1477	install-pdf-am install-ps install-ps-am install-strip \
1478	installcheck installcheck-am installdirs maintainer-clean \
1479	maintainer-clean-generic mostlyclean mostlyclean-compile \
1480	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1481	tags uninstall uninstall-am \
1482	uninstall-avahi_commonincludeHEADERS uninstall-libLTLIBRARIES
1483
1484
1485# Tell versions [3.59,3.63) of GNU make to not export all variables.
1486# Otherwise a system limit (for SysV at least) may be exceeded.
1487.NOEXPORT:
1488