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