Makefile revision 6645
0N/A#
2362N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
2362N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
2362N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2362N/A#
2362N/A
0N/ABUILD_BITS = 64
0N/A# All components using gobject-introspection must be built with gcc as
0N/A# gobject-introspection does not produce correct results when using Studio.
2080N/ACOMPILER = gcc
0N/Ainclude ../../../make-rules/shared-macros.mk
0N/A
0N/ACOMPONENT_NAME= baobab
0N/ACOMPONENT_VERSION= 3.18.1
0N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Baobab
0N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5
0N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
0N/ACOMPONENT_BUGDB= gnome/applications
0N/A
0N/ATPNO= 25525
0N/A
0N/ATEST_TARGET = $(NO_TESTS)
0N/A
0N/A# Needs updated glib2, not available on S11.
0N/Aifeq ($(BUILD_TYPE), evaluation)
0N/ABUILD_32_and_64=
0N/AINSTALL_32_and_64=
0N/APUBLISH_STAMP=
0N/Aendif
0N/A
0N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
0N/A
0N/A# Assumes GNU msgfmt in PATH.
0N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
0N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
0N/A
0N/AREQUIRED_PACKAGES += developer/vala
0N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
0N/AREQUIRED_PACKAGES += library/desktop/cairo
0N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
0N/AREQUIRED_PACKAGES += library/desktop/gtk3
0N/AREQUIRED_PACKAGES += library/desktop/pango
0N/AREQUIRED_PACKAGES += library/glib2
0N/AREQUIRED_PACKAGES += system/library/math
0N/A