6574N/A#
6574N/A# CDDL HEADER START
6574N/A#
6574N/A# The contents of this file are subject to the terms of the
6574N/A# Common Development and Distribution License (the "License").
6574N/A# You may not use this file except in compliance with the License.
6574N/A#
6574N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6574N/A# or http://www.opensolaris.org/os/licensing.
6574N/A# See the License for the specific language governing permissions
6574N/A# and limitations under the License.
6574N/A#
6574N/A# When distributing Covered Code, include this CDDL HEADER in each
6574N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6574N/A# If applicable, add the following below this CDDL HEADER, with the
6574N/A# fields enclosed by brackets "[]" replaced with your own identifying
6574N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6574N/A#
6574N/A# CDDL HEADER END
6574N/A#
6574N/A
6574N/A#
6574N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6574N/A#
6574N/A
6574N/ABUILD_BITS = 32_and_64
6574N/A# For now, all things built for C++11 require gcc.
6574N/ACOMPILER = gcc
6574N/Ainclude ../../../make-rules/shared-macros.mk
6574N/A
6574N/ACOMPONENT_NAME= glibmm
6574N/ACOMPONENT_VERSION= 2.46.2
6574N/ACOMPONENT_PROJECT_URL= https://developer.gnome.org/glibmm/stable/
6574N/ACOMPONENT_ARCHIVE_HASH= \
6574N/A sha256:7221a01a768c1cce2bb994cb6ebfe634246dba4788f910484d04e3b0d903a3c8
6574N/ACOMPONENT_BUGDB= gnome/libraries
6574N/A
6574N/ATPNO= 25778
6574N/A
6574N/A# Needs updated glib2, not available on S11.
6574N/Aifeq ($(BUILD_TYPE), evaluation)
6574N/ABUILD_32_and_64=
6574N/AINSTALL_32_and_64=
6574N/APUBLISH_STAMP=
6574N/Aendif
6574N/A
6574N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6574N/A
6574N/ACXXFLAGS += -std=c++11
6574N/A
6574N/A# for the tests
6574N/Aunexport SHELLOPTS
6574N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6574N/ACOMPONENT_TEST_ARGS = -k -i
6574N/ACOMPONENT_TEST_TRANSFORMS += \
6574N/A '-n ' \
6574N/A '-e "/TOTAL:/p" ' \
6574N/A '-e "/SKIP:/p" ' \
6574N/A '-e "/PASS:/p" ' \
6574N/A '-e "/FAIL:/p" ' \
6574N/A '-e "/ERROR:/p" '
6574N/A
6574N/AREQUIRED_PACKAGES += developer/documentation-tool/doxygen
6574N/AREQUIRED_PACKAGES += image/graphviz
6574N/AREQUIRED_PACKAGES += library/c++/sigcpp
6574N/AREQUIRED_PACKAGES += library/glib2
6574N/AREQUIRED_PACKAGES += library/libxslt
6574N/AREQUIRED_PACKAGES += $(PERL_PKG)
6574N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6574N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime