Makefile revision 6324
100N/A#
100N/A# CDDL HEADER START
100N/A#
100N/A# The contents of this file are subject to the terms of the
100N/A# Common Development and Distribution License (the "License").
100N/A# You may not use this file except in compliance with the License.
100N/A#
100N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
100N/A# or http://www.opensolaris.org/os/licensing.
100N/A# See the License for the specific language governing permissions
100N/A# and limitations under the License.
100N/A#
100N/A# When distributing Covered Code, include this CDDL HEADER in each
100N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
100N/A# If applicable, add the following below this CDDL HEADER, with the
100N/A# fields enclosed by brackets "[]" replaced with your own identifying
100N/A# information: Portions Copyright [yyyy] [name of copyright owner]
100N/A#
100N/A# CDDL HEADER END
100N/A#
3996N/A
100N/A#
100N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
100N/A#
100N/A
1196N/ABUILD_BITS = 64_and_32
618N/A# All components using gobject-introspection must be built with gcc as
100N/A# gobject-introspection does not produce correct results when using Studio.
1196N/ACOMPILER = gcc
844N/Ainclude ../../../make-rules/shared-macros.mk
1196N/A
100N/ACOMPONENT_NAME= dconf-editor
1273N/ACOMPONENT_VERSION= 3.18.0
100N/ACOMPONENT_PROJECT_URL= http://wiki.gnome.org/dconf
3661N/ACOMPONENT_ARCHIVE_HASH= \
3661N/A sha256:6579b8b216b068acae7d8301b5e2d57054c85a3f147c92355ffa46a62c052534
3996N/ACOMPONENT_BUGDB= gnome/gconf
3996N/A
3996N/ATPNO= 25274
100N/A
100N/ATEST_TARGET= $(NO_TESTS)
2672N/A
100N/A# Needs updated glib2, not available on S11.
100N/Aifeq ($(BUILD_TYPE), evaluation)
100N/ABUILD_32_and_64=
100N/AINSTALL_32_and_64=
100N/APUBLISH_STAMP=
2672N/Aendif
2672N/A
1983N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
100N/A
2672N/A# Assumes GNU xgettext in PATH
100N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
2672N/A
104N/AREQUIRED_PACKAGES += developer/vala
1196N/AREQUIRED_PACKAGES += library/desktop/pango
1196N/AREQUIRED_PACKAGES += library/desktop/gtk3
1196N/AREQUIRED_PACKAGES += library/glib2
1196N/AREQUIRED_PACKAGES += library/gnome/dconf
1196N/AREQUIRED_PACKAGES += library/libxml2
1196N/A