Makefile revision 6326
155N/A#
155N/A# CDDL HEADER START
155N/A#
155N/A# The contents of this file are subject to the terms of the
155N/A# Common Development and Distribution License (the "License").
155N/A# You may not use this file except in compliance with the License.
155N/A#
155N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
155N/A# or http://www.opensolaris.org/os/licensing.
155N/A# See the License for the specific language governing permissions
155N/A# and limitations under the License.
155N/A#
155N/A# When distributing Covered Code, include this CDDL HEADER in each
155N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155N/A# If applicable, add the following below this CDDL HEADER, with the
155N/A# fields enclosed by brackets "[]" replaced with your own identifying
155N/A# information: Portions Copyright [yyyy] [name of copyright owner]
155N/A#
155N/A# CDDL HEADER END
155N/A#
3817N/A
155N/A#
155N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
155N/A#
485N/A
485N/ABUILD_BITS = 64_and_32
277N/A# All components using gobject-introspection must be built with gcc as
277N/A# gobject-introspection does not produce correct results when using Studio.
277N/ACOMPILER = gcc
277N/Ainclude ../../../make-rules/shared-macros.mk
155N/A
1499N/ACOMPONENT_NAME= gtksourceview
155N/ACOMPONENT_VERSION= 3.18.1
618N/ACOMPONENT_PROJECT_URL= https://developer.gnome.org/gtkmm/stable/
155N/ACOMPONENT_ARCHIVE_HASH= \
155N/A sha256:7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6
844N/ACOMPONENT_BUGDB= gnome/libraries
1499N/A
155N/ATPNO= 25826
1258N/A
3557N/A# Needs gobject-introspection, not available on S11.
155N/Aifeq ($(BUILD_TYPE), evaluation)
3817N/ABUILD_32_and_64=
3817N/AINSTALL_32_and_64=
3817N/APUBLISH_STAMP=
155N/Aendif
155N/A
215N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
215N/A
215N/A# Required for other components.
215N/ACONFIGURE_OPTIONS += --enable-introspection
215N/A# Required for other components.
215N/ACONFIGURE_OPTIONS += --enable-vala
215N/A
215N/A# Uses gcc extensions for zero-sized struct/union.
215N/ACFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
215N/A
215N/A# Assumes GNU xgettext in PATH.
215N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
215N/A
215N/A# for the tests
3901N/Aunexport SHELLOPTS
3901N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
3901N/ACOMPONENT_TEST_ARGS = -k -i
215N/ACOMPONENT_TEST_TRANSFORMS += \
155N/A '-n ' \
155N/A '-e "/TOTAL:/p" ' \
155N/A '-e "/SKIP:/p" ' \
155N/A '-e "/PASS:/p" ' \
155N/A '-e "/FAIL:/p" ' \
155N/A '-e "/ERROR:/p" '
155N/A
155N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
741N/AREQUIRED_PACKAGES += developer/vala
741N/AREQUIRED_PACKAGES += library/desktop/atk
1405N/AREQUIRED_PACKAGES += library/desktop/cairo
1405N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
1405N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
1405N/AREQUIRED_PACKAGES += library/desktop/gtk3
156N/AREQUIRED_PACKAGES += library/desktop/pango
155N/AREQUIRED_PACKAGES += library/glib2
155N/AREQUIRED_PACKAGES += library/libxml2
155N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
155N/AREQUIRED_PACKAGES += system/library/math
155N/A
155N/A