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