components/python/decorator/Makefile
author mahmood.ali@oracle.com <mahmood.ali@oracle.com>
Tue, 01 Apr 2014 11:11:03 -0700
branchs11-update
changeset 3037 ef46824e0e76
parent 2702 a2dfb060c679
child 3661 47545fb8aed4
permissions -rw-r--r--
17605535 tmux manpage is corrupt. 18423046 Enable aslr in slang
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2702
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
include ../../../make-rules/shared-macros.mk
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
COMPONENT_NAME=		decorator
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_VERSION=	3.4.0
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
    sha256:c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	$(call pypi_url)
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=	http://pypi.python.org/pypi/decorator
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
include $(WS_TOP)/make-rules/prep.mk
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    37
include $(WS_TOP)/make-rules/setup.py.mk
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/ips.mk
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    40
# common targets
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    41
build:		$(BUILD_NO_ARCH)
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
install:	$(INSTALL_NO_ARCH)
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
test:		$(NO_TESTS)
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
a2dfb060c679 PSARC/2013/114 decorator
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
include $(WS_TOP)/make-rules/depend.mk