1# Makefile.in generated by automake 1.9.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005 Free Software Foundation, Inc. 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 17srcdir = @srcdir@ 18top_srcdir = @top_srcdir@ 19VPATH = @srcdir@ 20pkgdatadir = $(datadir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@PACKAGE@ 23top_builddir = . 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25INSTALL = @INSTALL@ 26install_sh_DATA = $(install_sh) -c -m 644 27install_sh_PROGRAM = $(install_sh) -c 28install_sh_SCRIPT = $(install_sh) -c 29INSTALL_HEADER = $(INSTALL_DATA) 30transform = $(program_transform_name) 31NORMAL_INSTALL = : 32PRE_INSTALL = : 33POST_INSTALL = : 34NORMAL_UNINSTALL = : 35PRE_UNINSTALL = : 36POST_UNINSTALL = : 37build_triplet = @build@ 38host_triplet = @host@ 39target_triplet = @target@ 40DIST_COMMON = README $(am__configure_deps) $(srcdir)/Doxyfile.in \ 41 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 42 $(srcdir)/config.h.in $(srcdir)/dbus-1.pc.in \ 43 $(top_srcdir)/configure \ 44 $(top_srcdir)/test/data/valid-config-files/debug-allow-all-sha1.conf.in \ 45 $(top_srcdir)/test/data/valid-config-files/debug-allow-all.conf.in \ 46 $(top_srcdir)/test/data/valid-service-files/debug-echo.service.in \ 47 $(top_srcdir)/test/data/valid-service-files/debug-segfault.service.in \ 48 $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-fail.service.in \ 49 $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-success.service.in \ 50 AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \ 51 depcomp install-sh ltmain.sh missing 52subdir = . 53ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 54am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 55 $(top_srcdir)/configure.in 56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 57 $(ACLOCAL_M4) 58am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 59 configure.lineno configure.status.lineno 60mkinstalldirs = $(install_sh) -d 61CONFIG_HEADER = config.h 62CONFIG_CLEAN_FILES = Doxyfile dbus-1.pc \ 63 test/data/valid-config-files/debug-allow-all.conf \ 64 test/data/valid-config-files/debug-allow-all-sha1.conf \ 65 test/data/valid-service-files/debug-echo.service \ 66 test/data/valid-service-files/debug-segfault.service \ 67 test/data/valid-service-files/debug-shell-echo-success.service \ 68 test/data/valid-service-files/debug-shell-echo-fail.service 69SOURCES = 70DIST_SOURCES = 71RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 72 html-recursive info-recursive install-data-recursive \ 73 install-exec-recursive install-info-recursive \ 74 install-recursive installcheck-recursive installdirs-recursive \ 75 pdf-recursive ps-recursive uninstall-info-recursive \ 76 uninstall-recursive 77am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 78am__vpath_adj = case $$p in \ 79 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 80 *) f=$$p;; \ 81 esac; 82am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 83am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 84pkgconfigDATA_INSTALL = $(INSTALL_DATA) 85DATA = $(pkgconfig_DATA) 86ETAGS = etags 87CTAGS = ctags 88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 89distdir = $(PACKAGE)-$(VERSION) 90top_distdir = $(distdir) 91am__remove_distdir = \ 92 { test ! -d $(distdir) \ 93 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 94 && rm -fr $(distdir); }; } 95DIST_ARCHIVES = $(distdir).tar.gz 96GZIP_ENV = --best 97distuninstallcheck_listfiles = find . -type f -print 98distcleancheck_listfiles = find . -type f -print 99ACLOCAL = @ACLOCAL@ 100AMDEP_FALSE = @AMDEP_FALSE@ 101AMDEP_TRUE = @AMDEP_TRUE@ 102AMTAR = @AMTAR@ 103AR = @AR@ 104AUTOCONF = @AUTOCONF@ 105AUTOHEADER = @AUTOHEADER@ 106AUTOMAKE = @AUTOMAKE@ 107AWK = @AWK@ 108CC = @CC@ 109CCDEPMODE = @CCDEPMODE@ 110CFLAGS = @CFLAGS@ 111CPP = @CPP@ 112CPPFLAGS = @CPPFLAGS@ 113CXX = @CXX@ 114CXXCPP = @CXXCPP@ 115CXXDEPMODE = @CXXDEPMODE@ 116CXXFLAGS = @CXXFLAGS@ 117CYGPATH_W = @CYGPATH_W@ 118DBUS_BINDIR = @DBUS_BINDIR@ 119DBUS_BUILD_TESTS_FALSE = @DBUS_BUILD_TESTS_FALSE@ 120DBUS_BUILD_TESTS_TRUE = @DBUS_BUILD_TESTS_TRUE@ 121DBUS_BUS_CFLAGS = @DBUS_BUS_CFLAGS@ 122DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE = @DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE@ 123DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE = @DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE@ 124DBUS_BUS_ENABLE_KQUEUE_FALSE = @DBUS_BUS_ENABLE_KQUEUE_FALSE@ 125DBUS_BUS_ENABLE_KQUEUE_TRUE = @DBUS_BUS_ENABLE_KQUEUE_TRUE@ 126DBUS_BUS_LIBS = @DBUS_BUS_LIBS@ 127DBUS_CLIENT_CFLAGS = @DBUS_CLIENT_CFLAGS@ 128DBUS_CLIENT_LIBS = @DBUS_CLIENT_LIBS@ 129DBUS_CONSOLE_AUTH_DIR = @DBUS_CONSOLE_AUTH_DIR@ 130DBUS_CONSOLE_OWNER_FILE = @DBUS_CONSOLE_OWNER_FILE@ 131DBUS_DAEMONDIR = @DBUS_DAEMONDIR@ 132DBUS_DATADIR = @DBUS_DATADIR@ 133DBUS_DOXYGEN_DOCS_ENABLED_FALSE = @DBUS_DOXYGEN_DOCS_ENABLED_FALSE@ 134DBUS_DOXYGEN_DOCS_ENABLED_TRUE = @DBUS_DOXYGEN_DOCS_ENABLED_TRUE@ 135DBUS_GCOV_ENABLED_FALSE = @DBUS_GCOV_ENABLED_FALSE@ 136DBUS_GCOV_ENABLED_TRUE = @DBUS_GCOV_ENABLED_TRUE@ 137DBUS_HAVE_INT64 = @DBUS_HAVE_INT64@ 138DBUS_INIT_SCRIPTS_RED_HAT_FALSE = @DBUS_INIT_SCRIPTS_RED_HAT_FALSE@ 139DBUS_INIT_SCRIPTS_RED_HAT_TRUE = @DBUS_INIT_SCRIPTS_RED_HAT_TRUE@ 140DBUS_INIT_SCRIPTS_SLACKWARE_FALSE = @DBUS_INIT_SCRIPTS_SLACKWARE_FALSE@ 141DBUS_INIT_SCRIPTS_SLACKWARE_TRUE = @DBUS_INIT_SCRIPTS_SLACKWARE_TRUE@ 142DBUS_INT16_TYPE = @DBUS_INT16_TYPE@ 143DBUS_INT32_TYPE = @DBUS_INT32_TYPE@ 144DBUS_INT64_CONSTANT = @DBUS_INT64_CONSTANT@ 145DBUS_INT64_TYPE = @DBUS_INT64_TYPE@ 146DBUS_PATH_OR_ABSTRACT = @DBUS_PATH_OR_ABSTRACT@ 147DBUS_SESSION_SOCKET_DIR = @DBUS_SESSION_SOCKET_DIR@ 148DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@ 149DBUS_SYSTEM_PID_FILE = @DBUS_SYSTEM_PID_FILE@ 150DBUS_SYSTEM_SOCKET = @DBUS_SYSTEM_SOCKET@ 151DBUS_TEST_CFLAGS = @DBUS_TEST_CFLAGS@ 152DBUS_TEST_LIBS = @DBUS_TEST_LIBS@ 153DBUS_UINT64_CONSTANT = @DBUS_UINT64_CONSTANT@ 154DBUS_USER = @DBUS_USER@ 155DBUS_USE_EXPAT_FALSE = @DBUS_USE_EXPAT_FALSE@ 156DBUS_USE_EXPAT_TRUE = @DBUS_USE_EXPAT_TRUE@ 157DBUS_USE_LIBXML_FALSE = @DBUS_USE_LIBXML_FALSE@ 158DBUS_USE_LIBXML_TRUE = @DBUS_USE_LIBXML_TRUE@ 159DBUS_XML_DOCS_ENABLED_FALSE = @DBUS_XML_DOCS_ENABLED_FALSE@ 160DBUS_XML_DOCS_ENABLED_TRUE = @DBUS_XML_DOCS_ENABLED_TRUE@ 161DBUS_X_CFLAGS = @DBUS_X_CFLAGS@ 162DBUS_X_LIBS = @DBUS_X_LIBS@ 163DEFS = @DEFS@ 164DEPDIR = @DEPDIR@ 165DOXYGEN = @DOXYGEN@ 166ECHO = @ECHO@ 167ECHO_C = @ECHO_C@ 168ECHO_N = @ECHO_N@ 169ECHO_T = @ECHO_T@ 170EGREP = @EGREP@ 171EXEEXT = @EXEEXT@ 172EXPANDED_BINDIR = @EXPANDED_BINDIR@ 173EXPANDED_DATADIR = @EXPANDED_DATADIR@ 174EXPANDED_LIBDIR = @EXPANDED_LIBDIR@ 175EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@ 176EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@ 177F77 = @F77@ 178FFLAGS = @FFLAGS@ 179GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ 180HAVE_CONSOLE_OWNER_FILE_FALSE = @HAVE_CONSOLE_OWNER_FILE_FALSE@ 181HAVE_CONSOLE_OWNER_FILE_TRUE = @HAVE_CONSOLE_OWNER_FILE_TRUE@ 182HAVE_SELINUX_FALSE = @HAVE_SELINUX_FALSE@ 183HAVE_SELINUX_TRUE = @HAVE_SELINUX_TRUE@ 184INSTALL_DATA = @INSTALL_DATA@ 185INSTALL_PROGRAM = @INSTALL_PROGRAM@ 186INSTALL_SCRIPT = @INSTALL_SCRIPT@ 187INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 188LDFLAGS = @LDFLAGS@ 189LIBOBJS = @LIBOBJS@ 190LIBS = @LIBS@ 191LIBTOOL = @LIBTOOL@ 192LIBXML_CFLAGS = @LIBXML_CFLAGS@ 193LIBXML_LIBS = @LIBXML_LIBS@ 194LN_S = @LN_S@ 195LTLIBOBJS = @LTLIBOBJS@ 196LT_AGE = @LT_AGE@ 197LT_CURRENT = @LT_CURRENT@ 198LT_REVISION = @LT_REVISION@ 199MAINT = @MAINT@ 200MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 201MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 202MAKEINFO = @MAKEINFO@ 203OBJEXT = @OBJEXT@ 204PACKAGE = @PACKAGE@ 205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 206PACKAGE_NAME = @PACKAGE_NAME@ 207PACKAGE_STRING = @PACKAGE_STRING@ 208PACKAGE_TARNAME = @PACKAGE_TARNAME@ 209PACKAGE_VERSION = @PACKAGE_VERSION@ 210PATH_SEPARATOR = @PATH_SEPARATOR@ 211PKG_CONFIG = @PKG_CONFIG@ 212RANLIB = @RANLIB@ 213R_DYNAMIC_LDFLAG = @R_DYNAMIC_LDFLAG@ 214SED = @SED@ 215SET_MAKE = @SET_MAKE@ 216SHELL = @SHELL@ 217STRIP = @STRIP@ 218TEST_BUS_BINARY = @TEST_BUS_BINARY@ 219TEST_EXIT_BINARY = @TEST_EXIT_BINARY@ 220TEST_SEGFAULT_BINARY = @TEST_SEGFAULT_BINARY@ 221TEST_SERVICE_BINARY = @TEST_SERVICE_BINARY@ 222TEST_SERVICE_DIR = @TEST_SERVICE_DIR@ 223TEST_SHELL_SERVICE_BINARY = @TEST_SHELL_SERVICE_BINARY@ 224TEST_SLEEP_FOREVER_BINARY = @TEST_SLEEP_FOREVER_BINARY@ 225TEST_SOCKET_DIR = @TEST_SOCKET_DIR@ 226VERSION = @VERSION@ 227XMLTO = @XMLTO@ 228X_CFLAGS = @X_CFLAGS@ 229X_EXTRA_LIBS = @X_EXTRA_LIBS@ 230X_LIBS = @X_LIBS@ 231X_PRE_LIBS = @X_PRE_LIBS@ 232ac_ct_AR = @ac_ct_AR@ 233ac_ct_CC = @ac_ct_CC@ 234ac_ct_CXX = @ac_ct_CXX@ 235ac_ct_F77 = @ac_ct_F77@ 236ac_ct_RANLIB = @ac_ct_RANLIB@ 237ac_ct_STRIP = @ac_ct_STRIP@ 238am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 239am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 240am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 241am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 242am__include = @am__include@ 243am__leading_dot = @am__leading_dot@ 244am__quote = @am__quote@ 245am__tar = @am__tar@ 246am__untar = @am__untar@ 247bindir = @bindir@ 248build = @build@ 249build_alias = @build_alias@ 250build_cpu = @build_cpu@ 251build_os = @build_os@ 252build_vendor = @build_vendor@ 253datadir = @datadir@ 254exec_prefix = @exec_prefix@ 255host = @host@ 256host_alias = @host_alias@ 257host_cpu = @host_cpu@ 258host_os = @host_os@ 259host_vendor = @host_vendor@ 260includedir = @includedir@ 261infodir = @infodir@ 262install_sh = @install_sh@ 263libdir = @libdir@ 264libexecdir = @libexecdir@ 265localstatedir = @localstatedir@ 266mandir = @mandir@ 267mkdir_p = @mkdir_p@ 268oldincludedir = @oldincludedir@ 269prefix = @prefix@ 270program_transform_name = @program_transform_name@ 271sbindir = @sbindir@ 272sharedstatedir = @sharedstatedir@ 273sysconfdir = @sysconfdir@ 274target = @target@ 275target_alias = @target_alias@ 276target_cpu = @target_cpu@ 277target_os = @target_os@ 278target_vendor = @target_vendor@ 279SUBDIRS = dbus bus doc tools test 280DIST_SUBDIRS = dbus bus doc tools test 281pkgconfigdir = $(libdir)/pkgconfig 282pkgconfig_DATA = dbus-1.pc 283DISTCLEANFILES = \ 284 dbus-1.pc 285 286EXTRA_DIST = \ 287 HACKING \ 288 dbus-1.pc.in \ 289 cleanup-man-pages.sh 290 291@DBUS_GCOV_ENABLED_TRUE@GCOV_DIRS = dbus bus 292all: config.h 293 $(MAKE) $(AM_MAKEFLAGS) all-recursive 294 295.SUFFIXES: 296am--refresh: 297 @: 298$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 299 @for dep in $?; do \ 300 case '$(am__configure_deps)' in \ 301 *$$dep*) \ 302 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 303 cd $(srcdir) && $(AUTOMAKE) --gnu \ 304 && exit 0; \ 305 exit 1;; \ 306 esac; \ 307 done; \ 308 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 309 cd $(top_srcdir) && \ 310 $(AUTOMAKE) --gnu Makefile 311.PRECIOUS: Makefile 312Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313 @case '$?' in \ 314 *config.status*) \ 315 echo ' $(SHELL) ./config.status'; \ 316 $(SHELL) ./config.status;; \ 317 *) \ 318 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 319 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 320 esac; 321 322$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 323 $(SHELL) ./config.status --recheck 324 325$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 326 cd $(srcdir) && $(AUTOCONF) 327$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 328 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 329 330config.h: stamp-h1 331 @if test ! -f $@; then \ 332 rm -f stamp-h1; \ 333 $(MAKE) stamp-h1; \ 334 else :; fi 335 336stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 337 @rm -f stamp-h1 338 cd $(top_builddir) && $(SHELL) ./config.status config.h 339$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 340 cd $(top_srcdir) && $(AUTOHEADER) 341 rm -f stamp-h1 342 touch $@ 343 344distclean-hdr: 345 -rm -f config.h stamp-h1 346Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in 347 cd $(top_builddir) && $(SHELL) ./config.status $@ 348dbus-1.pc: $(top_builddir)/config.status $(srcdir)/dbus-1.pc.in 349 cd $(top_builddir) && $(SHELL) ./config.status $@ 350test/data/valid-config-files/debug-allow-all.conf: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-config-files/debug-allow-all.conf.in 351 cd $(top_builddir) && $(SHELL) ./config.status $@ 352test/data/valid-config-files/debug-allow-all-sha1.conf: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-config-files/debug-allow-all-sha1.conf.in 353 cd $(top_builddir) && $(SHELL) ./config.status $@ 354test/data/valid-service-files/debug-echo.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-echo.service.in 355 cd $(top_builddir) && $(SHELL) ./config.status $@ 356test/data/valid-service-files/debug-segfault.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-segfault.service.in 357 cd $(top_builddir) && $(SHELL) ./config.status $@ 358test/data/valid-service-files/debug-shell-echo-success.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-success.service.in 359 cd $(top_builddir) && $(SHELL) ./config.status $@ 360test/data/valid-service-files/debug-shell-echo-fail.service: $(top_builddir)/config.status $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-fail.service.in 361 cd $(top_builddir) && $(SHELL) ./config.status $@ 362 363mostlyclean-libtool: 364 -rm -f *.lo 365 366clean-libtool: 367 -rm -rf .libs _libs 368 369distclean-libtool: 370 -rm -f libtool 371uninstall-info-am: 372install-pkgconfigDATA: $(pkgconfig_DATA) 373 @$(NORMAL_INSTALL) 374 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" 375 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 376 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 377 f=$(am__strip_dir) \ 378 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 379 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 380 done 381 382uninstall-pkgconfigDATA: 383 @$(NORMAL_UNINSTALL) 384 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 385 f=$(am__strip_dir) \ 386 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 387 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 388 done 389 390# This directory's subdirectories are mostly independent; you can cd 391# into them and run `make' without going through this Makefile. 392# To change the values of `make' variables: instead of editing Makefiles, 393# (1) if the variable is set in `config.status', edit `config.status' 394# (which will cause the Makefiles to be regenerated when you run `make'); 395# (2) otherwise, pass the desired values on the `make' command line. 396$(RECURSIVE_TARGETS): 397 @failcom='exit 1'; \ 398 for f in x $$MAKEFLAGS; do \ 399 case $$f in \ 400 *=* | --[!k]*);; \ 401 *k*) failcom='fail=yes';; \ 402 esac; \ 403 done; \ 404 dot_seen=no; \ 405 target=`echo $@ | sed s/-recursive//`; \ 406 list='$(SUBDIRS)'; for subdir in $$list; do \ 407 echo "Making $$target in $$subdir"; \ 408 if test "$$subdir" = "."; then \ 409 dot_seen=yes; \ 410 local_target="$$target-am"; \ 411 else \ 412 local_target="$$target"; \ 413 fi; \ 414 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 415 || eval $$failcom; \ 416 done; \ 417 if test "$$dot_seen" = "no"; then \ 418 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 419 fi; test -z "$$fail" 420 421mostlyclean-recursive clean-recursive distclean-recursive \ 422maintainer-clean-recursive: 423 @failcom='exit 1'; \ 424 for f in x $$MAKEFLAGS; do \ 425 case $$f in \ 426 *=* | --[!k]*);; \ 427 *k*) failcom='fail=yes';; \ 428 esac; \ 429 done; \ 430 dot_seen=no; \ 431 case "$@" in \ 432 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 433 *) list='$(SUBDIRS)' ;; \ 434 esac; \ 435 rev=''; for subdir in $$list; do \ 436 if test "$$subdir" = "."; then :; else \ 437 rev="$$subdir $$rev"; \ 438 fi; \ 439 done; \ 440 rev="$$rev ."; \ 441 target=`echo $@ | sed s/-recursive//`; \ 442 for subdir in $$rev; do \ 443 echo "Making $$target in $$subdir"; \ 444 if test "$$subdir" = "."; then \ 445 local_target="$$target-am"; \ 446 else \ 447 local_target="$$target"; \ 448 fi; \ 449 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 450 || eval $$failcom; \ 451 done && test -z "$$fail" 452tags-recursive: 453 list='$(SUBDIRS)'; for subdir in $$list; do \ 454 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 455 done 456ctags-recursive: 457 list='$(SUBDIRS)'; for subdir in $$list; do \ 458 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 459 done 460 461ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 462 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 463 unique=`for i in $$list; do \ 464 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 465 done | \ 466 $(AWK) ' { files[$$0] = 1; } \ 467 END { for (i in files) print i; }'`; \ 468 mkid -fID $$unique 469tags: TAGS 470 471TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 472 $(TAGS_FILES) $(LISP) 473 tags=; \ 474 here=`pwd`; \ 475 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 476 include_option=--etags-include; \ 477 empty_fix=.; \ 478 else \ 479 include_option=--include; \ 480 empty_fix=; \ 481 fi; \ 482 list='$(SUBDIRS)'; for subdir in $$list; do \ 483 if test "$$subdir" = .; then :; else \ 484 test ! -f $$subdir/TAGS || \ 485 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 486 fi; \ 487 done; \ 488 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 489 unique=`for i in $$list; do \ 490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 491 done | \ 492 $(AWK) ' { files[$$0] = 1; } \ 493 END { for (i in files) print i; }'`; \ 494 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 495 test -n "$$unique" || unique=$$empty_fix; \ 496 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 497 $$tags $$unique; \ 498 fi 499ctags: CTAGS 500CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 501 $(TAGS_FILES) $(LISP) 502 tags=; \ 503 here=`pwd`; \ 504 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 505 unique=`for i in $$list; do \ 506 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 507 done | \ 508 $(AWK) ' { files[$$0] = 1; } \ 509 END { for (i in files) print i; }'`; \ 510 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 511 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 512 $$tags $$unique 513 514GTAGS: 515 here=`$(am__cd) $(top_builddir) && pwd` \ 516 && cd $(top_srcdir) \ 517 && gtags -i $(GTAGS_ARGS) $$here 518 519distclean-tags: 520 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 521 522distdir: $(DISTFILES) 523 $(am__remove_distdir) 524 mkdir $(distdir) 525 $(mkdir_p) $(distdir)/. $(distdir)/bus $(distdir)/dbus $(distdir)/test/data/valid-config-files $(distdir)/test/data/valid-service-files 526 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 527 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 528 list='$(DISTFILES)'; for file in $$list; do \ 529 case $$file in \ 530 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 531 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 532 esac; \ 533 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 534 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 535 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 536 dir="/$$dir"; \ 537 $(mkdir_p) "$(distdir)$$dir"; \ 538 else \ 539 dir=''; \ 540 fi; \ 541 if test -d $$d/$$file; then \ 542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 543 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 544 fi; \ 545 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 546 else \ 547 test -f $(distdir)/$$file \ 548 || cp -p $$d/$$file $(distdir)/$$file \ 549 || exit 1; \ 550 fi; \ 551 done 552 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 553 if test "$$subdir" = .; then :; else \ 554 test -d "$(distdir)/$$subdir" \ 555 || $(mkdir_p) "$(distdir)/$$subdir" \ 556 || exit 1; \ 557 distdir=`$(am__cd) $(distdir) && pwd`; \ 558 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 559 (cd $$subdir && \ 560 $(MAKE) $(AM_MAKEFLAGS) \ 561 top_distdir="$$top_distdir" \ 562 distdir="$$distdir/$$subdir" \ 563 distdir) \ 564 || exit 1; \ 565 fi; \ 566 done 567 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 568 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 569 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 570 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 571 || chmod -R a+r $(distdir) 572dist-gzip: distdir 573 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 574 $(am__remove_distdir) 575 576dist-bzip2: distdir 577 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 578 $(am__remove_distdir) 579 580dist-tarZ: distdir 581 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 582 $(am__remove_distdir) 583 584dist-shar: distdir 585 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 586 $(am__remove_distdir) 587 588dist-zip: distdir 589 -rm -f $(distdir).zip 590 zip -rq $(distdir).zip $(distdir) 591 $(am__remove_distdir) 592 593dist dist-all: distdir 594 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 595 $(am__remove_distdir) 596 597# This target untars the dist file and tries a VPATH configuration. Then 598# it guarantees that the distribution is self-contained by making another 599# tarfile. 600distcheck: dist 601 case '$(DIST_ARCHIVES)' in \ 602 *.tar.gz*) \ 603 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 604 *.tar.bz2*) \ 605 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 606 *.tar.Z*) \ 607 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 608 *.shar.gz*) \ 609 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 610 *.zip*) \ 611 unzip $(distdir).zip ;;\ 612 esac 613 chmod -R a-w $(distdir); chmod a+w $(distdir) 614 mkdir $(distdir)/_build 615 mkdir $(distdir)/_inst 616 chmod a-w $(distdir) 617 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 618 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 619 && cd $(distdir)/_build \ 620 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 621 $(DISTCHECK_CONFIGURE_FLAGS) \ 622 && $(MAKE) $(AM_MAKEFLAGS) \ 623 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 624 && $(MAKE) $(AM_MAKEFLAGS) check \ 625 && $(MAKE) $(AM_MAKEFLAGS) install \ 626 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 627 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 628 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 629 distuninstallcheck \ 630 && chmod -R a-w "$$dc_install_base" \ 631 && ({ \ 632 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 633 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 634 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 635 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 636 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 637 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 638 && rm -rf "$$dc_destdir" \ 639 && $(MAKE) $(AM_MAKEFLAGS) dist \ 640 && rm -rf $(DIST_ARCHIVES) \ 641 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 642 $(am__remove_distdir) 643 @(echo "$(distdir) archives ready for distribution: "; \ 644 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 645 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 646distuninstallcheck: 647 @cd $(distuninstallcheck_dir) \ 648 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 649 || { echo "ERROR: files left after uninstall:" ; \ 650 if test -n "$(DESTDIR)"; then \ 651 echo " (check DESTDIR support)"; \ 652 fi ; \ 653 $(distuninstallcheck_listfiles) ; \ 654 exit 1; } >&2 655distcleancheck: distclean 656 @if test '$(srcdir)' = . ; then \ 657 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 658 exit 1 ; \ 659 fi 660 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 661 || { echo "ERROR: files left in build directory after distclean:" ; \ 662 $(distcleancheck_listfiles) ; \ 663 exit 1; } >&2 664check-am: all-am 665check: check-recursive 666all-am: Makefile $(DATA) config.h all-local 667installdirs: installdirs-recursive 668installdirs-am: 669 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 670 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 671 done 672install: install-recursive 673install-exec: install-exec-recursive 674install-data: install-data-recursive 675uninstall: uninstall-recursive 676 677install-am: all-am 678 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 679 680installcheck: installcheck-recursive 681install-strip: 682 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 683 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 684 `test -z '$(STRIP)' || \ 685 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 686mostlyclean-generic: 687 688clean-generic: 689 690distclean-generic: 691 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 692 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 693 694maintainer-clean-generic: 695 @echo "This command is intended for maintainers to use" 696 @echo "it deletes files that may require special tools to rebuild." 697clean: clean-recursive 698 699clean-am: clean-generic clean-libtool mostlyclean-am 700 701distclean: distclean-recursive 702 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 703 -rm -f Makefile 704distclean-am: clean-am distclean-generic distclean-hdr \ 705 distclean-libtool distclean-tags 706 707dvi: dvi-recursive 708 709dvi-am: 710 711html: html-recursive 712 713info: info-recursive 714 715info-am: 716 717install-data-am: install-pkgconfigDATA 718 719install-exec-am: 720 721install-info: install-info-recursive 722 723install-man: 724 725installcheck-am: 726 727maintainer-clean: maintainer-clean-recursive 728 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 729 -rm -rf $(top_srcdir)/autom4te.cache 730 -rm -f Makefile 731maintainer-clean-am: distclean-am maintainer-clean-generic 732 733mostlyclean: mostlyclean-recursive 734 735mostlyclean-am: mostlyclean-generic mostlyclean-libtool 736 737pdf: pdf-recursive 738 739pdf-am: 740 741ps: ps-recursive 742 743ps-am: 744 745uninstall-am: uninstall-info-am uninstall-pkgconfigDATA 746 747uninstall-info: uninstall-info-recursive 748 749.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \ 750 am--refresh check check-am clean clean-generic clean-libtool \ 751 clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \ 752 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 753 distclean-generic distclean-hdr distclean-libtool \ 754 distclean-recursive distclean-tags distcleancheck distdir \ 755 distuninstallcheck dvi dvi-am html html-am info info-am \ 756 install install-am install-data install-data-am install-exec \ 757 install-exec-am install-info install-info-am install-man \ 758 install-pkgconfigDATA install-strip installcheck \ 759 installcheck-am installdirs installdirs-am maintainer-clean \ 760 maintainer-clean-generic maintainer-clean-recursive \ 761 mostlyclean mostlyclean-generic mostlyclean-libtool \ 762 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 763 uninstall uninstall-am uninstall-info-am \ 764 uninstall-pkgconfigDATA 765 766 767all-local: Doxyfile 768 769@DBUS_GCOV_ENABLED_TRUE@clean-gcov: 770@DBUS_GCOV_ENABLED_TRUE@ find -name "*.da" -o -name "*.gcov" | xargs rm || true 771 772@DBUS_GCOV_ENABLED_TRUE@clean-bbg: 773@DBUS_GCOV_ENABLED_TRUE@ find -name "*.bbg" -o -name "*.bb" | xargs rm || true 774 775@DBUS_GCOV_ENABLED_TRUE@.PHONY: coverage-report.txt 776@DBUS_GCOV_ENABLED_TRUE@coverage-report.txt: 777@DBUS_GCOV_ENABLED_TRUE@ BBG_FILES=`find $(GCOV_DIRS) -name "*.bbg" -o -name "*.gcno"` ; \ 778@DBUS_GCOV_ENABLED_TRUE@ C_FILES= ; \ 779@DBUS_GCOV_ENABLED_TRUE@ for F in $$BBG_FILES ; do \ 780@DBUS_GCOV_ENABLED_TRUE@ F_nolibs=`echo $$F | sed -e 's/.libs\///g'` ; \ 781@DBUS_GCOV_ENABLED_TRUE@ C=`echo $$F_nolibs | sed -e 's/.bbg/.c/g' | sed -e 's/.gcno/.c/g'` ; \ 782@DBUS_GCOV_ENABLED_TRUE@ B=`basename $$F .bbg` ; \ 783@DBUS_GCOV_ENABLED_TRUE@ D=`dirname $$F` ; \ 784@DBUS_GCOV_ENABLED_TRUE@ DA=`echo $$F | sed -e 's/.bbg/.da/g'` ; \ 785@DBUS_GCOV_ENABLED_TRUE@ DA_libs=`echo $$D/.libs/$$B/.da` ; \ 786@DBUS_GCOV_ENABLED_TRUE@ if test -e $$DA || test -e $$DA_libs; then \ 787@DBUS_GCOV_ENABLED_TRUE@ C_FILES="$$C_FILES $$C" ; \ 788@DBUS_GCOV_ENABLED_TRUE@ fi ; \ 789@DBUS_GCOV_ENABLED_TRUE@ done ; \ 790@DBUS_GCOV_ENABLED_TRUE@ echo $$C_FILES ; \ 791@DBUS_GCOV_ENABLED_TRUE@ $(top_builddir)/test/decode-gcov --report $$C_FILES > coverage-report.txt 792 793@DBUS_GCOV_ENABLED_TRUE@check-coverage: clean-gcov all check coverage-report.txt 794@DBUS_GCOV_ENABLED_TRUE@ cat coverage-report.txt 795 796@DBUS_GCOV_ENABLED_FALSE@coverage-report.txt: 797@DBUS_GCOV_ENABLED_FALSE@ echo "Need to reconfigure with --enable-gcov" 798 799@DBUS_GCOV_ENABLED_FALSE@check-coverage: 800@DBUS_GCOV_ENABLED_FALSE@ echo "Need to reconfigure with --enable-gcov" 801# Tell versions [3.59,3.63) of GNU make to not export all variables. 802# Otherwise a system limit (for SysV at least) may be exceeded. 803.NOEXPORT: 804