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