mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 22:10:08 +01:00
Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10887
34 lines
672 B
Makefile
34 lines
672 B
Makefile
SUBDIRS=dbus bus doc tools test
|
|
DIST_SUBDIRS=dbus bus doc tools test
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = dbus-1.pc
|
|
|
|
DISTCLEANFILES = \
|
|
dbus-1.pc
|
|
|
|
EXTRA_DIST = \
|
|
HACKING \
|
|
dbus-1.pc.in \
|
|
cleanup-man-pages.sh \
|
|
ChangeLog.pre-1-0 \
|
|
NEWS.pre-1-0 \
|
|
ChangeLog.pre-1-2 \
|
|
NEWS.pre-1-2 \
|
|
README.win \
|
|
README.wince \
|
|
README.cygwin \
|
|
README.launchd \
|
|
cmake
|
|
|
|
all-local: Doxyfile
|
|
|
|
update-authors:
|
|
git shortlog -s -e | cut -c 8- | sort > AUTHORS
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
include tools/lcov.am
|