components/gnome/gnome-menus/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7186 b124189728c7
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7186
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
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: 7186
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
7186
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            64_and_32
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# All components using gobject-introspection must be built with gcc as
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
# gobject-introspection does not produce correct results when using Studio.
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPILER =              gcc
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
include ../../../make-rules/shared-macros.mk
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_NAME=		gnome-menus
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_VERSION=	3.13.3
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH= \
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
	sha256:7c446eb8ff381df52b8ba04e5886497595e84d1bc46caf7af764d894736c654e
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=        gnome/menus
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7186
diff changeset
    37
COMPONENT_ANITYA_ID=	13134
7186
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
TPNO=			24752
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
TEST_TARGET = $(NO_TESTS)
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
# Needs updated glib2, not available on S11.
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
include $(WS_MAKE_RULES)/no-evaluation.mk
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
include $(WS_MAKE_RULES)/gnome-component.mk
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS += --disable-static
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CONFIGURE_OPTIONS += --enable-introspection
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
CONFIGURE_OPTIONS += --enable-shared
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --with-pic
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
b124189728c7 23245306 Move gnome-menus to Userland and update to 3.13.3
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/glib2