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