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