Makefile revision 6892
905N/A#
905N/A# CDDL HEADER START
905N/A#
905N/A# The contents of this file are subject to the terms of the
905N/A# Common Development and Distribution License (the "License").
905N/A# You may not use this file except in compliance with the License.
905N/A#
905N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
905N/A# or http://www.opensolaris.org/os/licensing.
905N/A# See the License for the specific language governing permissions
905N/A# and limitations under the License.
905N/A#
905N/A# When distributing Covered Code, include this CDDL HEADER in each
905N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
905N/A# If applicable, add the following below this CDDL HEADER, with the
905N/A# fields enclosed by brackets "[]" replaced with your own identifying
905N/A# information: Portions Copyright [yyyy] [name of copyright owner]
905N/A#
905N/A# CDDL HEADER END
905N/A#
5680N/A
905N/A#
5680N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/A
5680N/ABUILD_BITS = 64
905N/A# All components using gobject-introspection must be built with gcc as
905N/A# gobject-introspection does not produce correct results when using Studio.
905N/ACOMPILER = gcc
6302N/Ainclude ../../../make-rules/shared-macros.mk
4429N/A
6302N/ACOMPONENT_NAME= gnome-system-monitor
905N/ACOMPONENT_VERSION= 3.18.0.1
1326N/ACOMPONENT_PROJECT_URL= https://help.gnome.org/users/gnome-system-monitor/
905N/ACOMPONENT_ARCHIVE_HASH= \
6302N/A sha256:71ff8db2fa3eb53d8f54ffd612c6679b231a9d69c13adb91cf63421425953b10
4429N/ACOMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
4429N/ACOMPONENT_BUGDB= gnome/applications
4429N/A
4429N/ATPNO= 24894
6302N/A
4429N/A# Needs updated glib2, not available on S11.
4429N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
4429N/A
4429N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6047N/A
5680N/ACFLAGS += -std=c11
5680N/ACXXFLAGS += -std=c++11
5680N/A# Uses gcc-specific language extensions.
6374N/ACXXFLAGS.studio += -features=extensions
6374N/A
6374N/ACONFIGURE_OPTIONS += --disable-static
6374N/A# Linux-specific.
6374N/ACONFIGURE_OPTIONS += --disable-systemd
6374N/ACONFIGURE_OPTIONS += --enable-shared
6374N/ACONFIGURE_OPTIONS += --enable-wnck
6374N/ACONFIGURE_OPTIONS += --with-pic
5680N/ACONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)"
2899N/A
4429N/A# Assumes GNU msgfmt is in PATH.
4429N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
4429N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
4429N/A
4429N/AREQUIRED_PACKAGES += image/library/librsvg
4429N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
4429N/AREQUIRED_PACKAGES += library/c++/glibmm
4429N/AREQUIRED_PACKAGES += library/c++/sigcpp
4429N/AREQUIRED_PACKAGES += library/desktop/c++/atkmm
4429N/AREQUIRED_PACKAGES += library/desktop/c++/cairomm
4429N/AREQUIRED_PACKAGES += library/desktop/c++/gtkmm3
4429N/AREQUIRED_PACKAGES += library/desktop/c++/mm-common
4429N/AREQUIRED_PACKAGES += library/desktop/c++/pangomm
4429N/AREQUIRED_PACKAGES += library/desktop/cairo
4429N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
4429N/AREQUIRED_PACKAGES += library/desktop/gtk3
4429N/AREQUIRED_PACKAGES += library/desktop/libwnck3
4429N/AREQUIRED_PACKAGES += library/desktop/pango
905N/AREQUIRED_PACKAGES += library/glib2
5680N/AREQUIRED_PACKAGES += library/libgtop
905N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
1601N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
1601N/AREQUIRED_PACKAGES += system/library/math
1601N/A