summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 1fe2bb47a6ffa343a7e980124c0eee6b8ffa8bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
SUBDIRS=dbus bus tools test doc

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dbus-1.pc

cmakeconfigdir = $(libdir)/cmake/DBus1
cmakeconfig_DATA = cmake/DBus1Config.cmake       \
                   cmake/DBus1ConfigVersion.cmake

EXTRA_DIST =			\
	autogen.sh		\
	CONTRIBUTING.md		\
	dbus-1.pc.in		\
	cleanup-man-pages.sh    \
	LICENSES/AFL-2.0.txt	\
	LICENSES/AFL-2.1.txt	\
	LICENSES/Apache-2.0.txt	\
	LICENSES/BSD-3-Clause.txt	\
	LICENSES/GPL-2.0-or-later.txt	\
	LICENSES/LGPL-2.1-or-later.txt	\
	LICENSES/LicenseRef-CMakeScripts.txt	\
	LICENSES/LicenseRef-GAP.txt	\
	LICENSES/LicenseRef-pycrypto-orig.txt	\
	LICENSES/MIT.txt	\
	LICENSES/TCL.txt	\
        NEWS.pre-1-0            \
        NEWS.pre-1-2		\
	README.cmake		\
	README.valgrind		\
	README.win		\
	README.wince		\
	README.cygwin		\
	README.launchd		\
	CMakeLists.txt \
	bus/CMakeLists.txt \
	dbus/CMakeLists.txt \
	doc/CMakeLists.txt \
	maint/update-authors.sh \
	meson.build \
	meson_options.txt \
	meson_post_install.py \
	subprojects/expat.wrap \
	subprojects/glib.wrap \
	test/CMakeLists.txt \
	test/name-test/CMakeLists.txt \
	tools/CMakeLists.txt \
	tools/check-runstatedir.sh \
	cmake \
	$(NULL)

all-local: Doxyfile

update-authors:
	cd $(srcdir) && ./maint/update-authors.sh

DISTCHECK_CONFIGURE_FLAGS = \
	--enable-xml-docs \
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

# Add rules for code-coverage testing, as defined by AX_CODE_COVERAGE
include $(top_srcdir)/aminclude_static.am