Makefile revision 6582
1450N/A#
1450N/A# CDDL HEADER START
1450N/A#
1450N/A# The contents of this file are subject to the terms of the
1450N/A# Common Development and Distribution License (the "License").
1450N/A# You may not use this file except in compliance with the License.
1450N/A#
1450N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1450N/A# or http://www.opensolaris.org/os/licensing.
1450N/A# See the License for the specific language governing permissions
1450N/A# and limitations under the License.
1450N/A#
1450N/A# When distributing Covered Code, include this CDDL HEADER in each
1450N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1450N/A# If applicable, add the following below this CDDL HEADER, with the
1450N/A# fields enclosed by brackets "[]" replaced with your own identifying
1450N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1450N/A#
1450N/A# CDDL HEADER END
1450N/A#
1450N/A
1450N/A#
1450N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
1450N/A#
1450N/A
1450N/ABUILD_BITS = 32_and_64
1450N/A# All components using gobject-introspection must be built with gcc as
1450N/A# gobject-introspection does not produce correct results when using Studio.
1450N/ACOMPILER = gcc
1450N/Ainclude ../../../make-rules/shared-macros.mk
1450N/A
1450N/ACOMPONENT_NAME= libchamplain
1450N/ACOMPONENT_VERSION= 0.12.11
1450N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/libchamplain
1450N/ACOMPONENT_ARCHIVE_HASH= \
1450N/A sha256:851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5
1450N/ACOMPONENT_BUGDB= gnome/libraries
1450N/A
1450N/ATPNO= 24895
1450N/A
1450N/ATEST_TARGET = $(NO_TESTS)
1450N/A
1450N/A# Needs gobject-introspection, not available on S11.
1450N/Aifeq ($(BUILD_TYPE), evaluation)
1450N/ABUILD_32_and_64=
1450N/AINSTALL_32_and_64=
1450N/APUBLISH_STAMP=
1450N/Aendif
1450N/A
1450N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
1450N/A
1450N/ACONFIGURE_OPTIONS += --disable-static
1450N/ACONFIGURE_OPTIONS += --disable-memphis
1450N/A# Required for other components.
1450N/ACONFIGURE_OPTIONS += --enable-gtk
1450N/A# Required for other components.
1450N/ACONFIGURE_OPTIONS += --enable-introspection
1450N/ACONFIGURE_OPTIONS += --enable-shared
1450N/A# Required for other components.
1450N/ACONFIGURE_OPTIONS += --enable-vala
1450N/ACONFIGURE_OPTIONS += --with-pic
1450N/A
1450N/AREQUIRED_PACKAGES += database/sqlite-3
1450N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
1450N/AREQUIRED_PACKAGES += developer/vala
1450N/AREQUIRED_PACKAGES += library/desktop/cairo
1450N/AREQUIRED_PACKAGES += library/desktop/clutter
1450N/AREQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
1450N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
1450N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
1450N/AREQUIRED_PACKAGES += library/desktop/gtk3
1450N/AREQUIRED_PACKAGES += library/desktop/pango
1450N/AREQUIRED_PACKAGES += library/graphics/cogl
1450N/AREQUIRED_PACKAGES += library/libsoup
1450N/AREQUIRED_PACKAGES += library/glib2
1450N/AREQUIRED_PACKAGES += system/library/math
1450N/A