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