components/gnome/libcroco/Makefile
author William.D.Johnston <William.D.Johnston@oracle.com>
Mon, 03 Oct 2016 16:23:08 -0700
changeset 7028 ab6ecc2d7d06
parent 6397 b69863d8244c
child 7687 1093e2a9adbd
permissions -rw-r--r--
24681772 Upgrade Solaris to BIND 9.10.4-P3 24681876 problem in SERVICE/DNS-SERVER
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     1
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     3
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     7
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    12
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    18
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    20
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    21
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    22
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    24
#
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    25
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =		32_and_64
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    27
include ../../../make-rules/shared-macros.mk
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    28
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_NAME=		libcroco
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_VERSION=	0.6.8
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/Libcroco
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    33
    sha256:ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570
6397
b69863d8244c 23763603 libcroco doesn't specify COMPONENT_BUGDB in the Makefile
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 5896
diff changeset
    34
COMPONENT_BUGDB=	gnome/libraries
5896
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    35
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    36
TPNO=			24633
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    37
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    38
include $(WS_MAKE_RULES)/gnome-component.mk
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    39
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    40
# Needed because of patch to configure.in.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    41
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    42
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    43
# Actually, -Bsymbolic-functions; the option is misnamed -- Solaris linker
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    44
# doesn't support -Bsymbolic-functions currently.
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    45
CONFIGURE_OPTIONS += --disable-Bsymbolic
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    46
CONFIGURE_OPTIONS += --disable-static
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    47
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    48
# Needed to make tests work
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    49
COMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    50
COMPONENT_TEST_TARGETS = test
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    51
COMPONENT_TEST_TRANSFORMS += '-e "/^removing tests/d"'
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    52
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    53
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    54
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    55
REQUIRED_PACKAGES += library/libxml2
f6a52b8a207c 23169671 Move libcroco to Userland and update to 0.6.8
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents:
diff changeset
    56
REQUIRED_PACKAGES += library/glib2