2011-06-06 16:12:05 +01:00
|
|
|
SUBDIRS=dbus bus tools test doc
|
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* Makefile.am:
* configure.in:
Add GLib checks and fixup .pc files
* glib/Makefile.am:
* glib/dbus-glib.h:
* glib/dbus-gmain.c: (gdbus_connection_prepare),
(gdbus_connection_check), (gdbus_connection_dispatch),
(gdbus_add_connection_watch), (gdbus_remove_connection_watch),
(dbus_connection_gsource_new):
* glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
(dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
* glib/test-dbus-glib.c: (message_handler), (main):
Add GLib support.
2002-12-16 00:26:05 +00:00
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2010-07-09 20:37:24 +02:00
|
|
|
pkgconfig_DATA = dbus-1.pc
|
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* Makefile.am:
* configure.in:
Add GLib checks and fixup .pc files
* glib/Makefile.am:
* glib/dbus-glib.h:
* glib/dbus-gmain.c: (gdbus_connection_prepare),
(gdbus_connection_check), (gdbus_connection_dispatch),
(gdbus_add_connection_watch), (gdbus_remove_connection_watch),
(dbus_connection_gsource_new):
* glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
(dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
* glib/test-dbus-glib.c: (message_handler), (main):
Add GLib support.
2002-12-16 00:26:05 +00:00
|
|
|
|
2017-03-03 11:39:23 +00:00
|
|
|
cmakeconfigdir = $(libdir)/cmake/DBus1
|
|
|
|
|
cmakeconfig_DATA = cmake/DBus1Config.cmake \
|
|
|
|
|
cmake/DBus1ConfigVersion.cmake
|
|
|
|
|
|
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* Makefile.am:
* configure.in:
Add GLib checks and fixup .pc files
* glib/Makefile.am:
* glib/dbus-glib.h:
* glib/dbus-gmain.c: (gdbus_connection_prepare),
(gdbus_connection_check), (gdbus_connection_dispatch),
(gdbus_add_connection_watch), (gdbus_remove_connection_watch),
(dbus_connection_gsource_new):
* glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
(dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
* glib/test-dbus-glib.c: (message_handler), (main):
Add GLib support.
2002-12-16 00:26:05 +00:00
|
|
|
EXTRA_DIST = \
|
2013-02-05 12:22:13 -05:00
|
|
|
autogen.sh \
|
2018-10-16 15:02:29 +01:00
|
|
|
CONTRIBUTING.md \
|
2006-10-22 00:31:08 +00:00
|
|
|
dbus-1.pc.in \
|
2008-04-04 15:37:50 -04:00
|
|
|
cleanup-man-pages.sh \
|
|
|
|
|
NEWS.pre-1-0 \
|
2009-10-21 21:07:31 +03:00
|
|
|
NEWS.pre-1-2 \
|
2017-10-23 13:59:34 +01:00
|
|
|
README.cmake \
|
2012-11-09 15:28:16 +00:00
|
|
|
README.valgrind \
|
2010-12-21 08:23:27 +01:00
|
|
|
README.win \
|
|
|
|
|
README.wince \
|
|
|
|
|
README.cygwin \
|
|
|
|
|
README.launchd \
|
2019-01-10 19:42:52 +01:00
|
|
|
CMakeLists.txt \
|
|
|
|
|
bus/CMakeLists.txt \
|
|
|
|
|
dbus/CMakeLists.txt \
|
|
|
|
|
doc/CMakeLists.txt \
|
|
|
|
|
test/CMakeLists.txt \
|
|
|
|
|
test/name-test/CMakeLists.txt \
|
|
|
|
|
tools/CMakeLists.txt \
|
|
|
|
|
cmake \
|
2017-10-23 13:57:56 +01:00
|
|
|
$(NULL)
|
2002-11-22 21:33:07 +00:00
|
|
|
|
|
|
|
|
all-local: Doxyfile
|
2002-12-16 Anders Carlsson <andersca@codefactory.se>
* Makefile.am:
* configure.in:
Add GLib checks and fixup .pc files
* glib/Makefile.am:
* glib/dbus-glib.h:
* glib/dbus-gmain.c: (gdbus_connection_prepare),
(gdbus_connection_check), (gdbus_connection_dispatch),
(gdbus_add_connection_watch), (gdbus_remove_connection_watch),
(dbus_connection_gsource_new):
* glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
(dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
* glib/test-dbus-glib.c: (message_handler), (main):
Add GLib support.
2002-12-16 00:26:05 +00:00
|
|
|
|
2010-06-23 16:13:43 +02:00
|
|
|
update-authors:
|
2022-02-23 19:42:46 +00:00
|
|
|
( cd $(srcdir) && git shortlog -s -e ) | cut -c 8- | sort > $(srcdir)/AUTHORS
|
2010-07-09 20:37:24 +02:00
|
|
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
2012-10-04 16:54:02 -04:00
|
|
|
--enable-xml-docs \
|
2010-07-09 20:37:24 +02:00
|
|
|
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
|
2010-09-08 19:25:40 +01:00
|
|
|
|
2011-02-24 15:58:01 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
2011-02-02 16:51:30 +00:00
|
|
|
|
2016-08-12 10:50:53 +02:00
|
|
|
# Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
|
2019-01-21 17:51:07 +00:00
|
|
|
include $(top_srcdir)/aminclude_static.am
|