components/desktop/libvisual/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 02 Dec 2016 20:30:30 -0800
changeset 7433 8e9deb81d1cf
parent 7328 196e5438a14f
child 7687 1093e2a9adbd
permissions -rw-r--r--
Close of build 114.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7328
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS=		32_and_64
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
COMPILER=		gcc
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
include ../../../make-rules/shared-macros.mk
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_NAME=		libvisual
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_VERSION=	0.4.0
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	https://sourceforge.net/projects/libvisual
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
	sha256:0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/files/$(COMPONENT_NAME)/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	gnome/multimedia
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
TPNO=	 		9463
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TEST_TARGET = $(NO_TESTS)
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
include $(WS_MAKE_RULES)/common.mk
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv)
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
196e5438a14f 23245481 Move libvisual 0.4.0 to Userland
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
REQUIRED_PACKAGES += system/library/math