Makefile revision 6551
2122N/A#
2122N/A# CDDL HEADER START
2122N/A#
2122N/A# The contents of this file are subject to the terms of the
2122N/A# Common Development and Distribution License (the "License").
2122N/A# You may not use this file except in compliance with the License.
2122N/A#
2122N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2122N/A# or http://www.opensolaris.org/os/licensing.
2122N/A# See the License for the specific language governing permissions
2122N/A# and limitations under the License.
2122N/A#
2122N/A# When distributing Covered Code, include this CDDL HEADER in each
2122N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2122N/A# If applicable, add the following below this CDDL HEADER, with the
2122N/A# fields enclosed by brackets "[]" replaced with your own identifying
2122N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2122N/A#
2122N/A# CDDL HEADER END
2122N/A#
2122N/A
2122N/A#
5000N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6311N/A#
2122N/A
2122N/ABUILD_BITS = 64_and_32
2122N/Ainclude ../../../make-rules/shared-macros.mk
2122N/A
2122N/ACOMPONENT_NAME= dconf
3093N/ACOMPONENT_VERSION= 0.24.0
2122N/ACOMPONENT_ARCHIVE_HASH= \
2086N/A sha256:4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2
2086N/ACOMPONENT_BUGDB= gnome/gconf
2127N/A
2086N/ATPNO= 25273
2122N/A
2122N/A# Needs updated glib2, not available on S11.
2122N/Aifeq ($(BUILD_TYPE), evaluation)
2122N/ABUILD_32_and_64=
2122N/AINSTALL_32_and_64=
2122N/APUBLISH_STAMP=
2122N/Aendif
2122N/A
2122N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
2122N/A
2122N/Astudio_C99MODE=$(studio_C99_ENABLE)
2122N/A
2122N/A# Uses gcc extensions for void returns.
2122N/ACFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
2122N/A
2122N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
2086N/A
2086N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
2086N/ACOMPONENT_TEST_ARGS = -k -i
3093N/ACOMPONENT_TEST_TRANSFORMS += \
6311N/A '-n ' \
4534N/A '-e "/TOTAL:/p" ' \
4534N/A '-e "/SKIP:/p" ' \
2086N/A '-e "/PASS:/p" ' \
2086N/A '-e "/XFAIL:/p" '
2086N/A
4879N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
2086N/AREQUIRED_PACKAGES += developer/vala
2086N/AREQUIRED_PACKAGES += library/glib2
2086N/AREQUIRED_PACKAGES += system/library/libdbus
2086N/A