components/desktop/dotconf/Makefile
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 14 Mar 2017 02:44:36 -0700
changeset 7847 ec4c46e50642
parent 7720 ca9966a35fe9
permissions -rw-r--r--
25716748 Upgrade Apache Tomcat to version 8.5.11 25716728 problem in UTILITY/TOMCAT
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7720
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS=		64
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER=		gcc
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		dotconf
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	1.3
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	https://github.com/williamh/dotconf
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE=      v$(COMPONENT_VERSION).tar.gz
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH= \
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
    sha256:7f1ecf40de1ad002a065a321582ed34f8c14242309c3547ad59710ae3c805653
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_ARCHIVE_URL=	\
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
    $(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE)
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
COMPONENT_BUGDB=	gnome/libraries
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
COMPONENT_ANITYA_ID=    13410
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
TPNO=			33293
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
TEST_TARGET = $(NO_TESTS)
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
include $(WS_MAKE_RULES)/common.mk
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
# tarball doesn't include configure so need to generate it.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
CONFIGURE_OPTIONS +=    --disable-static
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
# Assumes GNU xgettext & msgfmt are first in PATH.
ca9966a35fe9 25660015 Need dotconf for building speech-dispatcher
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"