Imported Upstream version 0.100.2
[platform/upstream/dbus-glib.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright © 2010 Collabora Ltd. <http://www.collabora.co.uk/>
19 #
20 # Licensed under the Academic Free License version 2.1
21 #
22 # This program is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2 of the License, or
25 # (at your option) any later version.
26 #
27 # Alternatively, at your option, you can redistribute and/or modify
28 # this single file under the terms of the GNU Lesser General Public License
29 # as published by the Free Software Foundation; either version 2.1 of
30 # that license, or (at your option) any later version.
31 #
32 # This program is distributed in the hope that it will be useful,
33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35 # GNU General Public License for more details.
36 #
37 # You should have received a copy of the GNU General Public License
38 # along with this program; if not, write to the Free Software
39 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
40
41 VPATH = @srcdir@
42 am__make_dryrun = \
43   { \
44     am__dry=no; \
45     case $$MAKEFLAGS in \
46       *\\[\ \   ]*) \
47         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
48           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
49       *) \
50         for am__flg in $$MAKEFLAGS; do \
51           case $$am__flg in \
52             *=*|--*) ;; \
53             *n*) am__dry=yes; break;; \
54           esac; \
55         done;; \
56     esac; \
57     test $$am__dry = yes; \
58   }
59 pkgdatadir = $(datadir)/@PACKAGE@
60 pkgincludedir = $(includedir)/@PACKAGE@
61 pkglibdir = $(libdir)/@PACKAGE@
62 pkglibexecdir = $(libexecdir)/@PACKAGE@
63 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64 install_sh_DATA = $(install_sh) -c -m 644
65 install_sh_PROGRAM = $(install_sh) -c
66 install_sh_SCRIPT = $(install_sh) -c
67 INSTALL_HEADER = $(INSTALL_DATA)
68 transform = $(program_transform_name)
69 NORMAL_INSTALL = :
70 PRE_INSTALL = :
71 POST_INSTALL = :
72 NORMAL_UNINSTALL = :
73 PRE_UNINSTALL = :
74 POST_UNINSTALL = :
75 build_triplet = @build@
76 host_triplet = @host@
77 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
78         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
79         $(srcdir)/dbus-glib-1-uninstalled.pc.in \
80         $(srcdir)/dbus-glib-1.pc.in $(srcdir)/tools/lcov.am \
81         $(top_srcdir)/configure \
82         $(top_srcdir)/test/data/valid-service-files/debug-echo.service.in \
83         $(top_srcdir)/test/data/valid-service-files/debug-glib.service.in \
84         $(top_srcdir)/test/data/valid-service-files/interfaces-test.service.in \
85         AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \
86         depcomp install-sh ltmain.sh missing
87 subdir = .
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
90         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
91         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
92         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94         $(ACLOCAL_M4)
95 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96  configure.lineno config.status.lineno
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = config.h
99 CONFIG_CLEAN_FILES = test/data/valid-service-files/debug-glib.service \
100         test/data/valid-service-files/debug-echo.service \
101         test/data/valid-service-files/interfaces-test.service \
102         dbus-glib-1.pc dbus-glib-1-uninstalled.pc
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo "  GEN   " $@;
107 AM_V_at = $(am__v_at_@AM_V@)
108 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109 am__v_at_0 = @
110 SOURCES =
111 DIST_SOURCES =
112 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
113         html-recursive info-recursive install-data-recursive \
114         install-dvi-recursive install-exec-recursive \
115         install-html-recursive install-info-recursive \
116         install-pdf-recursive install-ps-recursive install-recursive \
117         installcheck-recursive installdirs-recursive pdf-recursive \
118         ps-recursive uninstall-recursive
119 am__can_run_installinfo = \
120   case $$AM_UPDATE_INFO_DIR in \
121     n|no|NO) false;; \
122     *) (install-info --version) >/dev/null 2>&1;; \
123   esac
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127     *) f=$$p;; \
128   esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136   for p in $$list; do echo "$$p $$p"; done | \
137   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139     if (++n[$$2] == $(am__install_max)) \
140       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141     END { for (dir in files) print dir, files[dir] }'
142 am__base_list = \
143   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
146   test -z "$$files" \
147     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149          $(am__cd) "$$dir" && rm -f $$files; }; \
150   }
151 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
152 DATA = $(pkgconfig_DATA)
153 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
154   distclean-recursive maintainer-clean-recursive
155 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
156         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
157         distdir dist dist-all distcheck
158 ETAGS = etags
159 CTAGS = ctags
160 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161 distdir = $(PACKAGE)-$(VERSION)
162 top_distdir = $(distdir)
163 am__remove_distdir = \
164   if test -d "$(distdir)"; then \
165     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
166       && rm -rf "$(distdir)" \
167       || { sleep 5 && rm -rf "$(distdir)"; }; \
168   else :; fi
169 am__relativize = \
170   dir0=`pwd`; \
171   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
172   sed_rest='s,^[^/]*/*,,'; \
173   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
174   sed_butlast='s,/*[^/]*$$,,'; \
175   while test -n "$$dir1"; do \
176     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177     if test "$$first" != "."; then \
178       if test "$$first" = ".."; then \
179         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
180         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
181       else \
182         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
183         if test "$$first2" = "$$first"; then \
184           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
185         else \
186           dir2="../$$dir2"; \
187         fi; \
188         dir0="$$dir0"/"$$first"; \
189       fi; \
190     fi; \
191     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
192   done; \
193   reldir="$$dir2"
194 DIST_ARCHIVES = $(distdir).tar.gz
195 GZIP_ENV = --best
196 distuninstallcheck_listfiles = find . -type f -print
197 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
198   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
199 distcleancheck_listfiles = find . -type f -print
200 ABSOLUTE_TOP_BUILDDIR = @ABSOLUTE_TOP_BUILDDIR@
201 ACLOCAL = @ACLOCAL@
202 AMTAR = @AMTAR@
203 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204 AR = @AR@
205 AUTOCONF = @AUTOCONF@
206 AUTOHEADER = @AUTOHEADER@
207 AUTOMAKE = @AUTOMAKE@
208 AWK = @AWK@
209 CC = @CC@
210 CCDEPMODE = @CCDEPMODE@
211 CFLAGS = @CFLAGS@
212 CPP = @CPP@
213 CPPFLAGS = @CPPFLAGS@
214 CYGPATH_W = @CYGPATH_W@
215 DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
216 DBUS_CFLAGS = @DBUS_CFLAGS@
217 DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
218 DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
219 DBUS_GLIB_THREADS_CFLAGS = @DBUS_GLIB_THREADS_CFLAGS@
220 DBUS_GLIB_THREADS_LIBS = @DBUS_GLIB_THREADS_LIBS@
221 DBUS_GLIB_TOOL_CFLAGS = @DBUS_GLIB_TOOL_CFLAGS@
222 DBUS_GLIB_TOOL_LIBS = @DBUS_GLIB_TOOL_LIBS@
223 DBUS_LIBS = @DBUS_LIBS@
224 DBUS_PATH_OR_ABSTRACT = @DBUS_PATH_OR_ABSTRACT@
225 DEFS = @DEFS@
226 DEPDIR = @DEPDIR@
227 DLLTOOL = @DLLTOOL@
228 DSYMUTIL = @DSYMUTIL@
229 DUMPBIN = @DUMPBIN@
230 ECHO_C = @ECHO_C@
231 ECHO_N = @ECHO_N@
232 ECHO_T = @ECHO_T@
233 EGREP = @EGREP@
234 EXEEXT = @EXEEXT@
235 EXPANDED_BINDIR = @EXPANDED_BINDIR@
236 EXPANDED_DATADIR = @EXPANDED_DATADIR@
237 EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
238 EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
239 EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
240 FGREP = @FGREP@
241 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
242 GREP = @GREP@
243 GTKDOC_CHECK = @GTKDOC_CHECK@
244 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
245 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
246 GTKDOC_MKPDF = @GTKDOC_MKPDF@
247 GTKDOC_REBASE = @GTKDOC_REBASE@
248 HTML_DIR = @HTML_DIR@
249 INSTALL = @INSTALL@
250 INSTALL_DATA = @INSTALL_DATA@
251 INSTALL_PROGRAM = @INSTALL_PROGRAM@
252 INSTALL_SCRIPT = @INSTALL_SCRIPT@
253 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
254 LD = @LD@
255 LDFLAGS = @LDFLAGS@
256 LIBOBJS = @LIBOBJS@
257 LIBS = @LIBS@
258 LIBTOOL = @LIBTOOL@
259 LIPO = @LIPO@
260 LN_S = @LN_S@
261 LTLIBOBJS = @LTLIBOBJS@
262 LT_AGE = @LT_AGE@
263 LT_CURRENT = @LT_CURRENT@
264 LT_REVISION = @LT_REVISION@
265 MAINT = @MAINT@
266 MAKEINFO = @MAKEINFO@
267 MANIFEST_TOOL = @MANIFEST_TOOL@
268 MKDIR_P = @MKDIR_P@
269 NM = @NM@
270 NMEDIT = @NMEDIT@
271 OBJDUMP = @OBJDUMP@
272 OBJEXT = @OBJEXT@
273 OTOOL = @OTOOL@
274 OTOOL64 = @OTOOL64@
275 PACKAGE = @PACKAGE@
276 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277 PACKAGE_NAME = @PACKAGE_NAME@
278 PACKAGE_STRING = @PACKAGE_STRING@
279 PACKAGE_TARNAME = @PACKAGE_TARNAME@
280 PACKAGE_URL = @PACKAGE_URL@
281 PACKAGE_VERSION = @PACKAGE_VERSION@
282 PATH_SEPARATOR = @PATH_SEPARATOR@
283 PKG_CONFIG = @PKG_CONFIG@
284 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
285 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
286 RANLIB = @RANLIB@
287 SED = @SED@
288 SET_MAKE = @SET_MAKE@
289 SHELL = @SHELL@
290 STRIP = @STRIP@
291 TEST_CORE_SERVICE_BINARY = @TEST_CORE_SERVICE_BINARY@
292 TEST_EXIT_BINARY = @TEST_EXIT_BINARY@
293 TEST_INTERFACES_SERVICE_BINARY = @TEST_INTERFACES_SERVICE_BINARY@
294 TEST_SEGFAULT_BINARY = @TEST_SEGFAULT_BINARY@
295 TEST_SERVICE_BINARY = @TEST_SERVICE_BINARY@
296 TEST_SERVICE_DIR = @TEST_SERVICE_DIR@
297 TEST_SHELL_SERVICE_BINARY = @TEST_SHELL_SERVICE_BINARY@
298 TEST_SLEEP_FOREVER_BINARY = @TEST_SLEEP_FOREVER_BINARY@
299 TEST_SOCKET_DIR = @TEST_SOCKET_DIR@
300 VERSION = @VERSION@
301 abs_builddir = @abs_builddir@
302 abs_srcdir = @abs_srcdir@
303 abs_top_builddir = @abs_top_builddir@
304 abs_top_srcdir = @abs_top_srcdir@
305 ac_ct_AR = @ac_ct_AR@
306 ac_ct_CC = @ac_ct_CC@
307 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
308 am__include = @am__include@
309 am__leading_dot = @am__leading_dot@
310 am__quote = @am__quote@
311 am__tar = @am__tar@
312 am__untar = @am__untar@
313 bindir = @bindir@
314 build = @build@
315 build_alias = @build_alias@
316 build_cpu = @build_cpu@
317 build_os = @build_os@
318 build_vendor = @build_vendor@
319 builddir = @builddir@
320 datadir = @datadir@
321 datarootdir = @datarootdir@
322 docdir = @docdir@
323 dvidir = @dvidir@
324 exec_prefix = @exec_prefix@
325 host = @host@
326 host_alias = @host_alias@
327 host_cpu = @host_cpu@
328 host_os = @host_os@
329 host_vendor = @host_vendor@
330 htmldir = @htmldir@
331 includedir = @includedir@
332 infodir = @infodir@
333 install_sh = @install_sh@
334 libdir = @libdir@
335 libexecdir = @libexecdir@
336 localedir = @localedir@
337 localstatedir = @localstatedir@
338 mandir = @mandir@
339 mkdir_p = @mkdir_p@
340 oldincludedir = @oldincludedir@
341 pdfdir = @pdfdir@
342 prefix = @prefix@
343 program_transform_name = @program_transform_name@
344 psdir = @psdir@
345 sbindir = @sbindir@
346 sharedstatedir = @sharedstatedir@
347 srcdir = @srcdir@
348 sysconfdir = @sysconfdir@
349 target_alias = @target_alias@
350 top_build_prefix = @top_build_prefix@
351 top_builddir = @top_builddir@
352 top_srcdir = @top_srcdir@
353 ACLOCAL_AMFLAGS = -I m4
354 GLIB_PC = dbus-glib-1.pc
355 SUBDIRS = dbus tools test doc
356 DIST_SUBDIRS = dbus tools test doc m4
357 pkgconfigdir = $(libdir)/pkgconfig
358 pkgconfig_DATA = $(GLIB_PC)
359 DISTCLEANFILES = \
360         $(GLIB_PC)
361
362 EXTRA_DIST = HACKING NEWS dbus-bus-introspect.xml dbus-glib-1.pc.in \
363         ChangeLog
364
365 # Creating ChangeLog from git log:
366 MAINTAINERCLEANFILES = ChangeLog
367 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-checks --enable-tests
368 all: config.h
369         $(MAKE) $(AM_MAKEFLAGS) all-recursive
370
371 .SUFFIXES:
372 am--refresh: Makefile
373         @:
374 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/tools/lcov.am $(am__configure_deps)
375         @for dep in $?; do \
376           case '$(am__configure_deps)' in \
377             *$$dep*) \
378               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
379               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
380                 && exit 0; \
381               exit 1;; \
382           esac; \
383         done; \
384         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
385         $(am__cd) $(top_srcdir) && \
386           $(AUTOMAKE) --gnu Makefile
387 .PRECIOUS: Makefile
388 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
389         @case '$?' in \
390           *config.status*) \
391             echo ' $(SHELL) ./config.status'; \
392             $(SHELL) ./config.status;; \
393           *) \
394             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
395             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
396         esac;
397 $(srcdir)/tools/lcov.am:
398
399 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400         $(SHELL) ./config.status --recheck
401
402 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
403         $(am__cd) $(srcdir) && $(AUTOCONF)
404 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
405         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
406 $(am__aclocal_m4_deps):
407
408 config.h: stamp-h1
409         @if test ! -f $@; then rm -f stamp-h1; else :; fi
410         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
411
412 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
413         @rm -f stamp-h1
414         cd $(top_builddir) && $(SHELL) ./config.status config.h
415 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
416         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
417         rm -f stamp-h1
418         touch $@
419
420 distclean-hdr:
421         -rm -f config.h stamp-h1
422 test/data/valid-service-files/debug-glib.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-glib.service.in
423         cd $(top_builddir) && $(SHELL) ./config.status $@
424 test/data/valid-service-files/debug-echo.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-echo.service.in
425         cd $(top_builddir) && $(SHELL) ./config.status $@
426 test/data/valid-service-files/interfaces-test.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/interfaces-test.service.in
427         cd $(top_builddir) && $(SHELL) ./config.status $@
428 dbus-glib-1.pc: $(top_builddir)/config.status $(srcdir)/dbus-glib-1.pc.in
429         cd $(top_builddir) && $(SHELL) ./config.status $@
430 dbus-glib-1-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/dbus-glib-1-uninstalled.pc.in
431         cd $(top_builddir) && $(SHELL) ./config.status $@
432
433 mostlyclean-libtool:
434         -rm -f *.lo
435
436 clean-libtool:
437         -rm -rf .libs _libs
438
439 distclean-libtool:
440         -rm -f libtool config.lt
441 install-pkgconfigDATA: $(pkgconfig_DATA)
442         @$(NORMAL_INSTALL)
443         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
444         if test -n "$$list"; then \
445           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
446           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
447         fi; \
448         for p in $$list; do \
449           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
450           echo "$$d$$p"; \
451         done | $(am__base_list) | \
452         while read files; do \
453           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
454           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
455         done
456
457 uninstall-pkgconfigDATA:
458         @$(NORMAL_UNINSTALL)
459         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
460         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
461         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
462
463 # This directory's subdirectories are mostly independent; you can cd
464 # into them and run `make' without going through this Makefile.
465 # To change the values of `make' variables: instead of editing Makefiles,
466 # (1) if the variable is set in `config.status', edit `config.status'
467 #     (which will cause the Makefiles to be regenerated when you run `make');
468 # (2) otherwise, pass the desired values on the `make' command line.
469 $(RECURSIVE_TARGETS):
470         @fail= failcom='exit 1'; \
471         for f in x $$MAKEFLAGS; do \
472           case $$f in \
473             *=* | --[!k]*);; \
474             *k*) failcom='fail=yes';; \
475           esac; \
476         done; \
477         dot_seen=no; \
478         target=`echo $@ | sed s/-recursive//`; \
479         list='$(SUBDIRS)'; for subdir in $$list; do \
480           echo "Making $$target in $$subdir"; \
481           if test "$$subdir" = "."; then \
482             dot_seen=yes; \
483             local_target="$$target-am"; \
484           else \
485             local_target="$$target"; \
486           fi; \
487           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488           || eval $$failcom; \
489         done; \
490         if test "$$dot_seen" = "no"; then \
491           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
492         fi; test -z "$$fail"
493
494 $(RECURSIVE_CLEAN_TARGETS):
495         @fail= failcom='exit 1'; \
496         for f in x $$MAKEFLAGS; do \
497           case $$f in \
498             *=* | --[!k]*);; \
499             *k*) failcom='fail=yes';; \
500           esac; \
501         done; \
502         dot_seen=no; \
503         case "$@" in \
504           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
505           *) list='$(SUBDIRS)' ;; \
506         esac; \
507         rev=''; for subdir in $$list; do \
508           if test "$$subdir" = "."; then :; else \
509             rev="$$subdir $$rev"; \
510           fi; \
511         done; \
512         rev="$$rev ."; \
513         target=`echo $@ | sed s/-recursive//`; \
514         for subdir in $$rev; do \
515           echo "Making $$target in $$subdir"; \
516           if test "$$subdir" = "."; then \
517             local_target="$$target-am"; \
518           else \
519             local_target="$$target"; \
520           fi; \
521           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522           || eval $$failcom; \
523         done && test -z "$$fail"
524 tags-recursive:
525         list='$(SUBDIRS)'; for subdir in $$list; do \
526           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
527         done
528 ctags-recursive:
529         list='$(SUBDIRS)'; for subdir in $$list; do \
530           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
531         done
532
533 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
534         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
535         unique=`for i in $$list; do \
536             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537           done | \
538           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539               END { if (nonempty) { for (i in files) print i; }; }'`; \
540         mkid -fID $$unique
541 tags: TAGS
542
543 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
544                 $(TAGS_FILES) $(LISP)
545         set x; \
546         here=`pwd`; \
547         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
548           include_option=--etags-include; \
549           empty_fix=.; \
550         else \
551           include_option=--include; \
552           empty_fix=; \
553         fi; \
554         list='$(SUBDIRS)'; for subdir in $$list; do \
555           if test "$$subdir" = .; then :; else \
556             test ! -f $$subdir/TAGS || \
557               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
558           fi; \
559         done; \
560         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
561         unique=`for i in $$list; do \
562             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563           done | \
564           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565               END { if (nonempty) { for (i in files) print i; }; }'`; \
566         shift; \
567         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
568           test -n "$$unique" || unique=$$empty_fix; \
569           if test $$# -gt 0; then \
570             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571               "$$@" $$unique; \
572           else \
573             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
574               $$unique; \
575           fi; \
576         fi
577 ctags: CTAGS
578 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
579                 $(TAGS_FILES) $(LISP)
580         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
581         unique=`for i in $$list; do \
582             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
583           done | \
584           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585               END { if (nonempty) { for (i in files) print i; }; }'`; \
586         test -z "$(CTAGS_ARGS)$$unique" \
587           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
588              $$unique
589
590 GTAGS:
591         here=`$(am__cd) $(top_builddir) && pwd` \
592           && $(am__cd) $(top_srcdir) \
593           && gtags -i $(GTAGS_ARGS) "$$here"
594
595 distclean-tags:
596         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597
598 distdir: $(DISTFILES)
599         $(am__remove_distdir)
600         test -d "$(distdir)" || mkdir "$(distdir)"
601         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603         list='$(DISTFILES)'; \
604           dist_files=`for file in $$list; do echo $$file; done | \
605           sed -e "s|^$$srcdirstrip/||;t" \
606               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
607         case $$dist_files in \
608           */*) $(MKDIR_P) `echo "$$dist_files" | \
609                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
610                            sort -u` ;; \
611         esac; \
612         for file in $$dist_files; do \
613           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
614           if test -d $$d/$$file; then \
615             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
616             if test -d "$(distdir)/$$file"; then \
617               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
618             fi; \
619             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
620               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
621               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
622             fi; \
623             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
624           else \
625             test -f "$(distdir)/$$file" \
626             || cp -p $$d/$$file "$(distdir)/$$file" \
627             || exit 1; \
628           fi; \
629         done
630         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
631           if test "$$subdir" = .; then :; else \
632             $(am__make_dryrun) \
633               || test -d "$(distdir)/$$subdir" \
634               || $(MKDIR_P) "$(distdir)/$$subdir" \
635               || exit 1; \
636             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
637             $(am__relativize); \
638             new_distdir=$$reldir; \
639             dir1=$$subdir; dir2="$(top_distdir)"; \
640             $(am__relativize); \
641             new_top_distdir=$$reldir; \
642             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
643             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
644             ($(am__cd) $$subdir && \
645               $(MAKE) $(AM_MAKEFLAGS) \
646                 top_distdir="$$new_top_distdir" \
647                 distdir="$$new_distdir" \
648                 am__remove_distdir=: \
649                 am__skip_length_check=: \
650                 am__skip_mode_fix=: \
651                 distdir) \
652               || exit 1; \
653           fi; \
654         done
655         -test -n "$(am__skip_mode_fix)" \
656         || find "$(distdir)" -type d ! -perm -755 \
657                 -exec chmod u+rwx,go+rx {} \; -o \
658           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
659           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
660           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
661         || chmod -R a+r "$(distdir)"
662 dist-gzip: distdir
663         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
664         $(am__remove_distdir)
665
666 dist-bzip2: distdir
667         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
668         $(am__remove_distdir)
669
670 dist-lzip: distdir
671         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
672         $(am__remove_distdir)
673
674 dist-lzma: distdir
675         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
676         $(am__remove_distdir)
677
678 dist-xz: distdir
679         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
680         $(am__remove_distdir)
681
682 dist-tarZ: distdir
683         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
684         $(am__remove_distdir)
685
686 dist-shar: distdir
687         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
688         $(am__remove_distdir)
689
690 dist-zip: distdir
691         -rm -f $(distdir).zip
692         zip -rq $(distdir).zip $(distdir)
693         $(am__remove_distdir)
694
695 dist dist-all: distdir
696         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
697         $(am__remove_distdir)
698
699 # This target untars the dist file and tries a VPATH configuration.  Then
700 # it guarantees that the distribution is self-contained by making another
701 # tarfile.
702 distcheck: dist
703         case '$(DIST_ARCHIVES)' in \
704         *.tar.gz*) \
705           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
706         *.tar.bz2*) \
707           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
708         *.tar.lzma*) \
709           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
710         *.tar.lz*) \
711           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
712         *.tar.xz*) \
713           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
714         *.tar.Z*) \
715           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
716         *.shar.gz*) \
717           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
718         *.zip*) \
719           unzip $(distdir).zip ;;\
720         esac
721         chmod -R a-w $(distdir); chmod u+w $(distdir)
722         mkdir $(distdir)/_build
723         mkdir $(distdir)/_inst
724         chmod a-w $(distdir)
725         test -d $(distdir)/_build || exit 0; \
726         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
727           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
728           && am__cwd=`pwd` \
729           && $(am__cd) $(distdir)/_build \
730           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
731             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
732             $(DISTCHECK_CONFIGURE_FLAGS) \
733           && $(MAKE) $(AM_MAKEFLAGS) \
734           && $(MAKE) $(AM_MAKEFLAGS) dvi \
735           && $(MAKE) $(AM_MAKEFLAGS) check \
736           && $(MAKE) $(AM_MAKEFLAGS) install \
737           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
738           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
739           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
740                 distuninstallcheck \
741           && chmod -R a-w "$$dc_install_base" \
742           && ({ \
743                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
744                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
745                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
746                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
747                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
748               } || { rm -rf "$$dc_destdir"; exit 1; }) \
749           && rm -rf "$$dc_destdir" \
750           && $(MAKE) $(AM_MAKEFLAGS) dist \
751           && rm -rf $(DIST_ARCHIVES) \
752           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
753           && cd "$$am__cwd" \
754           || exit 1
755         $(am__remove_distdir)
756         @(echo "$(distdir) archives ready for distribution: "; \
757           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
758           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
759 distuninstallcheck:
760         @test -n '$(distuninstallcheck_dir)' || { \
761           echo 'ERROR: trying to run $@ with an empty' \
762                '$$(distuninstallcheck_dir)' >&2; \
763           exit 1; \
764         }; \
765         $(am__cd) '$(distuninstallcheck_dir)' || { \
766           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
767           exit 1; \
768         }; \
769         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
770            || { echo "ERROR: files left after uninstall:" ; \
771                 if test -n "$(DESTDIR)"; then \
772                   echo "  (check DESTDIR support)"; \
773                 fi ; \
774                 $(distuninstallcheck_listfiles) ; \
775                 exit 1; } >&2
776 distcleancheck: distclean
777         @if test '$(srcdir)' = . ; then \
778           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
779           exit 1 ; \
780         fi
781         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
782           || { echo "ERROR: files left in build directory after distclean:" ; \
783                $(distcleancheck_listfiles) ; \
784                exit 1; } >&2
785 check-am: all-am
786 check: check-recursive
787 all-am: Makefile $(DATA) config.h
788 installdirs: installdirs-recursive
789 installdirs-am:
790         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
791           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
792         done
793 install: install-recursive
794 install-exec: install-exec-recursive
795 install-data: install-data-recursive
796 uninstall: uninstall-recursive
797
798 install-am: all-am
799         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
800
801 installcheck: installcheck-recursive
802 install-strip:
803         if test -z '$(STRIP)'; then \
804           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
805             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
806               install; \
807         else \
808           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
809             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
810             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
811         fi
812 mostlyclean-generic:
813
814 clean-generic:
815
816 distclean-generic:
817         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
818         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
819         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
820
821 maintainer-clean-generic:
822         @echo "This command is intended for maintainers to use"
823         @echo "it deletes files that may require special tools to rebuild."
824         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
825 clean: clean-recursive
826
827 clean-am: clean-generic clean-libtool mostlyclean-am
828
829 distclean: distclean-recursive
830         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
831         -rm -f Makefile
832 distclean-am: clean-am distclean-generic distclean-hdr \
833         distclean-libtool distclean-tags
834
835 dvi: dvi-recursive
836
837 dvi-am:
838
839 html: html-recursive
840
841 html-am:
842
843 info: info-recursive
844
845 info-am:
846
847 install-data-am: install-pkgconfigDATA
848
849 install-dvi: install-dvi-recursive
850
851 install-dvi-am:
852
853 install-exec-am:
854
855 install-html: install-html-recursive
856
857 install-html-am:
858
859 install-info: install-info-recursive
860
861 install-info-am:
862
863 install-man:
864
865 install-pdf: install-pdf-recursive
866
867 install-pdf-am:
868
869 install-ps: install-ps-recursive
870
871 install-ps-am:
872
873 installcheck-am:
874
875 maintainer-clean: maintainer-clean-recursive
876         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
877         -rm -rf $(top_srcdir)/autom4te.cache
878         -rm -f Makefile
879 maintainer-clean-am: distclean-am maintainer-clean-generic
880
881 mostlyclean: mostlyclean-recursive
882
883 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
884
885 pdf: pdf-recursive
886
887 pdf-am:
888
889 ps: ps-recursive
890
891 ps-am:
892
893 uninstall-am: uninstall-pkgconfigDATA
894
895 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
896         ctags-recursive install-am install-strip tags-recursive
897
898 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
899         all all-am am--refresh check check-am clean clean-generic \
900         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
901         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
902         dist-zip distcheck distclean distclean-generic distclean-hdr \
903         distclean-libtool distclean-tags distcleancheck distdir \
904         distuninstallcheck dvi dvi-am html html-am info info-am \
905         install install-am install-data install-data-am install-dvi \
906         install-dvi-am install-exec install-exec-am install-html \
907         install-html-am install-info install-info-am install-man \
908         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
909         install-ps-am install-strip installcheck installcheck-am \
910         installdirs installdirs-am maintainer-clean \
911         maintainer-clean-generic mostlyclean mostlyclean-generic \
912         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
913         uninstall uninstall-am uninstall-pkgconfigDATA
914
915
916 ChangeLog:
917 $(srcdir)/ChangeLog:
918         @if test -d "$(srcdir)/.git"; then \
919           (cd "$(srcdir)" && \
920           ./missing --run git log --stat) | fmt --split-only > $@.tmp \
921           && mv -f $@.tmp $@ \
922           || ($(RM) $@.tmp; \
923               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
924               (test -f $@ || echo git-log is required to generate this file >> $@)); \
925         else \
926           test -f $@ || \
927           (echo A git checkout and git log are required to generate ChangeLog >&2 && \
928           echo A git checkout and git-log are required to generate this file >> $@); \
929         fi
930
931 %.tar.gz.asc: %.tar.gz
932         $(AM_V_GEN)gpg --detach-sign --armor $@
933
934 maintainer-upload-release:
935         test -f @PACKAGE@-@VERSION@.tar.gz
936         test -f @PACKAGE@-@VERSION@.tar.gz.asc
937         gpg --verify @PACKAGE@-@VERSION@.tar.gz.asc
938         rsync -vzP @PACKAGE@-@VERSION@.tar.gz dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/releases/@PACKAGE@/@PACKAGE@-@VERSION@.tar.gz
939         rsync -vzP @PACKAGE@-@VERSION@.tar.gz.asc dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/releases/@PACKAGE@/@PACKAGE@-@VERSION@.tar.gz.asc
940         rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX $(srcdir)/docs/reference/html/ \
941         dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/doc/@PACKAGE@/
942
943 lcov-reset:
944         lcov --directory @top_srcdir@ --zerocounters
945
946 lcov-report:
947         lcov --directory @top_srcdir@ --capture \
948                 --output-file @top_builddir@/lcov.info.tmp
949         lcov --directory @top_srcdir@ --output-file @top_builddir@/lcov.info \
950                 --remove @top_builddir@/lcov.info.tmp '*-scan.c'
951         rm @top_builddir@/lcov.info.tmp
952         $(mkdir_p) @top_builddir@/lcov.html
953         git_commit=`GIT_DIR=@top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
954         genhtml --title "@PACKAGE_STRING@ $$git_commit" \
955                 --output-directory @top_builddir@/lcov.html lcov.info
956         @echo
957         @echo 'lcov report can be found in:'
958         @echo 'file://@abs_top_builddir@/lcov.html/index.html'
959         @echo
960
961 lcov-check:
962         $(MAKE) lcov-reset
963         $(MAKE) check $(LCOV_CHECK_ARGS)
964         $(MAKE) lcov-report
965
966 # Tell versions [3.59,3.63) of GNU make to not export all variables.
967 # Otherwise a system limit (for SysV at least) may be exceeded.
968 .NOEXPORT: