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	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
348	$(am__cd) $(top_srcdir) && \
349	  $(AUTOMAKE) --foreign tests/Makefile
350.PRECIOUS: Makefile
351Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352	@case '$?' in \
353	  *config.status*) \
354	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
355	  *) \
356	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
357	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
358	esac;
359
360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
361	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
363$(top_srcdir)/configure:  $(am__configure_deps)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367$(am__aclocal_m4_deps):
368
369clean-noinstPROGRAMS:
370	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
371	echo " rm -f" $$list; \
372	rm -f $$list || exit $$?; \
373	test -n "$(EXEEXT)" || exit 0; \
374	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
375	echo " rm -f" $$list; \
376	rm -f $$list
377c-plus-plus-test$(EXEEXT): $(c_plus_plus_test_OBJECTS) $(c_plus_plus_test_DEPENDENCIES) 
378	@rm -f c-plus-plus-test$(EXEEXT)
379	$(c_plus_plus_test_LINK) $(c_plus_plus_test_OBJECTS) $(c_plus_plus_test_LDADD) $(LIBS)
380
381mostlyclean-compile:
382	-rm -f *.$(OBJEXT)
383
384distclean-compile:
385	-rm -f *.tab.c
386
387include ./$(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
388
389.cc.o:
390	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392#	source='$<' object='$@' libtool=no \
393#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
394#	$(CXXCOMPILE) -c -o $@ $<
395
396.cc.obj:
397	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399#	source='$<' object='$@' libtool=no \
400#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
401#	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
402
403.cc.lo:
404	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
405	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
406#	source='$<' object='$@' libtool=yes \
407#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
408#	$(LTCXXCOMPILE) -c -o $@ $<
409
410c_plus_plus_test-c-plus-plus-test.o: c-plus-plus-test.cc
411	$(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
412	$(am__mv) $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Tpo $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
413#	source='c-plus-plus-test.cc' object='c_plus_plus_test-c-plus-plus-test.o' libtool=no \
414#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
415#	$(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
416
417c_plus_plus_test-c-plus-plus-test.obj: c-plus-plus-test.cc
418	$(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`
419	$(am__mv) $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Tpo $(DEPDIR)/c_plus_plus_test-c-plus-plus-test.Po
420#	source='c-plus-plus-test.cc' object='c_plus_plus_test-c-plus-plus-test.obj' libtool=no \
421#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
422#	$(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`
423
424mostlyclean-libtool:
425	-rm -f *.lo
426
427clean-libtool:
428	-rm -rf .libs _libs
429
430ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
431	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432	unique=`for i in $$list; do \
433	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434	  done | \
435	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436	      END { if (nonempty) { for (i in files) print i; }; }'`; \
437	mkid -fID $$unique
438tags: TAGS
439
440TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441		$(TAGS_FILES) $(LISP)
442	set x; \
443	here=`pwd`; \
444	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445	unique=`for i in $$list; do \
446	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447	  done | \
448	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449	      END { if (nonempty) { for (i in files) print i; }; }'`; \
450	shift; \
451	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
452	  test -n "$$unique" || unique=$$empty_fix; \
453	  if test $$# -gt 0; then \
454	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455	      "$$@" $$unique; \
456	  else \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      $$unique; \
459	  fi; \
460	fi
461ctags: CTAGS
462CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
463		$(TAGS_FILES) $(LISP)
464	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465	unique=`for i in $$list; do \
466	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467	  done | \
468	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
469	      END { if (nonempty) { for (i in files) print i; }; }'`; \
470	test -z "$(CTAGS_ARGS)$$unique" \
471	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472	     $$unique
473
474GTAGS:
475	here=`$(am__cd) $(top_builddir) && pwd` \
476	  && $(am__cd) $(top_srcdir) \
477	  && gtags -i $(GTAGS_ARGS) "$$here"
478
479distclean-tags:
480	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482distdir: $(DISTFILES)
483	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485	list='$(DISTFILES)'; \
486	  dist_files=`for file in $$list; do echo $$file; done | \
487	  sed -e "s|^$$srcdirstrip/||;t" \
488	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489	case $$dist_files in \
490	  */*) $(MKDIR_P) `echo "$$dist_files" | \
491			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492			   sort -u` ;; \
493	esac; \
494	for file in $$dist_files; do \
495	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496	  if test -d $$d/$$file; then \
497	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498	    if test -d "$(distdir)/$$file"; then \
499	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500	    fi; \
501	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504	    fi; \
505	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506	  else \
507	    test -f "$(distdir)/$$file" \
508	    || cp -p $$d/$$file "$(distdir)/$$file" \
509	    || exit 1; \
510	  fi; \
511	done
512check-am: all-am
513check: check-am
514all-am: Makefile $(PROGRAMS)
515installdirs:
516install: install-am
517install-exec: install-exec-am
518install-data: install-data-am
519uninstall: uninstall-am
520
521install-am: all-am
522	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
523
524installcheck: installcheck-am
525install-strip:
526	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
527	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
528	  `test -z '$(STRIP)' || \
529	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
530mostlyclean-generic:
531
532clean-generic:
533
534distclean-generic:
535	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
536	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
537
538maintainer-clean-generic:
539	@echo "This command is intended for maintainers to use"
540	@echo "it deletes files that may require special tools to rebuild."
541clean: clean-am
542
543clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
544	mostlyclean-am
545
546distclean: distclean-am
547	-rm -rf ./$(DEPDIR)
548	-rm -f Makefile
549distclean-am: clean-am distclean-compile distclean-generic \
550	distclean-tags
551
552dvi: dvi-am
553
554dvi-am:
555
556html: html-am
557
558html-am:
559
560info: info-am
561
562info-am:
563
564install-data-am:
565
566install-dvi: install-dvi-am
567
568install-dvi-am:
569
570install-exec-am:
571
572install-html: install-html-am
573
574install-html-am:
575
576install-info: install-info-am
577
578install-info-am:
579
580install-man:
581
582install-pdf: install-pdf-am
583
584install-pdf-am:
585
586install-ps: install-ps-am
587
588install-ps-am:
589
590installcheck-am:
591
592maintainer-clean: maintainer-clean-am
593	-rm -rf ./$(DEPDIR)
594	-rm -f Makefile
595maintainer-clean-am: distclean-am maintainer-clean-generic
596
597mostlyclean: mostlyclean-am
598
599mostlyclean-am: mostlyclean-compile mostlyclean-generic \
600	mostlyclean-libtool
601
602pdf: pdf-am
603
604pdf-am:
605
606ps: ps-am
607
608ps-am:
609
610uninstall-am:
611
612.MAKE: install-am install-strip
613
614.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
615	clean-libtool clean-noinstPROGRAMS ctags distclean \
616	distclean-compile distclean-generic distclean-libtool \
617	distclean-tags distdir dvi dvi-am html html-am info info-am \
618	install install-am install-data install-data-am install-dvi \
619	install-dvi-am install-exec install-exec-am install-html \
620	install-html-am install-info install-info-am install-man \
621	install-pdf install-pdf-am install-ps install-ps-am \
622	install-strip installcheck installcheck-am installdirs \
623	maintainer-clean maintainer-clean-generic mostlyclean \
624	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
625	pdf pdf-am ps ps-am tags uninstall uninstall-am
626
627
628gen:
629	python ./c-plus-plus-test-gen.py avahi-common avahi-core avahi-client avahi-glib > c-plus-plus-test.cc
630
631# Tell versions [3.59,3.63) of GNU make to not export all variables.
632# Otherwise a system limit (for SysV at least) may be exceeded.
633.NOEXPORT:
634