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