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