Imported Upstream version 2.34.0
[platform/upstream/glib-networking.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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 ### glib-networking declarations
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(top_srcdir)/Makefile.decl $(top_srcdir)/configure AUTHORS \
41         COPYING ChangeLog INSTALL NEWS compile config.guess config.sub \
42         depcomp install-sh ltmain.sh missing
43 @HAVE_LIBPROXY_TRUE@am__append_1 = proxy/libproxy
44 @HAVE_GNOME_PROXY_TRUE@am__append_2 = proxy/gnome
45 @HAVE_PKCS11_TRUE@am__append_3 = tls/pkcs11
46 @HAVE_GNUTLS_TRUE@am__append_4 = tls/gnutls
47 subdir = .
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
50         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
51         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
52         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54         $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56  configure.lineno config.status.lineno
57 mkinstalldirs = $(install_sh) -d
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES =
60 CONFIG_CLEAN_VPATH_FILES =
61 AM_V_GEN = $(am__v_GEN_@AM_V@)
62 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
63 am__v_GEN_0 = @echo "  GEN   " $@;
64 AM_V_at = $(am__v_at_@AM_V@)
65 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
66 am__v_at_0 = @
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70         html-recursive info-recursive install-data-recursive \
71         install-dvi-recursive install-exec-recursive \
72         install-html-recursive install-info-recursive \
73         install-pdf-recursive install-ps-recursive install-recursive \
74         installcheck-recursive installdirs-recursive pdf-recursive \
75         ps-recursive uninstall-recursive
76 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77   distclean-recursive maintainer-clean-recursive
78 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80         distdir dist dist-all distcheck
81 ETAGS = etags
82 CTAGS = ctags
83 DIST_SUBDIRS = po proxy/libproxy proxy/gnome proxy/tests tls/pkcs11 \
84         tls/gnutls tls/tests
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 distdir = $(PACKAGE)-$(VERSION)
87 top_distdir = $(distdir)
88 am__remove_distdir = \
89   if test -d "$(distdir)"; then \
90     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
91       && rm -rf "$(distdir)" \
92       || { sleep 5 && rm -rf "$(distdir)"; }; \
93   else :; fi
94 am__relativize = \
95   dir0=`pwd`; \
96   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
97   sed_rest='s,^[^/]*/*,,'; \
98   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
99   sed_butlast='s,/*[^/]*$$,,'; \
100   while test -n "$$dir1"; do \
101     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102     if test "$$first" != "."; then \
103       if test "$$first" = ".."; then \
104         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
105         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106       else \
107         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
108         if test "$$first2" = "$$first"; then \
109           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
110         else \
111           dir2="../$$dir2"; \
112         fi; \
113         dir0="$$dir0"/"$$first"; \
114       fi; \
115     fi; \
116     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
117   done; \
118   reldir="$$dir2"
119 GZIP_ENV = --best
120 DIST_ARCHIVES = $(distdir).tar.xz
121 distuninstallcheck_listfiles = find . -type f -print
122 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
123   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
124 distcleancheck_listfiles = find . -type f -print
125 ACLOCAL = @ACLOCAL@
126 ALL_LINGUAS = @ALL_LINGUAS@
127 AMTAR = @AMTAR@
128 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
129 AR = @AR@
130 AUTOCONF = @AUTOCONF@
131 AUTOHEADER = @AUTOHEADER@
132 AUTOMAKE = @AUTOMAKE@
133 AWK = @AWK@
134 CATALOGS = @CATALOGS@
135 CATOBJEXT = @CATOBJEXT@
136 CC = @CC@
137 CCDEPMODE = @CCDEPMODE@
138 CFLAGS = @CFLAGS@
139 CPP = @CPP@
140 CPPFLAGS = @CPPFLAGS@
141 CYGPATH_W = @CYGPATH_W@
142 DATADIRNAME = @DATADIRNAME@
143 DEFS = @DEFS@
144 DEPDIR = @DEPDIR@
145 DLLTOOL = @DLLTOOL@
146 DSYMUTIL = @DSYMUTIL@
147 DUMPBIN = @DUMPBIN@
148 ECHO_C = @ECHO_C@
149 ECHO_N = @ECHO_N@
150 ECHO_T = @ECHO_T@
151 EGREP = @EGREP@
152 EXEEXT = @EXEEXT@
153 FGREP = @FGREP@
154 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
155 GIO_MODULE_DIR = @GIO_MODULE_DIR@
156 GIO_QUERYMODULES = @GIO_QUERYMODULES@
157 GLIB_CFLAGS = @GLIB_CFLAGS@
158 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
159 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
160 GLIB_LIBS = @GLIB_LIBS@
161 GLIB_MKENUMS = @GLIB_MKENUMS@
162 GMOFILES = @GMOFILES@
163 GMSGFMT = @GMSGFMT@
164 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
165 GNUTLS_LIBS = @GNUTLS_LIBS@
166 GOBJECT_QUERY = @GOBJECT_QUERY@
167 GREP = @GREP@
168 GSETTINGS_DESKTOP_SCHEMAS_CFLAGS = @GSETTINGS_DESKTOP_SCHEMAS_CFLAGS@
169 GSETTINGS_DESKTOP_SCHEMAS_LIBS = @GSETTINGS_DESKTOP_SCHEMAS_LIBS@
170 INSTALL = @INSTALL@
171 INSTALL_DATA = @INSTALL_DATA@
172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175 INSTOBJEXT = @INSTOBJEXT@
176 INTLLIBS = @INTLLIBS@
177 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
178 INTLTOOL_MERGE = @INTLTOOL_MERGE@
179 INTLTOOL_PERL = @INTLTOOL_PERL@
180 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
181 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
182 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
183 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
184 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
185 LD = @LD@
186 LDFLAGS = @LDFLAGS@
187 LIBOBJS = @LIBOBJS@
188 LIBPROXY_CFLAGS = @LIBPROXY_CFLAGS@
189 LIBPROXY_LIBS = @LIBPROXY_LIBS@
190 LIBS = @LIBS@
191 LIBTOOL = @LIBTOOL@
192 LIPO = @LIPO@
193 LN_S = @LN_S@
194 LTLIBOBJS = @LTLIBOBJS@
195 LTP = @LTP@
196 LTP_GENHTML = @LTP_GENHTML@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MANIFEST_TOOL = @MANIFEST_TOOL@
200 MKDIR_P = @MKDIR_P@
201 MKINSTALLDIRS = @MKINSTALLDIRS@
202 MSGFMT = @MSGFMT@
203 MSGFMT_OPTS = @MSGFMT_OPTS@
204 MSGMERGE = @MSGMERGE@
205 NM = @NM@
206 NMEDIT = @NMEDIT@
207 OBJDUMP = @OBJDUMP@
208 OBJEXT = @OBJEXT@
209 OTOOL = @OTOOL@
210 OTOOL64 = @OTOOL64@
211 PACKAGE = @PACKAGE@
212 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
213 PACKAGE_NAME = @PACKAGE_NAME@
214 PACKAGE_STRING = @PACKAGE_STRING@
215 PACKAGE_TARNAME = @PACKAGE_TARNAME@
216 PACKAGE_URL = @PACKAGE_URL@
217 PACKAGE_VERSION = @PACKAGE_VERSION@
218 PATH_SEPARATOR = @PATH_SEPARATOR@
219 PKCS11_CFLAGS = @PKCS11_CFLAGS@
220 PKCS11_LIBS = @PKCS11_LIBS@
221 PKG_CONFIG = @PKG_CONFIG@
222 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
223 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
224 POFILES = @POFILES@
225 POSUB = @POSUB@
226 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
227 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
228 RANLIB = @RANLIB@
229 SED = @SED@
230 SET_MAKE = @SET_MAKE@
231 SHELL = @SHELL@
232 STRIP = @STRIP@
233 USE_NLS = @USE_NLS@
234 VERSION = @VERSION@
235 XGETTEXT = @XGETTEXT@
236 abs_builddir = @abs_builddir@
237 abs_srcdir = @abs_srcdir@
238 abs_top_builddir = @abs_top_builddir@
239 abs_top_srcdir = @abs_top_srcdir@
240 ac_ct_AR = @ac_ct_AR@
241 ac_ct_CC = @ac_ct_CC@
242 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
243 am__include = @am__include@
244 am__leading_dot = @am__leading_dot@
245 am__quote = @am__quote@
246 am__tar = @am__tar@
247 am__untar = @am__untar@
248 bindir = @bindir@
249 build = @build@
250 build_alias = @build_alias@
251 build_cpu = @build_cpu@
252 build_os = @build_os@
253 build_vendor = @build_vendor@
254 builddir = @builddir@
255 datadir = @datadir@
256 datarootdir = @datarootdir@
257 docdir = @docdir@
258 dvidir = @dvidir@
259 exec_prefix = @exec_prefix@
260 host = @host@
261 host_alias = @host_alias@
262 host_cpu = @host_cpu@
263 host_os = @host_os@
264 host_vendor = @host_vendor@
265 htmldir = @htmldir@
266 includedir = @includedir@
267 infodir = @infodir@
268 install_sh = @install_sh@
269 intltool__v_merge_options_ = @intltool__v_merge_options_@
270 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
271 libdir = @libdir@
272 libexecdir = @libexecdir@
273 localedir = @localedir@
274 localstatedir = @localstatedir@
275 mandir = @mandir@
276 mkdir_p = @mkdir_p@
277 oldincludedir = @oldincludedir@
278 pdfdir = @pdfdir@
279 prefix = @prefix@
280 program_transform_name = @program_transform_name@
281 psdir = @psdir@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 srcdir = @srcdir@
285 sysconfdir = @sysconfdir@
286 target_alias = @target_alias@
287 top_build_prefix = @top_build_prefix@
288 top_builddir = @top_builddir@
289 top_srcdir = @top_srcdir@
290 NULL = 
291 module_flags = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload|query)'
292 giomoduledir = $(GIO_MODULE_DIR)
293 INCLUDES = \
294         -DG_LOG_DOMAIN=\"GLib-Net\"     \
295         -DG_DISABLE_DEPRECATED          \
296         $(GLIB_CFLAGS)                  \
297         $(NULL)
298
299
300 ### gtester stuff from glib
301 GTESTER = gtester                       # for non-GLIB packages
302 GTESTER_REPORT = gtester-report         # for the GLIB package
303
304 # initialize variables for unconditional += appending
305 EXTRA_DIST = 
306 TEST_PROGS = 
307 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
308 SUBDIRS = po $(am__append_1) $(am__append_2) proxy/tests \
309         $(am__append_3) $(am__append_4) tls/tests
310 all: config.h
311         $(MAKE) $(AM_MAKEFLAGS) all-recursive
312
313 .SUFFIXES:
314 am--refresh: Makefile
315         @:
316 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
317         @for dep in $?; do \
318           case '$(am__configure_deps)' in \
319             *$$dep*) \
320               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
321               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
322                 && exit 0; \
323               exit 1;; \
324           esac; \
325         done; \
326         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
327         $(am__cd) $(top_srcdir) && \
328           $(AUTOMAKE) --gnu Makefile
329 .PRECIOUS: Makefile
330 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331         @case '$?' in \
332           *config.status*) \
333             echo ' $(SHELL) ./config.status'; \
334             $(SHELL) ./config.status;; \
335           *) \
336             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
337             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
338         esac;
339 $(top_srcdir)/Makefile.decl:
340
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342         $(SHELL) ./config.status --recheck
343
344 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345         $(am__cd) $(srcdir) && $(AUTOCONF)
346 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
348 $(am__aclocal_m4_deps):
349
350 config.h: stamp-h1
351         @if test ! -f $@; then rm -f stamp-h1; else :; fi
352         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
353
354 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
355         @rm -f stamp-h1
356         cd $(top_builddir) && $(SHELL) ./config.status config.h
357 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
358         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
359         rm -f stamp-h1
360         touch $@
361
362 distclean-hdr:
363         -rm -f config.h stamp-h1
364
365 mostlyclean-libtool:
366         -rm -f *.lo
367
368 clean-libtool:
369         -rm -rf .libs _libs
370
371 distclean-libtool:
372         -rm -f libtool config.lt
373
374 # This directory's subdirectories are mostly independent; you can cd
375 # into them and run `make' without going through this Makefile.
376 # To change the values of `make' variables: instead of editing Makefiles,
377 # (1) if the variable is set in `config.status', edit `config.status'
378 #     (which will cause the Makefiles to be regenerated when you run `make');
379 # (2) otherwise, pass the desired values on the `make' command line.
380 $(RECURSIVE_TARGETS):
381         @fail= failcom='exit 1'; \
382         for f in x $$MAKEFLAGS; do \
383           case $$f in \
384             *=* | --[!k]*);; \
385             *k*) failcom='fail=yes';; \
386           esac; \
387         done; \
388         dot_seen=no; \
389         target=`echo $@ | sed s/-recursive//`; \
390         list='$(SUBDIRS)'; for subdir in $$list; do \
391           echo "Making $$target in $$subdir"; \
392           if test "$$subdir" = "."; then \
393             dot_seen=yes; \
394             local_target="$$target-am"; \
395           else \
396             local_target="$$target"; \
397           fi; \
398           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399           || eval $$failcom; \
400         done; \
401         if test "$$dot_seen" = "no"; then \
402           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
403         fi; test -z "$$fail"
404
405 $(RECURSIVE_CLEAN_TARGETS):
406         @fail= failcom='exit 1'; \
407         for f in x $$MAKEFLAGS; do \
408           case $$f in \
409             *=* | --[!k]*);; \
410             *k*) failcom='fail=yes';; \
411           esac; \
412         done; \
413         dot_seen=no; \
414         case "$@" in \
415           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
416           *) list='$(SUBDIRS)' ;; \
417         esac; \
418         rev=''; for subdir in $$list; do \
419           if test "$$subdir" = "."; then :; else \
420             rev="$$subdir $$rev"; \
421           fi; \
422         done; \
423         rev="$$rev ."; \
424         target=`echo $@ | sed s/-recursive//`; \
425         for subdir in $$rev; do \
426           echo "Making $$target in $$subdir"; \
427           if test "$$subdir" = "."; then \
428             local_target="$$target-am"; \
429           else \
430             local_target="$$target"; \
431           fi; \
432           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
433           || eval $$failcom; \
434         done && test -z "$$fail"
435 tags-recursive:
436         list='$(SUBDIRS)'; for subdir in $$list; do \
437           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
438         done
439 ctags-recursive:
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
442         done
443
444 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
445         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
446         unique=`for i in $$list; do \
447             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448           done | \
449           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450               END { if (nonempty) { for (i in files) print i; }; }'`; \
451         mkid -fID $$unique
452 tags: TAGS
453
454 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
455                 $(TAGS_FILES) $(LISP)
456         set x; \
457         here=`pwd`; \
458         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
459           include_option=--etags-include; \
460           empty_fix=.; \
461         else \
462           include_option=--include; \
463           empty_fix=; \
464         fi; \
465         list='$(SUBDIRS)'; for subdir in $$list; do \
466           if test "$$subdir" = .; then :; else \
467             test ! -f $$subdir/TAGS || \
468               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
469           fi; \
470         done; \
471         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
472         unique=`for i in $$list; do \
473             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474           done | \
475           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476               END { if (nonempty) { for (i in files) print i; }; }'`; \
477         shift; \
478         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479           test -n "$$unique" || unique=$$empty_fix; \
480           if test $$# -gt 0; then \
481             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
482               "$$@" $$unique; \
483           else \
484             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485               $$unique; \
486           fi; \
487         fi
488 ctags: CTAGS
489 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
490                 $(TAGS_FILES) $(LISP)
491         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496               END { if (nonempty) { for (i in files) print i; }; }'`; \
497         test -z "$(CTAGS_ARGS)$$unique" \
498           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499              $$unique
500
501 GTAGS:
502         here=`$(am__cd) $(top_builddir) && pwd` \
503           && $(am__cd) $(top_srcdir) \
504           && gtags -i $(GTAGS_ARGS) "$$here"
505
506 distclean-tags:
507         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
509 distdir: $(DISTFILES)
510         $(am__remove_distdir)
511         test -d "$(distdir)" || mkdir "$(distdir)"
512         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514         list='$(DISTFILES)'; \
515           dist_files=`for file in $$list; do echo $$file; done | \
516           sed -e "s|^$$srcdirstrip/||;t" \
517               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
518         case $$dist_files in \
519           */*) $(MKDIR_P) `echo "$$dist_files" | \
520                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521                            sort -u` ;; \
522         esac; \
523         for file in $$dist_files; do \
524           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525           if test -d $$d/$$file; then \
526             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527             if test -d "$(distdir)/$$file"; then \
528               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529             fi; \
530             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
532               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533             fi; \
534             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
535           else \
536             test -f "$(distdir)/$$file" \
537             || cp -p $$d/$$file "$(distdir)/$$file" \
538             || exit 1; \
539           fi; \
540         done
541         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542           if test "$$subdir" = .; then :; else \
543             test -d "$(distdir)/$$subdir" \
544             || $(MKDIR_P) "$(distdir)/$$subdir" \
545             || exit 1; \
546           fi; \
547         done
548         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
549           if test "$$subdir" = .; then :; else \
550             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
551             $(am__relativize); \
552             new_distdir=$$reldir; \
553             dir1=$$subdir; dir2="$(top_distdir)"; \
554             $(am__relativize); \
555             new_top_distdir=$$reldir; \
556             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
557             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
558             ($(am__cd) $$subdir && \
559               $(MAKE) $(AM_MAKEFLAGS) \
560                 top_distdir="$$new_top_distdir" \
561                 distdir="$$new_distdir" \
562                 am__remove_distdir=: \
563                 am__skip_length_check=: \
564                 am__skip_mode_fix=: \
565                 distdir) \
566               || exit 1; \
567           fi; \
568         done
569         -test -n "$(am__skip_mode_fix)" \
570         || find "$(distdir)" -type d ! -perm -755 \
571                 -exec chmod u+rwx,go+rx {} \; -o \
572           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
573           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
574           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
575         || chmod -R a+r "$(distdir)"
576 dist-gzip: distdir
577         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
578         $(am__remove_distdir)
579
580 dist-bzip2: distdir
581         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
582         $(am__remove_distdir)
583
584 dist-lzip: distdir
585         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
586         $(am__remove_distdir)
587
588 dist-lzma: distdir
589         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
590         $(am__remove_distdir)
591 dist-xz: distdir
592         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
593         $(am__remove_distdir)
594
595 dist-tarZ: distdir
596         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
597         $(am__remove_distdir)
598
599 dist-shar: distdir
600         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
601         $(am__remove_distdir)
602
603 dist-zip: distdir
604         -rm -f $(distdir).zip
605         zip -rq $(distdir).zip $(distdir)
606         $(am__remove_distdir)
607
608 dist dist-all: distdir
609         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
610         $(am__remove_distdir)
611
612 # This target untars the dist file and tries a VPATH configuration.  Then
613 # it guarantees that the distribution is self-contained by making another
614 # tarfile.
615 distcheck: dist
616         case '$(DIST_ARCHIVES)' in \
617         *.tar.gz*) \
618           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
619         *.tar.bz2*) \
620           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
621         *.tar.lzma*) \
622           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
623         *.tar.lz*) \
624           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
625         *.tar.xz*) \
626           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
627         *.tar.Z*) \
628           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
629         *.shar.gz*) \
630           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
631         *.zip*) \
632           unzip $(distdir).zip ;;\
633         esac
634         chmod -R a-w $(distdir); chmod a+w $(distdir)
635         mkdir $(distdir)/_build
636         mkdir $(distdir)/_inst
637         chmod a-w $(distdir)
638         test -d $(distdir)/_build || exit 0; \
639         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
640           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
641           && am__cwd=`pwd` \
642           && $(am__cd) $(distdir)/_build \
643           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
644             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
645             $(DISTCHECK_CONFIGURE_FLAGS) \
646           && $(MAKE) $(AM_MAKEFLAGS) \
647           && $(MAKE) $(AM_MAKEFLAGS) dvi \
648           && $(MAKE) $(AM_MAKEFLAGS) check \
649           && $(MAKE) $(AM_MAKEFLAGS) install \
650           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
651           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
652           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
653                 distuninstallcheck \
654           && chmod -R a-w "$$dc_install_base" \
655           && ({ \
656                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
657                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
658                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
659                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
660                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
661               } || { rm -rf "$$dc_destdir"; exit 1; }) \
662           && rm -rf "$$dc_destdir" \
663           && $(MAKE) $(AM_MAKEFLAGS) dist \
664           && rm -rf $(DIST_ARCHIVES) \
665           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
666           && cd "$$am__cwd" \
667           || exit 1
668         $(am__remove_distdir)
669         @(echo "$(distdir) archives ready for distribution: "; \
670           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
671           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
672 distuninstallcheck:
673         @test -n '$(distuninstallcheck_dir)' || { \
674           echo 'ERROR: trying to run $@ with an empty' \
675                '$$(distuninstallcheck_dir)' >&2; \
676           exit 1; \
677         }; \
678         $(am__cd) '$(distuninstallcheck_dir)' || { \
679           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
680           exit 1; \
681         }; \
682         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
683            || { echo "ERROR: files left after uninstall:" ; \
684                 if test -n "$(DESTDIR)"; then \
685                   echo "  (check DESTDIR support)"; \
686                 fi ; \
687                 $(distuninstallcheck_listfiles) ; \
688                 exit 1; } >&2
689 distcleancheck: distclean
690         @if test '$(srcdir)' = . ; then \
691           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
692           exit 1 ; \
693         fi
694         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
695           || { echo "ERROR: files left in build directory after distclean:" ; \
696                $(distcleancheck_listfiles) ; \
697                exit 1; } >&2
698 check-am: all-am
699         $(MAKE) $(AM_MAKEFLAGS) check-local
700 check: check-recursive
701 all-am: Makefile config.h
702 installdirs: installdirs-recursive
703 installdirs-am:
704 install: install-recursive
705 install-exec: install-exec-recursive
706 install-data: install-data-recursive
707 uninstall: uninstall-recursive
708
709 install-am: all-am
710         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712 installcheck: installcheck-recursive
713 install-strip:
714         if test -z '$(STRIP)'; then \
715           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717               install; \
718         else \
719           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722         fi
723 mostlyclean-generic:
724
725 clean-generic:
726
727 distclean-generic:
728         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730
731 maintainer-clean-generic:
732         @echo "This command is intended for maintainers to use"
733         @echo "it deletes files that may require special tools to rebuild."
734 clean: clean-recursive
735
736 clean-am: clean-generic clean-libtool mostlyclean-am
737
738 distclean: distclean-recursive
739         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
740         -rm -f Makefile
741 distclean-am: clean-am distclean-generic distclean-hdr \
742         distclean-libtool distclean-tags
743
744 dvi: dvi-recursive
745
746 dvi-am:
747
748 html: html-recursive
749
750 html-am:
751
752 info: info-recursive
753
754 info-am:
755
756 install-data-am:
757
758 install-dvi: install-dvi-recursive
759
760 install-dvi-am:
761
762 install-exec-am:
763         @$(NORMAL_INSTALL)
764         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
765 install-html: install-html-recursive
766
767 install-html-am:
768
769 install-info: install-info-recursive
770
771 install-info-am:
772
773 install-man:
774
775 install-pdf: install-pdf-recursive
776
777 install-pdf-am:
778
779 install-ps: install-ps-recursive
780
781 install-ps-am:
782
783 installcheck-am:
784
785 maintainer-clean: maintainer-clean-recursive
786         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
787         -rm -rf $(top_srcdir)/autom4te.cache
788         -rm -f Makefile
789 maintainer-clean-am: distclean-am maintainer-clean-generic
790
791 mostlyclean: mostlyclean-recursive
792
793 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
794
795 pdf: pdf-recursive
796
797 pdf-am:
798
799 ps: ps-recursive
800
801 ps-am:
802
803 uninstall-am:
804         @$(NORMAL_INSTALL)
805         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
806 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
807         ctags-recursive install-am install-exec-am install-strip \
808         tags-recursive uninstall-am
809
810 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
811         all all-am am--refresh check check-am check-local clean \
812         clean-generic clean-libtool ctags ctags-recursive dist \
813         dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
814         dist-tarZ dist-xz dist-zip distcheck distclean \
815         distclean-generic distclean-hdr distclean-libtool \
816         distclean-tags distcleancheck distdir distuninstallcheck dvi \
817         dvi-am html html-am info info-am install install-am \
818         install-data install-data-am install-dvi install-dvi-am \
819         install-exec install-exec-am install-exec-hook install-html \
820         install-html-am install-info install-info-am install-man \
821         install-pdf install-pdf-am install-ps install-ps-am \
822         install-strip installcheck installcheck-am installdirs \
823         installdirs-am maintainer-clean maintainer-clean-generic \
824         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
825         ps ps-am tags tags-recursive uninstall uninstall-am \
826         uninstall-hook
827
828
829 ### testing rules
830
831 # test: run all tests in cwd and subdirs
832 test: test-nonrecursive
833         @ for subdir in $(SUBDIRS) . ; do \
834             test "$$subdir" = "." -o "$$subdir" = "po" || \
835             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
836           done
837
838 # test-nonrecursive: run tests only in cwd
839 test-nonrecursive: ${TEST_PROGS}
840         @test -z "${TEST_PROGS}" || ${TEST_ENVIRONMENT} ${GTESTER} --verbose ${TEST_PROGS}
841
842 # test-report: run tests in subdirs and generate report
843 # perf-report: run tests in subdirs with -m perf and generate report
844 # full-report: like test-report: with -m perf and -m slow
845 test-report perf-report full-report:    ${TEST_PROGS}
846         @test -z "${TEST_PROGS}" || { \
847           case $@ in \
848           test-report) test_options="-k";; \
849           perf-report) test_options="-k -m=perf";; \
850           full-report) test_options="-k -m=perf -m=slow";; \
851           esac ; \
852           if test -z "$$GTESTER_LOGDIR" ; then  \
853             ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
854           elif test -n "${TEST_PROGS}" ; then \
855             ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
856           fi ; \
857         }
858         @ ignore_logdir=true ; \
859           if test -z "$$GTESTER_LOGDIR" ; then \
860             GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
861             ignore_logdir=false ; \
862           fi ; \
863           if test -d "$(top_srcdir)/.git" ; then \
864             REVISION=`git describe` ; \
865           else \
866             REVISION=$(VERSION) ; \
867           fi ; \
868           for subdir in $(SUBDIRS) . ; do \
869             test "$$subdir" = "." -o "$$subdir" = "po" || \
870             ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
871           done ; \
872           $$ignore_logdir || { \
873             echo '<?xml version="1.0"?>'              > $@.xml ; \
874             echo '<report-collection>'               >> $@.xml ; \
875             echo '<info>'                            >> $@.xml ; \
876             echo '  <package>$(PACKAGE)</package>'   >> $@.xml ; \
877             echo '  <version>$(VERSION)</version>'   >> $@.xml ; \
878             echo "  <revision>$$REVISION</revision>" >> $@.xml ; \
879             echo '</info>'                           >> $@.xml ; \
880             for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
881               sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
882             done ; \
883             echo >> $@.xml ; \
884             echo '</report-collection>' >> $@.xml ; \
885             rm -rf "$$GTESTER_LOGDIR"/ ; \
886             ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
887           }
888 .PHONY: test test-report perf-report full-report test-nonrecursive
889
890 .PHONY: lcov genlcov lcov-clean
891 # use recursive makes in order to ignore errors during check
892 lcov:
893         find $(top_builddir) -name '*.gcda' -delete
894         -$(MAKE) $(AM_MAKEFLAGS) -k check
895         $(MAKE) $(AM_MAKEFLAGS) genlcov
896
897 genlcov:
898         $(LTP) --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool
899         LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --show-details glib-lcov.info
900
901 lcov-clean:
902         -$(LTP) --directory $(top_builddir) -z
903         -rm -rf glib-lcov.info glib-lcov
904         -find -name '*.gcda' -print | xargs rm
905
906 # run tests in cwd as part of make check
907 check-local: test-nonrecursive
908
909 install-exec-hook:
910         if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
911                 $(GIO_QUERYMODULES) $(GIO_MODULE_DIR) ;           \
912         fi
913
914 uninstall-hook:
915         if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
916                 $(GIO_QUERYMODULES) $(GIO_MODULE_DIR) ;           \
917         fi
918
919 # Tell versions [3.59,3.63) of GNU make to not export all variables.
920 # Otherwise a system limit (for SysV at least) may be exceeded.
921 .NOEXPORT: