components/gnome/gtkmm/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 17 Apr 2017 16:38:34 -0700
changeset 7887 2143681d78e2
parent 7687 1093e2a9adbd
permissions -rw-r--r--
25824193 userland should move to parfait 1.9.3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6580
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7293
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
6580
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            32_and_64
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# For now, all things built for C++11 require gcc.
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
COMPILER =              gcc
7887
2143681d78e2 25824193 userland should move to parfait 1.9.3
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 7687
diff changeset
    29
# parfait spins on sparc
2143681d78e2 25824193 userland should move to parfait 1.9.3
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 7687
diff changeset
    30
export PARFAIT_BUILD=no
2143681d78e2 25824193 userland should move to parfait 1.9.3
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 7687
diff changeset
    31
6580
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
include ../../../make-rules/shared-macros.mk
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_NAME=		gtkmm
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_VERSION=	2.24.4
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_PROJECT_URL=	https://developer.gnome.org/gtkmm/stable/
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_ARCHIVE_HASH= \
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
    sha256:443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
COMPONENT_BUGDB=	gnome/libraries
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7293
diff changeset
    40
COMPONENT_ANITYA_ID=	7963
6580
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
TPNO=			25780
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
TEST_TARGET = $(NO_TESTS)
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
# Needs updated gtk, not available on S11.
7293
a449e2e641be 25049244 Undo the temporary Makefile changes made for getting gnome components to build
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6580
diff changeset
    47
include $(WS_MAKE_RULES)/no-evaluation.mk
6580
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
include $(WS_MAKE_RULES)/gnome-component.mk
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CXXFLAGS += -std=c++11
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += developer/documentation-tool/doxygen
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += image/graphviz
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += library/c++/glibmm
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/c++/sigcpp
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
REQUIRED_PACKAGES += library/desktop/c++/atkmm
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
REQUIRED_PACKAGES += library/desktop/c++/cairomm
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
REQUIRED_PACKAGES += library/desktop/c++/pangomm
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
REQUIRED_PACKAGES += library/desktop/gtk2
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
REQUIRED_PACKAGES += library/glib2
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
REQUIRED_PACKAGES += library/libxslt
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
REQUIRED_PACKAGES += $(PERL_PKG)
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
2de15d35b01d 23245322 Move gtkmm2 to Userland and update to 2.24.4
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
REQUIRED_PACKAGES += system/library/math