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