Makefile revision 6034
5886N/A#
5886N/A# CDDL HEADER START
5886N/A#
5886N/A# The contents of this file are subject to the terms of the
5886N/A# Common Development and Distribution License (the "License").
5886N/A# You may not use this file except in compliance with the License.
5886N/A#
5886N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5886N/A# or http://www.opensolaris.org/os/licensing.
5886N/A# See the License for the specific language governing permissions
5886N/A# and limitations under the License.
5886N/A#
5886N/A# When distributing Covered Code, include this CDDL HEADER in each
5886N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5886N/A# If applicable, add the following below this CDDL HEADER, with the
5886N/A# fields enclosed by brackets "[]" replaced with your own identifying
5886N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5886N/A#
5886N/A# CDDL HEADER END
5886N/A#
5886N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5886N/A#
5886N/A
5886N/ABUILD_BITS = 64_and_32
5886N/Ainclude ../../../make-rules/shared-macros.mk
5886N/A
5886N/ACOMPONENT_NAME= dbus
5886N/ACOMPONENT_VERSION= 1.10.0
5886N/ACOMPONENT_PROJECT_URL= http://dbus.freedesktop.org
5886N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5886N/ACOMPONENT_ARCHIVE_HASH= \
5886N/A sha256:1dfb9745fb992f1ccd43c920490de8caddf6726a6222e8b803be6098293f924b
5886N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5886N/ACOMPONENT_BUGDB= library/dbus
5886N/A
5886N/ATPNO= 25522
5886N/A
5886N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
5886N/Ainclude $(WS_MAKE_RULES)/common.mk
5886N/A
5886N/A# Needed for "gmake test" to work successfully.
5886N/Aunexport SHELLOPTS
5886N/A
5886N/A# Will break parallel 32/64-bit builds; needs update when that happens.
5886N/ACONFIGURE_BINDIR.32 = $(CONFIGURE_PREFIX)/bin
5886N/A
5886N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)
5886N/ACONFIGURE_OPTIONS += --with-dbus-daemondir=$(USRLIBDIR)
5886N/ACONFIGURE_OPTIONS += --with-dbus-user=root
5886N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
5886N/ACONFIGURE_OPTIONS += --localstatedir=$(VARDIR)
5886N/ACONFIGURE_OPTIONS += --disable-static
5886N/A
5886N/AASLR_MODE = $(ASLR_ENABLE)
5886N/A
5886N/AREQUIRED_PACKAGES += developer/documentation-tool/doxygen
6034N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
5886N/AREQUIRED_PACKAGES += developer/documentation-tool/xmlto
5886N/AREQUIRED_PACKAGES += library/expat
5886N/AREQUIRED_PACKAGES += library/glib2
5886N/AREQUIRED_PACKAGES += library/libxml2
5886N/AREQUIRED_PACKAGES += system/core-os
5886N/AREQUIRED_PACKAGES += x11/library/libx11