Makefile revision 6870
0N/A#
3909N/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
2362N/A#
2362N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/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.
0N/ACOMPILER = gcc
0N/Ainclude ../../../make-rules/shared-macros.mk
0N/A
0N/ACOMPONENT_NAME= gnome-system-monitor
0N/ACOMPONENT_VERSION= 3.18.0.1
0N/ACOMPONENT_PROJECT_URL= https://help.gnome.org/users/gnome-system-monitor/
0N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:71ff8db2fa3eb53d8f54ffd612c6679b231a9d69c13adb91cf63421425953b10
0N/ACOMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
0N/ACOMPONENT_BUGDB= gnome/applications
0N/A
0N/ATPNO= 24894
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/ACFLAGS += -std=c11
0N/ACXXFLAGS += -std=c++11
0N/A# Uses gcc-specific language extensions.
0N/ACXXFLAGS.studio += -features=extensions
0N/A
0N/ACONFIGURE_OPTIONS += --disable-static
0N/A# Linux-specific.
0N/ACONFIGURE_OPTIONS += --disable-systemd
0N/ACONFIGURE_OPTIONS += --enable-shared
0N/ACONFIGURE_OPTIONS += --enable-wnck
0N/ACONFIGURE_OPTIONS += --with-pic
0N/ACONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)"
0N/A
0N/A# Assumes GNU msgfmt is in PATH.
0N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
0N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
0N/A
0N/AREQUIRED_PACKAGES += image/library/librsvg
0N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
0N/AREQUIRED_PACKAGES += library/c++/glibmm
0N/AREQUIRED_PACKAGES += library/c++/sigcpp
0N/AREQUIRED_PACKAGES += library/desktop/c++/atkmm
0N/AREQUIRED_PACKAGES += library/desktop/c++/cairomm
0N/AREQUIRED_PACKAGES += library/desktop/c++/gtkmm3
0N/AREQUIRED_PACKAGES += library/desktop/c++/mm-common
0N/AREQUIRED_PACKAGES += library/desktop/c++/pangomm
REQUIRED_PACKAGES += library/desktop/cairo
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
REQUIRED_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