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