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