summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-09-02 14:48:33 +0100
committerSimon McVittie <smcv@debian.org>2019-09-02 14:48:33 +0100
commit597d360f74ea54b33c218fbbe17c64c0297c7076 (patch)
tree10f2b25c46857524df6471c6144c6766181442e4 /Makefile.in
parentfbf7b875d784851f4f3f234f0e4ce8e05d3a515d (diff)
parente6c02a03a5c2ef5df5893d7517ed3e109e860cd6 (diff)
New upstream version 1.2.10
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in409
1 files changed, 241 insertions, 168 deletions
diff --git a/Makefile.in b/Makefile.in
index f622aa1..df8f29c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -126,7 +126,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
$(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
$(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
$(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
- $(top_srcdir)/m4/ax_generate_changelog.m4 \
$(top_srcdir)/m4/ax_is_release.m4 \
$(top_srcdir)/m4/ax_python_devel.m4 \
$(top_srcdir)/m4/ax_python_module.m4 \
@@ -149,6 +148,15 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = dbus-python.pc
CONFIG_CLEAN_VPATH_FILES =
+am__EXEEXT_1 = test/test-import-repeatedly$(EXEEXT)
+am__installdirs = "$(DESTDIR)$(installed_testdir)" \
+ "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pyexecdir)" \
+ "$(DESTDIR)$(installed_testdir)" \
+ "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pythondir)" \
+ "$(DESTDIR)$(installed_test_metadir)" \
+ "$(DESTDIR)$(installed_test_testdir)" \
+ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(dbusincludedir)"
+PROGRAMS = $(nobase_installed_test_PROGRAMS) $(noinst_PROGRAMS)
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -176,13 +184,6 @@ am__uninstall_files_from_dir = { \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
-am__installdirs = "$(DESTDIR)$(installed_testdir)" \
- "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(installed_testdir)" \
- "$(DESTDIR)$(installed_testdir)" \
- "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pythondir)" \
- "$(DESTDIR)$(installed_test_metadir)" \
- "$(DESTDIR)$(installed_test_testdir)" \
- "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(dbusincludedir)"
LTLIBRARIES = $(nobase_installed_test_LTLIBRARIES) \
$(noinst_LTLIBRARIES) $(pyexec_LTLIBRARIES)
am__DEPENDENCIES_1 =
@@ -230,10 +231,8 @@ test_dbus_py_test_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
@ENABLE_INSTALLED_TESTS_FALSE@am_test_dbus_py_test_la_rpath =
@ENABLE_INSTALLED_TESTS_TRUE@am_test_dbus_py_test_la_rpath = -rpath \
@ENABLE_INSTALLED_TESTS_TRUE@ $(installed_testdir)/test
-am__EXEEXT_1 = test/test-import-repeatedly$(EXEEXT)
-PROGRAMS = $(nobase_installed_test_PROGRAMS) $(noinst_PROGRAMS)
am_test_test_import_repeatedly_OBJECTS = \
- test/test_test_import_repeatedly-import-repeatedly.$(OBJEXT)
+ test/test_import_repeatedly-import-repeatedly.$(OBJEXT)
test_test_import_repeatedly_OBJECTS = \
$(am_test_test_import_repeatedly_OBJECTS)
test_test_import_repeatedly_DEPENDENCIES = $(am__DEPENDENCIES_1) \
@@ -247,15 +246,13 @@ am__dist_noinst_SCRIPTS_DIST = test/test-client.py test/test-p2p.py \
test/test-unusable-main-loop.py test/test-exception-py3.py \
test/test-exception-py2.py test/run-test.sh \
test/cross-test-client.py test/cross-test-server.py \
- test/test-service.py test/wait-for-name.py \
- test/with-session-bus.sh
+ test/test-service.py test/wait-for-name.py
am__nobase_dist_installed_test_SCRIPTS_DIST = test/test-client.py \
test/test-p2p.py test/test-signals.py test/test-standalone.py \
test/test-unusable-main-loop.py test/test-exception-py3.py \
test/test-exception-py2.py test/run-test.sh \
test/cross-test-client.py test/cross-test-server.py \
- test/test-service.py test/wait-for-name.py \
- test/with-session-bus.sh
+ test/test-service.py test/wait-for-name.py
SCRIPTS = $(dist_noinst_SCRIPTS) $(nobase_dist_installed_test_SCRIPTS)
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -271,7 +268,33 @@ am__v_at_0 = @
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = dbus_bindings/$(DEPDIR)/abstract.Plo \
+ dbus_bindings/$(DEPDIR)/bus.Plo \
+ dbus_bindings/$(DEPDIR)/bytes.Plo \
+ dbus_bindings/$(DEPDIR)/conn-methods.Plo \
+ dbus_bindings/$(DEPDIR)/conn.Plo \
+ dbus_bindings/$(DEPDIR)/containers.Plo \
+ dbus_bindings/$(DEPDIR)/debug.Plo \
+ dbus_bindings/$(DEPDIR)/exceptions.Plo \
+ dbus_bindings/$(DEPDIR)/float.Plo \
+ dbus_bindings/$(DEPDIR)/generic.Plo \
+ dbus_bindings/$(DEPDIR)/int.Plo \
+ dbus_bindings/$(DEPDIR)/libdbusconn.Plo \
+ dbus_bindings/$(DEPDIR)/mainloop.Plo \
+ dbus_bindings/$(DEPDIR)/message-append.Plo \
+ dbus_bindings/$(DEPDIR)/message-get-args.Plo \
+ dbus_bindings/$(DEPDIR)/message.Plo \
+ dbus_bindings/$(DEPDIR)/module.Plo \
+ dbus_bindings/$(DEPDIR)/pending-call.Plo \
+ dbus_bindings/$(DEPDIR)/server.Plo \
+ dbus_bindings/$(DEPDIR)/signature.Plo \
+ dbus_bindings/$(DEPDIR)/string.Plo \
+ dbus_bindings/$(DEPDIR)/unixfd.Plo \
+ dbus_bindings/$(DEPDIR)/validation.Plo \
+ dbus_glib_bindings/$(DEPDIR)/module.Plo \
+ test/$(DEPDIR)/dbus_py_test.Plo \
+ test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Po
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -315,7 +338,7 @@ am__can_run_installinfo = \
am__nobase_dist_installed_test_PYTHON_DIST = test/crosstest.py
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
am__pep3147_tweak = \
- sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
+ sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|'
am__nobase_python_PYTHON_DIST = dbus/bus.py dbus/connection.py \
dbus/_compat.py dbus/_dbus.py dbus/decorators.py \
dbus/exceptions.py dbus/_expat_introspect_parser.py \
@@ -334,7 +357,8 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
- cscope check recheck distdir dist dist-all distcheck
+ cscope check recheck distdir distdir-am dist dist-all \
+ distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
# Read a list of newline-separated strings from the standard input,
@@ -624,7 +648,6 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
-GIT = @GIT@
GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_LIBS = @GLIB_LIBS@
GREP = @GREP@
@@ -750,10 +773,10 @@ CLEANFILES = test/test-service.log $(NULL) $(noinst_DATA) \
$(installed_test_test_data) $(installed_test_metadata)
# A hack used for the HTML documentation on dbus.freedesktop.org
-EXTRA_DIST = .travis.yml AUTHORS COPYING ChangeLog dbus-python.pc.in \
- doc/_static/.gitignore examples/example-async-client.py \
- examples/example-client.py examples/example-service.py \
- examples/example-signal-emitter.py \
+EXTRA_DIST = .travis.yml AUTHORS CONTRIBUTING.md COPYING \
+ dbus-python.pc.in doc/_static/.gitignore \
+ examples/example-async-client.py examples/example-client.py \
+ examples/example-service.py examples/example-signal-emitter.py \
examples/example-signal-recipient.py \
examples/gconf-proxy-client.py \
examples/gconf-proxy-service2.py \
@@ -921,7 +944,6 @@ dist_test_extra_scripts = \
test/cross-test-server.py \
test/test-service.py \
test/wait-for-name.py \
- test/with-session-bus.sh \
$(NULL)
test_programs = \
@@ -983,7 +1005,6 @@ sphinx_sources = \
doc/dbus.server.rst \
doc/dbus.service.rst \
doc/dbus.types.rst \
- doc/HACKING.txt \
doc/index.rst \
doc/news.rst \
doc/PY3PORT.txt \
@@ -1008,23 +1029,23 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
- $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu Makefile
+ $(AUTOMAKE) --foreign Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
esac;
$(top_srcdir)/tools/check-coding-style.mk $(top_srcdir)/tools/check-coding-style.mk $(am__empty):
@@ -1053,6 +1074,70 @@ distclean-hdr:
-rm -f config.h stamp-h1
dbus-python.pc: $(top_builddir)/config.status $(srcdir)/dbus-python.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@
+install-nobase_installed_testPROGRAMS: $(nobase_installed_test_PROGRAMS)
+ @$(NORMAL_INSTALL)
+ @list='$(nobase_installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
+ fi; \
+ for p in $$list; do echo "$$p $$p"; done | \
+ sed 's/$(EXEEXT)$$//' | \
+ while read p p1; do if test -f $$p \
+ || test -f $$p1 \
+ ; then echo "$$p"; echo "$$p"; else :; fi; \
+ done | \
+ sed -e 'p;s,.*/,,;n;h' \
+ -e 's|[^/]*$$||; s|^$$|.|' \
+ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+ sed 'N;N;N;s,\n, ,g' | \
+ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+ if ($$2 == $$4) files[d] = files[d] " " $$1; \
+ else { print "f", $$3 "/" $$4, $$1; } } \
+ END { for (d in files) print "f", d, files[d] }' | \
+ while read type dir files; do \
+ case $$type in \
+ d) echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
+ $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?;; \
+ f) \
+ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+ test -z "$$files" || { \
+ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
+ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
+ } \
+ ;; esac \
+ ; done
+
+uninstall-nobase_installed_testPROGRAMS:
+ @$(NORMAL_UNINSTALL)
+ @list='$(nobase_installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
+ files=`for p in $$list; do echo "$$p"; done | \
+ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+ -e 's/$$/$(EXEEXT)/' \
+ -e 'x;s,[^/]*$$,,;G;s,\n,,' \
+ `; \
+ test -n "$$list" || exit 0; \
+ echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
+ cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
+
+clean-nobase_installed_testPROGRAMS:
+ @list='$(nobase_installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+clean-noinstPROGRAMS:
+ @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
+ echo " rm -f" $$list; \
+ rm -f $$list || exit $$?; \
+ test -n "$(EXEEXT)" || exit 0; \
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
install-nobase_installed_testLTLIBRARIES: $(nobase_installed_test_LTLIBRARIES)
@$(NORMAL_INSTALL)
@@ -1219,71 +1304,7 @@ test/dbus_py_test.lo: test/$(am__dirstamp) \
test/dbus_py_test.la: $(test_dbus_py_test_la_OBJECTS) $(test_dbus_py_test_la_DEPENDENCIES) $(EXTRA_test_dbus_py_test_la_DEPENDENCIES) test/$(am__dirstamp)
$(AM_V_CCLD)$(test_dbus_py_test_la_LINK) $(am_test_dbus_py_test_la_rpath) $(test_dbus_py_test_la_OBJECTS) $(test_dbus_py_test_la_LIBADD) $(LIBS)
-install-nobase_installed_testPROGRAMS: $(nobase_installed_test_PROGRAMS)
- @$(NORMAL_INSTALL)
- @list='$(nobase_installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
- if test -n "$$list"; then \
- echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
- fi; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p \
- || test -f $$p1 \
- ; then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' \
- -e 's|[^/]*$$||; s|^$$|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- case $$type in \
- d) echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
- $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?;; \
- f) \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
- } \
- ;; esac \
- ; done
-
-uninstall-nobase_installed_testPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(nobase_installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' \
- -e 'x;s,[^/]*$$,,;G;s,\n,,' \
- `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
-
-clean-nobase_installed_testPROGRAMS:
- @list='$(nobase_installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
-
-clean-noinstPROGRAMS:
- @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
-test/test_test_import_repeatedly-import-repeatedly.$(OBJEXT): \
+test/test_import_repeatedly-import-repeatedly.$(OBJEXT): \
test/$(am__dirstamp) test/$(DEPDIR)/$(am__dirstamp)
test/test-import-repeatedly$(EXEEXT): $(test_test_import_repeatedly_OBJECTS) $(test_test_import_repeatedly_DEPENDENCIES) $(EXTRA_test_test_import_repeatedly_DEPENDENCIES) test/$(am__dirstamp)
@@ -1344,32 +1365,38 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/abstract.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/bus.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/bytes.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/conn-methods.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/conn.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/containers.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/debug.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/exceptions.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/float.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/generic.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/int.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/libdbusconn.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/mainloop.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/message-append.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/message-get-args.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/message.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/module.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/pending-call.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/server.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/signature.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/string.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/unixfd.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/validation.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@dbus_glib_bindings/$(DEPDIR)/module.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/dbus_py_test.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/abstract.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/bus.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/bytes.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/conn-methods.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/conn.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/containers.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/debug.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/exceptions.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/float.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/generic.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/int.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/libdbusconn.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/mainloop.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/message-append.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/message-get-args.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/message.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/module.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/pending-call.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/server.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/signature.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/string.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/unixfd.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_bindings/$(DEPDIR)/validation.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@dbus_glib_bindings/$(DEPDIR)/module.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/dbus_py_test.Plo@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+ @$(MKDIR_P) $(@D)
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
.c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -1395,19 +1422,19 @@ distclean-compile:
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
-test/test_test_import_repeatedly-import-repeatedly.o: test/import-repeatedly.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '$(srcdir)/'`test/import-repeatedly.c
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Tpo test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/import-repeatedly.c' object='test/test_test_import_repeatedly-import-repeatedly.o' libtool=no @AMDEPBACKSLASH@
+test/test_import_repeatedly-import-repeatedly.o: test/import-repeatedly.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_import_repeatedly-import-repeatedly.o -MD -MP -MF test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '$(srcdir)/'`test/import-repeatedly.c
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Tpo test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/import-repeatedly.c' object='test/test_import_repeatedly-import-repeatedly.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '$(srcdir)/'`test/import-repeatedly.c
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_import_repeatedly-import-repeatedly.o `test -f 'test/import-repeatedly.c' || echo '$(srcdir)/'`test/import-repeatedly.c
-test/test_test_import_repeatedly-import-repeatedly.obj: test/import-repeatedly.c
-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_test_import_repeatedly-import-repeatedly.obj -MD -MP -MF test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_test_import_repeatedly-import-repeatedly.obj `if test -f 'test/import-repeatedly.c'; then $(CYGPATH_W) 'test/import-repeatedly.c'; else $(CYGPATH_W) '$(srcdir)/test/import-repeatedly.c'; fi`
-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Tpo test/$(DEPDIR)/test_test_import_repeatedly-import-repeatedly.Po
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/import-repeatedly.c' object='test/test_test_import_repeatedly-import-repeatedly.obj' libtool=no @AMDEPBACKSLASH@
+test/test_import_repeatedly-import-repeatedly.obj: test/import-repeatedly.c
+@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_import_repeatedly-import-repeatedly.obj -MD -MP -MF test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Tpo -c -o test/test_import_repeatedly-import-repeatedly.obj `if test -f 'test/import-repeatedly.c'; then $(CYGPATH_W) 'test/import-repeatedly.c'; else $(CYGPATH_W) '$(srcdir)/test/import-repeatedly.c'; fi`
+@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Tpo test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test/import-repeatedly.c' object='test/test_import_repeatedly-import-repeatedly.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_test_import_repeatedly-import-repeatedly.obj `if test -f 'test/import-repeatedly.c'; then $(CYGPATH_W) 'test/import-repeatedly.c'; else $(CYGPATH_W) '$(srcdir)/test/import-repeatedly.c'; fi`
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_test_import_repeatedly_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_import_repeatedly-import-repeatedly.obj `if test -f 'test/import-repeatedly.c'; then $(CYGPATH_W) 'test/import-repeatedly.c'; else $(CYGPATH_W) '$(srcdir)/test/import-repeatedly.c'; fi`
mostlyclean-libtool:
-rm -f *.lo
@@ -1452,20 +1479,15 @@ uninstall-nobase_dist_installed_testPYTHON:
dir='$(DESTDIR)$(installed_testdir)'; \
pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
- py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
- echo "$$py_files_pep3147";\
- pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
- pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
st=0; \
- for files in \
- "$$py_files" \
- "$$pyc_files" \
- "$$pyo_files" \
- "$$pyc_files_pep3147" \
- "$$pyo_files_pep3147" \
- ; do \
+ for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
$(am__uninstall_files_from_dir) || st=$$?; \
done; \
+ dir='$(DESTDIR)$(installed_testdir)/__pycache__'; \
+ echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
+ while read files; do \
+ $(am__uninstall_files_from_dir) || st=$$?; \
+ done || exit $$?; \
exit $$st
install-nobase_pythonPYTHON: $(nobase_python_PYTHON)
@$(NORMAL_INSTALL)
@@ -1499,20 +1521,15 @@ uninstall-nobase_pythonPYTHON:
dir='$(DESTDIR)$(pythondir)'; \
pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
- py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
- echo "$$py_files_pep3147";\
- pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
- pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
st=0; \
- for files in \
- "$$py_files" \
- "$$pyc_files" \
- "$$pyo_files" \
- "$$pyc_files_pep3147" \
- "$$pyo_files_pep3147" \
- ; do \
+ for files in "$$py_files" "$$pyc_files" "$$pyo_files"; do \
$(am__uninstall_files_from_dir) || st=$$?; \
done; \
+ dir='$(DESTDIR)$(pythondir)/__pycache__'; \
+ echo "$$py_files" | $(am__pep3147_tweak) | $(am__base_list) | \
+ while read files; do \
+ $(am__uninstall_files_from_dir) || st=$$?; \
+ done || exit $$?; \
exit $$st
install-installed_test_metaDATA: $(installed_test_meta_DATA)
@$(NORMAL_INSTALL)
@@ -1825,7 +1842,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
fi; \
$$success || exit 1
-check-TESTS:
+check-TESTS:
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
@@ -1882,7 +1899,10 @@ test/test-import-repeatedly.log: test/test-import-repeatedly$(EXEEXT)
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_PY_LOG_DRIVER_FLAGS) $(PY_LOG_DRIVER_FLAGS) -- $(PY_LOG_COMPILE) \
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -2076,11 +2096,11 @@ distcleancheck: distclean
check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
check: check-recursive
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
+all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(DATA) \
$(HEADERS) config.h
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_test_testdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(dbusincludedir)"; do \
+ for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_test_testdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(dbusincludedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-recursive
@@ -2132,7 +2152,32 @@ clean-am: clean-generic clean-libtool clean-local \
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
- -rm -rf dbus_bindings/$(DEPDIR) dbus_glib_bindings/$(DEPDIR) test/$(DEPDIR)
+ -rm -f dbus_bindings/$(DEPDIR)/abstract.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/bus.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/bytes.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/conn-methods.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/conn.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/containers.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/debug.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/exceptions.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/float.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/generic.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/int.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/libdbusconn.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/mainloop.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/message-append.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/message-get-args.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/message.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/module.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/pending-call.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/server.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/signature.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/string.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/unixfd.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/validation.Plo
+ -rm -f dbus_glib_bindings/$(DEPDIR)/module.Plo
+ -rm -f test/$(DEPDIR)/dbus_py_test.Plo
+ -rm -f test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Po
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-hdr distclean-libtool distclean-tags
@@ -2187,7 +2232,32 @@ installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-rm -rf $(top_srcdir)/autom4te.cache
- -rm -rf dbus_bindings/$(DEPDIR) dbus_glib_bindings/$(DEPDIR) test/$(DEPDIR)
+ -rm -f dbus_bindings/$(DEPDIR)/abstract.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/bus.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/bytes.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/conn-methods.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/conn.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/containers.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/debug.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/exceptions.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/float.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/generic.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/int.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/libdbusconn.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/mainloop.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/message-append.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/message-get-args.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/message.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/module.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/pending-call.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/server.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/signature.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/string.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/unixfd.Plo
+ -rm -f dbus_bindings/$(DEPDIR)/validation.Plo
+ -rm -f dbus_glib_bindings/$(DEPDIR)/module.Plo
+ -rm -f test/$(DEPDIR)/dbus_py_test.Plo
+ -rm -f test/$(DEPDIR)/test_import_repeatedly-import-repeatedly.Po
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
@@ -2217,9 +2287,9 @@ uninstall-am: uninstall-dbusincludeHEADERS \
.MAKE: $(am__recursive_targets) all check-am install-am install-strip
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
- am--refresh check check-TESTS check-am check-local clean \
- clean-cscope clean-generic clean-libtool clean-local \
- clean-nobase_installed_testLTLIBRARIES \
+ am--depfiles am--refresh check check-TESTS check-am \
+ check-local clean clean-cscope clean-generic clean-libtool \
+ clean-local clean-nobase_installed_testLTLIBRARIES \
clean-nobase_installed_testPROGRAMS clean-noinstLTLIBRARIES \
clean-noinstPROGRAMS clean-pyexecLTLIBRARIES cscope \
cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
@@ -2335,9 +2405,7 @@ $(patsubst %,%.test,$(test_programs)): %.test: Makefile
# === Documentation ===
-@GENERATE_CHANGELOG_RULES@
-
-dist-hook: dist-ChangeLog
+dist-hook:
echo $(VERSION) > $(distdir)/.version
touch $(distdir)/MANIFEST
touch $(distdir)/MANIFEST.in
@@ -2355,8 +2423,13 @@ maintainer-upload:
dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/releases/dbus-python/
install-data-local: install-data-local-sphinx
+uninstall-local: uninstall-local-pycache
uninstall-local: uninstall-local-sphinx
+uninstall-local-pycache:
+ rm -fr $(DESTDIR)$(pythondir)/dbus/__pycache__
+ rm -fr $(DESTDIR)$(pythondir)/dbus/mainloop/__pycache__
+
@ENABLE_DOCUMENTATION_TRUE@all: doc/_build/.stamp
@ENABLE_DOCUMENTATION_TRUE@doc/_build/.stamp: $(nobase_python_PYTHON) \