components/gnome/pangomm/Makefile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 05 Aug 2016 18:42:59 +0000
changeset 6578 36f92fe7d507
child 7687 1093e2a9adbd
permissions -rw-r--r--
23245349 Move pangomm to Userland and update to 2.36.0 PSARC/2016/313 C++ Interfaces for Gnome
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6578
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            32_and_64
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# For now, all things built for C++11 require gcc.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
COMPILER =              gcc
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
include ../../../make-rules/shared-macros.mk
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_NAME=		pangomm
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_VERSION=	2.36.0
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_PROJECT_URL=	https://developer.gnome.org/pangomm/stable/
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH= \
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
    sha256:a8d96952c708d7726bed260d693cece554f8f00e48b97cccfbf4f5690b6821f0
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/libraries
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TPNO=			25825
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TEST_TARGET = $(NO_TESTS)
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
# Needs updated glibmm, not available on S11.
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
ifeq ($(BUILD_TYPE), evaluation)
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
BUILD_32_and_64=
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
INSTALL_32_and_64=
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
PUBLISH_STAMP=
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
endif
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
include $(WS_MAKE_RULES)/gnome-component.mk
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CXXFLAGS += -std=c++11
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += developer/documentation-tool/doxygen
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += image/graphviz
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += library/c++/glibmm
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/c++/sigcpp
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
REQUIRED_PACKAGES += library/desktop/c++/cairomm
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
REQUIRED_PACKAGES += library/desktop/pango
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
REQUIRED_PACKAGES += library/glib2
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
REQUIRED_PACKAGES += library/libxslt
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
36f92fe7d507 23245349 Move pangomm to Userland and update to 2.36.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime