1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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
19
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkglibexecdir = $(libexecdir)/@PACKAGE@
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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@
39noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
40dbus_daemon_exec_PROGRAMS = dbus-daemon$(EXEEXT)
41@DBUS_UNIX_TRUE@libexec_PROGRAMS = dbus-daemon-launch-helper$(EXEEXT)
42
43# run as a test by test/Makefile.am
44@DBUS_BUILD_TESTS_TRUE@am__append_1 = bus-test bus-test-system
45
46# run as a test by test/Makefile.am
47# this is used by the tests but is not,itself, a test
48@DBUS_BUILD_TESTS_TRUE@@DBUS_UNIX_TRUE@am__append_2 =  \
49@DBUS_BUILD_TESTS_TRUE@@DBUS_UNIX_TRUE@	bus-test-launch-helper \
50@DBUS_BUILD_TESTS_TRUE@@DBUS_UNIX_TRUE@	dbus-daemon-launch-helper-test
51@HAVE_SYSTEMD_TRUE@am__append_3 = \
52@HAVE_SYSTEMD_TRUE@	dbus.service.in \
53@HAVE_SYSTEMD_TRUE@	dbus.socket.in
54
55subdir = bus
56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57	$(srcdir)/dbus.service.in $(srcdir)/dbus.socket.in \
58	$(srcdir)/messagebus-config.in $(srcdir)/messagebus.in \
59	$(srcdir)/org.freedesktop.dbus-session.plist.in \
60	$(srcdir)/rc.messagebus.in $(srcdir)/session.conf.in \
61	$(srcdir)/system.conf.in
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/m4/as-ac-expand.m4 \
64	$(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/libtool.m4 \
65	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/tp-compiler-flag.m4 \
68	$(top_srcdir)/m4/tp-compiler-warnings.m4 \
69	$(top_srcdir)/configure.ac
70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71	$(ACLOCAL_M4)
72mkinstalldirs = $(install_sh) -d
73CONFIG_HEADER = $(top_builddir)/config.h
74CONFIG_CLEAN_FILES = system.conf session.conf messagebus \
75	messagebus-config org.freedesktop.dbus-session.plist \
76	rc.messagebus dbus.service dbus.socket
77CONFIG_CLEAN_VPATH_FILES =
78am__installdirs = "$(DESTDIR)$(dbus_daemon_execdir)" \
79	"$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(bindir)" \
80	"$(DESTDIR)$(initddir)" "$(DESTDIR)$(agentdir)" \
81	"$(DESTDIR)$(configdir)" "$(DESTDIR)$(systemdsystemunitdir)"
82@DBUS_BUILD_TESTS_TRUE@am__EXEEXT_1 = bus-test$(EXEEXT) \
83@DBUS_BUILD_TESTS_TRUE@	bus-test-system$(EXEEXT)
84@DBUS_BUILD_TESTS_TRUE@@DBUS_UNIX_TRUE@am__EXEEXT_2 = bus-test-launch-helper$(EXEEXT) \
85@DBUS_BUILD_TESTS_TRUE@@DBUS_UNIX_TRUE@	dbus-daemon-launch-helper-test$(EXEEXT)
86PROGRAMS = $(dbus_daemon_exec_PROGRAMS) $(libexec_PROGRAMS) \
87	$(noinst_PROGRAMS)
88am__bus_test_SOURCES_DIST = activation.c activation.h \
89	activation-exit-codes.h bus.c bus.h config-parser.c \
90	config-parser.h config-parser-common.c config-parser-common.h \
91	connection.c connection.h desktop-file.c desktop-file.h \
92	dir-watch-default.c dir-watch-dnotify.c dir-watch-inotify.c \
93	dir-watch-kqueue.c dir-watch.h dispatch.c dispatch.h driver.c \
94	driver.h expirelist.c expirelist.h policy.c policy.h selinux.h \
95	selinux.c services.c services.h signals.c signals.h stats.c \
96	stats.h test.c test.h utils.c utils.h config-loader-expat.c \
97	config-loader-libxml.c test-main.c
98@DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE@@DBUS_BUS_ENABLE_INOTIFY_FALSE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@am__objects_1 = dir-watch-default.$(OBJEXT)
99@DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE@@DBUS_BUS_ENABLE_INOTIFY_FALSE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@am__objects_1 = dir-watch-dnotify.$(OBJEXT)
100@DBUS_BUS_ENABLE_INOTIFY_TRUE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@am__objects_1 = dir-watch-inotify.$(OBJEXT)
101@DBUS_BUS_ENABLE_KQUEUE_TRUE@am__objects_1 =  \
102@DBUS_BUS_ENABLE_KQUEUE_TRUE@	dir-watch-kqueue.$(OBJEXT)
103@DBUS_USE_EXPAT_FALSE@@DBUS_USE_LIBXML_TRUE@am__objects_2 = config-loader-libxml.$(OBJEXT)
104@DBUS_USE_EXPAT_TRUE@am__objects_2 = config-loader-expat.$(OBJEXT)
105am__objects_3 = activation.$(OBJEXT) bus.$(OBJEXT) \
106	config-parser.$(OBJEXT) config-parser-common.$(OBJEXT) \
107	connection.$(OBJEXT) desktop-file.$(OBJEXT) $(am__objects_1) \
108	dispatch.$(OBJEXT) driver.$(OBJEXT) expirelist.$(OBJEXT) \
109	policy.$(OBJEXT) selinux.$(OBJEXT) services.$(OBJEXT) \
110	signals.$(OBJEXT) stats.$(OBJEXT) test.$(OBJEXT) \
111	utils.$(OBJEXT) $(am__objects_2)
112am_bus_test_OBJECTS = $(am__objects_3) test-main.$(OBJEXT)
113bus_test_OBJECTS = $(am_bus_test_OBJECTS)
114am__DEPENDENCIES_1 =
115am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
116	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
117	$(am__DEPENDENCIES_1)
118bus_test_DEPENDENCIES = $(top_builddir)/dbus/libdbus-internal.la \
119	$(am__DEPENDENCIES_2)
120AM_V_lt = $(am__v_lt_$(V))
121am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
122am__v_lt_0 = --silent
123am__bus_test_launch_helper_SOURCES_DIST = test-launch-helper.c \
124	config-loader-expat.c config-loader-libxml.c \
125	config-parser-common.c config-parser-common.h \
126	config-parser-trivial.c config-parser-trivial.h desktop-file.c \
127	desktop-file.h utils.c utils.h activation-exit-codes.h \
128	activation-helper.h activation-helper.c
129@DBUS_USE_EXPAT_FALSE@@DBUS_USE_LIBXML_TRUE@am__objects_4 = bus_test_launch_helper-config-loader-libxml.$(OBJEXT)
130@DBUS_USE_EXPAT_TRUE@am__objects_4 = bus_test_launch_helper-config-loader-expat.$(OBJEXT)
131am__objects_5 = $(am__objects_4) \
132	bus_test_launch_helper-config-parser-common.$(OBJEXT) \
133	bus_test_launch_helper-config-parser-trivial.$(OBJEXT) \
134	bus_test_launch_helper-desktop-file.$(OBJEXT) \
135	bus_test_launch_helper-utils.$(OBJEXT) \
136	bus_test_launch_helper-activation-helper.$(OBJEXT)
137am_bus_test_launch_helper_OBJECTS =  \
138	bus_test_launch_helper-test-launch-helper.$(OBJEXT) \
139	$(am__objects_5)
140bus_test_launch_helper_OBJECTS = $(am_bus_test_launch_helper_OBJECTS)
141am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
142	$(am__DEPENDENCIES_1)
143bus_test_launch_helper_DEPENDENCIES =  \
144	$(top_builddir)/dbus/libdbus-internal.la $(am__DEPENDENCIES_3)
145am__bus_test_system_SOURCES_DIST = config-loader-expat.c \
146	config-loader-libxml.c config-parser-common.c \
147	config-parser-common.h config-parser-trivial.c \
148	config-parser-trivial.h utils.c utils.h test-system.c
149am_bus_test_system_OBJECTS = $(am__objects_2) \
150	config-parser-common.$(OBJEXT) config-parser-trivial.$(OBJEXT) \
151	utils.$(OBJEXT) test-system.$(OBJEXT)
152bus_test_system_OBJECTS = $(am_bus_test_system_OBJECTS)
153bus_test_system_DEPENDENCIES =  \
154	$(top_builddir)/dbus/libdbus-internal.la $(am__DEPENDENCIES_2)
155am__dbus_daemon_SOURCES_DIST = activation.c activation.h \
156	activation-exit-codes.h bus.c bus.h config-parser.c \
157	config-parser.h config-parser-common.c config-parser-common.h \
158	connection.c connection.h desktop-file.c desktop-file.h \
159	dir-watch-default.c dir-watch-dnotify.c dir-watch-inotify.c \
160	dir-watch-kqueue.c dir-watch.h dispatch.c dispatch.h driver.c \
161	driver.h expirelist.c expirelist.h policy.c policy.h selinux.h \
162	selinux.c services.c services.h signals.c signals.h stats.c \
163	stats.h test.c test.h utils.c utils.h config-loader-expat.c \
164	config-loader-libxml.c main.c
165am_dbus_daemon_OBJECTS = $(am__objects_3) main.$(OBJEXT)
166dbus_daemon_OBJECTS = $(am_dbus_daemon_OBJECTS)
167dbus_daemon_DEPENDENCIES = $(top_builddir)/dbus/libdbus-internal.la \
168	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
169am__dbus_daemon_launch_helper_SOURCES_DIST = activation-helper-bin.c \
170	config-loader-expat.c config-loader-libxml.c \
171	config-parser-common.c config-parser-common.h \
172	config-parser-trivial.c config-parser-trivial.h desktop-file.c \
173	desktop-file.h utils.c utils.h activation-exit-codes.h \
174	activation-helper.h activation-helper.c
175am__objects_6 = $(am__objects_2) config-parser-common.$(OBJEXT) \
176	config-parser-trivial.$(OBJEXT) desktop-file.$(OBJEXT) \
177	utils.$(OBJEXT) activation-helper.$(OBJEXT)
178am_dbus_daemon_launch_helper_OBJECTS =  \
179	activation-helper-bin.$(OBJEXT) $(am__objects_6)
180dbus_daemon_launch_helper_OBJECTS =  \
181	$(am_dbus_daemon_launch_helper_OBJECTS)
182dbus_daemon_launch_helper_DEPENDENCIES =  \
183	$(top_builddir)/dbus/libdbus-internal.la $(am__DEPENDENCIES_3)
184am__dbus_daemon_launch_helper_test_SOURCES_DIST =  \
185	activation-helper-bin.c config-loader-expat.c \
186	config-loader-libxml.c config-parser-common.c \
187	config-parser-common.h config-parser-trivial.c \
188	config-parser-trivial.h desktop-file.c desktop-file.h utils.c \
189	utils.h activation-exit-codes.h activation-helper.h \
190	activation-helper.c
191@DBUS_USE_EXPAT_FALSE@@DBUS_USE_LIBXML_TRUE@am__objects_7 = dbus_daemon_launch_helper_test-config-loader-libxml.$(OBJEXT)
192@DBUS_USE_EXPAT_TRUE@am__objects_7 = dbus_daemon_launch_helper_test-config-loader-expat.$(OBJEXT)
193am__objects_8 = $(am__objects_7) \
194	dbus_daemon_launch_helper_test-config-parser-common.$(OBJEXT) \
195	dbus_daemon_launch_helper_test-config-parser-trivial.$(OBJEXT) \
196	dbus_daemon_launch_helper_test-desktop-file.$(OBJEXT) \
197	dbus_daemon_launch_helper_test-utils.$(OBJEXT) \
198	dbus_daemon_launch_helper_test-activation-helper.$(OBJEXT)
199am_dbus_daemon_launch_helper_test_OBJECTS = dbus_daemon_launch_helper_test-activation-helper-bin.$(OBJEXT) \
200	$(am__objects_8)
201dbus_daemon_launch_helper_test_OBJECTS =  \
202	$(am_dbus_daemon_launch_helper_test_OBJECTS)
203dbus_daemon_launch_helper_test_DEPENDENCIES =  \
204	$(top_builddir)/dbus/libdbus-internal.la $(am__DEPENDENCIES_3)
205am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
206am__vpath_adj = case $$p in \
207    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
208    *) f=$$p;; \
209  esac;
210am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
211am__install_max = 40
212am__nobase_strip_setup = \
213  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
214am__nobase_strip = \
215  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
216am__nobase_list = $(am__nobase_strip_setup); \
217  for p in $$list; do echo "$$p $$p"; done | \
218  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
219  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
220    if (++n[$$2] == $(am__install_max)) \
221      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
222    END { for (dir in files) print dir, files[dir] }'
223am__base_list = \
224  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
225  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
226SCRIPTS = $(bin_SCRIPTS) $(initd_SCRIPTS)
227DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
228depcomp = $(SHELL) $(top_srcdir)/depcomp
229am__depfiles_maybe = depfiles
230am__mv = mv -f
231COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
232	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
233LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
234	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
235	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
236	$(AM_CFLAGS) $(CFLAGS)
237AM_V_CC = $(am__v_CC_$(V))
238am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
239am__v_CC_0 = @echo "  CC    " $@;
240AM_V_at = $(am__v_at_$(V))
241am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
242am__v_at_0 = @
243CCLD = $(CC)
244LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
246	$(AM_LDFLAGS) $(LDFLAGS) -o $@
247AM_V_CCLD = $(am__v_CCLD_$(V))
248am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
249am__v_CCLD_0 = @echo "  CCLD  " $@;
250AM_V_GEN = $(am__v_GEN_$(V))
251am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
252am__v_GEN_0 = @echo "  GEN   " $@;
253SOURCES = $(bus_test_SOURCES) $(bus_test_launch_helper_SOURCES) \
254	$(bus_test_system_SOURCES) $(dbus_daemon_SOURCES) \
255	$(dbus_daemon_launch_helper_SOURCES) \
256	$(dbus_daemon_launch_helper_test_SOURCES)
257DIST_SOURCES = $(am__bus_test_SOURCES_DIST) \
258	$(am__bus_test_launch_helper_SOURCES_DIST) \
259	$(am__bus_test_system_SOURCES_DIST) \
260	$(am__dbus_daemon_SOURCES_DIST) \
261	$(am__dbus_daemon_launch_helper_SOURCES_DIST) \
262	$(am__dbus_daemon_launch_helper_test_SOURCES_DIST)
263DATA = $(agent_DATA) $(config_DATA) $(systemdsystemunit_DATA)
264ETAGS = etags
265CTAGS = ctags
266DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267ACLOCAL = @ACLOCAL@
268ADT_LIBS = @ADT_LIBS@
269AMTAR = @AMTAR@
270AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
271AR = @AR@
272AUTOCONF = @AUTOCONF@
273AUTOHEADER = @AUTOHEADER@
274AUTOMAKE = @AUTOMAKE@
275AWK = @AWK@
276BUILD_FILEVERSION = @BUILD_FILEVERSION@
277BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
278CC = @CC@
279CCDEPMODE = @CCDEPMODE@
280CFLAGS = @CFLAGS@
281CPP = @CPP@
282CPPFLAGS = @CPPFLAGS@
283CXX = @CXX@
284CXXCPP = @CXXCPP@
285CXXDEPMODE = @CXXDEPMODE@
286CXXFLAGS = @CXXFLAGS@
287CYGPATH_W = @CYGPATH_W@
288DBUS_BINDIR = @DBUS_BINDIR@
289DBUS_CONSOLE_AUTH_DIR = @DBUS_CONSOLE_AUTH_DIR@
290DBUS_CONSOLE_OWNER_FILE = @DBUS_CONSOLE_OWNER_FILE@
291DBUS_DAEMONDIR = @DBUS_DAEMONDIR@
292DBUS_DATADIR = @DBUS_DATADIR@
293DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
294DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
295DBUS_HAVE_INT64 = @DBUS_HAVE_INT64@
296DBUS_INT16_TYPE = @DBUS_INT16_TYPE@
297DBUS_INT32_TYPE = @DBUS_INT32_TYPE@
298DBUS_INT64_CONSTANT = @DBUS_INT64_CONSTANT@
299DBUS_INT64_TYPE = @DBUS_INT64_TYPE@
300DBUS_LIBEXECDIR = @DBUS_LIBEXECDIR@
301DBUS_MAJOR_VERSION = @DBUS_MAJOR_VERSION@
302DBUS_MICRO_VERSION = @DBUS_MICRO_VERSION@
303DBUS_MINOR_VERSION = @DBUS_MINOR_VERSION@
304DBUS_PATH_OR_ABSTRACT = @DBUS_PATH_OR_ABSTRACT@
305DBUS_PREFIX = @DBUS_PREFIX@
306DBUS_SESSION_BUS_DEFAULT_ADDRESS = @DBUS_SESSION_BUS_DEFAULT_ADDRESS@
307DBUS_SESSION_SOCKET_DIR = @DBUS_SESSION_SOCKET_DIR@
308DBUS_STATIC_BUILD_CPPFLAGS = @DBUS_STATIC_BUILD_CPPFLAGS@
309DBUS_SYSTEM_BUS_DEFAULT_ADDRESS = @DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@
310DBUS_SYSTEM_PID_FILE = @DBUS_SYSTEM_PID_FILE@
311DBUS_SYSTEM_SOCKET = @DBUS_SYSTEM_SOCKET@
312DBUS_TEST_DATA = @DBUS_TEST_DATA@
313DBUS_TEST_EXEC = @DBUS_TEST_EXEC@
314DBUS_UINT64_CONSTANT = @DBUS_UINT64_CONSTANT@
315DBUS_USER = @DBUS_USER@
316DBUS_VERSION = @DBUS_VERSION@
317DBUS_X_CFLAGS = @DBUS_X_CFLAGS@
318DBUS_X_LIBS = @DBUS_X_LIBS@
319DEFS = @DEFS@
320DEPDIR = @DEPDIR@
321DLLTOOL = @DLLTOOL@
322DOXYGEN = @DOXYGEN@
323DSYMUTIL = @DSYMUTIL@
324DUMPBIN = @DUMPBIN@
325ECHO_C = @ECHO_C@
326ECHO_N = @ECHO_N@
327ECHO_T = @ECHO_T@
328EGREP = @EGREP@
329EXEEXT = @EXEEXT@
330EXPANDED_BINDIR = @EXPANDED_BINDIR@
331EXPANDED_DATADIR = @EXPANDED_DATADIR@
332EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
333EXPANDED_LIBEXECDIR = @EXPANDED_LIBEXECDIR@
334EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
335EXPANDED_PREFIX = @EXPANDED_PREFIX@
336EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
337FGREP = @FGREP@
338GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
339GLIB_CFLAGS = @GLIB_CFLAGS@
340GLIB_LIBS = @GLIB_LIBS@
341GREP = @GREP@
342INSTALL = @INSTALL@
343INSTALL_DATA = @INSTALL_DATA@
344INSTALL_PROGRAM = @INSTALL_PROGRAM@
345INSTALL_SCRIPT = @INSTALL_SCRIPT@
346INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
347LAUNCHCTL = @LAUNCHCTL@
348LAUNCHD_AGENT_DIR = @LAUNCHD_AGENT_DIR@
349LD = @LD@
350LDFLAGS = @LDFLAGS@
351LIBDBUS_LIBS = @LIBDBUS_LIBS@
352LIBOBJS = @LIBOBJS@
353LIBS = @LIBS@
354LIBTOOL = @LIBTOOL@
355LIBXML_CFLAGS = @LIBXML_CFLAGS@
356LIBXML_LIBS = @LIBXML_LIBS@
357LIPO = @LIPO@
358LN_S = @LN_S@
359LTLIBOBJS = @LTLIBOBJS@
360LT_AGE = @LT_AGE@
361LT_CURRENT = @LT_CURRENT@
362LT_REVISION = @LT_REVISION@
363MAINT = @MAINT@
364MAKEINFO = @MAKEINFO@
365MAN2HTML = @MAN2HTML@
366MANIFEST_TOOL = @MANIFEST_TOOL@
367MKDIR_P = @MKDIR_P@
368NETWORK_libs = @NETWORK_libs@
369NM = @NM@
370NMEDIT = @NMEDIT@
371OBJDUMP = @OBJDUMP@
372OBJEXT = @OBJEXT@
373OTOOL = @OTOOL@
374OTOOL64 = @OTOOL64@
375PACKAGE = @PACKAGE@
376PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
377PACKAGE_NAME = @PACKAGE_NAME@
378PACKAGE_STRING = @PACKAGE_STRING@
379PACKAGE_TARNAME = @PACKAGE_TARNAME@
380PACKAGE_URL = @PACKAGE_URL@
381PACKAGE_VERSION = @PACKAGE_VERSION@
382PATH_SEPARATOR = @PATH_SEPARATOR@
383PKG_CONFIG = @PKG_CONFIG@
384PYTHON = @PYTHON@
385PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
386PYTHON_PLATFORM = @PYTHON_PLATFORM@
387PYTHON_PREFIX = @PYTHON_PREFIX@
388PYTHON_VERSION = @PYTHON_VERSION@
389RANLIB = @RANLIB@
390RC = @RC@
391R_DYNAMIC_LDFLAG = @R_DYNAMIC_LDFLAG@
392SED = @SED@
393SELINUX_LIBS = @SELINUX_LIBS@
394SET_MAKE = @SET_MAKE@
395SHELL = @SHELL@
396STRIP = @STRIP@
397SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
398SYSTEMD_LIBS = @SYSTEMD_LIBS@
399TEST_BUS_BINARY = @TEST_BUS_BINARY@
400TEST_LAUNCH_HELPER_BINARY = @TEST_LAUNCH_HELPER_BINARY@
401TEST_LISTEN = @TEST_LISTEN@
402TEST_SOCKET_DIR = @TEST_SOCKET_DIR@
403THREAD_LIBS = @THREAD_LIBS@
404VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
405VALGRIND_LIBS = @VALGRIND_LIBS@
406VERSION = @VERSION@
407WINDRES = @WINDRES@
408XMKMF = @XMKMF@
409XMLTO = @XMLTO@
410XML_CFLAGS = @XML_CFLAGS@
411XML_LIBS = @XML_LIBS@
412XSLTPROC = @XSLTPROC@
413X_CFLAGS = @X_CFLAGS@
414X_EXTRA_LIBS = @X_EXTRA_LIBS@
415X_LIBS = @X_LIBS@
416X_PRE_LIBS = @X_PRE_LIBS@
417abs_builddir = @abs_builddir@
418abs_srcdir = @abs_srcdir@
419abs_top_builddir = @abs_top_builddir@
420abs_top_srcdir = @abs_top_srcdir@
421ac_ct_AR = @ac_ct_AR@
422ac_ct_CC = @ac_ct_CC@
423ac_ct_CXX = @ac_ct_CXX@
424ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
425am__include = @am__include@
426am__leading_dot = @am__leading_dot@
427am__quote = @am__quote@
428am__tar = @am__tar@
429am__untar = @am__untar@
430bindir = @bindir@
431build = @build@
432build_alias = @build_alias@
433build_cpu = @build_cpu@
434build_os = @build_os@
435build_vendor = @build_vendor@
436builddir = @builddir@
437datadir = @datadir@
438datarootdir = @datarootdir@
439docdir = @docdir@
440dvidir = @dvidir@
441exec_prefix = @exec_prefix@
442host = @host@
443host_alias = @host_alias@
444host_cpu = @host_cpu@
445host_os = @host_os@
446host_vendor = @host_vendor@
447htmldir = @htmldir@
448includedir = @includedir@
449infodir = @infodir@
450install_sh = @install_sh@
451libdir = @libdir@
452libexecdir = @libexecdir@
453localedir = @localedir@
454localstatedir = @localstatedir@
455mandir = @mandir@
456mkdir_p = @mkdir_p@
457oldincludedir = @oldincludedir@
458pdfdir = @pdfdir@
459pkgpyexecdir = @pkgpyexecdir@
460pkgpythondir = @pkgpythondir@
461prefix = @prefix@
462program_transform_name = @program_transform_name@
463psdir = @psdir@
464pyexecdir = @pyexecdir@
465pythondir = @pythondir@
466sbindir = @sbindir@
467sharedstatedir = @sharedstatedir@
468srcdir = @srcdir@
469sysconfdir = @sysconfdir@
470systemdsystemunitdir = @systemdsystemunitdir@
471target_alias = @target_alias@
472top_build_prefix = @top_build_prefix@
473top_builddir = @top_builddir@
474top_srcdir = @top_srcdir@
475configdir = $(sysconfdir)/dbus-1
476dbus_daemon_execdir = $(DBUS_DAEMONDIR)
477DBUS_BUS_LIBS = \
478	$(XML_LIBS) \
479	$(SELINUX_LIBS) \
480	$(THREAD_LIBS) \
481	$(ADT_LIBS) \
482	$(NETWORK_libs) \
483	$(NULL)
484
485DBUS_LAUNCHER_LIBS = \
486	$(XML_LIBS) \
487	$(THREAD_LIBS) \
488	$(NETWORK_libs) \
489	$(NULL)
490
491AM_CPPFLAGS = \
492	-I$(top_srcdir) \
493	$(XML_CFLAGS) \
494	-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
495	-DDBUS_COMPILATION \
496	-DDBUS_STATIC_BUILD \
497	$(NULL)
498
499
500# if assertions are enabled, improve backtraces
501AM_LDFLAGS = @R_DYNAMIC_LDFLAG@
502EFENCE = 
503CONFIG_IN_FILES = \
504	session.conf.in				\
505	system.conf.in				\
506	org.freedesktop.dbus-session.plist.in
507
508config_DATA = \
509	session.conf				\
510	system.conf
511
512@DBUS_ENABLE_LAUNCHD_TRUE@agentdir = $(LAUNCHD_AGENT_DIR)
513@DBUS_ENABLE_LAUNCHD_TRUE@agent_DATA = org.freedesktop.dbus-session.plist
514@DBUS_USE_EXPAT_TRUE@XML_SOURCES = config-loader-expat.c
515@DBUS_USE_LIBXML_TRUE@XML_SOURCES = config-loader-libxml.c
516@DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE@@DBUS_BUS_ENABLE_INOTIFY_FALSE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@DIR_WATCH_SOURCE = dir-watch-default.c
517@DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE@@DBUS_BUS_ENABLE_INOTIFY_FALSE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@DIR_WATCH_SOURCE = dir-watch-dnotify.c
518@DBUS_BUS_ENABLE_INOTIFY_TRUE@@DBUS_BUS_ENABLE_KQUEUE_FALSE@DIR_WATCH_SOURCE = dir-watch-inotify.c
519@DBUS_BUS_ENABLE_KQUEUE_TRUE@DIR_WATCH_SOURCE = dir-watch-kqueue.c
520BUS_SOURCES = \
521	activation.c				\
522	activation.h				\
523	activation-exit-codes.h			\
524	bus.c					\
525	bus.h					\
526	config-parser.c				\
527	config-parser.h				\
528	config-parser-common.c			\
529	config-parser-common.h			\
530	connection.c				\
531	connection.h				\
532	desktop-file.c				\
533	desktop-file.h				\
534	$(DIR_WATCH_SOURCE)			\
535	dir-watch.h				\
536	dispatch.c				\
537	dispatch.h				\
538	driver.c				\
539	driver.h				\
540	expirelist.c				\
541	expirelist.h				\
542	policy.c				\
543	policy.h				\
544	selinux.h				\
545	selinux.c				\
546	services.c				\
547	services.h				\
548	signals.c				\
549	signals.h				\
550	stats.c					\
551	stats.h					\
552	test.c					\
553	test.h					\
554	utils.c					\
555	utils.h					\
556	$(XML_SOURCES)
557
558dbus_daemon_SOURCES = \
559	$(BUS_SOURCES)				\
560	main.c
561
562dbus_daemon_LDADD = \
563	$(top_builddir)/dbus/libdbus-internal.la	\
564	$(EFENCE)					\
565	$(DBUS_BUS_LIBS)
566
567LAUNCH_HELPER_SOURCES = \
568	$(XML_SOURCES)				\
569	config-parser-common.c			\
570	config-parser-common.h			\
571	config-parser-trivial.c			\
572	config-parser-trivial.h			\
573	desktop-file.c				\
574	desktop-file.h				\
575	utils.c					\
576	utils.h					\
577	activation-exit-codes.h			\
578	activation-helper.h	  		\
579	activation-helper.c
580
581dbus_daemon_launch_helper_SOURCES = \
582	activation-helper-bin.c			\
583	$(LAUNCH_HELPER_SOURCES)
584
585dbus_daemon_launch_helper_LDADD = \
586	$(top_builddir)/dbus/libdbus-internal.la \
587	$(DBUS_LAUNCHER_LIBS)
588
589dbus_daemon_launch_helper_test_SOURCES = \
590	activation-helper-bin.c			\
591	$(LAUNCH_HELPER_SOURCES)
592
593dbus_daemon_launch_helper_test_LDADD = \
594	$(top_builddir)/dbus/libdbus-internal.la \
595	$(DBUS_LAUNCHER_LIBS)
596
597dbus_daemon_launch_helper_test_CPPFLAGS = \
598	$(AM_CPPFLAGS) \
599	-DACTIVATION_LAUNCHER_TEST
600
601bus_test_launch_helper_SOURCES = \
602	test-launch-helper.c   		\
603	$(LAUNCH_HELPER_SOURCES)
604
605bus_test_launch_helper_LDADD = \
606	$(top_builddir)/dbus/libdbus-internal.la \
607	$(DBUS_LAUNCHER_LIBS)
608
609bus_test_launch_helper_CPPFLAGS = \
610	$(AM_CPPFLAGS) \
611	-DACTIVATION_LAUNCHER_TEST	\
612	-DACTIVATION_LAUNCHER_DO_OOM
613
614bus_test_system_SOURCES = \
615	$(XML_SOURCES)				\
616	config-parser-common.c			\
617	config-parser-common.h			\
618	config-parser-trivial.c			\
619	config-parser-trivial.h			\
620	utils.c					\
621	utils.h					\
622	test-system.c
623
624bus_test_system_LDADD = $(top_builddir)/dbus/libdbus-internal.la $(DBUS_BUS_LIBS)
625bus_test_SOURCES = \
626	$(BUS_SOURCES)				\
627	test-main.c
628
629bus_test_LDADD = $(top_builddir)/dbus/libdbus-internal.la $(DBUS_BUS_LIBS)
630
631#### Init scripts fun
632SCRIPT_IN_FILES = messagebus.in messagebus-config.in rc.messagebus.in \
633	$(am__append_3)
634@DBUS_INIT_SCRIPTS_RED_HAT_TRUE@initddir = $(sysconfdir)/rc.d/init.d
635@DBUS_INIT_SCRIPTS_SLACKWARE_TRUE@initddir = $(sysconfdir)/rc.d/
636@DBUS_INIT_SCRIPTS_RED_HAT_TRUE@initd_SCRIPTS = \
637@DBUS_INIT_SCRIPTS_RED_HAT_TRUE@	messagebus
638
639@DBUS_INIT_SCRIPTS_SLACKWARE_TRUE@initd_SCRIPTS = \
640@DBUS_INIT_SCRIPTS_SLACKWARE_TRUE@	rc.messagebus
641
642@DBUS_INIT_SCRIPTS_CYGWIN_TRUE@bin_SCRIPTS = \
643@DBUS_INIT_SCRIPTS_CYGWIN_TRUE@	messagebus-config
644
645@HAVE_SYSTEMD_TRUE@systemdsystemunit_DATA = \
646@HAVE_SYSTEMD_TRUE@	dbus.service \
647@HAVE_SYSTEMD_TRUE@	dbus.socket
648
649
650#### Extra dist
651EXTRA_DIST = $(CONFIG_IN_FILES) $(SCRIPT_IN_FILES)
652all: all-am
653
654.SUFFIXES:
655.SUFFIXES: .c .lo .o .obj
656$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
657	@for dep in $?; do \
658	  case '$(am__configure_deps)' in \
659	    *$$dep*) \
660	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
661	        && { if test -f $@; then exit 0; else break; fi; }; \
662	      exit 1;; \
663	  esac; \
664	done; \
665	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu bus/Makefile'; \
666	$(am__cd) $(top_srcdir) && \
667	  $(AUTOMAKE) --gnu bus/Makefile
668.PRECIOUS: Makefile
669Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
670	@case '$?' in \
671	  *config.status*) \
672	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
673	  *) \
674	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
675	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
676	esac;
677
678$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
679	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
680
681$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
682	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
683$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
684	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
685$(am__aclocal_m4_deps):
686system.conf: $(top_builddir)/config.status $(srcdir)/system.conf.in
687	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
688session.conf: $(top_builddir)/config.status $(srcdir)/session.conf.in
689	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
690messagebus: $(top_builddir)/config.status $(srcdir)/messagebus.in
691	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
692messagebus-config: $(top_builddir)/config.status $(srcdir)/messagebus-config.in
693	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
694org.freedesktop.dbus-session.plist: $(top_builddir)/config.status $(srcdir)/org.freedesktop.dbus-session.plist.in
695	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
696rc.messagebus: $(top_builddir)/config.status $(srcdir)/rc.messagebus.in
697	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
698dbus.service: $(top_builddir)/config.status $(srcdir)/dbus.service.in
699	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
700dbus.socket: $(top_builddir)/config.status $(srcdir)/dbus.socket.in
701	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
702install-dbus_daemon_execPROGRAMS: $(dbus_daemon_exec_PROGRAMS)
703	@$(NORMAL_INSTALL)
704	test -z "$(dbus_daemon_execdir)" || $(MKDIR_P) "$(DESTDIR)$(dbus_daemon_execdir)"
705	@list='$(dbus_daemon_exec_PROGRAMS)'; test -n "$(dbus_daemon_execdir)" || list=; \
706	for p in $$list; do echo "$$p $$p"; done | \
707	sed 's/$(EXEEXT)$$//' | \
708	while read p p1; do if test -f $$p || test -f $$p1; \
709	  then echo "$$p"; echo "$$p"; else :; fi; \
710	done | \
711	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
712	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
713	sed 'N;N;N;s,\n, ,g' | \
714	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
715	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
716	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
717	    else { print "f", $$3 "/" $$4, $$1; } } \
718	  END { for (d in files) print "f", d, files[d] }' | \
719	while read type dir files; do \
720	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
721	    test -z "$$files" || { \
722	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(dbus_daemon_execdir)$$dir'"; \
723	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(dbus_daemon_execdir)$$dir" || exit $$?; \
724	    } \
725	; done
726
727uninstall-dbus_daemon_execPROGRAMS:
728	@$(NORMAL_UNINSTALL)
729	@list='$(dbus_daemon_exec_PROGRAMS)'; test -n "$(dbus_daemon_execdir)" || list=; \
730	files=`for p in $$list; do echo "$$p"; done | \
731	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
732	      -e 's/$$/$(EXEEXT)/' `; \
733	test -n "$$list" || exit 0; \
734	echo " ( cd '$(DESTDIR)$(dbus_daemon_execdir)' && rm -f" $$files ")"; \
735	cd "$(DESTDIR)$(dbus_daemon_execdir)" && rm -f $$files
736
737clean-dbus_daemon_execPROGRAMS:
738	@list='$(dbus_daemon_exec_PROGRAMS)'; test -n "$$list" || exit 0; \
739	echo " rm -f" $$list; \
740	rm -f $$list || exit $$?; \
741	test -n "$(EXEEXT)" || exit 0; \
742	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
743	echo " rm -f" $$list; \
744	rm -f $$list
745install-libexecPROGRAMS: $(libexec_PROGRAMS)
746	@$(NORMAL_INSTALL)
747	test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
748	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
749	for p in $$list; do echo "$$p $$p"; done | \
750	sed 's/$(EXEEXT)$$//' | \
751	while read p p1; do if test -f $$p || test -f $$p1; \
752	  then echo "$$p"; echo "$$p"; else :; fi; \
753	done | \
754	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
755	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
756	sed 'N;N;N;s,\n, ,g' | \
757	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
758	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
759	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
760	    else { print "f", $$3 "/" $$4, $$1; } } \
761	  END { for (d in files) print "f", d, files[d] }' | \
762	while read type dir files; do \
763	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
764	    test -z "$$files" || { \
765	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
766	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
767	    } \
768	; done
769
770uninstall-libexecPROGRAMS:
771	@$(NORMAL_UNINSTALL)
772	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
773	files=`for p in $$list; do echo "$$p"; done | \
774	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
775	      -e 's/$$/$(EXEEXT)/' `; \
776	test -n "$$list" || exit 0; \
777	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
778	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
779
780clean-libexecPROGRAMS:
781	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
782	echo " rm -f" $$list; \
783	rm -f $$list || exit $$?; \
784	test -n "$(EXEEXT)" || exit 0; \
785	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
786	echo " rm -f" $$list; \
787	rm -f $$list
788
789clean-noinstPROGRAMS:
790	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
791	echo " rm -f" $$list; \
792	rm -f $$list || exit $$?; \
793	test -n "$(EXEEXT)" || exit 0; \
794	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
795	echo " rm -f" $$list; \
796	rm -f $$list
797bus-test$(EXEEXT): $(bus_test_OBJECTS) $(bus_test_DEPENDENCIES) 
798	@rm -f bus-test$(EXEEXT)
799	$(AM_V_CCLD)$(LINK) $(bus_test_OBJECTS) $(bus_test_LDADD) $(LIBS)
800bus-test-launch-helper$(EXEEXT): $(bus_test_launch_helper_OBJECTS) $(bus_test_launch_helper_DEPENDENCIES) 
801	@rm -f bus-test-launch-helper$(EXEEXT)
802	$(AM_V_CCLD)$(LINK) $(bus_test_launch_helper_OBJECTS) $(bus_test_launch_helper_LDADD) $(LIBS)
803bus-test-system$(EXEEXT): $(bus_test_system_OBJECTS) $(bus_test_system_DEPENDENCIES) 
804	@rm -f bus-test-system$(EXEEXT)
805	$(AM_V_CCLD)$(LINK) $(bus_test_system_OBJECTS) $(bus_test_system_LDADD) $(LIBS)
806dbus-daemon$(EXEEXT): $(dbus_daemon_OBJECTS) $(dbus_daemon_DEPENDENCIES) 
807	@rm -f dbus-daemon$(EXEEXT)
808	$(AM_V_CCLD)$(LINK) $(dbus_daemon_OBJECTS) $(dbus_daemon_LDADD) $(LIBS)
809dbus-daemon-launch-helper$(EXEEXT): $(dbus_daemon_launch_helper_OBJECTS) $(dbus_daemon_launch_helper_DEPENDENCIES) 
810	@rm -f dbus-daemon-launch-helper$(EXEEXT)
811	$(AM_V_CCLD)$(LINK) $(dbus_daemon_launch_helper_OBJECTS) $(dbus_daemon_launch_helper_LDADD) $(LIBS)
812dbus-daemon-launch-helper-test$(EXEEXT): $(dbus_daemon_launch_helper_test_OBJECTS) $(dbus_daemon_launch_helper_test_DEPENDENCIES) 
813	@rm -f dbus-daemon-launch-helper-test$(EXEEXT)
814	$(AM_V_CCLD)$(LINK) $(dbus_daemon_launch_helper_test_OBJECTS) $(dbus_daemon_launch_helper_test_LDADD) $(LIBS)
815install-binSCRIPTS: $(bin_SCRIPTS)
816	@$(NORMAL_INSTALL)
817	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
818	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
819	for p in $$list; do \
820	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
821	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
822	done | \
823	sed -e 'p;s,.*/,,;n' \
824	    -e 'h;s|.*|.|' \
825	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
826	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
827	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
828	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
829	      if (++n[d] == $(am__install_max)) { \
830		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
831	    else { print "f", d "/" $$4, $$1 } } \
832	  END { for (d in files) print "f", d, files[d] }' | \
833	while read type dir files; do \
834	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
835	     test -z "$$files" || { \
836	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
837	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
838	     } \
839	; done
840
841uninstall-binSCRIPTS:
842	@$(NORMAL_UNINSTALL)
843	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
844	files=`for p in $$list; do echo "$$p"; done | \
845	       sed -e 's,.*/,,;$(transform)'`; \
846	test -n "$$list" || exit 0; \
847	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
848	cd "$(DESTDIR)$(bindir)" && rm -f $$files
849install-initdSCRIPTS: $(initd_SCRIPTS)
850	@$(NORMAL_INSTALL)
851	test -z "$(initddir)" || $(MKDIR_P) "$(DESTDIR)$(initddir)"
852	@list='$(initd_SCRIPTS)'; test -n "$(initddir)" || list=; \
853	for p in $$list; do \
854	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
855	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
856	done | \
857	sed -e 'p;s,.*/,,;n' \
858	    -e 'h;s|.*|.|' \
859	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
860	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
861	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
862	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
863	      if (++n[d] == $(am__install_max)) { \
864		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
865	    else { print "f", d "/" $$4, $$1 } } \
866	  END { for (d in files) print "f", d, files[d] }' | \
867	while read type dir files; do \
868	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
869	     test -z "$$files" || { \
870	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(initddir)$$dir'"; \
871	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(initddir)$$dir" || exit $$?; \
872	     } \
873	; done
874
875uninstall-initdSCRIPTS:
876	@$(NORMAL_UNINSTALL)
877	@list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
878	files=`for p in $$list; do echo "$$p"; done | \
879	       sed -e 's,.*/,,;$(transform)'`; \
880	test -n "$$list" || exit 0; \
881	echo " ( cd '$(DESTDIR)$(initddir)' && rm -f" $$files ")"; \
882	cd "$(DESTDIR)$(initddir)" && rm -f $$files
883
884mostlyclean-compile:
885	-rm -f *.$(OBJEXT)
886
887distclean-compile:
888	-rm -f *.tab.c
889
890@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/activation-helper-bin.Po@am__quote@
891@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/activation-helper.Po@am__quote@
892@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/activation.Po@am__quote@
893@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus.Po@am__quote@
894@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-activation-helper.Po@am__quote@
895@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-config-loader-expat.Po@am__quote@
896@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Po@am__quote@
897@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-config-parser-common.Po@am__quote@
898@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Po@am__quote@
899@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-desktop-file.Po@am__quote@
900@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-test-launch-helper.Po@am__quote@
901@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bus_test_launch_helper-utils.Po@am__quote@
902@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-loader-expat.Po@am__quote@
903@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-loader-libxml.Po@am__quote@
904@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser-common.Po@am__quote@
905@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser-trivial.Po@am__quote@
906@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config-parser.Po@am__quote@
907@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
908@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Po@am__quote@
909@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Po@am__quote@
910@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Po@am__quote@
911@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Po@am__quote@
912@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Po@am__quote@
913@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Po@am__quote@
914@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Po@am__quote@
915@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbus_daemon_launch_helper_test-utils.Po@am__quote@
916@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desktop-file.Po@am__quote@
917@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir-watch-default.Po@am__quote@
918@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir-watch-dnotify.Po@am__quote@
919@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir-watch-inotify.Po@am__quote@
920@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir-watch-kqueue.Po@am__quote@
921@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
922@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/driver.Po@am__quote@
923@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expirelist.Po@am__quote@
924@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
925@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy.Po@am__quote@
926@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/selinux.Po@am__quote@
927@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/services.Po@am__quote@
928@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
929@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats.Po@am__quote@
930@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-main.Po@am__quote@
931@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-system.Po@am__quote@
932@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
933@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
934
935.c.o:
936@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
937@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
938@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
939@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
940@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941@am__fastdepCC_FALSE@	$(COMPILE) -c $<
942
943.c.obj:
944@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
945@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
946@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
948@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
950
951.c.lo:
952@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
953@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
954@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
955@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
956@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
958
959bus_test_launch_helper-test-launch-helper.o: test-launch-helper.c
960@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-test-launch-helper.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-test-launch-helper.Tpo -c -o bus_test_launch_helper-test-launch-helper.o `test -f 'test-launch-helper.c' || echo '$(srcdir)/'`test-launch-helper.c
961@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-test-launch-helper.Tpo $(DEPDIR)/bus_test_launch_helper-test-launch-helper.Po
962@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
963@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test-launch-helper.c' object='bus_test_launch_helper-test-launch-helper.o' libtool=no @AMDEPBACKSLASH@
964@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
965@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-test-launch-helper.o `test -f 'test-launch-helper.c' || echo '$(srcdir)/'`test-launch-helper.c
966
967bus_test_launch_helper-test-launch-helper.obj: test-launch-helper.c
968@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-test-launch-helper.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-test-launch-helper.Tpo -c -o bus_test_launch_helper-test-launch-helper.obj `if test -f 'test-launch-helper.c'; then $(CYGPATH_W) 'test-launch-helper.c'; else $(CYGPATH_W) '$(srcdir)/test-launch-helper.c'; fi`
969@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-test-launch-helper.Tpo $(DEPDIR)/bus_test_launch_helper-test-launch-helper.Po
970@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
971@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='test-launch-helper.c' object='bus_test_launch_helper-test-launch-helper.obj' libtool=no @AMDEPBACKSLASH@
972@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
973@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-test-launch-helper.obj `if test -f 'test-launch-helper.c'; then $(CYGPATH_W) 'test-launch-helper.c'; else $(CYGPATH_W) '$(srcdir)/test-launch-helper.c'; fi`
974
975bus_test_launch_helper-config-loader-expat.o: config-loader-expat.c
976@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-loader-expat.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-loader-expat.Tpo -c -o bus_test_launch_helper-config-loader-expat.o `test -f 'config-loader-expat.c' || echo '$(srcdir)/'`config-loader-expat.c
977@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-loader-expat.Tpo $(DEPDIR)/bus_test_launch_helper-config-loader-expat.Po
978@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
979@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-expat.c' object='bus_test_launch_helper-config-loader-expat.o' libtool=no @AMDEPBACKSLASH@
980@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
981@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-loader-expat.o `test -f 'config-loader-expat.c' || echo '$(srcdir)/'`config-loader-expat.c
982
983bus_test_launch_helper-config-loader-expat.obj: config-loader-expat.c
984@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-loader-expat.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-loader-expat.Tpo -c -o bus_test_launch_helper-config-loader-expat.obj `if test -f 'config-loader-expat.c'; then $(CYGPATH_W) 'config-loader-expat.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-expat.c'; fi`
985@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-loader-expat.Tpo $(DEPDIR)/bus_test_launch_helper-config-loader-expat.Po
986@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
987@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-expat.c' object='bus_test_launch_helper-config-loader-expat.obj' libtool=no @AMDEPBACKSLASH@
988@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
989@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-loader-expat.obj `if test -f 'config-loader-expat.c'; then $(CYGPATH_W) 'config-loader-expat.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-expat.c'; fi`
990
991bus_test_launch_helper-config-loader-libxml.o: config-loader-libxml.c
992@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-loader-libxml.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Tpo -c -o bus_test_launch_helper-config-loader-libxml.o `test -f 'config-loader-libxml.c' || echo '$(srcdir)/'`config-loader-libxml.c
993@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Tpo $(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Po
994@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
995@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-libxml.c' object='bus_test_launch_helper-config-loader-libxml.o' libtool=no @AMDEPBACKSLASH@
996@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-loader-libxml.o `test -f 'config-loader-libxml.c' || echo '$(srcdir)/'`config-loader-libxml.c
998
999bus_test_launch_helper-config-loader-libxml.obj: config-loader-libxml.c
1000@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-loader-libxml.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Tpo -c -o bus_test_launch_helper-config-loader-libxml.obj `if test -f 'config-loader-libxml.c'; then $(CYGPATH_W) 'config-loader-libxml.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-libxml.c'; fi`
1001@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Tpo $(DEPDIR)/bus_test_launch_helper-config-loader-libxml.Po
1002@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1003@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-libxml.c' object='bus_test_launch_helper-config-loader-libxml.obj' libtool=no @AMDEPBACKSLASH@
1004@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-loader-libxml.obj `if test -f 'config-loader-libxml.c'; then $(CYGPATH_W) 'config-loader-libxml.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-libxml.c'; fi`
1006
1007bus_test_launch_helper-config-parser-common.o: config-parser-common.c
1008@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-parser-common.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-parser-common.Tpo -c -o bus_test_launch_helper-config-parser-common.o `test -f 'config-parser-common.c' || echo '$(srcdir)/'`config-parser-common.c
1009@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-parser-common.Tpo $(DEPDIR)/bus_test_launch_helper-config-parser-common.Po
1010@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1011@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-common.c' object='bus_test_launch_helper-config-parser-common.o' libtool=no @AMDEPBACKSLASH@
1012@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1013@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-parser-common.o `test -f 'config-parser-common.c' || echo '$(srcdir)/'`config-parser-common.c
1014
1015bus_test_launch_helper-config-parser-common.obj: config-parser-common.c
1016@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-parser-common.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-parser-common.Tpo -c -o bus_test_launch_helper-config-parser-common.obj `if test -f 'config-parser-common.c'; then $(CYGPATH_W) 'config-parser-common.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-common.c'; fi`
1017@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-parser-common.Tpo $(DEPDIR)/bus_test_launch_helper-config-parser-common.Po
1018@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1019@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-common.c' object='bus_test_launch_helper-config-parser-common.obj' libtool=no @AMDEPBACKSLASH@
1020@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1021@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-parser-common.obj `if test -f 'config-parser-common.c'; then $(CYGPATH_W) 'config-parser-common.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-common.c'; fi`
1022
1023bus_test_launch_helper-config-parser-trivial.o: config-parser-trivial.c
1024@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-parser-trivial.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Tpo -c -o bus_test_launch_helper-config-parser-trivial.o `test -f 'config-parser-trivial.c' || echo '$(srcdir)/'`config-parser-trivial.c
1025@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Tpo $(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Po
1026@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1027@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-trivial.c' object='bus_test_launch_helper-config-parser-trivial.o' libtool=no @AMDEPBACKSLASH@
1028@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1029@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-parser-trivial.o `test -f 'config-parser-trivial.c' || echo '$(srcdir)/'`config-parser-trivial.c
1030
1031bus_test_launch_helper-config-parser-trivial.obj: config-parser-trivial.c
1032@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-config-parser-trivial.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Tpo -c -o bus_test_launch_helper-config-parser-trivial.obj `if test -f 'config-parser-trivial.c'; then $(CYGPATH_W) 'config-parser-trivial.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-trivial.c'; fi`
1033@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Tpo $(DEPDIR)/bus_test_launch_helper-config-parser-trivial.Po
1034@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1035@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-trivial.c' object='bus_test_launch_helper-config-parser-trivial.obj' libtool=no @AMDEPBACKSLASH@
1036@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1037@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-config-parser-trivial.obj `if test -f 'config-parser-trivial.c'; then $(CYGPATH_W) 'config-parser-trivial.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-trivial.c'; fi`
1038
1039bus_test_launch_helper-desktop-file.o: desktop-file.c
1040@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-desktop-file.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-desktop-file.Tpo -c -o bus_test_launch_helper-desktop-file.o `test -f 'desktop-file.c' || echo '$(srcdir)/'`desktop-file.c
1041@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-desktop-file.Tpo $(DEPDIR)/bus_test_launch_helper-desktop-file.Po
1042@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1043@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='desktop-file.c' object='bus_test_launch_helper-desktop-file.o' libtool=no @AMDEPBACKSLASH@
1044@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1045@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-desktop-file.o `test -f 'desktop-file.c' || echo '$(srcdir)/'`desktop-file.c
1046
1047bus_test_launch_helper-desktop-file.obj: desktop-file.c
1048@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-desktop-file.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-desktop-file.Tpo -c -o bus_test_launch_helper-desktop-file.obj `if test -f 'desktop-file.c'; then $(CYGPATH_W) 'desktop-file.c'; else $(CYGPATH_W) '$(srcdir)/desktop-file.c'; fi`
1049@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-desktop-file.Tpo $(DEPDIR)/bus_test_launch_helper-desktop-file.Po
1050@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1051@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='desktop-file.c' object='bus_test_launch_helper-desktop-file.obj' libtool=no @AMDEPBACKSLASH@
1052@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1053@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-desktop-file.obj `if test -f 'desktop-file.c'; then $(CYGPATH_W) 'desktop-file.c'; else $(CYGPATH_W) '$(srcdir)/desktop-file.c'; fi`
1054
1055bus_test_launch_helper-utils.o: utils.c
1056@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-utils.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-utils.Tpo -c -o bus_test_launch_helper-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1057@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-utils.Tpo $(DEPDIR)/bus_test_launch_helper-utils.Po
1058@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1059@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utils.c' object='bus_test_launch_helper-utils.o' libtool=no @AMDEPBACKSLASH@
1060@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1062
1063bus_test_launch_helper-utils.obj: utils.c
1064@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-utils.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-utils.Tpo -c -o bus_test_launch_helper-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
1065@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-utils.Tpo $(DEPDIR)/bus_test_launch_helper-utils.Po
1066@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1067@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utils.c' object='bus_test_launch_helper-utils.obj' libtool=no @AMDEPBACKSLASH@
1068@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1069@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
1070
1071bus_test_launch_helper-activation-helper.o: activation-helper.c
1072@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-activation-helper.o -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-activation-helper.Tpo -c -o bus_test_launch_helper-activation-helper.o `test -f 'activation-helper.c' || echo '$(srcdir)/'`activation-helper.c
1073@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-activation-helper.Tpo $(DEPDIR)/bus_test_launch_helper-activation-helper.Po
1074@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1075@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='activation-helper.c' object='bus_test_launch_helper-activation-helper.o' libtool=no @AMDEPBACKSLASH@
1076@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1077@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-activation-helper.o `test -f 'activation-helper.c' || echo '$(srcdir)/'`activation-helper.c
1078
1079bus_test_launch_helper-activation-helper.obj: activation-helper.c
1080@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bus_test_launch_helper-activation-helper.obj -MD -MP -MF $(DEPDIR)/bus_test_launch_helper-activation-helper.Tpo -c -o bus_test_launch_helper-activation-helper.obj `if test -f 'activation-helper.c'; then $(CYGPATH_W) 'activation-helper.c'; else $(CYGPATH_W) '$(srcdir)/activation-helper.c'; fi`
1081@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/bus_test_launch_helper-activation-helper.Tpo $(DEPDIR)/bus_test_launch_helper-activation-helper.Po
1082@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1083@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='activation-helper.c' object='bus_test_launch_helper-activation-helper.obj' libtool=no @AMDEPBACKSLASH@
1084@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1085@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(bus_test_launch_helper_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bus_test_launch_helper-activation-helper.obj `if test -f 'activation-helper.c'; then $(CYGPATH_W) 'activation-helper.c'; else $(CYGPATH_W) '$(srcdir)/activation-helper.c'; fi`
1086
1087dbus_daemon_launch_helper_test-activation-helper-bin.o: activation-helper-bin.c
1088@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-activation-helper-bin.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Tpo -c -o dbus_daemon_launch_helper_test-activation-helper-bin.o `test -f 'activation-helper-bin.c' || echo '$(srcdir)/'`activation-helper-bin.c
1089@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Po
1090@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1091@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='activation-helper-bin.c' object='dbus_daemon_launch_helper_test-activation-helper-bin.o' libtool=no @AMDEPBACKSLASH@
1092@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1093@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-activation-helper-bin.o `test -f 'activation-helper-bin.c' || echo '$(srcdir)/'`activation-helper-bin.c
1094
1095dbus_daemon_launch_helper_test-activation-helper-bin.obj: activation-helper-bin.c
1096@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-activation-helper-bin.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Tpo -c -o dbus_daemon_launch_helper_test-activation-helper-bin.obj `if test -f 'activation-helper-bin.c'; then $(CYGPATH_W) 'activation-helper-bin.c'; else $(CYGPATH_W) '$(srcdir)/activation-helper-bin.c'; fi`
1097@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper-bin.Po
1098@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1099@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='activation-helper-bin.c' object='dbus_daemon_launch_helper_test-activation-helper-bin.obj' libtool=no @AMDEPBACKSLASH@
1100@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1101@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-activation-helper-bin.obj `if test -f 'activation-helper-bin.c'; then $(CYGPATH_W) 'activation-helper-bin.c'; else $(CYGPATH_W) '$(srcdir)/activation-helper-bin.c'; fi`
1102
1103dbus_daemon_launch_helper_test-config-loader-expat.o: config-loader-expat.c
1104@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-loader-expat.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Tpo -c -o dbus_daemon_launch_helper_test-config-loader-expat.o `test -f 'config-loader-expat.c' || echo '$(srcdir)/'`config-loader-expat.c
1105@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Po
1106@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1107@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-expat.c' object='dbus_daemon_launch_helper_test-config-loader-expat.o' libtool=no @AMDEPBACKSLASH@
1108@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1109@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-loader-expat.o `test -f 'config-loader-expat.c' || echo '$(srcdir)/'`config-loader-expat.c
1110
1111dbus_daemon_launch_helper_test-config-loader-expat.obj: config-loader-expat.c
1112@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-loader-expat.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Tpo -c -o dbus_daemon_launch_helper_test-config-loader-expat.obj `if test -f 'config-loader-expat.c'; then $(CYGPATH_W) 'config-loader-expat.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-expat.c'; fi`
1113@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-expat.Po
1114@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1115@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-expat.c' object='dbus_daemon_launch_helper_test-config-loader-expat.obj' libtool=no @AMDEPBACKSLASH@
1116@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1117@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-loader-expat.obj `if test -f 'config-loader-expat.c'; then $(CYGPATH_W) 'config-loader-expat.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-expat.c'; fi`
1118
1119dbus_daemon_launch_helper_test-config-loader-libxml.o: config-loader-libxml.c
1120@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-loader-libxml.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Tpo -c -o dbus_daemon_launch_helper_test-config-loader-libxml.o `test -f 'config-loader-libxml.c' || echo '$(srcdir)/'`config-loader-libxml.c
1121@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Po
1122@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1123@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-libxml.c' object='dbus_daemon_launch_helper_test-config-loader-libxml.o' libtool=no @AMDEPBACKSLASH@
1124@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1125@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-loader-libxml.o `test -f 'config-loader-libxml.c' || echo '$(srcdir)/'`config-loader-libxml.c
1126
1127dbus_daemon_launch_helper_test-config-loader-libxml.obj: config-loader-libxml.c
1128@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-loader-libxml.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Tpo -c -o dbus_daemon_launch_helper_test-config-loader-libxml.obj `if test -f 'config-loader-libxml.c'; then $(CYGPATH_W) 'config-loader-libxml.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-libxml.c'; fi`
1129@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-loader-libxml.Po
1130@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1131@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-loader-libxml.c' object='dbus_daemon_launch_helper_test-config-loader-libxml.obj' libtool=no @AMDEPBACKSLASH@
1132@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1133@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-loader-libxml.obj `if test -f 'config-loader-libxml.c'; then $(CYGPATH_W) 'config-loader-libxml.c'; else $(CYGPATH_W) '$(srcdir)/config-loader-libxml.c'; fi`
1134
1135dbus_daemon_launch_helper_test-config-parser-common.o: config-parser-common.c
1136@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-parser-common.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Tpo -c -o dbus_daemon_launch_helper_test-config-parser-common.o `test -f 'config-parser-common.c' || echo '$(srcdir)/'`config-parser-common.c
1137@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Po
1138@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1139@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-common.c' object='dbus_daemon_launch_helper_test-config-parser-common.o' libtool=no @AMDEPBACKSLASH@
1140@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1141@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-parser-common.o `test -f 'config-parser-common.c' || echo '$(srcdir)/'`config-parser-common.c
1142
1143dbus_daemon_launch_helper_test-config-parser-common.obj: config-parser-common.c
1144@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-parser-common.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Tpo -c -o dbus_daemon_launch_helper_test-config-parser-common.obj `if test -f 'config-parser-common.c'; then $(CYGPATH_W) 'config-parser-common.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-common.c'; fi`
1145@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-common.Po
1146@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1147@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-common.c' object='dbus_daemon_launch_helper_test-config-parser-common.obj' libtool=no @AMDEPBACKSLASH@
1148@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1149@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-parser-common.obj `if test -f 'config-parser-common.c'; then $(CYGPATH_W) 'config-parser-common.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-common.c'; fi`
1150
1151dbus_daemon_launch_helper_test-config-parser-trivial.o: config-parser-trivial.c
1152@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-parser-trivial.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Tpo -c -o dbus_daemon_launch_helper_test-config-parser-trivial.o `test -f 'config-parser-trivial.c' || echo '$(srcdir)/'`config-parser-trivial.c
1153@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Po
1154@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1155@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-trivial.c' object='dbus_daemon_launch_helper_test-config-parser-trivial.o' libtool=no @AMDEPBACKSLASH@
1156@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1157@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-parser-trivial.o `test -f 'config-parser-trivial.c' || echo '$(srcdir)/'`config-parser-trivial.c
1158
1159dbus_daemon_launch_helper_test-config-parser-trivial.obj: config-parser-trivial.c
1160@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-config-parser-trivial.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Tpo -c -o dbus_daemon_launch_helper_test-config-parser-trivial.obj `if test -f 'config-parser-trivial.c'; then $(CYGPATH_W) 'config-parser-trivial.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-trivial.c'; fi`
1161@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-config-parser-trivial.Po
1162@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1163@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='config-parser-trivial.c' object='dbus_daemon_launch_helper_test-config-parser-trivial.obj' libtool=no @AMDEPBACKSLASH@
1164@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1165@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-config-parser-trivial.obj `if test -f 'config-parser-trivial.c'; then $(CYGPATH_W) 'config-parser-trivial.c'; else $(CYGPATH_W) '$(srcdir)/config-parser-trivial.c'; fi`
1166
1167dbus_daemon_launch_helper_test-desktop-file.o: desktop-file.c
1168@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-desktop-file.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Tpo -c -o dbus_daemon_launch_helper_test-desktop-file.o `test -f 'desktop-file.c' || echo '$(srcdir)/'`desktop-file.c
1169@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Po
1170@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1171@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='desktop-file.c' object='dbus_daemon_launch_helper_test-desktop-file.o' libtool=no @AMDEPBACKSLASH@
1172@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1173@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-desktop-file.o `test -f 'desktop-file.c' || echo '$(srcdir)/'`desktop-file.c
1174
1175dbus_daemon_launch_helper_test-desktop-file.obj: desktop-file.c
1176@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-desktop-file.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Tpo -c -o dbus_daemon_launch_helper_test-desktop-file.obj `if test -f 'desktop-file.c'; then $(CYGPATH_W) 'desktop-file.c'; else $(CYGPATH_W) '$(srcdir)/desktop-file.c'; fi`
1177@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-desktop-file.Po
1178@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1179@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='desktop-file.c' object='dbus_daemon_launch_helper_test-desktop-file.obj' libtool=no @AMDEPBACKSLASH@
1180@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1181@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-desktop-file.obj `if test -f 'desktop-file.c'; then $(CYGPATH_W) 'desktop-file.c'; else $(CYGPATH_W) '$(srcdir)/desktop-file.c'; fi`
1182
1183dbus_daemon_launch_helper_test-utils.o: utils.c
1184@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-utils.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-utils.Tpo -c -o dbus_daemon_launch_helper_test-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1185@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-utils.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-utils.Po
1186@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1187@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utils.c' object='dbus_daemon_launch_helper_test-utils.o' libtool=no @AMDEPBACKSLASH@
1188@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1189@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
1190
1191dbus_daemon_launch_helper_test-utils.obj: utils.c
1192@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-utils.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-utils.Tpo -c -o dbus_daemon_launch_helper_test-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
1193@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-utils.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-utils.Po
1194@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1195@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='utils.c' object='dbus_daemon_launch_helper_test-utils.obj' libtool=no @AMDEPBACKSLASH@
1196@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1197@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
1198
1199dbus_daemon_launch_helper_test-activation-helper.o: activation-helper.c
1200@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-activation-helper.o -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Tpo -c -o dbus_daemon_launch_helper_test-activation-helper.o `test -f 'activation-helper.c' || echo '$(srcdir)/'`activation-helper.c
1201@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Po
1202@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1203@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='activation-helper.c' object='dbus_daemon_launch_helper_test-activation-helper.o' libtool=no @AMDEPBACKSLASH@
1204@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1205@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-activation-helper.o `test -f 'activation-helper.c' || echo '$(srcdir)/'`activation-helper.c
1206
1207dbus_daemon_launch_helper_test-activation-helper.obj: activation-helper.c
1208@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dbus_daemon_launch_helper_test-activation-helper.obj -MD -MP -MF $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Tpo -c -o dbus_daemon_launch_helper_test-activation-helper.obj `if test -f 'activation-helper.c'; then $(CYGPATH_W) 'activation-helper.c'; else $(CYGPATH_W) '$(srcdir)/activation-helper.c'; fi`
1209@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Tpo $(DEPDIR)/dbus_daemon_launch_helper_test-activation-helper.Po
1210@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
1211@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='activation-helper.c' object='dbus_daemon_launch_helper_test-activation-helper.obj' libtool=no @AMDEPBACKSLASH@
1212@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1213@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dbus_daemon_launch_helper_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dbus_daemon_launch_helper_test-activation-helper.obj `if test -f 'activation-helper.c'; then $(CYGPATH_W) 'activation-helper.c'; else $(CYGPATH_W) '$(srcdir)/activation-helper.c'; fi`
1214
1215mostlyclean-libtool:
1216	-rm -f *.lo
1217
1218clean-libtool:
1219	-rm -rf .libs _libs
1220install-agentDATA: $(agent_DATA)
1221	@$(NORMAL_INSTALL)
1222	test -z "$(agentdir)" || $(MKDIR_P) "$(DESTDIR)$(agentdir)"
1223	@list='$(agent_DATA)'; test -n "$(agentdir)" || list=; \
1224	for p in $$list; do \
1225	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1226	  echo "$$d$$p"; \
1227	done | $(am__base_list) | \
1228	while read files; do \
1229	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(agentdir)'"; \
1230	  $(INSTALL_DATA) $$files "$(DESTDIR)$(agentdir)" || exit $$?; \
1231	done
1232
1233uninstall-agentDATA:
1234	@$(NORMAL_UNINSTALL)
1235	@list='$(agent_DATA)'; test -n "$(agentdir)" || list=; \
1236	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1237	test -n "$$files" || exit 0; \
1238	echo " ( cd '$(DESTDIR)$(agentdir)' && rm -f" $$files ")"; \
1239	cd "$(DESTDIR)$(agentdir)" && rm -f $$files
1240install-configDATA: $(config_DATA)
1241	@$(NORMAL_INSTALL)
1242	test -z "$(configdir)" || $(MKDIR_P) "$(DESTDIR)$(configdir)"
1243	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
1244	for p in $$list; do \
1245	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1246	  echo "$$d$$p"; \
1247	done | $(am__base_list) | \
1248	while read files; do \
1249	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
1250	  $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
1251	done
1252
1253uninstall-configDATA:
1254	@$(NORMAL_UNINSTALL)
1255	@list='$(config_DATA)'; test -n "$(configdir)" || list=; \
1256	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1257	test -n "$$files" || exit 0; \
1258	echo " ( cd '$(DESTDIR)$(configdir)' && rm -f" $$files ")"; \
1259	cd "$(DESTDIR)$(configdir)" && rm -f $$files
1260install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
1261	@$(NORMAL_INSTALL)
1262	test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)"
1263	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
1264	for p in $$list; do \
1265	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1266	  echo "$$d$$p"; \
1267	done | $(am__base_list) | \
1268	while read files; do \
1269	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
1270	  $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
1271	done
1272
1273uninstall-systemdsystemunitDATA:
1274	@$(NORMAL_UNINSTALL)
1275	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
1276	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1277	test -n "$$files" || exit 0; \
1278	echo " ( cd '$(DESTDIR)$(systemdsystemunitdir)' && rm -f" $$files ")"; \
1279	cd "$(DESTDIR)$(systemdsystemunitdir)" && rm -f $$files
1280
1281ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1282	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1283	unique=`for i in $$list; do \
1284	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1285	  done | \
1286	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1287	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1288	mkid -fID $$unique
1289tags: TAGS
1290
1291TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1292		$(TAGS_FILES) $(LISP)
1293	set x; \
1294	here=`pwd`; \
1295	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1296	unique=`for i in $$list; do \
1297	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1298	  done | \
1299	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1300	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1301	shift; \
1302	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1303	  test -n "$$unique" || unique=$$empty_fix; \
1304	  if test $$# -gt 0; then \
1305	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1306	      "$$@" $$unique; \
1307	  else \
1308	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1309	      $$unique; \
1310	  fi; \
1311	fi
1312ctags: CTAGS
1313CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1314		$(TAGS_FILES) $(LISP)
1315	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1316	unique=`for i in $$list; do \
1317	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1318	  done | \
1319	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1320	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1321	test -z "$(CTAGS_ARGS)$$unique" \
1322	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1323	     $$unique
1324
1325GTAGS:
1326	here=`$(am__cd) $(top_builddir) && pwd` \
1327	  && $(am__cd) $(top_srcdir) \
1328	  && gtags -i $(GTAGS_ARGS) "$$here"
1329
1330distclean-tags:
1331	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1332
1333distdir: $(DISTFILES)
1334	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1335	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1336	list='$(DISTFILES)'; \
1337	  dist_files=`for file in $$list; do echo $$file; done | \
1338	  sed -e "s|^$$srcdirstrip/||;t" \
1339	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1340	case $$dist_files in \
1341	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1342			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1343			   sort -u` ;; \
1344	esac; \
1345	for file in $$dist_files; do \
1346	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1347	  if test -d $$d/$$file; then \
1348	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1349	    if test -d "$(distdir)/$$file"; then \
1350	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1351	    fi; \
1352	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1353	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1354	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1355	    fi; \
1356	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1357	  else \
1358	    test -f "$(distdir)/$$file" \
1359	    || cp -p $$d/$$file "$(distdir)/$$file" \
1360	    || exit 1; \
1361	  fi; \
1362	done
1363check-am: all-am
1364check: check-am
1365all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
1366installdirs:
1367	for dir in "$(DESTDIR)$(dbus_daemon_execdir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(initddir)" "$(DESTDIR)$(agentdir)" "$(DESTDIR)$(configdir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
1368	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1369	done
1370install: install-am
1371install-exec: install-exec-am
1372install-data: install-data-am
1373uninstall: uninstall-am
1374
1375install-am: all-am
1376	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1377
1378installcheck: installcheck-am
1379install-strip:
1380	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1381	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1382	  `test -z '$(STRIP)' || \
1383	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1384mostlyclean-generic:
1385
1386clean-generic:
1387
1388distclean-generic:
1389	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1390	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1391
1392maintainer-clean-generic:
1393	@echo "This command is intended for maintainers to use"
1394	@echo "it deletes files that may require special tools to rebuild."
1395@DBUS_UNIX_FALSE@install-exec-hook:
1396clean: clean-am
1397
1398clean-am: clean-dbus_daemon_execPROGRAMS clean-generic \
1399	clean-libexecPROGRAMS clean-libtool clean-local \
1400	clean-noinstPROGRAMS mostlyclean-am
1401
1402distclean: distclean-am
1403	-rm -rf ./$(DEPDIR)
1404	-rm -f Makefile
1405distclean-am: clean-am distclean-compile distclean-generic \
1406	distclean-tags
1407
1408dvi: dvi-am
1409
1410dvi-am:
1411
1412html: html-am
1413
1414html-am:
1415
1416info: info-am
1417
1418info-am:
1419
1420install-data-am: install-agentDATA install-configDATA \
1421	install-initdSCRIPTS install-systemdsystemunitDATA
1422	@$(NORMAL_INSTALL)
1423	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
1424install-dvi: install-dvi-am
1425
1426install-dvi-am:
1427
1428install-exec-am: install-binSCRIPTS install-dbus_daemon_execPROGRAMS \
1429	install-libexecPROGRAMS
1430	@$(NORMAL_INSTALL)
1431	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1432install-html: install-html-am
1433
1434install-html-am:
1435
1436install-info: install-info-am
1437
1438install-info-am:
1439
1440install-man:
1441
1442install-pdf: install-pdf-am
1443
1444install-pdf-am:
1445
1446install-ps: install-ps-am
1447
1448install-ps-am:
1449
1450installcheck-am:
1451
1452maintainer-clean: maintainer-clean-am
1453	-rm -rf ./$(DEPDIR)
1454	-rm -f Makefile
1455maintainer-clean-am: distclean-am maintainer-clean-generic
1456
1457mostlyclean: mostlyclean-am
1458
1459mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1460	mostlyclean-libtool
1461
1462pdf: pdf-am
1463
1464pdf-am:
1465
1466ps: ps-am
1467
1468ps-am:
1469
1470uninstall-am: uninstall-agentDATA uninstall-binSCRIPTS \
1471	uninstall-configDATA uninstall-dbus_daemon_execPROGRAMS \
1472	uninstall-initdSCRIPTS uninstall-libexecPROGRAMS \
1473	uninstall-systemdsystemunitDATA
1474
1475.MAKE: install-am install-data-am install-exec-am install-strip
1476
1477.PHONY: CTAGS GTAGS all all-am check check-am clean \
1478	clean-dbus_daemon_execPROGRAMS clean-generic \
1479	clean-libexecPROGRAMS clean-libtool clean-local \
1480	clean-noinstPROGRAMS ctags distclean distclean-compile \
1481	distclean-generic distclean-libtool distclean-tags distdir dvi \
1482	dvi-am html html-am info info-am install install-agentDATA \
1483	install-am install-binSCRIPTS install-configDATA install-data \
1484	install-data-am install-data-hook \
1485	install-dbus_daemon_execPROGRAMS install-dvi install-dvi-am \
1486	install-exec install-exec-am install-exec-hook install-html \
1487	install-html-am install-info install-info-am \
1488	install-initdSCRIPTS install-libexecPROGRAMS install-man \
1489	install-pdf install-pdf-am install-ps install-ps-am \
1490	install-strip install-systemdsystemunitDATA installcheck \
1491	installcheck-am installdirs maintainer-clean \
1492	maintainer-clean-generic mostlyclean mostlyclean-compile \
1493	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1494	tags uninstall uninstall-agentDATA uninstall-am \
1495	uninstall-binSCRIPTS uninstall-configDATA \
1496	uninstall-dbus_daemon_execPROGRAMS uninstall-initdSCRIPTS \
1497	uninstall-libexecPROGRAMS uninstall-systemdsystemunitDATA
1498
1499
1500clean-local:
1501	/bin/rm *.bb *.bbg *.da *.gcov || true
1502
1503install-data-hook:
1504	$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus
1505	$(mkinstalldirs) $(DESTDIR)$(configdir)/system.d
1506	$(mkinstalldirs) $(DESTDIR)$(configdir)/session.d
1507	$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services
1508	$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/system-services
1509# Install dbus.socket as default implementation of a D-Bus stack.
1510# Deliberately not using $(LN_S) here: ln -fs is not universally portable,
1511# but neither is systemd, so it's OK to assume here that ln complies with SUS.
1512@HAVE_SYSTEMD_TRUE@	$(mkinstalldirs) $(DESTDIR)$(systemdsystemunitdir)/dbus.target.wants
1513@HAVE_SYSTEMD_TRUE@	ln -fs ../dbus.socket $(DESTDIR)$(systemdsystemunitdir)/dbus.target.wants/dbus.socket
1514# Unconditionally enable D-Bus on systemd installations
1515@HAVE_SYSTEMD_TRUE@	$(mkinstalldirs) $(DESTDIR)$(systemdsystemunitdir)/sockets.target.wants
1516@HAVE_SYSTEMD_TRUE@	ln -fs ../dbus.socket $(DESTDIR)$(systemdsystemunitdir)/sockets.target.wants/dbus.socket
1517@HAVE_SYSTEMD_TRUE@	$(mkinstalldirs) $(DESTDIR)$(systemdsystemunitdir)/multi-user.target.wants
1518@HAVE_SYSTEMD_TRUE@	ln -fs ../dbus.service $(DESTDIR)$(systemdsystemunitdir)/multi-user.target.wants/dbus.service
1519
1520@DBUS_UNIX_TRUE@install-exec-hook:
1521@DBUS_UNIX_TRUE@	if test `id -u` -eq 0; then \
1522@DBUS_UNIX_TRUE@		chown root:$(DBUS_USER) $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper$(EXEEXT); \
1523@DBUS_UNIX_TRUE@		chmod 4750 $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper$(EXEEXT); \
1524@DBUS_UNIX_TRUE@	else \
1525@DBUS_UNIX_TRUE@		echo "Not installing $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper binary setuid!"; \
1526@DBUS_UNIX_TRUE@		echo "You'll need to manually set permissions to root:$(DBUS_USER) and permissions 4750"; \
1527@DBUS_UNIX_TRUE@	fi
1528
1529# Tell versions [3.59,3.63) of GNU make to not export all variables.
1530# Otherwise a system limit (for SysV at least) may be exceeded.
1531.NOEXPORT:
1532