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