9f8fcb1b1712a3b2346e743030cd561c07eb41f5
[profile/ivi/GUPnP.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
6 # Foundation, 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 VPATH = @srcdir@
19 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 target_triplet = @target@
55 noinst_PROGRAMS = test-browsing$(EXEEXT) test-proxy$(EXEEXT) \
56         test-server$(EXEEXT) test-introspection$(EXEEXT) \
57         test-white-list$(EXEEXT)
58 subdir = tests
59 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
62         $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
63         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
64         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
65         $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 mkinstalldirs = $(install_sh) -d
69 CONFIG_HEADER = $(top_builddir)/config.h
70 CONFIG_CLEAN_FILES =
71 CONFIG_CLEAN_VPATH_FILES =
72 PROGRAMS = $(noinst_PROGRAMS)
73 am_test_browsing_OBJECTS = test-browsing.$(OBJEXT)
74 test_browsing_OBJECTS = $(am_test_browsing_OBJECTS)
75 am__DEPENDENCIES_1 =
76 test_browsing_DEPENDENCIES = $(top_builddir)/libgupnp/libgupnp-1.0.la \
77         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
78 AM_V_lt = $(am__v_lt_@AM_V@)
79 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
80 am__v_lt_0 = --silent
81 am_test_introspection_OBJECTS = test-introspection.$(OBJEXT)
82 test_introspection_OBJECTS = $(am_test_introspection_OBJECTS)
83 test_introspection_DEPENDENCIES =  \
84         $(top_builddir)/libgupnp/libgupnp-1.0.la $(am__DEPENDENCIES_1) \
85         $(am__DEPENDENCIES_1)
86 am_test_proxy_OBJECTS = test-proxy.$(OBJEXT)
87 test_proxy_OBJECTS = $(am_test_proxy_OBJECTS)
88 test_proxy_DEPENDENCIES = $(top_builddir)/libgupnp/libgupnp-1.0.la \
89         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
90 am_test_server_OBJECTS = test-server.$(OBJEXT)
91 test_server_OBJECTS = $(am_test_server_OBJECTS)
92 test_server_DEPENDENCIES = $(top_builddir)/libgupnp/libgupnp-1.0.la \
93         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
94 test_server_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
96         $(test_server_LDFLAGS) $(LDFLAGS) -o $@
97 am_test_white_list_OBJECTS = test-white-list.$(OBJEXT)
98 test_white_list_OBJECTS = $(am_test_white_list_OBJECTS)
99 test_white_list_DEPENDENCIES =  \
100         $(top_builddir)/libgupnp/libgupnp-1.0.la $(am__DEPENDENCIES_1) \
101         $(am__DEPENDENCIES_1)
102 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
104 am__depfiles_maybe = depfiles
105 am__mv = mv -f
106 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
109         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
110         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
111         $(AM_CFLAGS) $(CFLAGS)
112 AM_V_CC = $(am__v_CC_@AM_V@)
113 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
114 am__v_CC_0 = @echo "  CC    " $@;
115 AM_V_at = $(am__v_at_@AM_V@)
116 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117 am__v_at_0 = @
118 CCLD = $(CC)
119 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
120         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
121         $(AM_LDFLAGS) $(LDFLAGS) -o $@
122 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
123 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
124 am__v_CCLD_0 = @echo "  CCLD  " $@;
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo "  GEN   " $@;
128 SOURCES = $(test_browsing_SOURCES) $(test_introspection_SOURCES) \
129         $(test_proxy_SOURCES) $(test_server_SOURCES) \
130         $(test_white_list_SOURCES)
131 DIST_SOURCES = $(test_browsing_SOURCES) $(test_introspection_SOURCES) \
132         $(test_proxy_SOURCES) $(test_server_SOURCES) \
133         $(test_white_list_SOURCES)
134 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
135         html-recursive info-recursive install-data-recursive \
136         install-dvi-recursive install-exec-recursive \
137         install-html-recursive install-info-recursive \
138         install-pdf-recursive install-ps-recursive install-recursive \
139         installcheck-recursive installdirs-recursive pdf-recursive \
140         ps-recursive uninstall-recursive
141 am__can_run_installinfo = \
142   case $$AM_UPDATE_INFO_DIR in \
143     n|no|NO) false;; \
144     *) (install-info --version) >/dev/null 2>&1;; \
145   esac
146 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
147   distclean-recursive maintainer-clean-recursive
148 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
149         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
150         distdir
151 ETAGS = etags
152 CTAGS = ctags
153 DIST_SUBDIRS = $(SUBDIRS)
154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155 am__relativize = \
156   dir0=`pwd`; \
157   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
158   sed_rest='s,^[^/]*/*,,'; \
159   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
160   sed_butlast='s,/*[^/]*$$,,'; \
161   while test -n "$$dir1"; do \
162     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
163     if test "$$first" != "."; then \
164       if test "$$first" = ".."; then \
165         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
166         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
167       else \
168         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
169         if test "$$first2" = "$$first"; then \
170           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
171         else \
172           dir2="../$$dir2"; \
173         fi; \
174         dir0="$$dir0"/"$$first"; \
175       fi; \
176     fi; \
177     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
178   done; \
179   reldir="$$dir2"
180 ACLOCAL = @ACLOCAL@
181 AMTAR = @AMTAR@
182 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183 AR = @AR@
184 AUTOCONF = @AUTOCONF@
185 AUTOHEADER = @AUTOHEADER@
186 AUTOMAKE = @AUTOMAKE@
187 AWK = @AWK@
188 CC = @CC@
189 CCDEPMODE = @CCDEPMODE@
190 CFLAGS = @CFLAGS@
191 CONNMAN_CFLAGS = @CONNMAN_CFLAGS@
192 CONNMAN_LIBS = @CONNMAN_LIBS@
193 CPP = @CPP@
194 CPPFLAGS = @CPPFLAGS@
195 CYGPATH_W = @CYGPATH_W@
196 DEFS = @DEFS@
197 DEPDIR = @DEPDIR@
198 DLLTOOL = @DLLTOOL@
199 DSYMUTIL = @DSYMUTIL@
200 DUMPBIN = @DUMPBIN@
201 ECHO_C = @ECHO_C@
202 ECHO_N = @ECHO_N@
203 ECHO_T = @ECHO_T@
204 EGREP = @EGREP@
205 EXEEXT = @EXEEXT@
206 FGREP = @FGREP@
207 GIO_CFLAGS = @GIO_CFLAGS@
208 GIO_LIBS = @GIO_LIBS@
209 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
210 GREP = @GREP@
211 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
212 GTHREAD_LIBS = @GTHREAD_LIBS@
213 GTKDOC_CHECK = @GTKDOC_CHECK@
214 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
215 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
216 GTKDOC_MKPDF = @GTKDOC_MKPDF@
217 GTKDOC_REBASE = @GTKDOC_REBASE@
218 HAVE_NETLINK = @HAVE_NETLINK@
219 HTML_DIR = @HTML_DIR@
220 INSTALL = @INSTALL@
221 INSTALL_DATA = @INSTALL_DATA@
222 INSTALL_PROGRAM = @INSTALL_PROGRAM@
223 INSTALL_SCRIPT = @INSTALL_SCRIPT@
224 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
225 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
226 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
227 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
228 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
229 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
230 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
231 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
232 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
233 LD = @LD@
234 LDFLAGS = @LDFLAGS@
235 LIBGUPNP_CFLAGS = @LIBGUPNP_CFLAGS@
236 LIBGUPNP_LIBS = @LIBGUPNP_LIBS@
237 LIBOBJS = @LIBOBJS@
238 LIBS = @LIBS@
239 LIBTOOL = @LIBTOOL@
240 LIPO = @LIPO@
241 LN_S = @LN_S@
242 LTLIBOBJS = @LTLIBOBJS@
243 MAINT = @MAINT@
244 MAKEINFO = @MAKEINFO@
245 MANIFEST_TOOL = @MANIFEST_TOOL@
246 MKDIR_P = @MKDIR_P@
247 NM = @NM@
248 NMEDIT = @NMEDIT@
249 OBJDUMP = @OBJDUMP@
250 OBJEXT = @OBJEXT@
251 OTOOL = @OTOOL@
252 OTOOL64 = @OTOOL64@
253 PACKAGE = @PACKAGE@
254 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
255 PACKAGE_NAME = @PACKAGE_NAME@
256 PACKAGE_STRING = @PACKAGE_STRING@
257 PACKAGE_TARNAME = @PACKAGE_TARNAME@
258 PACKAGE_URL = @PACKAGE_URL@
259 PACKAGE_VERSION = @PACKAGE_VERSION@
260 PATH_SEPARATOR = @PATH_SEPARATOR@
261 PKG_CONFIG = @PKG_CONFIG@
262 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
263 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
264 RANLIB = @RANLIB@
265 SED = @SED@
266 SET_MAKE = @SET_MAKE@
267 SHELL = @SHELL@
268 STRIP = @STRIP@
269 USE_NETLINK = @USE_NETLINK@
270 VAPIGEN = @VAPIGEN@
271 VERSION = @VERSION@
272 abs_builddir = @abs_builddir@
273 abs_srcdir = @abs_srcdir@
274 abs_top_builddir = @abs_top_builddir@
275 abs_top_srcdir = @abs_top_srcdir@
276 ac_ct_AR = @ac_ct_AR@
277 ac_ct_CC = @ac_ct_CC@
278 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279 am__include = @am__include@
280 am__leading_dot = @am__leading_dot@
281 am__quote = @am__quote@
282 am__tar = @am__tar@
283 am__untar = @am__untar@
284 bindir = @bindir@
285 build = @build@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_os = @build_os@
289 build_vendor = @build_vendor@
290 builddir = @builddir@
291 datadir = @datadir@
292 datarootdir = @datarootdir@
293 docdir = @docdir@
294 dvidir = @dvidir@
295 exec_prefix = @exec_prefix@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 localedir = @localedir@
308 localstatedir = @localstatedir@
309 mandir = @mandir@
310 mkdir_p = @mkdir_p@
311 oldincludedir = @oldincludedir@
312 pdfdir = @pdfdir@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 psdir = @psdir@
316 sbindir = @sbindir@
317 sharedstatedir = @sharedstatedir@
318 srcdir = @srcdir@
319 sysconfdir = @sysconfdir@
320 target = @target@
321 target_alias = @target_alias@
322 target_cpu = @target_cpu@
323 target_os = @target_os@
324 target_vendor = @target_vendor@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 SUBDIRS = gtest
329 AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(GTHREAD_CFLAGS) -I$(top_srcdir)
330 test_browsing_SOURCES = test-browsing.c
331 test_browsing_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la \
332                         $(GTHREAD_LIBS) \
333                         $(LIBGUPNP_LIBS)
334
335 test_proxy_SOURCES = test-proxy.c
336 test_proxy_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la \
337                      $(GTHREAD_LIBS) \
338                      $(LIBGUPNP_LIBS)
339
340 test_introspection_SOURCES = test-introspection.c
341 test_introspection_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la \
342                              $(GTHREAD_LIBS) \
343                              $(LIBGUPNP_LIBS)
344
345 test_server_SOURCES = test-server.c
346 test_server_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la \
347                       $(GTHREAD_LIBS) \
348                       $(LIBGUPNP_LIBS)
349
350 test_server_LDFLAGS = -export-dynamic
351 test_white_list_SOURCES = test-white-list.c
352 test_white_list_LDADD = $(top_builddir)/libgupnp/libgupnp-1.0.la \
353                           $(GTHREAD_LIBS) \
354                           $(LIBGUPNP_LIBS)
355
356 CLEANFILES = $(BUILT_SOURCES)
357 DISTCLEANFILES = $(BUILT_SOURCES)
358 MAINTAINERCLEANFILES = Makefile.in $(BUILT_SOURCES)
359 all: all-recursive
360
361 .SUFFIXES:
362 .SUFFIXES: .c .lo .o .obj
363 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
364         @for dep in $?; do \
365           case '$(am__configure_deps)' in \
366             *$$dep*) \
367               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368                 && { if test -f $@; then exit 0; else break; fi; }; \
369               exit 1;; \
370           esac; \
371         done; \
372         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
373         $(am__cd) $(top_srcdir) && \
374           $(AUTOMAKE) --gnu tests/Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377         @case '$?' in \
378           *config.status*) \
379             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380           *) \
381             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383         esac;
384
385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
387
388 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
389         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
391         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392 $(am__aclocal_m4_deps):
393
394 clean-noinstPROGRAMS:
395         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
396         echo " rm -f" $$list; \
397         rm -f $$list || exit $$?; \
398         test -n "$(EXEEXT)" || exit 0; \
399         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
400         echo " rm -f" $$list; \
401         rm -f $$list
402 test-browsing$(EXEEXT): $(test_browsing_OBJECTS) $(test_browsing_DEPENDENCIES) $(EXTRA_test_browsing_DEPENDENCIES) 
403         @rm -f test-browsing$(EXEEXT)
404         $(AM_V_CCLD)$(LINK) $(test_browsing_OBJECTS) $(test_browsing_LDADD) $(LIBS)
405 test-introspection$(EXEEXT): $(test_introspection_OBJECTS) $(test_introspection_DEPENDENCIES) $(EXTRA_test_introspection_DEPENDENCIES) 
406         @rm -f test-introspection$(EXEEXT)
407         $(AM_V_CCLD)$(LINK) $(test_introspection_OBJECTS) $(test_introspection_LDADD) $(LIBS)
408 test-proxy$(EXEEXT): $(test_proxy_OBJECTS) $(test_proxy_DEPENDENCIES) $(EXTRA_test_proxy_DEPENDENCIES) 
409         @rm -f test-proxy$(EXEEXT)
410         $(AM_V_CCLD)$(LINK) $(test_proxy_OBJECTS) $(test_proxy_LDADD) $(LIBS)
411 test-server$(EXEEXT): $(test_server_OBJECTS) $(test_server_DEPENDENCIES) $(EXTRA_test_server_DEPENDENCIES) 
412         @rm -f test-server$(EXEEXT)
413         $(AM_V_CCLD)$(test_server_LINK) $(test_server_OBJECTS) $(test_server_LDADD) $(LIBS)
414 test-white-list$(EXEEXT): $(test_white_list_OBJECTS) $(test_white_list_DEPENDENCIES) $(EXTRA_test_white_list_DEPENDENCIES) 
415         @rm -f test-white-list$(EXEEXT)
416         $(AM_V_CCLD)$(LINK) $(test_white_list_OBJECTS) $(test_white_list_LDADD) $(LIBS)
417
418 mostlyclean-compile:
419         -rm -f *.$(OBJEXT)
420
421 distclean-compile:
422         -rm -f *.tab.c
423
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-browsing.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-introspection.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-proxy.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-server.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-white-list.Po@am__quote@
429
430 .c.o:
431 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
432 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
436
437 .c.obj:
438 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
439 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
443
444 .c.lo:
445 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
446 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
450
451 mostlyclean-libtool:
452         -rm -f *.lo
453
454 clean-libtool:
455         -rm -rf .libs _libs
456
457 # This directory's subdirectories are mostly independent; you can cd
458 # into them and run `make' without going through this Makefile.
459 # To change the values of `make' variables: instead of editing Makefiles,
460 # (1) if the variable is set in `config.status', edit `config.status'
461 #     (which will cause the Makefiles to be regenerated when you run `make');
462 # (2) otherwise, pass the desired values on the `make' command line.
463 $(RECURSIVE_TARGETS):
464         @fail= failcom='exit 1'; \
465         for f in x $$MAKEFLAGS; do \
466           case $$f in \
467             *=* | --[!k]*);; \
468             *k*) failcom='fail=yes';; \
469           esac; \
470         done; \
471         dot_seen=no; \
472         target=`echo $@ | sed s/-recursive//`; \
473         list='$(SUBDIRS)'; for subdir in $$list; do \
474           echo "Making $$target in $$subdir"; \
475           if test "$$subdir" = "."; then \
476             dot_seen=yes; \
477             local_target="$$target-am"; \
478           else \
479             local_target="$$target"; \
480           fi; \
481           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
482           || eval $$failcom; \
483         done; \
484         if test "$$dot_seen" = "no"; then \
485           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
486         fi; test -z "$$fail"
487
488 $(RECURSIVE_CLEAN_TARGETS):
489         @fail= failcom='exit 1'; \
490         for f in x $$MAKEFLAGS; do \
491           case $$f in \
492             *=* | --[!k]*);; \
493             *k*) failcom='fail=yes';; \
494           esac; \
495         done; \
496         dot_seen=no; \
497         case "$@" in \
498           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
499           *) list='$(SUBDIRS)' ;; \
500         esac; \
501         rev=''; for subdir in $$list; do \
502           if test "$$subdir" = "."; then :; else \
503             rev="$$subdir $$rev"; \
504           fi; \
505         done; \
506         rev="$$rev ."; \
507         target=`echo $@ | sed s/-recursive//`; \
508         for subdir in $$rev; do \
509           echo "Making $$target in $$subdir"; \
510           if test "$$subdir" = "."; then \
511             local_target="$$target-am"; \
512           else \
513             local_target="$$target"; \
514           fi; \
515           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
516           || eval $$failcom; \
517         done && test -z "$$fail"
518 tags-recursive:
519         list='$(SUBDIRS)'; for subdir in $$list; do \
520           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
521         done
522 ctags-recursive:
523         list='$(SUBDIRS)'; for subdir in $$list; do \
524           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
525         done
526
527 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
528         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
529         unique=`for i in $$list; do \
530             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
531           done | \
532           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
533               END { if (nonempty) { for (i in files) print i; }; }'`; \
534         mkid -fID $$unique
535 tags: TAGS
536
537 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
538                 $(TAGS_FILES) $(LISP)
539         set x; \
540         here=`pwd`; \
541         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
542           include_option=--etags-include; \
543           empty_fix=.; \
544         else \
545           include_option=--include; \
546           empty_fix=; \
547         fi; \
548         list='$(SUBDIRS)'; for subdir in $$list; do \
549           if test "$$subdir" = .; then :; else \
550             test ! -f $$subdir/TAGS || \
551               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
552           fi; \
553         done; \
554         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
555         unique=`for i in $$list; do \
556             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557           done | \
558           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559               END { if (nonempty) { for (i in files) print i; }; }'`; \
560         shift; \
561         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
562           test -n "$$unique" || unique=$$empty_fix; \
563           if test $$# -gt 0; then \
564             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
565               "$$@" $$unique; \
566           else \
567             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568               $$unique; \
569           fi; \
570         fi
571 ctags: CTAGS
572 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
573                 $(TAGS_FILES) $(LISP)
574         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
575         unique=`for i in $$list; do \
576             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577           done | \
578           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
579               END { if (nonempty) { for (i in files) print i; }; }'`; \
580         test -z "$(CTAGS_ARGS)$$unique" \
581           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582              $$unique
583
584 GTAGS:
585         here=`$(am__cd) $(top_builddir) && pwd` \
586           && $(am__cd) $(top_srcdir) \
587           && gtags -i $(GTAGS_ARGS) "$$here"
588
589 distclean-tags:
590         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591
592 distdir: $(DISTFILES)
593         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595         list='$(DISTFILES)'; \
596           dist_files=`for file in $$list; do echo $$file; done | \
597           sed -e "s|^$$srcdirstrip/||;t" \
598               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
599         case $$dist_files in \
600           */*) $(MKDIR_P) `echo "$$dist_files" | \
601                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
602                            sort -u` ;; \
603         esac; \
604         for file in $$dist_files; do \
605           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
606           if test -d $$d/$$file; then \
607             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
608             if test -d "$(distdir)/$$file"; then \
609               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610             fi; \
611             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
612               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
613               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
614             fi; \
615             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
616           else \
617             test -f "$(distdir)/$$file" \
618             || cp -p $$d/$$file "$(distdir)/$$file" \
619             || exit 1; \
620           fi; \
621         done
622         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
623           if test "$$subdir" = .; then :; else \
624             $(am__make_dryrun) \
625               || test -d "$(distdir)/$$subdir" \
626               || $(MKDIR_P) "$(distdir)/$$subdir" \
627               || exit 1; \
628             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
629             $(am__relativize); \
630             new_distdir=$$reldir; \
631             dir1=$$subdir; dir2="$(top_distdir)"; \
632             $(am__relativize); \
633             new_top_distdir=$$reldir; \
634             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
635             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
636             ($(am__cd) $$subdir && \
637               $(MAKE) $(AM_MAKEFLAGS) \
638                 top_distdir="$$new_top_distdir" \
639                 distdir="$$new_distdir" \
640                 am__remove_distdir=: \
641                 am__skip_length_check=: \
642                 am__skip_mode_fix=: \
643                 distdir) \
644               || exit 1; \
645           fi; \
646         done
647 check-am: all-am
648 check: check-recursive
649 all-am: Makefile $(PROGRAMS)
650 installdirs: installdirs-recursive
651 installdirs-am:
652 install: install-recursive
653 install-exec: install-exec-recursive
654 install-data: install-data-recursive
655 uninstall: uninstall-recursive
656
657 install-am: all-am
658         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
659
660 installcheck: installcheck-recursive
661 install-strip:
662         if test -z '$(STRIP)'; then \
663           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665               install; \
666         else \
667           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
670         fi
671 mostlyclean-generic:
672
673 clean-generic:
674         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
675
676 distclean-generic:
677         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
680
681 maintainer-clean-generic:
682         @echo "This command is intended for maintainers to use"
683         @echo "it deletes files that may require special tools to rebuild."
684         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
685 clean: clean-recursive
686
687 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
688         mostlyclean-am
689
690 distclean: distclean-recursive
691         -rm -rf ./$(DEPDIR)
692         -rm -f Makefile
693 distclean-am: clean-am distclean-compile distclean-generic \
694         distclean-tags
695
696 dvi: dvi-recursive
697
698 dvi-am:
699
700 html: html-recursive
701
702 html-am:
703
704 info: info-recursive
705
706 info-am:
707
708 install-data-am:
709
710 install-dvi: install-dvi-recursive
711
712 install-dvi-am:
713
714 install-exec-am:
715
716 install-html: install-html-recursive
717
718 install-html-am:
719
720 install-info: install-info-recursive
721
722 install-info-am:
723
724 install-man:
725
726 install-pdf: install-pdf-recursive
727
728 install-pdf-am:
729
730 install-ps: install-ps-recursive
731
732 install-ps-am:
733
734 installcheck-am:
735
736 maintainer-clean: maintainer-clean-recursive
737         -rm -rf ./$(DEPDIR)
738         -rm -f Makefile
739 maintainer-clean-am: distclean-am maintainer-clean-generic
740
741 mostlyclean: mostlyclean-recursive
742
743 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
744         mostlyclean-libtool
745
746 pdf: pdf-recursive
747
748 pdf-am:
749
750 ps: ps-recursive
751
752 ps-am:
753
754 uninstall-am:
755
756 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
757         install-am install-strip tags-recursive
758
759 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
760         all all-am check check-am clean clean-generic clean-libtool \
761         clean-noinstPROGRAMS ctags ctags-recursive distclean \
762         distclean-compile distclean-generic distclean-libtool \
763         distclean-tags distdir dvi dvi-am html html-am info info-am \
764         install install-am install-data install-data-am install-dvi \
765         install-dvi-am install-exec install-exec-am install-html \
766         install-html-am install-info install-info-am install-man \
767         install-pdf install-pdf-am install-ps install-ps-am \
768         install-strip installcheck installcheck-am installdirs \
769         installdirs-am maintainer-clean maintainer-clean-generic \
770         mostlyclean mostlyclean-compile mostlyclean-generic \
771         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
772         uninstall uninstall-am
773
774
775 # Tell versions [3.59,3.63) of GNU make to not export all variables.
776 # Otherwise a system limit (for SysV at least) may be exceeded.
777 .NOEXPORT: