Modified cache checking to remove unnecessary debugging log
[platform/upstream/libsoup.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.4 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 @BUILD_LIBSOUP_GNOME_TRUE@am__append_1 = libsoup-gnome-2.4.pc
82 subdir = .
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84         $(top_srcdir)/configure $(am__configure_deps) \
85         $(srcdir)/config.h.in $(srcdir)/libsoup-2.4.pc.in \
86         $(srcdir)/libsoup-gnome-2.4.pc.in $(srcdir)/libsoup-zip.in \
87         AUTHORS COPYING NEWS README build-aux/config.guess \
88         build-aux/config.sub build-aux/depcomp build-aux/install-sh \
89         build-aux/missing build-aux/ltmain.sh \
90         $(top_srcdir)/build-aux/config.guess \
91         $(top_srcdir)/build-aux/config.sub \
92         $(top_srcdir)/build-aux/install-sh \
93         $(top_srcdir)/build-aux/ltmain.sh \
94         $(top_srcdir)/build-aux/missing
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/glibtests.m4 \
97         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
98         $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
99         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101         $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103         $(ACLOCAL_M4)
104 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105  configure.lineno config.status.lineno
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = config.h
108 CONFIG_CLEAN_FILES = libsoup-2.4.pc libsoup-gnome-2.4.pc libsoup-zip
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 = 
122 SOURCES =
123 DIST_SOURCES =
124 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125         ctags-recursive dvi-recursive html-recursive info-recursive \
126         install-data-recursive install-dvi-recursive \
127         install-exec-recursive install-html-recursive \
128         install-info-recursive install-pdf-recursive \
129         install-ps-recursive install-recursive installcheck-recursive \
130         installdirs-recursive pdf-recursive ps-recursive \
131         tags-recursive uninstall-recursive
132 am__can_run_installinfo = \
133   case $$AM_UPDATE_INFO_DIR in \
134     n|no|NO) false;; \
135     *) (install-info --version) >/dev/null 2>&1;; \
136   esac
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140     *) f=$$p;; \
141   esac;
142 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143 am__install_max = 40
144 am__nobase_strip_setup = \
145   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146 am__nobase_strip = \
147   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148 am__nobase_list = $(am__nobase_strip_setup); \
149   for p in $$list; do echo "$$p $$p"; done | \
150   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152     if (++n[$$2] == $(am__install_max)) \
153       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154     END { for (dir in files) print dir, files[dir] }'
155 am__base_list = \
156   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 am__uninstall_files_from_dir = { \
159   test -z "$$files" \
160     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162          $(am__cd) "$$dir" && rm -f $$files; }; \
163   }
164 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
165 DATA = $(pkgconfig_DATA)
166 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167   distclean-recursive maintainer-clean-recursive
168 am__recursive_targets = \
169   $(RECURSIVE_TARGETS) \
170   $(RECURSIVE_CLEAN_TARGETS) \
171   $(am__extra_recursive_targets)
172 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173         cscope distdir dist dist-all distcheck
174 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
175         $(LISP)config.h.in
176 # Read a list of newline-separated strings from the standard input,
177 # and print each of them once, without duplicates.  Input order is
178 # *not* preserved.
179 am__uniquify_input = $(AWK) '\
180   BEGIN { nonempty = 0; } \
181   { items[$$0] = 1; nonempty = 1; } \
182   END { if (nonempty) { for (i in items) print i; }; } \
183 '
184 # Make sure the list of sources is unique.  This is necessary because,
185 # e.g., the same source file might be shared among _SOURCES variables
186 # for different programs/libraries.
187 am__define_uniq_tagged_files = \
188   list='$(am__tagged_files)'; \
189   unique=`for i in $$list; do \
190     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191   done | $(am__uniquify_input)`
192 ETAGS = etags
193 CTAGS = ctags
194 CSCOPE = cscope
195 DIST_SUBDIRS = $(SUBDIRS)
196 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197 distdir = $(PACKAGE)-$(VERSION)
198 top_distdir = $(distdir)
199 am__remove_distdir = \
200   if test -d "$(distdir)"; then \
201     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
202       && rm -rf "$(distdir)" \
203       || { sleep 5 && rm -rf "$(distdir)"; }; \
204   else :; fi
205 am__post_remove_distdir = $(am__remove_distdir)
206 am__relativize = \
207   dir0=`pwd`; \
208   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
209   sed_rest='s,^[^/]*/*,,'; \
210   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
211   sed_butlast='s,/*[^/]*$$,,'; \
212   while test -n "$$dir1"; do \
213     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
214     if test "$$first" != "."; then \
215       if test "$$first" = ".."; then \
216         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
217         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
218       else \
219         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
220         if test "$$first2" = "$$first"; then \
221           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
222         else \
223           dir2="../$$dir2"; \
224         fi; \
225         dir0="$$dir0"/"$$first"; \
226       fi; \
227     fi; \
228     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
229   done; \
230   reldir="$$dir2"
231 GZIP_ENV = --best
232 DIST_ARCHIVES = $(distdir).tar.xz
233 DIST_TARGETS = dist-xz
234 distuninstallcheck_listfiles = find . -type f -print
235 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
236   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
237 distcleancheck_listfiles = find . -type f -print
238 ACLOCAL = @ACLOCAL@
239 ALL_LINGUAS = @ALL_LINGUAS@
240 AMTAR = @AMTAR@
241 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
242 APACHE_HTTPD = @APACHE_HTTPD@
243 APACHE_MODULE_DIR = @APACHE_MODULE_DIR@
244 APACHE_PHP_MODULE = @APACHE_PHP_MODULE@
245 APACHE_PHP_MODULE_DIR = @APACHE_PHP_MODULE_DIR@
246 APACHE_SSL_MODULE_DIR = @APACHE_SSL_MODULE_DIR@
247 AR = @AR@
248 AS = @AS@
249 AUTOCONF = @AUTOCONF@
250 AUTOHEADER = @AUTOHEADER@
251 AUTOMAKE = @AUTOMAKE@
252 AWK = @AWK@
253 CC = @CC@
254 CCDEPMODE = @CCDEPMODE@
255 CFLAGS = @CFLAGS@
256 CPP = @CPP@
257 CPPFLAGS = @CPPFLAGS@
258 CURL = @CURL@
259 CYGPATH_W = @CYGPATH_W@
260 DEFS = @DEFS@
261 DEPDIR = @DEPDIR@
262 DLLTOOL = @DLLTOOL@
263 DSYMUTIL = @DSYMUTIL@
264 DUMPBIN = @DUMPBIN@
265 ECHO_C = @ECHO_C@
266 ECHO_N = @ECHO_N@
267 ECHO_T = @ECHO_T@
268 EGREP = @EGREP@
269 EXEEXT = @EXEEXT@
270 FGREP = @FGREP@
271 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
272 GLIB_CFLAGS = @GLIB_CFLAGS@
273 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
274 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
275 GLIB_LIBS = @GLIB_LIBS@
276 GLIB_MAKEFILE = @GLIB_MAKEFILE@
277 GLIB_MKENUMS = @GLIB_MKENUMS@
278 GMSGFMT = @GMSGFMT@
279 GOBJECT_QUERY = @GOBJECT_QUERY@
280 GREP = @GREP@
281 GTKDOC_CHECK = @GTKDOC_CHECK@
282 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
283 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
284 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
285 GTKDOC_MKPDF = @GTKDOC_MKPDF@
286 GTKDOC_REBASE = @GTKDOC_REBASE@
287 HAVE_GNOME = @HAVE_GNOME@
288 HTML_DIR = @HTML_DIR@
289 IF_HAVE_PHP = @IF_HAVE_PHP@
290 INSTALL = @INSTALL@
291 INSTALL_DATA = @INSTALL_DATA@
292 INSTALL_PROGRAM = @INSTALL_PROGRAM@
293 INSTALL_SCRIPT = @INSTALL_SCRIPT@
294 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
296 INTLTOOL_MERGE = @INTLTOOL_MERGE@
297 INTLTOOL_PERL = @INTLTOOL_PERL@
298 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
299 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
300 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
301 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
302 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
303 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
304 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
305 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
306 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
307 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
308 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
309 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
310 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
311 LD = @LD@
312 LDFLAGS = @LDFLAGS@
313 LIBOBJS = @LIBOBJS@
314 LIBS = @LIBS@
315 LIBTOOL = @LIBTOOL@
316 LIPO = @LIPO@
317 LN_S = @LN_S@
318 LTLIBOBJS = @LTLIBOBJS@
319 MAKEINFO = @MAKEINFO@
320 MANIFEST_TOOL = @MANIFEST_TOOL@
321 MKDIR_P = @MKDIR_P@
322 MSGFMT = @MSGFMT@
323 MSGMERGE = @MSGMERGE@
324 NM = @NM@
325 NMEDIT = @NMEDIT@
326 OBJDUMP = @OBJDUMP@
327 OBJEXT = @OBJEXT@
328 OTOOL = @OTOOL@
329 OTOOL64 = @OTOOL64@
330 PACKAGE = @PACKAGE@
331 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
332 PACKAGE_NAME = @PACKAGE_NAME@
333 PACKAGE_STRING = @PACKAGE_STRING@
334 PACKAGE_TARNAME = @PACKAGE_TARNAME@
335 PACKAGE_URL = @PACKAGE_URL@
336 PACKAGE_VERSION = @PACKAGE_VERSION@
337 PATH_SEPARATOR = @PATH_SEPARATOR@
338 PHP = @PHP@
339 PKG_CONFIG = @PKG_CONFIG@
340 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
341 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
342 RANLIB = @RANLIB@
343 SED = @SED@
344 SET_MAKE = @SET_MAKE@
345 SHELL = @SHELL@
346 SOUP_AGE = @SOUP_AGE@
347 SOUP_API_VERSION = @SOUP_API_VERSION@
348 SOUP_CURRENT = @SOUP_CURRENT@
349 SOUP_DEBUG_FLAGS = @SOUP_DEBUG_FLAGS@
350 SOUP_MAJOR_VERSION = @SOUP_MAJOR_VERSION@
351 SOUP_MICRO_VERSION = @SOUP_MICRO_VERSION@
352 SOUP_MINOR_VERSION = @SOUP_MINOR_VERSION@
353 SOUP_REVISION = @SOUP_REVISION@
354 SQLITE_CFLAGS = @SQLITE_CFLAGS@
355 SQLITE_LIBS = @SQLITE_LIBS@
356 STRIP = @STRIP@
357 USE_NLS = @USE_NLS@
358 VERSION = @VERSION@
359 XGETTEXT = @XGETTEXT@
360 XML_CFLAGS = @XML_CFLAGS@
361 XML_LIBS = @XML_LIBS@
362 abs_builddir = @abs_builddir@
363 abs_srcdir = @abs_srcdir@
364 abs_top_builddir = @abs_top_builddir@
365 abs_top_srcdir = @abs_top_srcdir@
366 ac_ct_AR = @ac_ct_AR@
367 ac_ct_CC = @ac_ct_CC@
368 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
369 am__include = @am__include@
370 am__leading_dot = @am__leading_dot@
371 am__quote = @am__quote@
372 am__tar = @am__tar@
373 am__untar = @am__untar@
374 bindir = @bindir@
375 build = @build@
376 build_alias = @build_alias@
377 build_cpu = @build_cpu@
378 build_os = @build_os@
379 build_vendor = @build_vendor@
380 builddir = @builddir@
381 datadir = @datadir@
382 datarootdir = @datarootdir@
383 docdir = @docdir@
384 dvidir = @dvidir@
385 exec_prefix = @exec_prefix@
386 host = @host@
387 host_alias = @host_alias@
388 host_cpu = @host_cpu@
389 host_os = @host_os@
390 host_vendor = @host_vendor@
391 htmldir = @htmldir@
392 includedir = @includedir@
393 infodir = @infodir@
394 install_sh = @install_sh@
395 installed_test_metadir = @installed_test_metadir@
396 installed_testdir = @installed_testdir@
397 intltool__v_merge_options_ = @intltool__v_merge_options_@
398 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
399 libdir = @libdir@
400 libexecdir = @libexecdir@
401 localedir = @localedir@
402 localstatedir = @localstatedir@
403 mandir = @mandir@
404 mkdir_p = @mkdir_p@
405 ntlm_auth = @ntlm_auth@
406 oldincludedir = @oldincludedir@
407 pdfdir = @pdfdir@
408 prefix = @prefix@
409 program_transform_name = @program_transform_name@
410 psdir = @psdir@
411 sbindir = @sbindir@
412 sharedstatedir = @sharedstatedir@
413 srcdir = @srcdir@
414 sysconfdir = @sysconfdir@
415 target_alias = @target_alias@
416 top_build_prefix = @top_build_prefix@
417 top_builddir = @top_builddir@
418 top_srcdir = @top_srcdir@
419 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
420 SUBDIRS = libsoup po tests examples docs
421 EXTRA_DIST = \
422         data/effective_tld_names.dat    \
423         libsoup-2.4.pc.in               \
424         libsoup-gnome-2.4.pc.in         \
425         gtk-doc.make                    \
426         libsoup-zip.in                  \
427         glib-tap.mk                     \
428         tap-driver.sh                   \
429         tap-test                        \
430         Makefile.glib
431
432 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
433 pkgconfigdir = $(libdir)/pkgconfig
434 pkgconfig_DATA = libsoup-2.4.pc $(am__append_1)
435 all: config.h
436         $(MAKE) $(AM_MAKEFLAGS) all-recursive
437
438 .SUFFIXES:
439 am--refresh: Makefile
440         @:
441 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
442         @for dep in $?; do \
443           case '$(am__configure_deps)' in \
444             *$$dep*) \
445               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
446               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
447                 && exit 0; \
448               exit 1;; \
449           esac; \
450         done; \
451         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
452         $(am__cd) $(top_srcdir) && \
453           $(AUTOMAKE) --foreign Makefile
454 .PRECIOUS: Makefile
455 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
456         @case '$?' in \
457           *config.status*) \
458             echo ' $(SHELL) ./config.status'; \
459             $(SHELL) ./config.status;; \
460           *) \
461             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
462             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
463         esac;
464
465 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
466         $(SHELL) ./config.status --recheck
467
468 $(top_srcdir)/configure:  $(am__configure_deps)
469         $(am__cd) $(srcdir) && $(AUTOCONF)
470 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
471         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
472 $(am__aclocal_m4_deps):
473
474 config.h: stamp-h1
475         @if test ! -f $@; then rm -f stamp-h1; else :; fi
476         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
477
478 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
479         @rm -f stamp-h1
480         cd $(top_builddir) && $(SHELL) ./config.status config.h
481 $(srcdir)/config.h.in:  $(am__configure_deps) 
482         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
483         rm -f stamp-h1
484         touch $@
485
486 distclean-hdr:
487         -rm -f config.h stamp-h1
488 libsoup-2.4.pc: $(top_builddir)/config.status $(srcdir)/libsoup-2.4.pc.in
489         cd $(top_builddir) && $(SHELL) ./config.status $@
490 libsoup-gnome-2.4.pc: $(top_builddir)/config.status $(srcdir)/libsoup-gnome-2.4.pc.in
491         cd $(top_builddir) && $(SHELL) ./config.status $@
492 libsoup-zip: $(top_builddir)/config.status $(srcdir)/libsoup-zip.in
493         cd $(top_builddir) && $(SHELL) ./config.status $@
494
495 mostlyclean-libtool:
496         -rm -f *.lo
497
498 clean-libtool:
499         -rm -rf .libs _libs
500
501 distclean-libtool:
502         -rm -f libtool config.lt
503 install-pkgconfigDATA: $(pkgconfig_DATA)
504         @$(NORMAL_INSTALL)
505         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
506         if test -n "$$list"; then \
507           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
508           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
509         fi; \
510         for p in $$list; do \
511           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
512           echo "$$d$$p"; \
513         done | $(am__base_list) | \
514         while read files; do \
515           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
516           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
517         done
518
519 uninstall-pkgconfigDATA:
520         @$(NORMAL_UNINSTALL)
521         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
522         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
523         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
524
525 # This directory's subdirectories are mostly independent; you can cd
526 # into them and run 'make' without going through this Makefile.
527 # To change the values of 'make' variables: instead of editing Makefiles,
528 # (1) if the variable is set in 'config.status', edit 'config.status'
529 #     (which will cause the Makefiles to be regenerated when you run 'make');
530 # (2) otherwise, pass the desired values on the 'make' command line.
531 $(am__recursive_targets):
532         @fail=; \
533         if $(am__make_keepgoing); then \
534           failcom='fail=yes'; \
535         else \
536           failcom='exit 1'; \
537         fi; \
538         dot_seen=no; \
539         target=`echo $@ | sed s/-recursive//`; \
540         case "$@" in \
541           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
542           *) list='$(SUBDIRS)' ;; \
543         esac; \
544         for subdir in $$list; do \
545           echo "Making $$target in $$subdir"; \
546           if test "$$subdir" = "."; then \
547             dot_seen=yes; \
548             local_target="$$target-am"; \
549           else \
550             local_target="$$target"; \
551           fi; \
552           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
553           || eval $$failcom; \
554         done; \
555         if test "$$dot_seen" = "no"; then \
556           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
557         fi; test -z "$$fail"
558
559 ID: $(am__tagged_files)
560         $(am__define_uniq_tagged_files); mkid -fID $$unique
561 tags: tags-recursive
562 TAGS: tags
563
564 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565         set x; \
566         here=`pwd`; \
567         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568           include_option=--etags-include; \
569           empty_fix=.; \
570         else \
571           include_option=--include; \
572           empty_fix=; \
573         fi; \
574         list='$(SUBDIRS)'; for subdir in $$list; do \
575           if test "$$subdir" = .; then :; else \
576             test ! -f $$subdir/TAGS || \
577               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578           fi; \
579         done; \
580         $(am__define_uniq_tagged_files); \
581         shift; \
582         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
583           test -n "$$unique" || unique=$$empty_fix; \
584           if test $$# -gt 0; then \
585             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586               "$$@" $$unique; \
587           else \
588             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589               $$unique; \
590           fi; \
591         fi
592 ctags: ctags-recursive
593
594 CTAGS: ctags
595 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
596         $(am__define_uniq_tagged_files); \
597         test -z "$(CTAGS_ARGS)$$unique" \
598           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599              $$unique
600
601 GTAGS:
602         here=`$(am__cd) $(top_builddir) && pwd` \
603           && $(am__cd) $(top_srcdir) \
604           && gtags -i $(GTAGS_ARGS) "$$here"
605 cscope: cscope.files
606         test ! -s cscope.files \
607           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
608 clean-cscope:
609         -rm -f cscope.files
610 cscope.files: clean-cscope cscopelist
611 cscopelist: cscopelist-recursive
612
613 cscopelist-am: $(am__tagged_files)
614         list='$(am__tagged_files)'; \
615         case "$(srcdir)" in \
616           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
617           *) sdir=$(subdir)/$(srcdir) ;; \
618         esac; \
619         for i in $$list; do \
620           if test -f "$$i"; then \
621             echo "$(subdir)/$$i"; \
622           else \
623             echo "$$sdir/$$i"; \
624           fi; \
625         done >> $(top_builddir)/cscope.files
626
627 distclean-tags:
628         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
629         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
630
631 distdir: $(DISTFILES)
632         $(am__remove_distdir)
633         test -d "$(distdir)" || mkdir "$(distdir)"
634         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636         list='$(DISTFILES)'; \
637           dist_files=`for file in $$list; do echo $$file; done | \
638           sed -e "s|^$$srcdirstrip/||;t" \
639               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
640         case $$dist_files in \
641           */*) $(MKDIR_P) `echo "$$dist_files" | \
642                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
643                            sort -u` ;; \
644         esac; \
645         for file in $$dist_files; do \
646           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
647           if test -d $$d/$$file; then \
648             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
649             if test -d "$(distdir)/$$file"; then \
650               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
651             fi; \
652             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
653               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
654               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
655             fi; \
656             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
657           else \
658             test -f "$(distdir)/$$file" \
659             || cp -p $$d/$$file "$(distdir)/$$file" \
660             || exit 1; \
661           fi; \
662         done
663         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
664           if test "$$subdir" = .; then :; else \
665             $(am__make_dryrun) \
666               || test -d "$(distdir)/$$subdir" \
667               || $(MKDIR_P) "$(distdir)/$$subdir" \
668               || exit 1; \
669             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
670             $(am__relativize); \
671             new_distdir=$$reldir; \
672             dir1=$$subdir; dir2="$(top_distdir)"; \
673             $(am__relativize); \
674             new_top_distdir=$$reldir; \
675             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
676             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
677             ($(am__cd) $$subdir && \
678               $(MAKE) $(AM_MAKEFLAGS) \
679                 top_distdir="$$new_top_distdir" \
680                 distdir="$$new_distdir" \
681                 am__remove_distdir=: \
682                 am__skip_length_check=: \
683                 am__skip_mode_fix=: \
684                 distdir) \
685               || exit 1; \
686           fi; \
687         done
688         -test -n "$(am__skip_mode_fix)" \
689         || find "$(distdir)" -type d ! -perm -755 \
690                 -exec chmod u+rwx,go+rx {} \; -o \
691           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
692           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
693           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
694         || chmod -R a+r "$(distdir)"
695 dist-gzip: distdir
696         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
697         $(am__post_remove_distdir)
698
699 dist-bzip2: distdir
700         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
701         $(am__post_remove_distdir)
702
703 dist-lzip: distdir
704         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
705         $(am__post_remove_distdir)
706 dist-xz: distdir
707         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
708         $(am__post_remove_distdir)
709
710 dist-tarZ: distdir
711         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
712         $(am__post_remove_distdir)
713
714 dist-shar: distdir
715         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
716         $(am__post_remove_distdir)
717
718 dist-zip: distdir
719         -rm -f $(distdir).zip
720         zip -rq $(distdir).zip $(distdir)
721         $(am__post_remove_distdir)
722
723 dist dist-all:
724         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
725         $(am__post_remove_distdir)
726
727 # This target untars the dist file and tries a VPATH configuration.  Then
728 # it guarantees that the distribution is self-contained by making another
729 # tarfile.
730 distcheck: dist
731         case '$(DIST_ARCHIVES)' in \
732         *.tar.gz*) \
733           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
734         *.tar.bz2*) \
735           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
736         *.tar.lz*) \
737           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
738         *.tar.xz*) \
739           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
740         *.tar.Z*) \
741           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
742         *.shar.gz*) \
743           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
744         *.zip*) \
745           unzip $(distdir).zip ;;\
746         esac
747         chmod -R a-w $(distdir)
748         chmod u+w $(distdir)
749         mkdir $(distdir)/_build $(distdir)/_inst
750         chmod a-w $(distdir)
751         test -d $(distdir)/_build || exit 0; \
752         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
753           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
754           && am__cwd=`pwd` \
755           && $(am__cd) $(distdir)/_build \
756           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
757             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
758             $(DISTCHECK_CONFIGURE_FLAGS) \
759           && $(MAKE) $(AM_MAKEFLAGS) \
760           && $(MAKE) $(AM_MAKEFLAGS) dvi \
761           && $(MAKE) $(AM_MAKEFLAGS) check \
762           && $(MAKE) $(AM_MAKEFLAGS) install \
763           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
764           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
765           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
766                 distuninstallcheck \
767           && chmod -R a-w "$$dc_install_base" \
768           && ({ \
769                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
770                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
771                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
772                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
773                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
774               } || { rm -rf "$$dc_destdir"; exit 1; }) \
775           && rm -rf "$$dc_destdir" \
776           && $(MAKE) $(AM_MAKEFLAGS) dist \
777           && rm -rf $(DIST_ARCHIVES) \
778           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
779           && cd "$$am__cwd" \
780           || exit 1
781         $(am__post_remove_distdir)
782         @(echo "$(distdir) archives ready for distribution: "; \
783           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
784           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
785 distuninstallcheck:
786         @test -n '$(distuninstallcheck_dir)' || { \
787           echo 'ERROR: trying to run $@ with an empty' \
788                '$$(distuninstallcheck_dir)' >&2; \
789           exit 1; \
790         }; \
791         $(am__cd) '$(distuninstallcheck_dir)' || { \
792           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
793           exit 1; \
794         }; \
795         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
796            || { echo "ERROR: files left after uninstall:" ; \
797                 if test -n "$(DESTDIR)"; then \
798                   echo "  (check DESTDIR support)"; \
799                 fi ; \
800                 $(distuninstallcheck_listfiles) ; \
801                 exit 1; } >&2
802 distcleancheck: distclean
803         @if test '$(srcdir)' = . ; then \
804           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
805           exit 1 ; \
806         fi
807         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
808           || { echo "ERROR: files left in build directory after distclean:" ; \
809                $(distcleancheck_listfiles) ; \
810                exit 1; } >&2
811 check-am: all-am
812 check: check-recursive
813 all-am: Makefile $(DATA) config.h
814 installdirs: installdirs-recursive
815 installdirs-am:
816         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
817           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
818         done
819 install: install-recursive
820 install-exec: install-exec-recursive
821 install-data: install-data-recursive
822 uninstall: uninstall-recursive
823
824 install-am: all-am
825         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
826
827 installcheck: installcheck-recursive
828 install-strip:
829         if test -z '$(STRIP)'; then \
830           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
831             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
832               install; \
833         else \
834           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
835             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
836             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
837         fi
838 mostlyclean-generic:
839
840 clean-generic:
841
842 distclean-generic:
843         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
844         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
845
846 maintainer-clean-generic:
847         @echo "This command is intended for maintainers to use"
848         @echo "it deletes files that may require special tools to rebuild."
849 clean: clean-recursive
850
851 clean-am: clean-generic clean-libtool mostlyclean-am
852
853 distclean: distclean-recursive
854         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
855         -rm -f Makefile
856 distclean-am: clean-am distclean-generic distclean-hdr \
857         distclean-libtool distclean-tags
858
859 dvi: dvi-recursive
860
861 dvi-am:
862
863 html: html-recursive
864
865 html-am:
866
867 info: info-recursive
868
869 info-am:
870
871 install-data-am: install-pkgconfigDATA
872
873 install-dvi: install-dvi-recursive
874
875 install-dvi-am:
876
877 install-exec-am:
878
879 install-html: install-html-recursive
880
881 install-html-am:
882
883 install-info: install-info-recursive
884
885 install-info-am:
886
887 install-man:
888
889 install-pdf: install-pdf-recursive
890
891 install-pdf-am:
892
893 install-ps: install-ps-recursive
894
895 install-ps-am:
896
897 installcheck-am:
898
899 maintainer-clean: maintainer-clean-recursive
900         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
901         -rm -rf $(top_srcdir)/autom4te.cache
902         -rm -f Makefile
903 maintainer-clean-am: distclean-am maintainer-clean-generic
904
905 mostlyclean: mostlyclean-recursive
906
907 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
908
909 pdf: pdf-recursive
910
911 pdf-am:
912
913 ps: ps-recursive
914
915 ps-am:
916
917 uninstall-am: uninstall-pkgconfigDATA
918
919 .MAKE: $(am__recursive_targets) all install-am install-strip
920
921 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
922         am--refresh check check-am clean clean-cscope clean-generic \
923         clean-libtool cscope cscopelist-am ctags ctags-am dist \
924         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
925         dist-xz dist-zip distcheck distclean distclean-generic \
926         distclean-hdr distclean-libtool distclean-tags distcleancheck \
927         distdir distuninstallcheck dvi dvi-am html html-am info \
928         info-am install install-am install-data install-data-am \
929         install-dvi install-dvi-am install-exec install-exec-am \
930         install-html install-html-am install-info install-info-am \
931         install-man install-pdf install-pdf-am install-pkgconfigDATA \
932         install-ps install-ps-am install-strip installcheck \
933         installcheck-am installdirs installdirs-am maintainer-clean \
934         maintainer-clean-generic mostlyclean mostlyclean-generic \
935         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
936         uninstall-am uninstall-pkgconfigDATA
937
938
939 # Tell versions [3.59,3.63) of GNU make to not export all variables.
940 # Otherwise a system limit (for SysV at least) may be exceeded.
941 .NOEXPORT: