Makefile revision 7179
7179N/A#
7179N/A# CDDL HEADER START
7179N/A#
7179N/A# The contents of this file are subject to the terms of the
7179N/A# Common Development and Distribution License (the "License").
7179N/A# You may not use this file except in compliance with the License.
7179N/A#
7179N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7179N/A# or http://www.opensolaris.org/os/licensing.
7179N/A# See the License for the specific language governing permissions
7179N/A# and limitations under the License.
7179N/A#
7179N/A# When distributing Covered Code, include this CDDL HEADER in each
7179N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7179N/A# If applicable, add the following below this CDDL HEADER, with the
7179N/A# fields enclosed by brackets "[]" replaced with your own identifying
7179N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7179N/A#
7179N/A# CDDL HEADER END
7179N/A#
7179N/A
7179N/A#
7179N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7179N/A#
7179N/A
7179N/ABUILD_BITS = 32_and_64
7179N/A# All components using gobject-introspection must be built with gcc as
7179N/A# gobject-introspection does not produce correct results when using Studio.
7179N/ACOMPILER = gcc
7179N/Ainclude ../../../make-rules/shared-macros.mk
7179N/A
7179N/ACOMPONENT_NAME= libgweather
7179N/ACOMPONENT_VERSION= 3.18.0
7179N/ACOMPONENT_ARCHIVE_HASH= \
7179N/A sha256:8f4fda67f48c776f2bf955d384de4cc842aacb8d9b2ad87b42d83d0dc5a1cb1f
7179N/A
7179N/ATPNO= 24863
7179N/A
7179N/ATEST_TARGET= $(NO_TESTS)
7179N/A
7179N/A# Need gobject-introspection, not available on S11
7179N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7179N/A
7179N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7179N/A
7179N/ACPPFLAGS += -std=gnu99 -D_XOPEN_SOURCE=700 -D__EXTENSIONS__
7179N/A
7179N/ACONFIGURE_OPTIONS += --disable-static
7179N/A# Required for other components.
7179N/ACONFIGURE_OPTIONS += --enable-introspection
7179N/ACONFIGURE_OPTIONS += --enable-shared
7179N/A# Required for other components.
7179N/ACONFIGURE_OPTIONS += --enable-vala
7179N/ACONFIGURE_OPTIONS += --with-pic
7179N/A
7179N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
7179N/AREQUIRED_PACKAGES += developer/vala
7179N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7179N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7179N/AREQUIRED_PACKAGES += library/desktop/gtk3
7179N/AREQUIRED_PACKAGES += library/glib2
7179N/AREQUIRED_PACKAGES += library/desktop/geocode-glib
7179N/AREQUIRED_PACKAGES += library/libsoup
7179N/AREQUIRED_PACKAGES += library/libxml2
7179N/AREQUIRED_PACKAGES += system/library/math