components/desktop/dbus-glib/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 6552 402379bc1b60
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5888
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6552
diff changeset
    21
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
5888
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
BUILD_BITS =            64_and_32
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
include ../../../make-rules/shared-macros.mk
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
COMPONENT_NAME=		dbus-glib
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_VERSION=	0.102
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_PROJECT_URL=	http://dbus.freedesktop.org
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH= \
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
    sha256:6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_BUGDB=	library/dbus
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6552
diff changeset
    34
COMPONENT_ANITYA_ID=	1979
5888
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
TPNO=			25523
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
include $(WS_MAKE_RULES)/common.mk
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
CONFIGURE_OPTIONS +=	--sysconfdir="$(ETCDIR)"
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
CONFIGURE_OPTIONS +=	--libexecdir="$(USRLIB)"
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
CONFIGURE_OPTIONS +=	--localstatedir="$(VARDIR)"
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
CONFIGURE_OPTIONS +=	--disable-static
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
CONFIGURE_OPTIONS += 	--enable-gtk-doc
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
CONFIGURE_OPTIONS += 	--enable-tests
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
# Needed for "gmake test" to work successfully.
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
unexport SHELLOPTS
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
REQUIRED_PACKAGES += library/expat
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
REQUIRED_PACKAGES += library/glib2
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
REQUIRED_PACKAGES += system/library/dbus
09b82e3ff500 23169096 Move D-Bus packages to Userland
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += system/library/libdbus