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