Makefile revision 3996
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# CDDL HEADER START
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# The contents of this file are subject to the terms of the
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# Common Development and Distribution License (the "License").
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# You may not use this file except in compliance with the License.
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# and limitations under the License.
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# CDDL HEADER END
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson#
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsoninclude ../../../make-rules/shared-macros.mk
a395dd575518d9e5280fc5d5d5ef47c61b174647ludovicp
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
53247d28ba99538f841a13ea2cde01c3faa3ef36kenneth_suterCOMPONENT_NAME= decorator
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonCOMPONENT_VERSION= 3.4.0
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonCOMPONENT_ARCHIVE_HASH= \
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson sha256:c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonCOMPONENT_ARCHIVE_URL= $(call pypi_url)
b4851fc75ef4634840dcbadec085d586d36b434dneil_a_wilsonCOMPONENT_PROJECT_URL= http://pypi.python.org/pypi/decorator
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
53247d28ba99538f841a13ea2cde01c3faa3ef36kenneth_suterTPNO= 13154
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsoninclude $(WS_MAKE_RULES)/prep.mk
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsoninclude $(WS_MAKE_RULES)/setup.py.mk
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsoninclude $(WS_MAKE_RULES)/ips.mk
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson# common targets
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsonbuild: $(BUILD_NO_ARCH)
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsoninstall: $(INSTALL_NO_ARCH)
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilsontest: $(NO_TESTS)
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson
9763c30263c2e128dade7dbb7fa4aeabc936d8b3neil_a_wilson